9ce261ea6698f876506cd7fef23b4f5eab13230f
[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 [  5196] By: gsar                                  on 2000/02/22  10:10:36
99         Log: dos-djgpp updates (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
100      Branch: perl
101            ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
102            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
103            ! t/lib/glob-taint.t t/lib/io_unix.t
104 ____________________________________________________________________________
105 [  5195] By: gsar                                  on 2000/02/22  10:01:49
106         Log: s/undef/NO_INIT/g in change#5183
107      Branch: perl
108            ! lib/ExtUtils/xsubpp pod/perlxs.pod
109 ____________________________________________________________________________
110 [  5194] By: gsar                                  on 2000/02/22  09:44:07
111         Log: perlipc bug (spotted by Ben Low)
112      Branch: perl
113            ! pod/perlipc.pod
114 ____________________________________________________________________________
115 [  5193] By: gsar                                  on 2000/02/22  09:38:58
116         Log: EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)
117      Branch: perl
118            ! README.epoc epoc/config.sh epoc/createpkg.pl perl.c
119 ____________________________________________________________________________
120 [  5192] By: gsar                                  on 2000/02/22  09:26:06
121         Log: improvements for high-bit text literals (from Gisle Aas)
122      Branch: perl
123            ! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/sv
124            ! t/pragma/warn/toke t/pragma/warn/utf8 toke.c
125 ____________________________________________________________________________
126 [  5191] By: gsar                                  on 2000/02/22  07:35:47
127         Log: allow C<print v10>, $h{v13.10} etc.
128      Branch: perl
129            ! t/op/ver.t toke.c
130 ____________________________________________________________________________
131 [  5190] By: gsar                                  on 2000/02/22  05:35:27
132         Log: adjust for lost fp precision in require version check
133      Branch: perl
134            ! pp_ctl.c t/comp/require.t
135 ____________________________________________________________________________
136 [  5189] By: jhi                                   on 2000/02/22  05:14:35
137         Log: Check the alignment of long doubles if they are to be used;
138              regen Configure.
139      Branch: cfgperl
140            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
141            ! config_h.SH
142      Branch: metaconfig
143            ! U/compline/alignbytes.U
144 ____________________________________________________________________________
145 [  5188] By: gsar                                  on 2000/02/22  04:45:57
146         Log: use same treatment for EINVAL as for ETIMEDOUT
147      Branch: perl
148            ! ext/IO/lib/IO/Socket/INET.pm
149 ____________________________________________________________________________
150 [  5187] By: gsar                                  on 2000/02/21  23:15:12
151         Log: type mismatch
152      Branch: perl
153            ! sv.c
154 ____________________________________________________________________________
155 [  5186] By: gsar                                  on 2000/02/21  21:10:26
156         Log: remove dual-valueness of v-strings (i.e., they are pure strings
157              now); avoid the word "tuple" to describe strings represented as
158              character ordinals; usurp $PERL_VERSION for $^V as suggested by
159              Larry, deprecate $] ; adjust the documentation and testsuite
160              accordingly
161      Branch: perl
162            ! MANIFEST lib/English.pm op.c pod/perldelta.pod
163            ! pod/perlfunc.pod pod/perlop.pod pod/perlvar.pod
164            ! t/comp/require.t t/op/ver.t toke.c
165 ____________________________________________________________________________
166 [  5185] By: jhi                                   on 2000/02/21  20:36:05
167         Log: detypo
168      Branch: cfgperl
169            ! perl.h
170 ____________________________________________________________________________
171 [  5184] By: gsar                                  on 2000/02/21  18:37:38
172         Log: clarify "use Module VERSION LIST" (from Robin Barker)
173      Branch: perl
174            ! pod/perlfunc.pod
175 ____________________________________________________________________________
176 [  5183] By: gsar                                  on 2000/02/21  18:31:42
177         Log: allow optional XSUB parameters without being forced to use a
178              default (from Hugo van der Sanden)
179      Branch: perl
180            ! lib/ExtUtils/xsubpp pod/perlfunc.pod pod/perlxs.pod
181 ____________________________________________________________________________
182 [  5182] By: jhi                                   on 2000/02/21  18:22:47
183         Log: Add Solaris LP64 notes. 
184      Branch: cfgperl
185            ! hints/solaris_2.sh
186 ____________________________________________________________________________
187 [  5181] By: gsar                                  on 2000/02/21  16:53:39
188         Log: generalize "%v" format into a flag for any integral format type:
189              "%vd", "%v#o", "%*vX", etc are allowed
190      Branch: perl
191            ! perl.c pod/perldelta.pod pod/perlfunc.pod sv.c t/op/ver.t
192            ! utils/perlbug.PL
193 ____________________________________________________________________________
194 [  5180] By: gsar                                  on 2000/02/21  07:11:00
195         Log: detypo
196      Branch: perl
197            ! ext/B/B.xs
198 ____________________________________________________________________________
199 [  5179] By: gsar                                  on 2000/02/21  07:08:38
200         Log: undo accidental delete
201      Branch: perl
202            ! ext/B/B.pm ext/B/B.xs
203 ____________________________________________________________________________
204 [  5178] By: gsar                                  on 2000/02/21  07:02:16
205         Log: get Compiler "working" under useithreads
206      Branch: perl
207            ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
208            ! ext/B/B/Deparse.pm ext/B/B/Xref.pm
209 ____________________________________________________________________________
210 [  5177] By: jhi                                   on 2000/02/21  03:16:24
211         Log: Thou shalt not printf longs with %d.
212      Branch: cfgperl
213            ! malloc.c
214 ____________________________________________________________________________
215 [  5176] By: jhi                                   on 2000/02/21  01:37:35
216         Log: Integrate with Sarathy.
217      Branch: cfgperl
218           +> t/pragma/warn/9enabled
219           !> (integrate 63 files)
220 ____________________________________________________________________________
221 [  5175] By: gsar                                  on 2000/02/21  00:25:00
222         Log: misplaced braces
223      Branch: perl
224            ! malloc.c
225 ____________________________________________________________________________
226 [  5174] By: gsar                                  on 2000/02/21  00:09:16
227         Log: more malloc.c tweaks for change#5070
228      Branch: perl
229            ! malloc.c
230 ____________________________________________________________________________
231 [  5173] By: gsar                                  on 2000/02/21  00:01:17
232         Log: malloc.c fixups in change#5170 need to fetch thx pointer
233      Branch: perl
234            ! malloc.c
235 ____________________________________________________________________________
236 [  5172] By: gsar                                  on 2000/02/20  23:52:39
237         Log: missing file in change#5170
238      Branch: perl
239            + t/pragma/warn/9enabled
240 ____________________________________________________________________________
241 [  5171] By: gsar                                  on 2000/02/20  23:49:17
242         Log: skip conditionally defined symbols in change#5162
243      Branch: perl
244            ! makedef.pl
245 ____________________________________________________________________________
246 [  5170] By: gsar                                  on 2000/02/20  22:58:09
247         Log: lexical warnings update, ability to inspect bitmask in calling
248              scope, among other things (from Paul Marquess)
249      Branch: perl
250            ! MANIFEST lib/warnings.pm malloc.c mg.c op.c pod/perldiag.pod
251            ! pod/perlfunc.pod pod/perllexwarn.pod pp.c pp_ctl.c pp_hot.c
252            ! regcomp.c regexec.c sv.c t/op/substr.t t/pragma/warn/op
253            ! t/pragma/warn/pp t/pragma/warn/pp_ctl t/pragma/warn/pp_hot
254            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
255            ! t/pragma/warn/toke toke.c warnings.h warnings.pl
256 ____________________________________________________________________________
257 [  5169] By: gsar                                  on 2000/02/20  22:22:28
258         Log: windows fixes for virtualizing child std{in,out,err} handles,
259              attempts to lock uninitialized critical section in files that
260              were never explicitly opened (from Doug Lankshear)
261      Branch: perl
262            ! iperlsys.h win32/perlhost.h win32/win32.c win32/win32.h
263 ____________________________________________________________________________
264 [  5168] By: gsar                                  on 2000/02/20  20:19:11
265         Log: update Changes, credits
266      Branch: perl
267            ! Changes
268 ____________________________________________________________________________
269 [  5167] By: gsar                                  on 2000/02/20  18:54:27
270         Log: avoid reading out-of-bounds memory when matching against reference
271      Branch: perl
272            ! regexec.c
273 ____________________________________________________________________________
274 [  5166] By: gsar                                  on 2000/02/20  17:59:41
275         Log: byte mode chop() should clear UTF8 (from Gisle Aas)
276      Branch: perl
277            ! doop.c
278 ____________________________________________________________________________
279 [  5165] By: gsar                                  on 2000/02/20  17:57:08
280         Log: test fix needed by change#5164
281      Branch: perl
282            ! t/pragma/warn/toke
283 ____________________________________________________________________________
284 [  5164] By: gsar                                  on 2000/02/20  17:50:38
285         Log: default mkdir() mode argument to 0777
286      Branch: perl
287            ! opcode.h opcode.pl pod/perldiag.pod pod/perlfunc.pod pp_sys.c
288            ! t/op/mkdir.t toke.c
289 ____________________________________________________________________________
290 [  5163] By: gsar                                  on 2000/02/20  16:34:33
291         Log: glob() takes one or no user arguments and a non-user-visible second
292              hidden argument, fix its prototype-checking accordingly
293      Branch: perl
294            ! op.c opcode.h opcode.pl
295 ____________________________________________________________________________
296 [  5162] By: gsar                                  on 2000/02/20  16:07:38
297         Log: make change#3386 a build-time option (avoids problems due to
298              perl_run() longjmping out)
299      Branch: perl
300            ! Todo-5.6 embed.h embed.pl embedvar.h intrpvar.h objXSUB.h
301            ! perl.c perl.h perlapi.c perlvars.h pp_ctl.c proto.h scope.c
302            ! scope.h sv.c thrdvar.h util.c
303 ____________________________________________________________________________
304 [  5161] By: gsar                                  on 2000/02/20  12:13:37
305         Log: IO::Socket now sets $!, avoids eval/die (patch from Graham Barr
306              modified to use Errno more portably)
307      Branch: perl
308            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
309 ____________________________________________________________________________
310 [  5160] By: gsar                                  on 2000/02/20  11:53:28
311         Log: mention portability caveat about C<use Errno 'EFOO'>
312      Branch: perl
313            ! ext/Errno/Errno_pm.PL
314 ____________________________________________________________________________
315 [  5159] By: gsar                                  on 2000/02/20  11:14:36
316         Log: revise docs on @+ and @- (from Tom "Camel" Christiansen)
317      Branch: perl
318            ! pod/perlvar.pod
319 ____________________________________________________________________________
320 [  5158] By: gsar                                  on 2000/02/20  10:53:49
321         Log: README.vms and related updates (from Peter Prymmer <pvhp@best.com>)
322      Branch: perl
323            ! MANIFEST Makefile.SH README.vms pod/perl5005delta.pod
324            ! pod/perldelta.pod pod/perlport.pod pod/podchecker.PL
325            ! vms/descrip_mms.template
326 ____________________________________________________________________________
327 [  5157] By: jhi                                   on 2000/02/19  20:29:26
328         Log: Be explicit about what ops work with bt vectors.
329              (And implicit about which don't.)
330      Branch: cfgperl
331            ! pod/perldelta.pod
332 ____________________________________________________________________________
333 [  5156] By: jhi                                   on 2000/02/19  18:38:14
334         Log: Integrate with Sarathy.
335      Branch: cfgperl
336           +> lib/bytes.pm lib/bytes_heavy.pl
337            - lib/byte.pm lib/byte_heavy.pl
338           !> (integrate 61 files)
339 ____________________________________________________________________________
340 [  5155] By: gsar                                  on 2000/02/19  17:57:39
341         Log: char vs U8 warnings
342      Branch: perl
343            ! sv.c
344 ____________________________________________________________________________
345 [  5154] By: gsar                                  on 2000/02/19  17:44:56
346         Log: remove outdated caveat about C<while ($k = each %foo)> (from
347              Hugo van der Sanden)
348      Branch: perl
349            ! pod/perlfunc.pod
350 ____________________________________________________________________________
351 [  5153] By: gsar                                  on 2000/02/19  17:41:41
352         Log: tests, doc tweak (from Gisle Aas)
353      Branch: perl
354            ! pod/perlfaq9.pod t/op/ord.t
355 ____________________________________________________________________________
356 [  5152] By: gsar                                  on 2000/02/19  17:35:50
357         Log: document behavior of splice(@ary) (from Gisle Aas)
358      Branch: perl
359            ! pod/perlfunc.pod
360 ____________________________________________________________________________
361 [  5151] By: gsar                                  on 2000/02/19  17:33:59
362         Log: fix bug in backtracking optimizer (from Makoto Ishisone
363              <ishisone@sra.co.jp>)
364      Branch: perl
365            ! regexec.c t/op/pat.t
366 ____________________________________________________________________________
367 [  5150] By: gsar                                  on 2000/02/19  17:33:05
368         Log: more B fixups to cope with empty GVs (these can only happen in pads)
369      Branch: perl
370            ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm op.c
371 ____________________________________________________________________________
372 [  5149] By: gsar                                  on 2000/02/19  17:32:03
373         Log: avoid compiler warnings
374      Branch: perl
375            ! malloc.c perl.h
376 ____________________________________________________________________________
377 [  5148] By: gsar                                  on 2000/02/19  17:18:09
378         Log: document 'lvalue' attribute (from Simon Cozens <simon@brecon.co.uk>)
379      Branch: perl
380            ! lib/attributes.pm
381 ____________________________________________________________________________
382 [  5147] By: gsar                                  on 2000/02/19  17:15:34
383         Log: avoid failing on $!{ENOTHERE} (they can always use C<exists $!{NOTHERE}>
384              for that)
385      Branch: perl
386            ! ext/Errno/Errno_pm.PL
387 ____________________________________________________________________________
388 [  5146] By: gsar                                  on 2000/02/19  16:18:46
389         Log: integrate cfgperl contents into mainline
390      Branch: perl
391           !> Configure config_h.SH ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
392           !> ext/SDBM_File/sdbm/sdbm.c ext/Socket/Socket.pm
393           !> ext/Socket/Socket.xs hints/hpux.sh perl.h pod/perldelta.pod
394           !> pod/perlfunc.pod pod/perlopentut.pod t/lib/syslfs.t
395 ____________________________________________________________________________
396 [  5145] By: gsar                                  on 2000/02/19  16:10:37
397         Log: POSIX::strftime gets the date wrong (from John Tobey
398              <jtobey@epsilondev.com>)
399      Branch: perl
400            ! ext/POSIX/POSIX.xs t/lib/posix.t
401 ____________________________________________________________________________
402 [  5144] By: gsar                                  on 2000/02/19  16:02:40
403         Log: don't blindly set bool=char on linux (from Andy Dougherty)
404      Branch: perl
405            ! handy.h hints/linux.sh x2p/a2p.h
406 ____________________________________________________________________________
407 [  5143] By: gsar                                  on 2000/02/19  15:54:04
408         Log: some rearrangement of the includes for easier "microperl" build;
409              add PERL_MICRO guards supplied by Simon Cozens <simon@brecon.co.uk>
410      Branch: perl
411            ! doio.c perl.c perl.h pp_hot.c pp_sys.c toke.c util.c
412 ____________________________________________________________________________
413 [  5142] By: gsar                                  on 2000/02/19  15:22:17
414         Log: fixes for Pod::Html issues (from Wolfgang Laun
415              <wolfgang.laun@chello.at>)
416      Branch: perl
417            ! lib/Pod/Html.pm
418 ____________________________________________________________________________
419 [  5141] By: gsar                                  on 2000/02/19  08:27:29
420         Log: grammos (spotted by Tom Christiansen)
421      Branch: perl
422            ! pod/perlfunc.pod
423 ____________________________________________________________________________
424 [  5140] By: gsar                                  on 2000/02/19  08:17:04
425         Log: various xsubpp enhancements that make it easier to use with
426              C::Scan (from Ilya Zakharevich)
427              
428              TODO: still needs documentation
429      Branch: perl
430            ! lib/ExtUtils/xsubpp
431 ____________________________________________________________________________
432 [  5139] By: gsar                                  on 2000/02/19  07:55:18
433         Log: s/croak/Perl_croak/
434      Branch: perl
435            ! sv.c
436 ____________________________________________________________________________
437 [  5138] By: gsar                                  on 2000/02/19  07:51:39
438         Log: make comparisons promote to utf8 as necessary (from Gisle Aas)
439      Branch: perl
440            ! Todo-5.6 embed.h embed.pl global.sym objXSUB.h perlapi.c
441            ! pp_hot.c proto.h sv.c toke.c
442 ____________________________________________________________________________
443 [  5137] By: gsar                                  on 2000/02/19  07:42:12
444         Log: set close-on-exec flag on sockets too, like we do for files
445              and pipes
446      Branch: perl
447            ! pod/perldelta.pod pod/perlfunc.pod pod/perlvar.pod pp_sys.c
448 ____________________________________________________________________________
449 [  5136] By: gsar                                  on 2000/02/19  07:23:48
450         Log: allocate sufficient buffer sizes for 64-bit wide utf8 characters
451              permitted by change#5011 (from Gisle Aas)
452      Branch: perl
453            ! pp.c utf8.c utf8.h
454 ____________________________________________________________________________
455 [  5135] By: gsar                                  on 2000/02/19  06:53:13
456         Log: s/WARN_PRECEDENCE/WARN_BAREWORD/, vide change#5131
457      Branch: perl
458            ! lib/warnings.pm op.c warnings.h warnings.pl
459 ____________________________________________________________________________
460 [  5134] By: gsar                                  on 2000/02/19  06:36:46
461         Log: s/byte/bytes/g remnants
462      Branch: perl
463            ! lib/bytes.pm lib/bytes_heavy.pl
464 ____________________________________________________________________________
465 [  5133] By: gsar                                  on 2000/02/19  06:33:49
466         Log: rename byte:: to bytes::
467      Branch: perl
468           +> lib/bytes.pm lib/bytes_heavy.pl
469            - lib/byte.pm lib/byte_heavy.pl
470            ! MANIFEST lib/charnames.pm lib/utf8.pm pod/perldelta.pod
471            ! pod/perltoc.pod pod/perlunicode.pod pod/perlvar.pod
472            ! t/lib/charnames.t t/op/ver.t
473 ____________________________________________________________________________
474 [  5132] By: gsar                                  on 2000/02/19  05:58:42
475         Log: English names for $^R and $^S
476      Branch: perl
477            ! lib/English.pm pod/perlvar.pod
478 ____________________________________________________________________________
479 [  5131] By: gsar                                  on 2000/02/19  05:44:20
480         Log: rename "Probable precendence problem" diagnostic to "Bareword found
481              in conditional" to better reflect the class of error (as suggested
482              by Larry)
483      Branch: perl
484            ! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/warn/op
485 ____________________________________________________________________________
486 [  5130] By: gsar                                  on 2000/02/19  05:43:10
487         Log: fix outdated info about PerlClinic and the bug-tracking system
488      Branch: perl
489            ! pod/perlfaq2.pod pod/perltodo.pod
490 ____________________________________________________________________________
491 [  5129] By: gsar                                  on 2000/02/19  04:14:19
492         Log: some fixes for mingw32/GCC (SETERRNO() still appears to
493              trash memory)
494      Branch: perl
495            ! README.win32 t/lib/safe2.t t/op/mkdir.t win32/makefile.mk
496            ! win32/win32.h
497 ____________________________________________________________________________
498 [  5128] By: gsar                                  on 2000/02/18  06:55:33
499         Log: avoid $@-clearing sideeffect of require in Carp
500      Branch: perl
501            ! lib/Carp.pm
502 ____________________________________________________________________________
503 [  5127] By: gsar                                  on 2000/02/18  04:58:26
504         Log: stronger testcase for change#5126
505      Branch: perl
506            ! t/op/pat.t
507 ____________________________________________________________________________
508 [  5126] By: gsar                                  on 2000/02/18  04:44:28
509         Log: make /\S/ match the same things /[\S]/ matches; likewise for
510              \D (from Rick Delaney <rick@consumercontact.com>)
511      Branch: perl
512            ! regexec.c t/op/pat.t
513 ____________________________________________________________________________
514 [  5125] By: gsar                                  on 2000/02/18  03:57:43
515         Log: Compiler fixups from Jan Dubois
516      Branch: perl
517            ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm utils/perlcc.PL
518 ____________________________________________________________________________
519 [  5124] By: jhi                                   on 2000/02/17  22:09:09
520         Log: Take out the -Wl,-z as we have survice so far without.
521      Branch: cfgperl
522            ! hints/hpux.sh
523 ____________________________________________________________________________
524 [  5123] By: jhi                                   on 2000/02/17  18:40:17
525         Log: Integrate with Sarathy.
526      Branch: cfgperl
527           !> dump.c ext/ODBM_File/ODBM_File.xs t/op/split.t
528 ____________________________________________________________________________
529 [  5122] By: gsar                                  on 2000/02/17  18:01:14
530         Log: fix test that depends on op_dump() output
531      Branch: perl
532            ! t/op/split.t
533 ____________________________________________________________________________
534 [  5121] By: gsar                                  on 2000/02/17  17:55:18
535         Log: op_dump() tweak
536      Branch: perl
537            ! dump.c
538 ____________________________________________________________________________
539 [  5120] By: jhi                                   on 2000/02/16  23:11:04
540         Log: Regularize the use* questions, and replace
541              "Configure *must* be run with -Duse..." with.
542              "can be run".
543      Branch: cfgperl
544            ! Configure config_h.SH
545      Branch: metaconfig
546            ! U/threads/usethreads.U
547      Branch: metaconfig/U/perl
548            ! use64bits.U uselfs.U uselongdbl.U uselonglong.U
549            ! usemultiplicity.U useperlio.U usesocks.U
550 ____________________________________________________________________________
551 [  5119] By: jhi                                   on 2000/02/16  22:29:11
552         Log: HP-UX 64-bitness/largefile fixes.
553      Branch: cfgperl
554            ! Configure config_h.SH ext/SDBM_File/sdbm/sdbm.c hints/hpux.sh
555            ! perl.h
556      Branch: metaconfig
557            ! U/modified/cc.U U/modified/libpth.U U/modified/libs.U
558      Branch: metaconfig/U/perl
559            ! Extensions.U
560 ____________________________________________________________________________
561 [  5118] By: jhi                                   on 2000/02/16  19:47:51
562         Log: Fcntl: more O_ constants, move SEEK_ to @EXPORT_OK
563              (tag :seek), add S_I constants (and functions) (tag :mode);
564              refer only to the SEEK_ of Fcntl, not the ones from
565              POSIX or IO::; add SHUT_ to Socket; get trigonometric
566              functions from Math::Trig instead of POSIX.
567      Branch: cfgperl
568            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs ext/Socket/Socket.pm
569            ! ext/Socket/Socket.xs perl.h pod/perldelta.pod pod/perlfunc.pod
570            ! pod/perlopentut.pod t/lib/syslfs.t
571      Branch: metaconfig/U/perl
572            + i_sysmode.U
573 ____________________________________________________________________________
574 [  5117] By: gsar                                  on 2000/02/16  06:39:06
575         Log: avoid warnings due to redefined NULL
576      Branch: perl
577            ! ext/ODBM_File/ODBM_File.xs
578 ____________________________________________________________________________
579 [  5116] By: gsar                                  on 2000/02/16  00:10:25
580         Log: integrate cfgperl changes into mainline
581      Branch: perl
582           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
583           !> Porting/config_H config_h.SH ext/Sys/Hostname/Hostname.xs
584           !> ext/Sys/Syslog/Syslog.xs hints/aix.sh hints/hpux.sh
585           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm myconfig.SH
586 ____________________________________________________________________________
587 [  5115] By: jhi                                   on 2000/02/15  23:11:55
588         Log: Probe for <sys/utsname.h>.
589      Branch: cfgperl
590            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
591            ! config_h.SH ext/Sys/Hostname/Hostname.xs
592      Branch: metaconfig/U/perl
593            + i_sysutsname.U
594 ____________________________________________________________________________
595 [  5114] By: jhi                                   on 2000/02/15  22:59:59
596         Log: Integrate with Sarathy.
597      Branch: cfgperl
598           +> ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs
599           +> ext/Sys/Hostname/Makefile.PL
600            - lib/Sys/Hostname.pm
601           !> (integrate 41 files)
602 ____________________________________________________________________________
603 [  5113] By: gsar                                  on 2000/02/15  21:22:18
604         Log: update Changes, patchlevel
605      Branch: perl
606            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
607            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
608 ____________________________________________________________________________
609 [  5112] By: gsar                                  on 2000/02/15  20:57:12
610         Log: fix change#5104 under useithreads
611      Branch: perl
612            ! op.c
613 ____________________________________________________________________________
614 [  5111] By: gsar                                  on 2000/02/15  20:45:10
615         Log: export list tweak needed by change#5103
616      Branch: perl
617            ! makedef.pl
618 ____________________________________________________________________________
619 [  5110] By: gsar                                  on 2000/02/15  19:32:56
620         Log: add XS version of Sys::Hostname (from Greg Bacon
621              <gbacon@itsc.uah.edu>)
622      Branch: perl
623            + ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs
624            + ext/Sys/Hostname/Makefile.PL
625            - lib/Sys/Hostname.pm
626            ! MANIFEST ext/DynaLoader/Makefile.PL ext/Sys/Syslog/Makefile.PL
627            ! pod/perldelta.pod t/lib/hostname.t win32/Makefile
628            ! win32/makefile.mk
629 ____________________________________________________________________________
630 [  5109] By: gsar                                  on 2000/02/15  18:35:28
631         Log: UNIVERSAL::can and UNIVERSAL::isa should return undef when
632              given undefined values (from Graham Barr <gbarr@pobox.com>)
633      Branch: perl
634            ! universal.c
635 ____________________________________________________________________________
636 [  5108] By: gsar                                  on 2000/02/15  18:25:05
637         Log: avoid accidental #line directives (from Rick Delaney
638              <rick@consumercontact.com>)
639      Branch: perl
640            ! pod/perlsyn.pod toke.c
641 ____________________________________________________________________________
642 [  5107] By: gsar                                  on 2000/02/15  18:04:31
643         Log: locale guards needed (from Simon Cozens <simon@brecon.co.uk>)
644      Branch: perl
645            ! perl.c
646 ____________________________________________________________________________
647 [  5106] By: gsar                                  on 2000/02/15  18:02:17
648         Log: incorrect docs about delete() (spotted by Martyn Pearce
649              <martyn@inpharmatica.co.uk>)
650      Branch: perl
651            ! pod/perldelta.pod pod/perlfunc.pod
652 ____________________________________________________________________________
653 [  5105] By: gsar                                  on 2000/02/15  17:43:27
654         Log: s/use vars/our/ (from Gisle Aas)
655      Branch: perl
656            ! bytecode.pl
657 ____________________________________________________________________________
658 [  5104] By: gsar                                  on 2000/02/15  17:42:06
659         Log: optimize pseudohash slice in array slice at compile time (from
660              John Tobey <jtobey@john-edwin-tobey.org>)
661      Branch: perl
662            ! op.c t/lib/fields.t
663 ____________________________________________________________________________
664 [  5103] By: gsar                                  on 2000/02/15  17:18:12
665         Log: provide malloc stats via get_mstats() (from Ilya Zakharevich)
666      Branch: perl
667            ! embed.h embed.pl global.sym makedef.pl malloc.c objXSUB.h
668            ! perl.h perlapi.c proto.h vos/vos_dummies.c
669 ____________________________________________________________________________
670 [  5102] By: gsar                                  on 2000/02/15  17:05:12
671         Log: doc patches from Rick Delaney and Chris Nandor; update Todo-5.6
672      Branch: perl
673            ! Todo-5.6 pod/perldata.pod pod/perlport.pod
674 ____________________________________________________________________________
675 [  5101] By: gsar                                  on 2000/02/15  17:02:51
676         Log: fix regen_headers target to make all the autogenerated files
677              writable first
678      Branch: perl
679            ! Makefile.SH
680 ____________________________________________________________________________
681 [  5100] By: gsar                                  on 2000/02/15  16:41:53
682         Log: fix misoptimization of C<my($x,$y); $x = $y = 1 + $z;> (from
683              Ilya Zakharevich)
684      Branch: perl
685            ! op.c t/op/lex_assign.t
686 ____________________________________________________________________________
687 [  5099] By: gsar                                  on 2000/02/15  16:17:36
688         Log: more complete File::Spec support for Mac and VMS, tests (from
689              Barrie Slaymaker <barries@slaysys.com>)
690      Branch: perl
691            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
692            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm t/lib/filespec.t
693 ____________________________________________________________________________
694 [  5098] By: gsar                                  on 2000/02/15  16:10:46
695         Log: fix incompatibility with bison generated parser (from
696              Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
697      Branch: perl
698            ! toke.c
699 ____________________________________________________________________________
700 [  5097] By: gsar                                  on 2000/02/15  16:07:17
701         Log: propagate st_mode bits to group/other for Borland build
702              (from Vadim Konovalov <vkonovalov@lucent.com>)
703      Branch: perl
704            ! win32/win32.c
705 ____________________________________________________________________________
706 [  5096] By: jhi                                   on 2000/02/15  14:22:23
707         Log: Integrate with Sarathy.
708      Branch: cfgperl
709           !> win32/Makefile win32/bin/exetype.pl win32/makefile.mk
710 ____________________________________________________________________________
711 [  5095] By: jhi                                   on 2000/02/15  14:19:22
712         Log: cc_r can be in different places (/usr/ibmcxx/bin or /usr/bin),
713              easier just to drop the paranoid test.
714      Branch: cfgperl
715            ! hints/aix.sh
716 ____________________________________________________________________________
717 [  5094] By: gsar                                  on 2000/02/15  05:42:17
718         Log: update exetype.pl tool
719      Branch: perl
720            ! win32/Makefile win32/bin/exetype.pl win32/makefile.mk
721 ____________________________________________________________________________
722 [  5093] By: jhi                                   on 2000/02/15  05:24:02
723         Log: Integrate with Sarathy.
724      Branch: cfgperl
725           !> Porting/pumpkin.pod embed.h embed.pl ext/DB_File/DB_File.xs
726           !> ext/GDBM_File/GDBM_File.xs ext/NDBM_File/NDBM_File.xs
727           !> ext/ODBM_File/ODBM_File.xs ext/SDBM_File/SDBM_File.xs hv.c
728           !> perl.c proto.h sv.c t/op/ord.t t/pragma/warnings.t
729 ____________________________________________________________________________
730 [  5092] By: jhi                                   on 2000/02/15  05:22:09
731         Log: Unroll the libs scan thanks to HP-UX.
732      Branch: cfgperl
733            ! Configure config_h.SH hints/hpux.sh
734      Branch: metaconfig
735            ! U/modified/libpth.U U/modified/libs.U
736      Branch: metaconfig/U/perl
737            ! Extensions.U dlsrc.U
738 ____________________________________________________________________________
739 [  5091] By: gsar                                  on 2000/02/15  05:17:56
740         Log: fix leaks in *DBM_File; safemalloc()ed things need to be freed with
741              safefree() rather than Safefree()
742      Branch: perl
743            ! ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs
744            ! ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
745            ! ext/SDBM_File/SDBM_File.xs
746 ____________________________________________________________________________
747 [  5090] By: gsar                                  on 2000/02/15  04:54:17
748         Log: fix memory leak in C<$x = *Y> provoked by change#4198, which
749              introduced XPVMG storage in arenas
750      Branch: perl
751            ! sv.c
752 ____________________________________________________________________________
753 [  5089] By: jhi                                   on 2000/02/15  00:41:36
754         Log: AIX perl linkage tweakage.
755      Branch: cfgperl
756            ! Makefile.SH
757 ____________________________________________________________________________
758 [  5088] By: jhi                                   on 2000/02/15  00:07:06
759         Log: abort instead of just promising.
760      Branch: cfgperl
761            ! hints/aix.sh
762 ____________________________________________________________________________
763 [  5087] By: jhi                                   on 2000/02/14  23:51:05
764         Log: silly compilers don't know that croak() exits
765              and complain about unitialized RETVALs
766      Branch: cfgperl
767            ! ext/Sys/Syslog/Syslog.xs
768 ____________________________________________________________________________
769 [  5086] By: jhi                                   on 2000/02/14  21:13:24
770         Log: Add lseektype and lseeksize to myconfig.
771      Branch: cfgperl
772            ! myconfig.SH
773 ____________________________________________________________________________
774 [  5085] By: gsar                                  on 2000/02/14  18:51:11
775         Log: avoid warnings
776      Branch: perl
777            ! perl.c
778 ____________________________________________________________________________
779 [  5084] By: gsar                                  on 2000/02/14  18:26:08
780         Log: fix small interpreter leaks identified by Purify
781      Branch: perl
782            ! Porting/pumpkin.pod embed.h embed.pl hv.c perl.c proto.h sv.c
783            ! t/op/ord.t t/pragma/warnings.t
784 ____________________________________________________________________________
785 [  5083] By: jhi                                   on 2000/02/14  17:50:52
786         Log: Remove tagged core files.
787      Branch: cfgperl
788            ! lib/ExtUtils/MM_Unix.pm
789 ____________________________________________________________________________
790 [  5082] By: jhi                                   on 2000/02/14  17:41:07
791         Log: Prefer full_ar.
792      Branch: cfgperl
793            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
794 ____________________________________________________________________________
795 [  5081] By: jhi                                   on 2000/02/14  17:20:32
796         Log: Add ivtype, ivsize, nvtype, nvsize to myconfig.
797      Branch: cfgperl
798            ! myconfig.SH
799 ____________________________________________________________________________
800 [  5080] By: jhi                                   on 2000/02/14  15:33:03
801         Log: Integrate with Sarathy.
802      Branch: cfgperl
803           !> Porting/pumpkin.pod av.c malloc.c sv.c
804 ____________________________________________________________________________
805 [  5079] By: gsar                                  on 2000/02/14  08:50:06
806         Log: notes about running Purify
807      Branch: perl
808            ! Porting/pumpkin.pod av.c sv.c
809 ____________________________________________________________________________
810 [  5078] By: gsar                                  on 2000/02/14  07:27:21
811         Log: use system malloc() instead of sbrk() in Perl_malloc() under -DPURIFY
812      Branch: perl
813            ! malloc.c
814 ____________________________________________________________________________
815 [  5077] By: gsar                                  on 2000/02/14  07:25:44
816         Log: integrate cfgperl contents into mainline
817      Branch: perl
818           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
819           !> config_h.SH epoc/config.sh hints/aix.sh hints/hpux.sh
820           !> hints/irix_6.sh hints/solaris_2.sh perl.h pod/perldelta.pod
821           !> vms/subconfigure.com vos/config.def vos/config.h
822           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
823           !> win32/config.vc win32/config_H.bc win32/config_H.gc
824           !> win32/config_H.vc
825 ____________________________________________________________________________
826 [  5076] By: jhi                                   on 2000/02/14  05:01:56
827         Log: Integrate with Sarathy.
828      Branch: cfgperl
829           !> embed.h embed.pl objXSUB.h perl.c perlapi.c proto.h sv.c
830 ____________________________________________________________________________
831 [  5075] By: jhi                                   on 2000/02/14  04:56:52
832         Log: Configure -A stopped processing of any further options.
833      Branch: cfgperl
834            ! Configure config_h.SH
835      Branch: metaconfig
836            ! U/modified/Options.U
837 ____________________________________________________________________________
838 [  5074] By: gsar                                  on 2000/02/14  04:45:01
839         Log: remove outdated -DPURIFY code--it reports bogus errors during global
840              destruction since we actually depend on SVs being in arenas there
841      Branch: perl
842            ! embed.h embed.pl objXSUB.h perl.c perlapi.c proto.h sv.c
843 ____________________________________________________________________________
844 [  5073] By: jhi                                   on 2000/02/13  19:28:17
845         Log: Integrate with Sarathy.
846      Branch: cfgperl
847            - Todo-5.005
848           !> cop.h op.c perl.c pp_ctl.c regcomp.c regexec.c scope.c sv.c
849           !> util.c
850 ____________________________________________________________________________
851 [  5072] By: gsar                                  on 2000/02/13  19:02:07
852         Log: more purification (pp_require() could access free memory; vdie()
853              could think message was random length when passed a null argument;
854              utilize() didn't set up the hash for the method name leading to
855              pp_method_named() accessing random state; PL_curpm wasn't zeroed
856              properly)
857      Branch: perl
858            ! cop.h op.c perl.c pp_ctl.c regcomp.c regexec.c scope.c sv.c
859            ! util.c
860 ____________________________________________________________________________
861 [  5071] By: jhi                                   on 2000/02/12  19:59:35
862         Log: uselonglong sits deep.
863      Branch: cfgperl
864            ! Configure config_h.SH hints/solaris_2.sh
865      Branch: metaconfig/U/perl
866            ! use64bits.U
867 ____________________________________________________________________________
868 [  5070] By: jhi                                   on 2000/02/12  01:25:41
869         Log: megalomaniac 64-bit update: most importantly,
870              uselonglong is eradicated, only backward
871              compatibility hooks in use64bits remain.
872      Branch: cfgperl
873            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
874            ! config_h.SH epoc/config.sh hints/aix.sh hints/hpux.sh
875            ! hints/irix_6.sh hints/solaris_2.sh perl.h vms/subconfigure.com
876            ! vos/config.def vos/config.h vos/config_h.SH_orig
877            ! win32/config.bc win32/config.gc win32/config.vc
878            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
879      Branch: metaconfig
880            ! U/a_dvisory/quadtype.U U/modified/libpth.U U/modified/libs.U
881      Branch: metaconfig/U/perl
882            ! use64bits.U
883 ____________________________________________________________________________
884 [  5069] By: jhi                                   on 2000/02/11  21:13:41
885         Log: undo #5064 for now; there seems to be no good selection
886              of flags to add the new option.
887      Branch: cfgperl
888            ! hints/hpux.sh
889 ____________________________________________________________________________
890 [  5068] By: jhi                                   on 2000/02/11  21:01:21
891         Log: Guard against accidental long long use.
892      Branch: cfgperl
893            ! perl.h
894 ____________________________________________________________________________
895 [  5067] By: jhi                                   on 2000/02/11  19:50:32
896         Log: logic fixes
897      Branch: cfgperl
898            ! Configure config_h.SH
899      Branch: metaconfig/U/perl
900            ! uselonglong.U
901 ____________________________________________________________________________
902 [  5066] By: jhi                                   on 2000/02/11  19:32:30
903         Log: Clarify 64-bit issues.
904      Branch: cfgperl
905            ! pod/perldelta.pod
906 ____________________________________________________________________________
907 [  5065] By: jhi                                   on 2000/02/11  18:13:29
908         Log: Integrate with Sarathy.
909      Branch: cfgperl
910           !> ext/Devel/Peek/Peek.xs regcomp.c t/comp/require.t t/comp/use.t
911           !> toke.c
912 ____________________________________________________________________________
913 [  5064] By: jhi                                   on 2000/02/11  18:11:47
914         Log: Silence linker warnings about binary backward incompatibilities.
915      Branch: cfgperl
916            ! hints/hpux.sh
917 ____________________________________________________________________________
918 [  5063] By: gsar                                  on 2000/02/11  16:36:14
919         Log: fix uninitialized memory reads found by purify
920      Branch: perl
921            ! ext/Devel/Peek/Peek.xs regcomp.c
922 ____________________________________________________________________________
923 [  5062] By: jhi                                   on 2000/02/11  00:11:39
924         Log: de-fancify the largefiles hints
925      Branch: cfgperl
926            ! hints/hpux.sh
927 ____________________________________________________________________________
928 [  5061] By: gsar                                  on 2000/02/10  19:17:09
929         Log: longstanding bug in parsing "require VERSION", could reallocate
930              current line and not know it; exposed by change#5004; manifested
931              as parse failure of C<{require 5.003}>
932      Branch: perl
933            ! t/comp/require.t t/comp/use.t toke.c
934 ____________________________________________________________________________
935 [  5060] By: jhi                                   on 2000/02/10  13:29:25
936         Log: Integrate with Sarathy.
937      Branch: cfgperl
938           !> makedef.pl pp_ctl.c t/op/write.t win32/vdir.h
939 ____________________________________________________________________________
940 [  5059] By: gsar                                  on 2000/02/10  06:21:21
941         Log: make global symbol exports AIX-specific
942      Branch: perl
943            ! makedef.pl
944 ____________________________________________________________________________
945 [  5058] By: gsar                                  on 2000/02/10  06:16:57
946         Log: integrate cfgperl contents into mainline
947      Branch: perl
948           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
949           !> Porting/config_H config_h.SH makedef.pl perl.h
950           !> vms/subconfigure.com vos/config.def win32/config.bc
951           !> win32/config.gc win32/config.vc win32/config_H.bc
952           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
953           !> win32/config_sh.PL
954 ____________________________________________________________________________
955 [  5057] By: gsar                                  on 2000/02/10  01:08:01
956         Log: windows bugfixes for virtual directories under USE_ITHREADS:
957              allows path mapping to unknown devices to work properly;
958              special file names like CONOUT$ can be opened with sysopen()
959              again
960      Branch: perl
961            ! win32/vdir.h
962 ____________________________________________________________________________
963 [  5056] By: gsar                                  on 2000/02/10  00:56:27
964         Log: formline() could wipe out readonly-ness, freeing constants
965              prematurely, or affect cloning of pad constants
966      Branch: perl
967            ! pp_ctl.c t/op/write.t
968 ____________________________________________________________________________
969 [  5055] By: jhi                                   on 2000/02/09  19:48:58
970         Log: Regenerate Configure for I_SYSLOG.
971      Branch: cfgperl
972            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
973            ! config_h.SH
974 ____________________________________________________________________________
975 [  5054] By: jhi                                   on 2000/02/09  19:38:04
976         Log: fix AIX and multiplicity problems
977      Branch: cfgperl
978            ! Makefile.SH makedef.pl
979 ____________________________________________________________________________
980 [  5053] By: bailey                                on 2000/02/09  10:58:11
981         Log: remove redundant archcore directory prefix in installperl
982      Branch: vmsperl
983            ! installperl
984 ____________________________________________________________________________
985 [  5052] By: bailey                                on 2000/02/09  10:44:22
986         Log: Work around prefixing bug in older DECC preprocessors
987      Branch: vmsperl
988            ! vms/vms.c vms/vmsish.h
989 ____________________________________________________________________________
990 [  5051] By: bailey                                on 2000/02/09  09:52:06
991         Log: Eliminate unnecessary (and sometimes confounding) test for
992              word boundary
993      Branch: vmsperl
994            ! lib/ExtUtils/MM_VMS.pm
995 ____________________________________________________________________________
996 [  5050] By: bailey                                on 2000/02/09  09:29:06
997         Log: Minor fixes to assuage picky compilers (unsigned comparisons and
998              alias rules lead to compilation warnings)
999      Branch: vmsperl
1000            ! av.c mg.h pp_sys.c scope.c sv.c vms/vms.c
1001 ____________________________________________________________________________
1002 [  5049] By: bailey                                on 2000/02/09  09:09:45
1003         Log: Resync with mainline
1004      Branch: vmsperl
1005           +> Todo-5.6 ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
1006           +> ext/Sys/Syslog/Syslog.xs lib/Pod/Find.pm lib/Pod/ParseUtils.pm
1007           +> pod/perlapi.pod pod/perlintern.pod pod/perlunicode.pod
1008           +> t/op/exists_sub.t t/op/ver.t t/pragma/diagnostics.t
1009           +> vos/config.def vos/config.pl win32/bin/exetype.pl
1010            - Todo-5.005 lib/Sys/Syslog.pm lib/caller.pm
1011            ! vms/subconfigure.com
1012           !> (integrate 358 files)
1013 ____________________________________________________________________________
1014 [  5048] By: jhi                                   on 2000/02/09  03:54:05
1015         Log: OS/2 gcc doesn't like -o foo.exe and -Zexe simultaneously
1016              (reported by Yitzchak Scott-Thoennes in p5p)
1017      Branch: cfgperl
1018            ! Configure config_h.SH
1019      Branch: metaconfig
1020            ! U/modified/Cppsym.U
1021 ____________________________________________________________________________
1022 [  5047] By: jhi                                   on 2000/02/09  02:56:43
1023         Log: (fake) use of getcwd.
1024      Branch: cfgperl
1025            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1026            ! config_h.SH perl.h
1027 ____________________________________________________________________________
1028 [  5046] By: jhi                                   on 2000/02/09  02:22:50
1029         Log: lib scan fix
1030      Branch: cfgperl
1031            ! Configure config_h.SH
1032      Branch: metaconfig
1033            ! U/modified/libs.U
1034 ____________________________________________________________________________
1035 [  5045] By: jhi                                   on 2000/02/09  02:17:34
1036         Log: Reintroduce #5019 via metaconfig.
1037      Branch: cfgperl
1038            ! Configure config_h.SH
1039      Branch: metaconfig
1040            ! U/installdirs/inc_version_list.U
1041 ____________________________________________________________________________
1042 [  5044] By: jhi                                   on 2000/02/09  02:07:08
1043         Log: Add/restore probes for getcwd/mk*temp*/mmap.
1044      Branch: cfgperl
1045            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1046            ! config_h.SH perl.h vms/subconfigure.com vos/config.def
1047            ! win32/config.bc win32/config.gc win32/config.vc
1048            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1049            ! win32/config_h.PL win32/config_sh.PL
1050      Branch: metaconfig
1051            ! U/modified/d_mkstemp.U U/modified/libs.U
1052      Branch: metaconfig/U/perl
1053            + d_mkdtemp.U d_mkstemps.U
1054 ____________________________________________________________________________
1055 [  5043] By: jhi                                   on 2000/02/08  20:58:02
1056         Log: Integrate with Sarathy.
1057      Branch: cfgperl
1058           +> Todo-5.6 t/op/ver.t win32/bin/exetype.pl
1059           !> (integrate 110 files)
1060 ____________________________________________________________________________
1061 [  5042] By: gsar                                  on 2000/02/08  20:32:12
1062         Log: avoid exiting just because we didn't scan for libm ('libs' may still
1063              have it, but we avoided scan for things in 'libs')
1064      Branch: perl
1065            ! Configure
1066
1067 ----------------
1068 Version v5.5.650
1069 ----------------
1070
1071 ____________________________________________________________________________
1072 [  5041] By: gsar                                  on 2000/02/08  07:57:11
1073         Log: update Changes
1074      Branch: perl
1075            ! Changes
1076 ____________________________________________________________________________
1077 [  5040] By: gsar                                  on 2000/02/08  07:51:20
1078         Log: documentation patches (from Michael Schwern and Yitzchak
1079              Scott-Thoennes)
1080      Branch: perl
1081            ! av.c hv.c lib/UNIVERSAL.pm pod/perlapi.pod
1082 ____________________________________________________________________________
1083 [  5039] By: gsar                                  on 2000/02/08  07:22:46
1084         Log: alias to $^V to $PERL_VERSION_TUPLE
1085      Branch: perl
1086            ! lib/English.pm pod/perlvar.pod
1087 ____________________________________________________________________________
1088 [  5038] By: gsar                                  on 2000/02/08  07:03:34
1089         Log: update Changes
1090      Branch: perl
1091            ! Changes pod/perlhist.pod
1092 ____________________________________________________________________________
1093 [  5037] By: gsar                                  on 2000/02/08  06:59:55
1094         Log: Windows has a somewhat different sitelib layout, and needs
1095              $sitelib/archname added as well
1096      Branch: perl
1097            ! perl.c
1098 ____________________________________________________________________________
1099 [  5036] By: gsar                                  on 2000/02/08  06:59:03
1100         Log: change#4987 appears to have broken libs scan for platforms that
1101              don't set ignore_versioned_solibs (Solaris is one of them); add
1102              derivative fix from the older logic for skipping versioned .so
1103              libs
1104      Branch: perl
1105            ! Configure
1106 ____________________________________________________________________________
1107 [  5035] By: gsar                                  on 2000/02/07  21:21:44
1108         Log: sprintf("%v"...) buffer resizing busted
1109      Branch: perl
1110            ! sv.c
1111 ____________________________________________________________________________
1112 [  5034] By: gsar                                  on 2000/02/07  19:16:21
1113         Log: update Changes
1114      Branch: perl
1115            ! Changes pod/perlhist.pod
1116 ____________________________________________________________________________
1117 [  5033] By: gsar                                  on 2000/02/07  19:01:08
1118         Log: stringify "\x{FFF}" to utf8 correctly; set SvUTF8 on "\x{XX}"
1119              only when XX > 127
1120      Branch: perl
1121            ! pp_hot.c toke.c
1122 ____________________________________________________________________________
1123 [  5032] By: gsar                                  on 2000/02/07  18:25:31
1124         Log: add note about printf("%v",...)
1125      Branch: perl
1126            ! pod/perldelta.pod
1127 ____________________________________________________________________________
1128 [  5031] By: gsar                                  on 2000/02/07  18:18:43
1129         Log: update Changes
1130      Branch: perl
1131            ! Changes Todo-5.6
1132 ____________________________________________________________________________
1133 [  5030] By: gsar                                  on 2000/02/07  18:17:49
1134         Log: thinko in change#5029
1135      Branch: perl
1136            ! gv.c
1137 ____________________________________________________________________________
1138 [  5029] By: gsar                                  on 2000/02/07  17:49:58
1139         Log: change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_widesyscalls/;
1140              introduce -C switch (sets $^WIDE_SYSTEM_CALLS)
1141      Branch: perl
1142            ! embedvar.h gv.c intrpvar.h mg.c perl.c perlapi.h
1143            ! pod/perlrun.pod pod/perlunicode.pod pod/perlvar.pod
1144            ! win32/win32.h
1145 ____________________________________________________________________________
1146 [  5028] By: gsar                                  on 2000/02/07  17:10:03
1147         Log: perlport updates (from Peter Prymmer)
1148      Branch: perl
1149            ! pod/perlport.pod
1150 ____________________________________________________________________________
1151 [  5027] By: gsar                                  on 2000/02/07  16:53:47
1152         Log: fix up Todo-5.6
1153      Branch: perl
1154            ! Todo-5.6
1155 ____________________________________________________________________________
1156 [  5026] By: gsar                                  on 2000/02/07  16:32:31
1157         Log: rename Todo-5.005 to Todo-5.6
1158      Branch: perl
1159           +> Todo-5.6
1160            - Todo-5.005
1161            ! MANIFEST
1162 ____________________________________________________________________________
1163 [  5025] By: gsar                                  on 2000/02/07  16:09:54
1164         Log: ${^Warnings} renamed to ${^WARNING_BITS}
1165      Branch: perl
1166            ! gv.c lib/warnings.pm mg.c pod/perltoc.pod pod/perlvar.pod
1167            ! toke.c warnings.pl
1168 ____________________________________________________________________________
1169 [  5024] By: gsar                                  on 2000/02/07  11:47:06
1170         Log: various Windows tweaks: make $^E a little less buggy by saving
1171              and restoring system error across TLS fetch; avoid needless
1172              copying of buffers
1173      Branch: perl
1174            ! win32/Makefile win32/makefile.mk win32/perllib.c win32/win32.c
1175            ! win32/win32.h
1176 ____________________________________________________________________________
1177 [  5023] By: gsar                                  on 2000/02/07  11:44:19
1178         Log: avoid MakeMaker setting $^W=1
1179      Branch: perl
1180            ! lib/ExtUtils/MakeMaker.pm
1181 ____________________________________________________________________________
1182 [  5022] By: gsar                                  on 2000/02/07  10:38:56
1183         Log: up to v5.5.650
1184      Branch: perl
1185            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
1186            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
1187 ____________________________________________________________________________
1188 [  5021] By: gsar                                  on 2000/02/07  10:10:31
1189         Log: mention threads status in pod
1190      Branch: perl
1191            ! ext/Thread/Thread.pm
1192 ____________________________________________________________________________
1193 [  5020] By: gsar                                  on 2000/02/07  09:57:46
1194         Log: tolerate NULL SITELIB_EXP
1195      Branch: perl
1196            ! perl.c
1197 ____________________________________________________________________________
1198 [  5019] By: gsar                                  on 2000/02/07  09:46:11
1199         Log: NULL-terminate PERL_INC_VERSION_LIST
1200      Branch: perl
1201            ! Configure perl.c win32/config.bc win32/config.gc
1202            ! win32/config.vc win32/config_H.bc win32/config_H.gc
1203            ! win32/config_H.vc
1204 ____________________________________________________________________________
1205 [  5018] By: gsar                                  on 2000/02/07  09:13:10
1206         Log: add compatible versions from $Config{inc_ver_list} to search
1207              paths automatically (from Tom Hughes <tom@compton.nu>)
1208      Branch: perl
1209            ! lib/lib.pm perl.c
1210 ____________________________________________________________________________
1211 [  5017] By: gsar                                  on 2000/02/07  08:58:56
1212         Log: makefiles now use exetype.pl to make wperl.exe
1213      Branch: perl
1214            ! sv.c win32/Makefile win32/makefile.mk
1215 ____________________________________________________________________________
1216 [  5016] By: gsar                                  on 2000/02/07  08:38:25
1217         Log: add exetype.pl (from Jan Dubois)
1218      Branch: perl
1219            + win32/bin/exetype.pl
1220            ! MANIFEST
1221 ____________________________________________________________________________
1222 [  5015] By: gsar                                  on 2000/02/07  08:29:28
1223         Log: pod fixes (from Abigail and M J T Guy)
1224      Branch: perl
1225            ! Changes README.os2 gv.c pod/perlapi.pod pod/perldebug.pod
1226            ! pod/perldelta.pod pod/perldiag.pod pod/perlopentut.pod
1227            ! pod/perlport.pod pod/perlvar.pod
1228 ____________________________________________________________________________
1229 [  5014] By: gsar                                  on 2000/02/07  07:09:08
1230         Log: clarify behavior of vec() when arguments are off the end of the
1231              string (from M J T Guy)
1232      Branch: perl
1233            ! pod/perlfunc.pod
1234 ____________________________________________________________________________
1235 [  5013] By: gsar                                  on 2000/02/07  07:08:15
1236         Log: remove $^U dependent behaviors in runtime; chr() and sprintf('%c',...)
1237              now return bytes all the way to 255, they will be transparently
1238              coerced (in future) to UTF-8 when they are used in operations
1239              involving other UTF-8 strings; C<use utf8> doesn't set $^U anymore
1240      Branch: perl
1241            ! lib/byte.pm lib/utf8.pm pod/perlunicode.pod pod/perlvar.pod
1242            ! pp.c sv.c
1243 ____________________________________________________________________________
1244 [  5012] By: gsar                                  on 2000/02/07  06:36:33
1245         Log: partly revert change#4851, apparently POSIX::uname() may not be correct
1246              per strict reading of standard (says Tom Christiansen)
1247      Branch: perl
1248            ! lib/Sys/Hostname.pm
1249 ____________________________________________________________________________
1250 [  5011] By: gsar                                  on 2000/02/07  06:26:30
1251         Log: allow 64-bit utf8-encoded integers (from Ilya Zakharevich)
1252      Branch: perl
1253            ! utf8.c utf8.h
1254 ____________________________________________________________________________
1255 [  5010] By: gsar                                  on 2000/02/06  21:27:03
1256         Log: fix debug code in Perl_malloc() (from Ilya Zakharevich)
1257      Branch: perl
1258            ! malloc.c
1259 ____________________________________________________________________________
1260 [  5009] By: gsar                                  on 2000/02/06  20:45:30
1261         Log: set SvUTF8 on vectors only if there are chars > 127; update copyright
1262              years (from Gisle Aas)
1263      Branch: perl
1264            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
1265            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
1266            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
1267            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
1268            ! toke.c utf8.c utf8.h util.c util.h
1269 ____________________________________________________________________________
1270 [  5008] By: gsar                                  on 2000/02/06  19:28:31
1271         Log: use builtin __CYGWIN__ rather than -DCYGWIN (from Eric Fifer
1272              <EFifer@sanwaint.com>)
1273      Branch: perl
1274            ! EXTERN.h XSUB.h doio.c ext/POSIX/POSIX.xs
1275            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/sdbm.c
1276            ! hints/cygwin.sh lib/ExtUtils/MM_Cygwin.pm mg.c perl.h
1277            ! unixish.h util.c
1278 ____________________________________________________________________________
1279 [  5007] By: gsar                                  on 2000/02/06  17:47:01
1280         Log: reduce memory consumption of POSIX.pm (from Ilya Zakharevich)
1281      Branch: perl
1282            ! ext/POSIX/POSIX.pm
1283 ____________________________________________________________________________
1284 [  5006] By: gsar                                  on 2000/02/06  17:28:35
1285         Log: integrate cfgperl contents into mainline
1286      Branch: perl
1287           !> Configure config_h.SH ext/Sys/Syslog/Syslog.xs hints/hpux.sh
1288           !> perl.h pp_sys.c
1289 ____________________________________________________________________________
1290 [  5005] By: gsar                                  on 2000/02/06  17:18:39
1291         Log: VOS port updates (from Paul Green <Paul_Green@stratus.com>)
1292      Branch: perl
1293            ! README.vos pod/perlport.pod vos/Changes vos/build.cm
1294            ! vos/compile_perl.cm vos/config.def vos/config.h vos/config.pl
1295            ! vos/config_h.SH_orig vos/perl.bind vos/test_vos_dummies.c
1296            ! vos/vos_dummies.c vos/vosish.h
1297 ____________________________________________________________________________
1298 [  5004] By: gsar                                  on 2000/02/06  17:00:49
1299         Log: fix parse error on C<{ use strict }> and other constructs that
1300              make the parser reenter while LEX_KNOWNEXT is active
1301      Branch: perl
1302            ! t/comp/use.t toke.c
1303 ____________________________________________________________________________
1304 [  5003] By: gsar                                  on 2000/02/06  14:57:30
1305         Log: avoid -Bforcearchive on netbsd too
1306      Branch: perl
1307            ! Changes hints/netbsd.sh
1308 ____________________________________________________________________________
1309 [  5002] By: gsar                                  on 2000/02/06  14:45:17
1310         Log: revised notes about Pod::Parser & Co.
1311      Branch: perl
1312            ! lib/Pod/Usage.pm pod/perldelta.pod
1313 ____________________________________________________________________________
1314 [  5001] By: gsar                                  on 2000/02/06  14:02:43
1315         Log: fix description of obsolete diagnostic
1316      Branch: perl
1317            ! pod/perldiag.pod
1318 ____________________________________________________________________________
1319 [  5000] By: gsar                                  on 2000/02/06  13:59:58
1320         Log: allow "\x{12ab}" even without C<use utf8>
1321      Branch: perl
1322            ! t/pragma/warn/toke toke.c
1323 ____________________________________________________________________________
1324 [  4999] By: gsar                                  on 2000/02/06  13:58:31
1325         Log: make perlbug use new-style version numbers; improve compatibility
1326              (runs with perl 5.005); fix swapped old vs new version reporting
1327      Branch: perl
1328            ! utils/perlbug.PL
1329 ____________________________________________________________________________
1330 [  4998] By: gsar                                  on 2000/02/06  13:56:45
1331         Log: support sprintf("v%v", v1.2.3) (works on any string argument, in
1332              fact); add tests for version tuples
1333      Branch: perl
1334            + t/op/ver.t
1335            ! MANIFEST perl.c pod/perldiag.pod pod/perlfunc.pod
1336            ! pod/perlop.pod sv.c toke.c
1337 ____________________________________________________________________________
1338 [  4997] By: gsar                                  on 2000/02/04  21:40:08
1339         Log: change#4970 fallout for useithreads
1340      Branch: perl
1341            ! sv.c
1342 ____________________________________________________________________________
1343 [  4996] By: jhi                                   on 2000/02/04  20:09:00
1344         Log: Largefilify offsets of tied handles.
1345      Branch: cfgperl
1346            ! pp_sys.c
1347 ____________________________________________________________________________
1348 [  4995] By: jhi                                   on 2000/02/04  19:54:25
1349         Log: Sanity check for libraries scan.
1350      Branch: cfgperl
1351            ! Configure config_h.SH
1352      Branch: metaconfig
1353            ! U/modified/libs.U
1354 ____________________________________________________________________________
1355 [  4994] By: jhi                                   on 2000/02/04  19:48:42
1356         Log: HP-UX largefileness doesn't like lseek being redeclared;
1357              no more USE_LONG_LONG.
1358      Branch: cfgperl
1359            ! perl.h
1360 ____________________________________________________________________________
1361 [  4993] By: jhi                                   on 2000/02/04  19:18:59
1362         Log: fix the description as much as possible; the whole
1363              separation into three different symbols lists is
1364              pretty broken now.
1365      Branch: metaconfig
1366            ! U/modified/Cppsym.U
1367 ____________________________________________________________________________
1368 [  4992] By: jhi                                   on 2000/02/04  19:13:10
1369         Log: Use <syslog.h>, not <sys/syslog.h>.
1370      Branch: cfgperl
1371            ! Configure config_h.SH ext/Sys/Syslog/Syslog.xs
1372 ____________________________________________________________________________
1373 [  4991] By: gsar                                  on 2000/02/04  19:11:07
1374         Log: dmake is on CPAN now
1375      Branch: perl
1376            ! README.win32
1377 ____________________________________________________________________________
1378 [  4990] By: jhi                                   on 2000/02/04  19:04:01
1379         Log: Re-introduce #4817 and #4964 wiped out by #4987.
1380      Branch: cfgperl
1381            ! Configure config_h.SH
1382      Branch: metaconfig
1383            ! U/threads/usethreads.U
1384      Branch: metaconfig/U/perl
1385            ! patchlevel.U
1386 ____________________________________________________________________________
1387 [  4989] By: jhi                                   on 2000/02/04  18:54:00
1388         Log: typo fix
1389      Branch: cfgperl
1390            ! Configure config_h.SH
1391      Branch: metaconfig
1392            ! U/modified/libs.U
1393 ____________________________________________________________________________
1394 [  4988] By: jhi                                   on 2000/02/04  18:34:06
1395         Log: Integrate with Sarathy.
1396      Branch: cfgperl
1397           +> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
1398           +> ext/Sys/Syslog/Syslog.xs
1399            - lib/Sys/Syslog.pm
1400           !> (integrate 37 files)
1401 ____________________________________________________________________________
1402 [  4987] By: jhi                                   on 2000/02/04  18:31:05
1403         Log: Configure megamaintenance.  Cppsym (hopefully) final spasms;
1404              default is to use long long if available; various nits
1405              here and there; fixed to hpux 64-bitnes and largefileness.
1406      Branch: cfgperl
1407            ! Configure config_h.SH hints/hpux.sh perl.h
1408      Branch: metaconfig
1409            ! U/a_dvisory/quadtype.U U/modified/Cppsym.U
1410            ! U/modified/d_gethname.U U/modified/libpth.U U/modified/libs.U
1411      Branch: metaconfig/U/perl
1412            ! d_fseeko.U d_ftello.U dlsrc.U uselongdbl.U uselonglong.U
1413            ! usemultiplicity.U xs_apiversion.U
1414 ____________________________________________________________________________
1415 [  4986] By: gsar                                  on 2000/02/04  17:26:37
1416         Log: avoid bad cast warnings (from Robin Barker <rmb1@cise.npl.co.uk>)
1417      Branch: perl
1418            ! sv.c
1419 ____________________________________________________________________________
1420 [  4985] By: gsar                                  on 2000/02/04  16:43:49
1421         Log: avoid 'na' (spotted by Yitzchak Scott-Thoennes <sthoenna@efn.org>)
1422      Branch: perl
1423            ! ext/Devel/DProf/DProf.xs
1424 ____________________________________________________________________________
1425 [  4984] By: gsar                                  on 2000/02/04  08:20:05
1426         Log: CPAN.pm updated to v1.52 (from Andreas Koenig)
1427      Branch: perl
1428            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
1429 ____________________________________________________________________________
1430 [  4983] By: gsar                                  on 2000/02/04  08:00:38
1431         Log: updated OpenBSD hints (From Todd C. Miller <Todd.Miller@courtesan.com>)
1432      Branch: perl
1433            ! hints/openbsd.sh
1434 ____________________________________________________________________________
1435 [  4982] By: gsar                                  on 2000/02/04  07:54:04
1436         Log: pod typos (from Gregor N. Purdy <gregor@focusresearch.com>)
1437      Branch: perl
1438            ! lib/Pod/Parser.pm
1439 ____________________________________________________________________________
1440 [  4981] By: gsar                                  on 2000/02/04  07:34:38
1441         Log: avoid assuming cc accepts -o switch (from Tom Hughes)
1442      Branch: perl
1443            ! Makefile.SH
1444 ____________________________________________________________________________
1445 [  4980] By: gsar                                  on 2000/02/04  07:29:59
1446         Log: Sys::Syslog goes the XS way (from Tom Hughes <tom@compton.nu>)
1447      Branch: perl
1448            + ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
1449            + ext/Sys/Syslog/Syslog.xs
1450            - lib/Sys/Syslog.pm
1451            ! MANIFEST pod/perldelta.pod
1452 ____________________________________________________________________________
1453 [  4979] By: gsar                                  on 2000/02/04  07:13:19
1454         Log: pod updates (from David Adler, M J T Guy)
1455      Branch: perl
1456            ! pod/perlfaq2.pod pod/perlop.pod pod/perlsyn.pod
1457 ____________________________________________________________________________
1458 [  4978] By: gsar                                  on 2000/02/04  07:08:14
1459         Log: typos in config_h.SH (from Paul_Green@vos.stratus.com)
1460      Branch: perl
1461            ! config_h.SH
1462 ____________________________________________________________________________
1463 [  4977] By: gsar                                  on 2000/02/04  07:06:10
1464         Log: avoid adding null components to LD_LIBRARY_PATH, OpenBSD has trouble
1465              with them (from Todd C. Miller <Todd.Miller@courtesan.com>)
1466      Branch: perl
1467            ! Makefile.SH
1468 ____________________________________________________________________________
1469 [  4976] By: gsar                                  on 2000/02/04  06:33:43
1470         Log: VMS update (from Dan Sugalski and Peter Prymmer)
1471      Branch: perl
1472            ! configure.com vms/descrip_mms.template vms/subconfigure.com
1473 ____________________________________________________________________________
1474 [  4975] By: gsar                                  on 2000/02/04  05:51:14
1475         Log: patch to provide more informative names for evals and anonymous
1476              subroutines (from Ilya Zakharevich)
1477      Branch: perl
1478            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs lib/Dumpvalue.pm
1479            ! lib/dumpvar.pl lib/perl5db.pl op.c perl.h pod/perldebug.pod
1480            ! pod/perlvar.pod pp_ctl.c
1481 ____________________________________________________________________________
1482 [  4974] By: gsar                                  on 2000/02/04  05:05:57
1483         Log: off-by-one in malloc.c (from Ilya Zakharevich)
1484      Branch: perl
1485            ! malloc.c
1486 ____________________________________________________________________________
1487 [  4973] By: gsar                                  on 2000/02/04  05:03:00
1488         Log: OS/2 build fixups from Ilya Zakharevich
1489      Branch: perl
1490            ! ext/Devel/DProf/DProf.xs os2/Makefile.SHs t/op/fork.t
1491 ____________________________________________________________________________
1492 [  4972] By: gsar                                  on 2000/02/04  04:58:57
1493         Log: avoid /* within comment
1494      Branch: perl
1495            ! xsutils.c
1496 ____________________________________________________________________________
1497 [  4971] By: gsar                                  on 2000/02/04  04:56:09
1498         Log: another HINT_BYTE victim
1499      Branch: perl
1500            ! lib/charnames.pm
1501 ____________________________________________________________________________
1502 [  4970] By: gsar                                  on 2000/02/04  04:45:13
1503         Log: fix pad_alloc panic from C<my $w; sub { my($i) = @_; sub { $w } }>
1504      Branch: perl
1505            ! op.c scope.c scope.h t/op/closure.t toke.c
1506 ____________________________________________________________________________
1507 [  4969] By: gsar                                  on 2000/02/04  01:09:37
1508         Log: byte.pm and HINT_BYTE don't match (0x8, not 0x10!)
1509      Branch: perl
1510            ! lib/byte.pm
1511 ____________________________________________________________________________
1512 [  4968] By: jhi                                   on 2000/02/02  13:17:25
1513         Log: Integrate with Sarathy.
1514      Branch: cfgperl
1515           +> lib/Pod/Find.pm lib/Pod/ParseUtils.pm
1516            ! Configure
1517           !> (integrate 29 files)
1518
1519 ----------------
1520 Version v5.5.640
1521 ----------------
1522
1523 ____________________________________________________________________________
1524 [  4967] By: gsar                                  on 2000/02/02  12:22:29
1525         Log: update makerel for new version format
1526      Branch: perl
1527            ! Changes Porting/makerel
1528 ____________________________________________________________________________
1529 [  4966] By: gsar                                  on 2000/02/02  11:42:03
1530         Log: workaround for undefined symbol
1531      Branch: perl
1532            ! win32/win32.h
1533 ____________________________________________________________________________
1534 [  4965] By: gsar                                  on 2000/02/02  11:19:19
1535         Log: on cygwin, h_errno is now "__declspec(dllimport) int h_errno"
1536              (from Eric Fifer <EFifer@sanwaint.com>)
1537      Branch: perl
1538            ! pp_sys.c
1539 ____________________________________________________________________________
1540 [  4964] By: gsar                                  on 2000/02/02  11:11:15
1541         Log: adjust notes on use5005threads
1542      Branch: perl
1543            ! Configure INSTALL README.threads
1544 ____________________________________________________________________________
1545 [  4963] By: gsar                                  on 2000/02/02  10:14:30
1546         Log: fix typo
1547      Branch: perl
1548            ! Configure
1549 ____________________________________________________________________________
1550 [  4962] By: gsar                                  on 2000/02/02  10:13:10
1551         Log: integrate selected changes from cfgperl (#4899,4900,4904,4918)
1552      Branch: perl
1553           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
1554           !> config_h.SH ext/IO/IO.xs lib/Benchmark.pm
1555 ____________________________________________________________________________
1556 [  4961] By: gsar                                  on 2000/02/02  09:55:45
1557         Log: PodParser-1.092 update via CPAN (from Brad Appleton)
1558      Branch: perl
1559            + lib/Pod/Find.pm lib/Pod/ParseUtils.pm
1560            ! MANIFEST lib/Pod/Checker.pm t/pod/poderrs.t t/pod/poderrs.xr
1561 ____________________________________________________________________________
1562 [  4960] By: gsar                                  on 2000/02/02  08:22:31
1563         Log: replace misleading docs with a BUGS section
1564      Branch: perl
1565            ! lib/English.pm
1566 ____________________________________________________________________________
1567 [  4959] By: gsar                                  on 2000/02/02  08:16:17
1568         Log: remove FUD from perlfunc/use (from M J T Guy)
1569      Branch: perl
1570            ! pod/perlfunc.pod
1571 ____________________________________________________________________________
1572 [  4958] By: gsar                                  on 2000/02/02  08:13:04
1573         Log: Benchmark displays bogus CPU stats (suggested by Cedric Auzanne
1574              <cedric.auzanne@nist.gov>)
1575      Branch: perl
1576            ! Changes lib/Benchmark.pm
1577 ____________________________________________________________________________
1578 [  4957] By: gsar                                  on 2000/02/02  08:04:52
1579         Log: fix coredump on C<"x" =~ /x/; print @-> (from Ilya Zakharevich)
1580      Branch: perl
1581            ! pp_hot.c
1582 ____________________________________________________________________________
1583 [  4956] By: gsar                                  on 2000/02/02  08:02:57
1584         Log: flock() pod talks about "adding" in the sense of "or-ing"
1585      Branch: perl
1586            ! pod/perlfunc.pod
1587 ____________________________________________________________________________
1588 [  4955] By: gsar                                  on 2000/02/02  07:58:35
1589         Log: fixes for switching files in the debugger (from Ilya Zakharevich)
1590      Branch: perl
1591            ! lib/perl5db.pl pod/perldebug.pod
1592 ____________________________________________________________________________
1593 [  4954] By: gsar                                  on 2000/02/02  07:53:51
1594         Log: use warnings rather than fiddling with $^W (from Paul Marquess)
1595      Branch: perl
1596            ! lib/Cwd.pm lib/English.pm lib/ExtUtils/MM_Unix.pm
1597            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm lib/Fatal.pm
1598            ! lib/File/Spec/Win32.pm lib/Math/BigFloat.pm
1599            ! lib/Text/ParseWords.pm lib/utf8_heavy.pl
1600 ____________________________________________________________________________
1601 [  4953] By: gsar                                  on 2000/02/02  07:40:33
1602         Log: dynixptx hints tweak (from Martin J. Bligh <mbligh@sequent.com>)
1603      Branch: perl
1604            ! hints/dynixptx.sh
1605 ____________________________________________________________________________
1606 [  4952] By: gsar                                  on 2000/02/02  07:36:39
1607         Log: deltanotes on weakrefs and Pod::Parser (from Tuomas Lukka and
1608              Brad Appleton)
1609      Branch: perl
1610            ! pod/perldelta.pod
1611 ____________________________________________________________________________
1612 [  4951] By: gsar                                  on 2000/02/02  06:54:22
1613         Log: avoid mismatched type warnings
1614      Branch: perl
1615            ! embed.pl perlapi.h
1616 ____________________________________________________________________________
1617 [  4950] By: jhi                                   on 2000/02/02  06:49:10
1618         Log: Integrate with Sarathy.
1619      Branch: cfgperl
1620           +> pod/perlunicode.pod
1621           !> MANIFEST Makefile.SH lib/File/Spec/Win32.pm lib/Text/Tabs.pm
1622           !> lib/byte.pm lib/byte_heavy.pl lib/utf8.pm lib/warnings.pm
1623           !> makedef.pl op.c perl.h pod/perldelta.pod pp_ctl.c regcomp.c
1624           !> regexec.c t/pragma/warn/2use utf8.h utils/perldoc.PL
1625           !> vms/descrip_mms.template warnings.pl
1626 ____________________________________________________________________________
1627 [  4949] By: gsar                                  on 2000/02/02  06:41:17
1628         Log: fix broken abs2rel() (from François Allard <franka@host.ott.igs.net>)
1629      Branch: perl
1630            ! lib/File/Spec/Win32.pm
1631 ____________________________________________________________________________
1632 [  4948] By: gsar                                  on 2000/02/02  06:30:41
1633         Log: makefile tweak
1634      Branch: perl
1635            ! Makefile.SH
1636 ____________________________________________________________________________
1637 [  4947] By: gsar                                  on 2000/02/02  06:27:43
1638         Log: future-proof unknown warning categories (from Greg Bacon
1639              <gbacon@cs.uah.edu>)
1640      Branch: perl
1641            ! lib/warnings.pm t/pragma/warn/2use warnings.pl
1642 ____________________________________________________________________________
1643 [  4946] By: gsar                                  on 2000/02/02  06:21:34
1644         Log: doc tweak (from Michael G Schwern <schwern@pobox.com>)
1645      Branch: perl
1646            ! lib/Text/Tabs.pm
1647 ____________________________________________________________________________
1648 [  4945] By: gsar                                  on 2000/02/02  06:03:04
1649         Log: more meaningful message on invalid pattern argument (from
1650              Kevin Meltzer <KMeltzer@USCO.com>)
1651      Branch: perl
1652            ! utils/perldoc.PL
1653 ____________________________________________________________________________
1654 [  4944] By: gsar                                  on 2000/02/02  05:43:49
1655         Log: XSLoader build patch for VMS (from Craig A. Berry
1656              <craig.berry@metamorgs.com>)
1657      Branch: perl
1658            ! vms/descrip_mms.template
1659 ____________________________________________________________________________
1660 [  4943] By: gsar                                  on 2000/02/02  03:40:49
1661         Log: reword some sections of perlunicode.pod
1662      Branch: perl
1663            ! pod/perlunicode.pod
1664 ____________________________________________________________________________
1665 [  4942] By: gsar                                  on 2000/02/01  21:02:01
1666         Log: AIX warning on undefined symbol
1667      Branch: perl
1668            ! makedef.pl
1669 ____________________________________________________________________________
1670 [  4941] By: gsar                                  on 2000/02/01  20:29:30
1671         Log: HINT_UTF8 is not propagated to the op tree anymore; add a
1672              perlunicode.pod that reflects changes to unicode support so far
1673      Branch: perl
1674            + pod/perlunicode.pod
1675            ! MANIFEST lib/byte.pm lib/byte_heavy.pl lib/utf8.pm op.c perl.h
1676            ! pod/perldelta.pod pp_ctl.c regcomp.c regexec.c utf8.h
1677 ____________________________________________________________________________
1678 [  4940] By: jhi                                   on 2000/02/01  12:22:30
1679         Log: Integrate with Sarathy.
1680      Branch: cfgperl
1681           !> embed.pl embedvar.h global.sym gv.c intrpvar.h
1682           !> lib/charnames.pm lib/utf8.pm mg.c objXSUB.h op.c op.h
1683           !> perlapi.c perlapi.h pod/perlvar.pod pp.c sv.c sv.h
1684           !> t/lib/charnames.t toke.c win32/win32.c win32/win32.h
1685 ____________________________________________________________________________
1686 [  4939] By: gsar                                  on 2000/02/01  08:52:16
1687         Log: export pregexec(), Tk uses it
1688      Branch: perl
1689            ! embed.pl global.sym objXSUB.h perlapi.c
1690 ____________________________________________________________________________
1691 [  4938] By: gsar                                  on 2000/02/01  04:00:09
1692         Log: mark literal utf8 in string literals properly
1693      Branch: perl
1694            ! toke.c
1695 ____________________________________________________________________________
1696 [  4937] By: gsar                                  on 2000/01/31  20:19:34
1697         Log: introduce $^U, a global bit to indicate whether system
1698              calls should using widechar APIs; chr and sprintf "%c" also
1699              follow this flag in the absense of "use byte"; "use utf8"
1700              sets $^U=1 (this appears kludgey)
1701      Branch: perl
1702            ! embedvar.h gv.c intrpvar.h lib/charnames.pm lib/utf8.pm mg.c
1703            ! op.c op.h perlapi.h pod/perlvar.pod pp.c sv.c sv.h
1704            ! t/lib/charnames.t win32/win32.h
1705 ____________________________________________________________________________
1706 [  4936] By: jhi                                   on 2000/01/31  20:17:44
1707         Log: HP-UX (induced) fixes.
1708      Branch: cfgperl
1709            ! Configure config_h.SH hints/hpux.sh
1710      Branch: metaconfig
1711            ! U/modified/Oldconfig.U U/modified/libs.U
1712      Branch: metaconfig/U/perl
1713            ! quadfio.U
1714 ____________________________________________________________________________
1715 [  4935] By: jhi                                   on 2000/01/31  19:15:43
1716         Log: Cosmetics.
1717      Branch: metaconfig
1718            ! U/compline/d_gconvert.U
1719 ____________________________________________________________________________
1720 [  4934] By: jhi                                   on 2000/01/31  19:15:22
1721         Log: Cppsym saga continues.
1722      Branch: cfgperl
1723            ! Configure config_h.SH
1724      Branch: metaconfig
1725            ! U/modified/Cppsym.U
1726 ____________________________________________________________________________
1727 [  4933] By: gsar                                  on 2000/01/31  18:45:07
1728         Log: !USING_WIDE() branch is busted in win32_stat()
1729      Branch: perl
1730            ! win32/win32.c
1731 ____________________________________________________________________________
1732 [  4932] By: jhi                                   on 2000/01/31  06:41:47
1733         Log: Reveal even more symbols.
1734      Branch: cfgperl
1735            ! Configure config_h.SH
1736      Branch: metaconfig
1737            ! U/modified/Cppsym.U
1738 ____________________________________________________________________________
1739 [  4931] By: jhi                                   on 2000/01/31  06:21:41
1740         Log: Integrate with Sarathy.
1741      Branch: cfgperl
1742            - lib/caller.pm
1743           !> (integrate 29 files)
1744 ____________________________________________________________________________
1745 [  4930] By: gsar                                  on 2000/01/31  04:57:42
1746         Log: runtime now looks at the SVf_UTF8 bit on the SV to decide
1747              whether to use widechar semantics; lexer and RE engine continue
1748              to need "use utf8" to enable unicode awareness in literals
1749              and patterns (TODO: this needs to be fixed); $1 et al are marked
1750              SvUTF8 if the pattern was compiled for utf8 (TODO: propagating
1751              it from the data is probably better)
1752      Branch: perl
1753            ! doop.c gv.c mg.c op.c op.h pp.c pp_ctl.c pp_hot.c regcomp.c
1754            ! sv.c t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/sv
1755            ! t/pragma/warn/toke t/pragma/warn/utf8 toke.c utf8.h
1756 ____________________________________________________________________________
1757 [  4929] By: gsar                                  on 2000/01/31  04:17:09
1758         Log: remove caller.pm from change#3534 (flawed idea)
1759      Branch: perl
1760            - lib/caller.pm
1761            ! MANIFEST pod/perldelta.pod pod/perlfunc.pod
1762 ____________________________________________________________________________
1763 [  4928] By: gsar                                  on 2000/01/31  04:16:01
1764         Log: fix factual regression (-e doesn't create temporary files anymore)
1765      Branch: perl
1766            ! pod/perlfilter.pod
1767 ____________________________________________________________________________
1768 [  4927] By: gsar                                  on 2000/01/30  21:27:12
1769         Log: introduce $^V (eq chr($revision) . chr($version) . chr($subversion));
1770              document version tuples
1771      Branch: perl
1772            ! gv.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
1773            ! pod/perlvar.pod
1774 ____________________________________________________________________________
1775 [  4926] By: gsar                                  on 2000/01/28  18:10:12
1776         Log: implement -follow option in find2perl (from Helmut Jarausch
1777              <jarausch@igpm.rwth-aachen.de>)
1778      Branch: perl
1779            ! lib/File/Find.pm x2p/find2perl.PL
1780 ____________________________________________________________________________
1781 [  4925] By: gsar                                  on 2000/01/28  18:03:28
1782         Log: document what chdir() without an argument does (from Mark-Jason
1783              Dominus <mjd@plover.com>)
1784      Branch: perl
1785            ! pod/perlfunc.pod
1786 ____________________________________________________________________________
1787 [  4924] By: gsar                                  on 2000/01/28  17:49:34
1788         Log: README.cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
1789      Branch: perl
1790            ! README.cygwin
1791 ____________________________________________________________________________
1792 [  4923] By: gsar                                  on 2000/01/28  17:10:08
1793         Log: avoid leaking lexicals into program being debugged (from Ilya
1794              Zakharevich)
1795      Branch: perl
1796            ! lib/perl5db.pl
1797 ____________________________________________________________________________
1798 [  4922] By: gsar                                  on 2000/01/28  16:36:13
1799         Log: perldelta note about export list changes
1800      Branch: perl
1801            ! Changes pod/perldelta.pod
1802 ____________________________________________________________________________
1803 [  4921] By: gsar                                  on 2000/01/28  15:49:04
1804         Log: alias realpath() to abs_path() (from Tom Christiansen)
1805      Branch: perl
1806            ! lib/Cwd.pm
1807 ____________________________________________________________________________
1808 [  4920] By: jhi                                   on 2000/01/28  09:52:47
1809         Log: Cppsym fixup from Andy.
1810      Branch: cfgperl
1811            ! Configure config_h.SH
1812      Branch: metaconfig
1813            ! U/modified/Cppsym.U
1814 ____________________________________________________________________________
1815 [  4919] By: jhi                                   on 2000/01/28  09:52:22
1816         Log: In HP-UX no largefiles if no 64 bits.
1817      Branch: cfgperl
1818            ! hints/hpux.sh
1819 ____________________________________________________________________________
1820 [  4918] By: jhi                                   on 2000/01/28  09:03:37
1821         Log: The #4880 was too eager, the $n test is useful too.
1822      Branch: cfgperl
1823            ! lib/Benchmark.pm
1824 ____________________________________________________________________________
1825 [  4917] By: jhi                                   on 2000/01/28  06:27:50
1826         Log: Integrate with Sarathy.
1827      Branch: cfgperl
1828           +> pod/perlapi.pod pod/perlintern.pod
1829           !> (integrate 39 files)
1830 ____________________________________________________________________________
1831 [  4916] By: gsar                                  on 2000/01/28  05:29:37
1832         Log: more exported symbols needed for build on windows
1833      Branch: perl
1834            ! embed.pl global.sym objXSUB.h perlapi.c pod/perlapi.pod
1835            ! pod/perlintern.pod t/lib/thread.t win32/win32.c
1836 ____________________________________________________________________________
1837 [  4915] By: gsar                                  on 2000/01/28  03:43:52
1838         Log: autogenerate API listing from comments in the source (from Benjamin
1839              Stuhl <sho_pi@hotmail.com>); fix the markup format to be more
1840              flexible for better readability; add missing docs in sv.c; regenerate
1841              perltoc
1842      Branch: perl
1843            + pod/perlapi.pod pod/perlintern.pod
1844            ! MANIFEST XSUB.h av.c av.h cop.h cv.h embed.pl global.sym gv.c
1845            ! gv.h handy.h hv.c hv.h intrpvar.h makedef.pl mg.c objXSUB.h
1846            ! op.c op.h perl.c perlapi.c pod/Makefile pod/buildtoc
1847            ! pod/perl.pod pod/perldelta.pod pod/perlguts.pod
1848            ! pod/perltoc.pod pod/roffitall pp.h scope.h sv.c sv.h thrdvar.h
1849            ! universal.c util.c
1850 ____________________________________________________________________________
1851 [  4914] By: gsar                                  on 2000/01/27  19:43:35
1852         Log: document unimplemented status of forking pipe open() on windows
1853      Branch: perl
1854            ! pod/perlfork.pod t/op/fork.t
1855 ____________________________________________________________________________
1856 [  4913] By: jhi                                   on 2000/01/27  11:18:51
1857         Log: Integrate with Sarathy.
1858      Branch: cfgperl
1859           !> (integrate 51 files)
1860 ____________________________________________________________________________
1861 [  4912] By: jhi                                   on 2000/01/27  10:35:48
1862         Log: Cppsym update continues.
1863      Branch: cfgperl
1864            ! Configure config_h.SH
1865      Branch: metaconfig
1866            ! U/modified/Cppsym.U
1867 ____________________________________________________________________________
1868 [  4911] By: gsar                                  on 2000/01/27  08:04:17
1869         Log: add missing flag in change#4892
1870      Branch: perl
1871            ! win32/win32.c
1872 ____________________________________________________________________________
1873 [  4910] By: gsar                                  on 2000/01/27  03:56:48
1874         Log: various pod nits identified by installhtml (all fixed except
1875              unresolved links)
1876      Branch: perl
1877            ! ext/B/B/C.pm ext/Devel/Peek/Peek.pm ext/File/Glob/Glob.pm
1878            ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/SysV.pm
1879            ! ext/Thread/Thread.pm lib/Class/Struct.pm lib/File/Find.pm
1880            ! lib/File/Spec/VMS.pm lib/Pod/Html.pm lib/UNIVERSAL.pm
1881            ! pod/buildtoc pod/perlcompile.pod pod/perlfork.pod
1882            ! pod/perlre.pod pod/perltoc.pod pod/perltodo.pod
1883 ____________________________________________________________________________
1884 [  4909] By: gsar                                  on 2000/01/26  22:45:28
1885         Log: typo
1886      Branch: perl
1887            ! Porting/p4desc
1888 ____________________________________________________________________________
1889 [  4908] By: gsar                                  on 2000/01/26  22:41:18
1890         Log: update p4 tool
1891      Branch: perl
1892            ! Porting/p4desc
1893 ____________________________________________________________________________
1894 [  4907] By: gsar                                  on 2000/01/26  21:45:41
1895         Log: revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c>
1896              and C<my $foo : a : b : c> are all valid (from Spider Boardman)
1897      Branch: perl
1898            ! lib/AutoSplit.pm lib/SelfLoader.pm lib/attributes.pm
1899            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
1900            ! t/op/attrs.t toke.c
1901 ____________________________________________________________________________
1902 [  4906] By: gsar                                  on 2000/01/26  20:16:39
1903         Log: pod typos and warnings (from Abigail <abigail@delanet.com>)
1904      Branch: perl
1905            ! README.win32 ext/B/B/Deparse.pm lib/Class/Struct.pm
1906 ____________________________________________________________________________
1907 [  4905] By: gsar                                  on 2000/01/26  19:10:26
1908         Log: s/STOP/CHECK/ blocks
1909      Branch: perl
1910            ! embedvar.h ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm intrpvar.h
1911            ! keywords.h keywords.pl lib/constant.pm op.c perl.c perlapi.h
1912            ! perly.c perly.y pod/perldelta.pod pod/perldiag.pod
1913            ! pod/perlfunc.pod pod/perlmod.pod pod/perlrun.pod
1914            ! pod/perlsub.pod pod/perltodo.pod sv.c t/op/misc.t toke.c
1915            ! vms/perly_c.vms
1916 ____________________________________________________________________________
1917 [  4904] By: jhi                                   on 2000/01/26  13:58:18
1918         Log: In UNICOS and UNICOS/mk after a successful fcntl F_SETFL
1919              of O_NONBLOCK a subsequent fcntl F_GETFL will return O_NDELAY.
1920      Branch: cfgperl
1921            ! ext/IO/IO.xs
1922 ____________________________________________________________________________
1923 [  4903] By: jhi                                   on 2000/01/26  11:16:34
1924         Log: Continue cpp symbol update.
1925      Branch: cfgperl
1926            ! Configure config_h.SH
1927      Branch: metaconfig
1928            ! U/modified/Cppsym.U
1929 ____________________________________________________________________________
1930 [  4902] By: gsar                                  on 2000/01/26  09:28:37
1931         Log: tweak exports list on Windows
1932      Branch: perl
1933            ! makedef.pl t/op/fork.t win32/win32.h
1934 ____________________________________________________________________________
1935 [  4901] By: jhi                                   on 2000/01/26  08:05:57
1936         Log: Integrate with Sarathy.
1937      Branch: cfgperl
1938           !> Changes README.win32 lib/File/Path.pm lib/Getopt/Std.pm op.c
1939           !> pod/perldelta.pod pod/perldiag.pod t/op/grep.t
1940           !> t/pragma/strict-vars toke.c win32/Makefile win32/makefile.mk
1941           !> win32/win32.c win32/win32.h
1942 ____________________________________________________________________________
1943 [  4900] By: jhi                                   on 2000/01/26  07:59:05
1944         Log: s/d_nvpresuv/d_nv_preserves_uv/;
1945              plus cosmetic change for #4899.
1946      Branch: cfgperl
1947            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1948            ! config_h.SH
1949      Branch: metaconfig
1950            ! U/modified/Cppsym.U
1951      Branch: metaconfig/U/perl
1952            ! perlxv.U
1953 ____________________________________________________________________________
1954 [  4899] By: jhi                                   on 2000/01/26  07:46:56
1955         Log: Update the scan of the cpp symbols.
1956      Branch: cfgperl
1957            ! Configure config_h.SH
1958      Branch: metaconfig
1959            ! U/modified/Cppsym.U
1960 ____________________________________________________________________________
1961 [  4898] By: gsar                                  on 2000/01/26  04:49:45
1962         Log: allow '--' to terminate argument processing (suggested by
1963              Marc Espie <espie@schutzenberger.liafa.jussieu.fr>)
1964      Branch: perl
1965            ! lib/Getopt/Std.pm
1966 ____________________________________________________________________________
1967 [  4897] By: gsar                                  on 2000/01/26  02:42:38
1968         Log: change#3744 should have made grep more like map instead of the
1969              other way around
1970      Branch: perl
1971            ! t/op/grep.t toke.c
1972 ____________________________________________________________________________
1973 [  4896] By: gsar                                  on 2000/01/26  00:56:14
1974         Log: integrate cfgperl contents into mainline
1975      Branch: perl
1976           +> vos/config.def vos/config.pl
1977            ! Changes
1978           !> Configure MANIFEST config_h.SH hints/unicosmk.sh
1979           !> lib/Benchmark.pm pod/perldelta.pod pod/perlhist.pod pp.c
1980           !> vos/config.h vos/config_h.SH_orig
1981 ____________________________________________________________________________
1982 [  4895] By: gsar                                  on 2000/01/26  00:45:45
1983         Log: fix parse failure of (my $foo : bar) and similar (from Spider
1984              Boardman)
1985      Branch: perl
1986            ! toke.c
1987 ____________________________________________________________________________
1988 [  4894] By: gsar                                  on 2000/01/26  00:33:53
1989         Log: avoid failure if directories already read by rmtree() are
1990              deleted by another process
1991      Branch: perl
1992            ! lib/File/Path.pm
1993 ____________________________________________________________________________
1994 [  4893] By: gsar                                  on 2000/01/25  23:19:18
1995         Log: typo in change#4892
1996      Branch: perl
1997            ! win32/win32.c
1998 ____________________________________________________________________________
1999 [  4892] By: gsar                                  on 2000/01/25  22:16:19
2000         Log: eliminate need for perl95.exe on Windows 9x by working around CRT
2001              bug internally (from Benjamin Stuhl <sho_pi@hotmail.com>); modified
2002              to call the fixed version of open_osfhandle() only on Windows 9x;
2003              updated the makefiles and README.win32 to suit
2004      Branch: perl
2005            ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
2006            ! win32/win32.h
2007 ____________________________________________________________________________
2008 [  4891] By: gsar                                  on 2000/01/25  20:22:01
2009         Log: produce redeclaration warning on C<our $foo; { our $foo; ... }>
2010      Branch: perl
2011            ! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/strict-vars
2012 ____________________________________________________________________________
2013 [  4890] By: gsar                                  on 2000/01/25  19:21:17
2014         Log: update Makefile notes on the now deprecated USE_5005THREADS and
2015              USE_OBJECT
2016      Branch: perl
2017            ! win32/Makefile win32/makefile.mk
2018 ____________________________________________________________________________
2019 [  4889] By: jhi                                   on 2000/01/25  14:44:55
2020         Log: Misedit in #4888.
2021      Branch: cfgperl
2022            ! pp.c
2023 ____________________________________________________________________________
2024 [  4888] By: jhi                                   on 2000/01/25  14:38:59
2025         Log: UNICOS/mk patches.  Removing the _CRAYMPP test may be
2026              rash but it's the best move I can think of right now.
2027              UNICOS/mk doesn't anymore (2.0.4.82) define _CRAYMPP,
2028              but I think it did in the past.
2029              Removing the _CRAYMPP test fixes a legion of pack/unpack
2030              failures (hint: SHORTSIZE=4,INTSIZE=8,LONGSIZE=8).
2031              One subtest, t/lib/io_sock.t #14, is still failing.
2032      Branch: cfgperl
2033            ! Configure config_h.SH hints/unicosmk.sh pp.c
2034      Branch: metaconfig
2035            ! U/modified/Oldconfig.U
2036 ____________________________________________________________________________
2037 [  4887] By: jhi                                   on 2000/01/25  06:13:14
2038         Log: Integrate with Sarathy.
2039      Branch: cfgperl
2040           !> Changes Makefile.SH XSUB.h cflags.SH embed.pl globals.c
2041           !> installperl lib/Pod/Html.pm makedef.pl mg.c objXSUB.h perl.h
2042           !> perlapi.c perlapi.h pod/perldelta.pod pod/perldiag.pod
2043           !> t/io/fs.t win32/Makefile win32/makefile.mk win32/perlhost.h
2044           !> win32/perllib.c win32/win32.c win32/win32.h
2045 ____________________________________________________________________________
2046 [  4886] By: gsar                                  on 2000/01/25  02:54:00
2047         Log: consistently use MAX_PATH+1 buffer sizes
2048      Branch: perl
2049            ! win32/win32.c
2050 ____________________________________________________________________________
2051 [  4885] By: gsar                                  on 2000/01/25  02:51:35
2052         Log: workaround for rename('x','X') bug in Windows NT
2053      Branch: perl
2054            ! t/io/fs.t win32/win32.c
2055 ____________________________________________________________________________
2056 [  4884] By: gsar                                  on 2000/01/25  01:32:57
2057         Log: windows build fixups from uniform DLL name change to perl56.dll
2058      Branch: perl
2059            ! installperl makedef.pl win32/perllib.c
2060 ____________________________________________________________________________
2061 [  4883] By: gsar                                  on 2000/01/25  01:31:27
2062         Log: more fixes for warnings from change#4840
2063      Branch: perl
2064            ! lib/Pod/Html.pm
2065 ____________________________________________________________________________
2066 [  4882] By: gsar                                  on 2000/01/24  15:35:12
2067         Log: assorted little nits
2068      Branch: perl
2069            ! mg.c win32/Makefile win32/makefile.mk win32/perlhost.h
2070            ! win32/win32.c
2071 ____________________________________________________________________________
2072 [  4881] By: gsar                                  on 2000/01/24  14:32:31
2073         Log: add new warnings to perldelta
2074      Branch: perl
2075            ! Changes pod/perldelta.pod pod/perldiag.pod
2076 ____________________________________________________________________________
2077 [  4880] By: jhi                                   on 2000/01/24  14:14:23
2078         Log: From: Stephane Payrard <properler@freesurf.fr>
2079              To: Gurusamy Sarathy <gsar@ActiveState.com>
2080              Cc: perl5-porters@perl.org
2081              Subject: <patch> avoid division by 0 in Benchmark.pm
2082              Date: Mon, 24 Jan 2000 16:15:38 +0100
2083              Message-ID: <20000124161538.A995@freesurf.fr>
2084      Branch: cfgperl
2085            ! lib/Benchmark.pm
2086 ____________________________________________________________________________
2087 [  4879] By: gsar                                  on 2000/01/24  14:14:20
2088         Log: force linkage of the function wrappers for globals in change#4878
2089      Branch: perl
2090            ! embed.pl globals.c perlapi.h win32/win32.h
2091 ____________________________________________________________________________
2092 [  4878] By: gsar                                  on 2000/01/24  13:04:45
2093         Log: enable function wrappers for access to globals under MULTIPLICITY
2094              (provides binary compatibility in the face of changes in interpreter
2095              structure)
2096      Branch: perl
2097            ! Makefile.SH XSUB.h cflags.SH embed.pl makedef.pl objXSUB.h
2098            ! perl.h perlapi.c perlapi.h win32/Makefile win32/makefile.mk
2099 ____________________________________________________________________________
2100 [  4877] By: jhi                                   on 2000/01/24  11:41:57
2101         Log: perlhist update.
2102      Branch: cfgperl
2103            ! pod/perlhist.pod
2104 ____________________________________________________________________________
2105 [  4876] By: jhi                                   on 2000/01/24  11:32:07
2106         Log: Updates on the large file support status.
2107      Branch: cfgperl
2108            ! pod/perldelta.pod
2109 ____________________________________________________________________________
2110 [  4875] By: jhi                                   on 2000/01/24  11:23:16
2111         Log: Integrate with Sarathy.
2112      Branch: cfgperl
2113           !> ext/DB_File/Makefile.PL ext/NDBM_File/NDBM_File.pm
2114           !> ext/ODBM_File/ODBM_File.pm lib/AutoSplit.pm
2115           !> lib/Math/Complex.pm lib/Math/Trig.pm lib/Shell.pm
2116 ____________________________________________________________________________
2117 [  4874] By: gsar                                  on 2000/01/24  10:43:03
2118         Log: fix typos; avoid use constant for lowercase constants (produces
2119              warnings now)
2120      Branch: perl
2121            ! ext/DB_File/Makefile.PL lib/Math/Complex.pm lib/Math/Trig.pm
2122            ! lib/Shell.pm
2123 ____________________________________________________________________________
2124 [  4873] By: gsar                                  on 2000/01/24  09:40:24
2125         Log: avoid warnings when there's no subs to autosplit
2126      Branch: perl
2127            ! lib/AutoSplit.pm
2128 ____________________________________________________________________________
2129 [  4872] By: jhi                                   on 2000/01/24  09:39:01
2130         Log: Create a tool for converting a config_h.SH into a VOS config.h.
2131      Branch: cfgperl
2132            + vos/config.def vos/config.pl
2133            ! MANIFEST vos/config.h vos/config_h.SH_orig
2134 ____________________________________________________________________________
2135 [  4871] By: gsar                                  on 2000/01/24  09:15:20
2136         Log: typos in change#4623
2137      Branch: perl
2138            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
2139 ____________________________________________________________________________
2140 [  4870] By: jhi                                   on 2000/01/24  06:43:19
2141         Log: Sync metaconfig units to comply with the typo fixes of #4869. 
2142      Branch: cfgperl
2143            ! Configure config_h.SH
2144      Branch: metaconfig
2145            + U/modified/cf_email.U U/modified/so.U
2146      Branch: metaconfig/U/perl
2147            ! dlsrc.U
2148 ____________________________________________________________________________
2149 [  4869] By: jhi                                   on 2000/01/24  06:04:31
2150         Log: Integrate with Sarathy.
2151      Branch: cfgperl
2152           +> t/pragma/diagnostics.t
2153           !> (integrate 120 files)
2154 ____________________________________________________________________________
2155 [  4868] By: gsar                                  on 2000/01/23  21:49:28
2156         Log: on windows, set seek position to end for files opened in append mode
2157              (improves compatibility with Unix, avoids buffering issues)
2158      Branch: perl
2159            ! win32/win32.c
2160 ____________________________________________________________________________
2161 [  4867] By: gsar                                  on 2000/01/23  21:19:31
2162         Log: change#4866 was flawed; revert and add better fix for warning
2163      Branch: perl
2164            ! op.c op.h
2165 ____________________________________________________________________________
2166 [  4866] By: gsar                                  on 2000/01/23  20:43:56
2167         Log: optimize away runtime code for our($foo) (also avoid warnings)
2168      Branch: perl
2169            ! op.c
2170 ____________________________________________________________________________
2171 [  4865] By: gsar                                  on 2000/01/23  13:17:18
2172         Log: DB_File 1.72 update from Paul Marquess <paul.marquess@bt.com>
2173      Branch: perl
2174            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
2175            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
2176 ____________________________________________________________________________
2177 [  4864] By: gsar                                  on 2000/01/23  13:12:31
2178         Log: system('VAR123=foo cmd') wasn't invoking shell (de-locale-ized patch
2179              suggested by Dominic Dunlop <domo@computer.org>)
2180      Branch: perl
2181            ! doio.c
2182 ____________________________________________________________________________
2183 [  4863] By: gsar                                  on 2000/01/23  13:01:35
2184         Log: fix misclassified warnings
2185      Branch: perl
2186            ! pod/perldiag.pod
2187 ____________________________________________________________________________
2188 [  4862] By: gsar                                  on 2000/01/23  12:52:12
2189         Log: document bareword prototype incompatibility
2190      Branch: perl
2191            ! pod/perldelta.pod pod/perlsub.pod
2192 ____________________________________________________________________________
2193 [  4861] By: gsar                                  on 2000/01/23  12:32:25
2194         Log: faulty edit
2195      Branch: perl
2196            ! lib/File/stat.pm
2197 ____________________________________________________________________________
2198 [  4860] By: gsar                                  on 2000/01/23  12:23:48
2199         Log: s/use vars/our/g modules that aren't independently maintained on CPAN
2200      Branch: perl
2201            ! ext/B/B/Asmdata.pm ext/Data/Dumper/Dumper.pm
2202            ! ext/Devel/DProf/DProf.pm ext/Fcntl/Fcntl.pm
2203            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
2204            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/File.pm
2205            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
2206            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Seekable.pm
2207            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
2208            ! ext/IO/lib/IO/Socket/UNIX.pm ext/NDBM_File/NDBM_File.pm
2209            ! ext/ODBM_File/ODBM_File.pm ext/Opcode/Opcode.pm
2210            ! ext/Opcode/Safe.pm ext/POSIX/POSIX.pm
2211            ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
2212            ! ext/Thread/Thread.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
2213            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Dumpvalue.pm
2214            ! lib/ExtUtils/Command.pm lib/ExtUtils/Install.pm
2215            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Liblist.pm
2216            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Mksymlists.pm
2217            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
2218            ! lib/File/Compare.pm lib/File/Copy.pm lib/File/Find.pm
2219            ! lib/File/Path.pm lib/File/stat.pm lib/FileHandle.pm
2220            ! lib/Math/Complex.pm lib/Math/Trig.pm lib/Net/Ping.pm
2221            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
2222            ! lib/Net/servent.pm lib/Shell.pm lib/Test.pm
2223            ! lib/Test/Harness.pm lib/Tie/Array.pm lib/Tie/Handle.pm
2224            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
2225            ! lib/User/pwent.pm lib/base.pm lib/caller.pm lib/constant.pm
2226            ! lib/diagnostics.pm lib/fields.pm lib/lib.pm lib/strict.pm
2227 ____________________________________________________________________________
2228 [  4859] By: gsar                                  on 2000/01/23  11:29:22
2229         Log: fix diagnostics to report "our" vs "my" correctly
2230      Branch: perl
2231            ! op.c pod/perldiag.pod
2232 ____________________________________________________________________________
2233 [  4858] By: gsar                                  on 2000/01/23  10:14:46
2234         Log: set api_version to 5.5.0 (binary compatibility needs to get tested
2235              more widely)
2236      Branch: perl
2237            ! patchlevel.h
2238 ____________________________________________________________________________
2239 [  4857] By: gsar                                  on 2000/01/23  10:04:03
2240         Log: disallow our($foo::bar)
2241      Branch: perl
2242            ! pod/perldiag.pod toke.c
2243 ____________________________________________________________________________
2244 [  4856] By: gsar                                  on 2000/01/23  09:50:54
2245         Log: dprofpp can't find Devel::DProf::VERSION due to change#4852
2246      Branch: perl
2247            ! utils/dprofpp.PL
2248 ____________________________________________________________________________
2249 [  4855] By: gsar                                  on 2000/01/23  09:36:51
2250         Log: new test (from Michael G Schwern <schwern@pobox.com>)
2251      Branch: perl
2252            + t/pragma/diagnostics.t
2253            ! MANIFEST
2254 ____________________________________________________________________________
2255 [  4854] By: gsar                                  on 2000/01/23  09:24:40
2256         Log: add PREREQ_PM to default template (suggested by Michael G Schwern
2257              <schwern@pobox.com>)
2258      Branch: perl
2259            ! utils/h2xs.PL
2260 ____________________________________________________________________________
2261 [  4853] By: gsar                                  on 2000/01/23  09:08:30
2262         Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
2263      Branch: perl
2264            ! cygwin/Makefile.SHs hints/cygwin.sh t/io/tell.t
2265 ____________________________________________________________________________
2266 [  4852] By: gsar                                  on 2000/01/23  08:52:44
2267         Log: mark some extensions as "special versions" to avoid CPAN indexer
2268              confusion (from Ilya Zakharevich)
2269      Branch: perl
2270            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
2271 ____________________________________________________________________________
2272 [  4851] By: gsar                                  on 2000/01/23  08:48:46
2273         Log: prefer POSIX::uname() rather than syscalls, which require attempting
2274              to load syscall.ph (from David Huggins-Daines <dhd@eradicator.org>)
2275      Branch: perl
2276            ! lib/Sys/Hostname.pm
2277 ____________________________________________________________________________
2278 [  4850] By: gsar                                  on 2000/01/23  08:36:43
2279         Log: integrate cfgperl contents into mainline
2280      Branch: perl
2281           !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
2282           !> Porting/config_H config_h.SH perl.h
2283 ____________________________________________________________________________
2284 [  4849] By: gsar                                  on 2000/01/23  08:17:30
2285         Log: fix localization in while BLOCK when there is a continue BLOCK
2286              by introducing an explicit scope (c.f. change#4848)
2287      Branch: perl
2288            ! op.c pp_ctl.c t/cmd/while.t
2289 ____________________________________________________________________________
2290 [  4848] By: gsar                                  on 2000/01/23  06:43:51
2291         Log: fix scope cleanup when next jumps to a continue block; this is rather
2292              in the nature of a kludge; it doesn't fix the longstanding bug that
2293              makes C<while (!$x++) { local $x = 7 } continue { print $x }> print "7"
2294              instead of "1")
2295      Branch: perl
2296            ! pp_ctl.c t/cmd/while.t
2297 ____________________________________________________________________________
2298 [  4847] By: gsar                                  on 2000/01/23  04:47:25
2299         Log: don't warn about masked lexical in C<if (my $x = 1) { my $x; }>,
2300              C<while (my $x = foo()) { my $x = bar(); }> etc.
2301      Branch: perl
2302            ! op.c
2303 ____________________________________________________________________________
2304 [  4846] By: gsar                                  on 2000/01/23  04:44:17
2305         Log: avoid warnings in change#4839
2306      Branch: perl
2307            ! lib/Carp/Heavy.pm
2308 ____________________________________________________________________________
2309 [  4845] By: gsar                                  on 2000/01/22  13:12:38
2310         Log: Configure typos (from Ray Phillips <r.phillips@mailbox.uq.edu.au>)
2311      Branch: perl
2312            ! Changes Configure
2313 ____________________________________________________________________________
2314 [  4844] By: gsar                                  on 2000/01/22  12:46:26
2315         Log: wrong category for exec() warning
2316      Branch: perl
2317            ! op.c pod/perlop.pod
2318 ____________________________________________________________________________
2319 [  4843] By: gsar                                  on 2000/01/22  12:42:40
2320         Log: fix line continuations in argument lists (from Helmut Jarausch)
2321      Branch: perl
2322            ! lib/ExtUtils/xsubpp
2323 ____________________________________________________________________________
2324 [  4842] By: gsar                                  on 2000/01/22  12:34:39
2325         Log: CGI.pm upgraded to v2.56 from CPAN
2326      Branch: perl
2327            ! eg/cgi/index.html lib/CGI.pm lib/CGI/Apache.pm
2328            ! lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Switch.pm
2329            ! t/lib/cgi-html.t
2330 ____________________________________________________________________________
2331 [  4841] By: gsar                                  on 2000/01/22  12:07:23
2332         Log: avoid warnings due to lack of forward declarations
2333      Branch: perl
2334            ! lib/Pod/Html.pm
2335 ____________________________________________________________________________
2336 [  4840] By: gsar                                  on 2000/01/22  12:04:30
2337         Log: heavy cleanup of Pod::Html bug fixes (from Wolfgang Laun
2338              <wolfgang.laun@alcatel.at>)
2339      Branch: perl
2340            ! lib/Pod/Html.pm
2341 ____________________________________________________________________________
2342 [  4839] By: gsar                                  on 2000/01/22  11:57:24
2343         Log: better Carp reporting within subclassed modules (from Wolfgang Laun
2344              <wolfgang.laun@alcatel.at>)
2345      Branch: perl
2346            ! lib/Carp/Heavy.pm pod/perldelta.pod
2347 ____________________________________________________________________________
2348 [  4838] By: gsar                                  on 2000/01/22  10:53:06
2349         Log: truncate(FH) flushes FH before truncating it
2350      Branch: perl
2351            ! pp_sys.c t/io/fs.t
2352 ____________________________________________________________________________
2353 [  4837] By: gsar                                  on 2000/01/22  10:37:16
2354         Log: #line directives without a filename leave the file name as it was
2355              instead of setting it to the script name (from Andrew Pimlott
2356              <andrew@pimlott.ne.mediaone.net>)
2357      Branch: perl
2358            ! toke.c
2359 ____________________________________________________________________________
2360 [  4836] By: gsar                                  on 2000/01/22  10:06:53
2361         Log: add patch for printf-style format typechecks (from Robin Barker
2362              <rmb1@cise.npl.co.uk>); fixes for problems so identified
2363      Branch: perl
2364            ! XSUB.h doio.c dump.c embed.pl gv.c op.c perl.c perl.h pp_ctl.c
2365            ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c
2366 ____________________________________________________________________________
2367 [  4835] By: gsar                                  on 2000/01/22  08:42:52
2368         Log: From: John Tobey <jtobey@isay.com>
2369              Date: Thu, 16 Dec 1999 20:20:38 -0500
2370              Message-Id: <E11ym4U-0000c7-00@einstein.localnet>
2371              Subject: [ID 19991216.006] [PATCH 5.005_63] Reloading modules that use 'fields'
2372      Branch: perl
2373            ! lib/base.pm lib/fields.pm t/lib/fields.t
2374 ____________________________________________________________________________
2375 [  4834] By: gsar                                  on 2000/01/22  08:08:08
2376         Log: fix deeply nested closures that have no references to lexical in
2377              intervening subs
2378      Branch: perl
2379            ! embed.h embed.pl op.c proto.h t/op/closure.t
2380 ____________________________________________________________________________
2381 [  4833] By: gsar                                  on 2000/01/21  17:04:21
2382         Log: add $VERSION
2383      Branch: perl
2384            ! lib/Text/Soundex.pm lib/Tie/Handle.pm
2385 ____________________________________________________________________________
2386 [  4832] By: gsar                                  on 2000/01/21  16:49:09
2387         Log: fix bug in dumping self-referential scalars
2388      Branch: perl
2389            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
2390            ! t/lib/dumper.t
2391 ____________________________________________________________________________
2392 [  4831] By: jhi                                   on 2000/01/21  09:16:07
2393         Log: Integrate with Sarathy.
2394      Branch: cfgperl
2395           +> t/op/exists_sub.t
2396           !> INSTALL MANIFEST embed.h embed.pl global.sym objXSUB.h op.c
2397           !> op.h perlapi.c pod/perldelta.pod pod/perldiag.pod
2398           !> pod/perlfunc.pod pod/perlop.pod pod/perlvar.pod pp.c pp_hot.c
2399           !> pp_sys.c proto.h sv.c sv.h t/pragma/warn/pp_hot
2400           !> t/pragma/warn/pp_sys util.c utils/h2xs.PL
2401 ____________________________________________________________________________
2402 [  4830] By: gsar                                  on 2000/01/21  04:28:08
2403         Log: patch to report warnings on bogus filehandles passed to flock(),
2404              more consistent warnings, from Greg Bacon <gbacon@itsc.uah.edu>
2405              (slightly modified)
2406      Branch: perl
2407            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
2408            ! pod/perldiag.pod pp_hot.c pp_sys.c proto.h
2409            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
2410 ____________________________________________________________________________
2411 [  4829] By: gsar                                  on 2000/01/21  03:43:46
2412         Log: typo fix
2413      Branch: perl
2414            ! pod/perlop.pod
2415 ____________________________________________________________________________
2416 [  4828] By: gsar                                  on 2000/01/21  03:32:31
2417         Log: notes about $^H and %^H from Ilya Zakharevich; substantial
2418              fixups of faulty facts and prose
2419      Branch: perl
2420            ! pod/perlvar.pod
2421 ____________________________________________________________________________
2422 [  4827] By: gsar                                  on 2000/01/21  01:45:51
2423         Log: support for C<exists &func> (from Spider Boardman)
2424      Branch: perl
2425            + t/op/exists_sub.t
2426            ! MANIFEST op.c op.h pod/perldelta.pod pod/perldiag.pod
2427            ! pod/perlfunc.pod pp.c
2428 ____________________________________________________________________________
2429 [  4826] By: gsar                                  on 2000/01/21  01:35:46
2430         Log: mention the fact that open(my $foo, ...) covers all handle
2431              constructors
2432      Branch: perl
2433            ! pod/perldelta.pod
2434 ____________________________________________________________________________
2435 [  4825] By: gsar                                  on 2000/01/21  01:03:34
2436         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2437              Date: Wed, 19 Jan 2000 15:05:11 -0500
2438              Message-ID: <20000119150511.A22859@monk.mps.ohio-state.edu>
2439              Subject: [PATCH 5.005_63] h2xs goof and a depessimization
2440      Branch: perl
2441            ! utils/h2xs.PL
2442 ____________________________________________________________________________
2443 [  4824] By: gsar                                  on 2000/01/20  19:14:26
2444         Log: INSTALL updates from Andy Dougherty
2445      Branch: perl
2446            ! INSTALL
2447 ____________________________________________________________________________
2448 [  4823] By: gsar                                  on 2000/01/20  08:40:13
2449         Log: sv_true() has a superfluous test
2450      Branch: perl
2451            ! sv.c sv.h
2452 ____________________________________________________________________________
2453 [  4822] By: bailey                                on 2000/01/20  02:03:35
2454         Log: Minor cosmetic updates
2455      Branch: vmsperl
2456            ! configure.com
2457 ____________________________________________________________________________
2458 [  4821] By: bailey                                on 2000/01/20  00:25:30
2459         Log: Quick integration of mainline changes to date
2460      Branch: vmsperl
2461           +> (branch 74 files)
2462            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu epoc/config.h
2463            - epoc/perl.mmp epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
2464            - lib/Pod/PlainText.pm lib/unicode/Eq/Latin1
2465            - lib/unicode/Eq/Unicode lib/unicode/Jamo-2.txt
2466            - lib/unicode/Unicode.html lib/unicode/UnicodeData-Latest.txt
2467            - lib/warning.pm os2/POSIX.mkfifo warning.h
2468           !> (integrate 462 files)
2469 ____________________________________________________________________________
2470 [  4820] By: jhi                                   on 2000/01/19  22:46:42
2471         Log: More robust inc_version_list from Andy.
2472      Branch: cfgperl
2473            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2474            ! config_h.SH
2475      Branch: metaconfig
2476            ! U/installdirs/inc_version_list.U
2477 ____________________________________________________________________________
2478 [  4819] By: jhi                                   on 2000/01/19  17:36:56
2479         Log: Add NV_PRESERVES_UV.
2480      Branch: cfgperl
2481            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2482            ! config_h.SH perl.h
2483      Branch: metaconfig
2484            ! U/protos/selecttype.U
2485      Branch: metaconfig/U/perl
2486            - nvpresuv.U
2487            ! perlxv.U
2488 ____________________________________________________________________________
2489 [  4818] By: jhi                                   on 2000/01/19  08:13:05
2490         Log: Integrate with Sarathy.
2491      Branch: cfgperl
2492           !> Changes Configure win32/config.bc win32/config.gc
2493           !> win32/config.vc win32/config_H.bc win32/config_H.gc
2494           !> win32/config_H.vc
2495 ____________________________________________________________________________
2496 [  4817] By: gsar                                  on 2000/01/19  05:25:43
2497         Log: regen win32/config*
2498      Branch: perl
2499            ! Configure win32/config.bc win32/config.gc win32/config.vc
2500            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2501 ____________________________________________________________________________
2502 [  4816] By: jhi                                   on 2000/01/18  21:19:10
2503         Log: Policy patch from Andy for installation directories,
2504              removing the $apiversion.
2505      Branch: cfgperl
2506            ! Policy_sh.SH
2507 ____________________________________________________________________________
2508 [  4815] By: jhi                                   on 2000/01/18  21:11:03
2509         Log: Move _GNU_SOURCE into config_h.SH awaay from Configure
2510              as suggested by Andy.
2511      Branch: cfgperl
2512            ! Configure config_h.SH
2513      Branch: metaconfig
2514            ! U/compline/d_gnulibc.U U/modified/cc.U
2515 ____________________________________________________________________________
2516 [  4814] By: gsar                                  on 2000/01/18  20:48:10
2517         Log: integrate cfgperl changes into mainline
2518      Branch: perl
2519            ! Changes
2520           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
2521           !> Porting/pumpkin.pod config_h.SH doop.c patchlevel.h perl.c
2522           !> perl.h t/lib/posix.t t/op/pack.t utf8.c
2523 ____________________________________________________________________________
2524 [  4813] By: jhi                                   on 2000/01/18  19:41:33
2525         Log: metaconfig todo note from Andy.
2526      Branch: cfgperl
2527            ! Configure config_h.SH
2528      Branch: metaconfig
2529            ! U/installdirs/inc_version_list.U
2530 ____________________________________________________________________________
2531 [  4812] By: jhi                                   on 2000/01/18  15:02:55
2532         Log: More -V.
2533      Branch: cfgperl
2534            ! perl.c
2535 ____________________________________________________________________________
2536 [  4811] By: jhi                                   on 2000/01/18  10:35:30
2537         Log: More compile-time options shown with -V.
2538      Branch: cfgperl
2539            ! perl.c
2540 ____________________________________________________________________________
2541 [  4810] By: jhi                                   on 2000/01/17  08:35:49
2542         Log: Add -D_GNU_SOURCE into ccflags for gcc (for now to expose
2543              the strtold() and qgcvt() prototypes for long doubles, but
2544              it should be okay in any case); fix bad assumptions in the
2545              test suite about string->float conversions; though the out
2546              parameter of strtold() (and strtoll()) is unused, it is nicer
2547              to have it in correct type.
2548      Branch: cfgperl
2549            ! Configure config_h.SH perl.h t/lib/posix.t t/op/pack.t
2550      Branch: metaconfig
2551            ! U/modified/cc.U
2552 ____________________________________________________________________________
2553 [  4809] By: jhi                                   on 2000/01/16  19:21:18
2554         Log: strtoll works better ternary.
2555      Branch: cfgperl
2556            ! perl.h
2557 ____________________________________________________________________________
2558 [  4808] By: jhi                                   on 2000/01/16  19:12:58
2559         Log: Know strtoll.
2560      Branch: cfgperl
2561            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2562            ! config_h.SH perl.h
2563 ____________________________________________________________________________
2564 [  4807] By: jhi                                   on 2000/01/16  17:57:03
2565         Log: Integrate with Sarathy.
2566      Branch: cfgperl
2567           !> dump.c gv.c gv.h lib/vars.pm op.c op.h perl.h pod/perlfunc.pod
2568           !> sv.c sv.h t/pragma/strict-vars toke.c util.c
2569 ____________________________________________________________________________
2570 [  4806] By: jhi                                   on 2000/01/16  16:37:47
2571         Log: Continue qgcvt work; closer now but not yet there.
2572      Branch: cfgperl
2573            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2574            ! config_h.SH doop.c utf8.c
2575      Branch: metaconfig
2576            ! U/compline/d_gconvert.U
2577      Branch: metaconfig/U/perl
2578            ! d_qgcvt.U
2579 ____________________________________________________________________________
2580 [  4805] By: jhi                                   on 2000/01/15  22:26:16
2581         Log: Metaconfig and Porting patches from Andy; start using the new
2582              long long and long double thingies from #4804; regen Configure.
2583      Branch: cfgperl
2584            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2585            ! Porting/pumpkin.pod config_h.SH patchlevel.h perl.h util.c
2586      Branch: metaconfig
2587            + U/dist_patches/dist-p70a U/dist_patches/dist-p70b
2588            + U/dist_patches/dist-p70c U/installdirs/inc_version_list.U
2589            + U/modified/myhostname.U U/modified/nis.U U/nullified/fpu.U
2590            + U/nullified/lib.U
2591            ! U/README U/compline/d_gconvert.U U/installdirs/sitearch.U
2592            ! U/installdirs/sitelib.U U/installdirs/vendorarch.U
2593            ! U/installdirs/vendorlib.U U/modified/Cppsym.U U/modified/Loc.U
2594            ! U/modified/Oldconfig.U U/modified/Signal.U
2595            ! U/modified/sig_name.U U/threads/usethreads.U
2596      Branch: metaconfig/U/perl
2597            ! d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
2598            ! d_strtouq.U dlsrc.U i_db.U libperl.U patchlevel.U
2599            ! usemultiplicity.U
2600      Branch: perl
2601            ! perl.h util.c
2602 ____________________________________________________________________________
2603 [  4804] By: jhi                                   on 2000/01/14  14:22:24
2604         Log: Add more quad/long long/long double sciency.
2605      Branch: metaconfig/U/perl
2606            + d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
2607            + d_strtouq.U
2608 ____________________________________________________________________________
2609 [  4803] By: gsar                                  on 2000/01/14  04:40:49
2610         Log: minor optimization (avoid double sv_upgrade() for "our Foo $bar;")
2611      Branch: perl
2612            ! op.c
2613 ____________________________________________________________________________
2614 [  4802] By: gsar                                  on 2000/01/14  04:35:55
2615         Log: add note about "our"
2616      Branch: perl
2617            ! lib/vars.pm
2618 ____________________________________________________________________________
2619 [  4801] By: gsar                                  on 2000/01/14  04:16:51
2620         Log: nailed "our" declarations, and better warnings on duplicate
2621              "our" declarations
2622      Branch: perl
2623            ! dump.c gv.c gv.h op.c pod/perlfunc.pod sv.c sv.h
2624            ! t/pragma/strict-vars toke.c
2625 ____________________________________________________________________________
2626 [  4800] By: gsar                                  on 2000/01/14  01:27:13
2627         Log: avoid spurious "Useless use of variable" warning on C<our $foo;>
2628      Branch: perl
2629            ! dump.c op.c op.h
2630 ____________________________________________________________________________
2631 [  4799] By: gsar                                  on 2000/01/14  01:17:15
2632         Log: doc typo
2633      Branch: perl
2634            ! pod/perlfunc.pod
2635 ____________________________________________________________________________
2636 [  4798] By: jhi                                   on 2000/01/13  16:31:34
2637         Log: Integrate with Sarathy.
2638      Branch: cfgperl
2639           +> epoc/config.sh epoc/epocish.c epoc/link.pl
2640           +> ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/hints/openbsd.pl
2641           +> ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
2642           +> ext/ODBM_File/hints/cygwin.pl lib/byte.pm lib/byte_heavy.pl
2643           +> lib/unicode/Unicode.300 pod/perlfork.pod t/lib/glob-case.t
2644           +> win32/perlhost.h win32/vdir.h win32/vmem.h
2645            - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
2646            - epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
2647            - lib/unicode/UnicodeData-Latest.txt os2/POSIX.mkfifo
2648           !> (integrate 282 files)
2649 ____________________________________________________________________________
2650 [  4797] By: gsar                                  on 2000/01/13  08:12:56
2651         Log: clearer docs for change#4796; faster av_exists()
2652      Branch: perl
2653            ! av.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
2654 ____________________________________________________________________________
2655 [  4796] By: gsar                                  on 2000/01/13  06:49:03
2656         Log: support delete() and exists() on array, tied array, and pseudo-hash
2657              elements or slices
2658      Branch: perl
2659            ! av.c embed.h embed.pl global.sym lib/Tie/Array.pm
2660            ! lib/Tie/Hash.pm objXSUB.h op.c perlapi.c pod/perldelta.pod
2661            ! pod/perlfunc.pod pod/perlref.pod pod/perltie.pod pp.c proto.h
2662            ! t/op/avhv.t t/op/delete.t
2663 ____________________________________________________________________________
2664 [  4795] By: gsar                                  on 2000/01/11  20:52:30
2665         Log: extend site_perl changes change#4773 to vendor_perl as well
2666      Branch: perl
2667            ! Configure
2668 ____________________________________________________________________________
2669 [  4794] By: gsar                                  on 2000/01/11  19:18:50
2670         Log: rework INSTALL to reflect new logic for versioning sitelibs
2671      Branch: perl
2672            ! INSTALL
2673 ____________________________________________________________________________
2674 [  4793] By: gsar                                  on 2000/01/11  01:44:00
2675         Log: test for change#4792
2676      Branch: perl
2677            ! t/op/fork.t
2678 ____________________________________________________________________________
2679 [  4792] By: gsar                                  on 2000/01/11  01:22:36
2680         Log: pseudo forked children inherit environment correctly
2681      Branch: perl
2682            ! win32/perlhost.h
2683 ____________________________________________________________________________
2684 [  4791] By: gsar                                  on 2000/01/10  19:14:03
2685         Log: test tweak
2686      Branch: perl
2687            ! t/op/fork.t
2688 ____________________________________________________________________________
2689 [  4790] By: gsar                                  on 2000/01/10  18:56:16
2690         Log: check for USE_ITHREADS sanity was too restrictive
2691      Branch: perl
2692            ! perl.h
2693 ____________________________________________________________________________
2694 [  4789] By: gsar                                  on 2000/01/10  18:30:24
2695         Log: add workaround for textmode read() bug in MSVCRT; make chdir() do
2696              a real SetCurrentDirectory() in toplevel host
2697      Branch: perl
2698            ! README.win32 win32/Makefile win32/makefile.mk win32/perlhost.h
2699            ! win32/vdir.h win32/win32.c
2700 ____________________________________________________________________________
2701 [  4782] By: gsar                                  on 2000/01/10  05:27:03
2702         Log: EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)
2703      Branch: perl
2704            + epoc/config.sh epoc/epocish.c epoc/link.pl
2705            - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
2706            - epoc/perl.pkg
2707            ! MANIFEST README.epoc epoc/createpkg.pl epoc/epoc.c
2708            ! epoc/epoc_stubs.c epoc/epocish.h ext/IO/lib/IO/Socket.pm
2709            ! lib/Sys/Hostname.pm
2710 ____________________________________________________________________________
2711 [  4781] By: gsar                                  on 2000/01/10  05:11:03
2712         Log: pod typos (from Abigail <abigail@delanet.com>)
2713      Branch: perl
2714            ! pod/perl.pod pod/perllexwarn.pod pod/perlxstut.pod
2715 ____________________________________________________________________________
2716 [  4780] By: gsar                                  on 2000/01/10  05:07:35
2717         Log: failing RE test added (from Robert Cunningham <rkc@ll.mit.edu>)
2718      Branch: perl
2719            ! t/lib/thread.t
2720 ____________________________________________________________________________
2721 [  4779] By: gsar                                  on 2000/01/10  05:06:16
2722         Log: terminate -s switch processing only on C<-->, not on C<--foo>
2723      Branch: perl
2724            ! perl.c
2725 ____________________________________________________________________________
2726 [  4778] By: gsar                                  on 2000/01/10  04:38:45
2727         Log: useithreads needs usemultiplicity
2728      Branch: perl
2729            ! Configure perl.h
2730 ____________________________________________________________________________
2731 [  4777] By: gsar                                  on 2000/01/10  01:18:04
2732         Log: use $Config{version} rather than $] where appropriate
2733      Branch: perl
2734            ! lib/CPAN.pm lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Unix.pm
2735            ! lib/ExtUtils/Mksymlists.pm lib/Pod/Man.pm lib/diagnostics.pm
2736            ! lib/lib.pm
2737 ____________________________________________________________________________
2738 [  4776] By: gsar                                  on 2000/01/10  00:11:34
2739         Log: enable fork.t on windows
2740      Branch: perl
2741            ! t/op/fork.t
2742 ____________________________________________________________________________
2743 [  4775] By: gsar                                  on 2000/01/10  00:07:29
2744         Log: broken test for use5005threads
2745      Branch: perl
2746            ! t/lib/safe2.t
2747 ____________________________________________________________________________
2748 [  4774] By: gsar                                  on 2000/01/09  23:56:37
2749         Log: more windows build tweaks
2750      Branch: perl
2751            ! installperl makedef.pl win32/Makefile win32/config_H.bc
2752            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
2753            ! win32/makefile.mk
2754 ____________________________________________________________________________
2755 [  4773] By: gsar                                  on 2000/01/09  22:27:19
2756         Log: more changes for new-style version numbers (versions numbers on
2757              the filesystem look like 5.5.640, except on DOS-DJGPP and VMS where
2758              they look like 5_5_640; delete @Config{pm_apiversion,xs_apiversion};
2759              split $Config{apiversion} into three, @Config{apirevision,apiversion,
2760              apisubversion} for CPP friendliness; $Config{sitelib} now defaults
2761              to .../site_perl/$version, just like $Config{privlib}, making sitelib
2762              completely independent across versions and substantially eliminating
2763              chances of breaking older installations by overwriting newly built
2764              extensions; all this means compatibility inclusions for @INC will need
2765              to take into account older sitelib versions (this still TODO)
2766              
2767              windows, vms, dos tweaks for the above
2768      Branch: perl
2769            ! Changes Configure INSTALL Porting/config.sh Porting/config_H
2770            ! config_h.SH configure.com dosish.h installman installperl
2771            ! patchlevel.h perl.c perl.h vms/vmsish.h win32/Makefile
2772            ! win32/config.bc win32/config.gc win32/config.vc
2773            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2774            ! win32/config_h.PL win32/config_sh.PL win32/makefile.mk
2775            ! win32/win32.c
2776 ____________________________________________________________________________
2777 [  4772] By: gsar                                  on 2000/01/09  19:05:33
2778         Log: s/usethreads/use5005threads/g
2779      Branch: perl
2780            ! myconfig.SH t/lib/english.t t/lib/thread.t t/op/nothread.t
2781 ____________________________________________________________________________
2782 [  4771] By: gsar                                  on 2000/01/09  18:51:50
2783         Log: Configure changes for new-style version numbers (from Andy Dougherty,
2784              slightly altered)
2785      Branch: perl
2786            ! Configure INSTALL Porting/Glossary Porting/config.sh
2787            ! Porting/config_H config_h.SH perl.h win32/Makefile
2788            ! win32/config.bc win32/config.gc win32/config.vc
2789            ! win32/makefile.mk
2790 ____________________________________________________________________________
2791 [  4770] By: gsar                                  on 2000/01/07  22:18:54
2792         Log: fix for 'make utest' failures (from Ilya Zakharevich)
2793      Branch: perl
2794            ! regexec.c
2795 ____________________________________________________________________________
2796 [  4769] By: gsar                                  on 2000/01/07  18:23:16
2797         Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
2798      Branch: perl
2799            + ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
2800            + ext/ODBM_File/hints/cygwin.pl
2801            ! Configure INSTALL MANIFEST ext/POSIX/Makefile.PL
2802            ! hints/cygwin.sh installman installperl lib/Cwd.pm
2803            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec/Unix.pm lib/perl5db.pl
2804            ! perlsdio.h t/op/magic.t t/op/stat.t utils/perlcc.PL
2805 ____________________________________________________________________________
2806 [  4768] By: gsar                                  on 2000/01/07  18:12:15
2807         Log: typo on h2xs.PL (from Helmut Jarausch)
2808      Branch: perl
2809            ! utils/h2xs.PL
2810 ____________________________________________________________________________
2811 [  4767] By: gsar                                  on 2000/01/07  17:58:45
2812         Log: VMS update (from Peter Prymmer <pvhp@forte.com>)
2813      Branch: perl
2814            ! README.vms configure.com vms/subconfigure.com
2815 ____________________________________________________________________________
2816 [  4766] By: gsar                                  on 2000/01/07  17:54:05
2817         Log: os2/POSIX.mkfifo not needed (from Yitzchak Scott-Thoennes
2818              <sthoenna@efn.org>)
2819      Branch: perl
2820            - os2/POSIX.mkfifo
2821            ! MANIFEST README.os2
2822 ____________________________________________________________________________
2823 [  4765] By: gsar                                  on 2000/01/06  20:11:46
2824         Log: add workaround for dlopen() bug on OpenBSD (relative paths that
2825              match /^lib/ won't load properly)
2826      Branch: perl
2827            + ext/DynaLoader/hints/openbsd.pl
2828            ! Changes MANIFEST ext/DynaLoader/dl_dlopen.xs
2829 ____________________________________________________________________________
2830 [  4764] By: gsar                                  on 2000/01/06  19:51:08
2831         Log: add undocumented globals for compatibility--find.pl, and find2perl
2832              generated code need them (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
2833      Branch: perl
2834            ! lib/File/Find.pm
2835 ____________________________________________________________________________
2836 [  4763] By: gsar                                  on 2000/01/06  10:51:07
2837         Log: fix various C-backend shenanigans
2838      Branch: perl
2839            ! ext/B/B/C.pm
2840 ____________________________________________________________________________
2841 [  4762] By: gsar                                  on 2000/01/06  04:09:00
2842         Log: tweak test in change#4757 for Windows
2843      Branch: perl
2844            ! t/io/open.t
2845 ____________________________________________________________________________
2846 [  4761] By: gsar                                  on 2000/01/06  02:55:30
2847         Log: USE_ITHREADS tweak (reused pad values could be SvREADONLY if
2848              they belonged to freed OP_CONSTs)
2849      Branch: perl
2850            ! op.c
2851 ____________________________________________________________________________
2852 [  4760] By: gsar                                  on 2000/01/06  00:22:40
2853         Log: constant ranges could escape bareword check in list context
2854      Branch: perl
2855            ! op.c t/pragma/strict-subs
2856 ____________________________________________________________________________
2857 [  4759] By: gsar                                  on 2000/01/05  20:52:50
2858         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2859              Date: Wed, 05 Jan 2000 15:23:18 EST
2860              Message-Id: <20000105152318.A7400@monk.mps.ohio-state.edu>
2861              Subject: Re: minimal m//g matches appear busted
2862      Branch: perl
2863            ! regexec.c t/op/pat.t
2864 ____________________________________________________________________________
2865 [  4758] By: gsar                                  on 2000/01/05  12:49:40
2866         Log: various nits identified by warnings unmasked by recent changes
2867      Branch: perl
2868            ! ext/B/Makefile.PL lib/ExtUtils/Install.pm pod/perlfunc.pod
2869 ____________________________________________________________________________
2870 [  4757] By: gsar                                  on 2000/01/05  12:48:10
2871         Log: severe bugs in change#3786 fixed
2872      Branch: perl
2873            ! doio.c t/io/open.t
2874 ____________________________________________________________________________
2875 [  4756] By: gsar                                  on 2000/01/05  11:25:10
2876         Log: tweak change#4745 to make ebcdic output match for chars <= 037
2877      Branch: perl
2878            ! ext/Data/Dumper/Dumper.pm
2879 ____________________________________________________________________________
2880 [  4755] By: gsar                                  on 2000/01/05  06:56:05
2881         Log: cygwin support tweaks (from Eric Fifer <EFifer@sanwaint.com>)
2882      Branch: perl
2883            ! Configure util.c utils/perlcc.PL
2884 ____________________________________________________________________________
2885 [  4754] By: gsar                                  on 2000/01/05  06:52:25
2886         Log: avoid expensive Version_check (from Andreas Koenig)
2887      Branch: perl
2888            ! Changes lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
2889            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
2890 ____________________________________________________________________________
2891 [  4753] By: gsar                                  on 2000/01/05  06:48:22
2892         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
2893              Date: 03 Jan 2000 21:56:02 +0100
2894              Message-ID: <sfcvh5azxgd.fsf@hohenstaufen.in-berlin.de>
2895              Subject: Reloading File::Copy
2896      Branch: perl
2897            ! Changes lib/File/Copy.pm t/lib/filecopy.t
2898 ____________________________________________________________________________
2899 [  4752] By: gsar                                  on 2000/01/04  01:19:20
2900         Log: s/USE_TEXTMODE_SCRIPTS/PERL_TEXTMODE_SCRIPTS/g
2901      Branch: perl
2902            ! win32/Makefile win32/makefile.mk win32/win32.h
2903 ____________________________________________________________________________
2904 [  4751] By: gsar                                  on 2000/01/03  18:26:08
2905         Log: avoid using (custom) autoloader in MakeMaker (from Andreas Koenig)
2906      Branch: perl
2907            ! lib/ExtUtils/MakeMaker.pm
2908 ____________________________________________________________________________
2909 [  4750] By: gsar                                  on 2000/01/02  21:58:02
2910         Log: make DProf look at $ENV{PERL_DPROF_OUT_FILE_NAME} to make it possible
2911              to write to a file other than tmon.out (suggested by Haakon Alstadheim
2912              <Haakon.Alstadheim@sds.no>)
2913      Branch: perl
2914            ! ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.xs
2915 ____________________________________________________________________________
2916 [  4749] By: gsar                                  on 2000/01/02  21:37:29
2917         Log: disable optimization in change#3612 for join() and quotemeta()--this
2918              removes all the gross hacks for the special cases in that change; fix
2919              pp_concat() for when TARG == arg (modified version of patch suggested
2920              by Ilya Zakharevich)
2921      Branch: perl
2922            ! op.c opcode.h opcode.pl pp_hot.c sv.c t/op/lex_assign.t
2923 ____________________________________________________________________________
2924 [  4748] By: gsar                                  on 2000/01/02  20:26:06
2925         Log: MakeMaker should attempt to "require" rather than "use" prerequisites
2926              to avoid imports (from Michael G Schwern <schwern@pobox.com>)
2927      Branch: perl
2928            ! lib/ExtUtils/MakeMaker.pm
2929 ____________________________________________________________________________
2930 [  4747] By: gsar                                  on 2000/01/02  20:17:36
2931         Log: fix 4-arg substr() when used as argument to subroutine
2932      Branch: perl
2933            ! pp.c t/op/substr.t
2934 ____________________________________________________________________________
2935 [  4746] By: gsar                                  on 2000/01/02  18:45:58
2936         Log: usethreads build fixups for NeXTstep (as suggested by Hans Mulder)
2937      Branch: perl
2938            ! embed.h embed.pl ext/DynaLoader/dl_beos.xs
2939            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
2940            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
2941            ! perlapi.c proto.h thread.h util.c
2942 ____________________________________________________________________________
2943 [  4745] By: gsar                                  on 2000/01/02  18:15:44
2944         Log: ebcdic fix for Data::Dumper from Peter Prymmer
2945      Branch: perl
2946            ! ext/Data/Dumper/Dumper.pm regcomp.c
2947 ____________________________________________________________________________
2948 [  4744] By: gsar                                  on 1999/12/31  22:42:23
2949         Log: missing files in previous submit
2950      Branch: perl
2951            ! embed.h embed.pl ext/Devel/DProf/DProf.xs globals.c
2952            ! lib/ExtUtils/MM_Unix.pm objXSUB.h perlapi.c proto.h
2953 ____________________________________________________________________________
2954 [  4743] By: gsar                                  on 1999/12/31  06:47:18
2955         Log: various Windows build tweaks
2956      Branch: perl
2957            ! win32/win32.h
2958 ____________________________________________________________________________
2959 [  4742] By: gsar                                  on 1999/12/30  21:32:36
2960         Log: change#4705 breaks code that interpolates $], so leave string value
2961              of $] as it was for compatibility (and perhaps introduce $^V or similar
2962              for the utf8 representation, maybe?)
2963      Branch: perl
2964            ! configpm gv.c
2965 ____________________________________________________________________________
2966 [  4741] By: gsar                                  on 1999/12/30  19:36:21
2967         Log: avoid CRLF in byteloadable files created by perlcc
2968      Branch: perl
2969            ! utils/perlcc.PL
2970 ____________________________________________________________________________
2971 [  4740] By: gsar                                  on 1999/12/30  19:35:07
2972         Log: leave DATA open in binmode if __END__ line doesn't have CRLF
2973      Branch: perl
2974            ! pod/perldelta.pod toke.c
2975 ____________________________________________________________________________
2976 [  4739] By: gsar                                  on 1999/12/30  05:44:21
2977         Log: enable the PERL_BINMODE_SCRIPTS behavior by default on Windows
2978              to allow ByteLoader to work; the DATA filehandles continue to
2979              be left open in text mode for compatibility
2980      Branch: perl
2981            ! embed.h embed.pl objXSUB.h pod/perldelta.pod proto.h sv.c
2982            ! toke.c win32/Makefile win32/makefile.mk win32/win32.c
2983            ! win32/win32.h
2984 ____________________________________________________________________________
2985 [  4738] By: gsar                                  on 1999/12/30  04:36:12
2986         Log: CR-LF support broken for formats
2987      Branch: perl
2988            ! toke.c
2989 ____________________________________________________________________________
2990 [  4737] By: gsar                                  on 1999/12/29  22:30:52
2991         Log: make DProf functional under pseudo-fork()
2992      Branch: perl
2993            ! ext/Devel/DProf/DProf.xs
2994 ____________________________________________________________________________
2995 [  4736] By: gsar                                  on 1999/12/29  21:04:59
2996         Log: slurp mode fix in change#2910 wasn't quite right (spotted by Hans
2997              Mulder)
2998      Branch: perl
2999            ! doio.c pp_hot.c t/io/argv.t
3000 ____________________________________________________________________________
3001 [  4735] By: gsar                                  on 1999/12/29  18:12:40
3002         Log: re.pm is needed earlier, xsubpp now uses it (spotted by Andreas
3003              Koenig)
3004      Branch: perl
3005            ! Makefile.SH
3006 ____________________________________________________________________________
3007 [  4734] By: gsar                                  on 1999/12/28  21:10:37
3008         Log: Windows build tweaks
3009      Branch: perl
3010            ! INTERN.h sv.c
3011 ____________________________________________________________________________
3012 [  4733] By: gsar                                  on 1999/12/28  20:45:15
3013         Log: remove never-taken branch for making getc() operate on ARGV (spotted 
3014              by Ralph Corderoy <ralph@inputplus.demon.co.uk>)
3015      Branch: perl
3016            ! pp_sys.c
3017 ____________________________________________________________________________
3018 [  4732] By: gsar                                  on 1999/12/28  20:42:13
3019         Log: tests for change#4642 and pod fixups suggested by Ralph Corderoy
3020              <ralph@inputplus.demon.co.uk>
3021      Branch: perl
3022            ! pod/perldelta.pod pod/perlfunc.pod pod/perlre.pod t/io/argv.t
3023 ____________________________________________________________________________
3024 [  4731] By: gsar                                  on 1999/12/28  20:23:17
3025         Log: optimize XSUBs to use targets if the -nooptimize xsubpp option is
3026              not supplied (variant of patch suggested by Ilya Zakharevich)
3027      Branch: perl
3028            ! XSUB.h lib/ExtUtils/xsubpp
3029 ____________________________________________________________________________
3030 [  4730] By: gsar                                  on 1999/12/28  19:55:56
3031         Log: range operator does magical string increment iff both operands
3032              are non-numbers, from Tom Phoenix <rootbeer@redcat.com>; fixed
3033              the "foreach (RANGE)" case as well
3034      Branch: perl
3035            ! pp_ctl.c t/op/range.t
3036 ____________________________________________________________________________
3037 [  4729] By: gsar                                  on 1999/12/28  18:40:19
3038         Log: Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail.com>
3039      Branch: perl
3040            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
3041            ! EXTERN.h INTERN.h MANIFEST README.win32 iperlsys.h
3042            ! lib/ExtUtils/MM_Win32.pm makedef.pl win32/Makefile
3043            ! win32/config.gc win32/genmk95.pl win32/makefile.mk
3044            ! win32/perlhost.h win32/perllib.c win32/runperl.c win32/win32.c
3045            ! win32/win32.h
3046 ____________________________________________________________________________
3047 [  4728] By: gsar                                  on 1999/12/28  07:44:19
3048         Log: typecasts needed
3049      Branch: perl
3050            ! toke.c
3051 ____________________________________________________________________________
3052 [  4727] By: gsar                                  on 1999/12/28  06:23:08
3053         Log: change#4721 needed line number adjustments
3054      Branch: perl
3055            ! MANIFEST global.sym proto.h t/pragma/warn/doop
3056            ! t/pragma/warn/pp t/pragma/warn/regcomp t/pragma/warn/sv
3057            ! t/pragma/warn/toke t/pragma/warn/utf8
3058 ____________________________________________________________________________
3059 [  4726] By: gsar                                  on 1999/12/28  04:18:15
3060         Log: integrate utfperl contents into mainline
3061      Branch: perl
3062           +> lib/byte.pm lib/byte_heavy.pl
3063           !> configpm embed.h embed.pl embedvar.h gv.c intrpvar.h objXSUB.h
3064           !> patchlevel.h perl.c perl.h perlapi.c pp_ctl.c pp_hot.c proto.h
3065           !> regnodes.h sv.c sv.h t/comp/require.t toke.c utf8.h
3066 ____________________________________________________________________________
3067 [  4725] By: gsar                                  on 1999/12/28  04:08:09
3068         Log: integrate mainline contents
3069      Branch: utfperl
3070            - ext/DynaLoader/dl_cygwin.xs lib/unicode/Eq/Latin1
3071            - lib/unicode/Eq/Unicode
3072           !> (integrate 60 files)
3073 ____________________________________________________________________________
3074 [  4724] By: gsar                                  on 1999/12/28  03:44:10
3075         Log: fix for /(^|a)b/ breakage from Ilya Zakharevich
3076      Branch: perl
3077            ! regcomp.c t/op/re_tests
3078 ____________________________________________________________________________
3079 [  4723] By: gsar                                  on 1999/12/28  03:28:39
3080         Log: more ebcdic testsuite fixups (from Peter Prymmer)
3081      Branch: perl
3082            ! Changes lib/bigfloat.pl t/lib/charnames.t t/lib/dumper.t
3083            ! t/pragma/overload.t t/pragma/utf8.t
3084 ____________________________________________________________________________
3085 [  4722] By: gsar                                  on 1999/12/28  03:14:48
3086         Log: avoid "used once" warning
3087      Branch: perl
3088            ! lib/diagnostics.pm
3089 ____________________________________________________________________________
3090 [  4721] By: gsar                                  on 1999/12/28  03:10:32
3091         Log: ebcdic tweaks for tests from Peter Prymmer
3092      Branch: perl
3093            ! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/regcomp
3094            ! t/pragma/warn/sv t/pragma/warn/toke t/pragma/warn/utf8
3095 ____________________________________________________________________________
3096 [  4720] By: gsar                                  on 1999/12/28  03:08:39
3097         Log: pod nits from Simon Cozens <simon@brecon.co.uk> and others
3098      Branch: perl
3099            ! README.os2 lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
3100            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
3101            ! lib/ExtUtils/Mkbootstrap.pm pod/perlop.pod
3102 ____________________________________________________________________________
3103 [  4719] By: gsar                                  on 1999/12/28  03:01:04
3104         Log: perlport v1.45 from Chris Nandor
3105      Branch: perl
3106            ! pod/perlport.pod
3107 ____________________________________________________________________________
3108 [  4718] By: gsar                                  on 1999/12/28  02:59:16
3109         Log: newer version of constant.pm from Tom Phoenix; added Tom's notes to
3110              perldelta; added STOP, DESTROY and AUTOLOAD to specials list
3111      Branch: perl
3112            ! lib/constant.pm pod/perldelta.pod pod/perlvar.pod
3113            ! t/pragma/constant.t
3114 ____________________________________________________________________________
3115 [  4717] By: gsar                                  on 1999/12/28  02:47:04
3116         Log: cygwin update from Eric Fifer <EFifer@sanwaint.com>
3117      Branch: perl
3118            - ext/DynaLoader/dl_cygwin.xs
3119            ! MAINTAIN MANIFEST ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/pair.c
3120            ! hints/cygwin.sh installperl mg.c pod/perlfaq3.pod t/op/stat.t
3121            ! util.c
3122 ____________________________________________________________________________
3123 [  4716] By: gsar                                  on 1999/12/28  02:40:51
3124         Log: tweak to show up db-linked-with-libpthread-but-not-perl problem
3125              (from Andy Dougherty)
3126      Branch: perl
3127            ! Configure
3128 ____________________________________________________________________________
3129 [  4715] By: gsar                                  on 1999/12/28  02:38:44
3130         Log: better variant of change#4644 (from Andy Dougherty)
3131      Branch: perl
3132            ! Configure
3133 ____________________________________________________________________________
3134 [  4714] By: gsar                                  on 1999/12/28  02:36:40
3135         Log: be defensive about setting {host,group,pass}cat (from Andy Dougherty)
3136      Branch: perl
3137            ! Configure
3138 ____________________________________________________________________________
3139 [  4713] By: gsar                                  on 1999/12/28  02:35:15
3140         Log: $sitelib should be $prefix/lib/perl5/site_perl, as documented in
3141              INSTALL (from Andy Dougherty)
3142      Branch: perl
3143            ! Configure
3144 ____________________________________________________________________________
3145 [  4712] By: gsar                                  on 1999/12/28  02:30:55
3146         Log: avoid creating new files during make install
3147      Branch: perl
3148            ! Makefile.SH
3149 ____________________________________________________________________________
3150 [  4711] By: gsar                                  on 1999/12/28  02:24:44
3151         Log: pod edits from Paul Marquess and Mark-Jason Dominus
3152      Branch: perl
3153            ! AUTHORS Changes ext/DynaLoader/dl_aix.xs
3154            ! ext/DynaLoader/dl_dlopen.xs lib/Net/Ping.pm pod/perlcall.pod
3155            ! pod/perldelta.pod
3156 ____________________________________________________________________________
3157 [  4710] By: gsar                                  on 1999/12/28  02:05:23
3158         Log: miniperl build fixes for os2 (from Yitzchak Scott-Thoennes
3159              <sthoenna@efn.org>); add explicit target for opmini.o
3160      Branch: perl
3161            ! Makefile.SH cygwin/Makefile.SHs os2/Makefile.SHs
3162 ____________________________________________________________________________
3163 [  4709] By: gsar                                  on 1999/12/28  01:20:39
3164         Log: partly fix perldiag regressions identified by Tom Christiansen
3165      Branch: perl
3166            ! doio.c lib/diagnostics.pm pod/perldiag.pod pp_hot.c pp_sys.c
3167            ! t/pragma/warn/4lint t/pragma/warn/doio t/pragma/warn/pp_hot
3168            ! t/pragma/warn/pp_sys
3169 ____________________________________________________________________________
3170 [  4708] By: gsar                                  on 1999/12/27  23:33:24
3171         Log: update perldiag for change#4707
3172      Branch: perl
3173            ! perl.c pod/perldiag.pod
3174 ____________________________________________________________________________
3175 [  4707] By: gsar                                  on 1999/12/27  23:23:39
3176         Log: allow spaces in -I switch argument
3177      Branch: perl
3178            ! perl.c
3179 ____________________________________________________________________________
3180 [  4706] By: gsar                                  on 1999/12/26  23:44:53
3181         Log: fix typos
3182      Branch: utfperl
3183            ! sv.h toke.c
3184 ____________________________________________________________________________
3185 [  4705] By: gsar                                  on 1999/12/24  04:02:35
3186         Log: support for v5.5.640 style version numbers
3187      Branch: utfperl
3188            ! configpm embedvar.h gv.c intrpvar.h objXSUB.h patchlevel.h
3189            ! perl.c perl.h pp_ctl.c sv.c sv.h t/comp/require.t toke.c
3190 ____________________________________________________________________________
3191 [  4704] By: gsar                                  on 1999/12/23  08:54:27
3192         Log: bring in basic threads stuff under USE_ITHREADS
3193      Branch: perl
3194            ! makedef.pl op.c perl.c perl.h perlvars.h pp_sys.c thread.h
3195            ! util.c
3196 ____________________________________________________________________________
3197 [  4703] By: gsar                                  on 1999/12/23  00:10:06
3198         Log: integrate mainline contents into utfperl
3199      Branch: utfperl
3200           !> (integrate 33 files)
3201 ____________________________________________________________________________
3202 [  4702] By: gsar                                  on 1999/12/20  17:18:23
3203         Log: virtual directory handling broken on paths with trailing slash
3204      Branch: perl
3205            ! win32/Makefile win32/makefile.mk win32/vdir.h
3206 ____________________________________________________________________________
3207 [  4701] By: gsar                                  on 1999/12/20  17:09:55
3208         Log: revert optimization in change#4700 (it appears OPpRUNTIME flag
3209              isn't set for all m/$foo/o)
3210      Branch: perl
3211            ! pp_ctl.c
3212 ____________________________________________________________________________
3213 [  4700] By: gsar                                  on 1999/12/20  16:28:51
3214         Log: avoid pp_regcomp() changing optree at run time under USE_*THREADS (or
3215              we have a race on our hands)
3216      Branch: perl
3217            ! pp_ctl.c
3218 ____________________________________________________________________________
3219 [  4699] By: gsar                                  on 1999/12/20  16:19:00
3220         Log: pod tweaks
3221      Branch: perl
3222            ! pod/perldelta.pod pod/perlfilter.pod pod/perlopentut.pod
3223 ____________________________________________________________________________
3224 [  4698] By: gsar                                  on 1999/12/20  07:55:07
3225         Log: uv_to_utf8() could lose 37th bit on HAS_QUAD platforms
3226      Branch: perl
3227            ! utf8.c
3228 ____________________________________________________________________________
3229 [  4697] By: gsar                                  on 1999/12/18  01:35:50
3230         Log: fix from Larry for parsing C<{ 0x1 => 'foo'}> as an
3231              anon hash rather than a block; test case for the same
3232      Branch: perl
3233            ! t/comp/term.t toke.c
3234 ____________________________________________________________________________
3235 [  4696] By: gsar                                  on 1999/12/17  19:55:03
3236         Log: leak in change#4694 spotted by Larry
3237      Branch: perl
3238            ! hv.c
3239 ____________________________________________________________________________
3240 [  4695] By: gsar                                  on 1999/12/17  18:14:11
3241         Log: test case for change#4694
3242      Branch: perl
3243            ! t/op/delete.t
3244 ____________________________________________________________________________
3245 [  4694] By: gsar                                  on 1999/12/17  18:09:08
3246         Log: delete() should return the value as is, not a copy thereof
3247      Branch: perl
3248            ! hv.c pod/perldelta.pod
3249 ____________________________________________________________________________
3250 [  4693] By: gsar                                  on 1999/12/17  17:45:58
3251         Log: fix for C<"\nx\taa\n" =~ /^\S\s+aa$/m> (from Ilya Zakharevich)
3252      Branch: perl
3253            ! regexec.c t/op/re_tests
3254 ____________________________________________________________________________
3255 [  4692] By: gsar                                  on 1999/12/17  17:41:10
3256         Log: credits tweak
3257      Branch: perl
3258            ! lib/File/Spec.pm
3259 ____________________________________________________________________________
3260 [  4691] By: gsar                                  on 1999/12/17  07:12:53
3261         Log: DynaLoader doesn't build properly when $(DLSRC) changes
3262              (fix suggested by Hans Mulder)
3263      Branch: perl
3264            ! ext/DynaLoader/Makefile.PL
3265 ____________________________________________________________________________
3266 [  4690] By: gsar                                  on 1999/12/17  06:26:34
3267         Log: add missing new ops
3268      Branch: perl
3269            ! ext/B/ramblings/runtime.porting
3270 ____________________________________________________________________________
3271 [  4689] By: gsar                                  on 1999/12/17  06:16:49
3272         Log: test harness tweak from Hans Mulder
3273      Branch: perl
3274            ! t/TEST
3275 ____________________________________________________________________________
3276 [  4688] By: gsar                                  on 1999/12/17  06:14:23
3277         Log: miniperl build fixes for NeXTstep and cygwin (from Hans Mulder
3278              and Lucian CIONCA <Lucian.Cionca@algoritma.ro>)
3279      Branch: perl
3280            ! Makefile.SH cygwin/Makefile.SHs
3281 ____________________________________________________________________________
3282 [  4687] By: gsar                                  on 1999/12/17  06:06:46
3283         Log: applied suggested patch with whitespace adjustments
3284              From: Helmut Jarausch <jarausch@numa1.igpm.rwth-aachen.de>
3285              Date: Thu, 16 Dec 1999 08:57:55 +0100
3286              Message-id: <38589B82.C4668E10@numa1.igpm.rwth-aachen.de>
3287              Subject: Re: [ID 19991215.001] patch 5.005_63: Find::Fill cannot handle /
3288      Branch: perl
3289            ! lib/File/Find.pm
3290 ____________________________________________________________________________
3291 [  4686] By: gsar                                  on 1999/12/17  05:48:53
3292         Log: avoid warnings due to symbols unintroduced by XSLoader (spotted
3293              by Hans Mulder)
3294      Branch: perl
3295            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
3296            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
3297            ! ext/DynaLoader/dl_rhapsody.xs
3298 ____________________________________________________________________________
3299 [  4685] By: gsar                                  on 1999/12/17  05:37:51
3300         Log: fix bug when one of the operands is +0E+0 (from Ronald J Kimball
3301              <rjk@linguist.dartmouth.edu>)
3302      Branch: perl
3303            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
3304 ____________________________________________________________________________
3305 [  4684] By: gsar                                  on 1999/12/16  09:32:48
3306         Log: spell out how to get 4-digit year (from Micheal G Schwern
3307              <schwern@pobox.com>)
3308      Branch: perl
3309            ! pod/perlfunc.pod
3310 ____________________________________________________________________________
3311 [  4683] By: gsar                                  on 1999/12/16  09:26:53
3312         Log: type mismatch for %c format argument (spotted by Robin Barker
3313              <rmb1@cise.npl.co.uk>)
3314      Branch: perl
3315            ! regcomp.c
3316 ____________________________________________________________________________
3317 [  4682] By: gsar                                  on 1999/12/16  08:33:28
3318         Log: mingw32 doesn't have anonymous union (from Benjamin Stuhl
3319              <sho_pi@hotmail.com>)
3320      Branch: perl
3321            ! win32/win32.c
3322 ____________________________________________________________________________
3323 [  4681] By: gsar                                  on 1999/12/16  08:31:15
3324         Log: missing backslash (spotted by Johan Vromans)
3325      Branch: perl
3326            ! perl.c
3327 ____________________________________________________________________________
3328 [  4680] By: gsar                                  on 1999/12/16  08:26:00
3329         Log: avoid coredump on diagnostics when STDERR is closed
3330      Branch: perl
3331            ! perl.h
3332 ____________________________________________________________________________
3333 [  4679] By: gsar                                  on 1999/12/12  18:09:41
3334         Log: integrate mainline changes
3335      Branch: utfperl
3336           +> (branch 39 files)
3337            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
3338            - lib/unicode/UnicodeData-Latest.txt
3339           !> (integrate 447 files)
3340 ____________________________________________________________________________
3341 [  4678] By: gsar                                  on 1999/12/10  01:39:13
3342         Log: interpreter structure should be nulled under -DMULTIPLICITY
3343      Branch: perl
3344            ! perl.c
3345 ____________________________________________________________________________
3346 [  4677] By: gsar                                  on 1999/12/09  11:10:27
3347         Log: update Changes
3348      Branch: perl
3349            ! Changes
3350
3351 ----------------
3352 Version 5.005_63
3353 ----------------
3354
3355 ____________________________________________________________________________
3356 [  4676] By: gsar                                  on 1999/12/09  10:51:43
3357         Log: fix File::Find testsuite bugs in symlink-less places
3358      Branch: perl
3359            ! t/lib/filefind.t
3360 ____________________________________________________________________________
3361 [  4675] By: gsar                                  on 1999/12/09  10:22:31
3362         Log: USE_ITHREADS tweaks and notes
3363      Branch: perl
3364            ! op.c pod/perldelta.pod sv.c
3365 ____________________________________________________________________________
3366 [  4674] By: gsar                                  on 1999/12/09  10:21:53
3367         Log: allow new style sort subs to work under usethreads
3368      Branch: perl
3369            ! pp_ctl.c
3370 ____________________________________________________________________________
3371 [  4673] By: gsar                                  on 1999/12/09  04:00:23
3372         Log: document compatibility issue with literal list slices and NOTOP
3373              (C<not (1,2,3)[0]> is now a syntax error)
3374      Branch: perl
3375            ! pod/perldelta.pod
3376 ____________________________________________________________________________
3377 [  4672] By: gsar                                  on 1999/12/09  01:14:46
3378         Log: avoid mismatched expectation <-> int types for C++ builds
3379      Branch: perl
3380            ! embed.pl intrpvar.h proto.h toke.c
3381 ____________________________________________________________________________
3382 [  4671] By: gsar                                  on 1999/12/09  00:36:24
3383         Log: newer version of File::Find with support for following symlinks and
3384              other features, from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>
3385      Branch: perl
3386            ! lib/File/Find.pm pod/perldelta.pod t/lib/filefind.t
3387 ____________________________________________________________________________
3388 [  4670] By: gsar                                  on 1999/12/09  00:13:06
3389         Log: avoid initializing GvCV slot for autovivified filehandles
3390      Branch: perl
3391            ! pp.c
3392 ____________________________________________________________________________
3393 [  4669] By: gsar                                  on 1999/12/08  19:09:27
3394         Log: apply change#4618 again along with Ilya's patch to fix bugs
3395              in it (see change#4622)
3396      Branch: perl
3397            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h regexec.c
3398            ! t/op/re_tests t/op/subst.t
3399 ____________________________________________________________________________
3400 [  4668] By: gsar                                  on 1999/12/08  18:56:53
3401         Log: patch to fix parser bug in C<${h{${a[0]}}} = 13>
3402              From: Larry Wall <larry@wall.org>
3403              Date: Tue, 7 Dec 1999 12:39:30 -0800 (PST)
3404              Message-Id: <199912072039.MAA13257@kiev.wall.org>
3405              Subject: Re: [ID 19991204.002] Inconsistency of ${hash{key}}
3406      Branch: perl
3407            ! embedvar.h intrpvar.h objXSUB.h sv.c toke.c
3408 ____________________________________________________________________________
3409 [  4667] By: gsar                                  on 1999/12/08  18:47:37
3410         Log: patch to fix aix hints from ortmann@vnet.ibm.com
3411      Branch: perl
3412            ! hints/aix.sh
3413 ____________________________________________________________________________
3414 [  4666] By: gsar                                  on 1999/12/08  18:29:02
3415         Log: documentation tweaks from M. J. T. Guy, Micheal Schwern, and
3416              Tim Meadowcroft
3417      Branch: perl
3418            ! Changes lib/Benchmark.pm pod/perlipc.pod pod/perlre.pod
3419 ____________________________________________________________________________
3420 [  4665] By: gsar                                  on 1999/12/08  02:22:31
3421         Log: introduce save_I8() for saving byte values
3422      Branch: perl
3423            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
3424            ! regcomp.c regexec.c scope.c scope.h sv.c
3425 ____________________________________________________________________________
3426 [  4664] By: gsar                                  on 1999/12/08  02:02:33
3427         Log: use SAVEINT() rather than SAVEDESTRUCTOR() for saving PL_expect etc.
3428      Branch: perl
3429            ! toke.c
3430 ____________________________________________________________________________
3431 [  4663] By: gsar                                  on 1999/12/08  01:11:44
3432         Log: longstanding typo in lexer: PL_lex_expect was not properly
3433              saved on reentry
3434      Branch: perl
3435            ! toke.c
3436 ____________________________________________________________________________
3437 [  4662] By: gsar                                  on 1999/12/07  23:16:21
3438         Log: typos in change#4546
3439      Branch: perl
3440            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm sv.c
3441 ____________________________________________________________________________
3442 [  4661] By: gsar                                  on 1999/12/07  09:33:50
3443         Log: typos in change#4660
3444      Branch: perl
3445            ! embed.h embed.pl objXSUB.h perl.h perlapi.c pp_sys.c proto.h
3446 ____________________________________________________________________________
3447 [  4660] By: gsar                                  on 1999/12/06  23:42:55
3448         Log: tweaks for building with -DUSE_ITHREADS on !WIN32 platforms;
3449              fix bug where lc($readonly) could result in bogus errors
3450      Branch: perl
3451            ! embed.h embed.pl iperlsys.h makedef.pl objXSUB.h perlapi.c
3452            ! pp.c pp_sys.c proto.h sv.c
3453 ____________________________________________________________________________
3454 [  4659] By: gsar                                  on 1999/12/06  15:24:31
3455         Log: allow IRIX 6.5 to build perl (from Helmut Jarausch
3456              <jarausch@igpm.rwth-aachen.de>)
3457      Branch: perl
3458            ! perl.h
3459 ____________________________________________________________________________
3460 [  4658] By: gsar                                  on 1999/12/06  15:18:30
3461         Log: fix for -Dp via $^D (suggested by Stephane Payrard
3462              <stef@adnaccess.com>)
3463      Branch: perl
3464            ! mg.c
3465 ____________________________________________________________________________
3466 [  4657] By: gsar                                  on 1999/12/06  06:50:01
3467         Log: change#4641 needs perldiag.pod edit
3468      Branch: perl
3469            - lib/unicode/UnicodeData-Latest.txt
3470            ! pod/perldiag.pod
3471 ____________________________________________________________________________
3472 [  4656] By: gsar                                  on 1999/12/06  01:36:56
3473         Log: Makefile tweak for change#4649
3474      Branch: perl
3475            ! Makefile.SH
3476 ____________________________________________________________________________
3477 [  4655] By: gsar                                  on 1999/12/05  17:23:57
3478         Log: change#4653 was missing a patch reject
3479      Branch: perl
3480            ! win32/makefile.mk
3481 ____________________________________________________________________________
3482 [  4654] By: gsar                                  on 1999/12/05  11:41:04
3483         Log: windows build tweaks for Borland compiler
3484      Branch: perl
3485            ! win32/makefile.mk win32/perlhost.h win32/win32.c win32/win32.h
3486 ____________________________________________________________________________
3487 [  4653] By: gsar                                  on 1999/12/05  11:07:37
3488         Log: applied somewhat modified version of suggested patch
3489              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
3490              Date: Thu, 18 Nov 1999 18:45:27 PST
3491              Message-ID: <19991119024527.72749.qmail@hotmail.com>
3492              Subject: [PATCH 5.005_62] Perl on Win95, Mark IIB
3493      Branch: perl
3494            + win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
3495            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
3496            ! lib/ExtUtils/MM_Win32.pm win32/config_sh.PL win32/genmk95.pl
3497            ! win32/makefile.mk win32/win32.h
3498 ____________________________________________________________________________
3499 [  4652] By: gsar                                  on 1999/12/05  09:24:45
3500         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
3501              Date: Thu, 4 Nov 1999 16:34:23 -0800 (PST)
3502              Message-Id: <199911050034.QAA06499@scoot.pdev.sco.com>
3503              Subject: [ID 19991104.005] modified hints file for UnixWare7 ( svr5)
3504      Branch: perl
3505            ! Changes hints/svr5.sh
3506 ____________________________________________________________________________
3507 [  4651] By: gsar                                  on 1999/12/05  09:01:19
3508         Log: on dosish platforms, avoid infinite recursion in File::Path::mkpath()
3509              when given non-existent drive names
3510      Branch: perl
3511            ! lib/File/Path.pm
3512 ____________________________________________________________________________
3513 [  4650] By: gsar                                  on 1999/12/05  08:47:11
3514         Log: windows build tweaks for change#4649
3515      Branch: perl
3516            ! win32/Makefile win32/makefile.mk
3517 ____________________________________________________________________________
3518 [  4649] By: gsar                                  on 1999/12/05  07:49:28
3519         Log: make File::Glob::glob() the default for CORE::glob()
3520              (old csh glob can still be had with -DPERL_EXTERNAL_GLOB)
3521      Branch: perl
3522            ! Makefile.SH op.c pod/perldelta.pod win32/Makefile
3523            ! win32/makefile.mk
3524 ____________________________________________________________________________
3525 [  4648] By: gsar                                  on 1999/12/05  00:33:34
3526         Log: fix bug in processing L<> tags (from j.vavruska@post.cz)
3527      Branch: perl
3528            ! lib/Pod/Html.pm
3529 ____________________________________________________________________________
3530 [  4647] By: gsar                                  on 1999/12/05  00:14:01
3531         Log: remove outdated entry
3532      Branch: perl
3533            ! pod/perltrap.pod
3534 ____________________________________________________________________________
3535 [  4646] By: gsar                                  on 1999/12/04  22:48:51
3536         Log: s/block/loop block/ in diagnostics about next, last, redo
3537      Branch: perl
3538            ! pod/perldiag.pod pp_ctl.c t/op/runlevel.t t/pragma/warn/pp_ctl
3539 ____________________________________________________________________________
3540 [  4645] By: gsar                                  on 1999/12/04  22:25:32
3541         Log: readability tweak suggested by GRommel@sears.com
3542      Branch: perl
3543            ! pp.c
3544 ____________________________________________________________________________
3545 [  4644] By: gsar                                  on 1999/12/04  22:05:00
3546         Log: Configure tweak from Peter Prymmer
3547      Branch: perl
3548            ! Configure
3549 ____________________________________________________________________________
3550 [  4643] By: gsar                                  on 1999/12/04  21:55:27
3551         Log: make weak keyword check look for defined(&lock), not
3552              merely defined(*lock)
3553      Branch: perl
3554            ! toke.c
3555 ____________________________________________________________________________
3556 [  4642] By: gsar                                  on 1999/12/04  21:11:51
3557         Log: make eof() open ARGV if it isn't open already; also fixes bug
3558              where eof() would operate on any last-read filehandle, not
3559              just ARGV
3560      Branch: perl
3561            ! pp_sys.c
3562 ____________________________________________________________________________
3563 [  4641] By: gsar                                  on 1999/12/04  04:42:25
3564         Log: make uninitialized value warnings report opcode
3565      Branch: perl
3566            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
3567            ! opcode.pl perl.h perlapi.c pp.c pp_hot.c proto.h sv.c
3568            ! t/op/misc.t t/pragma/warn/1global t/pragma/warn/2use
3569            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/7fatal
3570            ! t/pragma/warn/doio t/pragma/warn/pp t/pragma/warn/pp_hot
3571            ! t/pragma/warn/sv
3572 ____________________________________________________________________________
3573 [  4640] By: gsar                                  on 1999/12/04  02:40:44
3574         Log: provide explicit functions timegm_nocheck() and timelocal_nocheck()
3575              that don't do range checking
3576      Branch: perl
3577            ! lib/Time/Local.pm
3578 ____________________________________________________________________________
3579 [  4639] By: gsar                                  on 1999/12/04  01:00:49
3580         Log: better implementation of change#3326; open(local $foo,...) now
3581              allowed in addition to any uninitialized variable, for consistency
3582              with how autovivification works elsewhere; add code to use the
3583              variable name as the name of the handle for simple variables, so
3584              that diagnostics report the handle: "... at - line 1, <$foo> line 10."
3585      Branch: perl
3586            ! op.c pod/perldelta.pod pp.c t/io/open.t
3587 ____________________________________________________________________________
3588 [  4638] By: gsar                                  on 1999/12/03  21:20:00
3589         Log: pod nits
3590      Branch: perl
3591            ! pod/perlfunc.pod pod/perlrun.pod
3592 ____________________________________________________________________________
3593 [  4637] By: gsar                                  on 1999/12/03  08:59:04
3594         Log: change#4431 was flawed
3595      Branch: perl
3596            ! Makefile.SH
3597 ____________________________________________________________________________
3598 [  4636] By: gsar                                  on 1999/12/03  07:59:52
3599         Log: pod embellishments from Nathan Torkington
3600      Branch: perl
3601            ! pod/perlfaq2.pod pod/perlhack.pod
3602 ____________________________________________________________________________
3603 [  4635] By: gsar                                  on 1999/12/03  07:56:04
3604         Log: perlfaq4 typo (from Jeff Pinyan <jeffp@crusoe.net>)
3605      Branch: perl
3606            ! pod/perlfaq4.pod
3607 ____________________________________________________________________________
3608 [  4634] By: gsar                                  on 1999/12/03  07:47:47
3609         Log: test tweak for VMS (from Craig A. Berry)
3610      Branch: perl
3611            ! t/io/nargv.t
3612 ____________________________________________________________________________
3613 [  4633] By: gsar                                  on 1999/12/03  07:44:52
3614         Log: patchls tweak from Andreas Koenig
3615      Branch: perl
3616            ! Porting/patchls
3617 ____________________________________________________________________________
3618 [  4632] By: gsar                                  on 1999/12/03  07:42:23
3619         Log: don't mess with the umask()
3620      Branch: perl
3621            ! installhtml installman installperl lib/ExtUtils/Install.pm
3622            ! lib/ExtUtils/Manifest.pm
3623 ____________________________________________________________________________
3624 [  4631] By: gsar                                  on 1999/12/03  06:52:50
3625         Log: support -a switch to append bytecode to an existing file and make
3626              perlcc use it (from Tom Hughes <tom@compton.nu>)
3627      Branch: perl
3628            ! ext/B/B/Bytecode.pm utils/perlcc.PL
3629 ____________________________________________________________________________
3630 [  4630] By: gsar                                  on 1999/12/03  06:46:16
3631         Log: document incompatible perl4 vec() vs bitwise ops interaction trap
3632              (from Tom Phoenix)
3633      Branch: perl
3634            ! pod/perltrap.pod
3635 ____________________________________________________________________________
3636 [  4629] By: gsar                                  on 1999/12/03  06:40:15
3637         Log: use PerlIO abstraction rather than straight stdio (from
3638              Chip Salzenberg)
3639      Branch: perl
3640            ! ext/ByteLoader/ByteLoader.xs
3641 ____________________________________________________________________________
3642 [  4628] By: gsar                                  on 1999/12/03  06:15:54
3643         Log: avoid warning in IO::Select::exists() if socket doesn't exist
3644      Branch: perl
3645            ! ext/IO/lib/IO/Select.pm
3646 ____________________________________________________________________________
3647 [  4627] By: gsar                                  on 1999/12/03  06:05:19
3648         Log: two small patches from Peter Prymmer <pvhp@forte.com>
3649      Branch: perl
3650            ! makedepend.SH win32/Makefile win32/makefile.mk
3651 ____________________________________________________________________________
3652 [  4626] By: gsar                                  on 1999/12/03  05:36:38
3653         Log: From: Peter Prymmer <pvhp@forte.com>
3654              Date: Thu, 25 Nov 1999 21:06:19 -0800 (PST)
3655              Message-Id: <199911260506.VAA17230@brio.forte.com>
3656              Subject: [PATCH: 5.005_62] implement /[:ascii:]/ on ebcdic machines
3657      Branch: perl
3658            ! regcomp.c
3659 ____________________________________________________________________________
3660 [  4625] By: gsar                                  on 1999/12/03  05:20:21
3661         Log: Windows build tweaks due to change#4623
3662      Branch: perl
3663            ! win32/Makefile win32/makefile.mk win32/perlhost.h
3664 ____________________________________________________________________________
3665 [  4624] By: gsar                                  on 1999/12/03  04:58:30
3666         Log: add missing file
3667      Branch: perl
3668            + ext/DynaLoader/XSLoader_pm.PL
3669 ____________________________________________________________________________
3670 [  4623] By: gsar                                  on 1999/12/03  04:47:03
3671         Log: applied suggested patch; removed $VERSION = $VERSION hack
3672              (change#4043 fixed the need for that)
3673              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3674              Date: Tue, 16 Nov 1999 01:50:31 EST
3675              Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu>
3676              Subject: [PATCH 5.005_62] XSLoader.pm
3677      Branch: perl
3678            ! MANIFEST ext/B/B.pm ext/ByteLoader/ByteLoader.pm
3679            ! ext/DB_File/DB_File.pm ext/Data/Dumper/Dumper.pm
3680            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
3681            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL
3682            ! ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm
3683            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm ext/IO/IO.pm
3684            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
3685            ! ext/Opcode/Opcode.pm ext/POSIX/POSIX.pm
3686            ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
3687            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
3688            ! lib/AutoLoader.pm lib/FindBin.pm lib/Getopt/Std.pm
3689 ____________________________________________________________________________
3690 [  4622] By: gsar                                  on 1999/12/03  04:02:39
3691         Log: revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>)
3692      Branch: perl
3693            ! Changes embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
3694 ____________________________________________________________________________
3695 [  4621] By: gsar                                  on 1999/12/02  22:24:53
3696         Log: caveat about thread-safety of extensions
3697      Branch: perl
3698            ! pod/perlfork.pod
3699 ____________________________________________________________________________
3700 [  4620] By: gsar                                  on 1999/12/02  20:31:02
3701         Log: XS documentation patches suggested by Ilya, severally adjusted
3702      Branch: perl
3703            ! pod/perlxs.pod pod/perlxstut.pod
3704 ____________________________________________________________________________
3705 [  4619] By: gsar                                  on 1999/12/02  17:52:50
3706         Log: re-add missing Unicode database master
3707      Branch: perl
3708            + lib/unicode/Unicode.300
3709 ____________________________________________________________________________
3710 [  4618] By: gsar                                  on 1999/12/02  06:56:18
3711         Log: applied suggested patch with prototype changes
3712              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
3713              Date:    Tue, 23 Nov 1999 22:55:55 EST
3714              Message-Id: <199911240355.WAA23033@monk.mps.ohio-state.edu>
3715              Subject: [PATCH 5.005_62] First char cognizance
3716      Branch: perl
3717            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
3718 ____________________________________________________________________________
3719 [  4617] By: gsar                                  on 1999/12/02  06:04:57
3720         Log: fixes for bugs in change#4586 and OS/2 pod tweak, from Ilya
3721      Branch: perl
3722            ! os2/OS2/REXX/REXX.pm regexec.c t/op/re_tests
3723 ____________________________________________________________________________
3724 [  4616] By: gsar                                  on 1999/12/02  04:30:22
3725         Log: various documentation tweaks suggested by M. J. T. Guy
3726      Branch: perl
3727            ! INSTALL lib/strict.pm pod/perlfunc.pod pod/perlsyn.pod
3728 ____________________________________________________________________________
3729 [  4615] By: gsar                                  on 1999/12/02  04:17:43
3730         Log: various File::Glob fixes for DOSISH platforms
3731              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
3732              Date: Tue, 02 Nov 1999 11:11:25 GMT
3733              Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com>
3734              Subject: File::Glob again. Final patch, honest!
3735      Branch: perl
3736            + t/lib/glob-case.t
3737            ! MANIFEST ext/File/Glob/Changes ext/File/Glob/Glob.pm
3738            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
3739            ! ext/File/Glob/bsd_glob.h op.c t/lib/glob-global.t
3740 ____________________________________________________________________________
3741 [  4614] By: gsar                                  on 1999/12/02  03:42:55
3742         Log: allow XSUBs and prototyped subroutines to be used with sort() (tweaked
3743              variant of patch suggested by Peter Haworth <pmh@edison.ioppublishing.com>)
3744      Branch: perl
3745            ! pod/perldelta.pod pod/perlfunc.pod pp_ctl.c t/op/sort.t
3746 ____________________________________________________________________________
3747 [  4613] By: gsar                                  on 1999/12/02  01:59:19
3748         Log: ignore yet another known scalar leak
3749      Branch: perl
3750            ! t/pragma/warn/regcomp
3751 ____________________________________________________________________________
3752 [  4612] By: gsar                                  on 1999/12/02  01:15:02
3753         Log: avoid potential stack extension bug in pp_unpack() (spotted by Ilya)
3754      Branch: perl
3755            ! pp.c
3756 ____________________________________________________________________________
3757 [  4611] By: gsar                                  on 1999/12/02  00:31:43
3758         Log: a somewhat tweaked version of suggested patch
3759              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3760              Date: Wed, 27 Oct 1999 18:57:41 -0400 (EDT)
3761              Message-Id: <199910272257.SAA29928@monk.mps.ohio-state.edu>
3762              Subject: [PATCH 5.005_62] Another round of pack/vec docs patches
3763      Branch: perl
3764            ! pod/perlfunc.pod
3765 ____________________________________________________________________________
3766 [  4610] By: gsar                                  on 1999/12/01  19:09:31
3767         Log: more accurate require() pseudocode (from James P. Williams
3768              <James.P.Williams@USAHQ.UnitedSpaceAlliance.com>)
3769      Branch: perl
3770            ! pod/perlfunc.pod
3771 ____________________________________________________________________________
3772 [  4609] By: gsar                                  on 1999/12/01  18:43:49
3773         Log: avoid "Callback called exit" error on intentional exit()
3774      Branch: perl
3775            ! embedvar.h intrpvar.h objXSUB.h perl.c perl.h pp_ctl.c
3776 ____________________________________________________________________________
3777 [  4608] By: gsar                                  on 1999/12/01  18:42:38
3778         Log: find_byclass() prototype was incoherent
3779      Branch: perl
3780            ! regexec.c
3781 ____________________________________________________________________________
3782 [  4607] By: gsar                                  on 1999/12/01  05:45:10
3783         Log: better documentation for goto &NAME (from M. J. T. Guy)
3784      Branch: perl
3785            ! pod/perlfunc.pod
3786 ____________________________________________________________________________
3787 [  4606] By: gsar                                  on 1999/12/01  05:33:14
3788         Log: integrate cfgperl contents into mainline
3789      Branch: perl
3790           +> lib/unicode/Jamo.txt lib/unicode/NamesList.html
3791           +> lib/unicode/UCD300.html lib/unicode/Unicode3.html
3792            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
3793            ! Changes
3794           !> (integrate 210 files)
3795 ____________________________________________________________________________
3796 [  4605] By: gsar                                  on 1999/12/01  05:15:27
3797         Log: avoid PTR->IV cast warnings
3798      Branch: perl
3799            ! mg.c op.c scope.h
3800 ____________________________________________________________________________
3801 [  4604] By: gsar                                  on 1999/12/01  03:59:56
3802         Log: email address changes
3803      Branch: perl
3804            ! AUTHORS Changes Porting/genlog Porting/p4d2p Porting/p4desc
3805            ! README.win32 ext/Data/Dumper/Dumper.pm lib/DB.pm
3806            ! lib/File/DosGlob.pm lib/Math/Complex.pm lib/Math/Trig.pm
3807            ! pod/perl5005delta.pod pod/perlport.pod t/op/runlevel.t
3808            ! utils/perlbug.PL utils/perldoc.PL win32/bin/perlglob.pl
3809 ____________________________________________________________________________
3810 [  4603] By: gsar                                  on 1999/12/01  03:45:13
3811         Log: minor USE_ITHREADS tweaks
3812      Branch: perl
3813            ! doio.c op.c op.h pp_hot.c pp_sys.c run.c win32/Makefile
3814            ! win32/perllib.c win32/win32.h
3815 ____________________________________________________________________________
3816 [  4602] By: gsar                                  on 1999/12/01  01:00:09
3817         Log: more complete pseudo-fork() support for Windows
3818      Branch: perl
3819            + pod/perlfork.pod win32/perlhost.h win32/vdir.h win32/vmem.h
3820            ! MANIFEST XSUB.h cop.h dump.c embed.h embed.pl embedvar.h
3821            ! ext/B/B/CC.pm ext/Opcode/Opcode.xs global.sym globals.c
3822            ! globvar.sym gv.c hv.c intrpvar.h iperlsys.h makedef.pl mg.c
3823            ! mpeix/mpeixish.h objXSUB.h op.c op.h os2/os2ish.h perl.c
3824            ! perl.h perlapi.c plan9/plan9ish.h pod/Makefile pod/buildtoc
3825            ! pod/perl.pod pod/roffitall pp.c pp_ctl.c pp_hot.c pp_sys.c
3826            ! proto.h regcomp.c run.c scope.c scope.h sv.c t/op/fork.t
3827            ! toke.c unixish.h util.c vos/vosish.h win32/Makefile
3828            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
3829            ! win32/win32iop.h win32/win32thread.h
3830 ____________________________________________________________________________
3831 [  4601] By: gsar                                  on 1999/12/01  00:45:38
3832         Log: rudimentary support for remote debugging, from aeons ago (somewhat
3833              modified)
3834              From: Graham TerMarsch <grahamt@ActiveState.com>
3835              Date: Sat, 12 Sep 1998 10:46:55 -0700
3836              Message-ID: <35FAB38F.EA9AAC50@activestate.com>
3837              Subject: Re: Patches to perl5db.pl to allow for remote debugging
3838      Branch: perl
3839            ! lib/perl5db.pl
3840 ____________________________________________________________________________
3841 [  4600] By: chip                                  on 1999/11/19  21:16:00
3842         Log: Document known limitations of fdopen() on some systems,
3843              as they apply to open() and sysopen().
3844      Branch: perl
3845            ! pod/perlfunc.pod
3846 ____________________________________________________________________________
3847 [  4599] By: chip                                  on 1999/11/19  17:20:19
3848         Log: Undef printf before redirecting it to PerlIO_stdoutf.
3849              (Avoids an irritating warning when compiling with PerlIO.)
3850      Branch: perl
3851            ! perl.h
3852 ____________________________________________________________________________
3853 [  4598] By: jhi                                   on 1999/11/22  21:30:17
3854         Log: Small VMS nits from Craig A. Berry, <craig.berry@metamor.com>.
3855      Branch: cfgperl
3856            ! README.vms t/io/open.t
3857 ____________________________________________________________________________
3858 [  4597] By: jhi                                   on 1999/11/21  16:21:21
3859         Log: Replace #4596 with the change done in 5.005_03.
3860      Branch: cfgperl
3861            ! ext/Errno/Errno_pm.PL
3862 ____________________________________________________________________________
3863 [  4596] By: jhi                                   on 1999/11/21  16:07:20
3864         Log: Skip processing a file if the file to be opened is '-'
3865              (can happen in UNICOS)
3866      Branch: cfgperl
3867            ! ext/Errno/Errno_pm.PL
3868 ____________________________________________________________________________
3869 [  4595] By: jhi                                   on 1999/11/21  14:05:10
3870         Log: VMS patches from Peter Prymmer.
3871      Branch: cfgperl
3872            ! doio.c mg.c taint.c vms/subconfigure.com vms/vms.c
3873 ____________________________________________________________________________
3874 [  4594] By: jhi                                   on 1999/11/18  17:07:14
3875         Log: The find_byclass prototype is already in proto.h. 
3876      Branch: cfgperl
3877            ! regexec.c
3878 ____________________________________________________________________________
3879 [  4593] By: gsar                                  on 1999/11/16  21:25:21
3880         Log: typo in flag checks
3881      Branch: utfperl
3882            ! sv.h
3883 ____________________________________________________________________________
3884 [  4592] By: jhi                                   on 1999/11/16  21:17:25
3885         Log: Regen Configure.
3886      Branch: cfgperl
3887            ! Configure config_h.SH pp.c pp.h vms/subconfigure.com
3888      Branch: metaconfig
3889            ! U/a_dvisory/quadtype.U
3890 ____________________________________________________________________________
3891 [  4591] By: jhi                                   on 1999/11/16  14:53:19
3892         Log: Integrate with Sarathy.
3893      Branch: cfgperl
3894           !> cop.h deb.c embed.h embed.pl global.sym lib/Pod/Checker.pm
3895           !> lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
3896           !> lib/Pod/Usage.pm makedef.pl objXSUB.h perl.c perlapi.c
3897           !> pod/podchecker.PL pp_sys.c proto.h sv.c t/pod/poderrs.t
3898           !> t/pod/poderrs.xr
3899 ____________________________________________________________________________
3900 [  4590] By: gsar                                  on 1999/11/16  05:57:56
3901         Log: Pod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com>
3902      Branch: perl
3903            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
3904            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/podchecker.PL
3905            ! t/pod/poderrs.t t/pod/poderrs.xr
3906 ____________________________________________________________________________
3907 [  4589] By: gsar                                  on 1999/11/15  18:47:34
3908         Log: add a synchronous stub fork() for USE_ITHREADS to prove that a simple
3909              C<if (fork()) { print "parent" } else { print "child" }> works on
3910              Windows (incidentally running a cloned^2 interpreter :)
3911      Branch: perl
3912            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perlapi.c
3913            ! pp_sys.c proto.h sv.c
3914 ____________________________________________________________________________
3915 [  4588] By: gsar                                  on 1999/11/15  14:34:36
3916         Log: cloning the stack (part 1)
3917      Branch: perl
3918            ! cop.h deb.c perl.c sv.c
3919 ____________________________________________________________________________
3920 [  4587] By: jhi                                   on 1999/11/15  00:22:20
3921         Log: Integrate with Sarathy.
3922      Branch: cfgperl
3923           !> Changes embed.h embed.pl embedvar.h global.sym intrpvar.h
3924           !> makedef.pl objXSUB.h op.c perl.h perlapi.c proto.h run.c sv.c
3925           !> win32/perllib.c
3926 ____________________________________________________________________________
3927 [  4586] By: jhi                                   on 1999/11/14  21:17:26
3928         Log: Ilya's "hopscotch" patch, reworked by Ilya to fit.
3929      Branch: cfgperl
3930            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
3931 ____________________________________________________________________________
3932 [  4585] By: gsar                                  on 1999/11/14  20:01:45
3933         Log: tweak for win32 build
3934      Branch: perl
3935            ! embed.h embed.pl op.c proto.h
3936 ____________________________________________________________________________
3937 [  4584] By: gsar                                  on 1999/11/14  19:46:25
3938         Log: cosmetic tweaks
3939      Branch: perl
3940            ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
3941            ! objXSUB.h perl.h perlapi.c proto.h sv.c win32/perllib.c
3942 ____________________________________________________________________________
3943 [  4583] By: gsar                                  on 1999/11/14  17:38:32
3944         Log: fix problem pointer casts
3945      Branch: perl
3946            ! Changes run.c sv.c
3947 ____________________________________________________________________________
3948 [  4582] By: jhi                                   on 1999/11/14  17:10:01
3949         Log: Integrate with Sarathy.
3950      Branch: cfgperl
3951           !> cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c perly.c
3952           !> perly.y pp_ctl.c pp_sys.c sv.c t/op/misc.t toke.c util.c
3953           !> vms/perly_c.vms win32/perllib.c
3954 ____________________________________________________________________________
3955 [  4581] By: jhi                                   on 1999/11/14  17:08:23
3956         Log: The separation of 64-bitness and largefileness continues
3957              (with a setback, see hpux.sh).
3958      Branch: cfgperl
3959            ! Configure MANIFEST config_h.SH hints/aix.sh hints/hpux.sh
3960            ! hints/solaris_2.sh
3961      Branch: metaconfig
3962            ! U/threads/archname.U U/typedefs/lseektype.U
3963      Branch: metaconfig/U/perl
3964            ! fpossize.U use64bits.U uselfs.U
3965 ____________________________________________________________________________
3966 [  4580] By: jhi                                   on 1999/11/14  13:26:41
3967         Log: Another Unicode update.
3968      Branch: cfgperl
3969            + lib/unicode/Jamo.txt lib/unicode/NamesList.html
3970            + lib/unicode/UCD300.html lib/unicode/Unicode3.html
3971            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
3972            ! (edit 189 files)
3973 ____________________________________________________________________________
3974 [  4579] By: gsar                                  on 1999/11/14  10:21:49
3975         Log: sundry cleanups for cloned interpreters (only known failure mode
3976              is due to regexps keeping non-constant data in their compiled
3977              structures)
3978      Branch: perl
3979            ! cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c pp_ctl.c
3980            ! pp_sys.c sv.c toke.c util.c win32/perllib.c
3981 ____________________________________________________________________________
3982 [  4578] By: gsar                                  on 1999/11/14  03:37:37
3983         Log: fix bug in change#4515 (STOP blocks now see @ARGV like the rest)
3984      Branch: perl
3985            ! perly.c perly.y t/op/misc.t vms/perly_c.vms
3986 ____________________________________________________________________________
3987 [  4577] By: jhi                                   on 1999/11/13  19:50:24
3988         Log: Change #4576 accidentally leaked also parts of
3989              Ilya's patch that won't apply cleanly anymore.
3990      Branch: cfgperl
3991            ! regexec.c t/op/re_tests
3992 ____________________________________________________________________________
3993 [  4576] By: jhi                                   on 1999/11/13  19:43:37
3994         Log: Integrate with Sarathy.
3995      Branch: cfgperl
3996            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
3997           !> ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm t/lib/dumper.t
3998           !> t/op/regexp.t t/pragma/overload.t
3999 ____________________________________________________________________________
4000 [  4575] By: gsar                                  on 1999/11/13  19:41:46
4001         Log: typos in change#4561 and change#4565
4002      Branch: perl
4003            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
4004 ____________________________________________________________________________
4005 [  4574] By: gsar                                  on 1999/11/13  19:31:19
4006         Log: revert non-kosher parts of change#4562 (sort order problems
4007              should be ignored (on ebcdic) by fixing dumper.t/T() to sort
4008              result and expected lines; /[:ascii:]/ not working should be
4009              fixed, not ignored in regexp.t; result from sort should be
4010              fixed to be ascii portable on ebcdic, not ebcdic-specific)
4011      Branch: perl
4012            ! t/lib/dumper.t t/op/regexp.t t/pragma/overload.t
4013 ____________________________________________________________________________
4014 [  4573] By: gsar                                  on 1999/11/13  19:13:04
4015         Log: integrate cfgperl changes into mainline
4016      Branch: perl
4017           +> lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
4018           +> lib/unicode/In/BopomofoExtended.pl
4019           +> lib/unicode/In/BraillePatterns.pl
4020           +> lib/unicode/In/CJKRadicalsSupplement.pl
4021           +> lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
4022           +> lib/unicode/In/Cherokee.pl
4023           +> lib/unicode/In/IdeographicDescriptionCharacters.pl
4024           +> lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
4025           +> lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
4026           +> lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
4027           +> lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
4028           +> lib/unicode/In/Thaana.pl
4029           +> lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
4030           +> lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
4031            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
4032           !> (integrate 213 files)
4033 ____________________________________________________________________________
4034 [  4572] By: jhi                                   on 1999/11/13  18:44:50
4035         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
4036              To: perl5-porters@perl.org, VMSPERL@perl.org
4037              Subject: [PATCH 5.005_03 and 5.005_62] updates to README.vms
4038              Date: Wed, 27 Oct 1999 11:02:54 -0500
4039              Message-Id: <4.2.0.58.19991027105257.00addc10@mmtnt11.metamor.com>
4040      Branch: cfgperl
4041            ! README.vms
4042 ____________________________________________________________________________
4043 [  4571] By: jhi                                   on 1999/11/13  18:33:39
4044         Log: From: jand@activestate.com (Jan Dubois)
4045              To: perl5-porters@perl.org, Perl-Win32-Porters@activestate.com
4046              Cc: Douglas Lankshear <dougl@activestate.com>,
4047              Gurusamy Sarathy <gsar@activestate.com>
4048              Subject: [5.005_62 PATCH] support link() on WinNT and NTFS
4049              Date: Tue, 09 Nov 1999 00:38:33 +0100
4050              Message-ID: <382b5d24.10899522@smtprelay.t-online.de>
4051      Branch: cfgperl
4052            ! XSUB.h iperlsys.h pp_sys.c t/io/fs.t win32/config.bc
4053            ! win32/config.gc win32/config.vc win32/config_H.bc
4054            ! win32/config_H.gc win32/config_H.vc win32/perllib.c
4055            ! win32/win32.c win32/win32iop.h
4056 ____________________________________________________________________________
4057 [  4570] By: jhi                                   on 1999/11/13  18:30:37
4058         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4059              To: perl5-porters@perl.org (Mailing list Perl5)
4060              Subject: [PATCH 5.005_62] makedef.pl goof
4061              Date: Mon, 8 Nov 1999 23:55:21 -0500 (EST)
4062              Message-Id: <199911090455.XAA25627@monk.mps.ohio-state.edu>
4063      Branch: cfgperl
4064            ! makedef.pl
4065 ____________________________________________________________________________
4066 [  4569] By: jhi                                   on 1999/11/13  18:06:54
4067         Log: From: Michael G Schwern <schwern@pobox.com>
4068              To: perl5-porters@perl.org, pod-people@perl.org
4069              Cc: tchrist@mox.perl.com, gnat@frii.com
4070              Subject: [DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatText
4071              Date: Wed, 10 Nov 1999 17:21:46 -0500
4072              Message-ID: <19991110172146.A23527@athens.aocn.com>
4073      Branch: cfgperl
4074            ! pod/perlfaq9.pod
4075 ____________________________________________________________________________
4076 [  4568] By: jhi                                   on 1999/11/13  18:05:33
4077         Log: From: "Paul Moore" <gustav@morpheus.demon.co.uk>
4078              To: <perl5-porters@perl.org>
4079              Subject: DynaLoader_pm.PL patch (backslashes in strings)
4080              Date: Wed, 10 Nov 1999 22:52:02 -0000
4081              Message-ID: <LPBBIIMJKJMPNOGHGLLCMEBFCAAA.gustav@morpheus.demon.co.uk>
4082      Branch: cfgperl
4083            ! ext/DynaLoader/DynaLoader_pm.PL
4084 ____________________________________________________________________________
4085 [  4567] By: jhi                                   on 1999/11/13  18:03:52
4086         Log: From: JD Laub <jdl@access-health.com>
4087              To: perl5-porters@perl.org
4088              Subject: [ID 19991112.002] patch: Exporter.pm not reporting path
4089              Date: Fri, 12 Nov 1999 08:58:28 -0700 (MST)
4090              Message-Id: <199911121558.IAA08915@mocha.iasi.com>
4091      Branch: cfgperl
4092            ! lib/Exporter/Heavy.pm
4093 ____________________________________________________________________________
4094 [  4566] By: jhi                                   on 1999/11/13  18:01:24
4095         Log: From: Bernard Quatermass <bernard@quatermass.co.uk>
4096              To: perl5-porters@perl.org
4097              Subject: small patch for perldoc
4098              Date: Fri, 12 Nov 1999 23:11:43 GMT
4099              Message-Id: <VA.0000001c.00d1e05a@quatermass.co.uk>
4100      Branch: cfgperl
4101            ! utils/perldoc.PL
4102 ____________________________________________________________________________
4103 [  4565] By: jhi                                   on 1999/11/13  17:58:54
4104         Log: From: Scott Gifford <sgifford@tir.com>
4105              To: perl5-porters@perl.org
4106              Cc: gbarr@pobox.com
4107              Subject: [ID 19991112.004] Bug in IO::Socket (patch included)
4108              Date: 12 Nov 1999 18:55:30 -0500
4109              Message-Id: <m3emdvw9hp.fsf@sgifford.tir.com>
4110      Branch: cfgperl
4111            ! ext/IO/lib/IO/Socket.pm
4112 ____________________________________________________________________________
4113 [  4564] By: jhi                                   on 1999/11/13  17:45:39
4114         Log: Applied manually:
4115              From: "Craig A. Berry" <craig.berry@metamor.com>
4116              To: perl5-porters@perl.org, VMSPERL@perl.org
4117              Subject: [PATCH 5.005_62] patches required to build on VMS
4118              Date: Tue, 09 Nov 1999 18:16:14 -0600
4119              Message-Id: <4.2.2.19991109173839.00d12630@mmtnt11.metamor.com>
4120      Branch: cfgperl
4121            ! configure.com vms/descrip_mms.template vms/subconfigure.com
4122            ! vms/vms.c vms/vmsish.h
4123 ____________________________________________________________________________
4124 [  4563] By: jhi                                   on 1999/11/13  17:18:41
4125         Log: Regen Unicode tables to include a warning:
4126              Thou Shalt Not Edit Them By Hand; add missing
4127              (Unicode 2.0 -introduced) tables to MANIFEST;
4128              convert the equivalence tables to be valid Perl code.
4129      Branch: cfgperl
4130            + lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
4131            + lib/unicode/In/BopomofoExtended.pl
4132            + lib/unicode/In/BraillePatterns.pl
4133            + lib/unicode/In/CJKRadicalsSupplement.pl
4134            + lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
4135            + lib/unicode/In/Cherokee.pl
4136            + lib/unicode/In/IdeographicDescriptionCharacters.pl
4137            + lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
4138            + lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
4139            + lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
4140            + lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
4141            + lib/unicode/In/Thaana.pl
4142            + lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
4143            + lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
4144            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
4145            ! (edit 169 files)
4146 ____________________________________________________________________________
4147 [  4562] By: jhi                                   on 1999/11/13  16:53:00
4148         Log: From: Peter Prymmer <pvhp@forte.com>
4149              To: gsar@activestate.com, perl-mvs@perl.org, perlbug@perl.com
4150              Subject: [PATCH: 5.005_62]was Re: [ID 19991102.003] perl on os390
4151              Date: Wed, 10 Nov 1999 14:34:36 -0800 (PST)
4152              Message-Id: <199911102234.OAA01018@brio.forte.com>
4153      Branch: cfgperl
4154            ! t/lib/dumper.t t/op/pack.t t/op/regexp.t t/pragma/locale.t
4155            ! t/pragma/overload.t
4156 ____________________________________________________________________________
4157 [  4561] By: jhi                                   on 1999/11/13  16:29:37
4158         Log: $Config{myarchname} is not a good architecture identifier
4159              because it may contain host/node identification like
4160              CPU serial numbers.
4161      Branch: cfgperl
4162            ! ext/Errno/Errno_pm.PL
4163 ____________________________________________________________________________
4164 [  4560] By: jhi                                   on 1999/11/13  16:26:13
4165         Log: Continue largefileness separation from quadness;
4166              move nv-preserving test out of perl.h into Configure;
4167              use HAS_SETVBUF in IO.
4168      Branch: cfgperl
4169            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4170            ! config_h.SH ext/IO/IO.xs hints/solaris_2.sh perl.h pp_sys.c
4171      Branch: metaconfig
4172            ! U/a_dvisory/quadtype.U
4173      Branch: metaconfig/U/perl
4174            + nvpresuv.U
4175            ! d_fseeko.U d_ftello.U io64.U perlxv.U
4176 ____________________________________________________________________________
4177 [  4559] By: jhi                                   on 1999/11/13  13:46:38
4178         Log: Try to fix largefileness so that it "works" without a quad IV.
4179      Branch: cfgperl
4180            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4181            ! config_h.SH perl.h pp_sys.c t/lib/syslfs.t t/op/lfs.t
4182      Branch: metaconfig
4183            ! U/a_dvisory/quadtype.U U/typedefs/lseektype.U
4184      Branch: metaconfig/U/perl
4185            ! io64.U
4186 ____________________________________________________________________________
4187 [  4558] By: jhi                                   on 1999/11/13  11:36:19
4188         Log: Undo drift from mainline.
4189      Branch: cfgperl
4190            ! regcomp.c util.c utils/h2xs.PL
4191 ____________________________________________________________________________
4192 [  4557] By: gsar                                  on 1999/11/13  10:54:46
4193         Log: typo
4194      Branch: perl
4195            ! util.c
4196 ____________________________________________________________________________
4197 [  4556] By: gsar                                  on 1999/11/13  10:53:41
4198         Log: integrate cfgperl contents (op.[ch] needed manual resolve)
4199      Branch: perl
4200           +> epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
4201           +> epoc/epoc_stubs.c
4202           !> (integrate 48 files)
4203 ____________________________________________________________________________
4204 [  4555] By: jhi                                   on 1999/11/13  10:05:54
4205         Log: Integrate with Sarathy.
4206      Branch: cfgperl
4207           !> dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
4208           !> sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
4209 ____________________________________________________________________________
4210 [  4554] By: jhi                                   on 1999/11/13  10:03:07
4211         Log: s/_SIGN$/_sign/g;
4212      Branch: metaconfig
4213            ! U/typedefs/gidsign.U U/typedefs/pidsign.U U/typedefs/uidsign.U
4214 ____________________________________________________________________________
4215 [  4553] By: gsar                                  on 1999/11/13  02:17:53
4216         Log: cloned interpreters now actually run and pass all but 55/10386
4217              subtests; various subtle bugs, new and old, observed when running
4218              cloned interpreters have been fixed
4219              
4220              still to do:
4221              |  * dup psig_ptr table
4222              |  * merge PADOP GVs support with "our" SVs (existing PADOPs are too
4223              |    simple-minded and grab one pad entry each, heavily bloating
4224              |    the pad by not avoiding dups)
4225              |  * overloaded constants are not really immutable--they need to
4226              |    be PADOPs
4227              |  * allocator for constants and OPs need to be spelled differently
4228              |    (shared vs interpreter-local allocations)
4229              |  * optree refcounting is still missing locking (macros are in place)
4230              |  * curstackinfo, {mark,scope,save,ret}stack need to be cloned so
4231              |    perl_clone() can be called from within runops*()
4232      Branch: perl
4233            ! dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
4234            ! sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
4235 ____________________________________________________________________________
4236 [  4552] By: jhi                                   on 1999/11/11  23:17:43
4237         Log: Turn on largefileness always if available and
4238              continue 64-bit fixes.
4239      Branch: cfgperl
4240            ! Configure config_h.SH handy.h hints/aix.sh hints/dec_osf.sh
4241            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh perl.h pp.c
4242            ! sv.c t/lib/syslfs.t t/op/lfs.t utf8.c
4243 ____________________________________________________________________________
4244 [  4551] By: jhi                                   on 1999/11/11  23:16:15
4245         Log: Split int64type from i_inttypes, rename quadcase into quadkind.
4246      Branch: metaconfig
4247            ! U/a_dvisory/quadtype.U
4248      Branch: metaconfig/U/perl
4249            + d_int64t.U
4250            ! i_inttypes.U io64.U
4251 ____________________________________________________________________________
4252 [  4550] By: jhi                                   on 1999/11/11  20:24:55
4253         Log: Fix a thinko in 4548.
4254      Branch: cfgperl
4255            ! pp_sys.c
4256 ____________________________________________________________________________
4257 [  4549] By: jhi                                   on 1999/11/11  19:48:21
4258         Log: Integrate with Sarathy.
4259      Branch: cfgperl
4260           !> (integrate 56 files)
4261 ____________________________________________________________________________
4262 [  4548] By: jhi                                   on 1999/11/11  19:41:56
4263         Log: Try to do something if st_size, st_uid, st_gid are too big for an IV;
4264              regen Configure.
4265      Branch: cfgperl
4266            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4267            ! config_h.SH pp_sys.c
4268 ____________________________________________________________________________
4269 [  4547] By: jhi                                   on 1999/11/11  19:40:38
4270         Log: s/_SIZE$/_size/g; add sizesize and ssizesize.
4271      Branch: metaconfig
4272            + U/typedefs/sizesize.U U/typedefs/ssizesize.U
4273            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
4274 ____________________________________________________________________________
4275 [  4546] By: gsar                                  on 1999/11/11  10:32:54
4276         Log: avoid stash pointers in optree under USE_ITHREADS
4277      Branch: perl
4278            ! bytecode.pl cop.h ext/B/B.xs ext/B/B/Asmdata.pm
4279            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
4280            ! ext/B/B/Deparse.pm ext/ByteLoader/bytecode.h
4281            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
4282            ! ext/Opcode/Opcode.xs gv.c op.c perl.c pp.c pp_ctl.c pp_hot.c
4283            ! scope.h sv.c
4284 ____________________________________________________________________________
4285 [  4545] By: gsar                                  on 1999/11/11  06:04:20
4286         Log: another change towards a shareable optree: avoid pointer to filegv
4287              in COP; revert parts of change#4485 and s/xcv_filegv/xcv_file/
4288              (CvFILE() may yet come in handy somewhere); adjust compiler doodads
4289              to suit
4290      Branch: perl
4291            ! bytecode.pl cop.h cv.h dump.c ext/B/B.pm ext/B/B.xs
4292            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
4293            ! ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
4294            ! ext/B/B/Lint.pm ext/B/B/Xref.pm ext/ByteLoader/bytecode.h
4295            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
4296            ! ext/Devel/Peek/Peek.pm gv.c gv.h op.c perl.c pp.c pp_ctl.c
4297            ! pp_sys.c scope.c scope.h sv.c sv.h toke.c util.c util.h
4298            ! win32/perllib.c
4299 ____________________________________________________________________________
4300 [  4544] By: gsar                                  on 1999/11/10  18:19:12
4301         Log: more cleanups for change#4539
4302      Branch: perl
4303            ! gv.h op.c op.h pp_ctl.c pp_hot.c
4304 ____________________________________________________________________________
4305 [  4543] By: gsar                                  on 1999/11/10  01:52:22
4306         Log: remove dead branch/infinite looper in change#3612
4307      Branch: perl
4308            ! op.c
4309 ____________________________________________________________________________
4310 [  4542] By: gsar                                  on 1999/11/09  20:05:47
4311         Log: IoDIRP may be fake when used in source filters, mark as such
4312      Branch: perl
4313            ! sv.c sv.h toke.c
4314 ____________________________________________________________________________
4315 [  4541] By: gsar                                  on 1999/11/09  05:47:53
4316         Log: small nits in changes#4538,4539
4317      Branch: perl
4318            ! op.c sv.c
4319 ____________________________________________________________________________
4320 [  4540] By: gsar                                  on 1999/11/08  20:30:58
4321         Log: win32 symbol export tweak
4322      Branch: perl
4323            ! makedef.pl win32/win32.c win32/win32iop.h
4324 ____________________________________________________________________________
4325 [  4539] By: gsar                                  on 1999/11/08  18:50:40
4326         Log: preliminary support for GVOP indirection via pad
4327      Branch: perl
4328            ! doio.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h
4329            ! opcode.pl perlapi.c pp_hot.c pp_sys.c proto.h run.c
4330 ____________________________________________________________________________
4331 [  4538] By: gsar                                  on 1999/11/08  11:25:49
4332         Log: preliminary support for perl_clone() (still needs work in
4333              the following areas: SVOPs must indirect via pad; context
4334              stack, scope stack, and runlevels must be cloned; must
4335              hook up the virtualized pseudo-process support provided by
4336              "host"; ...)
4337      Branch: perl
4338            ! av.h embed.h embed.pl embedvar.h global.sym hv.c hv.h
4339            ! intrpvar.h makedef.pl objXSUB.h perl.h perlapi.c proto.h sv.c
4340            ! win32/perllib.c win32/win32.c
4341 ____________________________________________________________________________
4342 [  4537] By: gsar                                  on 1999/11/08  11:19:18
4343         Log: more thorough cleanup in perl_destroy()
4344      Branch: perl
4345            ! perl.c util.c
4346 ____________________________________________________________________________
4347 [  4536] By: gsar                                  on 1999/11/08  07:16:10
4348         Log: win32 internal data must be interpreter-local
4349      Branch: perl
4350            ! win32/win32.c win32/win32.h win32/win32sck.c
4351 ____________________________________________________________________________
4352 [  4535] By: gsar                                  on 1999/11/08  04:17:28
4353         Log: tweak change#4502
4354      Branch: perl
4355            ! doio.c perl.c
4356 ____________________________________________________________________________
4357 [  4534] By: jhi                                   on 1999/11/07  13:17:03
4358         Log: Four special class subs, not three.
4359      Branch: cfgperl
4360            ! pod/perlmod.pod
4361 ____________________________________________________________________________
4362 [  4533] By: jhi                                   on 1999/11/07  13:13:15
4363         Log: Integrate with Sarathy.
4364      Branch: cfgperl
4365           !> mg.c t/io/print.t
4366 ____________________________________________________________________________
4367 [  4532] By: jhi                                   on 1999/11/07  12:36:10
4368         Log: More test program maintenance.
4369      Branch: cfgperl
4370            ! Configure config_h.SH
4371      Branch: metaconfig
4372            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
4373            ! U/compline/charsize.U U/compline/d_sigaction.U
4374            ! U/compline/doublesize.U U/compline/floatsize.U
4375            ! U/compline/nblock_io.U U/compline/ptrsize.U
4376            ! U/modified/Signal.U U/typedefs/gidsize.U U/typedefs/pidsize.U
4377            ! U/typedefs/uidsize.U
4378      Branch: metaconfig/U/perl
4379            ! fpossize.U
4380 ____________________________________________________________________________
4381 [  4531] By: jhi                                   on 1999/11/07  00:34:09
4382         Log: Tidy up the metaconfig test programs.
4383      Branch: cfgperl
4384            ! Configure config_h.SH
4385      Branch: metaconfig
4386            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
4387            ! U/compline/charsize.U U/compline/doublesize.U
4388            ! U/compline/nblock_io.U U/compline/ptrsize.U
4389            ! U/modified/d_longlong.U U/typedefs/gidsize.U
4390            ! U/typedefs/lseektype.U U/typedefs/pidsize.U
4391            ! U/typedefs/uidsize.U
4392      Branch: metaconfig/U/perl
4393            ! fpossize.U
4394 ____________________________________________________________________________
4395 [  4530] By: jhi                                   on 1999/11/06  23:51:34
4396         Log: So many printfs, so little time.
4397      Branch: cfgperl
4398            ! op.c perl.c regcomp.c scope.c util.c
4399 ____________________________________________________________________________
4400 [  4529] By: jhi                                   on 1999/11/06  23:27:35
4401         Log: Replace the explicit zeros with NOOPs.
4402      Branch: cfgperl
4403            ! perl.h
4404 ____________________________________________________________________________
4405 [  4528] By: jhi                                   on 1999/11/06  23:10:54
4406         Log: From: jand@activestate.com (Jan Dubois)
4407              To: perl5-porters@perl.org
4408              Cc: Mike Blazer <blazer@mail.nevalink.ru>,
4409              Mark Borgerding <mborgerding@acm.org>
4410              Subject: [5.005_62 PATCH] binmode and locale support for -T and -B filetest operators
4411              Date: Sat, 06 Nov 1999 22:16:43 +0100
4412              Message-ID: <38279207.46448719@smtprelay.t-online.de>
4413      Branch: cfgperl
4414            ! op.c op.h
4415 ____________________________________________________________________________
4416 [  4527] By: jhi                                   on 1999/11/06  20:22:14
4417         Log: ...and fewer.
4418      Branch: cfgperl
4419            ! dump.c
4420 ____________________________________________________________________________
4421 [  4526] By: jhi                                   on 1999/11/06  20:19:04
4422         Log: ...and they are getting fewer.
4423      Branch: cfgperl
4424            ! dump.c op.c util.c
4425 ____________________________________________________________________________
4426 [  4525] By: jhi                                   on 1999/11/06  19:59:59
4427         Log: More printf miscasts flushed out.
4428      Branch: cfgperl
4429            ! dump.c ext/B/B.xs ext/Data/Dumper/Dumper.xs regcomp.c
4430            ! regexec.c
4431 ____________________________________________________________________________
4432 [  4524] By: jhi                                   on 1999/11/06  15:39:05
4433         Log: Crushing the remaining %ld guerillas.
4434      Branch: cfgperl
4435            ! ext/Devel/DProf/DProf.xs
4436 ____________________________________________________________________________
4437 [  4523] By: jhi                                   on 1999/11/06  15:11:38
4438         Log: Update CPAN sites list.
4439      Branch: cfgperl
4440            ! pod/perlmodlib.pod
4441 ____________________________________________________________________________
4442 [  4522] By: jhi                                   on 1999/11/05  19:50:46
4443         Log: The -n32 is normally part of $cc, not $ccflags.
4444      Branch: cfgperl
4445            ! hints/irix_6.sh
4446 ____________________________________________________________________________
4447 [  4521] By: gsar                                  on 1999/11/05  04:35:30
4448         Log: allow $\ to work right when set to a string with embedded nulls
4449      Branch: perl
4450            ! mg.c t/io/print.t
4451 ____________________________________________________________________________
4452 [  4520] By: jhi                                   on 1999/11/04  23:30:09
4453         Log: Integrate with Sarathy.
4454      Branch: cfgperl
4455           !> embedvar.h ext/B/B/Bytecode.pm ext/B/B/Lint.pm
4456           !> ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm ext/File/Glob/Glob.pm
4457           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h intrpvar.h
4458           !> keywords.h keywords.pl objXSUB.h op.c perl.c pod/perldelta.pod
4459           !> pod/perldiag.pod pod/perlfunc.pod pod/perlmod.pod
4460           !> pod/perlrun.pod pod/perlsub.pod pod/perltodo.pod toke.c
4461 ____________________________________________________________________________
4462 [  4519] By: jhi                                   on 1999/11/04  23:09:25
4463         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4464              To: perl5-porters@perl.org (Mailing list Perl5)
4465              Subject: [PATCH 5.005_62] ref to non-lvalue method
4466              Date: Wed, 3 Nov 1999 03:52:48 -0500 (EST)
4467              Message-Id: <199911030852.DAA06563@monk.mps.ohio-state.edu>
4468      Branch: cfgperl
4469            ! op.c
4470 ____________________________________________________________________________
4471 [  4518] By: jhi                                   on 1999/11/04  23:07:27
4472         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4473              To: perl5-porters@perl.org (Mailing list Perl5)
4474              Subject: [PATCH 5.005_62] xsubpp dependency
4475              Date: Wed, 3 Nov 1999 02:57:23 -0500 (EST)
4476              Message-Id: <199911030757.CAA06325@monk.mps.ohio-state.edu>
4477      Branch: cfgperl
4478            ! lib/ExtUtils/MM_Unix.pm
4479 ____________________________________________________________________________
4480 [  4517] By: jhi                                   on 1999/11/04  23:05:59
4481         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4482              To: perl5-porters@perl.org (Mailing list Perl5)
4483              Subject: [PATCH 5.005_62] regexp.h
4484              Date: Wed, 3 Nov 1999 02:55:21 -0500 (EST)
4485              Message-Id: <199911030755.CAA06311@monk.mps.ohio-state.edu>
4486      Branch: cfgperl
4487            ! regexp.h
4488 ____________________________________________________________________________
4489 [  4516] By: gsar                                  on 1999/11/04  18:25:45
4490         Log: change#4485 didn't do the right thing for B::Bytecode
4491      Branch: perl
4492            ! ext/B/B/Bytecode.pm
4493 ____________________________________________________________________________
4494 [  4515] By: gsar                                  on 1999/11/04  17:28:29
4495         Log: implement STOP blocks and fix compiler to use them (minimally
4496              tested)
4497      Branch: perl
4498            ! embedvar.h ext/B/B/Lint.pm ext/B/B/Stash.pm ext/B/NOTES
4499            ! ext/B/O.pm intrpvar.h keywords.h keywords.pl objXSUB.h op.c
4500            ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
4501            ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod
4502            ! pod/perltodo.pod toke.c
4503 ____________________________________________________________________________
4504 [  4514] By: gsar                                  on 1999/11/04  15:59:46
4505         Log: display BSD license in Glob.pm (for clause #2 conformity)
4506      Branch: perl
4507            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
4508            ! ext/File/Glob/bsd_glob.h
4509 ____________________________________________________________________________
4510 [  4513] By: jhi                                   on 1999/11/04  08:26:19
4511         Log: Integrate with Sarathy.
4512      Branch: cfgperl
4513           +> t/io/nargv.t
4514           !> (integrate 34 files)
4515 ____________________________________________________________________________
4516 [  4512] By: jhi                                   on 1999/11/04  08:01:25
4517         Log: Incremental Mac integration from Matthias.
4518      Branch: cfgperl
4519            ! perl.c perl.h pp_ctl.c pp_hot.c run.c sv.c t/pod/testpchk.pl
4520            ! toke.c util.c
4521 ____________________________________________________________________________
4522 [  4511] By: gsar                                  on 1999/11/04  02:53:37
4523         Log: remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
4524      Branch: perl
4525            ! dosish.h embed.pl mg.c os2/os2ish.h perl.c perl.h perly.c
4526            ! perly_c.diff pp_ctl.c proto.h regcomp.c regexec.c sv.c toke.c
4527            ! universal.c vms/perly_c.vms vms/vmsish.h win32/win32.h
4528            ! xsutils.c
4529 ____________________________________________________________________________
4530 [  4510] By: jhi                                   on 1999/11/02  22:12:29
4531         Log: S_init_interp is a better place to diddle with PL_opargs
4532              than perl_construct.
4533      Branch: cfgperl
4534            ! perl.c
4535 ____________________________________________________________________________
4536 [  4509] By: jhi                                   on 1999/11/02  21:30:02
4537         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
4538              To: ben@mucus.advanced.org, perl5-porters@perl.org
4539              Subject: Re: [ID 19991102.002] unpack('N', pack('N', -1)) not idempotent
4540              Date: Tue, 02 Nov 1999 21:36:00 +0000
4541              Message-Id: <E11ilay-00020o-00@taurus.cus.cam.ac.uk>
4542      Branch: cfgperl
4543            ! pod/perlfunc.pod
4544 ____________________________________________________________________________
4545 [  4508] By: jhi                                   on 1999/11/02  20:46:27
4546         Log: Initial integration of the MacPerl changes form Matthias.
4547      Branch: cfgperl
4548            ! doio.c ext/DynaLoader/DynaLoader_pm.PL ext/Fcntl/Fcntl.pm
4549            ! ext/Fcntl/Fcntl.xs gv.c mg.c opcode.pl perl.c perl.h pp_ctl.c
4550            ! pp_hot.c pp_sys.c run.c sv.c toke.c util.c
4551 ____________________________________________________________________________
4552 [  4507] By: jhi                                   on 1999/11/01  23:05:07
4553         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4554              To: lvirden@cas.org (Larry W. Virden)
4555              Cc: perl5-porters@perl.org, lvirden@cas.org
4556              Subject: Re: [ID 19991026.001] perl segmentation fault report
4557              Date: Mon, 1 Nov 1999 18:14:16 -0500 (EST)
4558              Message-Id: <199911012314.SAA22664@monk.mps.ohio-state.edu>
4559      Branch: cfgperl
4560            ! regexec.c t/op/pat.t
4561 ____________________________________________________________________________
4562 [  4506] By: jhi                                   on 1999/11/01  19:56:28
4563         Log: From: Olaf Flebbe <olaf@science-computing.de>
4564              To: perl5-porters@perl.org
4565              Subject: [PATCH: 5.005_62] Patch for EPOC Support
4566              Date: Mon, 1 Nov 1999 20:46:54 +0100 (MET)
4567              Message-ID: <Pine.LNX.4.10.9911012045190.411-100000@dragon.science-computing.de>
4568      Branch: cfgperl
4569            + epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
4570            + epoc/epoc_stubs.c
4571            ! MANIFEST README.epoc epoc/epocish.h epoc/perl.mmp
4572            ! epoc/perl.pkg
4573 ____________________________________________________________________________
4574 [  4505] By: gsar                                  on 1999/11/01  17:09:44
4575         Log: macros for COP.cop_filegv access
4576      Branch: perl
4577            ! cop.h deb.c gv.c op.c perl.c pp_ctl.c pp_sys.c scope.c toke.c
4578            ! util.c
4579 ____________________________________________________________________________
4580 [  4504] By: gsar                                  on 1999/11/01  17:08:28
4581         Log: enable better Win32::DomainName() by demand loading netapi32.dll
4582              (from Jan Dubois)
4583      Branch: perl
4584            ! pod/Win32.pod win32/win32.c
4585 ____________________________________________________________________________
4586 [  4503] By: gsar                                  on 1999/10/31  20:56:06
4587         Log: change#4502 was missing a file
4588      Branch: perl
4589            + t/io/nargv.t
4590 ____________________________________________________________________________
4591 [  4502] By: gsar                                  on 1999/10/31  20:46:02
4592         Log: make nested ARGV/$^I loops work correctly; fixes several bugs
4593              in the way ARGV state was handled in readline(); writing a
4594              subroutine to do inplace edits is now possible, provided *ARGV,
4595              *ARGVOUT, $^I and $_ are localized where needed
4596      Branch: perl
4597            ! MANIFEST doio.c embedvar.h intrpvar.h objXSUB.h perl.c
4598            ! pp_hot.c scope.c
4599 ____________________________________________________________________________
4600 [  4501] By: jhi                                   on 1999/10/31  12:43:54
4601         Log: Integrate with Sarathy.
4602      Branch: cfgperl
4603           !> perl.h win32/config.bc win32/config.gc win32/config.vc
4604           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
4605 ____________________________________________________________________________
4606 [  4500] By: gsar                                  on 1999/10/31  10:01:17
4607         Log: updated windows config* files
4608      Branch: perl
4609            ! win32/config.bc win32/config.gc win32/config.vc
4610            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4611 ____________________________________________________________________________
4612 [  4499] By: gsar                                  on 1999/10/31  09:15:17
4613         Log: integrate cfgperl contents into mainline
4614      Branch: perl
4615           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
4616           !> config_h.SH perl.h
4617 ____________________________________________________________________________
4618 [  4498] By: gsar                                  on 1999/10/31  09:13:41
4619         Log: remove unused struct Outrec
4620      Branch: perl
4621            ! perl.h
4622 ____________________________________________________________________________
4623 [  4497] By: jhi                                   on 1999/10/30  12:41:50
4624         Log: Add HAS_QUAD ($Config{d_quad}); use it.
4625      Branch: cfgperl
4626            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4627            ! config_h.SH perl.h
4628      Branch: metaconfig
4629            ! U/a_dvisory/quadtype.U U/compline/charsize.U U/typedefs/gidf.U
4630            ! U/typedefs/uidf.U
4631      Branch: metaconfig/U/perl
4632            ! perlxv.U
4633 ____________________________________________________________________________
4634 [  4496] By: gsar                                  on 1999/10/30  00:28:32
4635         Log: integrate cfgperl contents into mainline
4636      Branch: perl
4637           !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
4638           !> Porting/config_H README.hurd config_h.SH doop.c handy.h
4639           !> hints/aix.sh hints/irix_6.sh hints/solaris_2.sh mg.c perl.c
4640           !> perl.h pp.c pp.h regexec.c sv.c taint.c
4641 ____________________________________________________________________________
4642 [  4495] By: jhi                                   on 1999/10/29  23:36:19
4643         Log: Continue what #4494 started; introduce uid and gid formats.
4644      Branch: cfgperl
4645            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4646            ! config_h.SH handy.h perl.h
4647      Branch: metaconfig
4648            + U/a_dvisory/quadtype.U U/typedefs/gidf.U U/typedefs/uidf.U
4649            - U/typedefs/quadtype.U
4650      Branch: metaconfig/U/perl
4651            ! perlxv.U
4652 ____________________________________________________________________________
4653 [  4494] By: jhi                                   on 1999/10/29  22:09:01
4654         Log: Move the IV, UV, I8, U8, ..., and NV to metaconfig
4655              from perl.h and handy.h.
4656      Branch: cfgperl
4657            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4658            ! config_h.SH handy.h perl.h
4659      Branch: metaconfig/U/perl
4660            + perlxv.U perlxvf.U
4661 ____________________________________________________________________________
4662 [  4493] By: jhi                                   on 1999/10/29  22:08:06
4663         Log: Finetuning the output continues along the lines of #4490 and #4491.
4664      Branch: metaconfig
4665            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
4666            ! U/typedefs/fpostype.U
4667      Branch: metaconfig/U/perl
4668            + fpossize.U
4669            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
4670            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
4671 ____________________________________________________________________________
4672 [  4492] By: jhi                                   on 1999/10/29  21:14:53
4673         Log: Hurd update from Mark Kettenis.
4674      Branch: cfgperl
4675            ! README.hurd
4676 ____________________________________________________________________________
4677 [  4491] By: jhi                                   on 1999/10/29  20:37:02
4678         Log: A new try at what #4490 tried to accomplish.
4679      Branch: metaconfig
4680            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
4681      Branch: metaconfig/U/perl
4682            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
4683            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
4684 ____________________________________________________________________________
4685 [  4490] By: jhi                                   on 1999/10/29  20:19:41
4686         Log: metaconfig nits.
4687      Branch: metaconfig
4688            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
4689      Branch: metaconfig/U/perl
4690            + d_iovec_s.U
4691            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
4692            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
4693 ____________________________________________________________________________
4694 [  4489] By: jhi                                   on 1999/10/29  16:08:43
4695         Log: Integrate with Sarathy.
4696      Branch: cfgperl
4697           !> (integrate 31 files)
4698 ____________________________________________________________________________
4699 [  4488] By: jhi                                   on 1999/10/29  15:30:30
4700         Log: Regen Configure and Glossary.
4701      Branch: cfgperl
4702            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4703            ! config_h.SH
4704 ____________________________________________________________________________
4705 [  4487] By: jhi                                   on 1999/10/29  15:24:13
4706         Log: Remove quad logic from perl.h; regen Configure;
4707              add -DUSE_LONG_LONG to ccflags if not already there.
4708      Branch: cfgperl
4709            ! Configure config_h.SH doop.c hints/aix.sh hints/irix_6.sh
4710            ! hints/solaris_2.sh perl.h pp.c pp.h regexec.c sv.c
4711 ____________________________________________________________________________
4712 [  4486] By: jhi                                   on 1999/10/29  15:22:38
4713         Log: metaconfig: moved quad logic from perl.h to Configure (quadtype.U);
4714              fixed the use*.U to define their stuff only iff not already defined
4715              (so that ccflags can have any -DUSE_* it wants);
4716              uselonglong.U added; various small nits fixed.
4717      Branch: metaconfig
4718            + U/typedefs/quadtype.U
4719            ! U/modified/d_longdbl.U U/modified/d_longlong.U
4720            ! U/modified/d_statblks.U U/modified/usenm.U
4721            ! U/threads/usethreads.U
4722      Branch: metaconfig/U/perl
4723            + uselonglong.U
4724            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
4725            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U i_inttypes.U
4726            ! quadfio.U use64bits.U uselfs.U uselongdbl.U usemorebits.U
4727            ! usemultiplicity.U useperlio.U usesocks.U
4728 ____________________________________________________________________________
4729 [  4485] By: gsar                                  on 1999/10/29  06:08:50
4730         Log: more cleanup: avoid unused knowledge of "file GV" notion in CV and GV
4731      Branch: perl
4732            ! bytecode.pl cv.h dump.c ext/B/B.pm ext/B/B.xs
4733            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
4734            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/ByteLoader/byterun.c
4735            ! ext/ByteLoader/byterun.h ext/Devel/Peek/Peek.pm gv.c gv.h op.c
4736            ! sv.h
4737 ____________________________________________________________________________
4738 [  4484] By: gsar                                  on 1999/10/29  03:00:21
4739         Log: usurp GVOP slot for new PADOP (one small step to making optree
4740              shareable across interpreters)
4741      Branch: perl
4742            ! bytecode.pl doio.c dump.c ext/B/B.pm ext/B/B.xs
4743            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
4744            ! ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
4745            ! ext/B/B/Terse.pm ext/B/typemap ext/ByteLoader/byterun.c
4746            ! ext/ByteLoader/byterun.h op.c op.h opcode.h opcode.pl perl.h
4747            ! pp_hot.c pp_sys.c regexec.c run.c
4748 ____________________________________________________________________________
4749 [  4483] By: jhi                                   on 1999/10/28  22:01:12
4750         Log: Regen Configure.
4751      Branch: cfgperl
4752            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4753            ! config_h.SH
4754 ____________________________________________________________________________
4755 [  4482] By: jhi                                   on 1999/10/28  21:45:26
4756         Log: Installdirs patches from Andy.
4757      Branch: metaconfig
4758            ! U/installdirs/sitearch.U U/installdirs/sitebin.U
4759            ! U/installdirs/sitehtml1dir.U U/installdirs/sitehtml3dir.U
4760            ! U/installdirs/sitelib.U U/installdirs/siteman1dir.U
4761            ! U/installdirs/siteman3dir.U U/installdirs/siteprefix.U
4762            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
4763            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
4764            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
4765            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
4766            ! U/installdirs/vendorprefix.U U/installdirs/vendorscriptdir.U
4767 ____________________________________________________________________________
4768 [  4481] By: gsar                                  on 1999/10/28  17:33:49
4769         Log: remove C<use Time::Local 'no_range_check'> misfeature (global
4770              can still be directly set)
4771      Branch: perl
4772            ! lib/Time/Local.pm
4773 ____________________________________________________________________________
4774 [  4480] By: jhi                                   on 1999/10/28  13:49:26
4775         Log: Fix printing of uids and gids; regen Configure.
4776      Branch: cfgperl
4777            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4778            ! config_h.SH mg.c perl.c perl.h taint.c
4779 ____________________________________________________________________________
4780 [  4479] By: jhi                                   on 1999/10/28  11:53:57
4781         Log: Fix typo.
4782      Branch: metaconfig
4783            ! U/typedefs/gidsize.U
4784 ____________________________________________________________________________
4785 [  4478] By: jhi                                   on 1999/10/28  06:50:02
4786         Log: Integrate with Sarathy.
4787      Branch: cfgperl
4788           !> Changes iperlsys.h makedef.pl patchlevel.h perl.h
4789           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
4790           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
4791           !> win32/config_sh.PL win32/makefile.mk win32/win32.h
4792 ____________________________________________________________________________
4793 [  4477] By: jhi                                   on 1999/10/28  06:40:54
4794         Log: (Slightly) better comments for Policy_sh.SH from Andy.
4795      Branch: cfgperl
4796            ! Policy_sh.SH
4797 ____________________________________________________________________________
4798 [  4476] By: gsar                                  on 1999/10/27  23:54:36
4799         Log: regen config* stuff for windows
4800      Branch: perl
4801            ! Changes patchlevel.h win32/Makefile win32/config.bc
4802            ! win32/config.gc win32/config.vc win32/config_H.bc
4803            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
4804            ! win32/makefile.mk
4805 ____________________________________________________________________________
4806 [  4475] By: gsar                                  on 1999/10/27  21:32:30
4807         Log: integrate cfgperl contents into mainline; merge conflicts
4808      Branch: perl
4809           !> (integrate 46 files)
4810 ____________________________________________________________________________
4811 [  4474] By: gsar                                  on 1999/10/27  21:15:07
4812         Log: patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but not
4813              perl; stdout/stderr redirects seem broken as well)
4814      Branch: perl
4815            ! iperlsys.h makedef.pl perl.h win32/makefile.mk win32/win32.h
4816 ____________________________________________________________________________
4817 [  4473] By: jhi                                   on 1999/10/27  21:11:11
4818         Log: Do not block if no message queues available.
4819      Branch: cfgperl
4820            ! t/lib/ipc_sysv.t
4821 ____________________________________________________________________________
4822 [  4472] By: jhi                                   on 1999/10/27  18:27:40
4823         Log: Remove unused "squatter" symbols; regen Configure.
4824      Branch: cfgperl
4825            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
4826            ! Porting/config_H config_h.SH epoc/config.h iperlsys.h perl.h
4827            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4828 ____________________________________________________________________________
4829 [  4471] By: jhi                                   on 1999/10/27  18:26:55
4830         Log: metaconfig; split socket; fix output.
4831      Branch: metaconfig
4832            ! U/modified/d_socket.U U/modified/d_statblks.U
4833      Branch: metaconfig/U/perl
4834            + d_cmsghdr_s.U d_msghdr_s.U d_recvmsg.U d_sendmsg.U
4835            ! i_sysstatfs.U i_sysvfs.U
4836 ____________________________________________________________________________
4837 [  4470] By: jhi                                   on 1999/10/27  17:19:06
4838         Log: Regen Configure.
4839      Branch: cfgperl
4840            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4841            ! config_h.SH perl.c perl.h
4842 ____________________________________________________________________________
4843 [  4469] By: jhi                                   on 1999/10/27  17:18:41
4844         Log: metaconfig; split statfs.
4845      Branch: metaconfig/U/perl
4846            + d_fs_data_s.U d_statfs_f_flags.U d_statfs_s.U
4847            ! d_statfs.U
4848 ____________________________________________________________________________
4849 [  4468] By: jhi                                   on 1999/10/27  14:06:44
4850         Log: Integrate with Sarathy; manual resolve on regcomp.c conflicts
4851              (Ilya's changes won).
4852      Branch: cfgperl
4853           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
4854           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
4855           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
4856           !> (integrate 65 files)
4857 ____________________________________________________________________________
4858 [  4467] By: jhi                                   on 1999/10/27  13:38:41
4859         Log: Regen Configure.
4860      Branch: cfgperl
4861            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4862            ! config_h.SH
4863 ____________________________________________________________________________
4864 [  4466] By: jhi                                   on 1999/10/27  13:18:06
4865         Log: metaconfig fixes from Andy.
4866      Branch: metaconfig
4867            + U/modified/libnlist.U U/modified/usrinc.U
4868            ! U/Glossary.patch U/mkglossary U/modified/libpth.U
4869 ____________________________________________________________________________
4870 [  4465] By: jhi                                   on 1999/10/27  13:06:27
4871         Log: Nosuid checking for statfs() people.
4872      Branch: cfgperl
4873            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4874            ! config_h.SH perl.c perl.h pod/perldiag.pod
4875 ____________________________________________________________________________
4876 [  4464] By: jhi                                   on 1999/10/27  13:04:20
4877         Log: metaconfig maintenance; fix Hasfield, statfs;
4878              add Hasstruct, statfs3, statfs4, ustat, sysvfs;
4879              split fstatfs away from statfs.
4880      Branch: metaconfig
4881            + U/protos/Hasstruct.U
4882            ! U/protos/Hasfield.U
4883      Branch: metaconfig/U/perl
4884            + d_fstatfs.U d_statfs3.U d_statfs4.U d_ustat.U i_sysvfs.U
4885            + i_ustat.U
4886            ! d_statfs.U
4887 ____________________________________________________________________________
4888 [  4463] By: jhi                                   on 1999/10/27  07:55:53
4889         Log: We need cc to be able to test for cc -v.
4890      Branch: cfgperl
4891            ! hints/dec_osf.sh
4892 ____________________________________________________________________________
4893 [  4462] By: gsar                                  on 1999/10/27  01:31:41
4894         Log: more GCC v2.95 induced adjustments
4895      Branch: perl
4896            ! globals.c mg.c opcode.h opcode.pl perl.h sv.c
4897            ! win32/makefile.mk win32/win32.c x2p/walk.c
4898 ____________________________________________________________________________
4899 [  4461] By: gsar                                  on 1999/10/26  21:42:59
4900         Log: warnings and const violations identified by compiling in C++ mode
4901              with GCC v2.95
4902      Branch: perl
4903            ! doio.c embed.pl mg.c op.c perl.c perlapi.c proto.h regcomp.c
4904            ! sv.c taint.c toke.c win32/win32.c
4905 ____________________________________________________________________________
4906 [  4459] By: jhi                                   on 1999/10/26  10:15:58
4907         Log: Regen Configure.
4908      Branch: cfgperl
4909            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4910            ! config_h.SH
4911 ____________________________________________________________________________
4912 [  4458] By: jhi                                   on 1999/10/26  09:48:37
4913         Log: Minor rewordings.
4914      Branch: metaconfig/U/perl
4915            ! d_getmnt.U d_getmntent.U d_statfs.U d_statvfs.U
4916 ____________________________________________________________________________
4917 [  4456] By: jhi                                   on 1999/10/26  09:11:49
4918         Log: Fix d_statfsflags; add d_getmnt.
4919      Branch: metaconfig/U/perl
4920            + d_getmnt.U
4921            ! d_statfs.U
4922 ____________________________________________________________________________
4923 [  4455] By: jhi                                   on 1999/10/26  08:12:27
4924         Log: Massive multitypo in #4446.
4925      Branch: cfgperl
4926            ! hints/dec_osf.sh
4927 ____________________________________________________________________________
4928 [  4454] By: jhi                                   on 1999/10/25  08:28:45
4929         Log: From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
4930              To: Perl 5 Porters <perl5-porters@perl.org>
4931              Subject: [PATCH 5.005_62] dos-djgpp update
4932              Date: Mon, 25 Oct 1999 10:11:30 +0200
4933              Message-ID: <19991025101130.K459@crater.eth.ericsson.se>
4934      Branch: cfgperl
4935            ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
4936            ! pod/perldelta.pod t/lib/io_unix.t
4937 ____________________________________________________________________________
4938 [  4453] By: jhi                                   on 1999/10/25  08:25:50
4939         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4940              To: perl5-porters@perl.org (Mailing list Perl5)
4941              Subject: [PATCH 5.005_62] Remove the last regnode<==>char*
4942              Date: Mon, 25 Oct 1999 03:06:21 -0400 (EDT)
4943              Message-Id: <199910250706.DAA16825@monk.mps.ohio-state.edu>
4944      Branch: cfgperl
4945            ! embed.h embed.pl proto.h regcomp.c regcomp.h regexec.c
4946 ____________________________________________________________________________
4947 [  4452] By: jhi                                   on 1999/10/25  08:16:55
4948         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4949              To: perl5-porters@perl.org (Mailing list Perl5)
4950              Subject: [PATCH 5.005_62] Missing REx engine patch
4951              Date: Sun, 24 Oct 1999 23:47:45 -0400 (EDT)
4952              Message-Id: <199910250347.XAA16094@monk.mps.ohio-state.edu>
4953      Branch: cfgperl
4954            ! pod/perldiag.pod regcomp.c regexec.c
4955 ____________________________________________________________________________
4956 [  4451] By: jhi                                   on 1999/10/25  08:13:06
4957         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4958              To: perl5-porters@perl.org (Mailing list Perl5)
4959              Subject: [PATCH 5.005_62] charnames and UTEST
4960              Date: Sun, 24 Oct 1999 23:39:49 -0400 (EDT)
4961              Message-Id: <199910250339.XAA16058@monk.mps.ohio-state.edu>
4962      Branch: cfgperl
4963            ! t/lib/charnames.t
4964 ____________________________________________________________________________
4965 [  4450] By: gsar                                  on 1999/10/25  07:38:15
4966         Log: win32 tweak
4967      Branch: perl
4968            ! win32/perllib.c
4969 ____________________________________________________________________________
4970 [  4449] By: gsar                                  on 1999/10/24  23:20:10
4971         Log: remove inconsistent tainting behavior of sprintf("%e",...)
4972              (all bets are off is "C" locale is compromised)
4973      Branch: perl
4974            ! pod/perlfunc.pod pod/perllocale.pod sv.c
4975 ____________________________________________________________________________
4976 [  4448] By: gsar                                  on 1999/10/24  22:20:42
4977         Log: remove unused interpreter globals
4978      Branch: perl
4979            ! deb.c dump.c embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs
4980            ! global.sym gv.c gv.h intrpvar.h objXSUB.h perl.c perlapi.c
4981            ! proto.h toke.c
4982 ____________________________________________________________________________
4983 [  4447] By: jhi                                   on 1999/10/24  21:49:52
4984         Log: Another hints tweak.
4985      Branch: cfgperl
4986            ! hints/aix.sh
4987 ____________________________________________________________________________
4988 [  4446] By: jhi                                   on 1999/10/24  21:48:02
4989         Log: Hints tweak.
4990      Branch: cfgperl
4991            ! hints/dec_osf.sh
4992 ____________________________________________________________________________
4993 [  4445] By: nick                                  on 1999/10/24  21:03:28
4994         Log: Integrate own changes to mainline.
4995      Branch: utfperl
4996           !> installperl pp.c
4997 ____________________________________________________________________________
4998 [  4444] By: nick                                  on 1999/10/24  20:54:06
4999         Log: Avoid creating GV with NULL name when vivifying nameless scalars.
5000              (Fix/workround for [ID19991024.001])
5001      Branch: perl
5002            ! pp.c
5003 ____________________________________________________________________________
5004 [  4443] By: nick                                  on 1999/10/24  15:09:51
5005         Log: Follow that camel ... another sync.
5006      Branch: utfperl
5007           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
5008           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
5009           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
5010           !> (integrate 36 files)
5011 ____________________________________________________________________________
5012 [  4442] By: gsar                                  on 1999/10/24  14:40:01
5013         Log: typo in installperl (from Paul Moore <gustav@morpheus.demon.co.uk>)
5014      Branch: perl
5015            ! installperl
5016 ____________________________________________________________________________
5017 [  4441] By: gsar                                  on 1999/10/24  14:33:11
5018         Log: test in change#4428 needs strict interpretation of C modulus
5019      Branch: perl
5020            ! t/op/int.t
5021 ____________________________________________________________________________
5022 [  4440] By: gsar                                  on 1999/10/24  13:47:17
5023         Log: don't allow SIGCHLD to be ignored at startup, or wait*() and
5024              $? break
5025      Branch: perl
5026            ! perl.c pod/perldelta.pod pod/perldiag.pod
5027 ____________________________________________________________________________
5028 [  4439] By: jhi                                   on 1999/10/24  13:19:17
5029         Log: test for #2835 (yeah, better later than never)
5030      Branch: cfgperl
5031            ! t/op/array.t
5032 ____________________________________________________________________________
5033 [  4438] By: gsar                                  on 1999/10/24  12:59:12
5034         Log: typo, doc tweak
5035      Branch: perl
5036            ! lib/attributes.pm pod/perlop.pod
5037 ____________________________________________________________________________
5038 [  4437] By: gsar                                  on 1999/10/24  11:59:55
5039         Log: allow get() and reftype() functions to be imported (from
5040              Spider Boardman)
5041      Branch: perl
5042            ! lib/attributes.pm
5043 ____________________________________________________________________________
5044 [  4436] By: gsar                                  on 1999/10/24  11:52:53
5045         Log: suppress scalar leak messages for known leaks (from
5046              Robin Barker <rmb1@cise.npl.co.uk>)
5047      Branch: perl
5048            ! Changes t/op/lex_assign.t t/pragma/warn/op
5049 ____________________________________________________________________________
5050 [  4435] By: gsar                                  on 1999/10/24  11:39:42
5051         Log: VMS tweak (suggested by Craig A. Berry <craig.berry@metamor.com>)
5052      Branch: perl
5053            ! ext/B/defsubs_h.PL
5054 ____________________________________________________________________________
5055 [  4434] By: gsar                                  on 1999/10/24  11:36:08
5056         Log: relax range checking if they ask for it (from John L. Allen
5057              <allen@grumman.com>)
5058      Branch: perl
5059            ! lib/Time/Local.pm
5060 ____________________________________________________________________________
5061 [  4433] By: gsar                                  on 1999/10/24  11:25:51
5062         Log: README nits pointed out by Chris Nandor <pudge@pobox.com>
5063      Branch: perl
5064            ! README lib/File/Path.pm
5065 ____________________________________________________________________________
5066 [  4432] By: gsar                                  on 1999/10/24  11:11:02
5067         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5068              Date: Sun, 24 Oct 1999 03:24:28 -0400 (EDT)
5069              Message-Id: <199910240724.DAA12230@monk.mps.ohio-state.edu>
5070              Subject: Re: [PATCH 5.005_62] OS/2 improvements
5071      Branch: perl
5072            + os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
5073            + os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
5074            + os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
5075            ! MANIFEST hints/os2.sh mg.c miniperlmain.c os2/Changes
5076            ! os2/OS2/REXX/Changes os2/OS2/REXX/Makefile.PL
5077            ! os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
5078            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
5079            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
5080            ! os2/OS2/REXX/t/rx_vrexx.t os2/dl_os2.c os2/os2.c os2/os2ish.h
5081            ! perl.c perl.h t/io/fs.t t/op/magic.t
5082 ____________________________________________________________________________
5083 [  4431] By: gsar                                  on 1999/10/24  10:50:14
5084         Log: install all README.foo with pod content as podfoo.pod
5085      Branch: perl
5086            ! Makefile.SH installman
5087 ____________________________________________________________________________
5088 [  4430] By: gsar                                  on 1999/10/24  09:28:24
5089         Log: @INC needs ../lib
5090      Branch: perl
5091            ! t/op/int.t
5092 ____________________________________________________________________________
5093 [  4429] By: jhi                                   on 1999/10/23  21:47:49
5094         Log: More printf-fixes (see also #4426).
5095      Branch: cfgperl
5096            ! deb.c dump.c ext/Data/Dumper/Dumper.xs
5097            ! ext/Devel/DProf/DProf.xs malloc.c mg.c op.c perl.c pp.c
5098            ! pp_ctl.c regcomp.c regexec.c run.c scope.c sv.c util.c
5099 ____________________________________________________________________________
5100 [  4428] By: gsar                                  on 1999/10/23  20:28:56
5101         Log: fix accidental C modulo semantics on integer-valued operations
5102              (e.g. caused C<length("abc") % -10> to return 3 rather than -7)
5103      Branch: perl
5104            ! op.c t/op/int.t
5105 ____________________________________________________________________________
5106 [  4427] By: jhi                                   on 1999/10/23  16:10:10
5107         Log: Integrate with Sarathy.
5108      Branch: cfgperl
5109           !> sv.c win32/win32.c
5110 ____________________________________________________________________________
5111 [  4426] By: jhi                                   on 1999/10/23  16:04:02
5112         Log: Fix the printfing nits pointed out by using gcc -Wall and
5113              Configure -Duse64bits -Dccflags=-DDEBUGGING in Solaris,
5114              plus few other warnings in Dumper.xs.
5115      Branch: cfgperl
5116            ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
5117            ! ext/Devel/Peek/Peek.xs regcomp.c regexec.c sv.c util.c
5118 ____________________________________________________________________________
5119 [  4425] By: jhi                                   on 1999/10/23  15:16:41
5120         Log: Configure regen to pick up the new installation directories
5121              from Policy_sh.SH.  The explanations of "public add-ons" and
5122              "vendor-supplied" could do with more work.
5123      Branch: cfgperl
5124            ! Configure config_h.SH
5125 ____________________________________________________________________________
5126 [  4424] By: nick                                  on 1999/10/23  00:46:22
5127         Log: Resolve mainline before possible hacking operertunity this weekend
5128      Branch: utfperl
5129           +> pod/perlfilter.pod
5130           !> (integrate 32 files)
5131 ____________________________________________________________________________
5132 [  4423] By: jhi                                   on 1999/10/22  22:53:17
5133         Log: Update Policy_sh.SH to handle the newer installation directives.
5134              From: Andy Dougherty <doughera@lafayette.edu>
5135              To: Perl Porters <perl5-porters@perl.org>
5136              Subject: [PATCH 5.005_62] Policy_sh.SH update
5137              Date: Fri, 22 Oct 1999 16:47:34 -0400 (EDT)
5138              Message-ID: <Pine.SOL.4.10.9910221645470.15232-100000@maxwell.phys.lafayette.edu>
5139      Branch: cfgperl
5140            ! Policy_sh.SH
5141 ____________________________________________________________________________
5142 [  4422] By: jhi                                   on 1999/10/22  22:44:44
5143         Log: so back to 'so', from Stephanie Beals <bealzy@us.ibm.com>
5144      Branch: cfgperl
5145            ! hints/aix.sh
5146 ____________________________________________________________________________
5147 [  4421] By: gsar                                  on 1999/10/22  21:16:44
5148         Log: sv_vcatpvfn() bug: fell through to assuming intsize of 'q' for
5149              C<"%ld", long_val>
5150      Branch: perl
5151            ! sv.c
5152 ____________________________________________________________________________
5153 [  4420] By: gsar                                  on 1999/10/22  16:36:46
5154         Log: win32_utime() on directories should use localtime() rather
5155              than gmtime() (from Jan Dubois)
5156      Branch: perl
5157            ! win32/win32.c
5158 ____________________________________________________________________________
5159 [  4419] By: jhi                                   on 1999/10/21  10:31:41
5160         Log: Integrate with Sarathy.
5161      Branch: cfgperl
5162           !> Makefile.SH lib/CPAN/FirstTime.pm op.c opcode.h opcode.pl
5163           !> t/lib/glob-basic.t t/op/sort.t
5164 ____________________________________________________________________________
5165 [  4418] By: gsar                                  on 1999/10/20  23:49:47
5166         Log: add test for change#4417
5167      Branch: perl
5168            ! t/op/sort.t
5169 ____________________________________________________________________________
5170 [  4417] By: gsar                                  on 1999/10/20  23:45:03
5171         Log: avoid coredump on C<sort { my $c; return $a cmp $b } ...>
5172      Branch: perl
5173            ! op.c
5174 ____________________________________________________________________________
5175 [  4416] By: gsar                                  on 1999/10/20  01:00:50
5176         Log: fix prototype mismatch (from Hans Mulder <hansm@xs4all.nl>)
5177      Branch: perl
5178            ! lib/CPAN/FirstTime.pm
5179 ____________________________________________________________________________
5180 [  4415] By: gsar                                  on 1999/10/20  00:52:34
5181         Log: disable optimizing troublesome ops in change#3612
5182              (from Ilya Zakharevich)
5183      Branch: perl
5184            ! Makefile.SH opcode.h opcode.pl
5185 ____________________________________________________________________________
5186 [  4414] By: gsar                                  on 1999/10/20  00:37:46
5187         Log: skip unreadable directory test when running as root
5188      Branch: perl
5189            ! t/lib/glob-basic.t
5190 ____________________________________________________________________________
5191 [  4413] By: jhi                                   on 1999/10/19  09:26:52
5192         Log: Avoid GNU ar if HP cc is being used.
5193      Branch: cfgperl
5194            ! hints/hpux.sh
5195 ____________________________________________________________________________
5196 [  4412] By: jhi                                   on 1999/10/19  07:24:29
5197         Log: Integrate with Sarathy.
5198      Branch: cfgperl
5199           !> perlvars.h
5200 ____________________________________________________________________________
5201 [  4411] By: jhi                                   on 1999/10/19  07:22:34
5202         Log: Long double support: sqrtl et al are not available everywhere,
5203              e.g. not in Solaris, even when long doubles are.
5204      Branch: cfgperl
5205            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5206            ! config_h.SH perl.h
5207 ____________________________________________________________________________
5208 [  4410] By: jhi                                   on 1999/10/19  07:21:42
5209         Log: Add sqrtl probe, add echo dependencies.
5210      Branch: metaconfig
5211            ! U/threads/d_pthreadj.U
5212      Branch: metaconfig/U/perl
5213            + d_sqrtl.U
5214            ! i_inttypes.U io64.U
5215 ____________________________________________________________________________
5216 [  4409] By: gsar                                  on 1999/10/19  02:18:54
5217         Log: perl_mutex n/a if !USE_THREADS
5218      Branch: perl
5219            ! perlvars.h
5220 ____________________________________________________________________________
5221 [  4408] By: jhi                                   on 1999/10/18  20:13:02
5222         Log: Forgotten s/warning/warnings/.
5223      Branch: cfgperl
5224            ! Makefile.SH
5225 ____________________________________________________________________________
5226 [  4407] By: jhi                                   on 1999/10/18  20:02:12
5227         Log: Integrate with Sarathy.
5228      Branch: cfgperl
5229           +> pod/perlfilter.pod
5230           !> (integrate 30 files)
5231 ____________________________________________________________________________
5232 [  4406] By: gsar                                  on 1999/10/18  16:32:10
5233         Log: added intro to source filters from Paul Marquess
5234      Branch: perl
5235            + pod/perlfilter.pod
5236            ! MANIFEST pod/perldelta.pod
5237 ____________________________________________________________________________
5238 [  4405] By: gsar                                  on 1999/10/18  05:53:06
5239         Log: missing manpages
5240      Branch: perl
5241            ! installman
5242 ____________________________________________________________________________
5243 [  4404] By: gsar                                  on 1999/10/18  05:09:22
5244         Log: pod updates from Tom Christiansen
5245      Branch: perl
5246            ! lib/Pod/Man.pm pod/perldelta.pod pod/perlmodlib.pod
5247 ____________________________________________________________________________
5248 [  4403] By: gsar                                  on 1999/10/17  23:43:59
5249         Log: PL_malloc_mutex needs to be global, not per-interpreter
5250              (malloc.c has static data)
5251      Branch: perl
5252            ! embedvar.h intrpvar.h objXSUB.h perl.c perlvars.h
5253 ____________________________________________________________________________
5254 [  4402] By: gsar                                  on 1999/10/17  22:30:30
5255         Log: support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
5256              windows
5257      Branch: perl
5258            ! XSUB.h ext/POSIX/POSIX.xs intrpvar.h makedef.pl malloc.c
5259            ! perl.c perl.h perlio.c win32/perllib.c win32/win32.c
5260            ! win32/win32.h
5261 ____________________________________________________________________________
5262 [  4401] By: gsar                                  on 1999/10/17  20:33:42
5263         Log: serious bug introduced by G_VOID changes in 5.003_96: scalar
5264              eval"" did not pop stack correctly; C<$a = eval "(1,2)x1">
5265              is one symptom of the problem
5266      Branch: perl
5267            ! pp_ctl.c t/op/eval.t
5268 ____________________________________________________________________________
5269 [  4400] By: gsar                                  on 1999/10/17  18:36:46
5270         Log: remove FileHandle from list of PodParser dependencies (the
5271              difference is 20 files vs 6 files loaded!)
5272      Branch: perl
5273            ! lib/Pod/Parser.pm lib/Pod/Select.pm pod/perldelta.pod
5274            ! t/pod/testcmp.pl
5275 ____________________________________________________________________________
5276 [  4399] By: nick                                  on 1999/10/17  14:51:35
5277         Log: Pre-trip resolve
5278      Branch: utfperl
5279           !> installperl lib/Text/Tabs.pm perl.c pp_hot.c
5280 ____________________________________________________________________________
5281 [  4398] By: gsar                                  on 1999/10/17  09:19:24
5282         Log: make installperl ignore RCS files (from Michael G Schwern
5283              <schwern@pobox.com>)
5284      Branch: perl
5285            ! installperl lib/Text/Tabs.pm
5286 ____________________________________________________________________________
5287 [  4397] By: gsar                                  on 1999/10/16  18:30:14
5288         Log: another bug in change#3386 (CATCH_SET wasn't reverted correctly)
5289      Branch: perl
5290            ! perl.c
5291 ____________________________________________________________________________
5292 [  4396] By: jhi                                   on 1999/10/16  17:44:39
5293         Log: Missing comma.
5294      Branch: cfgperl
5295            ! lib/diagnostics.pm
5296 ____________________________________________________________________________
5297 [  4395] By: gsar                                  on 1999/10/16  17:18:36
5298         Log: assumption about @_ always being non-REAL doesn't hold when
5299              debugger is running; DB::sub() can call arbitrary stuff
5300              that modifies @_ at will
5301      Branch: perl
5302            ! pp_hot.c
5303 ____________________________________________________________________________
5304 [  4394] By: nick                                  on 1999/10/16  09:35:20
5305         Log: Resolve utfperl branch against mainline as of _62
5306      Branch: utfperl
5307           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
5308           +> ext/DB_File/hints/sco.pl ext/DynaLoader/hints/aix.pl
5309           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
5310           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
5311           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
5312           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
5313           +> pod/perlhack.pod t/lib/glob-basic.t t/lib/glob-global.t
5314           +> t/lib/glob-taint.t win32/genmk95.pl
5315            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
5316           !> (integrate 144 files)
5317 ____________________________________________________________________________
5318 [  4393] By: gsar                                  on 1999/10/16  04:07:02
5319         Log: OS/2 support bits (from Ilya Zakharevich)
5320      Branch: perl
5321            ! hints/os2.sh makedef.pl os2/Makefile.SHs t/lib/glob-basic.t
5322 ____________________________________________________________________________
5323 [  4392] By: jhi                                   on 1999/10/15  10:28:09
5324         Log: Integrate with Sarathy.
5325      Branch: cfgperl
5326           !> Changes MANIFEST Makefile.SH Porting/makerel lib/Pod/Man.pm
5327           !> lib/Pod/Parser.pm op.c pod/perldelta.pod pod/perlopentut.pod
5328           !> win32/Makefile win32/makefile.mk
5329
5330 ----------------
5331 Version 5.005_62
5332 ----------------
5333
5334 ____________________________________________________________________________
5335 [  4391] By: gsar                                  on 1999/10/15  10:12:42
5336         Log: here be 5.005_62
5337      Branch: perl
5338            ! Changes MANIFEST Porting/makerel
5339 ____________________________________________________________________________
5340 [  4390] By: gsar                                  on 1999/10/15  09:45:51
5341         Log: lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>;
5342              avoid tickling it in Pod::Man for now; other nits in
5343              Pod::*
5344      Branch: perl
5345            ! lib/Pod/Man.pm lib/Pod/Parser.pm pod/perldelta.pod
5346            ! pod/perlopentut.pod
5347 ____________________________________________________________________________
5348 [  4389] By: gsar                                  on 1999/10/15  08:55:01
5349         Log: disable internal globbing for miniperl (or build breaks out
5350              in a rash of failed dependencies)
5351      Branch: perl
5352            ! Makefile.SH op.c win32/Makefile win32/makefile.mk
5353 ____________________________________________________________________________
5354 [  4388] By: jhi                                   on 1999/10/15  08:07:49
5355         Log: Integrate with Sarathy.
5356      Branch: cfgperl
5357           !> Changes ext/POSIX/POSIX.xs lib/Benchmark.pm pod/perldelta.pod
5358           !> pod/perlfaq2.pod win32/include/dirent.h win32/win32.c
5359 ____________________________________________________________________________
5360 [  4387] By: gsar                                  on 1999/10/15  07:46:24
5361         Log: integrate cfgperl contents into mainline
5362      Branch: perl
5363            ! Changes
5364           !> pod/perldelta.pod pod/perldiag.pod regcomp.c
5365           !> t/pragma/warn/regcomp
5366 ____________________________________________________________________________
5367 [  4386] By: gsar                                  on 1999/10/15  05:45:36
5368         Log: various little goofs in change#4385
5369      Branch: perl
5370            ! win32/include/dirent.h win32/win32.c
5371 ____________________________________________________________________________
5372 [  4385] By: gsar                                  on 1999/10/15  04:49:09
5373         Log: win32_*dir() cleanup; win32_readdir() iterates as necessary
5374              rather than win32_opendir() reading all files up front (untested)
5375      Branch: perl
5376            ! win32/include/dirent.h win32/win32.c
5377 ____________________________________________________________________________
5378 [  4384] By: gsar                                  on 1999/10/15  01:34:09
5379         Log: Benchmark notes (from Barrie Slaymaker <barries@slaysys.com>)
5380      Branch: perl
5381            ! lib/Benchmark.pm pod/perldelta.pod
5382 ____________________________________________________________________________
5383 [  4383] By: gsar                                  on 1999/10/15  01:22:32
5384         Log: include info about Perl Mongers in perlfaq2 (from David H. Adler
5385              <dha@panix.com>)
5386      Branch: perl
5387            ! pod/perlfaq2.pod
5388 ____________________________________________________________________________
5389 [  4382] By: gsar                                  on 1999/10/15  01:14:22
5390         Log: From: jand@ActiveState.com (Jan Dubois)
5391              Date: Fri, 15 Oct 1999 01:14:23 +0200
5392              Message-ID: <380f61ae.18202914@smtprelay.t-online.de>
5393              Subject: [PATCH 5.005_61] Prevent "Out of memory" error in POSIX's strftime()
5394      Branch: perl
5395            ! ext/POSIX/POSIX.xs
5396 ____________________________________________________________________________
5397 [  4381] By: jhi                                   on 1999/10/14  22:11:36
5398         Log: Integrate with Sarathy.
5399      Branch: cfgperl
5400           !> XSUB.h cop.h embed.h embed.pl ext/File/Glob/bsd_glob.c
5401           !> lib/Time/Local.pm perl.c perlapi.c pod/perlop.pod pp_ctl.c
5402           !> proto.h scope.c scope.h t/op/runlevel.t util.c win32/Makefile
5403           !> win32/makefile.mk
5404 ____________________________________________________________________________
5405 [  4380] By: jhi                                   on 1999/10/14  22:08:22
5406         Log: Warn inside character classes about unknown backslash escapes
5407              (that are not caught earlier because of being completely unknown,
5408              such as \m), such as \z (because they make do sense inside regexen,
5409              but not inside character classes).
5410      Branch: cfgperl
5411            ! pod/perldelta.pod pod/perldiag.pod regcomp.c
5412            ! t/pragma/warn/regcomp
5413 ____________________________________________________________________________
5414 [  4379] By: gsar                                  on 1999/10/14  18:26:56
5415         Log: clarify significance of parens for "x" (from M.J.T. Guy
5416              <mjtg@cus.cam.ac.uk>)
5417      Branch: perl
5418            ! pod/perlop.pod
5419 ____________________________________________________________________________
5420 [  4378] By: gsar                                  on 1999/10/14  18:25:20
5421         Log: make timelocal work better when time is close to the epoch
5422              east of GMT (from Keiki SATOH <kki@wakusei.ne.jp>)
5423      Branch: perl
5424            ! lib/Time/Local.pm
5425 ____________________________________________________________________________
5426 [  4377] By: gsar                                  on 1999/10/14  18:15:11
5427         Log: integrate cfgperl contents into mainline
5428      Branch: perl
5429           +> ext/DB_File/hints/sco.pl
5430           !> MANIFEST hints/aix.sh hints/linux.sh hints/svr5.sh
5431           !> pod/perldelta.pod pod/perldiag.pod pod/perlop.pod
5432           !> pod/perlre.pod regcomp.c t/op/re_tests t/pragma/warn/regcomp
5433 ____________________________________________________________________________
5434 [  4376] By: gsar                                  on 1999/10/14  17:47:35
5435         Log: fix POPSTACK panics that ensued from bad interaction between
5436              runlevels and stack of stacks (change#3988 done right);
5437              basically, we pop the runlevel if the stacklevel is not the
5438              same one we started the runlevel with
5439      Branch: perl
5440            ! cop.h perl.c pp_ctl.c t/op/runlevel.t util.c
5441 ____________________________________________________________________________
5442 [  4375] By: gsar                                  on 1999/10/14  15:54:48
5443         Log: avoid warnings
5444      Branch: perl
5445            ! ext/File/Glob/bsd_glob.c
5446 ____________________________________________________________________________
5447 [  4374] By: jhi                                   on 1999/10/14  10:08:44
5448         Log: Warn about false ranges like \d-\w (see the change #4355).
5449              The invalid ranges (b-a) warning message also enhanced.
5450      Branch: cfgperl
5451            ! pod/perldelta.pod pod/perldiag.pod regcomp.c t/op/re_tests
5452            ! t/pragma/warn/regcomp
5453 ____________________________________________________________________________
5454 [  4373] By: gsar                                  on 1999/10/14  03:49:54
5455         Log: File::Glob fixes for Windows
5456      Branch: perl
5457            ! XSUB.h ext/File/Glob/bsd_glob.c win32/Makefile
5458            ! win32/makefile.mk
5459 ____________________________________________________________________________
5460 [  4372] By: gsar                                  on 1999/10/14  02:21:31
5461         Log: avoid inefficiency in change#3386 (every longjmp() was followed
5462              by an avoidable call to setjmp())
5463      Branch: perl
5464            ! embed.h embed.pl perl.c perlapi.c pod/perldelta.pod pp_ctl.c
5465            ! proto.h scope.c scope.h
5466 ____________________________________________________________________________
5467 [  4371] By: jhi                                   on 1999/10/13  21:17:17
5468         Log: Integrate with Sarathy.
5469      Branch: cfgperl
5470           !> op.c pod/perldelta.pod
5471 ____________________________________________________________________________
5472 [  4370] By: gsar                                  on 1999/10/13  18:08:45
5473         Log: misc tweaks
5474      Branch: perl
5475            ! op.c pod/perldelta.pod
5476 ____________________________________________________________________________
5477 [  4369] By: jhi                                   on 1999/10/13  16:18:58
5478         Log: Integrate with Sarathy.
5479      Branch: cfgperl
5480           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
5481 ____________________________________________________________________________
5482 [  4368] By: gsar                                  on 1999/10/13  16:14:16
5483         Log: pod nits from various perl porters
5484      Branch: perl
5485            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
5486 ____________________________________________________________________________
5487 [  4367] By: jhi                                   on 1999/10/13  12:10:30
5488         Log: From: Vlad Harchev <hvv@hippo.ru>
5489              To: perl5-porters@perl.org
5490              Subject: [ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503
5491              Date: Wed, 13 Oct 1999 15:48:59 +0500 (SAMST)
5492              Message-Id: <Pine.LNX.4.10.9910131546580.3542-100000@localhost.localdomain>
5493      Branch: cfgperl
5494            ! pod/perlop.pod
5495 ____________________________________________________________________________
5496 [  4366] By: gsar                                  on 1999/10/13  08:11:11
5497         Log: typos and language goofs pointed out by Hugo van der Sanden
5498              <hv@crypt.compulink.co.uk>
5499      Branch: perl
5500            ! pod/perldelta.pod pod/perldiag.pod
5501 ____________________________________________________________________________
5502 [  4365] By: jhi                                   on 1999/10/13  07:27:44
5503         Log: Integrate with Sarathy.
5504      Branch: cfgperl
5505           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
5506           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
5507           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
5508           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
5509           +> t/lib/glob-basic.t t/lib/glob-global.t t/lib/glob-taint.t
5510           !> Changes MANIFEST README.win32 ext/ODBM_File/hints/sco.pl
5511           !> lib/perl5db.pl op.c pod/perldelta.pod pod/perlfaq8.pod
5512           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod t/op/glob.t
5513           !> t/op/readdir.t t/op/taint.t t/pragma/overload.t util.c
5514 ____________________________________________________________________________
5515 [  4364] By: gsar                                  on 1999/10/13  07:06:04
5516         Log: debugger tweak (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
5517      Branch: perl
5518            ! lib/perl5db.pl
5519 ____________________________________________________________________________
5520 [  4363] By: jhi                                   on 1999/10/13  07:03:43
5521         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
5522              To: perl5-porters@perl.org
5523              Subject: [ID 19991012.002] Latest UnixWare7 (svr5.sh) hints file
5524              Date: Tue, 12 Oct 1999 19:48:11 -0700 (PDT)
5525              Message-Id: <199910130248.TAA14636@scoot.pdev.sco.com>
5526      Branch: cfgperl
5527            ! hints/svr5.sh
5528 ____________________________________________________________________________
5529 [  4362] By: jhi                                   on 1999/10/13  06:57:16
5530         Log: Add DB_File hint for SCO ODT.
5531              From: hops@sco.com
5532              To: perl5-porters@perl.org
5533              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
5534              Date: Tue, 12 Oct 1999 20:16:04 PDT
5535              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
5536      Branch: cfgperl
5537            + ext/DB_File/hints/sco.pl
5538            ! MANIFEST
5539 ____________________________________________________________________________
5540 [  4361] By: gsar                                  on 1999/10/13  06:56:08
5541         Log: PL_numeric_radix used without being defined (from Ilya
5542              Zakharevich)
5543      Branch: perl
5544            ! util.c
5545 ____________________________________________________________________________
5546 [  4360] By: gsar                                  on 1999/10/13  06:43:03
5547         Log: use libdbm.nfs.a if available (libdbm.a is missing dbmclose())
5548              From: hops@sco.com
5549              Date: Tue, 12 Oct 1999 20:16:04 PDT
5550              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
5551              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
5552      Branch: perl
5553            + ext/NDBM_File/hints/sco.pl
5554            ! MANIFEST ext/ODBM_File/hints/sco.pl
5555 ____________________________________________________________________________
5556 [  4359] By: gsar                                  on 1999/10/13  06:34:53
5557         Log: various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
5558      Branch: perl
5559            ! README.win32 pod/perlfaq8.pod pod/perlfunc.pod pod/perlop.pod
5560            ! pod/perlport.pod
5561 ____________________________________________________________________________
5562 [  4358] By: gsar                                  on 1999/10/12  19:10:27
5563         Log: perldelta updates
5564      Branch: perl
5565            ! pod/perldelta.pod
5566 ____________________________________________________________________________
5567 [  4357] By: gsar                                  on 1999/10/12  17:11:18
5568         Log: update perldelta for change#4356
5569      Branch: perl
5570            ! Changes pod/perldelta.pod
5571 ____________________________________________________________________________
5572 [  4356] By: gsar                                  on 1999/10/12  16:53:31
5573         Log: add File::BSDGlob as File::Glob and load it at compile-time
5574              if perl was built with -DPERL_INTERNAL_GLOB
5575              
5576              TODO: we currently get a compile-time failure if File/Glob.pm
5577              can't be found; such failure needs to be made to emit a warning
5578              and use the csh implementation instead
5579      Branch: perl
5580            + ext/File/Glob/Changes ext/File/Glob/Glob.pm
5581            + ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
5582            + ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
5583            + ext/File/Glob/bsd_glob.h t/lib/glob-basic.t
5584            + t/lib/glob-global.t t/lib/glob-taint.t
5585            ! MANIFEST op.c t/op/glob.t t/op/readdir.t t/op/taint.t
5586            ! t/pragma/overload.t
5587 ____________________________________________________________________________
5588 [  4355] By: jhi                                   on 1999/10/12  15:30:05
5589         Log: Revert the parts of #3926 that outlawed character ranges
5590              that have character classes such as \w as either endpoint.
5591              This change re-establishes the old behavior which meant that
5592              such ranges weren't really ranges, the "-" was literal.
5593              Moreover, this change also fixes the old behavior to be
5594              more consistent: [\w-.] and [\s-\w] worked, but [.-\w] didn't.
5595              Now they all do work as described above.  The #3926 outlawed
5596              all of those.
5597      Branch: cfgperl
5598            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
5599 ____________________________________________________________________________
5600 [  4354] By: jhi                                   on 1999/10/12  09:58:59
5601         Log: Integrate with Sarathy.
5602      Branch: cfgperl
5603           !> (integrate 33 files)
5604 ____________________________________________________________________________
5605 [  4353] By: gsar                                  on 1999/10/12  05:53:40
5606         Log: apply parts of LynxOS patches from Alan Johnson
5607              <johnson@alonn.gemse.fr>
5608      Branch: perl
5609            ! Changes hints/lynxos.sh pod/perldelta.pod t/lib/safe2.t
5610            ! t/op/groups.t
5611 ____________________________________________________________________________
5612 [  4352] By: gsar                                  on 1999/10/12  05:24:39
5613         Log: allow any unpack specifier to take a count via '/'
5614              (from Ilya Zakharevich)
5615      Branch: perl
5616            ! pp.c t/op/pack.t
5617 ____________________________________________________________________________
5618 [  4351] By: gsar                                  on 1999/10/12  05:02:35
5619         Log: avoid warnings
5620      Branch: perl
5621            ! malloc.c
5622 ____________________________________________________________________________
5623 [  4350] By: gsar                                  on 1999/10/12  04:50:52
5624         Log: various cleanups
5625      Branch: perl
5626            ! ext/Devel/DProf/DProf.xs op.c perl.c perly.c perly.y
5627            ! perly_c.diff pp_hot.c toke.c vms/perly_c.vms win32/config.bc
5628            ! win32/config.gc win32/config.vc win32/config_H.bc
5629            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
5630 ____________________________________________________________________________
5631 [  4349] By: gsar                                  on 1999/10/12  00:23:11
5632         Log: update Changes, patchlevel etc.
5633      Branch: perl
5634            ! Changes Porting/findvars patchlevel.h win32/Makefile
5635            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5636            ! win32/makefile.mk
5637 ____________________________________________________________________________
5638 [  4348] By: gsar                                  on 1999/10/11  23:11:57
5639         Log: add vec() example from Chaim Frenkel <chaimf@pobox.com>
5640      Branch: perl
5641            ! pod/perlfunc.pod
5642 ____________________________________________________________________________
5643 [  4347] By: jhi                                   on 1999/10/11  21:25:03
5644         Log: Sparc Linux -Duseshrplib fix.
5645              
5646              From: Brian Jepson <bjepson@home.com>
5647              To: Nick Ing-Simmons <nick@ing-simmons.net>
5648              cc: perl5-porters@perl.org
5649              Subject: Re: [ID 19990813.002] Can't build Perl 5.005_60 on SPARC/Linux with -Duseshrplib
5650              Date: Fri, 20 Aug 1999 11:25:17 -0500 (EST)
5651              Message-ID: <Pine.LNX.4.10.9908201123570.5116-100000@cx384756-a.sking1.ri.home.com>
5652      Branch: cfgperl
5653            ! hints/linux.sh
5654 ____________________________________________________________________________
5655 [  4346] By: gsar                                  on 1999/10/11  20:28:32
5656         Log: more pack/unpack documentation (from Ilya Zakharevich); changed
5657              the behavior of 'Z*' and 'Z3' to always pack a trailing
5658              null byte; changed documentation to suit; added test
5659      Branch: perl
5660            ! pod/perlfunc.pod pp.c t/op/pack.t
5661 ____________________________________________________________________________
5662 [  4345] By: gsar                                  on 1999/10/11  19:15:46
5663         Log: writing to perllocal.pod fails if it was never created;
5664              tweak pseudo-hash example (both suggested by Michael G Schwern
5665              <schwern@pobox.com>)
5666      Branch: perl
5667            ! lib/ExtUtils/MM_Unix.pm pod/perlref.pod
5668 ____________________________________________________________________________
5669 [  4344] By: gsar                                  on 1999/10/11  17:57:31
5670         Log: slightly edited variant of suggested patch
5671              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5672              Date: Thu, 9 Sep 1999 18:35:37 -0400
5673              Message-ID: <19990909183537.A28682@monk.mps.ohio-state.edu>
5674              Subject: [PATCH 5.005_58] How RExen match?
5675      Branch: perl
5676            ! pod/perlre.pod
5677 ____________________________________________________________________________
5678 [  4343] By: gsar                                  on 1999/10/11  16:55:48
5679         Log: change#4327 was inefficient
5680      Branch: perl
5681            ! lib/lib.pm
5682 ____________________________________________________________________________
5683 [  4342] By: jhi                                   on 1999/10/11  07:01:46
5684         Log: Integrate with Sarathy.
5685      Branch: cfgperl
5686           +> pod/perlhack.pod
5687           !> (integrate 28 files)
5688 ____________________________________________________________________________
5689 [  4341] By: jhi                                   on 1999/10/11  06:37:47
5690         Log: The 2.5th cut at the AIX C++ extension problems.
5691      Branch: cfgperl
5692            ! hints/aix.sh
5693 ____________________________________________________________________________
5694 [  4340] By: gsar                                  on 1999/10/10  23:48:07
5695         Log: add perlhack.pod from Nathan Torkington <gnat@frii.com>
5696      Branch: perl
5697            + pod/perlhack.pod
5698            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
5699 ____________________________________________________________________________
5700 [  4339] By: gsar                                  on 1999/10/10  20:42:40
5701         Log: revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source
5702              compatibility; introduce SAVEDESTRUCTOR_X() that accepts
5703              void(*)(pTHX_ void*)
5704      Branch: perl
5705            ! embed.h embed.pl ext/Devel/DProf/DProf.xs global.sym mg.c
5706            ! objXSUB.h perl.h perlapi.c perly.c perly.y perly_c.diff
5707            ! pod/perlguts.pod pod/perltoc.pod pp.c pp_hot.c proto.h
5708            ! regcomp.h regexec.c scope.c scope.h toke.c vms/perly_c.vms
5709 ____________________________________________________________________________
5710 [  4338] By: gsar                                  on 1999/10/10  20:38:59
5711         Log: add missing new diagnostics to perldelta
5712      Branch: perl
5713            ! pod/perldelta.pod
5714 ____________________________________________________________________________
5715 [  4337] By: gsar                                  on 1999/10/10  17:40:13
5716         Log: update perldelta for change#3406
5717      Branch: perl
5718            ! embed.pl pod/perldata.pod pod/perldelta.pod
5719 ____________________________________________________________________________
5720 [  4336] By: gsar                                  on 1999/10/10  16:33:14
5721         Log: integrate cfgperl contents into mainline
5722      Branch: perl
5723           +> ext/DynaLoader/hints/aix.pl
5724           !> MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh hints/irix_6.sh
5725           !> makedef.pl perl.h pod/perldelta.pod
5726 ____________________________________________________________________________
5727 [  4335] By: jhi                                   on 1999/10/10  11:09:48
5728         Log: Update perldelta.
5729      Branch: cfgperl
5730            ! pod/perldelta.pod
5731 ____________________________________________________________________________
5732 [  4334] By: jhi                                   on 1999/10/10  10:31:46
5733         Log: Integrate with Sarathy.
5734      Branch: cfgperl
5735           +> win32/genmk95.pl
5736           !> Changes MANIFEST README.win32 cop.h ext/Thread/Thread.pm
5737           !> ext/Thread/Thread.xs ext/Thread/Thread/Queue.pm
5738           !> ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
5739           !> ext/Thread/sync.t ext/Thread/sync2.t installperl
5740           !> lib/Exporter.pm lib/ExtUtils/MM_Unix.pm
5741           !> lib/ExtUtils/MM_Win32.pm lib/diagnostics.pm lib/lib.pm perl.c
5742           !> pod/perldelta.pod pod/perlfunc.pod pp_ctl.c pp_hot.c pp_sys.c
5743           !> utils/perldoc.PL win32/makefile.mk
5744 ____________________________________________________________________________
5745 [  4333] By: gsar                                  on 1999/10/10  06:33:15
5746         Log: install pods to 'pods' rather than 'pod' on cygwin (modified
5747              a patch suggested by cwilson@cc865179-c.chmbl1.ga.home.com)
5748      Branch: perl
5749            ! installperl lib/diagnostics.pm utils/perldoc.PL
5750 ____________________________________________________________________________
5751 [  4332] By: gsar                                  on 1999/10/10  05:15:26
5752         Log: add $VERSION
5753      Branch: perl
5754            ! lib/Exporter.pm
5755 ____________________________________________________________________________
5756 [  4331] By: gsar                                  on 1999/10/10  05:10:22
5757         Log: describe what can go in an export list (from Anno Siegel
5758              <anno4000@lublin.zrz.tu-berlin.de>)
5759      Branch: perl
5760            ! lib/Exporter.pm
5761 ____________________________________________________________________________
5762 [  4330] By: gsar                                  on 1999/10/10  04:50:43
5763         Log: more basic support for building modules under Windows 95/98
5764              (applied relevant parts from a patch suggested by
5765              Jochen Wiedmann <joe@ispsoft.de>)
5766      Branch: perl
5767            ! lib/ExtUtils/MM_Unix.pm
5768 ____________________________________________________________________________
5769 [  4329] By: gsar                                  on 1999/10/10  04:28:38
5770         Log: rudimentary support for building under Windows 95/98 (from
5771              Benjamin Stuhl <sho_pi@hotmail.com>)
5772      Branch: perl
5773            + win32/genmk95.pl
5774            ! MANIFEST README.win32 lib/ExtUtils/MM_Win32.pm
5775            ! win32/makefile.mk
5776 ____________________________________________________________________________
5777 [  4328] By: gsar                                  on 1999/10/10  03:37:21
5778         Log: fix two leaks in Thread.xs (from Eugene Alterman
5779              <Eugene.Alterman@bremer-inc.com>); convert places with
5780              'use attrs' to new attributes syntax
5781      Branch: perl
5782            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
5783            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
5784            ! ext/Thread/Thread/Specific.pm ext/Thread/sync.t
5785            ! ext/Thread/sync2.t
5786 ____________________________________________________________________________
5787 [  4327] By: gsar                                  on 1999/10/10  02:23:52
5788         Log: avoid duplicates in @INC, they cause leaks in mod_perl etc
5789              (suggested by Tod Irwin <irwin@stockmaster.com>)
5790      Branch: perl
5791            ! lib/lib.pm
5792 ____________________________________________________________________________
5793 [  4326] By: gsar                                  on 1999/10/10  00:51:48
5794         Log: better documentation for recv() (from Anton Berezin
5795              <tobez@plab.ku.dk>)
5796      Branch: perl
5797            ! pod/perlfunc.pod
5798 ____________________________________________________________________________
5799 [  4325] By: gsar                                  on 1999/10/09  22:46:23
5800         Log: perldelta updates (see TODO markers)
5801      Branch: perl
5802            ! Changes pod/perldelta.pod pp_sys.c
5803 ____________________________________________________________________________
5804 [  4324] By: gsar                                  on 1999/10/09  19:43:10
5805         Log: fix Exporter::export_to_level() documentation
5806      Branch: perl
5807            ! lib/Exporter.pm
5808 ____________________________________________________________________________
5809 [  4323] By: gsar                                  on 1999/10/09  18:48:31
5810         Log: don't run END blocks when running under -c switch (older,
5811              rarely useful behavior may still be obtained by putting
5812              BEGIN { $^C = 0; exit; } at the end of the script)
5813      Branch: perl
5814            ! perl.c
5815 ____________________________________________________________________________
5816 [  4322] By: jhi                                   on 1999/10/09  05:31:26
5817         Log: While awaiting a good test program to detect the broken gcc.
5818              From: Thomas Conté <tom@fr.uu.net>
5819              To: <jhi@iki.fi>
5820              Cc: <perl5-porters@perl.org>
5821              Subject: Re: [ID 19990825.007] test t/lib/ipc_sysv.t failing under irix 6.4
5822              Date: Wed, 6 Oct 1999 19:56:29 +0200
5823              Message-ID: <000a01bf1024$1d938f20$252ad0d4@eng.iway.fr>
5824      Branch: cfgperl
5825            ! hints/irix_6.sh perl.h
5826 ____________________________________________________________________________
5827 [  4321] By: gsar                                  on 1999/10/09  00:41:02
5828         Log: POPSUB() gave up the refcount to the CV before LEAVE had a chance to
5829              clear entries in the CV's pad, leading to coredumps when CV had no
5830              other references to it; this is a slightly edited version of the
5831              patch suggested by Russel O'Connor <roconnor@world.std.com>
5832      Branch: perl
5833            ! cop.h pp_ctl.c pp_hot.c
5834 ____________________________________________________________________________
5835 [  4320] By: gsar                                  on 1999/10/08  22:50:51
5836         Log: revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24
5837              situation (assumptions about cx invalidation are not valid
5838              anymore)
5839      Branch: perl
5840            ! cop.h pp_ctl.c pp_hot.c
5841 ____________________________________________________________________________
5842 [  4319] By: jhi                                   on 1999/10/08  14:33:31
5843         Log: Integrate with Sarathy.
5844      Branch: cfgperl
5845           !> cop.h ext/Thread/Thread.xs op.c opcode.h perl.c perl.h perly.c
5846           !> perly.y pod/perldiag.pod pod/perlfunc.pod pp_ctl.c pp_sys.c
5847           !> t/comp/bproto.t thrdvar.h toke.c util.c
5848 ____________________________________________________________________________
5849 [  4318] By: jhi                                   on 1999/10/08  13:51:34
5850         Log: The second cut at AIX C++ extension troubles.
5851      Branch: cfgperl
5852            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
5853            ! hints/aix.sh
5854 ____________________________________________________________________________
5855 [  4317] By: jhi                                   on 1999/10/08  10:44:13
5856         Log: The first cut at fixing Perl extensions written in C++ in AIX,
5857              statics don't get initialized right.  This patch at least
5858              doesn't seem to break the build in my AIX, but unfortunately
5859              I don't have the IBM C++ to do further testing.
5860              
5861              Problem reported by Stephanie Beals in
5862              From: bealzy@us.ibm.com
5863              To: perl5-porters@perl.org
5864              Subject: [ID 19991007.005] DynaLoader/dl_aix.xs problem using load and unload on AIX
5865              Date: Thu, 7 Oct 1999 15:05:54 -0400
5866              Message-Id: <85256803.0068E70D.00@D51MTA03.pok.ibm.com>
5867      Branch: cfgperl
5868            + ext/DynaLoader/hints/aix.pl
5869            ! MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh
5870 ____________________________________________________________________________
5871 [  4316] By: gsar                                  on 1999/10/08  10:26:15
5872         Log: remove kludgey duplicate background error avoidance (caused
5873              "leaks"; %@ wasn't even user-visible under -Dusethreads);
5874              only repeats of most recent error are now avoided
5875      Branch: perl
5876            ! ext/Thread/Thread.xs perl.c perl.h pp_ctl.c thrdvar.h util.c
5877 ____________________________________________________________________________
5878 [  4315] By: jhi                                   on 1999/10/08  09:48:59
5879         Log: Fix omission.
5880      Branch: cfgperl
5881            ! makedef.pl
5882 ____________________________________________________________________________
5883 [  4314] By: gsar                                  on 1999/10/08  07:17:01
5884         Log: extend change#2299 to C<use> (fixes scoping problems in
5885              C<if (...) { use foo; ... }>)
5886      Branch: perl
5887            ! op.c
5888 ____________________________________________________________________________
5889 [  4313] By: gsar                                  on 1999/10/08  04:52:19
5890         Log: small tweak for change#4309
5891      Branch: perl
5892            ! op.c
5893 ____________________________________________________________________________
5894 [  4312] By: gsar                                  on 1999/10/08  02:31:13
5895         Log: add suggested patch =~ s/NOTOP/OP_NOT/ with tests
5896              From: Larry Wall <larry@wall.org>
5897              Date: Wed, 6 Oct 1999 09:55:57 -0700 (PDT)
5898              Message-Id: <199910061655.JAA11333@kiev.wall.org>
5899              Subject: Re: [ID 19991001.004] apparent parsing error with not(arg)
5900      Branch: perl
5901            ! opcode.h t/comp/bproto.t toke.c
5902 ____________________________________________________________________________
5903 [  4311] By: gsar                                  on 1999/10/08  00:58:19
5904         Log: typo
5905      Branch: perl
5906            ! pp_sys.c
5907 ____________________________________________________________________________
5908 [  4310] By: gsar                                  on 1999/10/07  23:51:38
5909         Log: fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted by
5910              Brian Mitchell <brian@chele.cais.net>)
5911      Branch: perl
5912            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
5913 ____________________________________________________________________________
5914 [  4309] By: gsar                                  on 1999/10/07  22:57:52
5915         Log: change#3728 was flawed (loop contexts saw the wrong statement
5916              info, causing loop control constructs to not find the label);
5917              disable OP_SETSTATE entirely and add a fix that is specifically
5918              targetted at disabling the OP_LINESEQ optimization in else BLOCK,
5919              which was what the original patch was supposed to fix
5920              
5921              TODO: remove the remainder of the setstate logic if it can't
5922              be used anywhere else (it isn't used anywhere now)
5923      Branch: perl
5924            ! cop.h op.c perly.c perly.y
5925 ____________________________________________________________________________
5926 [  4308] By: jhi                                   on 1999/10/07  19:21:27
5927         Log: Integrate with Sarathy.
5928      Branch: cfgperl
5929           !> lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
5930 ____________________________________________________________________________
5931 [  4307] By: gsar                                  on 1999/10/07  15:12:24
5932         Log: update to podlators-0.08 from Russ Allbery
5933      Branch: perl
5934            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
5935 ____________________________________________________________________________
5936 [  4306] By: jhi                                   on 1999/10/06  17:20:34
5937         Log: Integrate with Sarathy.
5938      Branch: cfgperl
5939           !> (integrate 45 files)
5940 ____________________________________________________________________________
5941 [  4305] By: gsar                                  on 1999/10/06  16:55:45
5942         Log: some versions of mingw32 have __int64, define iff it isn't
5943      Branch: perl
5944            ! win32/win32.h
5945 ____________________________________________________________________________
5946 [  4304] By: gsar                                  on 1999/10/06  03:45:44
5947         Log: fix typos in change#4288
5948      Branch: perl
5949            ! Changes dump.c sv.c
5950 ____________________________________________________________________________
5951 [  4303] By: gsar                                  on 1999/10/06  03:22:46
5952         Log: integrate cfgperl contents into mainline
5953      Branch: perl
5954           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
5955            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
5956           !> (integrate 31 files)
5957 ____________________________________________________________________________
5958 [  4302] By: gsar                                  on 1999/10/06  02:36:53
5959         Log: make die/warn and other diagnostics go to wherever STDERR happens
5960              to point at; change places that meant Perl_debug_log rather than
5961              PerlIO_stderr()
5962      Branch: perl
5963            ! cop.h doio.c embedvar.h ext/Devel/Peek/Peek.xs
5964            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
5965            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
5966            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
5967            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
5968            ! ext/DynaLoader/dl_rhapsody.xs ext/DynaLoader/dl_vmesa.xs
5969            ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
5970            ! ext/Thread/Thread.xs ext/Thread/typemap intrpvar.h malloc.c
5971            ! mg.c objXSUB.h op.c perl.c perl.h perlio.c pp.c pp_ctl.c
5972            ! pp_hot.c regexec.c scope.c scope.h sv.c thread.h toke.c util.c
5973            ! win32/dl_win32.xs win32/win32.c win32/win32thread.c
5974 ____________________________________________________________________________
5975 [  4301] By: jhi                                   on 1999/10/05  23:03:46
5976         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5977              To: François Désarménien <desar@club-internet.fr>
5978              Cc: "perl5-porters@perl.org" <perl5-porters@perl.org>
5979              Subject: Re: Strange RE engine breakage in 5_61
5980              Date: Mon, 4 Oct 1999 19:58:03 -0400
5981              Message-ID: <19991004195803.A21760@monk.mps.ohio-state.edu>
5982              
5983              (had to apply pat.t part manually because there
5984              already were more tests than there was in _61)
5985      Branch: cfgperl
5986            ! regcomp.c regexec.c t/op/pat.t t/op/re_tests
5987 ____________________________________________________________________________
5988 [  4300] By: jhi                                   on 1999/10/04  17:03:18
5989         Log: From: Andy Dougherty <doughera@lafayette.edu>
5990              To: Jarkko Hietaniemi <jhi@iki.fi>
5991              cc: Perl Porters <perl5-porters@perl.org>, jhi@cc.hut.fi
5992              Subject: Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn't
5993              Date: Mon, 4 Oct 1999 13:05:08 -0400 (EDT)
5994              Message-ID: <Pine.SOL.4.10.9910041302550.6502-100000@maxwell.phys.lafayette.edu>
5995      Branch: cfgperl
5996            + eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
5997            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
5998            ! MANIFEST ext/B/defsubs_h.PL
5999 ____________________________________________________________________________
6000 [  4299] By: jhi                                   on 1999/10/04  07:15:16
6001         Log: From: Michael G Schwern <schwern@pobox.com>
6002              To: perl5-porters@perl.org
6003              Subject: Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
6004              Date: Sun, 3 Oct 1999 17:34:17 -0400
6005              Message-ID: <19991003173417.A4351@blackrider>
6006      Branch: cfgperl
6007            ! t/lib/fields.t t/pragma/constant.t
6008 ____________________________________________________________________________
6009 [  4298] By: gsar                                  on 1999/10/04  04:57:53
6010         Log: some compatibility macros were busted
6011      Branch: perl
6012            ! embed.h embed.pl toke.c
6013 ____________________________________________________________________________
6014 [  4297] By: jhi                                   on 1999/10/03  17:50:59
6015         Log: A better version of #4296.
6016              
6017              From: Michael G Schwern <schwern@pobox.com>
6018              To: perl5-porters@perl.org
6019              Subject: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
6020              Date: Sun, 3 Oct 1999 13:54:23 -0400
6021              Message-ID: <19991003135423.A3050@blackrider>
6022      Branch: cfgperl
6023            ! av.c op.c pod/perldiag.pod
6024 ____________________________________________________________________________
6025 [  4296] By: jhi                                   on 1999/10/03  17:21:01
6026         Log: (Replaced by #4297.)
6027              
6028              From: Michael G Schwern <schwern@pobox.com>
6029              To: perl5-porters@perl.org
6030              Subject: [PATCH av.c, perldiag.pod] Added field name to "No such array field"
6031              Date: Sun, 3 Oct 1999 13:16:47 -0400
6032              Message-ID: <19991003131647.A2816@blackrider>
6033              
6034              plus changed the error message to say "No such pseudo-hash field"
6035              as discussed in the above mail message.
6036      Branch: cfgperl
6037            ! av.c pod/perldiag.pod
6038 ____________________________________________________________________________
6039 [  4295] By: gsar                                  on 1999/10/03  16:09:36
6040         Log: avoid doing irrelevant things on 'make perl'
6041      Branch: perl
6042            ! Makefile.SH
6043 ____________________________________________________________________________
6044 [  4294] By: jhi                                   on 1999/10/03  14:16:24
6045         Log: Fix a typo in #4293 spotted by Graham Barr.
6046      Branch: cfgperl
6047            ! pod/perlref.pod
6048 ____________________________________________________________________________
6049 [  4293] By: jhi                                   on 1999/10/03  11:31:22
6050         Log: From: Michael G Schwern <schwern@blackrider.aocn.com>
6051              To: perl5-porters@perl.org
6052              Subject: Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH]
6053              Date: Sun, 3 Oct 1999 02:34:01 -0400
6054              Message-ID: <19991003023401.A1520@blackrider>
6055      Branch: cfgperl
6056            ! pod/perlfunc.pod pod/perlref.pod
6057 ____________________________________________________________________________
6058 [  4292] By: jhi                                   on 1999/10/03  09:23:16
6059         Log: From: Barrie Slaymaker <barries@slaysys.com>
6060              To: perl5-porters@perl.org
6061              Subject: [PATCH 5.005_61] Benchmark.pm bugfix, tweaks
6062              Date: Sun, 3 Oct 1999 00:09:51 -0400
6063              Message-Id: <199910030409.AAA18228@jester.slaysys.com>
6064      Branch: cfgperl
6065            ! lib/Benchmark.pm
6066 ____________________________________________________________________________
6067 [  4291] By: jhi                                   on 1999/10/02  23:43:53
6068         Log: Be understanding about large file systems.
6069      Branch: cfgperl
6070            ! t/lib/syslfs.t t/op/lfs.t
6071 ____________________________________________________________________________
6072 [  4290] By: jhi                                   on 1999/10/02  23:39:16
6073         Log: Configure fixfest continues.
6074      Branch: cfgperl
6075            ! Configure config_h.SH
6076      Branch: metaconfig
6077            ! U/modified/d_longdbl.U U/modified/d_longlong.U
6078            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
6079            ! U/typedefs/gidsize.U U/typedefs/pidsign.U U/typedefs/pidsize.U
6080            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
6081      Branch: metaconfig/U/perl
6082            ! i_inttypes.U io64.U
6083 ____________________________________________________________________________
6084 [  4289] By: jhi                                   on 1999/10/02  23:12:54
6085         Log: Regen Porting stuff.
6086      Branch: cfgperl
6087            ! Porting/Glossary Porting/config.sh Porting/config_H
6088 ____________________________________________________________________________
6089 [  4288] By: jhi                                   on 1999/10/02  23:05:50
6090         Log: Untangle the IV_IS_QUAD jungle by introduding
6091              macros to be used when doing formatted printing:
6092              IVdf, UVuf, UVxf, UVof.  Also introduce Uid_t_SIGN.
6093      Branch: cfgperl
6094            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6095            ! config_h.SH doio.c dump.c op.c perl.h pp_hot.c pp_sys.c
6096            ! regcomp.c sv.c taint.c toke.c util.c
6097 ____________________________________________________________________________
6098 [  4287] By: jhi                                   on 1999/10/02  22:54:18
6099         Log: metaconfig maintenance.
6100      Branch: metaconfig
6101            ! U/ebcdic/ebcdic.U U/typedefs/gidsign.U U/typedefs/gidsize.U
6102            ! U/typedefs/pidsign.U U/typedefs/pidsize.U U/typedefs/uidsign.U
6103            ! U/typedefs/uidsize.U
6104 ____________________________________________________________________________
6105 [  4286] By: nick                                  on 1999/10/02  11:11:44
6106         Log: Incremental merge of mainline
6107      Branch: utfperl
6108           +> README.Y2K hints/svr5.sh lib/Pod/Man.pm
6109           +> lib/unicode/Unicode.html t/op/args.t t/pod/multiline_items.t
6110           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
6111           +> t/pod/podselect.t t/pod/podselect.xr
6112            - lib/Pod/PlainText.pm
6113           !> (integrate 148 files)
6114 ____________________________________________________________________________
6115 [  4285] By: jhi                                   on 1999/10/02  10:16:15
6116         Log: Battle namespace pollution.
6117      Branch: cfgperl
6118            ! lib/Benchmark.pm
6119 ____________________________________________________________________________
6120 [  4284] By: jhi                                   on 1999/10/02  10:11:20
6121         Log: Regen Configure, all of xs_apiversion didn't take.
6122      Branch: cfgperl
6123            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6124            ! config_h.SH patchlevel.h
6125 ____________________________________________________________________________
6126 [  4283] By: jhi                                   on 1999/10/02  09:48:17
6127         Log: Integrate with Sarathy.
6128      Branch: cfgperl
6129           +> lib/Pod/Man.pm t/pod/multiline_items.t
6130           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
6131           +> t/pod/podselect.t t/pod/podselect.xr
6132            - lib/Pod/PlainText.pm
6133           !> (integrate 50 files)
6134 ____________________________________________________________________________
6135 [  4282] By: gsar                                  on 1999/10/02  06:39:14
6136         Log: update pod2man, pod2text and related Pod:: modules with the
6137              ones in podlators-0.07 from Russ Allbery
6138      Branch: perl
6139            + lib/Pod/Man.pm
6140            ! lib/Pod/Text.pm lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
6141            ! pod/pod2man.PL pod/pod2text.PL
6142 ____________________________________________________________________________
6143 [  4281] By: gsar                                  on 1999/10/02  06:14:44
6144         Log: fix PodParser testsuite; Pod::Text subsumes Pod::PlainText
6145      Branch: perl
6146            - lib/Pod/PlainText.pm
6147            ! MANIFEST lib/Pod/Text.pm lib/Pod/Usage.pm pod/pod2usage.PL
6148            ! pod/podchecker.PL pod/podselect.PL t/pod/emptycmd.t
6149            ! t/pod/for.t t/pod/headings.t t/pod/include.t t/pod/included.t
6150            ! t/pod/lref.t t/pod/multiline_items.t t/pod/nested_items.t
6151            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
6152            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
6153            ! t/pod/special_seqs.t t/pod/testp2pt.pl t/pod/testpchk.pl
6154 ____________________________________________________________________________
6155 [  4280] By: gsar                                  on 1999/10/02  04:39:38
6156         Log: upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>
6157      Branch: perl
6158            + t/pod/multiline_items.t t/pod/multiline_items.xr
6159            + t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/podselect.t
6160            + t/pod/podselect.xr
6161            ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
6162            ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
6163            ! lib/Pod/Usage.pm t/pod/for.xr t/pod/headings.xr
6164            ! t/pod/include.xr t/pod/included.xr t/pod/lref.xr
6165            ! t/pod/nested_items.xr t/pod/nested_seqs.xr
6166            ! t/pod/oneline_cmds.xr t/pod/poderrs.xr t/pod/special_seqs.xr
6167            ! t/pod/testp2pt.pl
6168 ____________________________________________________________________________
6169 [  4279] By: gsar                                  on 1999/10/02  03:36:41
6170         Log: make exists() work better on pseudo-hashes (reworked a patch suggested
6171              by Michael G Schwern <schwern@pobox.com>)
6172      Branch: perl
6173            ! av.c t/op/avhv.t
6174 ____________________________________________________________________________
6175 [  4278] By: gsar                                  on 1999/10/02  02:36:55
6176         Log: deprecate C<use attrs>
6177      Branch: perl
6178            ! ext/attrs/attrs.pm ext/attrs/attrs.xs t/lib/attrs.t
6179            ! t/lib/thread.t t/pragma/sub_lval.t
6180 ____________________________________________________________________________
6181 [  4277] By: gsar                                  on 1999/10/02  01:43:25
6182         Log: add notes about effect of loop control statements inside
6183              LABEL BLOCK continue BLOCK
6184      Branch: perl
6185            ! pod/perlfunc.pod
6186 ____________________________________________________________________________
6187 [  4276] By: gsar                                  on 1999/10/02  01:23:02
6188         Log: indent nested =items properly (suggested by Bill Fenner
6189              <fenner@research.att.com>)
6190      Branch: perl
6191            ! pod/pod2man.PL
6192 ____________________________________________________________________________
6193 [  4275] By: gsar                                  on 1999/10/02  01:09:16
6194         Log: updated ptags generator from Ilya Zakharevich
6195      Branch: perl
6196            ! emacs/ptags
6197 ____________________________________________________________________________
6198 [  4274] By: gsar                                  on 1999/10/01  23:08:52
6199         Log: update Changes
6200      Branch: perl
6201            ! Changes
6202 ____________________________________________________________________________
6203 [  4273] By: gsar                                  on 1999/10/01  22:58:55
6204         Log: typo, whitespace adjustments
6205      Branch: perl
6206            ! utils/h2xs.PL
6207 ____________________________________________________________________________
6208 [  4272] By: gsar                                  on 1999/10/01  22:46:06
6209         Log: remove dup hunks
6210      Branch: perl
6211            ! configure.com vms/vms.c
6212 ____________________________________________________________________________
6213 [  4271] By: gsar                                  on 1999/10/01  22:33:02
6214         Log: integrate cfgperl contents into mainline; resolve h2xs.PL conflict
6215              by declaring new globals "our" (XXX this means h2xs generated code
6216              won't run on earlier versions; a switch to generate compatible
6217              source is needed)
6218      Branch: perl
6219           !> (integrate 35 files)
6220 ____________________________________________________________________________
6221 [  4270] By: jhi                                   on 1999/10/01  12:05:56
6222         Log: Integrate with Sarathy.
6223      Branch: cfgperl
6224           !> ext/B/B/C.pm lib/ExtUtils/typemap lib/ExtUtils/xsubpp
6225           !> pod/perldiag.pod util.c
6226 ____________________________________________________________________________
6227 [  4269] By: jhi                                   on 1999/10/01  10:26:19
6228         Log: From: Piotr Klaban <makler@oryl.man.torun.pl>
6229              To: perl5-porters@perl.org
6230              Subject: [ID 19991001.001] perlguts man page error
6231              Date: Fri, 1 Oct 1999 10:23:49 +0200 (MET DST)
6232              Message-Id: <199910010823.KAA05796@oryl.man.torun.pl>
6233      Branch: cfgperl
6234            ! pod/perlguts.pod
6235 ____________________________________________________________________________
6236 [  4268] By: jhi                                   on 1999/10/01  07:32:33
6237         Log: There *is* a month called October.
6238      Branch: cfgperl
6239            ! t/op/time.t
6240 ____________________________________________________________________________
6241 [  4267] By: jhi                                   on 1999/10/01  06:58:10
6242         Log: Temp file cleanliness.
6243      Branch: cfgperl
6244            ! t/lib/filecopy.t
6245 ____________________________________________________________________________
6246 [  4266] By: jhi                                   on 1999/10/01  06:46:56
6247         Log: From: Barrie Slaymaker <barries@slaysys.com>
6248              To: perl5-porters@perl.org
6249              Subject: [PATCH 5.005_61] Benchmark.pm: Export countit(), cmpthese() by default
6250              Date: Thu, 30 Sep 1999 22:16:26 -0400
6251              Message-Id: <199910010216.WAA08309@jester.slaysys.com>
6252      Branch: cfgperl
6253            ! lib/Benchmark.pm
6254 ____________________________________________________________________________
6255 [  4265] By: jhi                                   on 1999/09/30  20:25:35
6256         Log: From: Barrie Slaymaker <barries@slaysys.com>
6257              To: perl5-porters@perl.org
6258              Subject: [PATCH 5.005_61] Benchmark tweaks, fixes, cmpthese()
6259              Date: Thu, 30 Sep 1999 15:44:00 -0400
6260              Message-Id: <199909301944.PAA07166@jester.slaysys.com>
6261              (Replaces #4175.)
6262      Branch: cfgperl
6263            ! lib/Benchmark.pm
6264 ____________________________________________________________________________
6265 [  4264] By: gsar                                  on 1999/09/30  17:59:26
6266         Log: re-add missing "Out of memory!" entry
6267      Branch: perl
6268            ! pod/perldiag.pod
6269 ____________________________________________________________________________
6270 [  4263] By: jhi                                   on 1999/09/30  17:05:43
6271         Log: Regenerate Configure.
6272      Branch: cfgperl
6273            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6274            ! config_h.SH
6275 ____________________________________________________________________________
6276 [  4261] By: jhi                                   on 1999/09/30  16:15:05
6277         Log: From: Andy Dougherty <doughera@lafayette.edu>
6278              To: Perl Porters <perl5-porters@perl.org>
6279              Subject: [PATCH 5.005_61] rand() advisory for perldelta.pod
6280              Date: Thu, 30 Sep 1999 12:24:00 -0400 (EDT)
6281              Message-ID: <Pine.SOL.4.10.9909301218390.3343-100000@maxwell.phys.lafayette.edu>
6282      Branch: cfgperl
6283            ! pod/perldelta.pod
6284 ____________________________________________________________________________
6285 [  4260] By: jhi                                   on 1999/09/30  15:48:56
6286         Log: From: Andy Dougherty <doughera@lafayette.edu>
6287              To: Jarkko Hietaniemi <jhi@iki.fi>, Gurusamy Sarathy <gsar@activestate.com>
6288              Subject: Re: Possible skeletal structure for searching multiple versions
6289              Date: Thu, 30 Sep 1999 11:52:00 -0400 (EDT)
6290              Message-ID: <Pine.SOL.4.10.9909301149090.3343-100000@maxwell.phys.lafayette.edu>
6291      Branch: metaconfig
6292            ! U/mkglossary
6293      Branch: metaconfig/U/perl
6294            + xs_apiversion.U
6295            ! patchlevel.U
6296 ____________________________________________________________________________
6297 [  4259] By: jhi                                   on 1999/09/30  15:07:16
6298         Log: Further ?idsize.U fixing.
6299      Branch: metaconfig
6300            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
6301 ____________________________________________________________________________
6302 [  4258] By: jhi                                   on 1999/09/30  15:00:14
6303         Log: Fix the ?idsi{gn,ze} units, from Andy Dougherty.
6304      Branch: metaconfig
6305            ! U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
6306            ! U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
6307 ____________________________________________________________________________
6308 [  4257] By: jhi                                   on 1999/09/30  09:48:33
6309         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
6310              To: Gurusamy Sarathy <gsar@ActiveState.com>
6311              Cc: tchrist@perl.com, Larry Wall <larry@wall.org>,
6312              The Perl Porters Mailing List <perl5-porters@perl.org>
6313              Subject: [PATCH] (Was: deprecating SIGDIE)
6314              Date: Wed, 29 Sep 1999 15:16:50 -0400
6315              Message-ID: <19990929151650.E26675@O2.chapin.edu>
6316      Branch: cfgperl
6317            ! Porting/findvars embedvar.h intrpvar.h mg.c objXSUB.h perl.c
6318 ____________________________________________________________________________
6319 [  4256] By: jhi                                   on 1999/09/30  09:45:22
6320         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6321              To: Gurusamy Sarathy <gsar@activestate.com>
6322              Cc: Barrie Slaymaker <barries@slaysys.com>, perl5-porters@perl.org
6323              Subject: Re: _58, _61 Argument "" is not numeric in sprintf
6324              Date: Wed, 29 Sep 1999 18:58:23 -0400
6325              Message-ID: <19990929185823.A22099@monk.mps.ohio-state.edu>
6326      Branch: cfgperl
6327            ! Makefile.SH opcode.pl
6328 ____________________________________________________________________________
6329 [  4255] By: gsar                                  on 1999/09/30  09:03:48
6330         Log: remove prehistoric XFree() gunk
6331      Branch: perl
6332            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
6333 ____________________________________________________________________________
6334 [  4254] By: gsar                                  on 1999/09/30  08:40:14
6335         Log: From: Vishal Bhatia <vishal@gol.com>
6336              Date: Wed, 29 Sep 1999 23:27:28 +0900 (JST)
6337              Message-ID: <Pine.LNX.4.10.9909292326280.5599-100000@localhost.localdomain>
6338              Subject: [patch _61] Minor corrections in C.pm
6339      Branch: perl
6340            ! ext/B/B/C.pm
6341 ____________________________________________________________________________
6342 [  4253] By: gsar                                  on 1999/09/30  08:36:27
6343         Log: off-by-one in fbm_compile() (spotted by John Bley
6344              <jbley@cs.cmu.edu>); whitespace adjustments
6345      Branch: perl
6346            ! util.c
6347 ____________________________________________________________________________
6348 [  4251] By: jhi                                   on 1999/09/30  08:09:13
6349         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6350              To: perl5-porters@perl.org (Mailing list Perl5)
6351              Subject: [PATCH 5.00561+]  Followup h2xs patch
6352              Date: Thu, 30 Sep 1999 04:15:52 -0400 (EDT)
6353              Message-Id: <199909300815.EAA25425@monk.mps.ohio-state.edu>
6354      Branch: cfgperl
6355            ! utils/h2xs.PL
6356 ____________________________________________________________________________
6357 [  4250] By: jhi                                   on 1999/09/29  19:11:32
6358         Log: Integrate with Sarathy.
6359      Branch: cfgperl
6360           !> djgpp/configure.bat embed.h embed.pl lib/Exporter/Heavy.pm
6361           !> lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm proto.h
6362           !> t/pragma/locale/latin1 win32/Makefile win32/makefile.mk
6363 ____________________________________________________________________________
6364 [  4249] By: bailey                                on 1999/09/29  02:21:31
6365         Log: resync with mainline
6366      Branch: vmsperl
6367           +> (branch 32 files)
6368            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
6369            - lib/unicode/blocks.txt lib/unicode/index2.txt
6370            - lib/unicode/jamo2.txt lib/unicode/names2.txt
6371            - lib/unicode/props2.txt lib/unicode/readme.txt
6372            - t/lib/bigfloatpm.t
6373           !> (integrate 240 files)
6374 ____________________________________________________________________________
6375 [  4248] By: jhi                                   on 1999/09/28  18:14:39
6376         Log: From: Andy Dougherty <doughera@lafayette.edu>
6377              To: Perl Porters <perl5-porters@perl.org>
6378              Subject: [PATCH 5.005_xx] Re: [Config 5.005_03] -DDEBUGGING
6379              Date: Tue, 28 Sep 1999 12:20:50 -0400 (EDT)
6380              Message-ID: <Pine.SOL.4.10.9909281019360.1890-100000@maxwell.phys.lafayette.edu>
6381              
6382              From: Andy Dougherty <doughera@lafayette.edu>
6383              To: Perl Porters <perl5-porters@perl.org>
6384              Subject: [ANOTHER PATCH 5.005_61] Re: [Config 5.005_03] -DDEBUGGING
6385              Date: Tue, 28 Sep 1999 13:39:49 -0400 (EDT)
6386              Message-ID: <Pine.SOL.4.10.9909281338180.2012-100000@maxwell.phys.lafayette.edu>
6387      Branch: cfgperl
6388            ! hints/README.hints hints/amigaos.sh hints/cygwin.sh
6389            ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh hints/mint.sh
6390            ! hints/mpeix.sh hints/next_3.sh hints/next_3_0.sh
6391            ! hints/next_4.sh
6392 ____________________________________________________________________________
6393 [  4247] By: gsar                                  on 1999/09/28  17:36:59
6394         Log: revert change#4115 (breaks libwww's base/date.t); could be 
6395              reworked to enable it conditional on $Time::Local::nocroak
6396              or some such
6397      Branch: perl
6398            ! lib/Time/Local.pm
6399 ____________________________________________________________________________
6400 [  4246] By: gsar                                  on 1999/09/28  17:33:14
6401         Log: tweak for win32 build
6402      Branch: perl
6403            ! win32/Makefile win32/makefile.mk
6404 ____________________________________________________________________________
6405 [  4245] By: gsar                                  on 1999/09/28  17:31:34
6406         Log: change#4236 fallout
6407      Branch: perl
6408            ! lib/ExtUtils/MM_Unix.pm
6409 ____________________________________________________________________________
6410 [  4244] By: gsar                                  on 1999/09/28  17:29:31
6411         Log: remove doubled new_xpv
6412      Branch: perl
6413            ! embed.h embed.pl proto.h
6414 ____________________________________________________________________________
6415 [  4243] By: jhi                                   on 1999/09/27  19:13:20
6416         Log: Artistic fine-tuning.
6417      Branch: cfgperl
6418            ! ext/B/defsubs_h.PL
6419 ____________________________________________________________________________
6420 [  4242] By: gsar                                  on 1999/09/27  17:05:22
6421         Log: avoid implicit split to @_ in change#4181; binary -> text file
6422              types in p4
6423      Branch: perl
6424            ! djgpp/configure.bat lib/Exporter/Heavy.pm
6425            ! t/pragma/locale/latin1
6426 ____________________________________________________________________________
6427 [  4241] By: jhi                                   on 1999/09/27  07:48:19
6428         Log: Integrate with Sarathy.
6429      Branch: cfgperl
6430           !> INSTALL embed.h embed.pl malloc.c pod/perldiag.pod pp.c
6431           !> pp_ctl.c pp_hot.c pp_sys.c win32/Makefile win32/makefile.mk
6432 ____________________________________________________________________________
6433 [  4240] By: jhi                                   on 1999/09/27  07:47:11
6434         Log: Finalize change #4232.
6435              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6436              To: Jarkko Hietaniemi <jhi@iki.fi>
6437              Cc: gsar@activestate.com, Mailing list Perl5 <perl5-porters@perl.org>
6438              Subject: Re: xsubpp change breaks B, DB_File, POSIX builds
6439              Date: Sun, 26 Sep 1999 16:52:31 -0400
6440              Message-ID: <19990926165230.A26933@monk.mps.ohio-state.edu>
6441      Branch: cfgperl
6442            ! lib/ExtUtils/xsubpp
6443 ____________________________________________________________________________
6444 [  4239] By: gsar                                  on 1999/09/27  02:48:42
6445         Log: add notes in INSTALL about Configure -Accflags=-DFOO
6446      Branch: perl
6447            ! INSTALL
6448 ____________________________________________________________________________
6449 [  4238] By: gsar                                  on 1999/09/27  02:03:48
6450         Log: PERL_POLLUTE isn't required for bincompat, so don't enable
6451              it automatically
6452      Branch: perl
6453            ! embed.h embed.pl
6454 ____________________________________________________________________________
6455 [  4237] By: gsar                                  on 1999/09/27  01:52:47
6456         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6457              Date: Fri, 24 Sep 1999 23:25:36 -0400
6458              Message-ID: <19990924232536.A16257@monk.mps.ohio-state.edu>
6459              Subject: [PATCH 5.005_61] Malloc fixes and docs
6460      Branch: perl
6461            ! malloc.c pod/perldiag.pod
6462 ____________________________________________________________________________
6463 [  4236] By: gsar                                  on 1999/09/27  01:31:32
6464         Log: avoid .exe in $Config{cc} (spotted by Vadim Konovalov
6465              <vkonovalov@lucent.com>)
6466      Branch: perl
6467            ! win32/Makefile win32/makefile.mk
6468 ____________________________________________________________________________
6469 [  4235] By: gsar                                  on 1999/09/26  17:02:03
6470         Log: fix buggy popping of subroutine contexts in the lvalue
6471              subroutines implementation (change#4081); correct the
6472              plethora of cases where DIE() was more appropriate than
6473              croak()
6474      Branch: perl
6475            ! pp.c pp_ctl.c pp_hot.c pp_sys.c
6476 ____________________________________________________________________________
6477 [  4234] By: jhi                                   on 1999/09/26  12:06:28
6478         Log: Fix #endif.
6479      Branch: cfgperl
6480            ! XSUB.h
6481 ____________________________________________________________________________
6482 [  4233] By: jhi                                   on 1999/09/26  11:59:18
6483         Log: Integrate with Sarathy. h2xs.PL had to be manually resolved,
6484              I kept my (Ilya's) version.
6485      Branch: cfgperl
6486           !> gv.c gv.h intrpvar.h keywords.h keywords.pl lib/Shell.pm op.c
6487           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
6488           !> pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
6489           !> pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
6490           !> pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
6491           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
6492 ____________________________________________________________________________
6493 [  4232] By: jhi                                   on 1999/09/26  09:53:43
6494         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6495              To: Mailing list Perl5 <perl5-porters@perl.org>
6496              Subject: [PATCH 5.005_61] teach xsubpp function pointers
6497              Date: Sun, 26 Sep 1999 01:36:09 -0400
6498              Message-ID: <19990926013609.A21148@monk.mps.ohio-state.edu>
6499              
6500              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6501              To: Mailing list Perl5 <perl5-porters@perl.org>
6502              Subject: [PATCH 5.005_61] Make h2xs -x almost bullet-proof
6503              Date: Sun, 26 Sep 1999 03:00:50 -0400
6504              Message-ID: <19990926030050.A21498@monk.mps.ohio-state.edu>
6505      Branch: cfgperl
6506            ! lib/ExtUtils/xsubpp utils/h2xs.PL
6507 ____________________________________________________________________________
6508 [  4231] By: jhi                                   on 1999/09/26  09:48:49
6509         Log: From: "Konovalov, Vadim" <vkonovalov@lucent.com>
6510              To: perl5-porters@perl.org
6511              Subject: misprint in perlguts
6512              Date: Sun, 26 Sep 1999 12:48:36 +0400
6513              Message-ID: <402099F49BEED211999700805FC7359F20D7A5@ru0028exch01.spb.lucent.com>
6514      Branch: cfgperl
6515            ! pod/perlguts.pod
6516 ____________________________________________________________________________
6517 [  4230] By: gsar                                  on 1999/09/26  00:50:08
6518         Log: add $installarchlib/CORE to default linker search path on windows
6519      Branch: perl
6520            ! win32/Makefile win32/makefile.mk
6521 ____________________________________________________________________________
6522 [  4229] By: gsar                                  on 1999/09/25  20:05:03
6523         Log: support C<use Shell> on Windows (reworked a patch suggested
6524              by Jenda Krynicky <Jenda@McCann.cz>)
6525      Branch: perl
6526            ! lib/Shell.pm
6527 ____________________________________________________________________________
6528 [  4228] By: gsar                                  on 1999/09/25  07:03:34
6529         Log: integrate cfgperl contents into mainline
6530      Branch: perl
6531           +> hints/svr5.sh
6532           !> Configure MANIFEST Makefile.SH config_h.SH hints/sco.sh
6533           !> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
6534           !> lib/unicode/mktables.PL pod/perldelta.pod pod/perlfaq9.pod
6535           !> regcomp.c regexec.c t/lib/syslfs.t t/op/lfs.t
6536 ____________________________________________________________________________
6537 [  4227] By: gsar                                  on 1999/09/25  06:44:47
6538         Log: From: Larry Wall <larry@wall.org>
6539              Date: Fri, 24 Sep 1999 21:59:37 PDT
6540              Message-Id: <199909250459.VAA27506@kiev.wall.org>
6541              Subject: Re: [PATCH 5.005_61] "our" declarations
6542      Branch: perl
6543            ! gv.c gv.h intrpvar.h keywords.h keywords.pl op.c
6544            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
6545            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
6546            ! pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
6547            ! pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
6548            ! utils/h2xs.PL
6549 ____________________________________________________________________________
6550 [  4226] By: jhi                                   on 1999/09/24  23:10:52
6551         Log: Integrate with Sarathy.
6552      Branch: cfgperl
6553           !> XSUB.h ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
6554           !> ext/POSIX/hints/linux.pl pod/perldiag.pod pod/perlfunc.pod
6555           !> pp.c t/lib/posix.t t/op/pack.t toke.c utils/perlcc.PL
6556 ____________________________________________________________________________
6557 [  4225] By: gsar                                  on 1999/09/24  18:19:54
6558         Log: avoid infinite recursive exec()s of perl.exe when shebang
6559              contains "Perl" rather than "perl" on DOSISH platforms
6560      Branch: perl
6561            ! toke.c
6562 ____________________________________________________________________________
6563 [  4224] By: gsar                                  on 1999/09/24  16:09:23
6564         Log: support cygwin and other platforms that link to import libraries
6565              rather than directly with shared libraries (from a suggestion
6566              by Lucian Cionca <Lucian.Cionca@algoritma.ro>)
6567      Branch: perl
6568            ! utils/perlcc.PL
6569 ____________________________________________________________________________
6570 [  4223] By: gsar                                  on 1999/09/24  05:05:06
6571         Log: normalize time for strftime() (without the isdst effects of
6572              mktime()) using a custom mini_mktime()
6573              From: spider-perl@Orb.Nashua.NH.US
6574              Date: Thu, 23 Sep 1999 17:54:53 -0400
6575              Message-Id: <199909232154.RAA25151@leggy.zk3.dec.com>
6576              Subject: Re: [ID 19990913.003] Possible bug using POSIX::strftime Digital UNIX Perl 5.005_03 
6577      Branch: perl
6578            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
6579            ! ext/POSIX/hints/linux.pl t/lib/posix.t
6580 ____________________________________________________________________________
6581 [  4222] By: gsar                                  on 1999/09/23  06:44:42
6582         Log: change "#" to a comment starter in pack templates; "/" now
6583              used for specifying counted types
6584              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6585              Date: Wed, 22 Sep 1999 19:41:30 -0400
6586              Message-ID: <19990922194130.A864@monk.mps.ohio-state.edu>
6587              Subject: [PATCH 5.005_61] Enable comments in pack()/unpack() templates
6588      Branch: perl
6589            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
6590 ____________________________________________________________________________
6591 [  4221] By: gsar                                  on 1999/09/23  06:26:54
6592         Log: From: Vishal Bhatia <vishal@gol.com>
6593              Date: Thu, 23 Sep 1999 12:45:19 +0900 (JST)
6594              Message-ID: <Pine.LNX.4.10.9909231218360.3428-100000@localhost.localdomain>
6595              Subject: [patch _61] perlcc changes
6596      Branch: perl
6597            ! utils/perlcc.PL
6598 ____________________________________________________________________________
6599 [  4220] By: gsar                                  on 1999/09/23  01:12:24
6600         Log: add include guard
6601      Branch: perl
6602            ! XSUB.h
6603 ____________________________________________________________________________
6604 [  4219] By: jhi                                   on 1999/09/22  20:38:15
6605         Log: Cleanup cleanup.
6606      Branch: cfgperl
6607            ! Makefile.SH t/lib/syslfs.t t/op/lfs.t
6608 ____________________________________________________________________________
6609 [  4218] By: jhi                                   on 1999/09/22  19:26:58
6610         Log: Tweak the equivalence tables once again.
6611      Branch: cfgperl
6612            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
6613            ! lib/unicode/mktables.PL
6614 ____________________________________________________________________________
6615 [  4215] By: jhi                                   on 1999/09/22  06:47:03
6616         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6617              To: Mailing list Perl5 <perl5-porters@perl.org>
6618              Subject: [PATCH 5.005_61] regfree could segfault with -Mre=debug
6619              Date: Tue, 21 Sep 1999 19:50:00 -0400
6620              Message-ID: <19990921195000.A23938@monk.mps.ohio-state.edu>
6621              
6622              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6623              To: Mailing list Perl5 <perl5-porters@perl.org>
6624              Subject: [PATCH 5.005_61] More verbose -Mre=debug
6625              Date: Tue, 21 Sep 1999 22:29:55 -0400
6626              Message-ID: <19990921222955.A25094@monk.mps.ohio-state.edu>
6627      Branch: cfgperl
6628            ! regcomp.c regexec.c
6629 ____________________________________________________________________________
6630 [  4214] By: jhi                                   on 1999/09/21  21:08:43
6631         Log: From: 0000-Admin (0000) <root@devsys0.zenez.com>
6632              Reply-To: gerberb@zenez.com
6633              To: perl5-porters@perl.org
6634              Subject: [ID 19990921.004] Changes for SCO OpenServer and UnixWare 7
6635              Date: Tue, 21 Sep 1999 11:07:46 -0600 (MDT)
6636              Message-Id: <199909211707.LAA23611@devsys0.zenez.com>
6637              
6638              (Snipped away the last lines of svr5.sh a la change #3725)
6639      Branch: cfgperl
6640            + hints/svr5.sh
6641            ! Configure MANIFEST config_h.SH hints/sco.sh
6642      Branch: metaconfig
6643            ! U/modified/Cppsym.U U/modified/Oldconfig.U
6644 ____________________________________________________________________________
6645 [  4213] By: jhi                                   on 1999/09/21  20:48:01
6646         Log: From: Kragen Sitaker <kragen@dnaco.net>
6647              To: perl5-porters@perl.org
6648              Subject: [ID 19990921.013] accidental list context in perlfaq9
6649              Date: Tue, 21 Sep 1999 16:27:53 -0400 (EDT)
6650              Reply-To: kragen@pobox.com
6651              Message-Id: <199909212027.QAA03450@kirk.dnaco.net>
6652      Branch: cfgperl
6653            ! pod/perlfaq9.pod
6654 ____________________________________________________________________________
6655 [  4212] By: jhi                                   on 1999/09/20  19:55:42
6656         Log: Integrate with Sarathy.
6657      Branch: cfgperl
6658           +> README.Y2K
6659           !> Changes MANIFEST
6660 ____________________________________________________________________________
6661 [  4211] By: jhi                                   on 1999/09/20  19:44:44
6662         Log: Rename -Duselfs to -Duselargefiles.  We don't need no stnkngbbrvtns.
6663      Branch: cfgperl
6664            ! Configure config_h.SH pod/perldelta.pod
6665      Branch: metaconfig/U/perl
6666            ! use64bits.U uselfs.U uselongdbl.U
6667 ____________________________________________________________________________
6668 [  4210] By: jhi                                   on 1999/09/20  19:38:26
6669         Log: Configure -A change: -Afoo=bar is equal to -Aappend:foo=" bar".
6670      Branch: cfgperl
6671            ! Configure config_h.SH
6672      Branch: metaconfig
6673            ! U/modified/Options.U
6674 ____________________________________________________________________________
6675 [  4209] By: gsar                                  on 1999/09/20  19:35:39
6676         Log: integrate cfgperl changes into mainline
6677      Branch: perl
6678           +> lib/unicode/Unicode.html
6679            ! Changes
6680           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6681           !> config_h.SH doio.c perl.h pod/perldelta.pod pod/perlfunc.pod
6682 ____________________________________________________________________________
6683 [  4208] By: gsar                                  on 1999/09/20  18:28:44
6684         Log: add README.Y2K (from Dominic Dunlop <domo@vo.lu>)
6685      Branch: perl
6686            + README.Y2K
6687            ! MANIFEST
6688 ____________________________________________________________________________
6689 [  4207] By: jhi                                   on 1999/09/20  11:06:13
6690         Log: Document -Duselfs, -Duselongdouble, and -Dusemorebits.
6691      Branch: cfgperl
6692            ! pod/perldelta.pod
6693 ____________________________________________________________________________
6694 [  4206] By: jhi                                   on 1999/09/20  09:53:15
6695         Log: Do not test for gccish things in non-gccish platforms.
6696      Branch: cfgperl
6697            ! Configure config_h.SH
6698      Branch: metaconfig
6699            ! U/compline/ccflags.U
6700 ____________________________________________________________________________
6701 [  4205] By: jhi                                   on 1999/09/20  09:41:22
6702         Log: Prompt for uselfs.
6703      Branch: cfgperl
6704            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6705            ! config_h.SH
6706      Branch: metaconfig
6707            ! U/mksample
6708      Branch: metaconfig/U/perl
6709            ! use64bits.U uselfs.U
6710 ____________________________________________________________________________
6711 [  4204] By: jhi                                   on 1999/09/20  09:09:29
6712         Log: Add usemorebits and uselfs.
6713      Branch: cfgperl
6714            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6715            ! config_h.SH doio.c perl.h
6716      Branch: metaconfig/U/perl
6717            + uselfs.U usemorebits.U
6718            ! use64bits.U uselongdbl.U
6719 ____________________________________________________________________________
6720 [  4203] By: jhi                                   on 1999/09/20  07:48:48
6721         Log: Dethinko.
6722      Branch: cfgperl
6723            ! pod/perlfunc.pod
6724 ____________________________________________________________________________
6725 [  4202] By: jhi                                   on 1999/09/20  07:33:32
6726         Log: Fix a bug in the description of endianness.  Reported in
6727              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
6728              To: perl5-porters@perl.org
6729              Subject: BUG: perldoc -f pack
6730              Date: Mon, 20 Sep 1999 09:43:49 +0400
6731              Message-ID: <402099F49BEED211999700805FC7359F20D3F5@ru0028exch01.spb.lucent.com>
6732      Branch: cfgperl
6733            ! pod/perlfunc.pod
6734 ____________________________________________________________________________
6735 [  4201] By: jhi                                   on 1999/09/20  07:01:26
6736         Log: Integrate with Sarathy.
6737      Branch: cfgperl
6738           +> t/op/args.t
6739           !> (integrate 31 files)
6740 ____________________________________________________________________________
6741 [  4200] By: gsar                                  on 1999/09/20  03:45:06
6742         Log: From: Russ Allbery <rra@stanford.edu>
6743              Date: 19 Aug 1999 04:35:44 -0700
6744              Message-Id: <yl7lms9f5b.fsf@windlord.stanford.edu>
6745              Subject: [ID 19990819.002] File::Find error when pruning top-level directories
6746      Branch: perl
6747            ! lib/File/Find.pm
6748 ____________________________________________________________________________
6749 [  4199] By: gsar                                  on 1999/09/20  03:27:49
6750         Log: suppress warning (from John Tobey <jtobey@epsilondev.com>)
6751      Branch: perl
6752            ! ext/B/B/Terse.pm
6753 ____________________________________________________________________________
6754 [  4198] By: gsar                                  on 1999/09/20  03:25:25
6755         Log: add arenas for managing allocations of remaining xpv*v structures
6756              From: Vishal Bhatia <vishal@gol.com>
6757              Date: Wed, 25 Aug 1999 00:31:33 +0900 (JST)
6758              Message-ID: <Pine.LNX.4.10.9908250031000.11727-100000@localhost.localdomain>
6759              Subject: [PATCH 5.005_60] removing extra ref count (compiler) 
6760      Branch: perl
6761            ! embed.h embed.pl embedvar.h ext/B/B/C.pm intrpvar.h objXSUB.h
6762            ! proto.h sv.c
6763 ____________________________________________________________________________
6764 [  4197] By: gsar                                  on 1999/09/20  03:06:10
6765         Log: queue errors due to strictures rather than printing them as
6766              warnings; symbols that violate strictures do *not* end up in
6767              the symbol table anyway, making multiple evals of the same piece
6768              of code produce the same errors; errors indicate all locations
6769              of a global symbol rather than just the first one; these
6770              changes make compile-time failures within evals reliably
6771              visible via the return value or contents of $@, and trappable
6772              using __DIE__ hooks
6773      Branch: perl
6774            ! embed.h embed.pl embedvar.h ext/DynaLoader/dlutils.c
6775            ! ext/Thread/Thread.xs global.sym gv.c objXSUB.h op.c perl.c
6776            ! perlapi.c pp_ctl.c proto.h regcomp.c t/pragma/strict-refs
6777            ! t/pragma/strict-vars thrdvar.h toke.c util.c
6778 ____________________________________________________________________________
6779 [  4196] By: gsar                                  on 1999/09/19  22:14:29
6780         Log: control change#1914 via hints (causes problems on some platforms)
6781      Branch: perl
6782            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
6783            ! ext/POSIX/hints/linux.pl
6784 ____________________________________________________________________________
6785 [  4195] By: gsar                                  on 1999/09/19  21:30:18
6786         Log: avoid clearing @_ at all for faster subroutine calls; fix bugs
6787              in passing around references to @_, eg C<sub foo { \@_ }>; add
6788              tests for the same
6789      Branch: perl
6790            + t/op/args.t
6791            ! MANIFEST cop.h pp.c pp_ctl.c pp_hot.c
6792 ____________________________________________________________________________
6793 [  4194] By: jhi                                   on 1999/09/18  18:57:45
6794         Log: Integrate with Sarathy.
6795      Branch: cfgperl
6796           !> opcode.h opcode.pl
6797 ____________________________________________________________________________
6798 [  4193] By: nick                                  on 1999/09/18  15:24:56
6799         Log: Re-integrate mainline
6800              Basic SvUTF8 stuff in headers, no functional changes yet.
6801      Branch: utfperl
6802            + lib/byte.pm lib/byte_heavy.pl
6803           +> ext/B/defsubs_h.PL ext/DB_File/version.c jpl/JNI/Closer.java
6804           +> jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
6805           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
6806           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
6807           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL lib/unicode/ArabShap.txt
6808           +> lib/unicode/Blocks.txt lib/unicode/CompExcl.txt
6809           +> lib/unicode/EAWidth.txt lib/unicode/Index.txt
6810           +> lib/unicode/Jamo-2.txt lib/unicode/LineBrk.txt
6811           +> lib/unicode/Names.txt lib/unicode/Props.txt
6812           +> lib/unicode/ReadMe.txt lib/unicode/SpecCase.txt
6813           +> t/lib/bigfltpm.t
6814            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
6815            - lib/unicode/blocks.txt lib/unicode/index2.txt
6816            - lib/unicode/jamo2.txt lib/unicode/names2.txt
6817            - lib/unicode/props2.txt lib/unicode/readme.txt
6818            - t/lib/bigfloatpm.t
6819            ! doop.c embed.h embed.pl gv.c mg.c objXSUB.h op.c op.h perl.h
6820            ! perlapi.c pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h
6821            ! regexec.c regexp.h regnodes.h sv.c sv.h toke.c utf8.c utf8.h
6822            ! warnings.h
6823           !> (integrate 142 files)
6824 ____________________________________________________________________________
6825 [  4192] By: gsar                                  on 1999/09/18  15:11:47
6826         Log: more op description tweaks
6827      Branch: perl
6828            ! opcode.h opcode.pl
6829 ____________________________________________________________________________
6830 [  4191] By: jhi                                   on 1999/09/18  07:47:16
6831         Log: Integrate with Sarathy.
6832      Branch: cfgperl
6833           !> Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
6834           !> t/pragma/warn/op
6835 ____________________________________________________________________________
6836 [  4190] By: jhi                                   on 1999/09/18  07:35:45
6837         Log: Add description of the Unicode database files.
6838      Branch: cfgperl
6839            + lib/unicode/Unicode.html
6840 ____________________________________________________________________________
6841 [  4189] By: gsar                                  on 1999/09/18  03:14:58
6842         Log: tweak some op names in change#4177 (will any of this break code that
6843              gropes $@ ?)
6844      Branch: perl
6845            ! Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
6846            ! t/pragma/warn/op
6847 ____________________________________________________________________________
6848 [  4188] By: jhi                                   on 1999/09/17  21:30:08
6849         Log: Pick up the typo fix.
6850      Branch: cfgperl
6851           !> t/io/open.t
6852 ____________________________________________________________________________
6853 [  4187] By: gsar                                  on 1999/09/17  21:13:55
6854         Log: fix typo
6855      Branch: perl
6856            ! t/io/open.t
6857 ____________________________________________________________________________
6858 [  4186] By: gsar                                  on 1999/09/17  20:57:29
6859         Log: integrate cfgperl change
6860      Branch: perl
6861           !> vms/subconfigure.com
6862 ____________________________________________________________________________
6863 [  4185] By: jhi                                   on 1999/09/17  20:46:41
6864         Log: Re-apply applicable parts of #3993, #3994, and #3995.
6865      Branch: cfgperl
6866            ! vms/subconfigure.com
6867 ____________________________________________________________________________
6868 [  4184] By: gsar                                  on 1999/09/17  20:26:02
6869         Log: integrate cfgperl contents into mainline
6870      Branch: perl
6871           +> lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
6872           +> lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
6873           +> lib/unicode/Index.txt lib/unicode/Jamo-2.txt
6874           +> lib/unicode/LineBrk.txt lib/unicode/Names.txt
6875           +> lib/unicode/Props.txt lib/unicode/ReadMe.txt
6876           +> lib/unicode/SpecCase.txt
6877            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
6878            - lib/unicode/index2.txt lib/unicode/jamo2.txt
6879            - lib/unicode/names2.txt lib/unicode/props2.txt
6880            - lib/unicode/readme.txt
6881           !> (integrate 73 files)
6882 ____________________________________________________________________________
6883 [  4183] By: jhi                                   on 1999/09/17  20:25:51
6884         Log: Integrate with Sarathy.
6885      Branch: cfgperl
6886           !> configure.com ext/ByteLoader/byterun.h
6887           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
6888           !> lib/File/Spec/VMS.pm pod/perlhist.pod t/io/open.t
6889           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
6890           !> vms/perly_h.vms vms/subconfigure.com vms/vms.c vms/vmsish.h
6891 ____________________________________________________________________________
6892 [  4182] By: gsar                                  on 1999/09/17  20:16:28
6893         Log: integrate vmsperl contents into mainline (where VMS files conflicted,
6894              vmsperl contents have prevailed)
6895      Branch: perl
6896           !> configure.com ext/ByteLoader/byterun.h
6897           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
6898           !> lib/File/Spec/VMS.pm t/io/open.t vms/descrip_mms.template
6899           !> vms/gen_shrfls.pl vms/perly_c.vms vms/perly_h.vms
6900           !> vms/subconfigure.com vms/vms.c vms/vmsish.h
6901 ____________________________________________________________________________
6902 [  4181] By: jhi                                   on 1999/09/17  20:12:37
6903         Log: From: Michael G Schwern <schwern@pobox.com>
6904              To: perl5-porters@perl.org
6905              Subject: [PATCH 5.005_60 lib/Exporter/Heavy.pm] export_to_level()
6906              Date: Thu, 19 Aug 1999 21:30:01 -0400
6907              Message-ID: <19990819213001.A22512@athens.aocn.com>
6908      Branch: cfgperl
6909            ! lib/Exporter/Heavy.pm
6910 ____________________________________________________________________________
6911 [  4180] By: gsar                                  on 1999/09/17  20:11:00
6912         Log: perlhist additions
6913      Branch: perl
6914            ! pod/perlhist.pod
6915 ____________________________________________________________________________
6916 [  4179] By: jhi                                   on 1999/09/17  20:08:00
6917         Log: The change #4176 should've undone only the test, not the code patch.
6918      Branch: cfgperl
6919            ! doio.c
6920 ____________________________________________________________________________
6921 [  4178] By: jhi                                   on 1999/09/17  20:06:08
6922         Log: From: Ian Phillipps <ian@dial.pipex.com>
6923              To: Hans GINZEL <hgin2088@mail.kolej.mff.cuni.cz>, perl5-porters@perl.org
6924              Subject: [PATCH 5.005_59] Re: [ID 19990820.007] Small typo in perlsyn.pod
6925              Date: Sat, 21 Aug 1999 12:36:12 +0100
6926              Message-ID: <19990821123612.A9955@homer.diplex.co.uk>
6927      Branch: cfgperl
6928            ! pod/perlsyn.pod
6929 ____________________________________________________________________________
6930 [  4177] By: jhi                                   on 1999/09/17  20:00:19
6931         Log: More descriptive names for operators.
6932              
6933              From: Michael G Schwern <schwern@pobox.com>
6934              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
6935              Cc: perl5-porters@perl.org
6936              Subject: Re: [ID 19990817.009] [BUG 5.005_60 & 5.005_03] == reported as eq in
6937              Date: Tue, 17 Aug 1999 18:35:45 -0400
6938              Message-ID: <19990817183545.A23073@toldyouso.com>
6939              
6940              From: Michael G Schwern <schwern@pobox.com>
6941              To: perl5-porters@perl.org
6942              Subject: [PATCH 5.005_60 opcode.pl and friends] Improved opcode descriptions
6943              Date: Wed, 18 Aug 1999 03:53:38 -0400
6944              Message-ID: <19990818035337.A31505@athens.aocn.com>
6945      Branch: cfgperl
6946            ! opcode.h opcode.pl pp.sym pp_proto.h sv.c t/op/misc.t
6947            ! t/pragma/warn/op t/pragma/warn/sv
6948 ____________________________________________________________________________
6949 [  4176] By: jhi                                   on 1999/09/17  18:19:18
6950         Log: Take away the infamous io/dup.t #7.
6951              It seems there simply is no way to portably
6952              "flush" an input file handle.
6953      Branch: cfgperl
6954            ! doio.c t/io/dup.t
6955 ____________________________________________________________________________
6956 [  4175] By: jhi                                   on 1999/09/17  14:45:08
6957         Log: From: Barrie Slaymaker <barries@slaysys.com>
6958              To: perl5-porters@perl.org
6959              Subject: [PATCH 5.005_61] Benchmark: screwed patch format, try this instead
6960              Date: Fri, 17 Sep 1999 11:16:48 -0400
6961              Message-Id: <199909171516.LAA30887@jester.slaysys.com>
6962      Branch: cfgperl
6963            ! lib/Benchmark.pm
6964 ____________________________________________________________________________
6965 [  4174] By: jhi                                   on 1999/09/17  14:07:16
6966         Log: UNICOS does support large files but doesn't support sparse files
6967              so we cannot easily test for large file support.
6968      Branch: cfgperl
6969            ! t/lib/syslfs.t t/op/lfs.t
6970 ____________________________________________________________________________
6971 [  4173] By: jhi                                   on 1999/09/17  14:03:44
6972         Log: UNICOS has sloppy division/modulo for floating point numbers.
6973      Branch: cfgperl
6974            ! t/op/arith.t
6975 ____________________________________________________________________________
6976 [  4172] By: jhi                                   on 1999/09/17  13:47:49
6977         Log: Portable blocksize (replaces #4171).
6978      Branch: cfgperl
6979            ! t/lib/syslfs.t t/op/lfs.t
6980 ____________________________________________________________________________
6981 [  4171] By: jhi                                   on 1999/09/17  13:08:54
6982         Log: (replaced by #4172)
6983      Branch: cfgperl
6984            ! t/lib/syslfs.t t/op/lfs.t
6985 ____________________________________________________________________________
6986 [  4170] By: jhi                                   on 1999/09/17  12:59:11
6987         Log: Detypo #4169.
6988      Branch: cfgperl
6989            ! t/lib/syslfs.t t/op/lfs.t
6990 ____________________________________________________________________________
6991 [  4169] By: jhi                                   on 1999/09/17  12:16:34
6992         Log: Diagnose possible quota limits.
6993      Branch: cfgperl
6994            ! t/lib/syslfs.t t/op/lfs.t
6995 ____________________________________________________________________________
6996 [  4168] By: jhi                                   on 1999/09/17  12:10:43
6997         Log: UNICOS doesn't have getpgid().  Or, at least 9.0.1ai
6998              doesn't have one that wouldn't cause SIGSYS.  UNICOS
6999              does have getpgrp(void) so Perl getpgrp() is happy.
7000      Branch: cfgperl
7001            ! hints/unicos.sh
7002 ____________________________________________________________________________
7003 [  4167] By: jhi                                   on 1999/09/17  11:49:30
7004         Log: Filesystem quotas may stop you from using large files.
7005      Branch: cfgperl
7006            ! pod/perldelta.pod t/lib/syslfs.t t/op/lfs.t
7007 ____________________________________________________________________________
7008 [  4166] By: jhi                                   on 1999/09/17  11:36:01
7009         Log: Too strict pattern for parsing group lists.
7010      Branch: cfgperl
7011            ! t/op/groups.t
7012 ____________________________________________________________________________
7013 [  4165] By: jhi                                   on 1999/09/17  09:06:18
7014         Log: Configure maintenance. It's sigaction.sa_flags
7015              and the Glossary regen'ed.
7016      Branch: cfgperl
7017            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7018            ! config_h.SH
7019      Branch: metaconfig
7020            ! U/compline/d_sigaction.U
7021 ____________________________________________________________________________
7022 [  4164] By: jhi                                   on 1999/09/15  06:57:51
7023         Log: Integrate with Sarathy.
7024      Branch: cfgperl
7025           +> jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
7026           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
7027           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
7028           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL
7029           !> Changes MANIFEST embed.h embed.pl jpl/JNI/JNI.pm
7030           !> jpl/JNI/JNI.xs jpl/JNI/Makefile.PL jpl/JNI/test.pl
7031           !> jpl/JNI/typemap jpl/JPL/Makefile.PL
7032           !> jpl/PerlInterpreter/Makefile.PL
7033           !> jpl/PerlInterpreter/PerlInterpreter.c
7034           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
7035           !> jpl/Sample/Makefile.PL jpl/install-jpl
7036           !> lib/File/Spec/Functions.pm pod/perlhist.pod regexec.c
7037           !> t/op/pat.t
7038 ____________________________________________________________________________
7039 [  4163] By: gsar                                  on 1999/09/15  05:17:27
7040         Log: add :ALL export tag (from Chris Nandor <pudge@pobox.com>)
7041      Branch: perl
7042            ! lib/File/Spec/Functions.pm
7043 ____________________________________________________________________________
7044 [  4162] By: gsar                                  on 1999/09/15  05:09:14
7045         Log: addendum to change#4136 (from Robin Barker <rmb1@cise.npl.co.uk>)
7046      Branch: perl
7047            ! Changes embed.h embed.pl
7048 ____________________________________________________________________________
7049 [  4161] By: gsar                                  on 1999/09/15  04:08:25
7050         Log: missing perlhist dates from Jeff Okamoto
7051      Branch: perl
7052            ! pod/perlhist.pod
7053 ____________________________________________________________________________
7054 [  4160] By: gsar                                  on 1999/09/15  03:13:08
7055         Log: jpl tweak
7056      Branch: perl
7057            ! MANIFEST jpl/JNI/Makefile.PL
7058 ____________________________________________________________________________
7059 [  4159] By: gsar                                  on 1999/09/15  02:57:08
7060         Log: update to JPL snapshot v09141999, with minor tweaks (from Brian
7061              Jepson <bjepson@home.com>)
7062      Branch: perl
7063            + jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
7064            + jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
7065            + jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
7066            + jpl/JNI/typemap.win32 jpl/SETVARS.PL
7067            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
7068            ! jpl/JNI/test.pl jpl/JNI/typemap jpl/JPL/Makefile.PL
7069            ! jpl/PerlInterpreter/Makefile.PL
7070            ! jpl/PerlInterpreter/PerlInterpreter.c
7071            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
7072            ! jpl/Sample/Makefile.PL jpl/install-jpl
7073 ____________________________________________________________________________
7074 [  4158] By: gsar                                  on 1999/09/15  01:27:14
7075         Log: From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
7076              Date:    Tue, 14 Sep 1999 21:26:15 EDT
7077              Message-Id: <199909150126.VAA24720@monk.mps.ohio-state.edu>
7078              Subject: [PATCH 5.005_58+] Re: [ID 19990914.001] Perl_re_intuit_start() hangs in a loop
7079      Branch: perl
7080            ! regexec.c t/op/pat.t
7081 ____________________________________________________________________________
7082 [  4157] By: jhi                                   on 1999/09/14  21:18:09
7083         Log: config.h will define USE_64_BITS if need be.
7084      Branch: cfgperl
7085            ! hints/irix_6.sh
7086 ____________________________________________________________________________
7087 [  4156] By: jhi                                   on 1999/09/14  20:30:00
7088         Log: Change #4149 necessitates also a small code change.
7089      Branch: cfgperl
7090            ! ext/B/defsubs_h.PL
7091 ____________________________________________________________________________
7092 [  4155] By: jhi                                   on 1999/09/14  20:15:53
7093         Log: Update EPOC libdir names.
7094      Branch: cfgperl
7095            ! epoc/config.h
7096 ____________________________________________________________________________
7097 [  4154] By: jhi                                   on 1999/09/14  20:13:41
7098         Log: Obsolete epoc/config.h caused #4153 to re-introduce already
7099              deceased HAS.*DBM.*64 mumblings.
7100      Branch: cfgperl
7101            ! Configure config_h.SH epoc/config.h
7102 ____________________________________________________________________________
7103 [  4153] By: jhi                                   on 1999/09/14  20:04:53
7104         Log: Configure nits.
7105      Branch: cfgperl
7106            ! Configure config_h.SH
7107      Branch: metaconfig
7108            ! U/compline/d_sigaction.U U/threads/i_pthread.U
7109 ____________________________________________________________________________
7110 [  4152] By: jhi                                   on 1999/09/14  19:30:22
7111         Log: Integrate with Sarathy.
7112      Branch: cfgperl
7113           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
7114            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
7115           !> INSTALL MANIFEST ext/B/Makefile.PL pod/perldiag.pod
7116           !> win32/config_sh.PL
7117 ____________________________________________________________________________
7118 [  4151] By: jhi                                   on 1999/09/14  10:25:01
7119         Log: Update Unicode database and recompute the tables.
7120              Rename the .txt files to be more Unicode 3.0-like.
7121              Unihan-3.0.txt not included because it is 16 MB.
7122              syllables.txt is manually maintained.
7123              See ReadMe.txt for description of the .txt files.
7124              (not all of them are used yet)
7125      Branch: cfgperl
7126            + lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
7127            + lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
7128            + lib/unicode/Index.txt lib/unicode/Jamo-2.txt
7129            + lib/unicode/LineBrk.txt lib/unicode/Names.txt
7130            + lib/unicode/Props.txt lib/unicode/ReadMe.txt
7131            + lib/unicode/SpecCase.txt
7132            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
7133            - lib/unicode/index2.txt lib/unicode/jamo2.txt
7134            - lib/unicode/names2.txt lib/unicode/props2.txt
7135            - lib/unicode/readme.txt
7136            ! MANIFEST lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
7137            ! lib/unicode/Bidirectional.pl lib/unicode/Block.pl
7138            ! lib/unicode/Category.pl lib/unicode/CombiningClass.pl
7139            ! lib/unicode/Decomposition.pl
7140            ! lib/unicode/In/ArabicPresentationForms-B.pl
7141            ! lib/unicode/In/Specials.pl lib/unicode/In/Tibetan.pl
7142            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
7143            ! lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiL.pl
7144            ! lib/unicode/Is/BidiON.pl lib/unicode/Is/BidiWS.pl
7145            ! lib/unicode/Is/DCcompat.pl lib/unicode/Is/DecoCanon.pl
7146            ! lib/unicode/Is/DecoCompat.pl lib/unicode/Is/L.pl
7147            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lo.pl
7148            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Lu.pl
7149            ! lib/unicode/Is/Pd.pl lib/unicode/Is/Po.pl lib/unicode/Is/S.pl
7150            ! lib/unicode/Is/Sm.pl lib/unicode/Is/So.pl
7151            ! lib/unicode/Is/Upper.pl lib/unicode/Is/Word.pl
7152            ! lib/unicode/JamoShort.pl lib/unicode/UnicodeData-Latest.txt
7153            ! lib/unicode/mktables.PL
7154 ____________________________________________________________________________
7155 [  4150] By: gsar                                  on 1999/09/14  09:31:57
7156         Log: INSTALL tweak
7157      Branch: perl
7158            ! INSTALL
7159 ____________________________________________________________________________
7160 [  4149] By: gsar                                  on 1999/09/14  09:00:45
7161         Log: change some filenames to be 8.3-friendly
7162      Branch: perl
7163           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
7164            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
7165            ! MANIFEST ext/B/Makefile.PL pod/perldiag.pod
7166 ____________________________________________________________________________
7167 [  4148] By: gsar                                  on 1999/09/14  08:35:00
7168         Log: win32 config tweak (suggested by Greg Chapman <glc@well.com>)
7169      Branch: perl
7170            ! win32/config_sh.PL
7171 ____________________________________________________________________________
7172 [  4147] By: jhi                                   on 1999/09/14  08:07:49
7173         Log: Not that UVSIZE normally differs that much from IVSIZE...
7174      Branch: cfgperl
7175            ! perl.h
7176 ____________________________________________________________________________
7177 [  4146] By: jhi                                   on 1999/09/14  08:04:40
7178         Log: Integrate with Sarathy.
7179      Branch: cfgperl
7180           !> Changes ext/DB_File/DB_File.xs
7181 ____________________________________________________________________________
7182 [  4145] By: jhi                                   on 1999/09/14  07:10:02
7183         Log: I_PTHREAD was PTHREADEAD.
7184      Branch: cfgperl
7185            ! Configure config_h.SH
7186      Branch: metaconfig
7187            ! U/threads/i_pthread.U
7188 ____________________________________________________________________________
7189 [  4144] By: gsar                                  on 1999/09/14  06:46:47
7190         Log: change#4113 was missing DB_File.xs changes
7191      Branch: perl
7192            ! ext/DB_File/DB_File.xs
7193 ____________________________________________________________________________
7194 [  4143] By: jhi                                   on 1999/09/13  20:16:20
7195         Log: Small doc and whitespace edits.
7196      Branch: cfgperl
7197            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
7198            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
7199            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
7200            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
7201            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
7202            ! pod/perldelta.pod
7203 ____________________________________________________________________________
7204 [  4142] By: gsar                                  on 1999/09/13  19:32:31
7205         Log: integrate cfgperl contents into mainline, update Changes
7206      Branch: perl
7207           +> ext/DB_File/version.c
7208            ! Changes
7209           !> (integrate 44 files)
7210 ____________________________________________________________________________
7211 [  4141] By: jhi                                   on 1999/09/13  16:16:56
7212         Log: Scan for <pthread.h> always.
7213      Branch: cfgperl
7214            ! Configure config_h.SH perl.h
7215      Branch: metaconfig
7216            ! U/threads/i_pthread.U
7217 ____________________________________________________________________________
7218 [  4140] By: jhi                                   on 1999/09/13  16:00:08
7219         Log: Integrate with Sarathy.
7220      Branch: cfgperl
7221           !> (integrate 27 files)
7222 ____________________________________________________________________________
7223 [  4139] By: jhi                                   on 1999/09/13  15:35:18
7224         Log: Add -A option to Configure to diddle with variables
7225              after the hints file has been applied.
7226      Branch: cfgperl
7227            ! Configure config_h.SH
7228      Branch: metaconfig
7229            ! U/modified/Oldconfig.U U/modified/Options.U
7230 ____________________________________________________________________________
7231 [  4138] By: jhi                                   on 1999/09/13  13:42:56
7232         Log: Change #4136 edited DynaLoader.xs which is kind of fruitless.
7233      Branch: cfgperl
7234            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
7235            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
7236            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
7237            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
7238            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
7239 ____________________________________________________________________________
7240 [  4137] By: jhi                                   on 1999/09/13  13:25:31
7241         Log: Applying change #4136 manually introduced patch residue.
7242      Branch: cfgperl
7243            ! perl.h
7244 ____________________________________________________________________________
7245 [  4136] By: jhi                                   on 1999/09/13  13:23:04
7246         Log: Replace change #4100 with
7247              From: Robin Barker <rmb1@cise.npl.co.uk>
7248              To: gsar@activestate.com
7249              Cc: perl5-porters@perl.org
7250              Subject: Re: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits
7251              Date: Mon, 13 Sep 1999 14:15:11 +0100 (BST)
7252              Message-Id: <199909131315.OAA24012@tempest.npl.co.uk>
7253      Branch: cfgperl
7254            ! doio.c dump.c ext/B/B.xs ext/B/typemap
7255            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
7256            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
7257            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
7258            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
7259 ____________________________________________________________________________
7260 [  4135] By: jhi                                   on 1999/09/13  10:22:31
7261         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7262              To: perl5-porters@perl.org (Mailing list Perl5)
7263              Subject: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
7264              Date: Sat, 11 Sep 1999 05:31:03 -0400 (EDT)
7265              Message-Id: <199909110931.FAA11036@monk.mps.ohio-state.edu>
7266              
7267              From: andreas.koenig@anima.de (Andreas J. Koenig)
7268              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
7269              Cc: perl5-porters@perl.org (Mailing list Perl5)
7270              Subject: Re: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
7271              Date: 11 Sep 1999 15:36:26 +0200
7272              Message-ID: <sfc906dr2n9.fsf@hohenstaufen.in-berlin.de>
7273      Branch: cfgperl
7274            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
7275 ____________________________________________________________________________
7276 [  4134] By: jhi                                   on 1999/09/13  10:20:14
7277         Log: From: Tom Phoenix <rootbeer@redcat.com>
7278              To: Perl Porters Mailing List <perl5-porters@perl.org>
7279              Subject: [DOCPATCH] Server errors and perldiag
7280              Date: Fri, 10 Sep 1999 16:45:02 -0700 (PDT)
7281              Message-ID: <Pine.GSO.4.10.9909101639490.16999-100000@user2.teleport.com>
7282      Branch: cfgperl
7283            ! pod/perldiag.pod
7284 ____________________________________________________________________________
7285 [  4133] By: gsar                                  on 1999/09/13  03:25:43
7286         Log: avoid assertion failure on C<@a'>
7287      Branch: perl
7288            ! toke.c
7289 ____________________________________________________________________________
7290 [  4132] By: gsar                                  on 1999/09/13  03:03:57
7291         Log: add -DPERL_Y2KWARN build option that will generate additional
7292              warnings on "19$yy" etc (reworked a patch suggested by
7293              Ulrich Pfeifer <upf@de.uu.net>)
7294      Branch: perl
7295            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod
7296            ! pp_hot.c sv.c t/pragma/warn/pp_hot t/pragma/warn/sv
7297 ____________________________________________________________________________
7298 [  4131] By: gsar                                  on 1999/09/12  22:06:25
7299         Log: fix DATA leaks; reword documentation about the DATA filehandle
7300      Branch: perl
7301            ! ext/Opcode/Safe.pm lib/Pod/Functions.pm pod/perldata.pod
7302 ____________________________________________________________________________
7303 [  4130] By: gsar                                  on 1999/09/12  20:08:56
7304         Log: make sprintf("%g",...) threadsafe; only taint its result iff the
7305              formatted result looks nonstandard
7306      Branch: perl
7307            ! embed.pl embedvar.h intrpvar.h objXSUB.h perl.c perlapi.c
7308            ! pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
7309            ! t/pragma/locale.t thrdvar.h
7310 ____________________________________________________________________________
7311 [  4129] By: gsar                                  on 1999/09/12  17:04:11
7312         Log: From: Doug MacEachern <dougm@cp.net>
7313              Date: Sun, 25 Jul 1999 15:49:00 -0700 (PDT)
7314              Message-ID: <Pine.LNX.4.10.9907251538380.373-100000@mojo.eng.cp.net>
7315              Subject: [PATCH 5.005_57] B::clearsym
7316      Branch: perl
7317            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/Debug.pm ext/B/B/Terse.pm
7318 ____________________________________________________________________________
7319 [  4128] By: gsar                                  on 1999/09/12  16:59:12
7320         Log: better debugger help output (from Ilya Zakharevich)
7321      Branch: perl
7322            ! lib/perl5db.pl
7323 ____________________________________________________________________________
7324 [  4127] By: jhi                                   on 1999/09/11  20:50:37
7325         Log: Integrate with Sarathy.
7326      Branch: cfgperl
7327           +> pod/perlcompile.pod t/lib/gol-basic.t t/lib/gol-compat.t
7328           +> t/lib/gol-linkage.t
7329           !> (integrate 43 files)
7330 ____________________________________________________________________________
7331 [  4126] By: nick                                  on 1999/09/10  20:44:22
7332         Log: Get resolve -at mainline
7333      Branch: utfperl
7334           +> (branch 297 files)
7335            - README.cygwin32 XSlock.h bytecode.h byterun.c byterun.h
7336            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
7337            - cygwin32/perlld ext/B/byteperl.c ext/DynaLoader/dl_cygwin32.xs
7338            - hints/cygwin32.sh interp.sym myconfig objpp.h perl_exp.SH
7339            - t/pragma/warn-1global t/pragma/warning.t thread.sym
7340            - win32/GenCAPI.pl win32/TEST win32/autosplit.pl
7341            - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
7342            - win32/genxsdef.pl win32/makedef.pl win32/makemain.pl
7343            - win32/makeperldef.pl win32/perlhost.h
7344           !> (integrate 847 files)
7345 ____________________________________________________________________________
7346 [  4125] By: gsar                                  on 1999/09/10  19:22:14
7347         Log: s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS vs dXSARGS
7348              etc.)
7349      Branch: perl
7350            ! XSUB.h pp.h
7351 ____________________________________________________________________________
7352 [  4124] By: gsar                                  on 1999/09/10  19:14:35
7353         Log: rewrote substantive parts of patch
7354              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7355              Date: Fri, 27 Aug 1999 19:02:18 -0400
7356              Message-ID: <19990827190218.A19561@monk.mps.ohio-state.edu>
7357              Subject: [PATCH 5.005_58] REx documentation
7358      Branch: perl
7359            ! pod/perlre.pod
7360 ____________________________________________________________________________
7361 [  4123] By: gsar                                  on 1999/09/10  18:21:53
7362         Log: note about AVf_*
7363      Branch: perl
7364            ! av.h
7365 ____________________________________________________________________________
7366 [  4122] By: gsar                                  on 1999/09/10  17:55:42
7367         Log: allow 'text' in L<text|A::B/"C"> (from Martin Lichtin
7368              <lichtin@bivio.com>)
7369      Branch: perl
7370            ! lib/Pod/Html.pm
7371 ____________________________________________________________________________
7372 [  4121] By: gsar                                  on 1999/09/10  17:49:35
7373         Log: dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
7374      Branch: perl
7375            ! AUTHORS Changes README.dos djgpp/config.over
7376            ! djgpp/configure.bat djgpp/djgpp.c djgpp/djgppsed.sh dosish.h
7377            ! lib/ExtUtils/MM_Unix.pm pod/pod2usage.PL pod/podchecker.PL
7378            ! pod/podselect.PL sv.h t/io/openpid.t util.c
7379 ____________________________________________________________________________
7380 [  4120] By: gsar                                  on 1999/09/10  12:25:01
7381         Log: add perlcompile.pod (edited content from Nathan Torkington
7382              <gnat@frii.com> and others)
7383      Branch: perl
7384            + pod/perlcompile.pod
7385            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod pod/roffitall
7386 ____________________________________________________________________________
7387 [  4119] By: gsar                                  on 1999/09/10  11:05:13
7388         Log: avoid leaking static local_patches unless patchlevel.h is
7389              explicitly included
7390      Branch: perl
7391            ! patchlevel.h perl.c
7392 ____________________________________________________________________________
7393 [  4118] By: gsar                                  on 1999/09/10  10:44:54
7394         Log: upgrade to Getopt::Long v2.20 (from Johan Vromans
7395              <jvromans@squirrel.nl>)
7396      Branch: perl
7397            + t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
7398            ! Changes MANIFEST lib/Getopt/Long.pm
7399 ____________________________________________________________________________
7400 [  4116] By: jhi                                   on 1999/09/09  15:56:52
7401         Log: perldeltify change #4115.
7402      Branch: cfgperl
7403            ! pod/perldelta.pod
7404 ____________________________________________________________________________
7405 [  4115] By: jhi                                   on 1999/09/09  15:48:56
7406         Log: From: "John L. Allen" <allen@grumman.com> 
7407              To: perl5-porters@perl.org 
7408              Subject: [ID 19990901.003] Time::Local should not croak on "out-of-range" days
7409              Date: Wed, 1 Sep 1999 13:33:39 -0400 (EDT) 
7410              Message-Id: <199909011733.NAA17356@gateway.grumman.com> 
7411      Branch: cfgperl
7412            ! lib/Time/Local.pm
7413 ____________________________________________________________________________
7414 [  4114] By: jhi                                   on 1999/09/09  15:42:30
7415         Log: From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
7416              To: perl5-porters@perl.org
7417              Subject: [ID 19990909.003] MAXINT redefined warning on HP-UX 10.20
7418              Date: Thu, 9 Sep 1999 10:33:37 -0500 (CDT)
7419              Message-Id: <199909091533.KAA01242@www.cvm.uiuc.edu>
7420      Branch: cfgperl
7421            ! pp_sys.c
7422 ____________________________________________________________________________
7423 [  4113] By: jhi                                   on 1999/09/09  10:17:45
7424         Log: From: paul.marquess@bt.com
7425              To: gsar@ActiveState.com
7426              Cc: perl5-porters@perl.org
7427              Subject: [PATCH 5.005_61] DB_File 1.71
7428              Date: Thu, 9 Sep 1999 11:20:13 +0100
7429              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BBE@mbtlipnt02.btlabs.bt.co.uk>
7430      Branch: cfgperl
7431            + ext/DB_File/version.c
7432            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
7433            ! ext/DB_File/Makefile.PL ext/DB_File/dbinfo ext/DB_File/typemap
7434            ! t/lib/db-btree.t
7435 ____________________________________________________________________________
7436 [  4112] By: jhi                                   on 1999/09/09  09:05:32
7437         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7438              To: perl5-porters@perl.org (Mailing list Perl5)
7439              Subject: [PATCH 5.005_58] Fix interaction of (?p{}) and (?>)
7440              Date: Thu, 9 Sep 1999 04:40:11 -0400 (EDT)
7441              Message-Id: <199909090840.EAA26471@monk.mps.ohio-state.edu>
7442      Branch: cfgperl
7443            ! regexec.c t/op/pat.t
7444 ____________________________________________________________________________
7445 [  4110] By: jhi                                   on 1999/09/09  07:29:17
7446         Log: Tidy up 64-bit situation in perldelta.
7447      Branch: cfgperl
7448            ! pod/perldelta.pod
7449 ____________________________________________________________________________
7450 [  4109] By: jhi                                   on 1999/09/09  07:26:53
7451         Log: Clear up PL_regcc issues.
7452              
7453              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7454              To: perl5-porters@perl.org (Mailing list Perl5)
7455              Subject: [PATCH 5.005_60] Another regexec.c unobfuscation
7456              Date: Thu, 9 Sep 1999 02:49:49 -0400 (EDT)
7457              Message-Id: <199909090649.CAA26119@monk.mps.ohio-state.edu>
7458      Branch: cfgperl
7459            ! regexec.c
7460 ____________________________________________________________________________
7461 [  4108] By: gsar                                  on 1999/09/08  20:52:51
7462         Log: avoid ass_u_ming uppercase types are not user objects (spotted
7463              by Kurt Starsinic)
7464      Branch: perl
7465            ! ext/Data/Dumper/Dumper.pm
7466 ____________________________________________________________________________
7467 [  4107] By: gsar                                  on 1999/09/08  20:35:18
7468         Log: From: akim@epita.fr (DEMAILLE Akim)
7469              Date: Wed, 8 Sep 1999 18:18:44 +0200 (CEST)
7470              Message-Id: <m11OkQm-003A4IC@beyrouth.lrde.epita.fr>
7471              Subject: [ID 19990908.014] s2p does not quote @
7472      Branch: perl
7473            ! x2p/s2p.PL
7474 ____________________________________________________________________________
7475 [  4106] By: gsar                                  on 1999/09/08  20:25:12
7476         Log: integrate cfgperl contents into mainline
7477      Branch: perl
7478           !> (integrate 30 files)
7479 ____________________________________________________________________________
7480 [  4105] By: jhi                                   on 1999/09/08  09:02:37
7481         Log: Minor touches at the [:class:] description.
7482      Branch: cfgperl
7483            ! pod/perlre.pod
7484 ____________________________________________________________________________
7485 [  4104] By: jhi                                   on 1999/09/08  08:57:58
7486         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7487              To: Mailing list Perl5 <perl5-porters@perl.org>
7488              Subject: [PATCH 5.005_58] Fix debugging output for REx
7489              Date: Wed, 8 Sep 1999 05:02:02 -0400
7490              Message-ID: <19990908050201.A17682@monk.mps.ohio-state.edu>
7491      Branch: cfgperl
7492            ! regcomp.c
7493 ____________________________________________________________________________
7494 [  4103] By: gsar                                  on 1999/09/08  00:53:50
7495         Log: fix memory leak in C<sub f { split ' ', "a b" } f() while 1>
7496      Branch: perl
7497            ! pp.c
7498 ____________________________________________________________________________
7499 [  4102] By: gsar                                  on 1999/09/08  00:52:50
7500         Log: fix memory leak in C<sub f { @_ = 1 } f() while 1>
7501      Branch: perl
7502            ! cop.h pp_hot.c
7503 ____________________________________________________________________________
7504 [  4101] By: gsar                                  on 1999/09/07  17:25:07
7505         Log: various fixups for windows
7506      Branch: perl
7507            ! embed.h embed.pl objXSUB.h op.c perlapi.c proto.h
7508            ! win32/Makefile win32/makefile.mk xsutils.c
7509 ____________________________________________________________________________
7510 [  4100] By: jhi                                   on 1999/09/07  12:49:15
7511         Log: Fix pointer casts.
7512              
7513              From: Robin Barker <rmb1@cise.npl.co.uk>
7514              To: perl5-porters@perl.org
7515              Subject: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with
7516              -Duse64bits
7517              Date: Tue, 7 Sep 1999 12:30:18 +0100 (BST)
7518              Message-Id: <199909071130.MAA11435@tempest.npl.co.uk>
7519      Branch: cfgperl
7520            ! doio.c dump.c ext/B/B.xs ext/B/typemap
7521            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
7522            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
7523            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
7524            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
7525 ____________________________________________________________________________
7526 [  4099] By: jhi                                   on 1999/09/07  10:29:04
7527         Log: Add sig/pid/uid size and sign probes.
7528      Branch: metaconfig
7529            + U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
7530            + U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
7531 ____________________________________________________________________________
7532 [  4098] By: jhi                                   on 1999/09/07  10:27:06
7533         Log: Band-aid until we've got %{Uid_t} or something similar
7534              for sv_catpvfn().
7535      Branch: cfgperl
7536            ! taint.c
7537 ____________________________________________________________________________
7538 [  4097] By: jhi                                   on 1999/09/07  09:41:23
7539         Log: Fix a printf thinko: now quads must have the ll L q prefix.
7540              (in other words, a bare %d is an int/unsigned)
7541      Branch: cfgperl
7542            ! pp_sys.c sv.c t/op/64bit.t
7543 ____________________________________________________________________________
7544 [  4096] By: jhi                                   on 1999/09/07  07:36:17
7545         Log: HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX.
7546              
7547              From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
7548              To: perl5-porters@perl.org
7549              Subject: [ID 19990906.007] Not OK: perl 5.00561 on PA-RISC1.1 10.20
7550              Date: Mon, 6 Sep 1999 21:18:12 -0500 (CDT)
7551              Message-Id: <199909070218.VAA29232@www.cvm.uiuc.edu>
7552      Branch: cfgperl
7553            ! hints/hpux.sh perl.h
7554 ____________________________________________________________________________
7555 [  4095] By: gsar                                  on 1999/09/06  20:47:02
7556         Log: applied suggested patch with suitable test to detect MSVC
7557              From: "Vishal Bhatia" <vishalb@my-deja.com>
7558              Date: Wed, 11 Aug 1999 01:43:28 -0700
7559              Message-ID: <GFCJELIOGEENAAAA@my-deja.com>
7560              Subject: compiler on  win32
7561      Branch: perl
7562            ! ext/B/B/C.pm
7563 ____________________________________________________________________________
7564 [  4094] By: jhi                                   on 1999/09/06  20:34:44
7565         Log: Integrate with Sarathy.
7566      Branch: cfgperl
7567           !> ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
7568           !> t/harness t/pragma/sub_lval.t utils/Makefile utils/perlcc.PL
7569 ____________________________________________________________________________
7570 [  4093] By: jhi                                   on 1999/09/06  20:33:43
7571         Log: Fix UV_SIZEOF to UVSIZE; change the overflow tests
7572              so that they overflow also on 64-bit platforms.
7573      Branch: cfgperl
7574            ! t/pragma/warn/toke t/pragma/warn/util toke.c util.c
7575 ____________________________________________________________________________
7576 [  4092] By: gsar                                  on 1999/09/06  20:16:58
7577         Log: support bytecode and C backends in perlcc (patch suggested
7578              by Tom Hughes <tom@compton.au>); s/-opt/-noopt/ and make the
7579              C backend the default; describe new switches in pod; introduce
7580              PERLCC_OPTS and s/COMPILE_TIMEOUT/PERLCC_TIMEOUT/;
7581              s/COMPILE_TEST/HARNESS_COMPILE_TEST/; document these %ENV
7582              entries
7583      Branch: perl
7584            ! ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
7585            ! t/harness utils/Makefile utils/perlcc.PL
7586 ____________________________________________________________________________
7587 [  4091] By: jhi                                   on 1999/09/06  19:10:41
7588         Log: Integrate with Sarathy.
7589      Branch: cfgperl
7590           +> t/pragma/sub_lval.t
7591           !> (integrate 52 files)
7592 ____________________________________________________________________________
7593 [  4090] By: gsar                                  on 1999/09/06  19:09:06
7594         Log: propagate changed error text
7595      Branch: perl
7596            ! t/pragma/sub_lval.t
7597 ____________________________________________________________________________
7598 [  4089] By: gsar                                  on 1999/09/06  18:54:43
7599         Log: sprintf doc tweak (from Ian Phillipps <ian@dial.pipex.com>)
7600      Branch: perl
7601            ! pod/perlfunc.pod
7602 ____________________________________________________________________________
7603 [  4088] By: gsar                                  on 1999/09/06  18:52:10
7604         Log: From: paul.marquess@bt.com
7605              Date: Sun, 5 Sep 1999 15:11:08 +0100 
7606              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BAB@mbtlipnt02.btlabs.bt.co.uk>
7607              Subject: [PATCH 5.005_61] Another patch for Lexical Warnings
7608      Branch: perl
7609            ! pp_sys.c t/pragma/warn/doio t/pragma/warn/op
7610            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys
7611            ! t/pragma/warn/regcomp t/pragma/warn/sv t/pragma/warn/toke
7612            ! t/pragma/warn/universal t/pragma/warn/utf8 t/pragma/warn/util
7613            ! toke.c
7614 ____________________________________________________________________________
7615 [  4087] By: gsar                                  on 1999/09/06  18:06:06
7616         Log: change#3612 is buggy when quotemeta argument matches target
7617              (hope this is the last of the optimized-OP_SASSIGN bugs)
7618              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7619              Date: Sun, 5 Sep 1999 06:07:42 -0400 (EDT)
7620              Message-Id: <199909051007.GAA06423@monk.mps.ohio-state.edu>
7621              Subject: Re: [BUG: quotemeta]
7622      Branch: perl
7623            ! Changes op.c t/op/lex_assign.t
7624 ____________________________________________________________________________
7625 [  4086] By: gsar                                  on 1999/09/06  17:57:52
7626         Log: misc tweaks
7627      Branch: perl
7628            ! bytecode.pl ext/ByteLoader/byterun.h pod/perlsyn.pod toke.c
7629 ____________________________________________________________________________
7630 [  4085] By: gsar                                  on 1999/09/06  03:54:23
7631         Log: applied patch suggested by Hans Mulder to fix problems on
7632              OPENSTEP-Mach; be more careful about PERL_POLLUTE_MALLOC
7633              when they ask for bincompat (platforms that used to default
7634              to EMBEDMYMALLOC continue to do so); disable warnings.t#192
7635              (appears unsalvageable on some platforms)
7636      Branch: perl
7637            ! embed.h embed.pl handy.h perl.h pp_sys.c t/pragma/warn/pp_hot
7638 ____________________________________________________________________________
7639 [  4084] By: bailey                                on 1999/09/06  02:39:11
7640         Log: Integrate mainline 5.05_61
7641      Branch: vmsperl
7642           +> (branch 32 files)
7643            - lib/unicode/EthiopicSyllables.txt
7644            - lib/unicode/MakeEthiopicSyllables.PL t/pragma/warning.t
7645            - warning.pl
7646            ! vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
7647            ! vms/perly_h.vms vms/vms.c
7648           !> (integrate 346 files)
7649 ____________________________________________________________________________
7650 [  4083] By: gsar                                  on 1999/09/06  00:10:40
7651         Log: optional warning on join(/foo/...) (reworked suggested patch
7652              by Mark-Jason Dominus <mjd@plover.com>)
7653      Branch: perl
7654            ! embed.h objXSUB.h op.c opcode.h opcode.pl perlapi.c
7655            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.sym
7656            ! pp_proto.h t/pragma/warn/op
7657 ____________________________________________________________________________
7658 [  4082] By: gsar                                  on 1999/09/05  22:28:57
7659         Log: fix data loss when more than one block is read from SDBM
7660              *.dir file (suggested by Uwe Ohse <uwe@ohse.de>)
7661      Branch: perl
7662            ! ext/SDBM_File/sdbm/sdbm.c
7663 ____________________________________________________________________________
7664 [  4081] By: gsar                                  on 1999/09/05  22:07:18
7665         Log: initial implementation of lvalue subroutines (slightly fixed
7666              version of patch suggested by Ilya Zakharevich, which in turn
7667              is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>)
7668      Branch: perl
7669            + t/pragma/sub_lval.t
7670            ! MANIFEST cop.h cv.h dump.c embed.h ext/Opcode/Opcode.pm
7671            ! ext/attrs/attrs.pm ext/attrs/attrs.xs global.sym objXSUB.h
7672            ! op.c op.h opcode.h opcode.pl opnames.h perlapi.c
7673            ! pod/perldiag.pod pod/perlsub.pod pp.c pp.sym pp_hot.c
7674            ! pp_proto.h proto.h t/pragma/warn/pp_ctl
7675 ____________________________________________________________________________
7676 [  4080] By: jhi                                   on 1999/09/05  22:02:18
7677         Log: Undo #4055 (related to #4079).
7678      Branch: cfgperl
7679            ! pod/perlop.pod
7680 ____________________________________________________________________________
7681 [  4079] By: jhi                                   on 1999/09/05  21:30:54
7682         Log: Time is not yet ripe.
7683      Branch: cfgperl
7684            ! pod/perldelta.pod pod/perlop.pod pp.c t/op/64bit.t t/op/misc.t
7685 ____________________________________________________________________________
7686 [  4078] By: gsar                                  on 1999/09/05  18:17:32
7687         Log: modified suggested patch to handle cross-refs and qr// objects
7688              correctly; unfollowed refs are represented as simple string
7689              value, not just the bare type; $VERSION stays the same until
7690              it is ready for prime time (avoids CPAN confustication)
7691              From:    John Nolan <jpnolan@Op.Net>
7692              Date:    Wed, 04 Aug 1999 20:21:10 EDT
7693              Message-Id: <199908050021.UAA09693@monet.op.net>
7694              Subject: [ID 19990804.006] [PATCH]5.005_60 (Data::Dumper) - implements Maxdepth setting
7695      Branch: perl
7696            ! Changes ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
7697            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo t/lib/dumper.t
7698 ____________________________________________________________________________
7699 [  4077] By: jhi                                   on 1999/09/04  21:54:42
7700         Log: timesum() wasn't @EXPORTed as promised by the documentation.
7701              Bug reported by Alex Efros <powerman@inart.kharkov.com>.
7702      Branch: cfgperl
7703            ! lib/Benchmark.pm
7704 ____________________________________________________________________________
7705 [  4076] By: gsar                                  on 1999/09/04  20:21:59
7706         Log: integrate cfgperl contents into mainline
7707      Branch: perl
7708           +> lib/attributes.pm lib/warnings.pm t/lib/attrs.t t/op/attrs.t
7709           +> t/pragma/warn/7fatal t/pragma/warn/8signal t/pragma/warnings.t
7710           +> warnings.h warnings.pl xsutils.c
7711            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
7712           !> (integrate 109 files)
7713 ____________________________________________________________________________
7714 [  4075] By: jhi                                   on 1999/09/04  18:04:47
7715         Log: use integer on the problematic subtest.
7716      Branch: cfgperl
7717            ! t/op/misc.t
7718 ____________________________________________________________________________
7719 [  4074] By: jhi                                   on 1999/09/04  17:57:40
7720         Log: Warn about numconvert.t in case somebody
7721              wants to make sv_2pv more 64-bit aware.
7722      Branch: cfgperl
7723            ! sv.c
7724 ____________________________________________________________________________
7725 [  4073] By: jhi                                   on 1999/09/04  17:54:51
7726         Log: Comment upgrading: the quad situation isn't quite as
7727              bad as it used to be.
7728      Branch: cfgperl
7729            ! perl.h
7730 ____________________________________________________________________________
7731 [  4072] By: jhi                                   on 1999/09/04  15:35:37
7732         Log: Integrate with Sarathy.
7733      Branch: cfgperl
7734           !> win32/win32.c
7735 ____________________________________________________________________________
7736 [  4071] By: jhi                                   on 1999/09/04  15:28:11
7737         Log: Fix LFS with -Duseperlio in Solaris.  Reported in
7738              
7739              From: Robin Barker <rmb1@cise.npl.co.uk>
7740              To: perl5-porters@perl.org
7741              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
7742              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
7743              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
7744              
7745              and later (in private email) found to be dependent
7746              on useperlio.
7747              
7748              Mental note: the cpp magic done in perlsdio.h (and assumedly
7749              also in perlsfio.h) may cause trouble later with lfs because
7750              both the perlio scheme by Perl and the lfs support by vendors
7751              like to play cpp games to map the stdio namespace back and forth.
7752              The problem fixed here (fseek vs fseeko, ftell vs ftello) may be
7753              just the beginning.
7754      Branch: cfgperl
7755            ! perlio.c
7756 ____________________________________________________________________________
7757 [  4070] By: jhi                                   on 1999/09/04  13:12:14
7758         Log: Enable 64-bit clean bit ops.
7759              (Disables the t/op/misc.t substest 3 in 64-bit platforms.)
7760      Branch: cfgperl
7761            ! pod/perldelta.pod pod/perlop.pod pp.c pp_hot.c t/op/64bit.t
7762            ! t/op/misc.t
7763 ____________________________________________________________________________
7764 [  4069] By: jhi                                   on 1999/09/03  21:17:30
7765         Log: Turn on USE_64_BIT_OFFSETS implicitly.
7766      Branch: cfgperl
7767            ! perl.h
7768 ____________________________________________________________________________
7769 [  4068] By: jhi                                   on 1999/09/03  08:19:59
7770         Log: Fix from Spider for the sub attributes (there was an undocumented
7771              dependency between force_word() and skipspace()).
7772      Branch: cfgperl
7773            ! toke.c
7774 ____________________________________________________________________________
7775 [  4067] By: jhi                                   on 1999/09/01  23:17:06
7776         Log: From: John Tobey <spam@john-edwin-tobey.org>
7777              To: ilya@math.ohio-state.edu
7778              CC: perl5-porters@perl.org
7779              Subject: Re: [PATCH 5.005_60] distclean forgot two
7780              Date: Mon, 23 Aug 1999 02:10:11 -0400 (EDT)
7781              Message-Id: <m11InJ5-000FPCC@feynman.localnet>
7782      Branch: cfgperl
7783            ! t/lib/dprof.t
7784 ____________________________________________________________________________
7785 [  4066] By: jhi                                   on 1999/09/01  23:14:50
7786         Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
7787              To: perl5-porters@perl.org
7788              Subject: [ID 19990821.001] [PATCH] perl5.005_60 cygwin port
7789              Date: Fri, 20 Aug 1999 15:37:27 +0100
7790              Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST>
7791      Branch: cfgperl
7792            ! cygwin/Makefile.SHs ext/ByteLoader/byterun.h
7793            ! ext/SDBM_File/sdbm/sdbm.c hints/cygwin.sh perl.h pp_sys.c
7794            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t
7795 ____________________________________________________________________________
7796 [  4065] By: jhi                                   on 1999/09/01  22:06:43
7797         Log: From: Dominic Dunlop <domo@vo.lu>
7798              To: perl5-porters@perl.org
7799              Subject: [ID 19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1
7800              (UNINSTALLED) [PATCH]
7801              Date: Thu, 19 Aug 1999 09:48:03 +0200
7802              Message-Id: <v03110709b3e165b51dda@[212.24.192.132]>
7803              
7804              The PERL_POLLUTE_MALLOC part had to be manually applied.
7805      Branch: cfgperl
7806            ! hints/machten.sh perl.h
7807 ____________________________________________________________________________
7808 [  4064] By: jhi                                   on 1999/09/01  13:56:14
7809         Log: From: Martin Lichtin <lichtin@bivio.com>
7810              To: jhi@iki.fi
7811              CC: perl5-porters@perl.org
7812              Subject: Re: [ID 19990829.001] ExtUtils::Install.pm, minor umask problem
7813              Date: Wed, 01 Sep 1999 15:50:04 +0200
7814              Message-ID: <37CD2F0C.944BFACE@bivio.com>
7815      Branch: cfgperl
7816            ! lib/ExtUtils/Install.pm
7817 ____________________________________________________________________________
7818 [  4063] By: jhi                                   on 1999/09/01  13:16:11
7819         Log: Enhance lfs tests: check every seek and sysseek
7820              and test also that -e and -f detect largefiles.
7821      Branch: cfgperl
7822            ! t/lib/syslfs.t t/op/lfs.t
7823 ____________________________________________________________________________
7824 [  4062] By: jhi                                   on 1999/09/01  12:08:04
7825         Log: From: Colin Kuskie <ckuskie@Cadence.COM>
7826              To: Ronald J Kimball <rjk@linguist.dartmouth.edu>
7827              cc: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>,
7828              The Perl Porters Mailing List <perl5-porters@perl.org>
7829              Subject: [REPATCH 5.005_61] Re: perldiag.pod omissions
7830              Date: Tue, 31 Aug 1999 11:24:31 -0700 (PDT)
7831              Message-ID: <Pine.GSO.4.10.9908311055460.11290-100000@pdxult10a.cadence.com>
7832      Branch: cfgperl
7833            ! pod/perldiag.pod
7834 ____________________________________________________________________________
7835 [  4061] By: jhi                                   on 1999/09/01  12:03:03
7836         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7837              To: ilya@math.ohio-state.edu (Ilya Zakharevich)
7838              Cc: perl5-porters@perl.org, cloos@adamsmith.ai
7839              Subject: Re: [ID 19990830.005] Assigning value of an op on an SV to said SV
7840              Date: Wed, 1 Sep 1999 02:56:06 -0400 (EDT)
7841              Message-Id: <199909010656.CAA04478@monk.mps.ohio-state.edu>
7842      Branch: cfgperl
7843            ! op.c t/op/join.t
7844 ____________________________________________________________________________
7845 [  4060] By: jhi                                   on 1999/09/01  07:59:42
7846         Log: IV_DIG and NV_DIG fixes.
7847      Branch: cfgperl
7848            ! perl.h
7849 ____________________________________________________________________________
7850 [  4059] By: jhi                                   on 1999/08/31  14:47:18
7851         Log: \C{} -> \N{} residue.
7852      Branch: cfgperl
7853            ! toke.c
7854 ____________________________________________________________________________
7855 [  4057] By: gsar                                  on 1999/08/30  22:08:19
7856         Log: avoid hiding child process window
7857      Branch: perl
7858            ! win32/win32.c
7859 ____________________________________________________________________________
7860 [  4055] By: jhi                                   on 1999/08/30  21:20:50
7861         Log: Document the undefinedness of overshifting.
7862      Branch: cfgperl
7863            ! pod/perlop.pod
7864 ____________________________________________________________________________
7865 [  4054] By: jhi                                   on 1999/08/30  20:18:18
7866         Log: History fixes and updates.
7867      Branch: cfgperl
7868            ! pod/perlhist.pod
7869 ____________________________________________________________________________
7870 [  4053] By: jhi                                   on 1999/08/30  19:34:02
7871         Log: Shell quoting thinko broke installdirs.
7872              From: JVromans@Squirrel.nl (Johan Vromans)
7873              To: perl5-porters@perl.org
7874              Subject: [ID 19990830.001] 5.005_61 Configure does not substitute
7875              installprefix
7876              Date: Mon, 30 Aug 1999 16:10:10 +0200 (MEST)
7877              Message-Id: <14282.37058.934928.805633@plume.nl.compuware.com>
7878      Branch: cfgperl
7879            ! Configure config_h.SH
7880      Branch: metaconfig
7881            ! U/installdirs/archlib.U U/installdirs/bin.U
7882            ! U/installdirs/html1dir.U U/installdirs/html3dir.U
7883            ! U/installdirs/installprefix.U U/installdirs/man1dir.U
7884            ! U/installdirs/man3dir.U U/installdirs/privlib.U
7885            ! U/installdirs/scriptdir.U U/installdirs/sitearch.U
7886            ! U/installdirs/sitebin.U U/installdirs/sitehtml1dir.U
7887            ! U/installdirs/sitehtml3dir.U U/installdirs/sitelib.U
7888            ! U/installdirs/siteman1dir.U U/installdirs/siteman3dir.U
7889            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
7890            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
7891            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
7892            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
7893            ! U/installdirs/vendorscriptdir.U
7894 ____________________________________________________________________________
7895 [  4052] By: jhi                                   on 1999/08/30  02:57:05
7896         Log: Use \N{named characters} instead of \C.
7897              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7898              To: jhi@iki.fi
7899              Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce),
7900              perl5-porters@perl.org (Mailing list Perl5)
7901              Subject: Re: [PATCH 5.005_58] Named characters in Perl
7902              Date: Sun, 29 Aug 1999 16:46:53 -0400 (EDT)
7903              Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu>
7904      Branch: cfgperl
7905            ! lib/charnames.pm lib/utf8.pm pod/perldiag.pod pod/perlop.pod
7906            ! pod/perlre.pod regcomp.c t/lib/charnames.t toke.c
7907 ____________________________________________________________________________
7908 [  4051] By: jhi                                   on 1999/08/30  02:54:20
7909         Log: From: Spider Boardman <spider@Orb.Nashua.NH.US>
7910              To: perl5-porters@perl.org
7911              Subject: [ID 19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSION
7912              don't mix
7913              Date: Sun, 29 Aug 1999 19:04:53 -0400
7914              Message-Id: <199908292304.TAA13738@Orb.Nashua.NH.US>
7915      Branch: cfgperl
7916            ! universal.c
7917 ____________________________________________________________________________
7918 [  4050] By: jhi                                   on 1999/08/29  16:38:58
7919         Log: Conditionally socksify the LIBS of Socket.
7920      Branch: cfgperl
7921            ! ext/Socket/Makefile.PL
7922 ____________________________________________________________________________
7923 [  4049] By: jhi                                   on 1999/08/29  15:33:30
7924         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7925              To: Mailing list Perl5 <perl5-porters@perl.org>
7926              Subject: Re: [PATCH 5.005_60] fix @DB::typeahead
7927              Date: Wed, 25 Aug 1999 16:19:58 -0400
7928              Message-ID: <19990825161958.A4658@monk.mps.ohio-state.edu>
7929      Branch: cfgperl
7930            ! lib/perl5db.pl
7931 ____________________________________________________________________________
7932 [  4048] By: jhi                                   on 1999/08/29  15:31:36
7933         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
7934              To: perl5-porters@perl.org
7935              Subject: [PATCH _61] Lost arguments to simplified sort
7936              Date: Wed, 25 Aug 1999 23:22:32 -0700 (PDT)
7937              Message-ID: <14276.56616.879390.562685@metonymy.hip.berkeley.edu>
7938      Branch: cfgperl
7939            ! op.c t/op/sort.t
7940 ____________________________________________________________________________
7941 [  4047] By: jhi                                   on 1999/08/29  15:29:29
7942         Log: From: Olaf Flebbe <olaf@science-computing.de>
7943              Sender: owner-perl5-porters@perl.org
7944              To: perl5-porters@perl.org
7945              Subject: [ID 19990827.003] [PATCH]5.005_60 Patch for EPOC Support
7946              Date: Fri, 27 Aug 1999 21:50:41 +0200 (MEST)
7947      Branch: cfgperl
7948            ! README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
7949            ! epoc/perl.mmp epoc/perl.pkg
7950 ____________________________________________________________________________
7951 [  4046] By: jhi                                   on 1999/08/29  15:21:18
7952         Log: From: pvhp@forte.com (Peter Prymmer)
7953              To: perl5-porters@perl.org
7954              Subject: [PATCH: 5.005_61] an EBCDIC friendly cgi-html.t test
7955              Date: Fri, 27 Aug 99 18:51:04 PDT
7956              Message-Id: <9908280151.AA05010@forte.com>
7957      Branch: cfgperl
7958            ! t/lib/cgi-html.t
7959 ____________________________________________________________________________
7960 [  4045] By: jhi                                   on 1999/08/29  15:18:38
7961         Log: Fix scalar gmtime (and localtime) in quad environments,
7962              bug reported by Robin Parker.
7963              
7964              From: Robin Barker <rmb1@cise.npl.co.uk>
7965              To: jhi@iki.fi
7966              Cc: perl5-porters@perl.org
7967              Subject: Re: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
7968              Date: Tue, 24 Aug 1999 11:09:24 +0100 (BST)
7969              Message-Id: <199908241009.LAA24394@tempest.npl.co.uk>
7970      Branch: cfgperl
7971            ! pp_sys.c t/op/time.t
7972 ____________________________________________________________________________
7973 [  4044] By: jhi                                   on 1999/08/29  11:24:03
7974         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7975              To: perl5-porters@perl.org (Mailing list Perl5)
7976              Subject: [PATCH 5.005_60] Speeding up XSUB calls up to 66%
7977              Date: Fri, 27 Aug 1999 03:33:01 -0400 (EDT)
7978              Message-Id: <199908270733.DAA16927@monk.mps.ohio-state.edu>
7979              
7980              Addendum: it's "only" 33% speedup.
7981      Branch: cfgperl
7982            ! dump.c op.c op.h pp.h
7983 ____________________________________________________________________________
7984 [  4043] By: jhi                                   on 1999/08/29  11:10:33
7985         Log: From: spider-perl@Orb.Nashua.NH.US
7986              To: Mailing list Perl5 <perl5-porters@perl.org>
7987              Subject: [PATCH 5.005_61 CORE] sub : attrlist
7988              Date: Sun, 29 Aug 1999 03:02:11 -0400
7989              Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US>
7990      Branch: cfgperl
7991            + lib/attributes.pm t/lib/attrs.t t/op/attrs.t xsutils.c
7992            ! MANIFEST Makefile.SH embed.h embed.pl embedvar.h global.sym
7993            ! gv.c lib/AutoSplit.pm lib/SelfLoader.pm objXSUB.h op.c perl.c
7994            ! perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
7995            ! perly_c.diff pod/perldelta.pod pod/perldiag.pod
7996            ! pod/perlfunc.pod pod/perlmodlib.pod pod/perlsub.pod proto.h
7997            ! toke.c vms/perly_c.vms vms/perly_h.vms warnings.h
7998 ____________________________________________________________________________
7999 [  4042] By: jhi                                   on 1999/08/29  11:08:50
8000         Log: Turn off gcc-2.95's strict-alias optimization.
8001              This, of course, should be only temporary.
8002              From Andy Dougherty.
8003      Branch: cfgperl
8004            ! Configure config_h.SH
8005      Branch: metaconfig
8006            ! U/compline/ccflags.U U/modified/cc.U
8007 ____________________________________________________________________________
8008 [  4041] By: jhi                                   on 1999/08/29  10:47:30
8009         Log: Fix a typo in #4036.
8010      Branch: cfgperl
8011            ! mg.c
8012 ____________________________________________________________________________
8013 [  4040] By: jhi                                   on 1999/08/29  10:34:58
8014         Log: Add a missing #endif forgotten by #4035.
8015      Branch: cfgperl
8016            ! doop.c
8017 ____________________________________________________________________________
8018 [  4039] By: jhi                                   on 1999/08/29  10:31:19
8019         Log: Remove an extra #endif introduced by #4036.
8020      Branch: cfgperl
8021            ! perl.h
8022 ____________________________________________________________________________
8023 [  4038] By: jhi                                   on 1999/08/29  10:18:59
8024         Log: Rename warning to warnings, from Paul Marquess.
8025      Branch: cfgperl
8026            + lib/warnings.pm t/pragma/warn/7fatal t/pragma/warn/8signal
8027            + t/pragma/warnings.t warnings.h warnings.pl
8028            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
8029            ! MANIFEST Makefile.SH gv.c mg.c perl.h pod/perldelta.pod
8030            ! pod/perldiag.pod pod/perlfunc.pod pod/perllexwarn.pod
8031            ! pod/perlmodlib.pod pod/perlrun.pod pod/perltoc.pod
8032            ! pod/perlvar.pod t/op/64bit.t t/op/tie.t t/pragma/warn/2use
8033            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/5nolint
8034            ! t/pragma/warn/6default t/pragma/warn/doio t/pragma/warn/doop
8035            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
8036            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
8037            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
8038            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
8039            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
8040            ! t/pragma/warn/utf8 t/pragma/warn/util toke.c
8041 ____________________________________________________________________________
8042 [  4037] By: jhi                                   on 1999/08/29  10:08:47
8043         Log: Create the equivalence tables based on
8044              the real Unicode decomposition, not on
8045              the character name.
8046      Branch: cfgperl
8047            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
8048            ! lib/unicode/mktables.PL
8049 ____________________________________________________________________________
8050 [  4036] By: jhi                                   on 1999/08/29  09:29:08
8051         Log: Integrate with Sarathy.
8052      Branch: cfgperl
8053           +> lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
8054           +> lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
8055           +> lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
8056           +> lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
8057           +> lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
8058           +> lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
8059           !> (integrate 190 files)
8060 ____________________________________________________________________________
8061 [  4035] By: jhi                                   on 1999/08/29  08:56:15
8062         Log: Implement 64-bit vec().
8063      Branch: cfgperl
8064            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
8065            ! pp.h t/op/64bit.t
8066 ____________________________________________________________________________
8067 [  4034] By: gsar                                  on 1999/08/29  03:35:18
8068         Log: deadcode removal
8069      Branch: perl
8070            ! XSUB.h embed.h embed.pl global.sym mg.c op.c perl.h perlapi.h
8071            ! pp_ctl.c proto.h run.c sv.c
8072 ____________________________________________________________________________
8073 [  4033] By: jhi                                   on 1999/08/28  17:31:07
8074         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
8075              To: perl5-porters@perl.org
8076              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
8077              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
8078              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
8079      Branch: cfgperl
8080            ! perl.h
8081 ____________________________________________________________________________
8082 [  4032] By: gsar                                  on 1999/08/26  23:53:33
8083         Log: new thread should set current interp in TLS
8084      Branch: perl
8085            ! ext/Thread/Thread.xs
8086 ____________________________________________________________________________
8087 [  4031] By: bailey                                on 1999/08/23  03:40:07
8088         Log: When extension doesn't have a "main" object file to anchor linker search, pull in all objct files
8089      Branch: vmsperl
8090            ! lib/ExtUtils/MM_VMS.pm
8091 ____________________________________________________________________________
8092 [  4030] By: bailey                                on 1999/08/23  03:37:43
8093         Log: Patch up holes in realclean target
8094      Branch: vmsperl
8095            ! vms/descrip_mms.template
8096 ____________________________________________________________________________
8097 [  4029] By: bailey                                on 1999/08/23  03:36:24
8098         Log: Fix handling of PERL_POLLUTE
8099      Branch: vmsperl
8100            ! lib/ExtUtils/MM_VMS.pm
8101 ____________________________________________________________________________
8102 [  4028] By: bailey                                on 1999/08/23  03:34:08
8103         Log: Update VMS version of perly.h
8104      Branch: vmsperl
8105            ! vms/perly_h.vms
8106 ____________________________________________________________________________
8107 [  4027] By: bailey                                on 1999/08/23  03:32:45
8108         Log: Update dependencies in Descrip.MMS
8109      Branch: vmsperl
8110            ! vms/descrip_mms.template
8111 ____________________________________________________________________________
8112 [  4026] By: bailey                                on 1999/08/23  03:30:01
8113         Log: Fix prototypes in perlapi.c (64-bit?)
8114              Clear prior definition of getenv_len before defining VMS-specific macro
8115      Branch: vmsperl
8116            ! perlapi.c vms/vmsish.h
8117 ____________________________________________________________________________
8118 [  4025] By: bailey                                on 1999/08/23  03:25:51
8119         Log: Add '-m' option to Configure.com which skips the MANIFEST check
8120      Branch: vmsperl
8121            ! configure.com
8122 ____________________________________________________________________________
8123 [  4024] By: bailey                                on 1999/08/23  03:23:34
8124         Log: Skip open() tests that rely on Unix fork semantics
8125      Branch: vmsperl
8126            ! t/io/open.t
8127 ____________________________________________________________________________
8128 [  4023] By: bailey                                on 1999/08/23  03:21:46
8129         Log: Loosen conditons for recognizing a function name in perl.h to accomodate revisions
8130      Branch: vmsperl
8131            ! vms/gen_shrfls.pl
8132 ____________________________________________________________________________
8133 [  4022] By: bailey                                on 1999/08/23  03:17:33
8134         Log: update MM_VMS to use new File::Spec routines
8135      Branch: vmsperl
8136            ! lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm
8137 ____________________________________________________________________________
8138 [  4021] By: bailey                                on 1999/08/23  03:13:40
8139         Log: byteperl is now part of the ByteLoader ext
8140      Branch: vmsperl
8141            ! ext/ByteLoader/byterun.h vms/descrip_mms.template
8142 ____________________________________________________________________________
8143 [  4020] By: bailey                                on 1999/08/23  03:10:41
8144         Log: Allow option to treat barewords at start of Unix paths as simple words rather than logicals
8145      Branch: vmsperl
8146            ! vms/vms.c
8147 ____________________________________________________________________________
8148 [  4019] By: bailey                                on 1999/08/23  03:07:28
8149         Log: Update calls for new thread context handling
8150      Branch: vmsperl
8151            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
8152            ! ext/POSIX/POSIX.xs vms/vms.c vms/vmsish.h vms/writemain.pl
8153 ____________________________________________________________________________
8154 [  4018] By: bailey                                on 1999/08/23  03:01:31
8155         Log: Allow for file versions in library when looking for .bs files
8156      Branch: vmsperl
8157            ! ext/DynaLoader/DynaLoader_pm.PL
8158 ____________________________________________________________________________
8159 [  4017] By: bailey                                on 1999/08/23  02:58:55
8160         Log: Update VMS configuration procedures for 5.005_60
8161      Branch: vmsperl
8162            ! configure.com vms/subconfigure.com
8163 ____________________________________________________________________________
8164 [  4016] By: gsar                                  on 1999/08/20  22:19:56
8165         Log: update Changes
8166      Branch: perl
8167            ! Changes
8168
8169 ----------------
8170 Version 5.005_61
8171 ----------------
8172
8173 ____________________________________________________________________________
8174 [  4015] By: gsar                                  on 1999/08/20  22:17:41
8175         Log: perl_free() should use PerlMem_free()
8176      Branch: perl
8177            ! perl.c
8178 ____________________________________________________________________________
8179 [  4014] By: gsar                                  on 1999/08/20  22:10:46
8180         Log: win32 tweaks
8181      Branch: perl
8182            ! XSUB.h mg.c perl.c win32/config.bc win32/config.gc
8183            ! win32/config.vc win32/config_H.bc win32/config_H.gc
8184            ! win32/config_H.vc
8185 ____________________________________________________________________________
8186 [  4013] By: gsar                                  on 1999/08/20  22:09:56
8187         Log: DEBUG_m() adjusted to internalize dTHX
8188      Branch: perl
8189            ! malloc.c perl.h util.c
8190 ____________________________________________________________________________
8191 [  4012] By: gsar                                  on 1999/08/20  17:51:06
8192         Log: make autogenerated files writable
8193      Branch: perl
8194            ! (edit 171 files)
8195 ____________________________________________________________________________
8196 [  4011] By: gsar                                  on 1999/08/20  17:43:47
8197         Log: update Changes
8198      Branch: perl
8199            ! Changes perl.h pod/perldelta.pod pod/perlguts.pod
8200 ____________________________________________________________________________
8201 [  4010] By: gsar                                  on 1999/08/20  17:21:53
8202         Log: up patchlevel &c
8203      Branch: perl
8204            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
8205            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
8206 ____________________________________________________________________________
8207 [  4009] By: gsar                                  on 1999/08/20  16:46:26
8208         Log: add missing Is/Syl*.pl files
8209      Branch: perl
8210            + lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
8211            + lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
8212            + lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
8213            + lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
8214            + lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
8215            + lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
8216 ____________________________________________________________________________
8217 [  4008] By: gsar                                  on 1999/08/20  16:31:02
8218         Log: integrate cfgperl contents into mainline
8219      Branch: perl
8220           +> ext/ByteLoader/hints/sunos.pl lib/charnames.pm
8221           +> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
8222           +> lib/unicode/syllables.txt t/lib/charnames.t t/lib/syslfs.t
8223           +> t/op/lfs.t
8224            - lib/unicode/EthiopicSyllables.txt
8225            - lib/unicode/MakeEthiopicSyllables.PL
8226           !> (integrate 261 files)
8227 ____________________________________________________________________________
8228 [  4007] By: gsar                                  on 1999/08/20  15:24:08
8229         Log: support USE_THREADS+MULTIPLICITY; source compat tweaks for
8230              USE_THREADS and MULTIPLICITY; minor pod adjustments
8231      Branch: perl
8232            ! Porting/patching.pod Todo Todo-5.005 XSUB.h embed.pl
8233            ! embedvar.h perl.c perl.h pod/perlguts.pod util.c
8234 ____________________________________________________________________________
8235 [  4006] By: jhi                                   on 1999/08/19  19:01:41
8236         Log: Tighten the vec() code so that naughty BITS cause an error.
8237      Branch: cfgperl
8238            ! doop.c
8239 ____________________________________________________________________________
8240 [  4005] By: jhi                                   on 1999/08/19  15:55:09
8241         Log: Don't document ill-defined vec() bits cases
8242              (for which the code doesn't work right in any case)
8243      Branch: cfgperl
8244            ! pod/perldiag.pod pod/perlfunc.pod
8245 ____________________________________________________________________________
8246 [  4004] By: jhi                                   on 1999/08/19  12:49:41
8247         Log: Removed duplicated code (in pp.c and mg.c) by introducing
8248              do_vecget().  NOTE: the calling convention of do_vecset()
8249              changes, too: the `offset' that is assigned to LvTARGOFF(TARG)
8250              in pp_vec() is no more multiplied by `size' in pp_vec(),
8251              the multiplication is now done in do_vecset().
8252              
8253              Also fix a cpp thinko in change #4002.
8254      Branch: cfgperl
8255            ! doop.c embed.h embed.pl embedvar.h global.sym mg.c objXSUB.h
8256            ! perl.h perlapi.c pod/perldiag.pod pod/perlfunc.pod pp.c
8257            ! proto.h
8258 ____________________________________________________________________________
8259 [  4003] By: jhi                                   on 1999/08/18  08:27:22
8260         Log: Warn about small spherical distances.
8261      Branch: cfgperl
8262            ! lib/Math/Trig.pm
8263 ____________________________________________________________________________
8264 [  4002] By: jhi                                   on 1999/08/17  09:11:51
8265         Log: Enhance IV_FITS_IN_IV (though it's still unused).
8266      Branch: cfgperl
8267            ! perl.h
8268 ____________________________________________________________________________
8269 [  4001] By: jhi                                   on 1999/08/17  08:13:34
8270         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
8271              Message-ID: <sfcogg7ylk7.fsf@hohenstaufen.in-berlin.de>
8272              To: The Perl5 Porters Mailing List <perl5-porters@perl.org>
8273              Subject: [PATCH] overload.pm str/num confu
8274              Date: 17 Aug 1999 08:21:12 +0200
8275      Branch: cfgperl
8276            ! lib/overload.pm
8277 ____________________________________________________________________________
8278 [  4000] By: jhi                                   on 1999/08/17  07:20:23
8279         Log: From: merlyn@stonehenge.com (Randal L. Schwartz)
8280              To: perl5-porters@perl.org
8281              Subject: [ID 19990816.006] small patch to perlobj.pod from 5.005_03
8282              Date: 16 Aug 1999 14:24:28 -0700
8283              Message-Id: <m1ogg7to4z.fsf@halfdome.holdit.com>
8284      Branch: cfgperl
8285            ! pod/perlobj.pod
8286 ____________________________________________________________________________
8287 [  3999] By: jhi                                   on 1999/08/16  19:49:09
8288         Log: Integrate with Nick.
8289      Branch: cfgperl
8290           !> cop.h op.c perl.c t/op/eval.t t/pragma/warn/op util.c
8291 ____________________________________________________________________________
8292 [  3998] By: jhi                                   on 1999/08/16  19:44:29
8293         Log: Fix most of the pod2man moanings reported in
8294              
8295              From: "Larry W. Virden" <lvirden@cas.org>
8296              To: perl5-porters@perl.org
8297              Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6
8298              (UNINSTALLED)
8299              Date: Tue, 3 Aug 1999 15:35:06 -0400 (EDT)
8300              Message-Id: <199908031935.PAA27692@cas.org>
8301              
8302              Configure regen'ed.
8303      Branch: cfgperl
8304            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8305            ! config_h.SH ext/B/B/Stash.pm lib/Carp/Heavy.pm
8306            ! lib/Dumpvalue.pm lib/Exporter/Heavy.pm lib/filetest.pm
8307            ! lib/utf8.pm pod/perllexwarn.pod pod/perlxstut.pod
8308            ! utils/h2xs.PL utils/perlcc.PL
8309 ____________________________________________________________________________
8310 [  3997] By: jhi                                   on 1999/08/16  19:20:37
8311         Log: A fix of sorts for the flush-before-dup scenario.
8312      Branch: cfgperl
8313            ! doio.c
8314 ____________________________________________________________________________
8315 [  3996] By: jhi                                   on 1999/08/16  19:14:37
8316         Log: More paranoia.
8317      Branch: cfgperl
8318            ! sv.c
8319 ____________________________________________________________________________
8320 [  3995] By: jhi                                   on 1999/08/16  18:55:35
8321         Log: Batch of small 64-bit/long double/large file support tweaks:
8322              - scan for LDBL_DIG
8323              - from DBL_DIG and LDBL_DIG select NV_DIG
8324              - introduce IVSIZE, UVSIZE, NVSIZE
8325              - introduce IV_DIG
8326              - remove stdio64
8327              - AIX uses `oslevel` when others use `uname -r`
8328              - already AIX 4.2 goes 64-bit
8329              - in HP-UX require the 64-bit libc, just the directory isn't enough
8330              - group ids are not NVs
8331              - #undef USE_LONG_DOUBLE if long double is no better than double
8332              - introduce NV_WITHIN_*() and IV_FITS_IN_IV
8333              - mention large file support in perldelta
8334              - introduce quad TOPpin' and POPpin'
8335              - the svcat... buffer was tiny for printing quads in %b
8336              - fix the multiplication test in 64bit.t
8337              - try to make VMS to comply with all this removal and "introducal"
8338              of symbols
8339      Branch: cfgperl
8340            ! Configure config_h.SH dump.c hints/aix.sh hints/hpux.sh mg.c
8341            ! perl.h perlio.c pod/perldelta.pod pp.h sv.c t/lib/syslfs.t
8342            ! t/op/64bit.t t/op/lfs.t utf8.c vms/subconfigure.com
8343      Branch: metaconfig
8344            ! U/modified/d_longdbl.U
8345      Branch: metaconfig/U/perl
8346            + d_ldbl_dig.U
8347 ____________________________________________________________________________
8348 [  3994] By: jhi                                   on 1999/08/16  07:53:44
8349         Log: More Configure/subconfigure.com syncing.
8350      Branch: cfgperl
8351            ! vms/subconfigure.com
8352 ____________________________________________________________________________
8353 [  3993] By: jhi                                   on 1999/08/14  22:09:26
8354         Log: Remove from VMS what the change #3982 took away from Configure lands.
8355      Branch: cfgperl
8356            ! vms/subconfigure.com
8357 ____________________________________________________________________________
8358 [  3992] By: jhi                                   on 1999/08/14  13:29:13
8359         Log: Small test tweaks.
8360      Branch: cfgperl
8361            ! t/io/dup.t t/lib/dprof.t t/lib/odbm.t
8362 ____________________________________________________________________________
8363 [  3991] By: jhi                                   on 1999/08/14  13:08:41
8364         Log: Augment filesize limit note.
8365      Branch: cfgperl
8366            ! doio.c
8367 ____________________________________________________________________________
8368 [  3990] By: jhi                                   on 1999/08/14  13:06:12
8369         Log: Note about filesize limits.
8370      Branch: cfgperl
8371            ! doio.c pp_sys.c
8372 ____________________________________________________________________________
8373 [  3989] By: jhi                                   on 1999/08/14  11:31:58
8374         Log: Catch the case of filesize limits.
8375      Branch: cfgperl
8376            ! t/lib/syslfs.t t/op/lfs.t
8377 ____________________________________________________________________________
8378 [  3988] By: nick                                  on 1999/08/14  09:20:58
8379         Log: New lightweight Carp has a require. If Carp is used in a __DIE__ handler
8380              this causes a POPSTACK panic. The problem seems to be that although
8381              die_where() has unwound the tail of perl_vdie() top_env setjmp has been
8382              set to resume execution there. Avoiding setting CATCH_SET(TRUE) in 
8383              call_sv() avoids this. So invent a new G_NOCATCH flag to disable
8384              messing with CATCH_SET() in call_sv, use it in perl_vdie().
8385              Add test to op/eval.t which will fail (panic) if bug comes back.
8386              >>> I AM NOT CONVINCED THIS IS CORRECT LONG TERM FIX <<<
8387      Branch: perl
8388            ! cop.h perl.c t/op/eval.t util.c
8389 ____________________________________________________________________________
8390 [  3987] By: jhi                                   on 1999/08/13  23:57:52
8391         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
8392              To: perl5-porters@perl.org, vmsperl@perl.org, sarathy@activestate.com
8393              Subject: [PATCH 5.005_60] fix MM_VMS.pm for space-delimited lists
8394              Date: Fri, 13 Aug 1999 17:42:47 -0500
8395              Message-Id: <v04210105b3da3ed9599d@[172.16.246.133]>
8396      Branch: cfgperl
8397            ! lib/ExtUtils/MM_VMS.pm
8398 ____________________________________________________________________________
8399 [  3986] By: jhi                                   on 1999/08/13  23:56:44
8400         Log: Don't quit before printing out the message.
8401      Branch: cfgperl
8402            ! t/lib/syslfs.t t/op/lfs.t
8403 ____________________________________________________________________________
8404 [  3985] By: jhi                                   on 1999/08/13  23:35:49
8405         Log: Remove more t/ trash on target "clean".
8406      Branch: cfgperl
8407            ! Makefile.SH
8408 ____________________________________________________________________________
8409 [  3984] By: jhi                                   on 1999/08/13  23:02:53
8410         Log: Avoid double long double. 
8411      Branch: cfgperl
8412            ! Configure config_h.SH
8413      Branch: metaconfig/U/perl
8414            ! uselongdbl.U
8415 ____________________________________________________________________________
8416 [  3983] By: jhi                                   on 1999/08/13  22:59:56
8417         Log: BYTEORDER fix.
8418      Branch: cfgperl
8419            ! Configure config_h.SH
8420      Branch: metaconfig
8421            ! U/compline/byteorder.U
8422 ____________________________________________________________________________
8423 [  3982] By: jhi                                   on 1999/08/13  22:48:40
8424         Log: Jumbo Configure and large file support update.
8425              Remove a lot of unneeded 64-bitness cruft;
8426              re-introduce BYTEORDER; update 64-bitness hints;
8427              lfs should now work in Solaris; long doubles in AIX.
8428      Branch: cfgperl
8429            ! Configure config_h.SH doio.c hints/aix.sh hints/hpux.sh
8430            ! hints/irix_6.sh hints/solaris_2.sh iperlsys.h perl.h perlio.c
8431            ! perlsdio.h pp.h pp_sys.c
8432      Branch: metaconfig
8433            ! U/compline/byteorder.U U/compline/ccflags.U
8434      Branch: metaconfig/U/perl
8435            ! d_dlsymun.U io64.U uselongdbl.U
8436 ____________________________________________________________________________
8437 [  3980] By: jhi                                   on 1999/08/13  15:09:11
8438         Log: Introduce HAS_LLSEEK.
8439      Branch: cfgperl
8440            ! Configure config_h.SH perl.h
8441 ____________________________________________________________________________
8442 [  3979] By: jhi                                   on 1999/08/13  14:29:47
8443         Log: From: <dan@sidhe.org>
8444              To: perl5-porters@perl.org, vmsperl@perl.org, bailey@newman.upenn.edu,
8445              sarathy@activestate.com
8446              Subject: [PATCH 5.005_60]fix up VMS->unix filename translation a bit
8447              Date: Fri, 13 Aug 1999 09:00:42 -0700 (PDT)
8448              Message-ID: <Pine.LNX.4.10.9908130849390.3950-100000@tuatha.sidhe.org>
8449      Branch: cfgperl
8450            ! vms/vms.c
8451 ____________________________________________________________________________
8452 [  3978] By: jhi                                   on 1999/08/13  09:56:46
8453         Log: Make the 64-bit tests more paranoid.
8454      Branch: cfgperl
8455            ! t/op/64bit.t
8456 ____________________________________________________________________________
8457 [  3976] By: jhi                                   on 1999/08/12  21:49:16
8458         Log: IRIX64 needs more -mabi=64 with gcc.
8459      Branch: cfgperl
8460            ! hints/irix_6.sh
8461 ____________________________________________________________________________
8462 [  3975] By: jhi                                   on 1999/08/12  21:02:03
8463         Log: Reincarnate change #3967, now in more modest form.
8464      Branch: cfgperl
8465            ! hints/irix_6.sh
8466 ____________________________________________________________________________
8467 [  3974] By: jhi                                   on 1999/08/12  20:49:36
8468         Log: Remove rt from libswanted (I added it many moons ago
8469              when I thought it would be useful in Digital UNIX,
8470              I was wrong); undo the recent IRIX hints changes,
8471              getting rid of one warning brought new ones.
8472      Branch: cfgperl
8473            ! Configure config_h.SH hints/irix_6.sh
8474      Branch: metaconfig
8475            ! U/modified/Myinit.U
8476 ____________________________________________________________________________
8477 [  3973] By: jhi                                   on 1999/08/12  19:42:53
8478         Log: st_blocks is in 512 byte blocks.
8479      Branch: cfgperl
8480            ! t/lib/syslfs.t t/op/lfs.t
8481 ____________________________________________________________________________
8482 [  3972] By: jhi                                   on 1999/08/12  19:27:31
8483         Log: Don't claim defeat too early.
8484      Branch: cfgperl
8485            ! Configure config_h.SH
8486      Branch: metaconfig/U/perl
8487            ! longdblfio.U
8488 ____________________________________________________________________________
8489 [  3971] By: jhi                                   on 1999/08/12  19:24:14
8490         Log: IRIX 64-bit hint tweak. 
8491      Branch: cfgperl
8492            ! hints/irix_6.sh
8493 ____________________________________________________________________________
8494 [  3970] By: nick                                  on 1999/08/12  19:17:20
8495         Log: Turn of deprecated warnings for defined(@Sompack::ISA) type
8496              tests i.e. RV2AV and RV2HV
8497      Branch: perl
8498            ! op.c t/pragma/warn/op
8499 ____________________________________________________________________________
8500 [  3969] By: jhi                                   on 1999/08/12  19:06:17
8501         Log: Add Configure -Duselongdouble and add a missing semicolon.
8502      Branch: cfgperl
8503            ! Configure config_h.SH sv.c
8504      Branch: metaconfig/U/perl
8505            + uselongdbl.U
8506 ____________________________________________________________________________
8507 [  3968] By: jhi                                   on 1999/08/12  18:46:00
8508         Log: Simply exit() early if lfs support seems unlikely.
8509      Branch: cfgperl
8510            ! t/lib/syslfs.t t/op/lfs.t
8511 ____________________________________________________________________________
8512 [  3967] By: jhi                                   on 1999/08/12  18:44:05
8513         Log: Suffer silently for unused libraries.
8514      Branch: cfgperl
8515            ! hints/irix_6.sh
8516 ____________________________________________________________________________
8517 [  3966] By: jhi                                   on 1999/08/12  13:18:44
8518         Log: Update MANIFEST to follow change #3965.
8519      Branch: cfgperl
8520            ! MANIFEST
8521 ____________________________________________________________________________
8522 [  3965] By: jhi                                   on 1999/08/12  13:15:38
8523         Log: Regenerate Unicode tables based on new syllable lists
8524              from Daniel Yacob.
8525      Branch: cfgperl
8526            ! (edit 159 files)
8527 ____________________________________________________________________________
8528 [  3964] By: jhi                                   on 1999/08/12  10:06:24
8529         Log: Remove more spurious casting.
8530      Branch: cfgperl
8531            ! pp_sys.c
8532 ____________________________________________________________________________
8533 [  3963] By: jhi                                   on 1999/08/12  08:18:53
8534         Log: Minor niggles on the lfs tests.
8535      Branch: cfgperl
8536            ! t/lib/syslfs.t t/op/lfs.t
8537 ____________________________________________________________________________
8538 [  3962] By: jhi                                   on 1999/08/11  22:48:25
8539         Log: Don't bother with lfs testing if off_t is too small.
8540      Branch: cfgperl
8541            ! t/lib/syslfs.t t/op/lfs.t
8542 ____________________________________________________________________________
8543 [  3961] By: jhi                                   on 1999/08/11  22:22:54
8544         Log: Long double patches from Dan Sugalski.
8545      Branch: cfgperl
8546            ! sv.c
8547 ____________________________________________________________________________
8548 [  3960] By: jhi                                   on 1999/08/11  22:17:55
8549         Log: Flush buffer before duplicating file descriptor.
8550              
8551              From: Mark-Jason Dominus <mjd@plover.com>
8552              To: Graham Barr <gbarr@pobox.com>
8553              cc: Vicki Brown <vlb@cfcl.com>, perl5-porters@perl.org, mjd@plover.com
8554              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
8555              Date: Wed, 11 Aug 1999 15:56:09 -0400
8556              Message-ID: <19990811195610.5933.qmail@plover.com>
8557              
8558              From: Mark-Jason Dominus <mjd@plover.com>
8559              To: perl5-porters@perl.org
8560              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57)) 
8561              Date: Wed, 11 Aug 1999 16:05:46 -0400
8562              Message-ID: <19990811200546.6165.qmail@plover.com>
8563      Branch: cfgperl
8564            ! doio.c pod/perldelta.pod
8565 ____________________________________________________________________________
8566 [  3959] By: jhi                                   on 1999/08/11  22:11:35
8567         Log: Bypass fsync(NULL) (crashes miniperl compiled with DEC C 5.2)
8568              
8569              From: "Craig A. Berry" <craig.berry@metamor.com>
8570              Sender: owner-perl5-porters@perl.org
8571              To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com,
8572              bailey@newman.upenn.edu
8573              Subject: [PATCH 5.005_60] vms.c my_flush patch to circumvent fileno
8574              problem
8575              Date: Wed, 11 Aug 1999 14:31:11 -0500
8576              Message-Id: <4.2.0.58.19990811141007.00b8f8a0@mmtnt11.metamor.com>
8577      Branch: cfgperl
8578            ! vms/vms.c
8579 ____________________________________________________________________________
8580 [  3958] By: jhi                                   on 1999/08/11  15:35:45
8581         Log: Add a hopefully comforting message if there seems to be no LFS. 
8582              This seems to be the case with e.g. ext2fs, a somewhat popular fs.
8583              The tests will fail on lfs tests only if quad is available,
8584              if ENOQUAD, the lfs tests will be skipped.
8585      Branch: cfgperl
8586            ! t/lib/syslfs.t t/op/lfs.t
8587 ____________________________________________________________________________
8588 [  3957] By: jhi                                   on 1999/08/11  12:25:59
8589         Log: Unapply an experimental patch that accidentally escaped
8590              from the lab by piggybacking with the change #3955.
8591      Branch: cfgperl
8592            ! pp.c pp.h pp_hot.c
8593 ____________________________________________________________________________
8594 [  3956] By: jhi                                   on 1999/08/11  08:19:23
8595         Log: Add sysio large file support testing.
8596      Branch: cfgperl
8597            + t/lib/syslfs.t
8598            ! MANIFEST pod/perlfunc.pod t/op/64bit.t t/op/lfs.t
8599 ____________________________________________________________________________
8600 [  3955] By: jhi                                   on 1999/08/10  22:39:11
8601         Log: From: <dan@sidhe.org>
8602              To: vmsperl@perl.org, perl5-porters@perl.org,
8603              sarathy@activestate.com, bailey@newman.upenn.edu
8604              Subject: [PATCH 5.005_60]Patches needed to get _60 building with
8605              threads on VMS
8606              Date: Tue, 10 Aug 1999 16:34:56 -0700 (PDT)
8607              Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org>
8608      Branch: cfgperl
8609            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
8610            ! ext/POSIX/POSIX.xs pp.c pp.h pp_hot.c vms/vms.c vms/vmsish.h
8611            ! vms/writemain.pl
8612 ____________________________________________________________________________
8613 [  3954] By: jhi                                   on 1999/08/10  20:37:55
8614         Log: LFS testing robustness.
8615      Branch: cfgperl
8616            ! t/op/lfs.t
8617 ____________________________________________________________________________
8618 [  3953] By: jhi                                   on 1999/08/10  19:54:50
8619         Log: From: <dan@sidhe.org>
8620              To: vmsperl@perl.org, perp5-porters@perl.org, bailey@newman.upenn.edu,
8621              sarathy@activestate.com
8622              Subject: [PATCH 5.005_60]Pathces to get _60 building on VMS
8623              Date: Tue, 10 Aug 1999 13:28:18 -0700 (PDT)
8624              Message-ID: <Pine.LNX.4.10.9908101323130.18266-100000@tuatha.sidhe.org>
8625      Branch: cfgperl
8626            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
8627            ! vms/subconfigure.com vms/vmsish.h
8628 ____________________________________________________________________________
8629 [  3952] By: jhi                                   on 1999/08/10  17:18:57
8630         Log: AIX is different, again.  Now in cc -E output.
8631      Branch: cfgperl
8632            ! Configure config_h.SH
8633      Branch: metaconfig
8634            ! U/modified/cppstdin.U
8635 ____________________________________________________________________________
8636 [  3951] By: jhi                                   on 1999/08/10  14:37:08
8637         Log: Use Pid_t on pgrp matters.
8638      Branch: cfgperl
8639            ! pp_sys.c
8640 ____________________________________________________________________________
8641 [  3950] By: jhi                                   on 1999/08/10  14:35:30
8642         Log: Use Pid_t.
8643      Branch: cfgperl
8644            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
8645            ! pp_sys.c proto.h util.c
8646 ____________________________________________________________________________
8647 [  3949] By: jhi                                   on 1999/08/10  14:11:15
8648         Log: Use Mode_t.
8649      Branch: cfgperl
8650            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
8651            ! perlapi.h pp_sys.c proto.h
8652 ____________________________________________________________________________
8653 [  3948] By: jhi                                   on 1999/08/10  13:53:19
8654         Log: Small perlbug doc tweaks from Jon Orwant.
8655      Branch: cfgperl
8656            ! utils/perlbug.PL
8657 ____________________________________________________________________________
8658 [  3947] By: jhi                                   on 1999/08/10  09:55:11
8659         Log: Large file support testing.
8660      Branch: cfgperl
8661            + t/op/lfs.t
8662            ! MANIFEST t/op/64bit.t
8663 ____________________________________________________________________________
8664 [  3946] By: jhi                                   on 1999/08/10  09:13:54
8665         Log: Remove I32 casting from time-related functions.
8666      Branch: cfgperl
8667            ! pp_sys.c
8668 ____________________________________________________________________________
8669 [  3945] By: jhi                                   on 1999/08/10  09:06:42
8670         Log: Gratuitous uid and gid casts to I32s and ints removed.
8671              There are still problem spots in printfing such ids:
8672              width (%d vs %ld) and signedness %d vs %u.
8673      Branch: cfgperl
8674            ! doio.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
8675            ! perl.c perlapi.c pp_hot.c proto.h
8676 ____________________________________________________________________________
8677 [  3944] By: jhi                                   on 1999/08/10  07:43:03
8678         Log: Remove I32 casts from pp_stat, these make stat()
8679              very broken e.g. on files larger than 2 gigabytes.
8680              Reported by
8681              From: Phil Lobbes <phil@finchcomputer.com>
8682              To: perl5-porters@perl.org
8683              Subject: [ID 19990810.001] Possible bug using stat w/large files Digital
8684              UNIX Perl 5.005_03
8685              Date: Mon, 09 Aug 1999 21:38:54 -0700
8686              Message-Id: <199908100438.VAA08292@ultra.finchcomputer.com>
8687              
8688              There are more of these I32 casts all over pp_sys.c,
8689              all of them should be checked.
8690      Branch: cfgperl
8691            ! pp_sys.c
8692 ____________________________________________________________________________
8693 [  3943] By: jhi                                   on 1999/08/10  07:38:30
8694         Log: Remove blathering.
8695      Branch: cfgperl
8696            ! lib/unicode/mktables.PL
8697 ____________________________________________________________________________
8698 [  3942] By: jhi                                   on 1999/08/09  20:35:13
8699         Log: lexwarn maintenance: new warning class unsafe
8700              subclasses 'overflow' and 'portable' created,
8701              used by the recent integer overflow warnings.
8702              Class syntax subclass 'octal' renamed to 'digit',
8703              binary and hexadecimal parsing errors also 'digit' warnings.
8704      Branch: cfgperl
8705            ! lib/warning.pm pod/perllexwarn.pod t/pragma/warn/util toke.c
8706            ! util.c warning.h warning.pl
8707 ____________________________________________________________________________
8708 [  3941] By: jhi                                   on 1999/08/09  10:40:47
8709         Log: Integrate with Nick.
8710      Branch: cfgperl
8711           +> opnames.h
8712           !> Changes MANIFEST embed.h embed.pl ext/B/B/C.pm ext/B/B/CC.pm
8713           !> global.sym opcode.h opcode.pl perl.h perlapi.c pp.c
8714 ____________________________________________________________________________
8715 [  3940] By: jhi                                   on 1999/08/09  10:32:43
8716         Log: Regenerate the Unicode tables after having updated the Unicode
8717              database (change #3939).
8718      Branch: cfgperl
8719            ! (edit 157 files)
8720 ____________________________________________________________________________
8721 [  3939] By: jhi                                   on 1999/08/09  10:27:22
8722         Log: Unicode data updated to be the latest beta of the Unicode 3.0.
8723      Branch: cfgperl
8724            ! lib/unicode/UnicodeData-Latest.txt
8725 ____________________________________________________________________________
8726 [  3938] By: jhi                                   on 1999/08/09  10:25:54
8727         Log: Ethiopic changes via private email from Daniel Yacob,
8728              <dmulholl@cs.indiana.edu>.  Ethiopic and Cherokee done,
8729              Canadian Syllabics and Yi under construction.
8730      Branch: cfgperl
8731            + lib/unicode/syllables.txt
8732            - lib/unicode/EthiopicSyllables.txt
8733            - lib/unicode/MakeEthiopicSyllables.PL
8734            ! MANIFEST lib/unicode/UnicodeData-Latest.txt
8735            ! lib/unicode/mktables.PL
8736 ____________________________________________________________________________
8737 [  3937] By: jhi                                   on 1999/08/09  10:21:51
8738         Log: Move the equivalence class creation last.
8739      Branch: cfgperl
8740            ! lib/unicode/mktables.PL
8741 ____________________________________________________________________________
8742 [  3936] By: jhi                                   on 1999/08/09  10:20:40
8743         Log: Compute equivalence classes (diacritics stripping) only
8744              for letters, not for ligatures.
8745      Branch: cfgperl
8746            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
8747            ! lib/unicode/mktables.PL
8748 ____________________________________________________________________________
8749 [  3935] By: nick                                  on 1999/08/08  13:53:57
8750         Log: Will now correctly re-call 
8751              bootstrap "Foo";
8752              if requested. This should allow build on Win32 and other
8753              platforms where you cannot link to loadables directly.
8754      Branch: perl
8755            ! ext/B/B/C.pm
8756 ____________________________________________________________________________
8757 [  3934] By: nick                                  on 1999/08/07  12:23:55
8758         Log: Vishal Bhatia <vishalb@my-deja.com>
8759              Subject: [PATCH 5.005_60] fix for some obscure bugs (compiler)
8760              Message-ID: <HLPEBPHPAKHKAAAA@my-deja.com>
8761      Branch: perl
8762            ! ext/B/B/CC.pm
8763 ____________________________________________________________________________
8764 [  3933] By: nick                                  on 1999/08/07  12:19:46
8765         Log: B::C changes to get simple Tk app. compiling again
8766      Branch: perl
8767            ! ext/B/B/C.pm
8768 ____________________________________________________________________________
8769 [  3932] By: jhi                                   on 1999/08/06  21:17:16
8770         Log: Regen Configure to include change #3915.
8771      Branch: cfgperl
8772            ! Configure config_h.SH
8773 ____________________________________________________________________________
8774 [  3931] By: jhi                                   on 1999/08/06  18:52:57
8775         Log: Todo update.
8776      Branch: cfgperl
8777            ! Todo Todo-5.005 lib/unicode/mktables.PL
8778 ____________________________________________________________________________
8779 [  3930] By: jhi                                   on 1999/08/06  13:13:05
8780         Log: Character class equivalence tables.
8781      Branch: cfgperl
8782            + lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
8783            ! MANIFEST lib/unicode/mktables.PL
8784 ____________________________________________________________________________
8785 [  3929] By: jhi                                   on 1999/08/06  11:59:11
8786         Log: More Fcntl constants.  (This process really needs
8787              to be automated, at least partly, see the Errno extension.)
8788              Now also the SEEK_ constants are available via the Fcntl.
8789              Yes, this is redundant (IO::Seekable and POSIX supply them already),
8790              but now Fcntl is a one-stop shopping mall for all your
8791              file-related constants.    
8792      Branch: cfgperl
8793            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs pod/perlfunc.pod
8794 ____________________________________________________________________________
8795 [  3928] By: jhi                                   on 1999/08/06  08:08:03
8796         Log: Protect against pack/unpack repeat count overflows,
8797              based on:
8798              
8799              From: Nathan Torkington <gnat@frii.com>
8800              To: Brian Keefer <mgomes@cwix.com>
8801              Cc: perl5-porters@perl.org
8802              Subject: Re: [ID 19990806.001] Core dump with obfuscated code
8803              Date: Thu, 5 Aug 1999 23:01:51 -0600 (MDT)
8804              Message-ID: <14250.27711.769942.100675@localhost.frii.com>
8805      Branch: cfgperl
8806            ! pod/perldiag.pod pp.c
8807 ____________________________________________________________________________
8808 [  3927] By: jhi                                   on 1999/08/06  07:32:20
8809         Log: Fix for Nathan's fix (#3920) from Guy Decoux.
8810              
8811              From: Nathan Torkington <gnat@frii.com>
8812              To: perl5-porters@perl.org
8813              Subject: Bugfix for my bugfix
8814              Date: Thu, 5 Aug 1999 21:25:47 -0600 (MDT)
8815              Message-ID: <14250.21947.765134.940583@localhost.frii.com>
8816      Branch: cfgperl
8817            ! ext/B/B/Assembler.pm
8818 ____________________________________________________________________________
8819 [  3926] By: jhi                                   on 1999/08/05  17:25:19
8820         Log: Fix regex charclass parsing so that bogus ranges
8821              like [0-\d] and [[:word:]-z] are no more allowed.
8822              The anomaly was noticed by Guy Decoux.
8823      Branch: cfgperl
8824            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
8825 ____________________________________________________________________________
8826 [  3925] By: jhi                                   on 1999/08/05  10:31:47
8827         Log: split /^/ deprecation warning should not be on by default.
8828      Branch: cfgperl
8829            ! pp.c
8830 ____________________________________________________________________________
8831 [  3923] By: jhi                                   on 1999/08/05  09:16:57
8832         Log: From: paul.marquess@bt.com
8833              To: jhi@iki.fi, paul.marquess@bt.com
8834              Cc: gsar@ActiveState.com, perl5-porters@perl.org
8835              Subject: RE: [PATCH 5.005_60] anydbm.t + DB_File + Berkeley DB >= 2.4.10
8836              Date: Thu, 5 Aug 1999 09:33:14 +0100
8837              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B26@mbtlipnt02.btlabs.bt.co.uk>
8838      Branch: cfgperl
8839            ! t/lib/anydbm.t
8840 ____________________________________________________________________________
8841 [  3921] By: jhi                                   on 1999/08/05  08:05:13
8842         Log: From: paul.marquess@bt.com
8843              To: perl5-porters@perl.org
8844              Cc: gsar@activestate.com, nik@tiuk.ti.com, jhi@iki.fi,
8845              randy@theoryx5.uwinnipeg.ca
8846              Subject:  [PATCH 5.005_60] DB_File 1.70
8847              Date: Wed, 4 Aug 1999 23:22:22 +0100
8848              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B21@mbtlipnt02.btlabs.bt.co.uk>
8849              
8850              (Replaces change #3917)
8851      Branch: cfgperl
8852            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8853            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
8854 ____________________________________________________________________________
8855 [  3920] By: jhi                                   on 1999/08/04  19:02:58
8856         Log: From: Nathan Torkington <gnat@frii.com>
8857              To: perl5-porters@perl.org
8858              Subject: [5.005_60 PATCH] Make B::Bytecode work
8859              Date: Wed, 4 Aug 1999 11:24:56 -0600 (MDT)
8860              Message-ID: <14248.30568.769427.216092@localhost.frii.com>
8861      Branch: cfgperl
8862            ! ext/B/B/Assembler.pm
8863 ____________________________________________________________________________
8864 [  3919] By: jhi                                   on 1999/08/04  10:56:26
8865         Log: Update history records.
8866      Branch: cfgperl
8867            ! pod/perlhist.pod
8868 ____________________________________________________________________________
8869 [  3918] By: jhi                                   on 1999/08/04  09:36:13
8870         Log: Minor fixes to linux -Dusethreads -Duseperlio.
8871      Branch: cfgperl
8872            ! perlio.c
8873 ____________________________________________________________________________
8874 [  3917] By: jhi                                   on 1999/08/04  08:13:20
8875         Log: (Replaced by change #3921)
8876              From: paul.marquess@bt.com
8877              To: gsar@activestate.com
8878              Cc: perl5-porters@perl.org
8879              Subject: [PATCH 5.005_60] DB_File 1.69
8880              Date: Tue, 3 Aug 1999 22:55:00 +0100
8881              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6D04@mbtlipnt02.btlabs.bt.co.uk>
8882      Branch: cfgperl
8883            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8884            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
8885 ____________________________________________________________________________
8886 [  3916] By: jhi                                   on 1999/08/04  07:59:05
8887         Log: Introduce the charnames pragma.
8888              
8889              Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O
8890              From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu>
8891              To: Chip Salzenberg <[11]chip@perlsupport.com>
8892              Cc: Mailing list Perl5 <[12]perl5-porters@perl.org>
8893              Date: Sat, 31 Jul 1999 05:44:05 -0400
8894              Message-Id: <[13]199907311407.IAA25042@localhost.frii.com>
8895              
8896              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8897              To: Mailing list Perl5 <perl5-porters@perl.org>
8898              Subject: [PATCH 5.005_58] Named characters in Perl
8899              Date: Mon, 2 Aug 1999 19:25:40 -0400
8900              Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu>
8901      Branch: cfgperl
8902            + lib/charnames.pm t/lib/charnames.t
8903            ! MAINTAIN MANIFEST lib/utf8.pm pod/perldiag.pod pod/perlop.pod
8904            ! pod/perlre.pod regcomp.c toke.c
8905 ____________________________________________________________________________
8906 [  3915] By: jhi                                   on 1999/08/03  21:18:49
8907         Log: Support Configure -Dmake=pmake.
8908              Via private email from Andy.
8909              NOTE: assumes "basename" command.
8910      Branch: metaconfig
8911            ! U/modified/Config_sh.U
8912 ____________________________________________________________________________
8913 [  3914] By: jhi                                   on 1999/08/03  21:11:11
8914         Log: The op/filetest.t failed subtest 7 if testing as root.
8915              
8916              From: =?iso-8859-1?Q?Fran=E7ois=20D=E9sarm=E9nien?= <desar@club-internet.fr>
8917              To: perl5-porters@perl.org
8918              Subject: [ID 19990727.039] Not OK: perl 5.00558 on i386-sco 3.2v5.0.4
8919              Date: Tue, 27 Jul 1999 22:54:05 +0200
8920              Message-Id: <379E1C6D.626DC765@club-internet.fr>
8921      Branch: cfgperl
8922            ! t/op/filetest.t
8923 ____________________________________________________________________________
8924 [  3911] By: jhi                                   on 1999/08/03  19:52:38
8925         Log: The "-Dusethreads -Duseperlio" combination failed.
8926              
8927              From: Spider Boardman <spider@leggy.zk3.dec.com>
8928              To: perl5-porters@perl.org
8929              Subject: [ID 19990803.007] Not OK: perl 5.00560 on alpha-dec_osf-thread
8930              4.0 (UNINSTALLED)
8931              Date: Tue, 3 Aug 1999 14:25:00 -0400
8932              Message-Id: <199908031825.OAA29254@leggy.zk3.dec.com>
8933              
8934              See also change #3912.
8935      Branch: cfgperl
8936            ! perlio.c
8937 ____________________________________________________________________________
8938 [  3910] By: jhi                                   on 1999/08/03  10:44:24
8939         Log: From: Chris Nandor <pudge@pobox.com>
8940              To: perl5-porters@perl.org
8941              Subject: [PATCH 5.005_58] perlbug.PL 1.27
8942              Date: Wed, 28 Jul 1999 23:42:49 -0400
8943              Message-Id: <v04210104b3c57ce9e3de@[152.167.11.247]>
8944      Branch: cfgperl
8945            ! utils/perlbug.PL
8946 ____________________________________________________________________________
8947 [  3909] By: jhi                                   on 1999/08/03  10:41:04
8948         Log: Hints for building ByteLoader in SunoS.  Based on
8949              From: Andy Dougherty <doughera@lafayette.edu>
8950              To: Gurusamy Sarathy <gsar@activestate.com>
8951              Cc: Perl Porters <perl5-porters@perl.org>
8952              Subject: Re: 5.005_58 Not OK SunOS 4.1.3
8953              Date: Mon, 2 Aug 1999 14:01:58 -0400 (EDT)
8954              Message-Id: <Pine.GSU.4.05.9908021357410.5873-100000@newton.phys>
8955      Branch: cfgperl
8956            + ext/ByteLoader/hints/sunos.pl
8957            ! MANIFEST ext/ByteLoader/ByteLoader.xs
8958 ____________________________________________________________________________
8959 [  3908] By: jhi                                   on 1999/08/03  09:29:22
8960         Log: Clarify RE engine code; inline a static function to a macro;
8961              make exact string nodes smaller.
8962              
8963              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8964              To: perl5-porters@perl.org (Mailing list Perl5)
8965              Subject: [PATCH 5.005_60] Cosmetic change to REx engine
8966              Date: Mon, 2 Aug 1999 21:53:36 -0400 (EDT)
8967              Message-Id: <199908030153.VAA10542@monk.mps.ohio-state.edu>
8968      Branch: cfgperl
8969            ! Makefile.SH embed.pl global.sym keywords.h lib/warning.pm
8970            ! opcode.h pp.sym pp_proto.h regcomp.c regcomp.h regexec.c
8971            ! regnodes.h warning.h
8972 ____________________________________________________________________________
8973 [  3907] By: jhi                                   on 1999/08/03  08:11:49
8974         Log: 5_59 configured with -Dd_bincompat5005 can't be made
8975              binary compatible with a 5_03 which was built with -DEMBEDMYMALLOC.
8976              
8977              From: Spider Boardman <spider@leggy.zk3.dec.com>
8978              To: perl5-porters@perl.org
8979              Subject: [ID 19990802.016] Not OK: perl 5.00559
8980              Date: Mon, 2 Aug 1999 16:11:13 -0400
8981              Message-Id: <199908022011.QAA30224@leggy.zk3.dec.com>
8982      Branch: cfgperl
8983            ! embed.pl
8984 ____________________________________________________________________________
8985 [  3906] By: jhi                                   on 1999/08/03  07:48:59
8986         Log: Change #3790 redemption: with a little additional
8987              patch from Ilya it works okay.
8988      Branch: cfgperl
8989            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
8990            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
8991 ____________________________________________________________________________
8992 [  3905] By: gsar                                  on 1999/08/02  21:03:23
8993         Log: this will be 5.005_60
8994      Branch: perl
8995            ! Changes
8996
8997 ----------------
8998 Version 5.005_60
8999 ----------------
9000
9001 ____________________________________________________________________________
9002 [  3904] By: gsar                                  on 1999/08/02  20:30:23
9003         Log: don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
9004              in effect (from Spider Boardman <spider@leggy.zk3.dec.com>);
9005              regen headers
9006      Branch: perl
9007            ! embed.h embed.pl global.sym opcode.h perlapi.c
9008 ____________________________________________________________________________
9009 [  3903] By: gsar                                  on 1999/08/02  20:26:07
9010         Log: native int pack/unpack fixes (from Spider Boardman
9011              <spider@leggy.zk3.dec.com>)
9012      Branch: perl
9013            ! pp.c
9014 ____________________________________________________________________________
9015 [  3902] By: gsar                                  on 1999/08/02  20:24:41
9016         Log: fix broken -DDEBUGGING_OPS (from Spider Boardman
9017              <spider@leggy.zk3.dec.com>)
9018      Branch: perl
9019            + opnames.h
9020            ! Changes MANIFEST opcode.pl perl.h
9021 ____________________________________________________________________________
9022 [  3901] By: gsar                                  on 1999/08/02  18:51:18
9023         Log: integrate cfgperl contents
9024      Branch: perl
9025           !> INSTALL README pod/perldelta.pod
9026 ____________________________________________________________________________
9027 [  3900] By: jhi                                   on 1999/08/02  18:46:21
9028         Log: Update README and INSTALL; partly based on the message
9029              
9030              From: "John L. Allen" <allen@grumman.com>
9031              To: Jarkko Hietaniemi <jhi@iki.fi>
9032              cc: perl5-porters@perl.org
9033              Subject: Re: Perl Installation Problem
9034              Date: Thu, 29 Jul 1999 14:55:05 -0400 (EDT)
9035              Message-ID: <Pine.SOL.3.91.990729144440.1035A-100000@gateway.grumman.com>
9036              
9037              and private email from Andy Dougherty.
9038      Branch: cfgperl
9039            ! INSTALL README
9040 ____________________________________________________________________________
9041 [  3899] By: jhi                                   on 1999/08/02  18:36:35
9042         Log: Integrate with Sarathy.
9043      Branch: cfgperl
9044           !> op.c
9045 ____________________________________________________________________________
9046 [  3898] By: jhi                                   on 1999/08/02  18:34:49
9047         Log: Update PERL_BINCOMPAT_5005; update 64-bitness.
9048      Branch: cfgperl
9049            ! pod/perldelta.pod
9050 ____________________________________________________________________________
9051 [  3897] By: gsar                                  on 1999/08/02  18:18:37
9052         Log: optimizations could sometimes bypass bareword check
9053      Branch: perl
9054            ! op.c
9055 ____________________________________________________________________________
9056 [  3896] By: jhi                                   on 1999/08/02  18:18:34
9057         Log: Integrate with Sarathy.
9058      Branch: cfgperl
9059           !> Changes makedef.pl patchlevel.h win32/Makefile
9060           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
9061           !> win32/makefile.mk
9062 ____________________________________________________________________________
9063 [  3895] By: gsar                                  on 1999/08/02  17:22:40
9064         Log: up patchlevel etc.
9065      Branch: perl
9066            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
9067            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
9068 ____________________________________________________________________________
9069 [  3894] By: gsar                                  on 1999/08/02  17:12:31
9070         Log: integrate change#3893, make it conditional on bincompat5005
9071      Branch: perl
9072            ! makedef.pl
9073 ____________________________________________________________________________
9074 [  3893] By: jhi                                   on 1999/08/02  16:49:08
9075         Log: PERL_BINCOMPAT_5005 symbol translation.
9076              (AIX wouldn't link neither perl nor extensions.)
9077      Branch: cfgperl
9078            ! makedef.pl
9079 ____________________________________________________________________________
9080 [  3892] By: gsar                                  on 1999/08/02  16:09:13
9081         Log: integrate cfgperl contents into mainline
9082      Branch: perl
9083           +> t/op/64bit.t
9084            ! Changes
9085           !> Configure MANIFEST config_h.SH doio.c dump.c hints/aix.sh op.c
9086           !> pod/perlfunc.pod pp_hot.c pp_sys.c regcomp.c sv.c t/io/open.t
9087           !> t/pragma/utf8.t t/pragma/warn/pp_hot toke.c util.c
9088 ____________________________________________________________________________
9089 [  3891] By: jhi                                   on 1999/08/02  14:52:40
9090         Log: AIX long long probing requires LL suffix for
9091              the ll constant.  The suffix doesn't seem
9092              to bother other ll platforms.
9093      Branch: cfgperl
9094            ! Configure config_h.SH hints/aix.sh
9095      Branch: metaconfig/U/perl
9096            ! quadfio.U
9097 ____________________________________________________________________________
9098 [  3890] By: jhi                                   on 1999/08/02  14:21:55
9099         Log: Exact path to perl for open -|.
9100      Branch: cfgperl
9101            ! t/io/open.t
9102 ____________________________________________________________________________
9103 [  3889] By: jhi                                   on 1999/08/02  14:18:03
9104         Log: Integrate with Sarathy.
9105      Branch: cfgperl
9106           !> Changes patchlevel.h pod/perlhist.pod pp_ctl.c util.c
9107           !> win32/Makefile win32/config_H.bc win32/config_H.gc
9108           !> win32/config_H.vc win32/makefile.mk win32/win32.c
9109 ____________________________________________________________________________
9110 [  3888] By: jhi                                   on 1999/08/02  14:14:29
9111         Log: AIX -Duse64bits: old AIXen do not have the getconf variables.
9112      Branch: cfgperl
9113            ! hints/aix.sh
9114 ____________________________________________________________________________
9115 [  3887] By: jhi                                   on 1999/08/02  12:53:10
9116         Log: Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
9117              emacs code indentation doesn't get wrong ideas--
9118              in other words, introduce a couple of "redundant" if:s.
9119      Branch: cfgperl
9120            ! doio.c dump.c op.c pp_hot.c pp_sys.c regcomp.c sv.c toke.c
9121            ! util.c
9122 ____________________________________________________________________________
9123 [  3886] By: jhi                                   on 1999/08/02  12:43:16
9124         Log: Mention that also *BSD systems with glibc are known to stumble.
9125      Branch: cfgperl
9126            ! t/pragma/warn/pp_hot
9127 ____________________________________________________________________________
9128 [  3885] By: jhi                                   on 1999/08/02  12:34:15
9129         Log: Allow also non-long long but still quad platforms print quads.
9130      Branch: cfgperl
9131            ! Configure config_h.SH
9132      Branch: metaconfig/U/perl
9133            ! longdblfio.U quadfio.U
9134 ____________________________________________________________________________
9135 [  3884] By: jhi                                   on 1999/08/02  11:56:14
9136         Log: Fix regclass utf8 hex ranges for quads.
9137      Branch: cfgperl
9138            ! regcomp.c
9139 ____________________________________________________________________________
9140 [  3883] By: jhi                                   on 1999/08/02  11:42:14
9141         Log: Enhance the description of how to detect quad support.
9142      Branch: cfgperl
9143            ! pod/perlfunc.pod
9144 ____________________________________________________________________________
9145 [  3882] By: jhi                                   on 1999/08/02  11:22:19
9146         Log: Fix printf %D %U %O for quads.
9147      Branch: cfgperl
9148            ! sv.c t/op/64bit.t
9149 ____________________________________________________________________________
9150 [  3881] By: jhi                                   on 1999/08/02  11:16:12
9151         Log: Document quad printing.
9152      Branch: cfgperl
9153            ! pod/perlfunc.pod
9154 ____________________________________________________________________________
9155 [  3880] By: jhi                                   on 1999/08/02  10:32:01
9156         Log: More 64-bit fixing.  One known bug of that kind
9157              remains, 32-bit platforms using long long in
9158              the test t/pragma/utf8 subtests 1-3 fail.
9159              (Update: change    #3884 fixed that one.)
9160      Branch: cfgperl
9161            + t/op/64bit.t
9162            ! Configure MANIFEST config_h.SH regcomp.c sv.c t/pragma/utf8.t
9163
9164 ----------------
9165 Version 5.005_59
9166 ----------------
9167
9168 ____________________________________________________________________________
9169 [  3879] By: gsar                                  on 1999/08/02  08:18:58
9170         Log: integrate cfgperl changes into mainline
9171      Branch: perl
9172           !> Configure config_h.SH sv.c
9173 ____________________________________________________________________________
9174 [  3878] By: gsar                                  on 1999/08/02  08:13:16
9175         Log: change#3692 had an unintentional patch leak through!
9176              (this would explain the mysterious C<next LABEL> failures
9177              people have seen)
9178      Branch: perl
9179            ! pp_ctl.c
9180 ____________________________________________________________________________
9181 [  3877] By: gsar                                  on 1999/08/02  08:00:29
9182         Log: up patchlevel to 59
9183      Branch: perl
9184            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
9185            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9186            ! win32/makefile.mk
9187 ____________________________________________________________________________
9188 [  3876] By: gsar                                  on 1999/08/02  07:51:18
9189         Log: fix coredump under usethreads+debug
9190      Branch: perl
9191            ! util.c
9192 ____________________________________________________________________________
9193 [  3875] By: jhi                                   on 1999/08/02  07:50:51
9194         Log: d_bincompat5005 could be left empty.
9195      Branch: cfgperl
9196            ! Configure config_h.SH
9197      Branch: metaconfig/U/perl
9198            ! bincompat5005.U
9199 ____________________________________________________________________________
9200 [  3874] By: jhi                                   on 1999/08/02  07:42:45
9201         Log: Fix printf %d when IV is quad.
9202      Branch: cfgperl
9203            ! sv.c
9204 ____________________________________________________________________________
9205 [  3873] By: gsar                                  on 1999/08/02  07:41:03
9206         Log: fix d_bincompat5005='' junking config.h
9207      Branch: perl
9208            ! Configure
9209 ____________________________________________________________________________
9210 [  3872] By: gsar                                  on 1999/08/02  07:38:48
9211         Log: C needs parameter list, not merely type
9212      Branch: perl
9213            ! win32/win32.c
9214 ____________________________________________________________________________
9215 [  3871] By: jhi                                   on 1999/08/02  07:20:51
9216         Log: Integrate with Sarathy.
9217      Branch: cfgperl
9218           !> Changes ext/B/B/C.pm ext/B/B/CC.pm regexec.c
9219 ____________________________________________________________________________
9220 [  3870] By: gsar                                  on 1999/08/02  07:12:18
9221         Log: integrate cfgperl changes into mainline
9222      Branch: perl
9223            ! Changes
9224           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
9225           !> Porting/config_H config_h.SH doio.c dump.c mg.c op.c perl.h
9226           !> pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c t/pragma/warn/sv
9227           !> toke.c util.c
9228 ____________________________________________________________________________
9229 [  3869] By: gsar                                  on 1999/08/02  06:59:09
9230         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
9231              Date: Sat, 31 Jul 1999 19:08:33 -0700
9232              Message-ID: <LAONLKLELDJAFAAA@my-deja.com>
9233              Subject: [PATCH 5.005_58] "use constant" in the compiler
9234      Branch: perl
9235            ! ext/B/B/C.pm ext/B/B/CC.pm
9236 ____________________________________________________________________________
9237 [  3868] By: gsar                                  on 1999/08/02  06:55:51
9238         Log: debug build tweak
9239      Branch: perl
9240            ! regexec.c
9241 ____________________________________________________________________________
9242 [  3867] By: gsar                                  on 1999/08/02  06:35:18
9243         Log: create vmsperl branch (to be owned and operated by: cbailey)
9244      Branch: vmsperl
9245           +> (branch 1476 files)
9246 ____________________________________________________________________________
9247 [  3866] By: jhi                                   on 1999/08/01  23:34:40
9248         Log: so_locations once is enough.
9249      Branch: cfgperl
9250            ! Makefile.SH
9251 ____________________________________________________________________________
9252 [  3865] By: jhi                                   on 1999/08/01  23:13:05
9253         Log: Simplicate duplicated code.
9254      Branch: cfgperl
9255            ! util.c
9256 ____________________________________________________________________________
9257 [  3864] By: jhi                                   on 1999/08/01  22:41:41
9258         Log: Integrate with Sarathy.  perl.h and util.c required manual resolving.
9259      Branch: cfgperl
9260           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
9261           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
9262            - README.cygwin32 cygwin32/Makefile.SHs
9263            - cygwin32/build-instructions.READFIRST
9264            - cygwin32/build-instructions.charles-wilson
9265            - cygwin32/build-instructions.sebastien-barre
9266            - cygwin32/build-instructions.steven-morlock
9267            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
9268            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
9269            - hints/cygwin32.sh
9270           !> (integrate 61 files)
9271 ____________________________________________________________________________
9272 [  3863] By: jhi                                   on 1999/08/01  22:36:02
9273         Log: Regen Configure and Glossary once again.
9274      Branch: cfgperl
9275            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9276            ! config_h.SH
9277 ____________________________________________________________________________
9278 [  3862] By: jhi                                   on 1999/08/01  22:26:09
9279         Log: Glossary update for #3861.
9280      Branch: cfgperl
9281            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9282            ! config_h.SH
9283 ____________________________________________________________________________
9284 [  3861] By: jhi                                   on 1999/08/01  22:22:51
9285         Log: 64-bit work.  Now 32-bit platforms get a 100% make test
9286              with -Duse64bits (using long long).
9287              Tested in Solaris 2.6 sparc  RH Linux 6.0 x86
9288              (and Digital IX 4.0D, to get a true 64-bit opinion).  Now e.g.
9289              'print unpack "q", pack "q", 12345678901'
9290              should work on such 32-bit platforms.
9291              Still a lot of printf()s behind -D which wrongly assume
9292              that %ld/%lx and (long) are a good combination.
9293              Introducing a slew of new macros intended to be used in printf()
9294              format strings: e. g. PERL_PRId64 is the string to be used
9295              when printing an IV, printf("%" PERL_PRId64 "\n", iv).
9296              The PRI... naming follows the C9X naming of <inttypes.h> macros.
9297      Branch: cfgperl
9298            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9299            ! config_h.SH doio.c dump.c mg.c op.c perl.h pp_ctl.c pp_hot.c
9300            ! pp_sys.c scope.c sv.c t/pragma/warn/sv toke.c util.c
9301      Branch: metaconfig/U/perl
9302            + atolf.U atoll.U longdblfio.U quadfio.U strtoull.U
9303 ____________________________________________________________________________
9304 [  3860] By: gsar                                  on 1999/08/01  21:23:18
9305         Log: integrate cfgperl contents into mainline
9306      Branch: perl
9307            ! toke.c
9308           !> (integrate 29 files)
9309 ____________________________________________________________________________
9310 [  3859] By: gsar                                  on 1999/08/01  21:13:09
9311         Log: From: Nathan Torkington <gnat@frii.com>
9312              Date: Sun, 1 Aug 1999 11:23:35 -0600 (MDT)
9313              Message-ID: <14244.33431.739419.806927@localhost.frii.com>
9314              Subject: [PATCH 5.005_58] ext/B/B/Disassembler.pm patch
9315      Branch: perl
9316            ! ext/B/B/Disassembler.pm
9317 ____________________________________________________________________________
9318 [  3858] By: gsar                                  on 1999/08/01  21:09:15
9319         Log: DB_File 1.68 update from Paul Marquess
9320      Branch: perl
9321            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
9322            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
9323            ! t/lib/db-recno.t
9324 ____________________________________________________________________________
9325 [  3857] By: gsar                                  on 1999/08/01  21:05:54
9326         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9327              Date: Sat, 31 Jul 1999 05:13:38 -0400
9328              Message-Id: <199907311407.IAA25038@localhost.frii.com>
9329              Subject: [PATCH 5.005_58] More optimizations to REx engine
9330      Branch: perl
9331            ! embed.pl embedvar.h ext/Thread/Thread.xs objXSUB.h perl.c
9332            ! perl.h proto.h regcomp.c regexec.c t/op/re_tests thrdvar.h
9333 ____________________________________________________________________________
9334 [  3856] By: gsar                                  on 1999/08/01  20:59:59
9335         Log: slightly modified version of suggested patch
9336              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9337              Date: Sat, 31 Jul 1999 04:45:12 -0400
9338              Message-Id: <199907311406.IAA25034@localhost.frii.com>
9339              Subject: [PATCH 5.005_58] Fix OS/2 build
9340      Branch: perl
9341            ! Makefile.SH lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
9342            ! makedef.pl os2/Makefile.SHs os2/diff.configure perl.h sv.h
9343 ____________________________________________________________________________
9344 [  3855] By: gsar                                  on 1999/08/01  20:49:06
9345         Log: cygwin update
9346              From: "Fifer, Eric" <EFifer@sanwaint.com>
9347              Date: Fri, 30 Jul 1999 18:31:48 +0100
9348              Message-Id: <71E287AB0D94D111BBD600600849EC8185EE06@POST>
9349              Subject: [ID 19990730.003] PATCH] perl5.005_58 cygwin port
9350      Branch: perl
9351            ! doio.c dosish.h lib/File/Spec/Unix.pm mg.c perl.h perlsdio.h
9352            ! pp_sys.c unixish.h util.c
9353 ____________________________________________________________________________
9354 [  3854] By: gsar                                  on 1999/08/01  20:41:53
9355         Log: fixes from Stephen McCamant that address bugs in change#3612
9356              (the optimization shouldn't be enabled in expressions where
9357              the variable is introduced), and fix Deparse to grok the
9358              optimization
9359              Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT)
9360              Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net>
9361              Subject: [PATCH _58] Set OPpTARGET_MY more consistently
9362              --
9363              Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT)
9364              Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net>
9365              Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction
9366              --
9367              Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT)
9368              Message-Id: <199907310326.VAA24376@localhost.frii.com>
9369              Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...')
9370      Branch: perl
9371            ! ext/B/B/Deparse.pm op.c
9372 ____________________________________________________________________________
9373 [  3853] By: gsar                                  on 1999/08/01  20:31:32
9374         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
9375              Date: Thu, 29 Jul 1999 14:08:50 -0500 (CDT)
9376              Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net>
9377              Subject: [PATCH _58] Two one-liner LOGOP tweaks
9378      Branch: perl
9379            ! op.c opcode.h opcode.pl
9380 ____________________________________________________________________________
9381 [  3852] By: gsar                                  on 1999/08/01  20:29:17
9382         Log: rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
9383      Branch: perl
9384            ! AUTHORS EXTERN.h INSTALL MAINTAIN Makefile.SH Porting/patchls
9385            ! README.cygwin README.win32 XSUB.h cygwin/Makefile.SHs
9386            ! ext/DynaLoader/dl_cygwin.xs ext/POSIX/POSIX.xs
9387            ! ext/SDBM_File/sdbm/pair.c hints/cygwin.sh
9388            ! lib/ExtUtils/MM_Cygwin.pm makedepend.SH perl.h pod/perl.pod
9389            ! pod/perlport.pod pp_sys.c util.c
9390 ____________________________________________________________________________
9391 [  3851] By: gsar                                  on 1999/08/01  20:20:05
9392         Log: move files around for s/cygwin32/cygwin/ renaming
9393      Branch: perl
9394           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
9395           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
9396            - README.cygwin32 cygwin32/Makefile.SHs
9397            - cygwin32/build-instructions.READFIRST
9398            - cygwin32/build-instructions.charles-wilson
9399            - cygwin32/build-instructions.sebastien-barre
9400            - cygwin32/build-instructions.steven-morlock
9401            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
9402            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
9403            - hints/cygwin32.sh
9404            ! MANIFEST
9405 ____________________________________________________________________________
9406 [  3850] By: gsar                                  on 1999/08/01  20:05:14
9407         Log: posix-bc hints tweak (via private mail from Thomas Dorner
9408              <Thomas.Dorner@start.de>)
9409      Branch: perl
9410            ! Changes hints/posix-bc.sh
9411 ____________________________________________________________________________
9412 [  3849] By: gsar                                  on 1999/08/01  19:50:20
9413         Log: notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
9414              <gnat@frii.com>)
9415      Branch: perl
9416            ! perl.h pod/perldelta.pod pod/perlguts.pod
9417 ____________________________________________________________________________
9418 [  3848] By: gsar                                  on 1999/08/01  18:34:41
9419         Log: fix defined(@foo) encarpments
9420      Branch: perl
9421            ! ext/B/B/C.pm lib/CGI.pm lib/Dumpvalue.pm lib/dumpvar.pl
9422            ! pod/perltrap.pod
9423 ____________________________________________________________________________
9424 [  3847] By: jhi                                   on 1999/08/01  17:17:07
9425         Log: Undo #3790 and the patches that attempted to fix it
9426              (#3837, #3838, #3845).  The #3790 caused linkage failures
9427              and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
9428              IRIX 6.5.
9429      Branch: cfgperl
9430            - ext/SDBM_File/hints/dec_osf.pl ext/SDBM_File/hints/solaris.pl
9431            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
9432            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
9433 ____________________________________________________________________________
9434 [  3846] By: jhi                                   on 1999/08/01  11:41:52
9435         Log: Reading 64-bit decimal numbers was broken because
9436              the NV was cast to an I32, not an IV.
9437      Branch: cfgperl
9438            ! toke.c
9439 ____________________________________________________________________________
9440 [  3845] By: jhi                                   on 1999/08/01  11:00:24
9441         Log: Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
9442      Branch: cfgperl
9443            + ext/SDBM_File/hints/solaris.pl
9444 ____________________________________________________________________________
9445 [  3844] By: jhi                                   on 1999/08/01  10:55:44
9446         Log: Enable Solaris largefiles support only if -Duse64bits is used.
9447              (Effectively removes #3311).
9448      Branch: cfgperl
9449            ! hints/solaris_2.sh
9450 ____________________________________________________________________________
9451 [  3843] By: jhi                                   on 1999/07/31  22:44:56
9452         Log: Integer overflow iteration.
9453      Branch: cfgperl
9454            ! t/op/oct.t toke.c util.c
9455 ____________________________________________________________________________
9456 [  3842] By: jhi                                   on 1999/07/31  22:11:03
9457         Log: Remove a lot of unused regnode codes.
9458              Noticed by Ilya.
9459      Branch: cfgperl
9460            ! regcomp.c regcomp.sym regexec.c regnodes.h
9461 ____________________________________________________________________________
9462 [  3841] By: jhi                                   on 1999/07/31  21:53:54
9463         Log: Make the use64bits and usethreads friendlier/braver;
9464              they no more wimp out if the platform is unknown.
9465              On use64bits if gcc used -DUSE_LONG_LONG is added
9466              to the ccflags (this dependency on gcc caused a slightly weird
9467              reordering of Configure, but things still seem to work.)
9468      Branch: cfgperl
9469            ! Configure README.threads config_h.SH
9470      Branch: metaconfig
9471            ! U/threads/usethreads.U
9472      Branch: metaconfig/U/perl
9473            ! use64bits.U
9474 ____________________________________________________________________________
9475 [  3840] By: jhi                                   on 1999/07/31  20:26:22
9476         Log: Hack the "integer overflow" code some more.
9477      Branch: cfgperl
9478            ! perl.h toke.c util.c
9479 ____________________________________________________________________________
9480 [  3839] By: jhi                                   on 1999/07/31  20:22:00
9481         Log: Test oct() at the 2^32-1 limit.
9482      Branch: cfgperl
9483            ! t/op/oct.t
9484 ____________________________________________________________________________
9485 [  3838] By: jhi                                   on 1999/07/31  20:08:43
9486         Log: Update MANIFEST for #3837.
9487      Branch: cfgperl
9488            ! MANIFEST
9489 ____________________________________________________________________________
9490 [  3837] By: jhi                                   on 1999/07/31  20:02:40
9491         Log: Digital UNIX 4.0D doesn't like perl malloc on sdbm
9492              (a core dump with a corrput stack ensues).
9493      Branch: cfgperl
9494            + ext/SDBM_File/hints/dec_osf.pl
9495 ____________________________________________________________________________
9496 [  3836] By: jhi                                   on 1999/07/29  21:09:01
9497         Log: Allow for Configure -Ubincompat5005 override.
9498      Branch: cfgperl
9499            ! Configure config_h.SH
9500      Branch: metaconfig/U/perl
9501            ! bincompat5005.U
9502 ____________________________________________________________________________
9503 [  3835] By: jhi                                   on 1999/07/29  21:04:02
9504         Log: Make Configure support PERL_BINCOMPAT_5005.
9505      Branch: cfgperl
9506            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9507            ! config_h.SH
9508      Branch: metaconfig/U/perl
9509            + bincompat5005.U
9510 ____________________________________________________________________________
9511 [  3834] By: jhi                                   on 1999/07/29  19:25:35
9512         Log: AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com> 
9513      Branch: cfgperl
9514            ! Makefile.SH
9515 ____________________________________________________________________________
9516 [  3833] By: jhi                                   on 1999/07/29  14:07:09
9517         Log: Integrate with Sarathy.  I overruled on perldelta
9518              and perldiag.
9519      Branch: cfgperl
9520           !> README.win32 emacs/cperl-mode.el globals.c installperl
9521           !> iperlsys.h makedef.pl perl.h pod/perldelta.pod
9522           !> pod/perldiag.pod pod/perllexwarn.pod toke.c utils/perldoc.PL
9523           !> win32/Makefile win32/bin/pl2bat.pl win32/makefile.mk
9524           !> win32/perllib.c win32/win32.c
9525 ____________________________________________________________________________
9526 [  3832] By: jhi                                   on 1999/07/29  14:02:50
9527         Log: Repent and make overly large integerish
9528              constants non-fatal.  They are now promoted
9529              to NVs, accompanied by an overflow warning that
9530              is by default on.
9531      Branch: cfgperl
9532            ! embed.pl global.sym pod/perldelta.pod pod/perldiag.pod pp.c
9533            ! proto.h t/op/oct.t t/pragma/warn/6default t/pragma/warn/util
9534            ! toke.c util.c
9535 ____________________________________________________________________________
9536 [  3831] By: jhi                                   on 1999/07/29  11:40:04
9537         Log: AIX exhibits different error on failed system().
9538              Slightly modified patch via private email from
9539              David R. Favor <dfavor@austin.ibm.com>
9540      Branch: cfgperl
9541            ! t/op/exec.t
9542 ____________________________________________________________________________
9543 [  3830] By: gsar                                  on 1999/07/29  07:46:11
9544         Log: cperl-mode.el v4.19
9545      Branch: perl
9546            ! emacs/cperl-mode.el
9547 ____________________________________________________________________________
9548 [  3829] By: gsar                                  on 1999/07/29  07:30:35
9549         Log: From: jan.dubois@ibm.net (Jan Dubois)
9550              Date: Wed, 28 Jul 1999 22:01:42 +0200
9551              Message-ID: <37aa5f9b.12941448@smtp1.ibm.net>
9552              Subject: [PATCH 5.005_58] win32/bin/pl2bat.pl doesn't work correctly
9553      Branch: perl
9554            ! win32/bin/pl2bat.pl
9555 ____________________________________________________________________________
9556 [  3828] By: gsar                                  on 1999/07/29  07:19:27
9557         Log: tweak previous change for multiple hits
9558      Branch: perl
9559            ! utils/perldoc.PL
9560 ____________________________________________________________________________
9561 [  3827] By: gsar                                  on 1999/07/29  07:10:00
9562         Log: band-aid for perldoc -t broken-ness (the new Pod::Text
9563              really needs a pod2text() compatibility function)
9564      Branch: perl
9565            ! utils/perldoc.PL
9566 ____________________________________________________________________________
9567 [  3826] By: gsar                                  on 1999/07/29  01:33:46
9568         Log: minor tweaks to pods and toke.c comments
9569      Branch: perl
9570            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod toke.c
9571 ____________________________________________________________________________
9572 [  3825] By: gsar                                  on 1999/07/29  00:12:52
9573         Log: integrate cfgperl changes into mainline
9574      Branch: perl
9575           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
9576           !> README.threads config_h.SH ext/IO/lib/IO/Handle.pm
9577           !> ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
9578           !> ext/POSIX/POSIX.xs lib/ExtUtils/Install.pm perl.h
9579           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
9580           !> pod/perllexwarn.pod pod/perlre.pod pp.c pp_sys.c
9581           !> t/lib/io_unix.t t/op/oct.t t/pragma/warn/6default
9582           !> t/pragma/warn/util toke.c util.c
9583 ____________________________________________________________________________
9584 [  3824] By: jhi                                   on 1999/07/28  21:15:04
9585         Log: Tiny patch to go over #3820 (via private mail from Lincoln).
9586      Branch: cfgperl
9587            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
9588            ! ext/IO/lib/IO/Socket/INET.pm
9589 ____________________________________________________________________________
9590 [  3823] By: jhi                                   on 1999/07/28  20:29:17
9591         Log: Continue pack() doc honing.
9592      Branch: cfgperl
9593            ! pod/perlfunc.pod
9594 ____________________________________________________________________________
9595 [  3822] By: jhi                                   on 1999/07/28  20:17:37
9596         Log: Enhance pack() doc.
9597      Branch: cfgperl
9598            ! pod/perlfunc.pod
9599 ____________________________________________________________________________
9600 [  3821] By: jhi                                   on 1999/07/28  18:34:50
9601         Log: UNIX Domain Sockets are not implemented under QNX.
9602              
9603              From: Norton Allen <allen@huarp.harvard.edu>
9604              To: perl5-porters@perl.org
9605              Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX
9606              Date: Wed, 28 Jul 1999 14:07:16 -0400 (edt)
9607              Message-Id: <199907281807.OAA13167@bottesini.harvard.edu>
9608      Branch: cfgperl
9609            ! t/lib/io_unix.t
9610 ____________________________________________________________________________
9611 [  3820] By: jhi                                   on 1999/07/28  18:13:37
9612         Log: IO::* enhancements.
9613              
9614              1) write() and syswrite() will now accept a single-argument
9615              form of the call, for consistency with Perl's syswrite().
9616              2) You can create a TCP-based IO::Socket::INET without forcing
9617              a connect attempt.  This allows you to configure its options
9618              (like making it non-blocking) and then call connect() manually.
9619              3) Fixed a bug that prevented the IO::Socket::protocol() accessor
9620              from ever returning the correct value.
9621              
9622              From: Lincoln Stein <lstein@formaggio.cshl.org>
9623              To: Graham Barr <gbarr@pobox.com>
9624              Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
9625              Subject: Re: patch for IO::*
9626              Date: Wed, 28 Jul 1999 13:55:05 -0400 (EDT)
9627              Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
9628      Branch: cfgperl
9629            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
9630            ! ext/IO/lib/IO/Socket/INET.pm
9631 ____________________________________________________________________________
9632 [  3819] By: gsar                                  on 1999/07/28  18:08:06
9633         Log: misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
9634      Branch: perl
9635            ! README.win32 globals.c installperl iperlsys.h makedef.pl
9636            ! perl.h win32/Makefile win32/makefile.mk win32/perllib.c
9637            ! win32/win32.c
9638 ____________________________________________________________________________
9639 [  3818] By: jhi                                   on 1999/07/28  17:48:16
9640         Log: Need to add QNX to the list for DONT_DECLARE_STD.
9641              (The elimination of use of the _() macro apparently triggered
9642              an incompatability with a #define of atof)
9643              
9644              From: Norton Allen <allen@huarp.harvard.edu>
9645              To: perl5-porters@perl.org
9646              Subject: [ID 19990728.008] Patch:perl.h _58 QNX
9647              Date: Wed, 28 Jul 1999 13:06:23 -0400 (edt)
9648              Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>
9649      Branch: cfgperl
9650            ! perl.h
9651 ____________________________________________________________________________
9652 [  3817] By: jhi                                   on 1999/07/28  17:46:30
9653         Log: Need to add some more conditions to deal with the case
9654              defined(HAS_GETSPNAM) && ! defined(HAS_GETSPENT)
9655              which is true for QNX4.
9656              From: Norton Allen <allen@huarp.harvard.edu>
9657              To: perl5-porters@perl.org
9658              Subject: [ID 19990728.009] Patch:pp_sys.c _58 QNX
9659              Date: Wed, 28 Jul 1999 13:08:42 -0400 (edt)
9660              Message-Id: <199907281708.NAA07947@bottesini.harvard.edu>
9661      Branch: cfgperl
9662            ! pp_sys.c
9663 ____________________________________________________________________________
9664 [  3816] By: jhi                                   on 1999/07/28  17:43:40
9665         Log: The QNX shell needs a couple more semicolons.
9666              
9667              From: Norton Allen <allen@huarp.harvard.edu>
9668              To: perl5-porters@perl.org
9669              Subject: [ID 19990728.007] Patch:Configure _58 QNX
9670              Date: Wed, 28 Jul 1999 13:03:00 -0400 (edt)
9671              Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
9672              
9673              plus silence metalint moanings on vendorprefix.
9674      Branch: cfgperl
9675            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9676            ! config_h.SH
9677 ____________________________________________________________________________
9678 [  3815] By: jhi                                   on 1999/07/28  17:31:11
9679         Log: Silence metalint on vendorprefix.U.
9680      Branch: metaconfig
9681            ! U/installdirs/vendorprefix.U
9682 ____________________________________________________________________________
9683 [  3814] By: jhi                                   on 1999/07/28  17:13:29
9684         Log: QNX shell needs more semicolons.
9685      Branch: metaconfig/U/perl
9686            ! Extensions.U
9687 ____________________________________________________________________________
9688 [  3813] By: jhi                                   on 1999/07/28  17:05:08
9689         Log: Integrate with Sarathy.
9690      Branch: cfgperl
9691           !> lib/ExtUtils/MM_Unix.pm
9692 ____________________________________________________________________________
9693 [  3812] By: jhi                                   on 1999/07/28  16:20:17
9694         Log: Fix a typo, un-shout, and reformat the installation output.
9695      Branch: cfgperl
9696            ! lib/ExtUtils/Install.pm
9697 ____________________________________________________________________________
9698 [  3811] By: gsar                                  on 1999/07/28  15:41:11
9699         Log: fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
9700      Branch: perl
9701            ! lib/ExtUtils/MM_Unix.pm
9702 ____________________________________________________________________________
9703 [  3810] By: jhi                                   on 1999/07/28  13:55:57
9704         Log: Talk more about subsecond things in perlfunc.
9705              (Yes, redundant with perlfaq8.)
9706      Branch: cfgperl
9707            ! pod/perlfunc.pod
9708 ____________________________________________________________________________
9709 [  3809] By: jhi                                   on 1999/07/28  07:23:48
9710         Log: Integrate with Sarathy.
9711      Branch: cfgperl
9712           !> configpm hints/freebsd.sh lib/Pod/Html.pm perl.h t/op/grent.t
9713           !> t/op/pwent.t
9714 ____________________________________________________________________________
9715 [  3808] By: jhi                                   on 1999/07/28  07:23:03
9716         Log: Document toke.c.
9717              From: Nathan Torkington <gnat@frii.com>
9718              To: perl5-porters@perl.org
9719              Subject: Re: toke.c patch, work in progress
9720              Date: Tue, 27 Jul 1999 23:02:09 -0600 (MDT)
9721              Message-ID: <14238.36561.979473.667842@localhost.frii.com>
9722      Branch: cfgperl
9723            ! toke.c
9724 ____________________________________________________________________________
9725 [  3807] By: jhi                                   on 1999/07/28  07:10:56
9726         Log: perlre clarification.
9727              
9728              From: Ian Phillipps <ian@dial.pipex.com>
9729              To: Perl 5 Porters <perl5-porters@perl.org>
9730              Subject: [PATCH 5.00557] Add definite article to perlre.pod
9731              Date: Tue, 27 Jul 1999 10:46:29 +0100
9732              Message-ID: <19990727104629.A10074@homer.diplex.co.uk>
9733      Branch: cfgperl
9734            ! pod/perlre.pod
9735 ____________________________________________________________________________
9736 [  3806] By: gsar                                  on 1999/07/28  07:07:46
9737         Log: fix the perl -V breakage
9738              
9739              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9740              To: Jarkko Hietaniemi <jhi@iki.fi>
9741              Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org,
9742              gsar@activestate.com
9743              Subject: Re: Follow up to: _58 on AIX 431
9744              Date: Tue, 27 Jul 1999 17:42:00 -0400
9745              Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu>
9746      Branch: perl
9747            ! configpm
9748 ____________________________________________________________________________
9749 [  3805] By: gsar                                  on 1999/07/28  07:03:34
9750         Log: avoid warning (from Doug MacEachern)
9751      Branch: perl
9752            ! perl.h
9753 ____________________________________________________________________________
9754 [  3804] By: gsar                                  on 1999/07/28  06:59:30
9755         Log: Pod::Html tweak
9756              
9757              From: jan.dubois@ibm.net (Jan Dubois)
9758              To: perl5-porters@perl.org
9759              Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
9760              Date: Tue, 27 Jul 1999 22:14:12 +0200
9761              Message-ID: <37a50af0.46171380@smtp1.ibm.net>
9762      Branch: perl
9763            ! lib/Pod/Html.pm
9764 ____________________________________________________________________________
9765 [  3803] By: gsar                                  on 1999/07/28  06:56:38
9766         Log: freebsd hints update
9767              
9768              From: Anton Berezin <tobez@plab.ku.dk>
9769              To: perl5-porters@perl.org
9770              Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED)
9771              Date: Tue, 27 Jul 1999 20:29:39 +0200 (CEST)
9772              Message-Id: <199907271829.UAA62861@lion.plab.ku.dk>
9773      Branch: perl
9774            ! hints/freebsd.sh
9775 ____________________________________________________________________________
9776 [  3802] By: gsar                                  on 1999/07/28  06:51:32
9777         Log: cosmetic testsuite patch
9778              
9779              From: Graham Barr <gbarr@ti.com>
9780              To: Perl5 Porters <perl5-porters@perl.org>
9781              Subject: 5.005_58 build
9782              Date: Tue, 27 Jul 1999 08:09:25 -0500
9783              Message-ID: <19990727080925.F4683@dal.asp.ti.com>
9784      Branch: perl
9785            ! t/op/grent.t t/op/pwent.t
9786 ____________________________________________________________________________
9787 [  3801] By: jhi                                   on 1999/07/27  13:49:39
9788         Log: Minuscule cleanup of the integer overflow patch.
9789      Branch: cfgperl
9790            ! util.c
9791 ____________________________________________________________________________
9792 [  3800] By: jhi                                   on 1999/07/27  13:37:23
9793         Log: Test hex('x...').
9794      Branch: cfgperl
9795            ! t/op/oct.t
9796 ____________________________________________________________________________
9797 [  3799] By: jhi                                   on 1999/07/27  12:45:45
9798         Log: Integrate with Sarathy (5.005_58).
9799      Branch: cfgperl
9800            - ext/B/byteperl.c
9801           !> Changes MANIFEST Porting/makerel configpm embed.h embed.pl
9802           !> ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.pm
9803           !> ext/SDBM_File/Makefile.PL lib/AutoLoader.pm
9804           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
9805           !> lib/Pod/Parser.pm lib/SelfLoader.pm os2/OS2/REXX/Makefile.PL
9806           !> perl.h pod/perldelta.pod pod/perlfaq9.pod pod/perlhist.pod
9807           !> win32/bin/pl2bat.pl win32/config_H.bc win32/config_H.gc
9808           !> win32/config_H.vc
9809 ____________________________________________________________________________
9810 [  3798] By: jhi                                   on 1999/07/27  12:42:43
9811         Log: Integer constants (0x, 0[0-7], 0b) now overflow fatally,
9812              they used to be just optional lexical warnings.
9813              Also, with warnings turned on, constants > 2**32-1
9814              trigger a non-portability warning.
9815      Branch: cfgperl
9816            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod pp.c
9817            ! t/op/oct.t t/pragma/warn/6default t/pragma/warn/util toke.c
9818            ! util.c
9819 ____________________________________________________________________________
9820 [  3797] By: gsar                                  on 1999/07/27  10:48:27
9821         Log: here lies 5.005_58
9822      Branch: perl
9823            - ext/B/byteperl.c
9824            ! Changes MANIFEST Porting/makerel pod/perldelta.pod
9825            ! pod/perlfaq9.pod pod/perlhist.pod
9826
9827 ----------------
9828 Version 5.005_58
9829 ----------------
9830
9831 ____________________________________________________________________________
9832 [  3796] By: gsar                                  on 1999/07/27  09:23:42
9833         Log: regenerate win32/config_H.?c
9834      Branch: perl
9835            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9836 ____________________________________________________________________________
9837 [  3795] By: gsar                                  on 1999/07/27  09:02:31
9838         Log: From: Tye McQueen <tye@metronet.com>
9839              Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
9840              Message-Id: <199907270019.AA08223@metronet.com>
9841              Subject: Patch pl2bat.pl so batch file can fail
9842      Branch: perl
9843            ! win32/bin/pl2bat.pl
9844 ____________________________________________________________________________
9845 [  3794] By: gsar                                  on 1999/07/27  08:59:58
9846         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9847              Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
9848              Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
9849              Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
9850      Branch: perl
9851            ! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
9852            ! lib/SelfLoader.pm
9853 ____________________________________________________________________________
9854 [  3793] By: gsar                                  on 1999/07/27  08:19:16
9855         Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
9856              (from Andy Dougherty)
9857      Branch: perl
9858            ! embed.h embed.pl
9859 ____________________________________________________________________________
9860 [  3792] By: gsar                                  on 1999/07/27  08:04:19
9861         Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
9862              and Brad Appleton)
9863      Branch: perl
9864            ! lib/Pod/Parser.pm
9865 ____________________________________________________________________________
9866 [  3791] By: gsar                                  on 1999/07/27  07:50:54
9867         Log: cover case where CLK_TCK is a float, not integer (from
9868              alexander smishlajev <als@turnhere.com>)
9869      Branch: perl
9870            ! ext/Devel/DProf/DProf.xs
9871 ____________________________________________________________________________
9872 [  3790] By: gsar                                  on 1999/07/27  07:45:08
9873         Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
9874              to call Perl_malloc() as malloc() (from Ilya Zakharevich)
9875      Branch: perl
9876            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
9877            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
9878 ____________________________________________________________________________
9879 [  3789] By: jhi                                   on 1999/07/27  07:44:55
9880         Log: Integrate with Sarathy.
9881      Branch: cfgperl
9882           +> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
9883           !> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
9884           !> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
9885           !> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
9886           !> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
9887           !> proto.h t/comp/proto.t t/io/open.t
9888 ____________________________________________________________________________
9889 [  3788] By: gsar                                  on 1999/07/27  07:29:59
9890         Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
9891              to Russ Allbery <rra@stanford.edu>); s/Simple// and
9892              s/pod2txt/pod2text/ etc.
9893      Branch: perl
9894            + lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
9895            ! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
9896 ____________________________________________________________________________
9897 [  3787] By: gsar                                  on 1999/07/27  06:48:40
9898         Log: From: Andy Dougherty <doughera@lafayette.edu>
9899              Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
9900              Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
9901              Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
9902      Branch: perl
9903            ! ext/SDBM_File/sdbm/sdbm.h
9904 ____________________________________________________________________________
9905 [  3786] By: gsar                                  on 1999/07/27  06:30:09
9906         Log: applied suggested patch; added missing prototype changes to
9907              opcode.pl along with documentation typos (feature still needs
9908              to be described in perlopentut.pod and summarized in
9909              perldelta.pod)
9910              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9911              Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
9912              Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
9913              Subject: [PATCH 5.00557] 3-arg open
9914      Branch: perl
9915            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
9916            ! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
9917            ! proto.h t/comp/proto.t t/io/open.t
9918 ____________________________________________________________________________
9919 [  3785] By: gsar                                  on 1999/07/27  04:36:39
9920         Log: don't quit if =head* wasn't found (suggested by Roland Bauer
9921              <roland.bauer@fff.at>)
9922      Branch: perl
9923            ! lib/Pod/Html.pm
9924 ____________________________________________________________________________
9925 [  3784] By: gsar                                  on 1999/07/27  03:56:17
9926         Log: change#3762 wasn't needed
9927      Branch: perl
9928            ! ext/B/B/CC.pm
9929 ____________________________________________________________________________
9930 [  3783] By: jhi                                   on 1999/07/26  19:08:21
9931         Log: Integrate with Sarathy.
9932      Branch: cfgperl
9933           !> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
9934           !> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
9935           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
9936 ____________________________________________________________________________
9937 [  3782] By: gsar                                  on 1999/07/26  18:16:50
9938         Log: update Changes, patchlevel &c.
9939      Branch: perl
9940            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
9941            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
9942 ____________________________________________________________________________
9943 [  3781] By: gsar                                  on 1999/07/26  17:54:47
9944         Log: a more correct fix for change#2744
9945              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
9946              Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
9947              Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
9948              Subject: [PATCH _57] Re: toke.c questions 
9949      Branch: perl
9950            ! toke.c
9951 ____________________________________________________________________________
9952 [  3780] By: gsar                                  on 1999/07/26  17:37:04
9953         Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
9954      Branch: perl
9955            ! pod/perlfunc.pod
9956 ____________________________________________________________________________
9957 [  3779] By: jhi                                   on 1999/07/26  16:37:23
9958         Log: Dusting off.
9959      Branch: cfgperl
9960            ! README.threads
9961 ____________________________________________________________________________
9962 [  3778] By: gsar                                  on 1999/07/26  13:28:46
9963         Log: avoid DIVZERO
9964      Branch: perl
9965            ! utils/dprofpp.PL
9966 ____________________________________________________________________________
9967 [  3777] By: gsar                                  on 1999/07/26  13:18:53
9968         Log: warnings identified by Borland compiler
9969      Branch: perl
9970            ! makedef.pl pp_ctl.c
9971 ____________________________________________________________________________
9972 [  3776] By: jhi                                   on 1999/07/26  13:07:36
9973         Log: Integrate with Sarathy.
9974      Branch: cfgperl
9975           !> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
9976 ____________________________________________________________________________
9977 [  3775] By: gsar                                  on 1999/07/26  12:55:43
9978         Log: avoid infinite recursion when Thread.pm croaks during
9979              bootstrap
9980      Branch: perl
9981            ! lib/Carp/Heavy.pm
9982 ____________________________________________________________________________
9983 [  3774] By: gsar                                  on 1999/07/26  12:43:02
9984         Log: integrate cfgperl contents into mainline
9985      Branch: perl
9986           +> lib/Carp/Heavy.pm
9987           !> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
9988           !> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
9989           !> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
9990           !> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
9991           !> writemain.SH x2p/Makefile.SH x2p/cflags.SH
9992 ____________________________________________________________________________
9993 [  3773] By: jhi                                   on 1999/07/26  12:40:29
9994         Log: Use long doubles only if they are useful.
9995      Branch: cfgperl
9996            ! ext/POSIX/POSIX.xs
9997 ____________________________________________________________________________
9998 [  3772] By: gsar                                  on 1999/07/26  12:33:11
9999         Log: typo in change#3768
10000      Branch: perl
10001            ! pp_hot.c
10002 ____________________________________________________________________________
10003 [  3771] By: gsar                                  on 1999/07/26  12:08:27
10004         Log: alpha-stage support for user-hooks in @INC
10005              From: Ken Fox <kfox@ford.com>
10006              Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
10007              Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
10008              Subject: Re: loading remote modules
10009      Branch: perl
10010            ! pp_ctl.c
10011 ____________________________________________________________________________
10012 [  3770] By: jhi                                   on 1999/07/26  11:38:36
10013         Log: Back out #3735.  Needs more work.
10014      Branch: cfgperl
10015            ! Makefile.SH cflags.SH configpm ext/util/make_ext
10016            ! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
10017            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
10018            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
10019            ! writemain.SH x2p/Makefile.SH x2p/cflags.SH
10020 ____________________________________________________________________________
10021 [  3769] By: jhi                                   on 1999/07/26  11:24:45
10022         Log: Integrate with Sarathy.
10023      Branch: cfgperl
10024           !> (integrate 35 files)
10025 ____________________________________________________________________________
10026 [  3768] By: gsar                                  on 1999/07/26  11:03:07
10027         Log: optimize method name lookup
10028              From: Chip Salzenberg <chip@perlsupport.com>
10029              Date: Thu, 22 Jul 1999 13:43:36 -0400
10030              Message-ID: <19990722134336.Q391@perlsupport.com>
10031              Subject: [PATCH] OP_METHOD_NAMED
10032      Branch: perl
10033            ! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
10034            ! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
10035            ! proto.h
10036 ____________________________________________________________________________
10037 [  3767] By: gsar                                  on 1999/07/26  10:44:11
10038         Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
10039              foo()->()); rework grammar to remove conflicts
10040              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
10041              Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
10042              Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
10043              Subject: [PATCH _57, long] Re: optional arrow asymmetry
10044      Branch: perl
10045            ! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
10046            ! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
10047            ! vms/perly_c.vms vms/perly_h.vms
10048 ____________________________________________________________________________
10049 [  3766] By: jhi                                   on 1999/07/26  10:18:56
10050         Log: Use $< instead of $*.c in *perlmain.o rules.
10051      Branch: cfgperl
10052            ! Makefile.SH
10053 ____________________________________________________________________________
10054 [  3765] By: gsar                                  on 1999/07/26  09:28:48
10055         Log: From: Ian Phillipps <ian@dial.pipex.com>
10056              Date: Fri, 23 Jul 1999 23:35:56 +0100
10057              Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
10058              Subject: (Version 2) Extending unpack to deal with counted strings
10059      Branch: perl
10060            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
10061 ____________________________________________________________________________
10062 [  3764] By: jhi                                   on 1999/07/26  09:17:26
10063         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10064              To: perl5-porters@perl.org (Mailing list Perl5)
10065              Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
10066              Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
10067              Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
10068              
10069              The patch was based on 5_57 so had to re-apply lib/Carp.pm
10070              parts of changes #3498, #3696, and #3702 for the new
10071              lib/Carp/Heavy.pm.
10072      Branch: cfgperl
10073            + lib/Carp/Heavy.pm
10074            ! MANIFEST lib/Carp.pm
10075 ____________________________________________________________________________
10076 [  3763] By: gsar                                  on 1999/07/26  09:03:17
10077         Log: ~ isn't valid in VMS filenames
10078      Branch: perl
10079            ! lib/Pod/Html.pm
10080 ____________________________________________________________________________
10081 [  3762] By: gsar                                  on 1999/07/26  08:59:47
10082         Log: setstate stop-gap from Vishal Bhatia
10083      Branch: perl
10084            ! ext/B/B/CC.pm
10085 ____________________________________________________________________________
10086 [  3761] By: gsar                                  on 1999/07/26  08:06:39
10087         Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
10088              add B::OP::name() method that returns just the op_name;
10089              convert Deparse et all to use that instead of B::OP::ppaddr();
10090              add support for OP_SETSTATE in Deparse
10091      Branch: perl
10092            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
10093            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
10094            ! ext/B/B/Xref.pm opcode.h opcode.pl
10095 ____________________________________________________________________________
10096 [  3760] By: jhi                                   on 1999/07/26  07:14:43
10097         Log: Integrate with Sarathy.
10098      Branch: cfgperl
10099           !> (integrate 43 files)
10100 ____________________________________________________________________________
10101 [  3759] By: gsar                                  on 1999/07/26  05:12:24
10102         Log: add disclaimer about perl 4 libraries (modified version of
10103              patch suggested by Clinton Pierce <cpierce1@ford.com>)
10104      Branch: perl
10105            ! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
10106            ! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
10107            ! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
10108            ! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
10109            ! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
10110 ____________________________________________________________________________
10111 [  3758] By: gsar                                  on 1999/07/26  04:48:35
10112         Log: make reset() behave with high-bit characters
10113              From: Ian Phillipps <ian@dial.pipex.com>
10114              Date: Thu, 22 Jul 1999 22:48:59 +0100
10115              Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
10116              Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
10117      Branch: perl
10118            ! sv.c
10119 ____________________________________________________________________________
10120 [  3757] By: gsar                                  on 1999/07/26  04:40:32
10121         Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
10122      Branch: perl
10123            ! pod/perlport.pod
10124 ____________________________________________________________________________
10125 [  3756] By: gsar                                  on 1999/07/26  04:20:37
10126         Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
10127      Branch: perl
10128            ! utils/dprofpp.PL
10129 ____________________________________________________________________________
10130 [  3755] By: gsar                                  on 1999/07/26  04:18:00
10131         Log: disable VPATH for now (breaks x2p build)
10132      Branch: perl
10133            ! x2p/Makefile.SH
10134 ____________________________________________________________________________
10135 [  3754] By: gsar                                  on 1999/07/26  03:15:33
10136         Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
10137              (%! has the necessary magic); misc typos
10138      Branch: perl
10139            ! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
10140            ! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
10141            ! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
10142            ! utils/h2xs.PL
10143 ____________________________________________________________________________
10144 [  3753] By: gsar                                  on 1999/07/26  02:38:28
10145         Log: integrate cfgperl contents into mainline
10146      Branch: perl
10147           +> t/pragma/locale/latin1 t/pragma/locale/utf8
10148           !> (integrate 53 files)
10149 ____________________________________________________________________________
10150 [  3752] By: gsar                                  on 1999/07/26  02:11:31
10151         Log: ensure implicitly closed handles don't set $? or $!
10152      Branch: perl
10153            ! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
10154 ____________________________________________________________________________
10155 [  3751] By: gsar                                  on 1999/07/26  01:28:34
10156         Log: change#3534 didn't preserve undef return values from caller()
10157      Branch: perl
10158            ! Changes pp_ctl.c
10159 ____________________________________________________________________________
10160 [  3750] By: jhi                                   on 1999/07/25  20:59:29
10161         Log: Back up a tiny bit from #3735.
10162              This may break builds outside the source directory
10163              but then again, they do not work that ell yet anyway.
10164      Branch: cfgperl
10165            ! Makefile.SH
10166 ____________________________________________________________________________
10167 [  3750] By: jhi                                   on 1999/07/25  20:59:29
10168         Log: Back up a tiny bit from #3735.
10169              This may break builds outside the source directory
10170              but then again, they do not work that ell yet anyway.
10171      Branch: cfgperl
10172            ! Makefile.SH
10173 ____________________________________________________________________________
10174 [  3749] By: jhi                                   on 1999/07/25  19:15:55
10175         Log: Integrate with Sarathy.
10176      Branch: cfgperl
10177           !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
10178 ____________________________________________________________________________
10179 [  3748] By: jhi                                   on 1999/07/25  19:06:59
10180         Log: Recode locale.t so that the change in #3730
10181              is not needed and locale.t works both without
10182              and with the utf8 pragma.
10183      Branch: cfgperl
10184            + t/pragma/locale/latin1 t/pragma/locale/utf8
10185            ! MANIFEST t/pragma/locale.t
10186 ____________________________________________________________________________
10187 [  3747] By: jhi                                   on 1999/07/25  19:01:46
10188         Log: Like #3743.
10189      Branch: cfgperl
10190            ! utils/perlbug.PL
10191 ____________________________________________________________________________
10192 [  3746] By: gsar                                  on 1999/07/25  18:08:58
10193         Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
10194              append a HISTORY section to POD if option is used
10195      Branch: perl
10196            ! utils/h2xs.PL
10197 ____________________________________________________________________________
10198 [  3745] By: gsar                                  on 1999/07/25  17:40:03
10199         Log: warn rather than die when parse_version() can't cut it (from
10200              Michael G Schwern <schwern@pobox.com>)
10201      Branch: perl
10202            ! lib/ExtUtils/MM_Unix.pm
10203 ____________________________________________________________________________
10204 [  3744] By: gsar                                  on 1999/07/25  16:32:48
10205         Log: make map behave like grep wrt indirect object slot when
10206              there are parentheses; revert an experimental mod by Larry
10207              in change#2038 that failed to parse %{{qw(a b c)}} properly
10208              (this means C<map {use Foo; ...} ...> still needs a proper
10209              fix)
10210      Branch: perl
10211            ! toke.c
10212 ____________________________________________________________________________
10213 [  3743] By: jhi                                   on 1999/07/25  16:24:55
10214         Log: Fix a typo in #3725.
10215      Branch: cfgperl
10216            ! utils/perlbug.PL
10217 ____________________________________________________________________________
10218 [  3742] By: jhi                                   on 1999/07/25  16:14:39
10219         Log: Integrate with Sarathy.
10220      Branch: cfgperl
10221           !> (integrate 26 files)
10222 ____________________________________________________________________________
10223 [  3741] By: jhi                                   on 1999/07/25  16:02:28
10224         Log: Cut-and-pasto in #3737.
10225      Branch: cfgperl
10226            ! perl.c
10227 ____________________________________________________________________________
10228 [  3740] By: gsar                                  on 1999/07/25  15:59:34
10229         Log: add note about glibc bug
10230      Branch: perl
10231            ! t/pragma/warn/pp_hot
10232 ____________________________________________________________________________
10233 [  3739] By: gsar                                  on 1999/07/25  15:48:40
10234         Log: fix bug in change#3728 that might free COPs prematurely;
10235              null(op) now does more thorough scrubbing of the op, which
10236              fixes a few compile-time memory "leaks"
10237      Branch: perl
10238            ! dump.c embed.h embed.pl op.c proto.h
10239 ____________________________________________________________________________
10240 [  3738] By: jhi                                   on 1999/07/25  14:15:26
10241         Log: In accordance with #3737.
10242      Branch: metaconfig
10243            ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
10244            ! U/modified/Oldconfig.U
10245      Branch: metaconfig/U/perl
10246            ! Extensions.U
10247 ____________________________________________________________________________
10248 [  3737] By: jhi                                   on 1999/07/25  14:12:34
10249         Log: Use vendorprefixlib.
10250      Branch: cfgperl
10251            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10252            ! config_h.SH perl.c
10253 ____________________________________________________________________________
10254 [  3736] By: jhi                                   on 1999/07/25  13:10:03
10255         Log: Populate metaconfig branch.
10256      Branch: metaconfig
10257            + (add 1468 files)
10258      Branch: metaconfig/U/perl
10259            + (add 101 files)
10260 ____________________________________________________________________________
10261 [  3735] By: jhi                                   on 1999/07/25  12:27:20
10262         Log: First steps of making builds outside the source
10263              directory possible.  These should get us as far
10264              as miniperl, then building DynaLoader falls into
10265              tiny twinkling pieces as MakeMaker knows nothing
10266              of VPATH mindset.
10267      Branch: cfgperl
10268            ! Configure Makefile.SH cflags.SH config_h.SH configpm
10269            ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
10270            ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
10271            ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
10272            ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
10273 ____________________________________________________________________________
10274 [  3734] By: jhi                                   on 1999/07/25  11:19:28
10275         Log: Poor Glossary--are we fixed yet?
10276      Branch: cfgperl
10277            ! Porting/Glossary
10278 ____________________________________________________________________________
10279 [  3733] By: jhi                                   on 1999/07/25  11:15:06
10280         Log: Change #3732 mistakenly clobbered Glossary.
10281      Branch: cfgperl
10282            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10283            ! config_h.SH
10284 ____________________________________________________________________________
10285 [  3732] By: jhi                                   on 1999/07/25  10:46:39
10286         Log: Andy's new installation scheme (note: a lot of this
10287              leaked in already with change #3731).  The vendor*
10288              stuff is not used anywhere (in *.SH, say), so it
10289              isn't in Configure, either.
10290      Branch: cfgperl
10291            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10292            ! config_h.SH
10293 ____________________________________________________________________________
10294 [  3731] By: jhi                                   on 1999/07/25  10:12:07
10295         Log: Circumcode a strange shell(?) bug in AIX found
10296              while trying to do -Duse64bits (which I couldn't do
10297              in the end because the CPU isn't 64-bit in that box,
10298              but at least now the probing doesn't crash.)
10299      Branch: cfgperl
10300            ! Configure config_h.SH hints/aix.sh
10301 ____________________________________________________________________________
10302 [  3730] By: gsar                                  on 1999/07/25  04:56:56
10303         Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
10304              a utf8 bug in one of the new RE optimizations
10305      Branch: perl
10306            ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
10307            ! t/pragma/locale.t
10308 ____________________________________________________________________________
10309 [  3729] By: jhi                                   on 1999/07/23  19:56:27
10310         Log: From: Andy Dougherty <doughera@lafayette.edu>
10311              To: Perl Porters <perl5-porters@perl.org>
10312              Subject: [PATCH 5.005_57] INSTALL-1.58
10313              Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
10314              Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
10315              
10316              plus
10317              
10318              From: "Kurt D. Starsinic" <kstar@chapin.edu>
10319              To: Andy Dougherty <doughera@lafayette.edu>
10320              Cc: Perl Porters <perl5-porters@perl.org>
10321              Subject: Re: [PATCH 5.005_57] INSTALL-1.58
10322              Date: Fri, 23 Jul 1999 13:38:25 -0400
10323              Message-ID: <19990723133825.A12033@O2.chapin.edu>
10324      Branch: cfgperl
10325            ! INSTALL
10326 ____________________________________________________________________________
10327 [  3728] By: gsar                                  on 1999/07/23  17:24:42
10328         Log: applied suggested patch for tracking line numbers correctly in
10329              optimized blocks with a single statement; changed setcop to
10330              setstate and added code for -Dx dumps
10331              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10332              Date: Wed, 23 Jun 1999 17:27:42 +0100
10333              Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
10334              Subject: [PATCH 5.005_57] Line number error in optimised else() 
10335      Branch: perl
10336            ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
10337            ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
10338            ! pp_proto.h t/op/misc.t
10339 ____________________________________________________________________________
10340 [  3727] By: gsar                                  on 1999/07/23  15:56:04
10341         Log: avoid useless use of target for pp_each(); also fixes bugs due to
10342              refcount held by the target
10343      Branch: perl
10344            ! opcode.h opcode.pl pp.c t/op/each.t
10345 ____________________________________________________________________________
10346 [  3726] By: jhi                                   on 1999/07/23  12:08:30
10347         Log: Change #3725 aftershock.
10348      Branch: cfgperl
10349            ! INSTALL jpl/JNI/JNI.pm
10350 ____________________________________________________________________________
10351 [  3725] By: jhi                                   on 1999/07/23  11:58:49
10352         Log: Introduce $Config{ldlibpthname} which contains
10353              the name of the environment variable holding the
10354              dynamic library search path, often LD_LIBRARY_PATH.
10355              Use this new feature all over.
10356              Also removed remnants of admonition "add LD_LIBRARY_PATH
10357              before running make" because Makefile.SH does this for you. 
10358      Branch: cfgperl
10359            ! Configure Makefile.SH config_h.SH
10360            ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
10361            ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
10362            ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
10363            ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
10364            ! jpl/install-jpl utils/perlbug.PL
10365 ____________________________________________________________________________
10366 [  3724] By: jhi                                   on 1999/07/23  08:03:36
10367         Log: From: Spider Boardman <spider@orb.nashua.nh.us>
10368              To: perl5-porters@perl.org
10369              Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $# 
10370              Date: Thu, 22 Jul 1999 19:58:34 -0400
10371              Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
10372      Branch: cfgperl
10373            ! av.c
10374 ____________________________________________________________________________
10375 [  3723] By: gsar                                  on 1999/07/23  00:01:29
10376         Log: emit warning about function calls that were encountered too early
10377              to enforce their prototype
10378      Branch: perl
10379            ! op.c op.h pod/perldiag.pod
10380 ____________________________________________________________________________
10381 [  3722] By: jhi                                   on 1999/07/22  21:19:59
10382         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
10383              To: perl5-porters@perl.org
10384              Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
10385              Subject: [PATCH] MakeMaker documentation
10386              Date: Wed, 21 Jul 1999 14:15:42 -0400
10387              Message-ID: <19990721141542.A1800@O2.chapin.edu>
10388      Branch: cfgperl
10389            ! lib/ExtUtils/MakeMaker.pm
10390 ____________________________________________________________________________
10391 [  3721] By: jhi                                   on 1999/07/22  21:05:19
10392         Log: From: pvhp@forte.com (Peter Prymmer)
10393              To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
10394              Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
10395              Date: Wed, 21 Jul 99 17:15:39 PDT
10396              Message-Id: <9907220015.AA11931@forte.com>
10397      Branch: cfgperl
10398            ! hints/os390.sh
10399 ____________________________________________________________________________
10400 [  3720] By: jhi                                   on 1999/07/22  20:51:17
10401         Log: AIX magic: ccdlflags needs to be different for
10402              Perl itself and for extra-core extensions
10403              (as used by ExtUtilss::embed::ldopts).
10404              Based on the problems described in
10405              
10406              From: Mike W Ellwood <mwe@rl.ac.uk>
10407              To: perl5-porters@perl.org
10408              Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
10409              Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
10410              Reply-To: m.w.ellwood@rl.ac.uk
10411              Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
10412      Branch: cfgperl
10413            ! Configure Makefile.SH config_h.SH hints/aix.sh
10414 ____________________________________________________________________________
10415 [  3719] By: jhi                                   on 1999/07/22  08:23:53
10416         Log: Update history records.
10417      Branch: cfgperl
10418            ! pod/perlhist.pod
10419 ____________________________________________________________________________
10420 [  3718] By: jhi                                   on 1999/07/21  13:54:42
10421         Log: Todododobedobedo.
10422      Branch: cfgperl
10423            ! Todo
10424 ____________________________________________________________________________
10425 [  3717] By: jhi                                   on 1999/07/21  12:10:48
10426         Log: Even more Todo.
10427      Branch: cfgperl
10428            ! Todo
10429 ____________________________________________________________________________
10430 [  3716] By: jhi                                   on 1999/07/21  11:40:39
10431         Log: Use Errno more extensively so that error
10432              messages are more portable (another way
10433              would be to muck around with LC_MESSAGES).
10434              Problem reported in
10435              
10436              From: oracle@pcr8.pcr.com
10437              To: perl5-porters@perl.org
10438              Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
10439              Date: Mon, 19 Jul 1999 18:39:13 -0400
10440              Message-Id: <9907192239.AA44990@pcr8.pcr.com>
10441      Branch: cfgperl
10442            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
10443            ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
10444            ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
10445 ____________________________________________________________________________
10446 [  3715] By: jhi                                   on 1999/07/21  11:05:36
10447         Log: Slightly modified patch.
10448              From: Sean Sheedy <seans@ncube.com>
10449              To: perl5-porters@perl.org
10450              Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
10451              Date: Tue, 20 Jul 1999 09:52:06 -0700
10452              Message-Id: <3794A935.1C150E54@ncube.com>
10453      Branch: cfgperl
10454            ! cflags.SH x2p/cflags.SH
10455 ____________________________________________________________________________
10456 [  3714] By: jhi                                   on 1999/07/20  21:26:19
10457         Log: More Todo.
10458      Branch: cfgperl
10459            ! Todo
10460 ____________________________________________________________________________
10461 [  3713] By: jhi                                   on 1999/07/20  18:02:45
10462         Log: Integrate with Sarathy.
10463      Branch: cfgperl
10464           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
10465           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
10466           +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
10467           +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
10468           +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
10469           +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
10470           +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
10471           +> utils/dprofpp.PL
10472           !> INSTALL MAINTAIN MANIFEST configure.com
10473           !> ext/Devel/Peek/Makefile.PL installman installperl
10474           !> pod/roffitall utils/Makefile vms/descrip_mms.template
10475           !> win32/Makefile win32/makefile.mk win32/win32.h
10476 ____________________________________________________________________________
10477 [  3712] By: gsar                                  on 1999/07/20  15:29:01
10478         Log: DProf tweak
10479      Branch: perl
10480            ! ext/Devel/DProf/DProf.xs
10481 ____________________________________________________________________________
10482 [  3711] By: gsar                                  on 1999/07/20  07:56:19
10483         Log: another DProf build tweak
10484      Branch: perl
10485            ! utils/dprofpp.PL
10486 ____________________________________________________________________________
10487 [  3710] By: gsar                                  on 1999/07/20  07:36:36
10488         Log: move DProf things around to where they are supposed to be
10489      Branch: perl
10490            + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
10491            + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
10492            + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
10493            + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
10494            + t/lib/dprof/test6_t t/lib/dprof/test6_v
10495           +> utils/dprofpp.PL
10496            - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
10497            - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
10498            - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
10499            - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
10500            - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
10501            - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
10502            - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
10503            - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
10504            ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
10505            ! installperl pod/roffitall utils/Makefile
10506            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
10507 ____________________________________________________________________________
10508 [  3709] By: gsar                                  on 1999/07/20  06:13:16
10509         Log: DProf fixups for PERL_IMPLICIT_CONTEXT
10510      Branch: perl
10511            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
10512            ! ext/Devel/Peek/Makefile.PL
10513 ____________________________________________________________________________
10514 [  3708] By: gsar                                  on 1999/07/20  06:01:22
10515         Log: move DProf to Devel/DProf
10516      Branch: perl
10517           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
10518           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
10519           +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
10520           +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
10521           +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
10522           +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
10523           +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
10524           +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
10525           +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
10526           +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
10527           +> ext/Devel/DProf/test.pl
10528            - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
10529            - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
10530            - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
10531            - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
10532            - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
10533            - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
10534            - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
10535            ! MAINTAIN MANIFEST configure.com win32/Makefile
10536            ! win32/makefile.mk
10537 ____________________________________________________________________________
10538 [  3707] By: gsar                                  on 1999/07/20  05:39:11
10539         Log: add Devel::DProf v19990108 from CPAN, as it was
10540      Branch: perl
10541            + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
10542            + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
10543            + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
10544            + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
10545            + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
10546            + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
10547            + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
10548            ! MANIFEST
10549 ____________________________________________________________________________
10550 [  3706] By: gsar                                  on 1999/07/20  04:52:25
10551         Log: C<union any> needs no PERL_OBJECT-treatment
10552      Branch: perl
10553            ! win32/win32.h
10554 ____________________________________________________________________________
10555 [  3705] By: gsar                                  on 1999/07/20  04:11:54
10556         Log: fix problem in default build
10557      Branch: perl
10558            ! win32/Makefile win32/makefile.mk
10559 ____________________________________________________________________________
10560 [  3704] By: jhi                                   on 1999/07/19  07:06:36
10561         Log: Integrate with Sarathy.
10562      Branch: cfgperl
10563           !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
10564           !> win32/win32.c
10565 ____________________________________________________________________________
10566 [  3703] By: gsar                                  on 1999/07/19  05:55:57
10567         Log: win32 nits
10568      Branch: perl
10569            ! makedef.pl sv.h
10570 ____________________________________________________________________________
10571 [  3702] By: gsar                                  on 1999/07/19  04:29:34
10572         Log: don't display tid from main thread (or testsuite breaks)
10573      Branch: perl
10574            ! lib/Carp.pm util.c
10575 ____________________________________________________________________________
10576 [  3701] By: gsar                                  on 1999/07/19  00:47:52
10577         Log: remove several doubled (and tripled!) entries
10578      Branch: perl
10579            ! pod/perldiag.pod
10580 ____________________________________________________________________________
10581 [  3700] By: gsar                                  on 1999/07/19  00:42:34
10582         Log: integrate cfgperl contents into mainline
10583      Branch: perl
10584           +> makedef.pl
10585            - perl_exp.SH win32/makedef.pl
10586           !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
10587           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
10588           !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
10589           !> utf8.c util.c win32/Makefile win32/makefile.mk
10590 ____________________________________________________________________________
10591 [  3699] By: gsar                                  on 1999/07/19  00:33:59
10592         Log: avoid bug in win32_str_os_error() (from Jan Dubois)
10593      Branch: perl
10594            ! Changes win32/win32.c
10595 ____________________________________________________________________________
10596 [  3698] By: jhi                                   on 1999/07/18  21:33:57
10597         Log: Integrate with Sarathy.
10598      Branch: cfgperl
10599           +> t/op/chars.t
10600           !> (integrate 57 files)
10601 ____________________________________________________________________________
10602 [  3697] By: gsar                                  on 1999/07/18  05:22:36
10603         Log: From: pvhp@forte.com (Peter Prymmer)
10604              Date: Thu, 1 Jul 99 19:31:24 PDT
10605              Message-Id: <9907020231.AA16942@forte.com>
10606              Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
10607      Branch: perl
10608            + t/op/chars.t
10609            ! MANIFEST ebcdic.c t/op/ord.t
10610 ____________________________________________________________________________
10611 [  3696] By: gsar                                  on 1999/07/18  05:11:02
10612         Log: display thread id in diagnostics (suggested by Dan Sugalski)
10613      Branch: perl
10614            ! lib/Carp.pm util.c
10615 ____________________________________________________________________________
10616 [  3695] By: gsar                                  on 1999/07/18  04:57:47
10617         Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
10618      Branch: perl
10619            ! pod/perldiag.pod
10620 ____________________________________________________________________________
10621 [  3694] By: gsar                                  on 1999/07/18  04:56:28
10622         Log: cache [NIUP]V conversions of defined READONLY values
10623              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10624              Date: Sun, 11 Jul 1999 04:39:44 -0400
10625              Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
10626              Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
10627      Branch: perl
10628            ! sv.c
10629 ____________________________________________________________________________
10630 [  3693] By: gsar                                  on 1999/07/18  03:53:38
10631         Log: From: jan.dubois@ibm.net (Jan Dubois)
10632              Date: Sat, 17 Jul 1999 10:58:29 +0200
10633              Message-ID: <379144ad.13616689@smtp1.ibm.net>
10634              Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
10635      Branch: perl
10636            ! lib/ExtUtils/Manifest.pm
10637 ____________________________________________________________________________
10638 [  3692] By: gsar                                  on 1999/07/18  03:51:03
10639         Log: remove spurious newSTATEOP() that causes goto to enter one too many
10640              contexts when jumping between if and elsif blocks
10641      Branch: perl
10642            ! perly.c perly.y pp_ctl.c t/op/goto.t
10643 ____________________________________________________________________________
10644 [  3691] By: gsar                                  on 1999/07/18  01:49:59
10645         Log: detypo, update Changes
10646      Branch: perl
10647            ! Changes doio.c
10648 ____________________________________________________________________________
10649 [  3690] By: gsar                                  on 1999/07/18  01:16:59
10650         Log: mention the -Minteger effect on modulus (from Nathan Torkington)
10651      Branch: perl
10652            ! lib/integer.pm
10653 ____________________________________________________________________________
10654 [  3689] By: gsar                                  on 1999/07/18  00:47:17
10655         Log: ensure __END__ appears on a line by itself in wrapped
10656              scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
10657              mention caveat about successfull kill()
10658      Branch: perl
10659            ! pod/perlfunc.pod win32/bin/pl2bat.pl
10660 ____________________________________________________________________________
10661 [  3688] By: gsar                                  on 1999/07/17  20:47:44
10662         Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
10663      Branch: perl
10664            ! ext/SDBM_File/sdbm/Makefile.PL
10665 ____________________________________________________________________________
10666 [  3687] By: gsar                                  on 1999/07/17  20:43:27
10667         Log: make CC.pm use a distinct CCPP() macro rather than PP()
10668              (suggested by Vishal Bhatia <vishalb@my-deja.com>)
10669      Branch: perl
10670            ! cc_runtime.h ext/B/B/CC.pm
10671 ____________________________________________________________________________
10672 [  3686] By: gsar                                  on 1999/07/17  20:39:08
10673         Log: tiny bug in vars.pm (from John Dlugosz)
10674      Branch: perl
10675            ! lib/vars.pm
10676 ____________________________________________________________________________
10677 [  3685] By: gsar                                  on 1999/07/17  20:37:27
10678         Log: applied suggested patch, along with later tweak
10679              From: jan.dubois@ibm.net (Jan Dubois)
10680              Date: Wed, 14 Jul 1999 23:53:43 +0200
10681              Message-ID: <37a902e7.15977234@smtp1.ibm.net>
10682              Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
10683      Branch: perl
10684            ! lib/Pod/Html.pm
10685 ____________________________________________________________________________
10686 [  3684] By: gsar                                  on 1999/07/17  20:24:32
10687         Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
10688      Branch: perl
10689            ! thrdvar.h
10690 ____________________________________________________________________________
10691 [  3683] By: gsar                                  on 1999/07/17  20:21:01
10692         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10693              Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
10694              Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
10695              Subject: [PATCH 5.005_57] Segfaults if $^P
10696      Branch: perl
10697            ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
10698            ! proto.h
10699 ____________________________________________________________________________
10700 [  3682] By: gsar                                  on 1999/07/17  20:04:17
10701         Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
10702              and prefix/lib/perl5/man are ass_u_med only if those directories
10703              actually exist; else prefix/{lib,man} are used)
10704      Branch: perl
10705            ! lib/ExtUtils/MM_Unix.pm
10706 ____________________________________________________________________________
10707 [  3681] By: gsar                                  on 1999/07/17  19:12:33
10708         Log: allow $foo{$x} and $bar[$i] for (\$) prototype
10709      Branch: perl
10710            ! op.c t/comp/proto.t
10711 ____________________________________________________________________________
10712 [  3680] By: gsar                                  on 1999/07/17  18:23:55
10713         Log: fix vec() on magic values
10714              From: Ian Phillipps <ian@dial.pipex.com>
10715              Date: Mon, 12 Jul 1999 12:30:05 +0100
10716              Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
10717              Subject: [PATCH 5.005_57] Re: do_vecset is broken.  Re: [ID 19990703.003].
10718      Branch: perl
10719            ! doop.c t/op/tie.t
10720 ____________________________________________________________________________
10721 [  3679] By: gsar                                  on 1999/07/17  18:10:44
10722         Log: make system() return -1 and set $! if exec of child failed
10723              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10724              Date: Fri, 9 Jul 1999 05:21:13 -0400
10725              Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
10726              Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
10727      Branch: perl
10728            ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
10729            ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
10730 ____________________________________________________________________________
10731 [  3678] By: gsar                                  on 1999/07/17  17:54:01
10732         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10733              Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
10734              Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
10735              Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
10736      Branch: perl
10737            ! util.c
10738 ____________________________________________________________________________
10739 [  3677] By: gsar                                  on 1999/07/17  17:34:38
10740         Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
10741              converted Ken's documentation outline into pod
10742      Branch: perl
10743            ! x2p/find2perl.PL
10744 ____________________________________________________________________________
10745 [  3676] By: gsar                                  on 1999/07/17  16:34:09
10746         Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
10747              Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
10748              Steve Lidie
10749      Branch: perl
10750            ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
10751            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
10752            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
10753            ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
10754            ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
10755            ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
10756 ____________________________________________________________________________
10757 [  3675] By: gsar                                  on 1999/07/17  00:16:53
10758         Log: backout redundant change#3628
10759      Branch: perl
10760            ! Changes hints/bsdos.sh
10761 ____________________________________________________________________________
10762 [  3674] By: jhi                                   on 1999/07/15  14:26:03
10763         Log: Fix the bin/oct/hex constant overflow tests for
10764              long long platforms.
10765      Branch: cfgperl
10766            ! t/pragma/warn/util
10767 ____________________________________________________________________________
10768 [  3673] By: jhi                                   on 1999/07/14  21:59:11
10769         Log: Fixed AIX dynamic loading and AIX shared Perl library.
10770              Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
10771              4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
10772              Hijacked win32/makedef.pl for more general purpose export
10773              list building, now it is used (as toplevel makedef.pl)
10774              for win32 and AIX (perl_exp.SH made unnecessary).
10775              Because the export lists are now correct in AIX, no more linker
10776              warnings about "Exported symbol not defined" should appear.
10777      Branch: cfgperl
10778            + makedef.pl
10779            - perl_exp.SH win32/makedef.pl
10780            ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
10781            ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
10782            ! win32/makefile.mk
10783 ____________________________________________________________________________
10784 [  3672] By: gsar                                  on 1999/07/14  17:12:13
10785         Log: minor efficiency tweak
10786      Branch: perl
10787            ! pp_ctl.c
10788 ____________________________________________________________________________
10789 [  3671] By: jhi                                   on 1999/07/14  16:22:39
10790         Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
10791              if its caller re_intuit_start() was entered with strend == strpos
10792              because end_shift ended up as -1.  The patch ain't necessarily
10793              correct but least the core dump is avoided.
10794      Branch: cfgperl
10795            ! regexec.c
10796 ____________________________________________________________________________
10797 [  3670] By: jhi                                   on 1999/07/13  07:59:09
10798         Log: Integrate with Sarathy.
10799      Branch: cfgperl
10800            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
10801            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
10802           !> (integrate 67 files)
10803 ____________________________________________________________________________
10804 [  3669] By: gsar                                  on 1999/07/12  06:14:54
10805         Log: fixups for sundry warnings about function pointers
10806      Branch: perl
10807            ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
10808            ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
10809            ! win32/win32.c win32/win32.h
10810 ____________________________________________________________________________
10811 [  3668] By: gsar                                  on 1999/07/12  04:11:58
10812         Log: tweaks for win32/borland
10813      Branch: perl
10814            ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
10815 ____________________________________________________________________________
10816 [  3667] By: gsar                                  on 1999/07/12  01:55:15
10817         Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
10818              builds; passing the implicit context is unified among the three
10819              flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
10820              flavors (see the top of perl.h) for testing; all varargs functions
10821              foo() have a va_list-taking variant vfoo() for generating the
10822              context-free versions; the PERL_OBJECT build should now be
10823              hyper-compatible with CPAN extensions (C++ is totally out of
10824              the picture)
10825              
10826              result has only been tested on Windows
10827              
10828              TODO: write docs on the THX rationale and idiomatic usage of
10829              the Perl API
10830      Branch: perl
10831            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
10832            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
10833            ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
10834            ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
10835            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
10836            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
10837            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
10838            ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
10839            ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
10840            ! global.sym globals.c intrpvar.h iperlsys.h
10841            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
10842            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
10843            ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
10844            ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
10845            ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
10846            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
10847            ! win32/dl_win32.xs win32/include/dirent.h
10848            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
10849            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
10850            ! win32/win32iop.h win32/win32sck.c
10851 ____________________________________________________________________________
10852 [  3666] By: jhi                                   on 1999/07/11  22:00:13
10853         Log: Integrate with Sarathy.
10854      Branch: cfgperl
10855           !> op.c t/op/lex_assign.t
10856 ____________________________________________________________________________
10857 [  3665] By: jhi                                   on 1999/07/11  21:59:01
10858         Log: More manual sync.
10859      Branch: cfgperl
10860            ! pod/perldelta.pod
10861 ____________________________________________________________________________
10862 [  3664] By: gsar                                  on 1999/07/11  19:11:07
10863         Log: change#3612 was buggy and failed to build Tk; applied Ilya's
10864              remedy and related tests via private mail
10865      Branch: perl
10866            ! op.c t/op/lex_assign.t
10867 ____________________________________________________________________________
10868 [  3663] By: jhi                                   on 1999/07/11  15:04:37
10869         Log: Manual synchronization with Sarathy (some files
10870              had drifted apart for no apparent reason), plus
10871              I had a typo in dl_vms.xs Sarathy had fixed.
10872      Branch: cfgperl
10873            ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
10874 ____________________________________________________________________________
10875 [  3662] By: jhi                                   on 1999/07/10  12:23:21
10876         Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
10877              to adapt to the underlying platform (the binary, 0b1..., test
10878              was broken in 64-bit platforms).  Also change "hex" in the
10879              warning messages to "hexadecimal" to match "binary" and "octal".
10880      Branch: cfgperl
10881            ! pod/perldiag.pod t/pragma/warn/util util.c
10882 ____________________________________________________________________________
10883 [  3661] By: jhi                                   on 1999/07/08  21:54:55
10884         Log: Integrate with Sarathy.
10885      Branch: cfgperl
10886           +> perlapi.c perlapi.h
10887           !> (integrate 43 files)
10888 ____________________________________________________________________________
10889 [  3660] By: gsar                                  on 1999/07/08  18:47:35
10890         Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
10891      Branch: perl
10892            + perlapi.c perlapi.h
10893            ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
10894            ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
10895            ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
10896            ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
10897            ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
10898            ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
10899            ! win32/win32.h
10900 ____________________________________________________________________________
10901 [  3659] By: gsar                                  on 1999/07/08  18:41:45
10902         Log: sundry cleanups for clean build on windows
10903      Branch: perl
10904            ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
10905 ____________________________________________________________________________
10906 [  3658] By: gsar                                  on 1999/07/08  01:24:25
10907         Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
10908              type mismatch problems
10909      Branch: perl
10910            ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
10911            ! t/pragma/warn/op toke.c utf8.c util.c
10912 ____________________________________________________________________________
10913 [  3657] By: jhi                                   on 1999/07/07  23:01:16
10914         Log: Integrate with Sarathy.  perldiag.pod required manual editing.
10915      Branch: cfgperl
10916            ! pod/perldiag.pod
10917           !> Changes configure.com ext/B/B/Deparse.pm
10918           !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
10919           !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
10920           !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
10921           !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
10922           !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
10923           !> t/pragma/overload.t thread.h vms/vms.c
10924 ____________________________________________________________________________
10925 [  3656] By: gsar                                  on 1999/07/07  21:04:38
10926         Log: integrate cfgperl contents
10927      Branch: perl
10928           +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
10929           +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
10930           +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
10931            ! Changes
10932           !> (integrate 45 files)
10933 ____________________________________________________________________________
10934 [  3655] By: gsar                                  on 1999/07/07  18:55:45
10935         Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
10936              <pvhp@forte.com>
10937      Branch: perl
10938            ! ext/ByteLoader/Makefile.PL t/op/filetest.t
10939 ____________________________________________________________________________
10940 [  3654] By: gsar                                  on 1999/07/07  18:47:03
10941         Log: change#1889 mistakenly removed F_SETLK
10942      Branch: perl
10943            ! ext/Fcntl/Fcntl.xs
10944 ____________________________________________________________________________
10945 [  3653] By: gsar                                  on 1999/07/07  18:42:42
10946         Log: B::Deparse update
10947              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
10948              Date: Mon,  5 Jul 1999 17:57:03 -0500 (CDT)
10949              Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
10950              Subject: [PATCH _57, long] B::Deparse 0.58
10951      Branch: perl
10952            ! ext/B/B/Deparse.pm
10953 ____________________________________________________________________________
10954 [  3652] By: gsar                                  on 1999/07/07  18:41:07
10955         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10956              Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
10957              Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
10958              Subject: Re: [ID 19990705.001] Overloading boolean conversion
10959      Branch: perl
10960            ! gv.c t/pragma/overload.t
10961 ____________________________________________________________________________
10962 [  3651] By: gsar                                  on 1999/07/07  17:47:30
10963         Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
10964      Branch: perl
10965            ! perlsfio.h
10966 ____________________________________________________________________________
10967 [  3650] By: gsar                                  on 1999/07/07  17:45:52
10968         Log: applied new parts of suggested patch
10969              From: Charles Bailey <BAILEY@newman.upenn.edu>
10970              Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
10971              Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
10972              Subject: [PATCH 5.005_57] Consolidated VMS patch
10973      Branch: perl
10974            ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
10975            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
10976            ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
10977            ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
10978            ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
10979 ____________________________________________________________________________
10980 [  3649] By: jhi                                   on 1999/07/07  13:38:02
10981         Log: Sync regcomp warn with reality.
10982      Branch: cfgperl
10983            ! t/pragma/warn/regcomp
10984 ____________________________________________________________________________
10985 [  3648] By: jhi                                   on 1999/07/07  13:04:55
10986         Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
10987              resolved manually.
10988      Branch: cfgperl
10989           +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
10990           +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
10991           +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
10992            - README.lexwarn
10993           !> (integrate 79 files)
10994 ____________________________________________________________________________
10995 [  3647] By: gsar                                  on 1999/07/07  10:32:03
10996         Log: From: jan.dubois@ibm.net (Jan Dubois)
10997              Date: Thu, 01 Jul 1999 11:17:53 +0200
10998              Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
10999              Subject: [PATCH 5.005_57] MakeMaker support for pod2html
11000      Branch: perl
11001            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
11002            ! lib/ExtUtils/MakeMaker.pm
11003 ____________________________________________________________________________
11004 [  3646] By: gsar                                  on 1999/07/07  10:27:55
11005         Log: fix undocumented IO::Handle functions as suggested
11006              by cj10@cam.ac.uk
11007      Branch: perl
11008            ! ext/IO/lib/IO/Handle.pm
11009 ____________________________________________________________________________
11010 [  3645] By: gsar                                  on 1999/07/07  10:18:55
11011         Log: prohibit thread join()ing itself (from Dan Sugalski)
11012      Branch: perl
11013            ! ext/Thread/Thread.xs
11014 ____________________________________________________________________________
11015 [  3644] By: gsar                                  on 1999/07/07  10:14:26
11016         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
11017              Date: Wed, 30 Jun 1999 14:02:42 -0700
11018              Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
11019              Subject:  [PATCH 5.005_57] Compiler and XSUBS
11020      Branch: perl
11021            ! ext/B/B/C.pm
11022 ____________________________________________________________________________
11023 [  3643] By: gsar                                  on 1999/07/07  10:08:38
11024         Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
11025              (from François Désarménien <desar@club-internet.fr>)
11026      Branch: perl
11027            ! pod/perlsyn.pod
11028 ____________________________________________________________________________
11029 [  3642] By: gsar                                  on 1999/07/07  10:03:24
11030         Log: From: Doug MacEachern <dougm@cp.net>
11031              Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
11032              Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
11033              Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
11034      Branch: perl
11035            ! ext/B/B.xs
11036 ____________________________________________________________________________
11037 [  3641] By: gsar                                  on 1999/07/07  10:00:57
11038         Log: slightly modified version of suggested patch
11039              From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
11040              Date: Mon, 28 Jun 1999 14:23:59 -0400
11041              Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
11042              Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
11043      Branch: perl
11044            ! ext/POSIX/POSIX.xs
11045 ____________________________________________________________________________
11046 [  3640] By: gsar                                  on 1999/07/07  09:45:43
11047         Log: lexical warnings update (warning.t fails one test
11048              due to leaked scalar, investigation pending)
11049              From: paul.marquess@bt.com
11050              Date: Sat, 26 Jun 1999 23:19:52 +0100
11051              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
11052              Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
11053      Branch: perl
11054            + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
11055            + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
11056            + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
11057            - README.lexwarn
11058            ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
11059            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
11060            ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
11061            ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
11062            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
11063            ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
11064            ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
11065            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
11066            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
11067            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
11068            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
11069            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
11070            ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
11071            ! warning.h warning.pl win32/win32.c
11072 ____________________________________________________________________________
11073 [  3639] By: gsar                                  on 1999/07/07  08:09:30
11074         Log: From: Brian Jepson <bjepson@home.com>
11075              Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
11076              Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
11077              Subject: Patch to JPL example program
11078      Branch: perl
11079            ! jpl/JPL_Rolo/JPL_Rolo.jpl
11080 ____________________________________________________________________________
11081 [  3638] By: jhi                                   on 1999/07/07  08:07:58
11082         Log: Integrate with Sarathy.
11083      Branch: cfgperl
11084           !> (integrate 34 files)
11085 ____________________________________________________________________________
11086 [  3637] By: gsar                                  on 1999/07/07  08:07:49
11087         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
11088              Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
11089              Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
11090              Subject: [PATCH _57, long] Eliminate CONDOPs
11091      Branch: perl
11092            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
11093            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
11094            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
11095            ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
11096            ! pod/perltoc.pod pp_ctl.c pp_hot.c
11097 ____________________________________________________________________________
11098 [  3636] By: gsar                                  on 1999/07/07  07:50:51
11099         Log: adapted suggested patch for IO-1.20x
11100              From: ian@dial.pipex.com
11101              Date:  Fri, 25 Jun 1999 10:39:42 +0100
11102              Message-Id:  <199906250939.KAA02152@homer.diplex.co.uk>
11103              Subject: [ID 19990625.001]  Minor fixes for IO::Socket.pm
11104      Branch: perl
11105            ! ext/IO/lib/IO/Socket.pm
11106 ____________________________________________________________________________
11107 [  3635] By: gsar                                  on 1999/07/07  07:26:05
11108         Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
11109      Branch: perl
11110            ! hints/powerux.sh
11111 ____________________________________________________________________________
11112 [  3634] By: gsar                                  on 1999/07/07  07:20:02
11113         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11114              Date: Wed, 23 Jun 1999 16:16:05 +0100
11115              Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
11116              Subject: [PATCH 5.005_57] memleak in optimizer
11117      Branch: perl
11118            ! embed.h embed.pl objXSUB.h op.c proto.h
11119 ____________________________________________________________________________
11120 [  3633] By: gsar                                  on 1999/07/07  07:10:52
11121         Log: add do-not-edit caveats for files generated by opcode.pl
11122              (suggested by Hugo van der Sanden)
11123      Branch: perl
11124            ! opcode.h opcode.pl pp.sym pp_proto.h
11125 ____________________________________________________________________________
11126 [  3632] By: gsar                                  on 1999/07/07  06:41:13
11127         Log: better diagnostics on read operations from write-only
11128              filehandles
11129      Branch: perl
11130            ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
11131            ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
11132 ____________________________________________________________________________
11133 [  3631] By: gsar                                  on 1999/07/07  02:03:34
11134         Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
11135              by David Muir Sharnoff <muir@idiom.com>)
11136      Branch: perl
11137            ! lib/Sys/Hostname.pm
11138 ____________________________________________________________________________
11139 [  3630] By: gsar                                  on 1999/07/07  01:57:16
11140         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
11141              Date: Sun, 20 Jun 1999 17:17:17 -0700
11142              Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
11143              Subject: [PATCH 5.005_57] Minor bug fix in pp_require
11144      Branch: perl
11145            ! ext/B/B/CC.pm
11146 ____________________________________________________________________________
11147 [  3629] By: gsar                                  on 1999/07/07  01:46:03
11148         Log: installperl should write normal messages to STDOUT, not STDERR
11149      Branch: perl
11150            ! installperl
11151 ____________________________________________________________________________
11152 [  3628] By: gsar                                  on 1999/07/07  01:41:25
11153         Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
11154      Branch: perl
11155            ! hints/bsdos.sh
11156 ____________________________________________________________________________
11157 [  3627] By: gsar                                  on 1999/07/07  00:27:10
11158         Log: make diagnostic on C<my $^I> etc., more readable
11159      Branch: perl
11160            ! op.c
11161 ____________________________________________________________________________
11162 [  3626] By: gsar                                  on 1999/07/06  23:47:27
11163         Log: From: Andy Dougherty <doughera@lafayette.edu>
11164              Date:  Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
11165              Message-Id:  <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
11166              Subject: [ID 19990617.004  [PATCH 5.005_57] make distclean fixes]
11167      Branch: perl
11168            ! Makefile.SH utils/Makefile
11169 ____________________________________________________________________________
11170 [  3625] By: jhi                                   on 1999/07/06  21:50:46
11171         Log: Some new files of #3624 missing from MANIFEST.
11172      Branch: cfgperl
11173            ! MANIFEST
11174 ____________________________________________________________________________
11175 [  3624] By: jhi                                   on 1999/07/06  21:47:04
11176         Log: POSIX [[:character class:]] support for standard, locale,
11177              and utf8.  If both utf8 and locale are on, utf8 wins.
11178              I don't fully understand why so many tables changed in
11179              lib/unicode because of "make" -- maybe it was just overdue.
11180      Branch: cfgperl
11181            + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
11182            + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
11183            + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
11184            ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
11185            ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
11186            ! lib/unicode/Block.pl lib/unicode/Category.pl
11187            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
11188            ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
11189            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
11190            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
11191            ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
11192            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
11193            ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
11194            ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
11195            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
11196            ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
11197            ! t/pragma/warn/regcomp utf8.c
11198 ____________________________________________________________________________
11199 [  3623] By: gsar                                  on 1999/07/06  20:52:48
11200         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11201              Date: Wed, 16 Jun 1999 14:57:22 -0400
11202              Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
11203              Subject: [PATCH 5.00557] Devel::Peek
11204      Branch: perl
11205            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
11206 ____________________________________________________________________________
11207 [  3622] By: gsar                                  on 1999/07/06  20:22:59
11208         Log: applied patch after demunging headers with appropriate paths
11209              From: "Vishal Bhatia" <vishalb@my-deja.com>
11210              Date: Sat, 12 Jun 1999 08:23:59 -0700
11211              Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
11212              Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
11213      Branch: perl
11214            ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
11215            ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
11216 ____________________________________________________________________________
11217 [  3621] By: gsar                                  on 1999/07/06  20:10:50
11218         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11219              Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
11220              Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
11221              Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
11222      Branch: perl
11223            ! doio.c
11224 ____________________________________________________________________________
11225 [  3620] By: jhi                                   on 1999/07/06  19:16:47
11226         Log: Mention EPOC and SOCKS.
11227      Branch: cfgperl
11228            ! pod/perldelta.pod
11229 ____________________________________________________________________________
11230 [  3619] By: gsar                                  on 1999/07/06  16:52:37
11231         Log: fix int vs STRLEN issue
11232      Branch: perl
11233            ! pp.c
11234 ____________________________________________________________________________
11235 [  3618] By: jhi                                   on 1999/07/06  16:52:20
11236         Log: There ain't Perl_atonv().
11237      Branch: cfgperl
11238            ! ext/ByteLoader/bytecode.h
11239 ____________________________________________________________________________
11240 [  3617] By: jhi                                   on 1999/07/06  15:55:22
11241         Log: Integrate with Sarathy.
11242      Branch: cfgperl
11243           !> Makefile.SH
11244 ____________________________________________________________________________
11245 [  3616] By: jhi                                   on 1999/07/06  15:54:09
11246         Log: Tweak for #3613.
11247      Branch: cfgperl
11248            ! Configure config_h.SH
11249 ____________________________________________________________________________
11250 [  3615] By: gsar                                  on 1999/07/06  11:00:21
11251         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
11252              Date:  Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
11253              Message-Id:  <199906132346.RAA26632@xerxes.courtesan.com>
11254              Subject: [ID 19990613.003  linklibperl set incorrectly in Makefile.SH for OpenBSD]
11255      Branch: perl
11256            ! Makefile.SH
11257 ____________________________________________________________________________
11258 [  3614] By: jhi                                   on 1999/07/06  10:44:48
11259         Log: Integrate with Sarathy.
11260      Branch: cfgperl
11261           !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
11262           !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
11263 ____________________________________________________________________________
11264 [  3613] By: jhi                                   on 1999/07/06  10:43:20
11265         Log: From: Nathan Kurz <nate@valleytel.net>
11266              Subject: [ID 19990612.001 compiling three deep modules within ext/]
11267              ply-To: nate@valleytel.net
11268              erl5-porters@perl.org
11269              Date: Sat, 12 Jun 1999 01:26:04 -0500
11270              Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
11271      Branch: cfgperl
11272            ! Configure config_h.SH
11273 ____________________________________________________________________________
11274 [  3612] By: gsar                                  on 1999/07/06  10:17:52
11275         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11276              Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
11277              Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
11278              Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
11279      Branch: perl
11280            ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
11281 ____________________________________________________________________________
11282 [  3611] By: gsar                                  on 1999/07/06  09:51:20
11283         Log: From: pvhp@forte.com (Peter Prymmer)
11284              Date: Fri, 11 Jun 99 17:07:19 PDT
11285              Message-Id: <9906120007.AA13802@forte.com>
11286              Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
11287      Branch: perl
11288            ! ext/IO/lib/IO/File.pm
11289 ____________________________________________________________________________
11290 [  3610] By: gsar                                  on 1999/07/06  09:37:37
11291         Log: fix for C<$/ = 42> setting paragraph mode (applied with small
11292              tweak)
11293              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
11294              Date: Wed, 09 Jun 1999 18:27:51 +0100
11295              Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
11296              Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
11297      Branch: perl
11298            ! perl.h t/base/rs.t
11299 ____________________________________________________________________________
11300 [  3609] By: jhi                                   on 1999/07/06  09:28:48
11301         Log: Integrate with Sarathy.
11302      Branch: cfgperl
11303           !> (integrate 49 files)
11304 ____________________________________________________________________________
11305 [  3608] By: gsar                                  on 1999/07/06  09:28:21
11306         Log: test tweak
11307      Branch: perl
11308            ! t/pragma/warn/op
11309 ____________________________________________________________________________
11310 [  3607] By: jhi                                   on 1999/07/06  09:22:48
11311         Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
11312      Branch: cfgperl
11313            ! Configure config_h.SH
11314 ____________________________________________________________________________
11315 [  3606] By: gsar                                  on 1999/07/06  09:05:02
11316         Log: applied slightly tweaked version of suggested patch for
11317              improved RE API
11318              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11319              Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
11320              Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
11321              Subject: [PATCH 5.005_57] REx engine rehash
11322      Branch: perl
11323            ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
11324            ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
11325            ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
11326            ! util.c
11327 ____________________________________________________________________________
11328 [  3605] By: gsar                                  on 1999/07/06  08:54:03
11329         Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
11330      Branch: perl
11331            ! sv.c
11332 ____________________________________________________________________________
11333 [  3604] By: gsar                                  on 1999/07/06  07:08:30
11334         Log: From: paul.marquess@bt.com
11335              Date: Tue, 8 Jun 1999 22:37:58 +0100 
11336              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
11337              Subject: [PATCH 5.005_57] DB_File 1.67
11338      Branch: perl
11339            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
11340            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
11341 ____________________________________________________________________________
11342 [  3603] By: gsar                                  on 1999/07/06  07:04:50
11343         Log: From: paul.marquess@bt.com
11344              Date: Tue, 8 Jun 1999 22:34:01 +0100 
11345              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
11346              Subject: [PATCH 5.005_57] DBM Filters
11347      Branch: perl
11348            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
11349            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
11350            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
11351            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
11352 ____________________________________________________________________________
11353 [  3602] By: gsar                                  on 1999/07/06  07:00:01
11354         Log: slightly tweaked version of suggested patch
11355              From: Dan Sugalski <sugalskd@ous.edu>
11356              Date: Tue, 08 Jun 1999 14:09:38 -0700
11357              Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
11358              Subject: [PATCH 5.005_57]Use NV instead of double in the core
11359      Branch: perl
11360            ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
11361            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
11362            ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
11363            ! proto.h sv.c sv.h toke.c universal.c util.c
11364 ____________________________________________________________________________
11365 [  3601] By: gsar                                  on 1999/07/06  06:52:57
11366         Log: integrate cfgperl contents into mainline
11367      Branch: perl
11368           +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
11369           +> epoc/perl.mmp epoc/perl.pkg
11370           !> (integrate 30 files)
11371 ____________________________________________________________________________
11372 [  3598] By: jhi                                   on 1999/07/05  20:02:55
11373         Log: Integrate with mainperl.
11374      Branch: cfgperl
11375           +> lib/CGI/Pretty.pm
11376           !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
11377           !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
11378           !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
11379           !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
11380           !> vms/vmsish.h
11381 ____________________________________________________________________________
11382 [  3597] By: jhi                                   on 1999/07/05  19:59:48
11383         Log: Hack SOCKS support some more plus a patch from Andy Dougherty
11384              that addresses the notorious "Additional libraries" question.
11385      Branch: cfgperl
11386            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11387            ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
11388            ! pp_sys.c
11389 ____________________________________________________________________________
11390 [  3596] By: gsar                                  on 1999/07/05  18:30:51
11391         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11392              Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
11393              Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
11394              Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
11395      Branch: perl
11396            ! pp_sys.c t/lib/io_udp.t
11397 ____________________________________________________________________________
11398 [  3595] By: gsar                                  on 1999/07/05  18:29:08
11399         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11400              Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
11401              Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
11402              Subject: [PATCH 5.00557] Setting $^E wipes out $!
11403      Branch: perl
11404            ! mg.c
11405 ____________________________________________________________________________
11406 [  3594] By: gsar                                  on 1999/07/05  18:24:53
11407         Log: hand-apply whitespace mutiliated patch
11408              From: Dan Sugalski <sugalskd@osshe.edu>
11409              Date: Mon, 07 Jun 1999 14:46:42 -0700
11410              Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
11411              Subject: [PATCH 5.005_57]Updated VMS patch
11412      Branch: perl
11413            ! thread.h vms/descrip_mms.template vms/subconfigure.com
11414            ! vms/vms.c vms/vmsish.h
11415 ____________________________________________________________________________
11416 [  3593] By: gsar                                  on 1999/07/05  17:53:04
11417         Log: applied parts not duplicated by previous patches
11418              From: "Vishal Bhatia" <vishalb@my-deja.com>
11419              Date: Sat, 05 Jun 1999 08:42:17 -0700
11420              Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
11421              Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
11422      Branch: perl
11423            ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
11424            ! ext/B/B/Stackobj.pm
11425 ____________________________________________________________________________
11426 [  3592] By: jhi                                   on 1999/07/05  17:17:22
11427         Log: AIX threaded build, plus few more on the side.
11428      Branch: cfgperl
11429            ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
11430            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
11431            ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
11432            ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
11433 ____________________________________________________________________________
11434 [  3591] By: gsar                                  on 1999/07/05  16:52:34
11435         Log: "\e" and "\a" didn't produce right escape under EBCDIC
11436              From: pvhp@forte.com (Peter Prymmer)
11437              Date: Fri, 4 Jun 99 12:00:27 PDT
11438              Message-Id: <9906041900.AA28387@forte.com>
11439              Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
11440      Branch: perl
11441            ! toke.c
11442 ____________________________________________________________________________
11443 [  3590] By: gsar                                  on 1999/07/05  16:40:01
11444         Log: s/scalar ref constructor/single ref constructor/ (suggested
11445              by Stephen McCamant)
11446      Branch: perl
11447            ! opcode.h opcode.pl
11448 ____________________________________________________________________________
11449 [  3589] By: gsar                                  on 1999/07/05  16:34:06
11450         Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
11451      Branch: perl
11452            ! ext/GDBM_File/GDBM_File.xs
11453 ____________________________________________________________________________
11454 [  3588] By: gsar                                  on 1999/07/05  16:29:39
11455         Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
11456              is unchanged still)
11457      Branch: perl
11458            ! op.c
11459 ____________________________________________________________________________
11460 [  3587] By: jhi                                   on 1999/07/05  10:31:43
11461         Log: Make perl_exp.SH smarter about what to include and what to exclude.
11462      Branch: cfgperl
11463            ! perl_exp.SH
11464 ____________________________________________________________________________
11465 [  3586] By: jhi                                   on 1999/07/05  09:29:31
11466         Log: Remove unnecessary and extraneous my $i = 0.
11467      Branch: cfgperl
11468            ! bytecode.pl
11469 ____________________________________________________________________________
11470 [  3585] By: jhi                                   on 1999/07/05  07:28:59
11471         Log: Integrate with mainperl.
11472      Branch: cfgperl
11473           !> (integrate 30 files)
11474 ____________________________________________________________________________
11475 [  3584] By: gsar                                  on 1999/07/05  05:36:28
11476         Log: From: Vishal Bhatia <vishalb@hotmail.com>
11477              Date: Thu, 03 Jun 1999 00:57:48 PDT
11478              Message-ID: <19990603075749.86665.qmail@hotmail.com>
11479              Subject: Re: [PATCH 5.005_57] pp_sort sorted out
11480      Branch: perl
11481            ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
11482 ____________________________________________________________________________
11483 [  3583] By: gsar                                  on 1999/07/05  05:31:19
11484         Log: suppress fancy display when in verbose mode (suggested by
11485              Paul Johnson <pjcj@transeda.com>)
11486      Branch: perl
11487            ! lib/Test/Harness.pm
11488 ____________________________________________________________________________
11489 [  3582] By: gsar                                  on 1999/07/05  05:17:12
11490         Log: cygwin32 update
11491              From: "Fifer, Eric" <EFifer@sanwaint.com>
11492              Date:  Wed, 2 Jun 1999 15:16:05 +0100
11493              Message-Id:  <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
11494              Subject:  [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
11495      Branch: perl
11496            ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
11497            ! cygwin32/build-instructions.READFIRST
11498            ! cygwin32/build-instructions.charles-wilson
11499            ! cygwin32/build-instructions.sebastien-barre
11500            ! cygwin32/build-instructions.steven-morlock
11501            ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
11502            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
11503            ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
11504            ! t/op/magic.t util.c
11505 ____________________________________________________________________________
11506 [  3581] By: gsar                                  on 1999/07/05  02:46:18
11507         Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
11508      Branch: perl
11509            ! util.c
11510 ____________________________________________________________________________
11511 [  3580] By: gsar                                  on 1999/07/05  02:38:03
11512         Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
11513              Date: Mon, 31 May 1999 18:18:13 -0600
11514              Message-ID: <19990601001813.AAA17834@csgsystems.com>
11515              Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
11516      Branch: perl
11517            ! t/TEST t/UTEST t/harness utils/perlcc.PL
11518 ____________________________________________________________________________
11519 [  3579] By: gsar                                  on 1999/07/05  01:20:58
11520         Log: compatibility tweak for Class::Struct
11521      Branch: perl
11522            ! lib/Class/Struct.pm
11523 ____________________________________________________________________________
11524 [  3578] By: jhi                                   on 1999/07/04  23:26:01
11525         Log: Miscellaneus AIX fixes + SOCKS support.
11526      Branch: cfgperl
11527            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
11528            ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
11529            ! hints/aix.sh pp_sys.c
11530 ____________________________________________________________________________
11531 [  3577] By: gsar                                  on 1999/07/04  23:07:39
11532         Log: test tweak
11533      Branch: perl
11534            ! t/io/openpid.t
11535 ____________________________________________________________________________
11536 [  3576] By: jhi                                   on 1999/07/04  22:39:23
11537         Log: Integrate with mainperl.
11538      Branch: cfgperl
11539           +> t/io/openpid.t
11540            - win32/perlhost.h
11541           !> (integrate 51 files)
11542 ____________________________________________________________________________
11543 [  3575] By: jhi                                   on 1999/07/04  22:26:48
11544         Log: Added 64-bit support for AIX 4.3 or better
11545              based on Martin H. Rusoff's observations.
11546      Branch: cfgperl
11547            ! Configure config_h.SH hints/aix.sh
11548 ____________________________________________________________________________
11549 [  3574] By: jhi                                   on 1999/07/04  21:34:47
11550         Log: Do not throw away gccvers compilation errors.
11551              From: Andy Dougherty <doughera@lafayette.edu>
11552              To: Ron Seguin <rseguin@on.bell.ca>
11553              Cc: Perl Porters <perl5-porters@perl.org>
11554              Subject: [PATCH] Re: [ID 19990625.011]  WHOA There
11555              Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
11556              Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
11557      Branch: cfgperl
11558            ! Configure config_h.SH
11559 ____________________________________________________________________________
11560 [  3573] By: gsar                                  on 1999/07/04  21:10:32
11561         Log: adapted suggested tests for addition to testsuite
11562              From: RonaldWS@aol.com
11563              Date:  Sun, 30 May 1999 16:27:28 EDT
11564              Message-Id:  <25cd799f.2482f930@aol.com>
11565              Subject: [19990530.007] Open with pipe | does not return pid under win32
11566      Branch: perl
11567            + t/io/openpid.t
11568            ! MANIFEST win32/win32.c
11569 ____________________________________________________________________________
11570 [  3572] By: gsar                                  on 1999/07/04  20:29:32
11571         Log: perl_run() should call my_exit(0) for normal completion
11572      Branch: perl
11573            ! perl.c
11574 ____________________________________________________________________________
11575 [  3571] By: jhi                                   on 1999/07/04  20:10:44
11576         Log: Add test for change #3568 plus general cleanup.
11577      Branch: cfgperl
11578            ! t/pragma/locale.t
11579 ____________________________________________________________________________
11580 [  3570] By: gsar                                  on 1999/07/04  20:03:21
11581         Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
11582              overloading
11583      Branch: perl
11584            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
11585            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
11586 ____________________________________________________________________________
11587 [  3569] By: gsar                                  on 1999/07/04  18:04:48
11588         Log: make AIX dynaloading work when libperl is shared (and thus under
11589              mod_perl etc.)
11590              From: Jens-Uwe Mager <jum@helios.de>
11591              Date:  Sat, 29 May 1999 17:09:52 +0200
11592              Message-Id:  <199905291509.RAA43978@ans.helios.de>
11593              Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
11594      Branch: perl
11595            ! ext/DynaLoader/dl_aix.xs
11596 ____________________________________________________________________________
11597 [  3568] By: jhi                                   on 1999/07/04  14:54:23
11598         Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
11599              This resulted for example in the 'o' magic not being cleared by
11600              magic_setcollxfrm(), which resulted in strange cmp results.
11601              The bug was reported originally in the message
11602              Subject: Bug with locale
11603              From: Jan Starzynski <jan@planet.de> 
11604              To: perlbug@perl.com 
11605              Date: Fri, 09 Apr 1999 13:23:07 +0200 
11606              Message-ID: <370DE31B.DAEE1332@planet.de> 
11607      Branch: cfgperl
11608            ! pp.c
11609 ____________________________________________________________________________
11610 [  3567] By: gsar                                  on 1999/07/04  02:38:34
11611         Log: remove misleading info on defined(&func), unclutter deprecation
11612              about defined(@array)
11613      Branch: perl
11614            ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
11615            ! t/pragma/warn/op
11616 ____________________________________________________________________________
11617 [  3566] By: gsar                                  on 1999/07/04  01:46:31
11618         Log: From: jan.dubois@ibm.net (Jan Dubois)
11619              Date: Wed, 26 May 1999 22:07:17 +0200
11620              Message-ID: <374c53ac.10322322@smtp1.ibm.net>
11621              Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
11622      Branch: perl
11623            ! Changes win32/win32.c win32/win32.h
11624 ____________________________________________________________________________
11625 [  3565] By: gsar                                  on 1999/07/04  01:26:02
11626         Log: newer version of perlxstut from Jeff Okamoto (slightly edited
11627              for win32 issues)
11628      Branch: perl
11629            ! pod/perlxstut.pod
11630 ____________________________________________________________________________
11631 [  3564] By: gsar                                  on 1999/07/02  03:09:04
11632         Log: avoid warnings
11633      Branch: perl
11634            ! ext/Thread/Thread/Specific.pm lib/fields.pm
11635 ____________________________________________________________________________
11636 [  3563] By: gsar                                  on 1999/06/28  19:23:47
11637         Log: inc version (for CPAN.pm sanity)
11638      Branch: perl
11639            ! lib/Text/ParseWords.pm
11640 ____________________________________________________________________________
11641 [  3562] By: gsar                                  on 1999/06/28  19:19:01
11642         Log: regen perltoc
11643      Branch: perl
11644            ! pod/perltoc.pod
11645 ____________________________________________________________________________
11646 [  3561] By: gsar                                  on 1999/06/28  19:08:41
11647         Log: From: Damian Conway <damian@cs.monash.edu.au>
11648              Date: Wed, 26 May 1999 00:58:35 -0400
11649              Message-Id: <199905260458.AAA06411@defender.perl.org>
11650              Subject: [19990526.002] Misc. improvements to Class:Struct
11651      Branch: perl
11652            ! MANIFEST lib/Class/Struct.pm
11653 ____________________________________________________________________________
11654 [  3560] By: gsar                                  on 1999/06/28  18:50:52
11655         Log: remove bogus PL_optype_size
11656      Branch: perl
11657            ! bytecode.pl ext/ByteLoader/byterun.h
11658 ____________________________________________________________________________
11659 [  3559] By: gsar                                  on 1999/06/28  18:22:26
11660         Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
11661      Branch: perl
11662            + lib/CGI/Pretty.pm
11663            ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
11664            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
11665            ! t/lib/cgi-html.t t/lib/cgi-request.t
11666 ____________________________________________________________________________
11667 [  3558] By: jhi                                   on 1999/06/28  07:30:21
11668         Log: Change Olaf Lebbe's email address.
11669      Branch: cfgperl
11670            ! README.epoc
11671 ____________________________________________________________________________
11672 [  3557] By: gsar                                  on 1999/06/28  00:07:33
11673         Log: make autogenerated files writable
11674      Branch: perl
11675            - win32/perlhost.h
11676            ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
11677            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
11678            ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
11679            ! proto.h regnodes.h warning.h win32/config_H.bc
11680            ! win32/config_H.gc win32/config_H.vc
11681 ____________________________________________________________________________
11682 [  3556] By: jhi                                   on 1999/06/27  19:22:53
11683         Log: Update MANIFEST to match #3555.
11684      Branch: cfgperl
11685            ! MANIFEST
11686 ____________________________________________________________________________
11687 [  3555] By: jhi                                   on 1999/06/27  19:16:22
11688         Log: EPOC port to Psion5.
11689              From: Olaf Flebbe <O.Flebbe@science-computing.de>
11690              To: Jarkko Hietaniemi <jhi@iki.fi>
11691              Cc: perl5-porters@perl.org
11692              Subject: Re: Psion5
11693              Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
11694              Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
11695      Branch: cfgperl
11696            + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
11697            + epoc/perl.mmp epoc/perl.pkg
11698            ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
11699            ! perl.h sv.c util.c
11700 ____________________________________________________________________________
11701 [  3554] By: jhi                                   on 1999/06/27  18:50:52
11702         Log: Integrate from mainperl.
11703      Branch: cfgperl
11704           !> (integrate 48 files)
11705 ____________________________________________________________________________
11706 [  3553] By: gsar                                  on 1999/06/27  14:28:49
11707         Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
11708              gone from the public API); PERL_OBJECT builds again on
11709              windows
11710              
11711              TODO: namespace-clean the typedefs in iperlsys.h and
11712              elsewhere; remove C++ remnants from public headers
11713      Branch: perl
11714            ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
11715            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
11716            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
11717            ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
11718            ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
11719            ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
11720            ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
11721            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
11722            ! win32/config.gc win32/config.vc win32/dl_win32.xs
11723            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
11724            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
11725            ! win32/win32sck.c
11726 ____________________________________________________________________________
11727 [  3552] By: gsar                                  on 1999/06/27  13:49:31
11728         Log: integrate cfgperl changes into mainline
11729      Branch: perl
11730           !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
11731           !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
11732           !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
11733           !> util.c
11734 ____________________________________________________________________________
11735 [  3551] By: gsar                                  on 1999/06/27  13:31:11
11736         Log: fix indents
11737      Branch: perl
11738            ! op.c
11739 ____________________________________________________________________________
11740 [  3550] By: gsar                                  on 1999/06/24  22:42:53
11741         Log: update Changes
11742      Branch: perl
11743            ! Changes
11744 ____________________________________________________________________________
11745 [  3549] By: gsar                                  on 1999/06/24  22:41:17
11746         Log: avoid race condition in the CAPI extension bootstrap handler
11747      Branch: perl
11748            ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
11749 ____________________________________________________________________________
11750 [  3548] By: gsar                                  on 1999/06/24  22:39:53
11751         Log: sanity check to cover the case when perl is installed into the
11752              X:\ (drive root)
11753      Branch: perl
11754            ! win32/win32.c
11755 ____________________________________________________________________________
11756 [  3547] By: gsar                                  on 1999/06/22  19:30:32
11757         Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
11758      Branch: perl
11759            ! lib/Tie/RefHash.pm
11760 ____________________________________________________________________________
11761 [  3544] By: jhi                                   on 1999/06/18  19:24:28
11762         Log: Tidy up #3542 and #3543. 
11763      Branch: cfgperl
11764            ! t/pragma/locale.t util.c
11765 ____________________________________________________________________________
11766 [  3543] By: jhi                                   on 1999/06/18  10:28:45
11767         Log: Spice up locale.t.
11768      Branch: cfgperl
11769            ! t/pragma/locale.t
11770 ____________________________________________________________________________
11771 [  3542] By: jhi                                   on 1999/06/17  22:42:03
11772         Log: Fixed two long-standing locale bugs.
11773              
11774              Both problems were related to numeric locale which
11775              controls the radix character aka the decimal separator.
11776              (1) printf (and sprintf) were resetting the numeric locale to C.
11777              (2) Using locale-numerically formatted floating point
11778              numbers (e.g. "1,23") together with -w caused warnings about
11779              "isn't numeric".  The operations were working fine, though,
11780              because atof() was using the local locale.
11781              Both problems reported by Stefan Vogtner.
11782              
11783              Introduced a wrapper for atof() that attempts to convert
11784              the string both ways.  This helps Perl to understand
11785              numbers like this "4.56" even when using a local locale
11786              makes atof() understand only numbers like this "7,89".
11787              
11788              Remaining related problems, both of which existed before
11789              this patch and continue to exist after this patch:
11790              (a) The behaviour of print() is _not_ as documented by perllocale.
11791              Instead of always using the C locale, print() does use the
11792              local locale, just like the *printf() do.  This may be fixable
11793              now that switching to-and-fro between locales has been made
11794              more consistent, but fixing print() would change existing
11795              behaviour.  perllocale is not changed by this patch.
11796              (b) If a number has been stringified (say, via "$number") under
11797              a local locale, the cached string value persists even under
11798              "no locale".  This may or may not be a problem: operations
11799              work fine because the original number is still there, but
11800              that the string form keeps its locale-ish outlook may be
11801              somewhat confusing.
11802      Branch: cfgperl
11803            ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
11804            ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
11805            ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
11806            ! util.c
11807 ____________________________________________________________________________
11808 [  3541] By: jhi                                   on 1999/06/17  20:00:16
11809         Log: Integrate from mainperl.
11810      Branch: cfgperl
11811           !> ext/Data/Dumper/Dumper.pm op.c
11812 ____________________________________________________________________________
11813 [  3540] By: gsar                                  on 1999/06/16  16:49:55
11814         Log: dump C<0> as such, not C<'0'>
11815      Branch: perl
11816            ! ext/Data/Dumper/Dumper.pm
11817 ____________________________________________________________________________
11818 [  3539] By: gsar                                  on 1999/06/13  04:04:40
11819         Log: fix coredumper in change#3498
11820      Branch: perl
11821            ! op.c
11822 ____________________________________________________________________________
11823 [  3538] By: jhi                                   on 1999/06/12  22:01:26
11824         Log: Integrate from mainperl.
11825      Branch: cfgperl
11826           +> lib/caller.pm
11827           !> (integrate 36 files)
11828 ____________________________________________________________________________
11829 [  3537] By: gsar                                  on 1999/06/12  06:43:03
11830         Log: EXTERN_C declarations for global arrays in various
11831              headers, so perl can be built even in C++ mode; win32
11832              build fixups; regen headers
11833      Branch: perl
11834            ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
11835            ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
11836 ____________________________________________________________________________
11837 [  3536] By: gsar                                  on 1999/06/12  06:38:21
11838         Log: caller.pm typos
11839      Branch: perl
11840            ! lib/caller.pm
11841 ____________________________________________________________________________
11842 [  3535] By: gsar                                  on 1999/06/11  23:13:54
11843         Log: various little tweaks; most globals are now in intrpvar.h, ninterps
11844              is temporarily gone
11845      Branch: perl
11846            ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
11847            ! pod/perldelta.pod proto.h win32/perllib.c
11848 ____________________________________________________________________________
11849 [  3534] By: gsar                                  on 1999/06/11  20:41:51
11850         Log: implement C<use caller 'encoding'>
11851      Branch: perl
11852            + lib/caller.pm
11853            ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
11854 ____________________________________________________________________________
11855 [  3533] By: gsar                                  on 1999/06/11  16:51:04
11856         Log: truncate() has a peculiar exemption from strict barewords, even
11857              though it has a non-filehandle prototype
11858      Branch: perl
11859            ! op.c t/io/fs.t
11860 ____________________________________________________________________________
11861 [  3532] By: gsar                                  on 1999/06/11  09:09:16
11862         Log: GDBM tweak
11863      Branch: perl
11864            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
11865 ____________________________________________________________________________
11866 [  3531] By: gsar                                  on 1999/06/10  23:34:19
11867         Log: part of the platform changes for IMPLICIT_CONTEXT
11868      Branch: perl
11869            ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
11870            ! jpl/PerlInterpreter/PerlInterpreter.c
11871            ! jpl/PerlInterpreter/PerlInterpreter.h
11872            ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
11873            ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
11874 ____________________________________________________________________________
11875 [  3530] By: jhi                                   on 1999/06/10  20:55:56
11876         Log: Integrate from mainperl.
11877      Branch: cfgperl
11878           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
11879 ____________________________________________________________________________
11880 [  3529] By: gsar                                  on 1999/06/10  20:40:01
11881         Log: DB_File tweaks for IMPLICIT CONTEXT
11882      Branch: perl
11883            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
11884 ____________________________________________________________________________
11885 [  3528] By: jhi                                   on 1999/06/10  10:18:15
11886         Log: Integrate from mainperl.
11887      Branch: cfgperl
11888           !> (integrate 105 files)
11889 ____________________________________________________________________________
11890 [  3527] By: gsar                                  on 1999/06/10  09:30:35
11891         Log: most globals are now interpreter local; locale initialization
11892              was too early, defer it until interpreter is allocated and
11893              initialized; multiple interpreters should now be
11894              concurrency-safe (untested)
11895      Branch: perl
11896            ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
11897            ! perlvars.h
11898 ____________________________________________________________________________
11899 [  3526] By: gsar                                  on 1999/06/10  08:38:00
11900         Log: fix small nits
11901      Branch: perl
11902            ! cc_runtime.h ext/B/B/CC.pm run.c
11903 ____________________________________________________________________________
11904 [  3525] By: gsar                                  on 1999/06/10  04:41:38
11905         Log: win32 build fixes
11906      Branch: perl
11907            ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
11908            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
11909            ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
11910            ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
11911            ! win32/Makefile win32/config_H.bc win32/config_H.gc
11912            ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
11913            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
11914            ! win32/win32.c win32/win32.h win32/win32sck.c
11915            ! win32/win32thread.c win32/win32thread.h
11916 ____________________________________________________________________________
11917 [  3524] By: gsar                                  on 1999/06/09  18:03:01
11918         Log: more complete support for implicit thread/interpreter pointer,
11919              enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
11920              without that enabled):
11921              - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
11922              is a noop; tests pass on Solaris; should be faster now!
11923              - MULTIPLICITY has been tested with and without
11924              PERL_IMPLICIT_CONTEXT on Solaris
11925              - improved function database now merged with embed.pl
11926              - everything except the varargs functions have foo(a,b,c) macros
11927              to provide compatibility
11928              - varargs functions default to compatibility variants that
11929              get the context pointer using dTHX
11930              - there should be almost no source compatibility issues as a
11931              result of all this
11932              - dl_foo.xs changes other than dl_dlopen.xs untested
11933              - still needs documentation, fixups for win32 etc
11934              Next step: migrate most non-mutex variables from perlvars.h
11935              to intrpvar.h
11936      Branch: perl
11937            - proto.pl
11938            ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
11939            ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
11940            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
11941            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
11942            ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
11943            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
11944            ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
11945            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
11946            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
11947            ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
11948            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
11949            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
11950            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
11951            ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
11952            ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
11953            ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
11954            ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
11955            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
11956            ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
11957            ! util.c win32/Makefile win32/makefile.mk writemain.SH
11958 ____________________________________________________________________________
11959 [  3523] By: gsar                                  on 1999/06/07  05:24:13
11960         Log: missed a file
11961      Branch: perl
11962            + proto.pl
11963            ! MANIFEST
11964 ____________________________________________________________________________
11965 [  3522] By: gsar                                  on 1999/06/07  05:18:34
11966         Log: initial stub implementation of implicit thread/this
11967              pointer    argument; builds/tests on Solaris, win32
11968              hasn't been fixed up yet; proto.h, global.sym and
11969              static function decls are now generated from a common
11970              database in proto.pl; some inconsistently named
11971              perl_foo() things are now Perl_foo(), compatibility
11972              #defines provided; perl_foo() (lowercase 'p') reserved
11973              for functions that take an explicit context argument;
11974              next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
11975      Branch: perl
11976            ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
11977            ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
11978            ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
11979            ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
11980            ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
11981            ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
11982            ! universal.c utf8.c util.c
11983 ____________________________________________________________________________
11984 [  3521] By: gsar                                  on 1999/06/04  23:00:22
11985         Log: clean up some stray "global" symbols
11986      Branch: perl
11987            ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
11988            ! pp_proto.h proto.h
11989 ____________________________________________________________________________
11990 [  3520] By: jhi                                   on 1999/06/02  21:33:28
11991         Log: Integrate from mainperl.
11992      Branch: cfgperl
11993           !> (integrate 94 files)
11994 ____________________________________________________________________________
11995 [  3519] By: gsar                                  on 1999/06/02  07:16:10
11996         Log: avoid dereferencing null pointer from getpwent() et al
11997      Branch: perl
11998            ! pp_sys.c
11999 ____________________________________________________________________________
12000 [  3518] By: gsar                                  on 1999/06/02  04:47:10
12001         Log: remove _() non-ansism
12002      Branch: perl
12003            ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
12004            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
12005            ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
12006            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
12007            ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
12008            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
12009            ! ext/re/re.xs handy.h hv.c iperlsys.h
12010            ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
12011            ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
12012            ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
12013            ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
12014            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
12015            ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
12016            ! vms/vmsish.h vms/writemain.pl vos/config.h
12017            ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
12018            ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
12019            ! win32/perllib.c win32/runperl.c win32/win32.h
12020            ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
12021            ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
12022 ____________________________________________________________________________
12023 [  3517] By: gsar                                  on 1999/06/02  02:17:51
12024         Log: missed a few files
12025      Branch: perl
12026            ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
12027 ____________________________________________________________________________
12028 [  3516] By: gsar                                  on 1999/06/02  01:37:33
12029         Log: integrate cfgperl contents into mainline
12030      Branch: perl
12031           +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
12032           +> ext/ByteLoader/byterun.h
12033            - bytecode.h byterun.c byterun.h
12034            ! Changes
12035           !> (integrate 58 files)
12036 ____________________________________________________________________________
12037 [  3515] By: gsar                                  on 1999/06/02  00:48:50
12038         Log: remove stray K&R-isms
12039      Branch: perl
12040            ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
12041            ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
12042            ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
12043            ! toke.c util.c win32/win32.c x2p/hash.c
12044 ____________________________________________________________________________
12045 [  3514] By: gsar                                  on 1999/06/01  15:55:55
12046         Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
12047              strict 'subs'
12048      Branch: perl
12049            ! op.c t/pragma/strict-subs
12050 ____________________________________________________________________________
12051 [  3513] By: jhi                                   on 1999/06/01  07:17:05
12052         Log: Patch applying of #3499 had gone awry.
12053      Branch: cfgperl
12054            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
12055 ____________________________________________________________________________
12056 [  3512] By: gsar                                  on 1999/05/31  19:21:30
12057         Log: tighter -help output
12058      Branch: perl
12059            ! perl.c
12060 ____________________________________________________________________________
12061 [  3511] By: gsar                                  on 1999/05/31  17:18:23
12062         Log: fix memory leak in C<eval 'return sub {...}'>
12063      Branch: perl
12064            ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
12065 ____________________________________________________________________________
12066 [  3510] By: gsar                                  on 1999/05/31  14:11:46
12067         Log: tweak C++isms
12068      Branch: perl
12069            ! win32/dl_win32.xs win32/win32.c
12070 ____________________________________________________________________________
12071 [  3509] By: jhi                                   on 1999/05/30  13:02:26
12072         Log: Cleanup of #3488.
12073      Branch: cfgperl
12074            ! Configure config_h.SH
12075 ____________________________________________________________________________
12076 [  3508] By: jhi                                   on 1999/05/30  11:16:01
12077         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12078              To: Mailing list Perl5 <perl5-porters@perl.org>
12079              Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
12080              Date: Sat, 29 May 1999 20:18:13 -0400
12081              Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
12082      Branch: cfgperl
12083            ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
12084 ____________________________________________________________________________
12085 [  3507] By: jhi                                   on 1999/05/29  20:05:40
12086         Log: From: Mark-Jason Dominus <mjd@plover.com>
12087              To: perl5-porters@perl.com
12088              Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
12089              Date: Sat, 29 May 1999 14:45:10 -0400
12090              Message-ID: <19990529184510.27557.qmail@plover.com>
12091      Branch: cfgperl
12092            ! op.h
12093 ____________________________________________________________________________
12094 [  3506] By: gsar                                  on 1999/05/29  16:49:39
12095         Log: avoid gv_check() recursive pit
12096      Branch: perl
12097            ! gv.c
12098 ____________________________________________________________________________
12099 [  3505] By: jhi                                   on 1999/05/29  11:38:16
12100         Log: From: jan.dubois@ibm.net (Jan Dubois)
12101              To: Gurusamy Sarathy <gsar@activestate.com>
12102              Cc: perl5-porters@perl.org
12103              Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
12104              Date: Sat, 29 May 1999 08:46:22 +0200
12105              Message-ID: <374f8007.2016008@smtp1.ibm.net>
12106      Branch: cfgperl
12107            ! t/op/grent.t t/op/pwent.t
12108 ____________________________________________________________________________
12109 [  3504] By: jhi                                   on 1999/05/29  11:07:10
12110         Log: QNX needs <sys/select.h> to define fd_set.
12111              
12112              From: Norton Allen <allen@huarp.harvard.edu>
12113              To: perl5-porters@perl.org
12114              Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
12115              Date:  Wed, 26 May 1999 13:51:27 -0400 (EDT)
12116              Message-Id:  <199905261751.NAA20966@bottesini.harvard.edu>
12117      Branch: cfgperl
12118            ! ext/IO/poll.c
12119 ____________________________________________________________________________
12120 [  3503] By: jhi                                   on 1999/05/29  10:53:31
12121         Log: From: jan.dubois@ibm.net (Jan Dubois)
12122              To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
12123              Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
12124              Date: Fri, 28 May 1999 20:14:35 +0200
12125              Message-ID: <3751daa4.7188847@smtp1.ibm.net>
12126      Branch: cfgperl
12127            ! lib/Math/BigFloat.pm
12128 ____________________________________________________________________________
12129 [  3502] By: jhi                                   on 1999/05/29  10:44:44
12130         Log: Make Configure support the change #3367,
12131              SysV shadow passwords.
12132      Branch: cfgperl
12133            ! Configure config_h.SH pp_sys.c
12134 ____________________________________________________________________________
12135 [  3501] By: gsar                                  on 1999/05/28  21:22:23
12136         Log: add wide versions of win32 system calls (first step in
12137              globalization); delayload winsock for performance if compiling
12138              with VC 6.0
12139      Branch: perl
12140            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
12141            ! win32/win32.c win32/win32.h
12142 ____________________________________________________________________________
12143 [  3500] By: jhi                                   on 1999/05/28  21:17:24
12144         Log: The new t/lib/io_linenum.t was using stricture
12145              before @INC was set up.
12146      Branch: cfgperl
12147            ! t/lib/io_linenum.t
12148 ____________________________________________________________________________
12149 [  3499] By: jhi                                   on 1999/05/28  17:13:23
12150         Log: From: Tom Hughes <tom@compton.nu>
12151              To: perl5-porters@perl.org
12152              Subject: [PATCH 5.005_57] ByteLoader mark 2
12153              Date: Wed, 26 May 1999 23:59:49 +0100
12154              Message-ID: <bf337a0849.tom@compton.compton.nu>
12155              
12156              plus resolve tiny conflict with #3479
12157              plus regen_headers.
12158      Branch: cfgperl
12159            + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
12160            + ext/ByteLoader/byterun.h
12161            - bytecode.h byterun.c byterun.h
12162            ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
12163            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
12164            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
12165            ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
12166            ! perl.h perlvars.h proto.h util.c utils/Makefile
12167 ____________________________________________________________________________
12168 [  3498] By: jhi                                   on 1999/05/28  16:53:04
12169         Log: From: Mark-Jason Dominus <mjd@plover.com>
12170              To: perl5-porters@perl.com
12171              Subject: PATCH (5.005_57): defined(@a) now deprecated
12172              Date: Thu, 27 May 1999 16:05:44 -0400
12173              Message-ID: <19990527200544.13330.qmail@plover.com>
12174      Branch: cfgperl
12175            ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
12176            ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
12177 ____________________________________________________________________________
12178 [  3497] By: jhi                                   on 1999/05/28  16:50:54
12179         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12180              To: perl5-porters@perl.org (Mailing list Perl5)
12181              Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
12182              Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
12183              Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
12184      Branch: cfgperl
12185            ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
12186            ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
12187 ____________________________________________________________________________
12188 [  3496] By: jhi                                   on 1999/05/28  16:48:39
12189         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12190              To: perl5-porters@perl.org (Mailing list Perl5)
12191              Subject: [PATCH 5.00557] Required OS/2-related patches
12192              Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
12193              Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
12194      Branch: cfgperl
12195            ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
12196            ! t/op/stat.t util.c
12197 ____________________________________________________________________________
12198 [  3495] By: jhi                                   on 1999/05/28  16:45:56
12199         Log: From: Paul Johnson <pjcj@transeda.com>
12200              To: perl5-porters <perl5-porters@perl.org>
12201              Subject: [PATCH 5.005_57] Provide more useful test okay percentage
12202              Date: Fri, 28 May 1999 15:13:54 +0100
12203              Message-ID: <19990528151354.B289@west-tip.transeda.com>
12204      Branch: cfgperl
12205            ! t/TEST
12206 ____________________________________________________________________________
12207 [  3494] By: jhi                                   on 1999/05/28  16:44:34
12208         Log: From: Paul Johnson <pjcj@transeda.com>
12209              To: perl5-porters <perl5-porters@perl.org>
12210              Subject: [PATCH 5.005_57] Fixes related to working local $.
12211              Date: Fri, 28 May 1999 15:11:18 +0100
12212              Message-ID: <19990528151118.A289@west-tip.transeda.com>
12213      Branch: cfgperl
12214            ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
12215 ____________________________________________________________________________
12216 [  3493] By: gsar                                  on 1999/05/28  16:37:26
12217         Log: change#3449 wasn't doing enough
12218      Branch: perl
12219            ! op.c t/comp/proto.t
12220 ____________________________________________________________________________
12221 [  3492] By: jhi                                   on 1999/05/28  08:12:23
12222         Log: From: paul.marquess@bt.com
12223              To: doughera@lafayette.edu
12224              Cc: perl5-porters@perl.org
12225              Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
12226              Date: Thu, 27 May 1999 23:31:38 +0100
12227              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
12228              
12229              Had to be applied manually; some mailer had munged the patch slightly.
12230      Branch: cfgperl
12231            ! ext/NDBM_File/NDBM_File.xs
12232 ____________________________________________________________________________
12233 [  3491] By: jhi                                   on 1999/05/28  07:51:17
12234         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
12235              To: perl5-porters@perl.org
12236              Subject: [PATCH 5.005_57] fixing eval in the compiler
12237              Date: Thu, 27 May 1999 07:56:54 -0700
12238              Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
12239      Branch: cfgperl
12240            ! cc_runtime.h scope.h
12241 ____________________________________________________________________________
12242 [  3490] By: jhi                                   on 1999/05/28  07:47:06
12243         Log: From: Andy Dougherty <doughera@lafayette.edu>
12244              To: perlbug@perl.com
12245              Cc: Jarkko Hietaniemi <jhi@iki.fi>
12246              Subject: [PATCH] Configure updates for ISC 4.1
12247              Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
12248              Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
12249      Branch: cfgperl
12250            ! Configure config_h.SH
12251 ____________________________________________________________________________
12252 [  3489] By: jhi                                   on 1999/05/28  07:39:17
12253         Log: Integrate from mainperl.
12254      Branch: cfgperl
12255           !> malloc.c win32/makedef.pl win32/win32.c
12256 ____________________________________________________________________________
12257 [  3488] By: jhi                                   on 1999/05/27  16:57:19
12258         Log: From: Andy Dougherty <doughera@lafayette.edu>
12259              To: Perl Porters <perl5-porters@perl.org>
12260              Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
12261              Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
12262              Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
12263      Branch: cfgperl
12264            ! Configure config_h.SH hints/sunos_4_1.sh util.c
12265 ____________________________________________________________________________
12266 [  3487] By: gsar                                  on 1999/05/27  03:56:20
12267         Log: make win32_spawnvp() inherit standard handles even when they
12268              may be redirected
12269      Branch: perl
12270            ! win32/win32.c
12271 ____________________________________________________________________________
12272 [  3486] By: jhi                                   on 1999/05/26  19:55:52
12273         Log: From: Andy Dougherty <doughera@lafayette.edu>
12274              To: perl5-porters@perl.org
12275              Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
12276              Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
12277              Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
12278      Branch: cfgperl
12279            ! util.c
12280 ____________________________________________________________________________
12281 [  3485] By: chip                                  on 1999/05/26  17:19:11
12282         Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
12283      Branch: maint-5.004/perl
12284            ! Configure
12285 ____________________________________________________________________________
12286 [  3484] By: gsar                                  on 1999/05/26  01:56:28
12287         Log: fix missing exported symbol
12288      Branch: perl
12289            ! malloc.c win32/makedef.pl
12290 ____________________________________________________________________________
12291 [  3483] By: jhi                                   on 1999/05/25  23:08:07
12292         Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
12293              
12294              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
12295              To: perlbug@perl.com
12296              Subject: OpenBSD hints file update
12297              Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
12298              Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
12299      Branch: cfgperl
12300            ! hints/openbsd.sh
12301 ____________________________________________________________________________
12302 [  3482] By: jhi                                   on 1999/05/25  23:01:25
12303         Log: From: Tom Hughes <tom@compton.nu>
12304              To: perl5-porters@perl.org
12305              Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
12306              Date: Tue, 25 May 1999 23:10:23 +0100
12307              Message-ID: <1ed7f10749.tom@compton.compton.nu>
12308      Branch: cfgperl
12309            ! Configure config_h.SH
12310 ____________________________________________________________________________
12311 [  3481] By: jhi                                   on 1999/05/25  22:31:50
12312         Log: 3479, 3480, 3481 seems logical.
12313      Branch: cfgperl
12314           !> hints/aix.sh
12315 ____________________________________________________________________________
12316 [  3480] By: jhi                                   on 1999/05/25  22:13:39
12317         Log: The change #3479 wasn't perfect.
12318      Branch: perl
12319            ! hints/aix.sh
12320 ____________________________________________________________________________
12321 [  3479] By: jhi                                   on 1999/05/25  21:59:21
12322         Log: Cures for _57 in AIX 4.1.5.0.
12323              (1) The lddlflags lost its -lc by change #3660
12324              (and the politeness of change #3257).
12325              (2) optype_size must end up in perl.exp (as PL_optype_size).
12326              Added it to perlvars.h, fixed bytecode.pl,
12327              regen'ed the relevant headers.
12328      Branch: cfgperl
12329            ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
12330            ! perlvars.h
12331      Branch: perl
12332            ! hints/aix.sh
12333 ____________________________________________________________________________
12334 [  3478] By: jhi                                   on 1999/05/25  20:13:47
12335         Log: Integrate from mainperl.
12336      Branch: cfgperl
12337           +> pod/perltootc.pod
12338           !> (integrate 101 files)
12339 ____________________________________________________________________________
12340 [  3477] By: gsar                                  on 1999/05/25  10:43:48
12341         Log: here be 5.005_57
12342      Branch: perl
12343            ! Changes MANIFEST Porting/makerel
12344           !> Changes5.005
12345
12346 ----------------
12347 Version 5.005_57
12348 ----------------
12349
12350 ____________________________________________________________________________
12351 [  3476] By: gsar                                  on 1999/05/25  09:23:43
12352         Log: up patchlevel &c
12353      Branch: perl
12354            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
12355            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12356            ! win32/makefile.mk
12357 ____________________________________________________________________________
12358 [  3475] By: gsar                                  on 1999/05/25  09:14:51
12359         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12360              Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
12361              Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
12362              Subject: [PATCH 5.005_56] REx engine improvements
12363      Branch: perl
12364            ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
12365            ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
12366            ! thrdvar.h util.c
12367 ____________________________________________________________________________
12368 [  3474] By: gsar                                  on 1999/05/25  08:39:56
12369         Log: test case for change#3470
12370      Branch: perl
12371            ! t/lib/bigintpm.t
12372 ____________________________________________________________________________
12373 [  3473] By: gsar                                  on 1999/05/25  08:36:52
12374         Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
12375      Branch: perl
12376            ! Changes pod/perlport.pod
12377 ____________________________________________________________________________
12378 [  3472] By: gsar                                  on 1999/05/25  08:28:57
12379         Log: assorted tweaks
12380      Branch: perl
12381            ! doio.c iperlsys.h win32/config.bc win32/config.gc
12382            ! win32/config.vc win32/config_H.bc win32/config_H.gc
12383            ! win32/config_H.vc win32/makedef.pl
12384 ____________________________________________________________________________
12385 [  3471] By: gsar                                  on 1999/05/25  06:06:04
12386         Log: perlref update from Tom Christiansen
12387      Branch: perl
12388            ! pod/perlref.pod
12389 ____________________________________________________________________________
12390 [  3470] By: gsar                                  on 1999/05/25  06:03:27
12391         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12392              Date: Mon, 24 May 1999 17:43:56 -0400
12393              Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
12394              Subject: [PATCH 5.005_*] hv.c calling negative malloc()
12395      Branch: perl
12396            ! hv.c
12397 ____________________________________________________________________________
12398 [  3469] By: gsar                                  on 1999/05/25  05:59:22
12399         Log: avoid temporary files that have a constant name (from a suggestion
12400              by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
12401      Branch: perl
12402            ! lib/ExtUtils/MM_Unix.pm
12403 ____________________________________________________________________________
12404 [  3468] By: gsar                                  on 1999/05/25  05:54:29
12405         Log: From: pvhp@forte.com (Peter Prymmer)
12406              Date: Mon, 24 May 99 11:20:25 PDT
12407              Message-Id: <9905241820.AA28071@forte.com>
12408              Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
12409      Branch: perl
12410            ! lib/Pod/Text.pm
12411 ____________________________________________________________________________
12412 [  3467] By: gsar                                  on 1999/05/25  04:08:50
12413         Log: fix glob() bug that resulted in missing symlinks that don't point
12414              anywhere
12415      Branch: perl
12416            ! pp_hot.c
12417 ____________________________________________________________________________
12418 [  3466] By: gsar                                  on 1999/05/25  03:00:00
12419         Log: avoid enumerating @INC contents in diagnostic if @INC was never
12420              searched
12421      Branch: perl
12422            ! pod/perldiag.pod pp_ctl.c
12423 ____________________________________________________________________________
12424 [  3465] By: gsar                                  on 1999/05/25  02:24:08
12425         Log: add caveat about close(PIPE) carelessness
12426      Branch: perl
12427            ! pod/perlfunc.pod
12428 ____________________________________________________________________________
12429 [  3464] By: gsar                                  on 1999/05/24  23:55:53
12430         Log: fix bogus line numbers for void context warnings
12431              (change#2548 was overeager)
12432      Branch: perl
12433            ! op.c
12434 ____________________________________________________________________________
12435 [  3463] By: gsar                                  on 1999/05/24  23:31:58
12436         Log: change#3455 had a typo
12437      Branch: perl
12438            ! pp_ctl.c
12439 ____________________________________________________________________________
12440 [  3462] By: gsar                                  on 1999/05/24  17:32:20
12441         Log: more pod updates from Tom Christiansen; regen perltoc
12442      Branch: perl
12443            ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
12444            ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
12445 ____________________________________________________________________________
12446 [  3461] By: gsar                                  on 1999/05/24  07:41:32
12447         Log: perlmod notes from Damian Conway (via Tom Christiansen)
12448      Branch: perl
12449            ! pod/perlmod.pod
12450 ____________________________________________________________________________
12451 [  3460] By: gsar                                  on 1999/05/24  07:24:11
12452         Log: major pod update from Tom Christiansen
12453      Branch: perl
12454            + pod/perltootc.pod
12455            ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
12456            ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
12457            ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
12458            ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
12459            ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
12460            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
12461            ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
12462            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
12463            ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
12464            ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
12465            ! pod/perlxs.pod pod/pod2man.PL
12466 ____________________________________________________________________________
12467 [  3459] By: gsar                                  on 1999/05/24  06:26:48
12468         Log: perlfaq update from Tom Christiansen
12469      Branch: perl
12470            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
12471            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
12472            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
12473            ! pod/perlfaq9.pod
12474 ____________________________________________________________________________
12475 [  3458] By: gsar                                  on 1999/05/24  05:55:11
12476         Log: updated to v1.50 from CPAN
12477      Branch: perl
12478            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
12479 ____________________________________________________________________________
12480 [  3457] By: gsar                                  on 1999/05/24  05:46:20
12481         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12482              Date: Sun, 23 May 1999 16:35:07 +0100
12483              Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
12484              Subject: [PATCH 5.005_56] name PL_in_eval bits
12485      Branch: perl
12486            ! cop.h op.c perl.c pp_ctl.c toke.c util.c
12487 ____________________________________________________________________________
12488 [  3456] By: gsar                                  on 1999/05/24  05:18:06
12489         Log: make -t mode the default on emacs/dumb terminals
12490      Branch: perl
12491            ! Changes utils/perldoc.PL
12492 ____________________________________________________________________________
12493 [  3455] By: gsar                                  on 1999/05/24  05:05:19
12494         Log: return 0 rather than "" when scalar grep has nothing to iterate
12495              on (brings behavior in line with documentation)
12496      Branch: perl
12497            ! pp_ctl.c
12498 ____________________________________________________________________________
12499 [  3454] By: gsar                                  on 1999/05/24  04:52:52
12500         Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
12501              Date: Thu, 20 May 1999 13:27:02 -1000
12502              Message-Id: <E10kcDN-0007TA-00@lapaki>
12503              Subject: Problem with MM_Unix in 5.005_03
12504      Branch: perl
12505            ! lib/ExtUtils/MM_Unix.pm
12506 ____________________________________________________________________________
12507 [  3453] By: gsar                                  on 1999/05/24  04:39:49
12508         Log: avoid removing duplicates in user-generated warnings
12509              From: byron@omix.com (Byron Brummer)
12510              Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
12511              Message-Id: <199905201101.EAA91175@thrush.omix.com>
12512              Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
12513      Branch: perl
12514            ! lib/diagnostics.pm
12515 ____________________________________________________________________________
12516 [  3452] By: gsar                                  on 1999/05/24  04:23:10
12517         Log: straighten some code to avoid NeXT compiler bugs (from
12518              Geoff Kuenning <geoff@cs.hmc.edu>)
12519      Branch: perl
12520            ! pp_ctl.c
12521 ____________________________________________________________________________
12522 [  3451] By: gsar                                  on 1999/05/24  03:03:05
12523         Log: minor logic tweak for reserved word warning
12524      Branch: perl
12525            ! lib/Test/Harness.pm toke.c
12526 ____________________________________________________________________________
12527 [  3450] By: gsar                                  on 1999/05/24  02:34:20
12528         Log: oops, some files missing in change#3449
12529      Branch: perl
12530            ! op.c op.h toke.c
12531 ____________________________________________________________________________
12532 [  3449] By: gsar                                  on 1999/05/24  02:33:12
12533         Log: allow '*' prototype to autoquote even barewords that happen to be
12534              function names; parens or ampersand continue to force the other
12535              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
12536              do the right thing, for example
12537      Branch: perl
12538            ! t/comp/proto.t
12539 ____________________________________________________________________________
12540 [  3448] By: gsar                                  on 1999/05/24  01:51:24
12541         Log: remove vestiges of PL_last_proto
12542      Branch: perl
12543            ! embedvar.h intrpvar.h objXSUB.h
12544 ____________________________________________________________________________
12545 [  3447] By: gsar                                  on 1999/05/24  01:49:20
12546         Log: redo change#2061 and parts of change#1169 with code in the
12547              parser; PL_last_proto hackery gone, strict 'subs' in now
12548              implemented in the optimizer where specifying the exceptional
12549              cases is much more robust; '*' (bareword) prototype now works
12550              reliably when used in second and subsequent arguments
12551      Branch: perl
12552            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
12553 ____________________________________________________________________________
12554 [  3446] By: gsar                                  on 1999/05/23  05:00:55
12555         Log: remove redundant part of change#1169 superceded by change#2061;
12556              avoid "future reserved word" warning on prototypical bearwords
12557      Branch: perl
12558            ! t/lib/fatal.t toke.c
12559 ____________________________________________________________________________
12560 [  3445] By: gsar                                  on 1999/05/21  23:36:49
12561         Log: s/isspace/isSPACE/g and make sure the CRT version is always
12562              passed an unsigned char (fixes random occurrence of spaces in
12563              arguments containing high-bit chars passed to spawned children,
12564              on win32)
12565      Branch: perl
12566            ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
12567 ____________________________________________________________________________
12568 [  3444] By: gsar                                  on 1999/05/21  23:08:55
12569         Log: integrate Configure changes from cfgperl
12570      Branch: perl
12571           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
12572           !> config_h.SH
12573 ____________________________________________________________________________
12574 [  3443] By: jhi                                   on 1999/05/21  22:00:56
12575         Log: Integrate from mainperl.
12576      Branch: cfgperl
12577           !> Changes doop.c ext/SDBM_File/sdbm/dba.c
12578           !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
12579           !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
12580           !> win32/perlhost.h win32/win32.c x2p/walk.c
12581 ____________________________________________________________________________
12582 [  3442] By: jhi                                   on 1999/05/21  21:59:46
12583         Log: fflush.
12584      Branch: cfgperl
12585            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12586            ! config_h.SH
12587 ____________________________________________________________________________
12588 [  3441] By: gsar                                  on 1999/05/21  17:48:55
12589         Log: integrate cfgperl changes
12590      Branch: perl
12591           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
12592           !> config_h.SH hints/sunos_4_1.sh installperl
12593 ____________________________________________________________________________
12594 [  3440] By: gsar                                  on 1999/05/21  17:42:49
12595         Log: test tweak
12596      Branch: perl
12597            ! t/comp/proto.t
12598 ____________________________________________________________________________
12599 [  3439] By: gsar                                  on 1999/05/21  17:31:26
12600         Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
12601              (Configure fflush(NULL) detection seems broken on Solaris, which
12602              is why I hit the problem)
12603      Branch: perl
12604            ! Changes perl.h
12605 ____________________________________________________________________________
12606 [  3438] By: gsar                                  on 1999/05/20  16:41:01
12607         Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
12608      Branch: perl
12609            ! pod/perlport.pod
12610 ____________________________________________________________________________
12611 [  3437] By: jhi                                   on 1999/05/20  07:14:39
12612         Log: Patches to fflushing in SunOS 4 from Andy Dougherty
12613              (via private email).
12614      Branch: cfgperl
12615            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12616            ! config_h.SH hints/sunos_4_1.sh
12617 ____________________________________________________________________________
12618 [  3436] By: gsar                                  on 1999/05/20  05:18:26
12619         Log: various little nits
12620      Branch: perl
12621            ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
12622            ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
12623            ! win32/perlhost.h win32/win32.c x2p/walk.c
12624 ____________________________________________________________________________
12625 [  3435] By: jhi                                   on 1999/05/18  16:25:49
12626         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12627              To: perl5-porters@perl.org
12628              Subject: installperl
12629              Date: Fri, 14 May 1999 21:34:58 +0100
12630              Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
12631      Branch: cfgperl
12632            ! installperl
12633 ____________________________________________________________________________
12634 [  3434] By: jhi                                   on 1999/05/17  21:25:54
12635         Log: Integrate from mainperl.
12636      Branch: cfgperl
12637           +> lib/ExtUtils/MM_Cygwin.pm
12638            - cygwin32/impure_ptr.c
12639           !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
12640           !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
12641           !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
12642           !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
12643           !> x2p/find2perl.PL
12644 ____________________________________________________________________________
12645 [  3433] By: gsar                                  on 1999/05/17  09:49:01
12646         Log: integrate cfgperl changes into mainline
12647      Branch: perl
12648           !> Configure INSTALL config_h.SH configure.com embed.h
12649           !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
12650           !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
12651           !> util.c
12652 ____________________________________________________________________________
12653 [  3432] By: gsar                                  on 1999/05/17  09:06:45
12654         Log: emit more appropriate diagnostic for failed glob (variant
12655              of patch suggested by Graham Barr)
12656      Branch: perl
12657            ! gv.c pod/perldiag.pod pp.c pp_hot.c
12658 ____________________________________________________________________________
12659 [  3431] By: gsar                                  on 1999/05/17  08:38:09
12660         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
12661              Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
12662              Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
12663              Subject: find2perl does not grok the 'c' suffix to the -size argument
12664      Branch: perl
12665            ! x2p/find2perl.PL
12666 ____________________________________________________________________________
12667 [  3430] By: gsar                                  on 1999/05/17  08:26:21
12668         Log: additional cleanups for cygwin32 port
12669              From: "Fifer, Eric" <EFifer@sanwaint.com>
12670              Date: Wed, 12 May 1999 20:25:54 +0100
12671              Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
12672              Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
12673      Branch: perl
12674            + lib/ExtUtils/MM_Cygwin.pm
12675            - cygwin32/impure_ptr.c
12676            ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
12677            ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
12678            ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
12679            ! perl.h util.c
12680 ____________________________________________________________________________
12681 [  3429] By: gsar                                  on 1999/05/17  08:01:04
12682         Log: From: Andy Dougherty <doughera@lafayette.edu>
12683              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
12684              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
12685              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
12686      Branch: perl
12687            ! INSTALL
12688 ____________________________________________________________________________
12689 [  3428] By: jhi                                   on 1999/05/17  07:03:26
12690         Log: Integrate from mainperl modulo the Socket.xs change.
12691      Branch: cfgperl
12692           !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
12693           !> win32/win32.c win32/win32.h
12694 ____________________________________________________________________________
12695 [  3427] By: jhi                                   on 1999/05/16  22:09:11
12696         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12697              To: perl5-porters@perl.org (Mailing list Perl5)
12698              Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
12699              Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
12700              Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
12701      Branch: cfgperl
12702            ! ext/Devel/Peek/Peek.xs
12703 ____________________________________________________________________________
12704 [  3426] By: jhi                                   on 1999/05/16  22:07:11
12705         Log: From: Mark-Jason Dominus <mjd@plover.com>
12706              To: perl5-porters@perl.com
12707              Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
12708              Date: Sat, 15 May 1999 12:43:47 -0400
12709              Message-ID: <19990515164348.7313.qmail@plover.com>
12710      Branch: cfgperl
12711            ! pod/perldiag.pod
12712 ____________________________________________________________________________
12713 [  3425] By: nick                                  on 1999/05/15  15:56:10
12714         Log: Mingw32 + w32api-0.1.5 tweaks
12715              - now more like other Win32 compilers
12716      Branch: perl
12717            ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
12718            ! win32/win32.h
12719 ____________________________________________________________________________
12720 [  3424] By: nick                                  on 1999/05/14  21:04:22
12721         Log: Experimental "slab" allocator for ops.
12722              To try it -DPL_OP_SLAB_ALLOC for op.c 
12723              This is for proof of concept only, it leaks memory 
12724              (ops are not free'd) so don't use in embedded apps.
12725              If this minimalist version does not show performance 
12726              gain then whole idea is worthless. 
12727              Nick see's approx 12% speed up vs perlmalloc running
12728              perl -Ilib -MCPAN -e '' 
12729              Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
12730      Branch: perl
12731            ! op.c
12732 ____________________________________________________________________________
12733 [  3423] By: gsar                                  on 1999/05/14  19:55:04
12734         Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
12735              found (brings sitelib intuition in line with privlib)
12736      Branch: perl
12737            ! win32/win32.c
12738 ____________________________________________________________________________
12739 [  3422] By: jhi                                   on 1999/05/14  08:08:01
12740         Log: From: pvhp@forte.com (Peter Prymmer)
12741              To: perl5-porters@perl.org, vmsperl@perl.org
12742              Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
12743              Date: Thu, 13 May 99 15:29:57 PDT
12744              Message-Id: <9905132229.AA15854@forte.com>
12745      Branch: cfgperl
12746            ! configure.com
12747 ____________________________________________________________________________
12748 [  3421] By: jhi                                   on 1999/05/14  07:34:20
12749         Log: Integrate from mainperl.
12750      Branch: cfgperl
12751           !> lib/ExtUtils/MM_Unix.pm win32/win32.c
12752 ____________________________________________________________________________
12753 [  3420] By: jhi                                   on 1999/05/14  07:33:26
12754         Log: Still fflushing.
12755      Branch: cfgperl
12756            ! Configure config_h.SH util.c
12757 ____________________________________________________________________________
12758 [  3419] By: gsar                                  on 1999/05/14  03:08:29
12759         Log: mortalize string allocations by win32_get_{priv,site}lib()
12760              (fixes small memory leak in interpreter)
12761      Branch: perl
12762            ! win32/win32.c
12763 ____________________________________________________________________________
12764 [  3418] By: gsar                                  on 1999/05/14  03:06:50
12765         Log: make win32_longname() preserve kind of slashes in argument
12766      Branch: perl
12767            ! win32/win32.c
12768 ____________________________________________________________________________
12769 [  3417] By: gsar                                  on 1999/05/14  03:04:44
12770         Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
12771      Branch: perl
12772            ! lib/ExtUtils/MM_Unix.pm
12773 ____________________________________________________________________________
12774 [  3416] By: jhi                                   on 1999/05/13  21:18:06
12775         Log: Integrate from mainperl.
12776      Branch: cfgperl
12777           !> pp_ctl.c
12778 ____________________________________________________________________________
12779 [  3415] By: jhi                                   on 1999/05/13  21:16:49
12780         Log: Fixes from Andy Dougherty (via private email).
12781      Branch: cfgperl
12782            ! Configure config_h.SH
12783 ____________________________________________________________________________
12784 [  3414] By: nick                                  on 1999/05/13  20:04:26
12785         Log: valist vs va_list typo
12786      Branch: perl
12787            ! pp_ctl.c
12788 ____________________________________________________________________________
12789 [  3413] By: jhi                                   on 1999/05/13  15:04:05
12790         Log: From: Andy Dougherty <doughera@lafayette.edu>
12791              To: perlbug@perl.com
12792              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
12793              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
12794              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
12795      Branch: cfgperl
12796            ! INSTALL
12797 ____________________________________________________________________________
12798 [  3412] By: jhi                                   on 1999/05/13  14:20:17
12799         Log: Integrate from mainperl.
12800      Branch: cfgperl
12801           !> pp_ctl.c
12802 ____________________________________________________________________________
12803 [  3411] By: gsar                                  on 1999/05/13  14:16:56
12804         Log: docatch_body() declaration mismatch
12805      Branch: perl
12806            ! pp_ctl.c
12807 ____________________________________________________________________________
12808 [  3410] By: jhi                                   on 1999/05/13  13:51:44
12809         Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
12810      Branch: cfgperl
12811            ! Configure config_h.SH perl.h
12812 ____________________________________________________________________________
12813 [  3409] By: jhi                                   on 1999/05/13  13:31:53
12814         Log: Still fflushing strong.
12815      Branch: cfgperl
12816            ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
12817            ! proto.h util.c
12818 ____________________________________________________________________________
12819 [  3408] By: jhi                                   on 1999/05/12  14:30:23
12820         Log: Integrate from mainperl.
12821      Branch: cfgperl
12822           !> (integrate 30 files)
12823 ____________________________________________________________________________
12824 [  3407] By: jhi                                   on 1999/05/12  12:28:31
12825         Log: Be tidier with fflush(NULL) testing.
12826      Branch: cfgperl
12827            ! Configure config_h.SH
12828 ____________________________________________________________________________
12829 [  3406] By: gsar                                  on 1999/05/12  11:26:03
12830         Log: better range-checking on list slices, with test
12831              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12832              Date: Sun, 02 May 1999 17:02:53 +0100
12833              Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
12834              Subject: Re: List slice of undefs returns 0 items 
12835      Branch: perl
12836            ! pp.c t/op/list.t
12837 ____________________________________________________________________________
12838 [  3405] By: gsar                                  on 1999/05/12  11:22:27
12839         Log: change#3397 needs test tweak
12840      Branch: perl
12841            ! Changes t/pragma/warn/sv
12842 ____________________________________________________________________________
12843 [  3404] By: gsar                                  on 1999/05/12  11:07:44
12844         Log: typo in change#3397
12845      Branch: perl
12846            ! doop.c
12847 ____________________________________________________________________________
12848 [  3403] By: gsar                                  on 1999/05/12  10:49:01
12849         Log: From: Stephen Zander <gibreel@pobox.com>
12850              Date: 12 May 1999 01:22:31 -0700
12851              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
12852              Subject: Re: Test::Harness runs tainted tests with wrong library path
12853      Branch: perl
12854            ! lib/Test/Harness.pm
12855 ____________________________________________________________________________
12856 [  3402] By: gsar                                  on 1999/05/12  10:42:06
12857         Log: typo in change#3400
12858      Branch: perl
12859            ! ext/B/B/Deparse.pm
12860 ____________________________________________________________________________
12861 [  3401] By: jhi                                   on 1999/05/12  10:40:42
12862         Log: A better, shinier, and possibly even correctly working
12863              reincarnation of #3398.
12864      Branch: cfgperl
12865            ! Configure config_h.SH
12866 ____________________________________________________________________________
12867 [  3400] By: gsar                                  on 1999/05/12  10:40:11
12868         Log: deparse \&func() as \(&func()) for clarity
12869              From: Albert Dvornik <bert@genscan.com>
12870              Date: 11 May 1999 13:32:04 -0400
12871              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
12872              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
12873      Branch: perl
12874            ! ext/B/B/Deparse.pm
12875 ____________________________________________________________________________
12876 [  3399] By: gsar                                  on 1999/05/12  10:36:02
12877         Log: more testsuite smarts (many of them courtesy Ilya)
12878      Branch: perl
12879            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
12880            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
12881            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
12882            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
12883            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
12884            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
12885            ! t/op/pwent.t
12886 ____________________________________________________________________________
12887 [  3398] By: jhi                                   on 1999/05/12  09:33:08
12888         Log: Detect whether fflush(NULL) works as per change #3352.
12889      Branch: cfgperl
12890            ! Configure config_h.SH perl.h
12891 ____________________________________________________________________________
12892 [  3397] By: gsar                                  on 1999/05/12  08:56:03
12893         Log: From: jan.dubois@ibm.net (Jan Dubois)
12894              Date: Wed, 12 May 1999 01:01:00 +0200
12895              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
12896              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
12897      Branch: perl
12898            ! doop.c
12899 ____________________________________________________________________________
12900 [  3396] By: gsar                                  on 1999/05/12  08:23:27
12901         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
12902              stat() behaves similarly
12903      Branch: perl
12904            ! win32/win32.c
12905 ____________________________________________________________________________
12906 [  3395] By: jhi                                   on 1999/05/11  22:21:32
12907         Log: Redo parts of #3341 and #3358 that #3394 undid.
12908      Branch: cfgperl
12909            ! Configure config_h.SH
12910 ____________________________________________________________________________
12911 [  3394] By: jhi                                   on 1999/05/11  22:03:48
12912         Log: Add I_NETINET_TCP to help change #3391.
12913      Branch: cfgperl
12914            ! Configure config_h.SH ext/Socket/Socket.xs
12915 ____________________________________________________________________________
12916 [  3393] By: jhi                                   on 1999/05/11  21:44:59
12917         Log: Integrate from mainperl.
12918      Branch: cfgperl
12919           !> (integrate 55 files)
12920 ____________________________________________________________________________
12921 [  3392] By: gsar                                  on 1999/05/11  20:56:43
12922         Log: update embedvar.h
12923      Branch: perl
12924            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
12925 ____________________________________________________________________________
12926 [  3391] By: gsar                                  on 1999/05/11  16:32:05
12927         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
12928              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
12929              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
12930              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
12931      Branch: perl
12932            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
12933 ____________________________________________________________________________
12934 [  3390] By: gsar                                  on 1999/05/11  15:27:40
12935         Log: display more frequent progress messages when STDOUT is a tty
12936      Branch: perl
12937            ! lib/Test/Harness.pm
12938 ____________________________________________________________________________
12939 [  3389] By: gsar                                  on 1999/05/11  14:40:58
12940         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12941              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
12942              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
12943              Subject: [PATCH 5.005_53] Explanations by Test::Harness
12944      Branch: perl
12945            ! lib/Test/Harness.pm
12946 ____________________________________________________________________________
12947 [  3388] By: gsar                                  on 1999/05/11  14:08:14
12948         Log: avoid creating spurious subroutine stubs on failed subroutine
12949              call and other places of sv_2cv() misuse; fixes problems with
12950              failed subroutine calls "hiding" later attempts to lookup methods
12951              in base classes
12952      Branch: perl
12953            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
12954 ____________________________________________________________________________
12955 [  3387] By: gsar                                  on 1999/05/11  09:34:13
12956         Log: various fixes for clean build and test on win32; configpm broken,
12957              needed to open myconfig.SH rather than myconfig; sundry adjustments
12958              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
12959              work under win32; getenv_sv() changed to getenv_len() since SVs
12960              aren't visible in the lower echelons; remove bogus exports from
12961              config.sym; PERL_OBJECT-ness for C++ exception support; null out
12962              IoDIRP in filter_del() or sv_free() will attempt to close it
12963      Branch: perl
12964            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
12965            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
12966            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
12967            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
12968            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
12969            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
12970            ! win32/config.gc win32/config.vc win32/makedef.pl
12971            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
12972            ! win32/win32.c win32/win32.h
12973 ____________________________________________________________________________
12974 [  3386] By: gsar                                  on 1999/05/11  02:49:07
12975         Log: gutsupport for C++ exceptions
12976              From: Chip Salzenberg <chip@perlsupport.com>
12977              Date: Tue, 9 Mar 1999 11:51:57 -0500
12978              Message-ID: <19990309115157.E7911@perlsupport.com>
12979              Subject: [PATCH 5.005] Flexible Exceptions
12980      Branch: perl
12981            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
12982            ! scope.c scope.h thrdvar.h util.c
12983 ____________________________________________________________________________
12984 [  3385] By: gsar                                  on 1999/05/10  19:33:36
12985         Log: "weak" references internals, still needs perlguts documentation
12986              (somewhat modified version of patch suggested by Tuomas J. Lukka
12987              <lukka@fas.harvard.edu>)
12988      Branch: perl
12989            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
12990            ! pod/perldiag.pod proto.h sv.c sv.h util.c
12991 ____________________________________________________________________________
12992 [  3384] By: jhi                                   on 1999/05/10  18:21:43
12993         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
12994              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
12995      Branch: cfgperl
12996            ! INSTALL hints/dec_osf.sh
12997 ____________________________________________________________________________
12998 [  3381] By: jhi                                   on 1999/05/10  14:39:28
12999         Log: Integrate from mainperl.
13000      Branch: cfgperl
13001           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
13002           +> cygwin32/build-instructions.charles-wilson
13003           +> cygwin32/build-instructions.sebastien-barre
13004           +> cygwin32/build-instructions.steven-morlock
13005           +> cygwin32/build-instructions.steven-morlock2
13006           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
13007           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
13008           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
13009           +> t/op/numconvert.t utils/perlbc.PL
13010            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
13011            - cygwin32/perlld
13012           !> (integrate 105 files)
13013 ____________________________________________________________________________
13014 [  3380] By: gsar                                  on 1999/05/10  12:27:14
13015         Log: regen regnodes.h
13016      Branch: perl
13017            ! Changes regnodes.h
13018 ____________________________________________________________________________
13019 [  3379] By: gsar                                  on 1999/05/10  12:17:26
13020         Log: From: jan.dubois@ibm.net (Jan Dubois)
13021              Date: Sat, 01 May 1999 22:55:36 +0200
13022              Message-ID: <373067e9.56194713@smtp1.ibm.net>
13023              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
13024      Branch: perl
13025            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
13026            ! win32/config_H.vc
13027 ____________________________________________________________________________
13028 [  3378] By: gsar                                  on 1999/05/10  12:07:13
13029         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13030              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
13031              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
13032              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
13033      Branch: perl
13034            + t/op/numconvert.t
13035            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
13036            ! util.c
13037 ____________________________________________________________________________
13038 [  3377] By: gsar                                  on 1999/05/10  11:39:48
13039         Log: pp_modulo comment tweak from Ilya
13040      Branch: perl
13041            ! pp.c
13042 ____________________________________________________________________________
13043 [  3376] By: gsar                                  on 1999/05/10  11:30:40
13044         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
13045              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
13046              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
13047              Subject: Test.pm update [PATCH _56]
13048      Branch: perl
13049            ! lib/Test.pm
13050 ____________________________________________________________________________
13051 [  3375] By: gsar                                  on 1999/05/10  11:28:30
13052         Log: From: jan.dubois@ibm.net (Jan Dubois)
13053              Date: Fri, 07 May 1999 00:59:54 +0200
13054              Message-ID: <373318ae.19292461@smtp1.ibm.net>
13055              Subject: Re: Using existing memory for an SV's PV 
13056      Branch: perl
13057            ! sv.c
13058 ____________________________________________________________________________
13059 [  3374] By: gsar                                  on 1999/05/10  11:23:44
13060         Log: From: jan.dubois@ibm.net (Jan Dubois)
13061              Date: Fri, 07 May 1999 00:59:52 +0200
13062              Message-ID: <37321800.19118320@smtp1.ibm.net>
13063              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
13064      Branch: perl
13065            ! perl.h
13066 ____________________________________________________________________________
13067 [  3373] By: gsar                                  on 1999/05/10  11:22:10
13068         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13069              Date: Thu, 6 May 1999 18:17:28 -0400
13070              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
13071              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
13072      Branch: perl
13073            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
13074            ! util.c
13075 ____________________________________________________________________________
13076 [  3372] By: gsar                                  on 1999/05/10  10:57:49
13077         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13078              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
13079              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
13080              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
13081      Branch: perl
13082            ! regcomp.c regcomp.pl
13083 ____________________________________________________________________________
13084 [  3371] By: gsar                                  on 1999/05/10  10:54:01
13085         Log: From: lane@duphy4.physics.drexel.edu
13086              Date: Tue, 04 May 1999 10:19:25 -0700
13087              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
13088              Subject: [PATCH 5.005.56] pod->html VMS fixes
13089      Branch: perl
13090            ! installhtml lib/Pod/Html.pm
13091 ____________________________________________________________________________
13092 [  3370] By: gsar                                  on 1999/05/10  10:45:52
13093         Log: testsuite nits
13094      Branch: perl
13095            ! t/lib/io_linenum.t t/op/filetest.t
13096 ____________________________________________________________________________
13097 [  3369] By: gsar                                  on 1999/05/10  10:35:22
13098         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13099              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
13100              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
13101              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
13102      Branch: perl
13103            ! os2/os2ish.h os2/os2thread.h
13104 ____________________________________________________________________________
13105 [  3368] By: gsar                                  on 1999/05/10  10:00:11
13106         Log: From: Albert Dvornik <bert@genscan.com>
13107              Date: 03 May 1999 12:20:57 -0400
13108              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
13109              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
13110      Branch: perl
13111            ! dump.c
13112 ____________________________________________________________________________
13113 [  3367] By: gsar                                  on 1999/05/10  09:55:51
13114         Log: shadow password support for Solaris (needs Configure help to
13115              determine HAS_GETSPENT)
13116              From: "Patrick O'Brien" <pdo@cs.umd.edu>
13117              Date: Sat, 01 May 1999 19:41:17 -0400
13118              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
13119              Subject: getpwent() under solaris
13120      Branch: perl
13121            ! pp_sys.c
13122 ____________________________________________________________________________
13123 [  3366] By: gsar                                  on 1999/05/10  09:45:58
13124         Log: From: jan.dubois@ibm.net (Jan Dubois)
13125              Date: Sat, 01 May 1999 23:45:47 +0200
13126              Message-ID: <373373fb.59284266@smtp1.ibm.net>
13127              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
13128      Branch: perl
13129            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
13130            ! pod/perldelta.pod
13131 ____________________________________________________________________________
13132 [  3365] By: gsar                                  on 1999/05/10  09:34:22
13133         Log: test suite and fix input_line_number()
13134              From: Paul Johnson <pjcj@transeda.com>
13135              Date: Thu, 29 Apr 1999 06:28:14 +0100
13136              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
13137              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
13138      Branch: perl
13139            + t/lib/io_linenum.t
13140            ! MANIFEST ext/IO/lib/IO/Handle.pm
13141 ____________________________________________________________________________
13142 [  3364] By: gsar                                  on 1999/05/10  09:20:56
13143         Log: fix overeager [:foo:] parsing
13144              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13145              Date: Fri, 30 Apr 1999 09:26:18 +0100
13146              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
13147              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
13148      Branch: perl
13149            ! regcomp.c t/op/re_tests
13150 ____________________________________________________________________________
13151 [  3363] By: gsar                                  on 1999/05/10  09:09:21
13152         Log: documentation for Win32 builtins (somewhat modified)
13153              From: jan.dubois@ibm.net (Jan Dubois)
13154              Date: Tue, 30 Mar 1999 08:05:03 +0200
13155              Message-ID: <37006783.1926460@smtp1.ibm.net>
13156              Subject: Re: Issues with build 509 
13157      Branch: perl
13158            + pod/Win32.pod
13159            ! MANIFEST
13160 ____________________________________________________________________________
13161 [  3362] By: gsar                                  on 1999/05/10  08:22:07
13162         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
13163      Branch: perl
13164            ! lib/File/Copy.pm win32/win32.c
13165 ____________________________________________________________________________
13166 [  3361] By: gsar                                  on 1999/05/10  08:11:29
13167         Log: escape ampersands in <pre> sections
13168      Branch: perl
13169            ! Changes lib/Pod/Html.pm
13170 ____________________________________________________________________________
13171 [  3360] By: gsar                                  on 1999/05/10  08:04:14
13172         Log: AIX hints enhancements (threads build, SOCKS support)
13173              From: "David R. Favor" <dfavor@austin.ibm.com>
13174              Date: Wed, 28 Apr 1999 08:45:28 -0500
13175              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
13176              Subject: Working build for AIX + gcc + threading
13177      Branch: perl
13178            ! hints/aix.sh
13179 ____________________________________________________________________________
13180 [  3359] By: gsar                                  on 1999/05/10  07:49:26
13181         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
13182              Date: Tue, 27 Apr 1999 23:47:24 PDT
13183              Message-ID: <19990428064724.95244.qmail@hotmail.com>
13184              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
13185              --
13186              Date: Thu, 29 Apr 1999 18:21:06 -0700
13187              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
13188              Subject: [PATCH 5.005_56] double constants ( C.pm)
13189              --
13190              Date: Mon, 03 May 1999 20:21:31 PDT
13191              Message-ID: <19990504032131.81113.qmail@hotmail.com>
13192              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
13193              --
13194              Date: Thu, 06 May 1999 17:57:09 -0700
13195              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
13196              Subject: Stash.pm
13197      Branch: perl
13198            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
13199            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
13200 ____________________________________________________________________________
13201 [  3358] By: gsar                                  on 1999/05/10  04:39:15
13202         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
13203              From: alexander smishlajev <als@turnhere.com>
13204              Date: Sun, 25 Apr 1999 14:58:29 +0300
13205              Message-ID: <37230365.5F68B460@turnhere.com>
13206              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
13207      Branch: perl
13208            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
13209            + cygwin32/build-instructions.charles-wilson
13210            + cygwin32/build-instructions.sebastien-barre
13211            + cygwin32/build-instructions.steven-morlock
13212            + cygwin32/build-instructions.steven-morlock2
13213            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
13214            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
13215            - cygwin32/perlld
13216            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
13217            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
13218            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
13219            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
13220            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
13221            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
13222 ____________________________________________________________________________
13223 [  3357] By: gsar                                  on 1999/05/10  04:07:07
13224         Log: applied suggested patch, modulo already applied parts
13225              From: Charles Bailey <BAILEY@newman.upenn.edu>
13226              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
13227              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
13228              Subject: [Patch 5.005_56] VMS consolidated patch #2
13229      Branch: perl
13230            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
13231            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
13232            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
13233            ! vms/subconfigure.com vms/test.com vms/vms.c
13234 ____________________________________________________________________________
13235 [  3356] By: gsar                                  on 1999/05/10  03:48:08
13236         Log: applied suggested patch, with win32 and PERL_OBJECT additions
13237              From: Tom Hughes <tom@compton.nu>
13238              Date: Sat, 24 Apr 1999 18:11:59 +0100
13239              Message-ID: <609bdff748.tom@compton.compton.nu>
13240              Subject: ByteLoader patch
13241      Branch: perl
13242            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
13243            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
13244            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
13245            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
13246            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
13247            ! utils/Makefile win32/Makefile win32/makefile.mk
13248 ____________________________________________________________________________
13249 [  3355] By: gsar                                  on 1999/05/10  03:22:49
13250         Log: document 'test' attribute (from Andreas Koenig)
13251      Branch: perl
13252            ! lib/ExtUtils/MakeMaker.pm
13253 ____________________________________________________________________________
13254 [  3354] By: gsar                                  on 1999/05/10  03:12:37
13255         Log: From: pmarquess@bfsec.bt.co.uk
13256              Date: Thu, 22 Apr 1999 23:12:08 +0100
13257              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
13258              Subject: PATCH for small bug in scan_bin
13259      Branch: perl
13260            ! util.c
13261 ____________________________________________________________________________
13262 [  3353] By: gsar                                  on 1999/05/10  02:39:33
13263         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
13264              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
13265      Branch: perl
13266            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
13267            ! win32/win32iop.h
13268 ____________________________________________________________________________
13269 [  3352] By: gsar                                  on 1999/05/09  22:47:39
13270         Log: flush all open output buffers before fork(), exec(), system, qx//
13271              and pipe open() operations, simplifying buffering headaches faced
13272              by users; uses fflush(NULL), which may need Configure test
13273      Branch: perl
13274            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
13275            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
13276 ____________________________________________________________________________
13277 [  3351] By: gsar                                  on 1999/05/09  21:11:51
13278         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
13279              Leroy <jll@skynet.be>)
13280      Branch: perl
13281            ! utils/perlcc.PL
13282 ____________________________________________________________________________
13283 [  3350] By: gsar                                  on 1999/05/09  20:39:11
13284         Log: normalize $^X to full pathname on win32
13285      Branch: perl
13286            ! win32/runperl.c
13287 ____________________________________________________________________________
13288 [  3349] By: gsar                                  on 1999/05/09  20:23:07
13289         Log: allow readline($globref), <$globref> already works
13290      Branch: perl
13291            ! pp_hot.c
13292 ____________________________________________________________________________
13293 [  3348] By: gsar                                  on 1999/05/09  20:00:09
13294         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
13295              <lemburg@online-club.de>)
13296      Branch: perl
13297            ! utils/perldoc.PL
13298 ____________________________________________________________________________
13299 [  3347] By: gsar                                  on 1999/05/09  18:47:21
13300         Log: additions to Thread.pm docs from Tuomas J. Lukka
13301              <lukka@fas.harvard.edu>
13302      Branch: perl
13303            ! ext/Thread/Thread.pm
13304 ____________________________________________________________________________
13305 [  3346] By: gsar                                  on 1999/05/09  18:38:00
13306         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
13307              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
13308              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
13309              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
13310      Branch: perl
13311            ! ext/B/B/Xref.pm
13312 ____________________________________________________________________________
13313 [  3345] By: gsar                                  on 1999/05/09  18:22:43
13314         Log: work around mangled archname on win32 while finding privlib/sitelib;
13315              normalize lib paths to forward slashes internally
13316      Branch: perl
13317            ! win32/win32.c
13318 ____________________________________________________________________________
13319 [  3344] By: gsar                                  on 1999/05/09  03:20:06
13320         Log: fix typo in dbm filters that caused odbm.t to fail
13321      Branch: perl
13322            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
13323 ____________________________________________________________________________
13324 [  3343] By: gsar                                  on 1999/05/09  02:02:59
13325         Log: tweak test totals
13326      Branch: perl
13327            ! Changes t/lib/tie-stdhandle.t
13328 ____________________________________________________________________________
13329 [  3342] By: gsar                                  on 1999/05/09  01:42:06
13330         Log: import list propagation busted (pointed out by Ton Hospel
13331              <thospel@mail.dma.be>)
13332      Branch: perl
13333            ! lib/autouse.pm
13334 ____________________________________________________________________________
13335 [  3341] By: gsar                                  on 1999/05/09  00:54:18
13336         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
13337              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
13338      Branch: perl
13339            ! Configure Makefile.SH
13340 ____________________________________________________________________________
13341 [  3340] By: gsar                                  on 1999/05/09  00:40:41
13342         Log: generate manpages for newly added utils
13343      Branch: perl
13344            ! installman
13345 ____________________________________________________________________________
13346 [  3339] By: gsar                                  on 1999/05/09  00:33:50
13347         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13348              Date: Sun, 02 May 1999 17:59:24 +0100
13349              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
13350              Subject: [PATCH] Re: ptr to realloced memory in yylex
13351      Branch: perl
13352            ! toke.c
13353 ____________________________________________________________________________
13354 [  3338] By: jhi                                   on 1999/05/08  22:40:29
13355         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
13356      Branch: cfgperl
13357            ! INSTALL
13358 ____________________________________________________________________________
13359 [  3337] By: jhi                                   on 1999/05/08  22:22:26
13360         Log: Integrate from mainperl.
13361      Branch: cfgperl
13362           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
13363           !> (integrate 54 files)
13364 ____________________________________________________________________________
13365 [  3336] By: gsar                                  on 1999/05/08  21:48:22
13366         Log: make perldoc -f grok nested =items
13367      Branch: perl
13368            ! utils/perldoc.PL
13369 ____________________________________________________________________________
13370 [  3335] By: gsar                                  on 1999/05/08  19:48:11
13371         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
13372      Branch: perl
13373            ! op.c t/lib/fields.t
13374 ____________________________________________________________________________
13375 [  3334] By: gsar                                  on 1999/05/08  19:09:41
13376         Log: update test totals
13377      Branch: perl
13378            ! t/lib/bigintpm.t
13379 ____________________________________________________________________________
13380 [  3333] By: gsar                                  on 1999/05/08  16:56:02
13381         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
13382      Branch: perl
13383            ! pod/perlfunc.pod
13384 ____________________________________________________________________________
13385 [  3332] By: gsar                                  on 1999/05/08  16:46:44
13386         Log: applied suggested patch, added tests
13387              From: William Mann <wmann@avici.com>
13388              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
13389              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
13390              Subject: BigInt.pm extensions for logical operations
13391      Branch: perl
13392            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
13393 ____________________________________________________________________________
13394 [  3331] By: gsar                                  on 1999/05/08  16:09:33
13395         Log: avoid temporary files named 'tmp'
13396      Branch: perl
13397            ! Makefile.SH pp.c
13398 ____________________________________________________________________________
13399 [  3330] By: nick                                  on 1999/05/08  14:16:30
13400         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
13401              Provide Tie::StdHandle
13402              Basic update of docs.
13403      Branch: perl
13404            + t/lib/tie-stdhandle.t
13405            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
13406 ____________________________________________________________________________
13407 [  3329] By: nick                                  on 1999/05/08  12:03:45
13408         Log: Tweaks to open(my $fh,...) stuff
13409      Branch: perl
13410            ! op.c pp.c pp_sys.c t/io/open.t
13411 ____________________________________________________________________________
13412 [  3328] By: nick                                  on 1999/05/08  11:18:42
13413         Log: Bring SDBM_File.xs into line with new typemap
13414      Branch: perl
13415            ! ext/SDBM_File/SDBM_File.xs
13416 ____________________________________________________________________________
13417 [  3327] By: gsar                                  on 1999/05/08  00:07:11
13418         Log: add test case for AUTOLOAD reentrancy fix in change#3279
13419      Branch: perl
13420            ! t/lib/autoloader.t
13421 ____________________________________________________________________________
13422 [  3326] By: nick                                  on 1999/05/07  21:24:50
13423         Log: Implement open( my $fh, ...) and similar.
13424              Set flag in op.c for "constructor ops"
13425              In pp_rv2gv, if flag is set and arg is PADSV and uninit
13426              vivify as reference to a detached GV.
13427              (Name of GV is the pad name.)
13428              This scheme should "just work" for pipe/socket etc. too.
13429              
13430              #if 0 out the open(FH,undef) for now.
13431              Change t/io/open.t to test open(my $fh,...)
13432      Branch: perl
13433            ! op.c pp.c pp_sys.c t/io/open.t
13434 ____________________________________________________________________________
13435 [  3325] By: nick                                  on 1999/05/07  21:18:42
13436         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
13437      Branch: perl
13438            ! util.c
13439 ____________________________________________________________________________
13440 [  3324] By: gsar                                  on 1999/05/07  20:28:31
13441         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
13442              intervening code has to allocate SVs)
13443      Branch: perl
13444            ! util.c
13445 ____________________________________________________________________________
13446 [  3323] By: gsar                                  on 1999/05/07  19:45:08
13447         Log: allow line numbers to show in diagnostics during global destruction
13448      Branch: perl
13449            ! util.c
13450 ____________________________________________________________________________
13451 [  3322] By: gsar                                  on 1999/05/07  09:38:11
13452         Log: From: Dan Sugalski <sugalskd@ous.edu>
13453              Date: Fri, 09 Apr 1999 16:16:39 -0700
13454              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
13455              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
13456      Branch: perl
13457            ! lib/ExtUtils/MM_VMS.pm
13458 ____________________________________________________________________________
13459 [  3321] By: gsar                                  on 1999/05/07  09:08:23
13460         Log: From: kwzh@gnu.org (Karl Heuer)
13461              Date: Wed, 7 Apr 1999 23:58:58 -0400
13462              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
13463              Subject: [perl-5.005.02] detect lack of /dev/tty
13464      Branch: perl
13465            ! Makefile.SH
13466 ____________________________________________________________________________
13467 [  3320] By: gsar                                  on 1999/05/07  08:52:14
13468         Log: allow distinct prefix for versioned executables
13469              From: Roderick Schertler <roderick@argon.org>
13470              Date: Wed, 07 Apr 1999 15:34:56 -0400
13471              Message-ID: <3003.923513696@eeyore.ibcinc.com>
13472              Subject: perl55.00503 -> perl5.00503 patch for installperl
13473      Branch: perl
13474            ! INSTALL installperl
13475 ____________________________________________________________________________
13476 [  3319] By: gsar                                  on 1999/05/07  08:07:02
13477         Log: From: Dan Sugalski <sugalskd@osshe.edu>
13478              Date: Mon, 05 Apr 1999 15:38:42 -0700
13479              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
13480              Subject: Re: chomp fails with $/ in fixed-length record mode
13481              --
13482              From: Roderick Schertler <roderick@argon.org>
13483              Date: Tue, 06 Apr 1999 21:11:37 -0400
13484              Message-ID: <2795.923447497@eeyore.ibcinc.com>
13485              Subject: Re: chomp fails with $/ in fixed-length record mode
13486      Branch: perl
13487            ! doop.c pod/perlfunc.pod t/op/chop.t
13488 ____________________________________________________________________________
13489 [  3318] By: gsar                                  on 1999/05/07  07:56:35
13490         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13491              Date: Tue, 6 Apr 1999 01:40:36 -0400
13492              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
13493              Subject: [PATCH 5.005_*] Make % use fmod()
13494      Branch: perl
13495            ! pp.c t/op/arith.t
13496 ____________________________________________________________________________
13497 [  3317] By: gsar                                  on 1999/05/07  04:18:11
13498         Log: DBM Filters (via private mail)
13499              From: pmarquess@bfsec.bt.co.uk
13500              Date: Sun, 18 Apr 1999 21:05:52 +0100
13501              Message-Id: <199904182009.NAA19152@activestate.com>
13502              Subject: DBM Filters
13503      Branch: perl
13504            + pod/perldbmfilter.pod
13505            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
13506            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
13507            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
13508            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
13509            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
13510            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
13511            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
13512            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
13513            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
13514            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
13515            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
13516            ! t/lib/sdbm.t
13517 ____________________________________________________________________________
13518 [  3316] By: gsar                                  on 1999/05/07  03:28:53
13519         Log: avoid negative return value from Win32::GetTickCount()
13520              From: jan.dubois@ibm.net (Jan Dubois)
13521              Date: Sat, 03 Apr 1999 19:04:18 +0200
13522              Message-ID: <37084742.22824479@smtp1.ibm.net>
13523              Subject: Re: Win32::GetTickCount
13524      Branch: perl
13525            ! win32/win32.c
13526 ____________________________________________________________________________
13527 [  3314] By: gsar                                  on 1999/05/06  08:01:23
13528         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
13529              Date: Tue, 30 Mar 1999 23:40:34 PST
13530              Message-ID: <19990331074034.6117.qmail@hotmail.com>
13531              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
13532              --
13533              Date: Wed, 07 Apr 1999 00:28:23 -0800
13534              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
13535              Subject: [PATCH 5.005_56] function prototypes(B.pm)
13536              --
13537              Date: Thu, 22 Apr 1999 23:40:52 -0700
13538              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
13539              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
13540              --
13541              Date: Tue, 27 Apr 1999 01:14:49 PDT
13542              Message-ID: <19990427081449.28615.qmail@hotmail.com>
13543              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
13544      Branch: perl
13545            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
13546            ! t/op/ref.t
13547 ____________________________________________________________________________
13548 [  3313] By: jhi                                   on 1999/05/06  07:59:52
13549         Log: Integrate from mainperl.
13550      Branch: cfgperl
13551           !> (integrate 33 files)
13552 ____________________________________________________________________________
13553 [  3312] By: gsar                                  on 1999/05/06  07:11:50
13554         Log: add Ethiopic section to unicode master database (from Ken
13555              Whistler <kenw@sybase.com>)
13556      Branch: perl
13557            ! lib/unicode/UnicodeData-Latest.txt
13558 ____________________________________________________________________________
13559 [  3311] By: gsar                                  on 1999/05/06  05:37:55
13560         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
13561              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
13562              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
13563              Subject: Largefiles for Solaris
13564      Branch: perl
13565            ! hints/solaris_2.sh
13566 ____________________________________________________________________________
13567 [  3310] By: gsar                                  on 1999/05/06  05:14:35
13568         Log: emit more accurate diagnostic for syntax errors involving <>
13569              within eval""
13570      Branch: perl
13571            ! toke.c utils/perldoc.PL
13572 ____________________________________________________________________________
13573 [  3309] By: gsar                                  on 1999/05/06  04:36:31
13574         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
13575      Branch: perl
13576            ! t/lib/open3.t
13577 ____________________________________________________________________________
13578 [  3308] By: gsar                                  on 1999/05/06  03:19:16
13579         Log: applied first part of suggested patch (bug described cannot be
13580              reproduced any longer, so the second inconclusive part has not
13581              been applied)
13582              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13583              Date: Sun, 28 Mar 1999 04:51:34 +0100
13584              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
13585              Subject: [PATCH 5.005_56] Re: A core dump 
13586      Branch: perl
13587            ! toke.c
13588 ____________________________________________________________________________
13589 [  3307] By: gsar                                  on 1999/05/06  01:56:06
13590         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
13591              change#3180)
13592      Branch: perl
13593            ! op.c
13594 ____________________________________________________________________________
13595 [  3306] By: gsar                                  on 1999/05/05  17:17:34
13596         Log: applied non-conflicting parts of suggested patch
13597              From: Charles Bailey <BAILEY@newman.upenn.edu>
13598              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
13599              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
13600              Subject: [Patch 5.005_56] Revised VMS patch
13601      Branch: perl
13602            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
13603            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
13604 ____________________________________________________________________________
13605 [  3305] By: gsar                                  on 1999/05/05  16:20:19
13606         Log: make perldoc use backslashed pathnames within system() on win32
13607      Branch: perl
13608            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
13609 ____________________________________________________________________________
13610 [  3304] By: gsar                                  on 1999/05/05  07:29:43
13611         Log: upgrade Pod::Parser to v1.081 from CPAN
13612      Branch: perl
13613            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
13614            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
13615            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
13616 ____________________________________________________________________________
13617 [  3303] By: gsar                                  on 1999/05/05  07:02:07
13618         Log: From: Andy Dougherty <doughera@lafayette.edu>
13619              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
13620              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
13621              Subject: [PATCH 5.005_03-MT3] INSTALL patches
13622      Branch: perl
13623            ! INSTALL
13624 ____________________________________________________________________________
13625 [  3302] By: gsar                                  on 1999/05/05  06:55:21
13626         Log: load base packages based on nonexistent $VERSION
13627              From: andreas.koenig@anima.de (Andreas J. Koenig)
13628              Date: 19 Mar 1999 06:00:28 +0100
13629              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
13630              Subject: Re: base.pm flaw
13631      Branch: perl
13632            ! lib/base.pm lib/locale.pm
13633 ____________________________________________________________________________
13634 [  3301] By: gsar                                  on 1999/05/04  05:41:08
13635         Log: pod2man outputs switched date and revision label (fix suggested by
13636              EthanSasiela@mede.com)
13637      Branch: perl
13638            ! pod/pod2man.PL
13639 ____________________________________________________________________________
13640 [  3300] By: gsar                                  on 1999/05/03  18:48:25
13641         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
13642              (makes opendir(D,"c:") work reliably)
13643      Branch: perl
13644            ! win32/win32.c
13645 ____________________________________________________________________________
13646 [  3299] By: gsar                                  on 1999/05/02  19:39:55
13647         Log: add test case for change#3298
13648      Branch: perl
13649            ! sv.c t/op/readdir.t
13650 ____________________________________________________________________________
13651 [  3298] By: gsar                                  on 1999/05/02  19:24:41
13652         Log: close directory handles properly when localized
13653      Branch: perl
13654            ! sv.c
13655 ____________________________________________________________________________
13656 [  3297] By: jhi                                   on 1999/04/30  11:42:14
13657         Log: Integrate from mainperl.
13658      Branch: cfgperl
13659           !> Changes config_h.SH configure.com lib/AutoLoader.pm
13660           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
13661           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
13662           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
13663           !> vms/subconfigure.com win32/win32.c
13664 ____________________________________________________________________________
13665 [  3293] By: chip                                  on 1999/04/29  18:50:49
13666         Log: Fix shebang lines.
13667      Branch: maint-5.004/perl
13668            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
13669            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
13670            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
13671            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
13672            ! x2p/find2perl.PL x2p/s2p.PL
13673 ____________________________________________________________________________
13674 [  3284] By: gsar                                  on 1999/04/27  00:48:42
13675         Log: integrate change#3279 from maint-5.004
13676      Branch: perl
13677            ! lib/AutoLoader.pm
13678 ____________________________________________________________________________
13679 [  3279] By: chip                                  on 1999/04/26  23:09:26
13680         Log: Make &AutoLoad::AUTOLOAD reentrant.
13681      Branch: maint-5.004/perl
13682            ! lib/AutoLoader.pm
13683 ____________________________________________________________________________
13684 [  3276] By: chip                                  on 1999/04/26  22:34:36
13685         Log: Make porting scripts executable.
13686      Branch: maint-5.004/perl
13687            ! Changes Porting/genlog Porting/makerel Porting/p4desc
13688            ! Porting/patchls
13689 ____________________________________________________________________________
13690 [  3274] By: gsar                                  on 1999/04/26  17:30:31
13691         Log: allow embedded null characters in diagnostics
13692      Branch: perl
13693            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
13694 ____________________________________________________________________________
13695 [  3273] By: gsar                                  on 1999/04/26  08:27:22
13696         Log: hand-applied conflicting parts of suggested patch
13697              From: Charles Bailey <BAILEY@newman.upenn.edu>
13698              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
13699              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
13700              Subject: [PATCH 5.005_56] VMS configuration/build
13701      Branch: perl
13702            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
13703            ! vms/munchconfig.c vms/subconfigure.com
13704 ____________________________________________________________________________
13705 [  3272] By: gsar                                  on 1999/04/26  08:25:41
13706         Log: update Changes; tweak minor regressions
13707      Branch: perl
13708            ! Changes lib/AutoSplit.pm lib/File/Path.pm
13709 ____________________________________________________________________________
13710 [  3271] By: gsar                                  on 1999/04/26  07:52:51
13711         Log: integrate change#3229 from maint-5.004
13712      Branch: perl
13713            ! pp_ctl.c util.c
13714 ____________________________________________________________________________
13715 [  3270] By: gsar                                  on 1999/04/25  22:58:27
13716         Log: fix buggy reference count on refs to SVs with autoviv magic
13717              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
13718              accessing free()d memory)
13719      Branch: perl
13720            ! pp.c t/op/ref.t
13721 ____________________________________________________________________________
13722 [  3269] By: gsar                                  on 1999/04/24  17:07:55
13723         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
13724              on win32)
13725      Branch: perl
13726            ! win32/win32.c
13727 ____________________________________________________________________________
13728 [  3268] By: gsar                                  on 1999/04/24  16:38:25
13729         Log: kill dup hunk
13730      Branch: perl
13731            ! config_h.SH
13732 ____________________________________________________________________________
13733 [  3267] By: gsar                                  on 1999/04/24  16:35:57
13734         Log: integrate cfgperl changes into mainline
13735      Branch: perl
13736           +> myconfig.SH
13737            - myconfig
13738            ! pod/perlre.pod
13739           !> (integrate 38 files)
13740 ____________________________________________________________________________
13741 [  3266] By: jhi                                   on 1999/04/23  18:42:44
13742         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
13743              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
13744              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
13745              Cc: Lionel Cons <lionel.cons@cern.ch>,
13746              Ilya Zakharevich <ilya@math.ohio-state.edu>,
13747              David Hayes <david@bdel.com>
13748              Subject: [PATCH] h2ph
13749              Date: Fri, 23 Apr 1999 12:37:23 -0400
13750              Message-ID: <19990423123723.A49550@O2.chapin.edu>
13751      Branch: cfgperl
13752            ! utils/h2ph.PL
13753 ____________________________________________________________________________
13754 [  3265] By: jhi                                   on 1999/04/21  18:17:12
13755         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
13756              To: perlbug@perl.org
13757              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
13758              Date: Wed, 21 Apr 1999 08:17:54 -0700
13759              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
13760      Branch: cfgperl
13761            ! vms/descrip_mms.template
13762 ____________________________________________________________________________
13763 [  3264] By: jhi                                   on 1999/04/20  08:50:54
13764         Log: From: Andy Dougherty <doughera@lafayette.edu>
13765              To: The Perl Porters Mailing List <perl5-porters@perl.org>
13766              Subject: [PATCH 5.005_56] Re: 5.006 Todo
13767              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
13768              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
13769      Branch: cfgperl
13770            ! Porting/pumpkin.pod
13771 ____________________________________________________________________________
13772 [  3263] By: jhi                                   on 1999/04/20  08:05:01
13773         Log: From: Chip Salzenberg <chip@perlsupport.com>
13774              To: Perl 5 Porters <perl5-porters@perl.org>
13775              Subject: [PATCH 5.005_56] Configure: $sig_count
13776              Date: Sun, 18 Apr 1999 17:54:36 -0400
13777              Message-ID: <19990418175436.A27496@perlsupport.com>
13778      Branch: cfgperl
13779            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13780            ! config_h.SH
13781 ____________________________________________________________________________
13782 [  3262] By: jhi                                   on 1999/04/19  18:23:50
13783         Log: Subject: PATCH wrong faq reference in perlbook.pod
13784              From: Robin Barker <rmb1@cise.npl.co.uk>
13785              To: perlbug@perl.com
13786              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
13787              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
13788      Branch: cfgperl
13789            ! pod/perlbook.pod
13790 ____________________________________________________________________________
13791 [  3261] By: jhi                                   on 1999/04/15  13:59:04
13792         Log: From: Andy Dougherty <doughera@lafayette.edu>
13793              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
13794              Cc: Perl Porters <perl5-porters@perl.org>
13795              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
13796              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
13797              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
13798      Branch: cfgperl
13799            ! hints/solaris_2.sh
13800 ____________________________________________________________________________
13801 [  3260] By: jhi                                   on 1999/04/15  13:56:53
13802         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
13803              To: pumpkings@jhereg.perl.com
13804              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
13805              Date: Thu, 15 Apr 1999 07:13:41 -0600
13806              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
13807      Branch: cfgperl
13808            ! pod/perldata.pod
13809 ____________________________________________________________________________
13810 [  3259] By: jhi                                   on 1999/04/13  23:12:52
13811         Log: LDLIBPTH also on 'clean' targets.
13812      Branch: cfgperl
13813            ! Makefile.SH
13814 ____________________________________________________________________________
13815 [  3258] By: jhi                                   on 1999/04/13  21:38:46
13816         Log: Add information about the two DEC C compiler optimizer bugs
13817              (what patch levels of the compilers fix them).
13818      Branch: cfgperl
13819            ! pp.c t/op/repeat.t
13820 ____________________________________________________________________________
13821 [  3257] By: jhi                                   on 1999/04/13  14:25:08
13822         Log: Be polite about ccdlflags and lddflags, too.
13823              Avoid Perl's malloc only when threaded.
13824      Branch: cfgperl
13825            ! hints/aix.sh
13826 ____________________________________________________________________________
13827 [  3256] By: jhi                                   on 1999/04/13  10:21:33
13828         Log: Croak if no known ways to semctl() (don't assume union semun).
13829      Branch: cfgperl
13830            ! doio.c perl.h
13831 ____________________________________________________________________________
13832 [  3255] By: jhi                                   on 1999/04/13  09:10:26
13833         Log: From: Dan Sugalski <sugalskd@osshe.edu>
13834              To: perl5-porters@perl.org, vmsperl@perl.org
13835              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
13836              Date: Mon, 12 Apr 1999 13:36:48 -0700
13837              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
13838      Branch: cfgperl
13839            ! lib/ExtUtils/MM_VMS.pm
13840 ____________________________________________________________________________
13841 [  3254] By: jhi                                   on 1999/04/13  06:56:26
13842         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
13843              To: perlbug@perl.com
13844              Subject: Update for OpenBSD hints
13845              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
13846              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
13847      Branch: cfgperl
13848            ! hints/openbsd.sh
13849 ____________________________________________________________________________
13850 [  3229] By: chip                                  on 1999/04/13  04:04:14
13851         Log: Preserve errno from importunities of sfio.
13852      Branch: maint-5.004/perl
13853            ! pp_ctl.c util.c
13854 ____________________________________________________________________________
13855 [  3226] By: jhi                                   on 1999/04/11  12:52:26
13856         Log: If both ways to call semctl are broken,    skip the tests.
13857      Branch: cfgperl
13858            ! t/lib/ipc_sysv.t
13859 ____________________________________________________________________________
13860 [  3225] By: jhi                                   on 1999/04/10  22:27:28
13861         Log: From: Andy Dougherty <doughera@lafayette.edu>
13862              To: dsembr01@ox.slug.louisville.edu
13863              Cc: perlbug@perl.com
13864              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
13865              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
13866              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
13867      Branch: cfgperl
13868            ! ext/POSIX/POSIX.xs
13869 ____________________________________________________________________________
13870 [  3224] By: jhi                                   on 1999/04/09  18:50:32
13871         Log: From: Andy Dougherty <doughera@lafayette.edu>
13872              To: Perl Porters <perl5-porters@perl.org>
13873              Subject: [PATCH 5.005_56] Re: prefix= in hints
13874              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
13875              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
13876              
13877              (Overrides change #3204 from Kurt)
13878      Branch: cfgperl
13879            ! hints/linux.sh
13880 ____________________________________________________________________________
13881 [  3223] By: jhi                                   on 1999/04/09  18:37:55
13882         Log: Understand Apollo's //node notation.
13883              
13884              From: Johann Klasek <jk@auto.tuwien.ac.at>
13885              To: jhi@iki.fi
13886              Subject: Re: DomainPerl
13887              Date: Fri, 9 Apr 1999 18:21:37 +0200
13888              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
13889      Branch: cfgperl
13890            ! lib/Cwd.pm
13891 ____________________________________________________________________________
13892 [  3220] By: jhi                                   on 1999/04/04  16:33:49
13893         Log: Integrate from mainperl.
13894      Branch: cfgperl
13895           !> (integrate 39 files)
13896 ____________________________________________________________________________
13897 [  3219] By: gsar                                  on 1999/04/04  02:48:17
13898         Log: tweak previous change
13899      Branch: maint-5.005/perl
13900            ! win32/win32.c
13901 ____________________________________________________________________________
13902 [  3218] By: gsar                                  on 1999/04/04  02:44:47
13903         Log: be careful about extending the stack for the Win32:: builtins
13904      Branch: maint-5.005/perl
13905            ! win32/win32.c
13906 ____________________________________________________________________________
13907 [  3217] By: gsar                                  on 1999/04/04  01:59:26
13908         Log: correct places that said newSVpv() when they meant newSVpvn()
13909      Branch: perl
13910            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
13911            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
13912            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
13913            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
13914            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
13915            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
13916            ! win32/win32.c
13917 ____________________________________________________________________________
13918 [  3216] By: gsar                                  on 1999/04/03  23:58:27
13919         Log: avoid duplicate code
13920      Branch: perl
13921            ! sv.c
13922 ____________________________________________________________________________
13923 [  3215] By: gsar                                  on 1999/04/03  23:14:34
13924         Log: grow PL_tmps_stack more efficiently; make it more amenable to
13925              STRESS_REALLOC testing
13926      Branch: perl
13927            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
13928            ! sv.c
13929 ____________________________________________________________________________
13930 [  3214] By: gsar                                  on 1999/04/03  21:01:09
13931         Log: scrounge and save three extra branches in pp_entersub()
13932      Branch: perl
13933            ! cv.h pp_ctl.c pp_hot.c
13934 ____________________________________________________________________________
13935 [  3213] By: gsar                                  on 1999/04/03  17:43:23
13936         Log: remove duplicate code and an extra branch in sv_setsv() and
13937              other hot code by making SvTHINKFIRST() think about FAKE SVs
13938      Branch: perl
13939            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
13940            ! proto.h scope.c sv.c sv.h
13941 ____________________________________________________________________________
13942 [  3212] By: jhi                                   on 1999/04/03  16:20:09
13943         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
13944              
13945              From: John Bley <jbb6@acpub.duke.edu>
13946              To: perlbug@perl.org
13947              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
13948              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
13949              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
13950      Branch: cfgperl
13951            ! doio.c pp_sys.c
13952 ____________________________________________________________________________
13953 [  3211] By: jhi                                   on 1999/04/03  13:27:26
13954         Log: Change #3210 was rather unportable.  This is better.
13955      Branch: cfgperl
13956            ! Configure config_h.SH
13957 ____________________________________________________________________________
13958 [  3210] By: jhi                                   on 1999/04/03  13:16:20
13959         Log: Avoid Digital UNIX' ksh.
13960              
13961              From: Jarkko Hietaniemi <jhi@iki.fi> 
13962              To: Henrik Tougaard <ht000@siberut.foa.dk> 
13963              Cc: perlbug@perl.com, ht000@foa.dk 
13964              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
13965              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
13966              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
13967      Branch: cfgperl
13968            ! Configure config_h.SH
13969 ____________________________________________________________________________
13970 [  3209] By: jhi                                   on 1999/04/03  12:49:04
13971         Log: Integrate from mainperl.
13972      Branch: cfgperl
13973           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
13974 ____________________________________________________________________________
13975 [  3208] By: jhi                                   on 1999/04/03  12:27:24
13976         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
13977              
13978              From: Lionel Cons <lionel.cons@cern.ch>
13979              To: jhi@iki.fi
13980              Cc: perlbug@perl.com, kstar@isinet.com,
13981              Philippe Defert <philippe.defert@cern.ch>
13982              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
13983              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
13984              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
13985      Branch: cfgperl
13986            ! hints/irix_6.sh
13987 ____________________________________________________________________________
13988 [  3207] By: jhi                                   on 1999/04/03  12:20:21
13989         Log: Be polite about usemymalloc.
13990      Branch: cfgperl
13991            ! hints/aix.sh
13992 ____________________________________________________________________________
13993 [  3206] By: gsar                                  on 1999/04/02  23:31:59
13994         Log: a typo in change#3205
13995      Branch: perl
13996            ! t/lib/bigfloatpm.t
13997 ____________________________________________________________________________
13998 [  3205] By: gsar                                  on 1999/04/02  23:20:31
13999         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
14000              returns NaNs faithfully)
14001      Branch: perl
14002            ! t/lib/bigfloatpm.t
14003 ____________________________________________________________________________
14004 [  3204] By: jhi                                   on 1999/04/02  22:03:23
14005         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
14006              
14007              From: "Kurt D. Starsinic" <kstar@chapin.edu>
14008              To: perl5-porters@perl.org
14009              Subject: linux hints nit
14010              Date: Fri, 2 Apr 1999 16:49:47 -0500
14011              Message-ID: <19990402164947.E80926@O2.chapin.edu>
14012      Branch: cfgperl
14013            ! hints/linux.sh
14014 ____________________________________________________________________________
14015 [  3203] By: jhi                                   on 1999/04/02  22:00:56
14016         Log: Display exact glibc version in Linux. 
14017              
14018              From: Andy Dougherty <doughera@lafayette.edu>
14019              To: Perl Porters <perl5-porters@perl.org>
14020              Subject: Displaying glibc version on Linux
14021              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
14022              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
14023      Branch: cfgperl
14024            ! hints/linux.sh
14025 ____________________________________________________________________________
14026 [  3202] By: gsar                                  on 1999/04/02  21:23:18
14027         Log: various little goofs
14028      Branch: perl
14029            ! Changes Makefile.SH README installperl
14030 ____________________________________________________________________________
14031 [  3201] By: jhi                                   on 1999/04/02  13:13:39
14032         Log: Configure regen.
14033              
14034              Add llseek + offset_t probing.
14035              Change CONFIG to CONFIGDOTSH.
14036              'unset foo' is unportable, use foo=''.
14037      Branch: cfgperl
14038            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
14039            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
14040            ! perl_exp.SH writemain.SH
14041 ____________________________________________________________________________
14042 [  3200] By: jhi                                   on 1999/04/02  12:06:22
14043         Log: Introduce myconfig.SH.
14044              
14045              From: Andy Dougherty <doughera@lafayette.edu>
14046              To: Jarkko Hietaniemi <jhi@iki.fi>
14047              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
14048              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
14049              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
14050              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
14051      Branch: cfgperl
14052            + myconfig.SH
14053            - myconfig
14054            ! MANIFEST
14055 ____________________________________________________________________________
14056 [  3195] By: jhi                                   on 1999/03/28  16:42:54
14057         Log: Update perlhist on 5_03.
14058      Branch: maint-5.005/perl
14059            ! pod/perlhist.pod
14060 ____________________________________________________________________________
14061 [  3194] By: jhi                                   on 1999/03/28  12:30:01
14062         Log: Integrate from mainperl.
14063      Branch: cfgperl
14064           +> t/op/grep.t
14065            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
14066            ! t/lib/bigintpm.t
14067           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
14068           !> t/lib/thread.t
14069 ____________________________________________________________________________
14070 [  3189] By: gsar                                  on 1999/03/28  08:22:00
14071         Log: various pod niggles
14072      Branch: maint-5.005/perl
14073            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
14074            ! pod/perlfunc.pod pod/perlhist.pod
14075 ____________________________________________________________________________
14076 [  3187] By: gsar                                  on 1999/03/28  07:31:16
14077         Log: regularize CAPI declarations (CAPI extensions now build under
14078              the Borland compiler)
14079      Branch: maint-5.005/perl
14080            ! win32/GenCAPI.pl
14081 ____________________________________________________________________________
14082 [  3186] By: gsar                                  on 1999/03/28  07:26:33
14083         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
14084              -DPERL_CAPI
14085      Branch: maint-5.005/perl
14086            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
14087 ____________________________________________________________________________
14088 [  3183] By: gsar                                  on 1999/03/28  06:00:46
14089         Log: update p4 utility to ignore non-text files
14090      Branch: perl
14091            ! Porting/p4desc
14092 ____________________________________________________________________________
14093 [  3181] By: gsar                                  on 1999/03/28  03:37:23
14094         Log: integrate change#3179 from maint-5.005
14095      Branch: perl
14096           !> ext/Thread/Thread.xs t/lib/thread.t
14097 ____________________________________________________________________________
14098 [  3180] By: gsar                                  on 1999/03/28  02:28:20
14099         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
14100              (sometimes caused bizarreness in the BLOCK)
14101      Branch: perl
14102            + t/op/grep.t
14103            ! MANIFEST op.c
14104 ____________________________________________________________________________
14105 [  3179] By: gsar                                  on 1999/03/28  02:14:04
14106         Log: fix thread segfault when passing large number of arguments to child
14107              a la C<Thread->new($foo, 1..1000)>
14108      Branch: maint-5.005/perl
14109            ! ext/Thread/Thread.xs t/lib/thread.t
14110 ____________________________________________________________________________
14111 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
14112         Log: fix $Config{'usethreads'} typo in perlthrtut
14113              
14114              From: Ian Maloney <szhmf9@wsblob.ubs.com>
14115              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
14116              Message-Id: <199903251540.QAA02439@wsblob.>
14117              Subject: perlthrtut documentation error
14118      Branch: maint-5.005/perl
14119            ! pod/perlthrtut.pod
14120 ____________________________________________________________________________
14121 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
14122         Log: Update Test.pm to VERSION 1.122 from CPAN
14123      Branch: maint-5.005/perl
14124            ! lib/Test.pm
14125 ____________________________________________________________________________
14126 [  3171] By: jhi                                   on 1999/03/26  22:38:28
14127         Log: Integrate from mainperl.
14128      Branch: cfgperl
14129           !> (integrate 37 files)
14130 ____________________________________________________________________________
14131 [  3170] By: gsar                                  on 1999/03/26  01:30:25
14132         Log: specify type of bracket in "Unmatched bracket" diagnostic;
14133              prefer 'brace' or 'curly bracket' over 'curly brace'
14134      Branch: perl
14135            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
14136            ! t/op/misc.t t/op/re_tests toke.c
14137 ____________________________________________________________________________
14138 [  3169] By: gsar                                  on 1999/03/26  00:50:51
14139         Log: better description of "Integer overflow" diagnostic
14140      Branch: perl
14141            ! pod/perldiag.pod
14142 ____________________________________________________________________________
14143 [  3168] By: gsar                                  on 1999/03/25  11:02:46
14144         Log: applied needful parts of suggested patch
14145              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
14146              Date: Tue, 23 Mar 1999 16:21:43 -0800
14147              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
14148              Subject: [PATCH 5.005_56] pp_formline correction
14149      Branch: perl
14150            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
14151 ____________________________________________________________________________
14152 [  3167] By: gsar                                  on 1999/03/25  10:39:02
14153         Log: clarify what a "comment" means (due to Mark-Jason Dominus
14154              <mjd@plover.com>)
14155      Branch: perl
14156            ! pod/perlsyn.pod
14157 ____________________________________________________________________________
14158 [  3166] By: gsar                                  on 1999/03/25  10:33:18
14159         Log: describe current behavior on local($foo{nothere}) (suggested by
14160              Lionel Cons <lionel.cons@cern.ch>)
14161      Branch: perl
14162            ! pod/perlsub.pod
14163 ____________________________________________________________________________
14164 [  3165] By: gsar                                  on 1999/03/25  06:21:05
14165         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
14166              <vishalb@hotmail.com>)
14167      Branch: perl
14168            ! ext/B/B/C.pm
14169 ____________________________________________________________________________
14170 [  3164] By: gsar                                  on 1999/03/25  06:17:27
14171         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
14172              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
14173              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
14174              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
14175      Branch: perl
14176            ! ext/B/B.xs op.h opcode.pl
14177 ____________________________________________________________________________
14178 [  3163] By: gsar                                  on 1999/03/25  06:15:49
14179         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
14180              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
14181              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
14182              Subject: [PATCH _56] B::Deparse 0.57
14183              --
14184              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
14185              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
14186              Subject: Re: [PATCH _56] B::Deparse 0.57 
14187      Branch: perl
14188            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
14189 ____________________________________________________________________________
14190 [  3162] By: gsar                                  on 1999/03/25  06:11:46
14191         Log: fix a few places that said 'int', but meant 'STRLEN'
14192      Branch: perl
14193            ! pod/perlguts.pod proto.h sv.c
14194 ____________________________________________________________________________
14195 [  3161] By: gsar                                  on 1999/03/25  06:01:18
14196         Log: From: Russ Allbery <rra@stanford.edu>
14197              Date: 22 Mar 1999 04:26:26 -0800
14198              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
14199              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
14200      Branch: perl
14201            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
14202            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
14203            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
14204            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
14205 ____________________________________________________________________________
14206 [  3160] By: gsar                                  on 1999/03/25  02:26:31
14207         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
14208      Branch: perl
14209            ! opcode.h opcode.pl
14210 ____________________________________________________________________________
14211 [  3159] By: gsar                                  on 1999/03/25  02:18:17
14212         Log: add statement-modifier loops to :base_loop class
14213      Branch: perl
14214            ! ext/Opcode/Opcode.pm
14215 ____________________________________________________________________________
14216 [  3158] By: gsar                                  on 1999/03/25  00:36:57
14217         Log: integrate changes#3105,3130,3154 from maint-5.005
14218      Branch: perl
14219           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
14220 ____________________________________________________________________________
14221 [  3157] By: gsar                                  on 1999/03/25  00:24:17
14222         Log: remove bogus panic()
14223      Branch: perl
14224            ! Changes lib/Math/BigFloat.pm
14225 ____________________________________________________________________________
14226 [  3156] By: jhi                                   on 1999/03/24  22:43:43
14227         Log: Integrate from mainperl.
14228      Branch: cfgperl
14229           +> (branch 38 files)
14230           !> (integrate 68 files)
14231 ____________________________________________________________________________
14232 [  3155] By: jhi                                   on 1999/03/24  22:12:17
14233         Log: Configure regenerated because of changes #3130/#3154 and #3147.
14234      Branch: cfgperl
14235            ! Configure config_h.SH
14236 ____________________________________________________________________________
14237 [  3154] By: jhi                                   on 1999/03/24  21:40:51
14238         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
14239              based on suggestions from Andy Dougherty.
14240      Branch: maint-5.005/perl
14241            ! INSTALL
14242 ____________________________________________________________________________
14243 [  3153] By: gsar                                  on 1999/03/24  10:38:05
14244         Log: applied suggested patch, modulo superceded parts
14245              From: Charles Bailey <BAILEY@newman.upenn.edu>
14246              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
14247              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
14248              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
14249      Branch: perl
14250            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
14251            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
14252            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
14253            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
14254 ____________________________________________________________________________
14255 [  3152] By: gsar                                  on 1999/03/24  10:30:51
14256         Log: applied suggested patch, modulo superceded parts
14257              From: Charles Bailey <BAILEY@newman.upenn.edu>
14258              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
14259              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
14260              Subject: [PATCH 5.005_56] Miscellaneous small fixes
14261      Branch: perl
14262            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
14263            ! lib/File/Basename.pm
14264 ____________________________________________________________________________
14265 [  3151] By: gsar                                  on 1999/03/24  10:15:00
14266         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
14267      Branch: perl
14268            ! pod/perlop.pod
14269 ____________________________________________________________________________
14270 [  3150] By: gsar                                  on 1999/03/24  10:09:13
14271         Log: missing integration in previous change
14272      Branch: perl
14273           !> README.apollo
14274 ____________________________________________________________________________
14275 [  3149] By: gsar                                  on 1999/03/24  10:06:44
14276         Log: integrate changes#3116,3119 from maint-5.005
14277      Branch: perl
14278            + README.apollo
14279           +> apollo/netinet/in.h
14280           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
14281 ____________________________________________________________________________
14282 [  3148] By: gsar                                  on 1999/03/24  10:01:56
14283         Log: integrate changes#3091-3094 from maint-5.005
14284      Branch: perl
14285           !> README.hurd vms/subconfigure.com vos/config.h
14286           !> vos/config_h.SH_orig
14287 ____________________________________________________________________________
14288 [  3147] By: gsar                                  on 1999/03/24  09:31:49
14289         Log: warn about newfangled vfork() caveats
14290      Branch: perl
14291            ! Configure
14292 ____________________________________________________________________________
14293 [  3146] By: jhi                                   on 1999/03/24  09:20:14
14294         Log: Bring in changes #2808 and #2812 (from mainline perl)
14295              that enhance the perlbug checklist.
14296      Branch: maint-5.005/perl
14297            ! utils/perlbug.PL
14298 ____________________________________________________________________________
14299 [  3145] By: gsar                                  on 1999/03/24  08:37:02
14300         Log: integrate change#3115 from maint-5.005
14301      Branch: perl
14302           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
14303           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
14304 ____________________________________________________________________________
14305 [  3144] By: gsar                                  on 1999/03/24  08:33:59
14306         Log: add note about map in scalar context
14307      Branch: perl
14308            ! pod/perlfunc.pod
14309 ____________________________________________________________________________
14310 [  3143] By: gsar                                  on 1999/03/24  08:25:59
14311         Log: doc tweak
14312      Branch: perl
14313            ! lib/Time/Local.pm
14314 ____________________________________________________________________________
14315 [  3142] By: gsar                                  on 1999/03/24  08:20:37
14316         Log: applied suggested patch, modulo bogus hunk
14317              From: "Vishal Bhatia" <vishalb@hotmail.com>
14318              Date: Thu, 11 Mar 1999 07:40:27 PST
14319              Message-ID: <19990311154027.25891.qmail@hotmail.com>
14320              Subject: [PATCH 5.005_56] Minor fixes in perlcc
14321      Branch: perl
14322            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
14323 ____________________________________________________________________________
14324 [  3141] By: gsar                                  on 1999/03/24  08:06:12
14325         Log: integrate change#3104 from maint-5.005
14326      Branch: perl
14327           !> README.os390 t/lib/posix.t
14328 ____________________________________________________________________________
14329 [  3140] By: gsar                                  on 1999/03/24  06:34:56
14330         Log: fix failure of C<&locked_sub;> under -Dusethreads
14331      Branch: perl
14332            ! pp_hot.c t/lib/thread.t
14333 ____________________________________________________________________________
14334 [  3139] By: gsar                                  on 1999/03/24  05:52:00
14335         Log: debugger tweak (wasn't printing a newline after recalled commands)
14336      Branch: perl
14337            ! lib/perl5db.pl
14338 ____________________________________________________________________________
14339 [  3138] By: gsar                                  on 1999/03/24  05:33:28
14340         Log: document OO exceptions (based on a suggestion by Andreas Koenig
14341              <andreas.koenig@anima.de>)
14342      Branch: perl
14343            ! pod/perlfunc.pod
14344 ____________________________________________________________________________
14345 [  3137] By: gsar                                  on 1999/03/24  02:50:20
14346         Log: better "Illegal %s digit ignored" warnings
14347      Branch: perl
14348            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
14349            ! toke.c util.c
14350 ____________________________________________________________________________
14351 [  3136] By: gsar                                  on 1999/03/24  02:26:38
14352         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
14353      Branch: perl
14354            + t/pragma/utf8.t
14355            ! regcomp.c
14356 ____________________________________________________________________________
14357 [  3135] By: gsar                                  on 1999/03/24  01:29:09
14358         Log: flip release & version in win32_uname()
14359      Branch: perl
14360            ! win32/win32.c
14361 ____________________________________________________________________________
14362 [  3134] By: gsar                                  on 1999/03/24  01:08:33
14363         Log: support POSIX::uname() via win32_uname()
14364      Branch: perl
14365            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
14366            ! win32/config.gc win32/config.vc win32/config_H.bc
14367            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
14368            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
14369 ____________________________________________________________________________
14370 [  3133] By: gsar                                  on 1999/03/23  22:20:10
14371         Log: From: jan.dubois@ibm.net (Jan Dubois)
14372              Date: Sat, 06 Mar 1999 21:42:56 +0100
14373              Message-ID: <36e49281.50337171@smtp1.ibm.net>
14374              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
14375      Branch: perl
14376            ! pod/perldelta.pod
14377 ____________________________________________________________________________
14378 [  3132] By: gsar                                  on 1999/03/23  22:17:45
14379         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
14380              Date: Sat, 06 Mar 1999 17:50:49 +0100
14381              Message-ID: <36e25209.33833760@smtp1.ibm.net>
14382              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
14383              --
14384              Date: Sat, 06 Mar 1999 18:15:00 +0100
14385              Message-ID: <36e36222.37954195@smtp1.ibm.net>
14386              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
14387      Branch: perl
14388            + t/lib/filefunc.t
14389            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
14390            ! pod/perldelta.pod pod/perlmodlib.pod
14391 ____________________________________________________________________________
14392 [  3131] By: gsar                                  on 1999/03/23  22:07:59
14393         Log: integrate cfgperl changes into mainline
14394      Branch: perl
14395           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
14396           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
14397           !> installperl malloc.c perl.c perl.h pod/perl.pod
14398           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
14399 ____________________________________________________________________________
14400 [  3130] By: jhi                                   on 1999/03/23  22:02:23
14401         Log: Don't use config.msg to remind about the
14402              LD_LIBRARY_PATH because Makefile.SH takes
14403              care of that.
14404              
14405              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
14406              This used to be the default but in some MT or another it
14407              was dropped because of some transient error or another.
14408      Branch: maint-5.005/perl
14409            ! Configure hints/dec_osf.sh
14410 ____________________________________________________________________________
14411 [  3129] By: gsar                                  on 1999/03/23  21:38:03
14412         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
14413              to size    and better maintainability)
14414      Branch: perl
14415            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
14416            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
14417            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
14418            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
14419            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
14420            + t/pod/include.xr t/pod/included.t t/pod/included.xr
14421            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
14422            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
14423            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
14424            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
14425            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
14426            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
14427            ! win32/Makefile win32/makefile.mk win32/pod.mak
14428 ____________________________________________________________________________
14429 [  3128] By: jhi                                   on 1999/03/23  10:14:54
14430         Log: Integrate from mainperl.
14431      Branch: cfgperl
14432           !> (integrate 46 files)
14433 ____________________________________________________________________________
14434 [  3127] By: gsar                                  on 1999/03/23  06:57:30
14435         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
14436              Date: Thu, 4 Mar 1999 10:54:01 -0800
14437              Message-Id: <9903041854.AA46868@frc0000>
14438              Subject: patch for useless Math::BigInt warnings
14439      Branch: perl
14440            ! lib/Math/BigInt.pm
14441 ____________________________________________________________________________
14442 [  3126] By: gsar                                  on 1999/03/23  05:54:37
14443         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
14444              From: "Kurt D. Starsinic" <kstar@chapin.edu>
14445              Date: Fri, 19 Feb 1999 15:47:59 -0500
14446              Message-ID: <19990219154759.A32350@O2.chapin.edu>
14447              Subject: [PATCH] OSF/1 hints
14448      Branch: perl
14449            ! hints/dec_osf.sh
14450 ____________________________________________________________________________
14451 [  3125] By: gsar                                  on 1999/03/23  00:56:38
14452         Log: avoid typeglob persistence in pp_readline()
14453      Branch: perl
14454            ! sv.c t/op/gv.t
14455 ____________________________________________________________________________
14456 [  3124] By: gsar                                  on 1999/03/22  21:12:23
14457         Log: update copyright years
14458      Branch: perl
14459            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
14460            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
14461            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
14462            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
14463            ! sv.c sv.h toke.c utf8.c utf8.h util.c
14464 ____________________________________________________________________________
14465 [  3123] By: gsar                                  on 1999/03/22  07:07:06
14466         Log: implement win32_spawnvp() internally, making it return true PIDs
14467              for asynchronous spawns; fix win32_kill() to always deal with
14468              PIDs
14469      Branch: perl
14470            ! win32/win32.c win32/win32.h
14471 ____________________________________________________________________________
14472 [  3122] By: jhi                                   on 1999/03/19  21:12:14
14473         Log: Describe the new Benchmark feature in more detail.
14474      Branch: cfgperl
14475            ! pod/perldelta.pod
14476      Branch: maint-5.005/perl
14477            ! pod/perldelta.pod
14478 ____________________________________________________________________________
14479 [  3121] By: jhi                                   on 1999/03/19  08:16:12
14480         Log: AVAILABILITY tuning.
14481      Branch: cfgperl
14482            ! pod/perl.pod
14483      Branch: maint-5.005/perl
14484            ! pod/perl.pod
14485 ____________________________________________________________________________
14486 [  3120] By: jhi                                   on 1999/03/17  14:52:17
14487         Log: Rhapsody change assumed too much.
14488      Branch: cfgperl
14489            ! t/op/stat.t
14490 ____________________________________________________________________________
14491 [  3119] By: jhi                                   on 1999/03/17  14:33:43
14492         Log: More Apollo fixes.
14493      Branch: maint-5.005/perl
14494            ! README.apollo hints/apollo.sh t/lib/io_udp.t
14495 ____________________________________________________________________________
14496 [  3118] By: jhi                                   on 1999/03/16  17:23:39
14497         Log: Nada.
14498      Branch: maint-5.005/perl
14499            ! README.apollo
14500 ____________________________________________________________________________
14501 [  3117] By: jhi                                   on 1999/03/16  17:18:49
14502         Log: Apollo DomainOS AVAILABILITY.
14503      Branch: cfgperl
14504            ! pod/perl.pod
14505      Branch: maint-5.005/perl
14506            ! pod/perl.pod
14507 ____________________________________________________________________________
14508 [  3116] By: jhi                                   on 1999/03/16  17:14:00
14509         Log: Apollo DomainOS patch
14510              From: Johann Klasek <jk@auto.tuwien.ac.at>
14511              Subject: Re: DomainPerl
14512              Date: Tue, 16 Mar 1999 17:46:32 +0100
14513              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
14514      Branch: maint-5.005/perl
14515            + README.apollo apollo/netinet/in.h
14516            ! MANIFEST hints/apollo.sh
14517 ____________________________________________________________________________
14518 [  3115] By: jhi                                   on 1999/03/16  14:23:54
14519         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
14520              To: Gurusamy Sarathy <gsar@activestate.com>,
14521              Graham Barr <gbarr@pobox.com>
14522              Cc: Perl5 Porters <perl5-porters@perl.org>,
14523              "Paul.Marquess" <Paul.Marquess@btinternet.com>
14524              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
14525              Date: Sun, 14 Mar 1999 14:43:57 -0000
14526              Message-Id: <199903141841.NAA17040@defender.perl.org>
14527      Branch: maint-5.005/perl
14528            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
14529            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
14530 ____________________________________________________________________________
14531 [  3114] By: jhi                                   on 1999/03/16  12:42:20
14532         Log: Mention Rhapsody in 5.005_5X perldelta,
14533              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
14534              *planned* AVAILABILITY.
14535      Branch: cfgperl
14536            ! pod/perl.pod pod/perldelta.pod
14537      Branch: maint-5.005/perl
14538            ! pod/perl.pod
14539 ____________________________________________________________________________
14540 [  3113] By: jhi                                   on 1999/03/16  10:38:53
14541         Log: perldelta niggling.
14542      Branch: cfgperl
14543            ! pod/perldelta.pod
14544      Branch: maint-5.005/perl
14545            ! pod/perldelta.pod
14546 ____________________________________________________________________________
14547 [  3112] By: jhi                                   on 1999/03/16  10:35:21
14548         Log: Integrate from mainperl.
14549      Branch: cfgperl
14550           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
14551           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
14552 ____________________________________________________________________________
14553 [  3111] By: jhi                                   on 1999/03/16  10:28:10
14554         Log: AVAILABILITY update: still mention PowerUX,
14555              Novell Netware now has sources available.
14556      Branch: cfgperl
14557            ! pod/perl.pod
14558      Branch: maint-5.005/perl
14559            ! pod/perl.pod
14560 ____________________________________________________________________________
14561 [  3110] By: gsar                                  on 1999/03/16  04:34:23
14562         Log: sundry pod niggles
14563      Branch: perl
14564            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
14565            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
14566 ____________________________________________________________________________
14567 [  3109] By: jhi                                   on 1999/03/15  17:00:11
14568         Log: Integrate from mainperl.
14569      Branch: cfgperl
14570           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
14571           +> lib/unicode/Is/Syllable.pl
14572           +> lib/unicode/MakeEthiopicSyllables.PL
14573           +> lib/unicode/README.Ethiopic
14574           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
14575           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
14576           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
14577           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
14578           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
14579           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
14580           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
14581           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
14582 ____________________________________________________________________________
14583 [  3108] By: jhi                                   on 1999/03/15  16:58:12
14584         Log: First pass of integrating the Rhapsody port,
14585              
14586              From: Wilfredo Sanchez <wsanchez@apple.com> 
14587              Subject: Keeping the world in sync.
14588              Reply-To: wsanchez@apple.com 
14589              To: perlbug@perl.com 
14590              Date: Fri, 13 Nov 1998 17:11:30 -0800 
14591              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
14592      Branch: cfgperl
14593            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
14594            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
14595            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
14596            ! x2p/util.c
14597 ____________________________________________________________________________
14598 [  3107] By: gsar                                  on 1999/03/15  03:22:10
14599         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
14600              From: Daniel Yacob <dmulholl@cs.indiana.edu>
14601              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
14602              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
14603              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
14604      Branch: perl
14605            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
14606            + lib/unicode/Is/Syllable.pl
14607            + lib/unicode/MakeEthiopicSyllables.PL
14608            + lib/unicode/README.Ethiopic
14609            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
14610            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
14611            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
14612            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
14613            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
14614            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
14615            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
14616            ! lib/unicode/Name.pl lib/unicode/Number.pl
14617 ____________________________________________________________________________
14618 [  3106] By: gsar                                  on 1999/03/12  20:35:36
14619         Log: change#3067 failed package.t due to needless creation of $a and $b;
14620              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
14621      Branch: perl
14622            ! op.c
14623 ____________________________________________________________________________
14624 [  3105] By: jhi                                   on 1999/03/12  15:54:57
14625         Log: Recognize the NetBSD packages collection.
14626      Branch: maint-5.005/perl
14627            ! hints/netbsd.sh
14628 ____________________________________________________________________________
14629 [  3104] By: jhi                                   on 1999/03/12  09:07:04
14630         Log: From: pvhp@forte.com (Peter Prymmer)
14631              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
14632              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
14633              Date: Thu, 11 Mar 99 14:24:54 PST
14634              Message-Id: <9903112224.AA24346@forte.com>
14635      Branch: maint-5.005/perl
14636            ! README.os390 t/lib/posix.t
14637 ____________________________________________________________________________
14638 [  3103] By: jhi                                   on 1999/03/10  11:07:46
14639         Log: Integrate from mainperl.
14640      Branch: cfgperl
14641           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
14642           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
14643           !> t/pragma/warn/1global toke.c win32/makedef.pl
14644 ____________________________________________________________________________
14645 [  3102] By: jhi                                   on 1999/03/10  11:01:20
14646         Log: From: pvhp@forte.com (Peter Prymmer)
14647              To: perl5-porters@perl.org
14648              Subject: [5.005_03-MT6]Patch: time passes
14649              Date: Tue, 9 Mar 99 18:42:17 PST
14650              Message-Id: <9903100242.AA29057@forte.com>
14651      Branch: maint-5.005/perl
14652            ! perl.c
14653 ____________________________________________________________________________
14654 [  3101] By: jhi                                   on 1999/03/10  10:30:15
14655         Log: From: Mark-Jason Dominus <mjd@plover.com>
14656              To: perl5-porters@perl.com
14657              Subject: Minor fix to perlfunc.pod
14658              Date: Mon, 08 Mar 1999 20:05:53 -0500
14659              Message-ID: <19990309010553.13757.qmail@plover.com>
14660      Branch: maint-5.005/perl
14661            ! pod/perlfunc.pod
14662 ____________________________________________________________________________
14663 [  3100] By: gsar                                  on 1999/03/09  23:04:44
14664         Log: change#3060 had the wrong quotes
14665      Branch: perl
14666            ! pod/pod2man.PL
14667 ____________________________________________________________________________
14668 [  3099] By: jhi                                   on 1999/03/09  12:52:21
14669         Log: d_uname was broken (probably since _53), reported by
14670              
14671              From: Alan Burlison <Alan.Burlison@uk.sun.com>
14672              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
14673              cpan-testers@perl.org
14674              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
14675              Date: Mon, 08 Mar 1999 13:22:31 +0000
14676              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
14677              
14678              and
14679              
14680              From: lvirden@cas.org (Larry W. Virden)
14681              To: perlbug@perl.com
14682              Subject: configure not correctly identifying uname posix compatibility
14683              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
14684              Message-Id: <199903081136.GAA23682@cas.org>
14685      Branch: cfgperl
14686            ! Configure config_h.SH
14687 ____________________________________________________________________________
14688 [  3098] By: gsar                                  on 1999/03/09  03:16:07
14689         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
14690      Branch: perl
14691            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
14692 ____________________________________________________________________________
14693 [  3097] By: gsar                                  on 1999/03/09  02:50:43
14694         Log: use yyerror() instead of croak() so that compile-time failures in
14695              my(LIST) don't confuse globals with lexicals
14696      Branch: perl
14697            ! op.c toke.c
14698 ____________________________________________________________________________
14699 [  3096] By: gsar                                  on 1999/03/09  02:47:36
14700         Log: adjust testsuite for change#3067
14701      Branch: perl
14702            ! t/pragma/warn/1global
14703 ____________________________________________________________________________
14704 [  3095] By: gsar                                  on 1999/03/08  21:04:48
14705         Log: remove bogus symbols from global.sym
14706      Branch: perl
14707            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
14708            ! perl.h win32/makedef.pl
14709 ____________________________________________________________________________
14710 [  3094] By: jhi                                   on 1999/03/06  16:16:15
14711         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
14712              To: jhi@iki.fi
14713              Subject: Oops
14714              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
14715              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
14716      Branch: maint-5.005/perl
14717            ! README.hurd
14718 ____________________________________________________________________________
14719 [  3093] By: jhi                                   on 1999/03/06  15:59:46
14720         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
14721              To: jhi@iki.fi
14722              Subject: New Hurd README
14723              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
14724              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
14725      Branch: maint-5.005/perl
14726            ! README.hurd
14727 ____________________________________________________________________________
14728 [  3092] By: jhi                                   on 1999/03/06  12:52:06
14729         Log: From: Paul_Green@stratus.com
14730              To: perl5-porters@perl.org
14731              Cc: jhi@iki.fi, Paul_Green@stratus.com
14732              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
14733              Date: Fri, 5 Mar 1999 18:08:49 -0500 
14734              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
14735      Branch: maint-5.005/perl
14736            ! vos/config.h vos/config_h.SH_orig
14737 ____________________________________________________________________________
14738 [  3091] By: jhi                                   on 1999/03/06  12:42:21
14739         Log: From: Dan Sugalski <sugalskd@osshe.edu>
14740              To: perl5-porters@perl.org, vmsperl@perl.org
14741              Subject: [PATCH 5.005_03-MT6]VMS build patch
14742              Date: Fri, 05 Mar 1999 12:36:19 -0800
14743              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
14744      Branch: maint-5.005/perl
14745            ! vms/subconfigure.com
14746 ____________________________________________________________________________
14747 [  3090] By: gsar                                  on 1999/03/06  04:40:03
14748         Log: integrate change#3089 from mainline
14749              
14750              tolerate CRs after options
14751      Branch: maint-5.005/perl
14752           !> perl.c
14753 ____________________________________________________________________________
14754 [  3089] By: gsar                                  on 1999/03/06  04:30:40
14755         Log: tolerate CRs after options
14756      Branch: perl
14757            ! perl.c
14758 ____________________________________________________________________________
14759 [  3088] By: jhi                                   on 1999/03/05  12:49:01
14760         Log: Integrate from mainperl.
14761      Branch: cfgperl
14762           +> README.hurd
14763           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
14764 ____________________________________________________________________________
14765 [  3087] By: gsar                                  on 1999/03/05  06:41:16
14766         Log: adjust timeouts to accomodate slow/busy systems
14767      Branch: perl
14768            ! t/lib/io_sock.t
14769 ____________________________________________________________________________
14770 [  3083] By: gsar                                  on 1999/03/05  01:32:47
14771         Log: integrate change#3081 from maint-5.005
14772      Branch: perl
14773           !> ext/Errno/Errno_pm.PL
14774 ____________________________________________________________________________
14775 [  3082] By: gsar                                  on 1999/03/05  01:31:06
14776         Log: integrate change#2904 from maint-5.005
14777      Branch: perl
14778           +> README.hurd
14779           !> MANIFEST
14780 ____________________________________________________________________________
14781 [  3081] By: gsar                                  on 1999/03/05  00:14:33
14782         Log: protect against doubled backslashes
14783      Branch: maint-5.005/perl
14784            ! ext/Errno/Errno_pm.PL
14785 ____________________________________________________________________________
14786 [  3077] By: jhi                                   on 1999/03/04  08:10:13
14787         Log: Integrate from mainperl.
14788      Branch: cfgperl
14789           +> ext/B/B/Stash.pm
14790           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
14791           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
14792           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
14793           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
14794 ____________________________________________________________________________
14795 [  3076] By: jhi                                   on 1999/03/04  08:07:59
14796         Log: Regen config_h.SH once more because of *size, 
14797              noticed by
14798              
14799              From: Hans Mulder <hansm@icgned.icgroup.nl>
14800              To: Jarkko Hietaniemi <jhi@iki.fi>
14801              Cc: perl5-porters@perl.org
14802              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
14803              Date: Thu,  4 Mar 99 00:10:45 +0100
14804              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
14805      Branch: cfgperl
14806            ! Configure config_h.SH
14807 ____________________________________________________________________________
14808 [  3068] By: gsar                                  on 1999/03/04  05:48:03
14809         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
14810              Date: Thu,  4 Mar 99 00:10:45 +0100
14811              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
14812              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
14813      Branch: perl
14814            ! config_h.SH
14815 ____________________________________________________________________________
14816 [  3067] By: gsar                                  on 1999/03/04  05:44:32
14817         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
14818              From: Graham Barr <gbarr@ti.com>
14819              Date: Wed, 3 Mar 1999 17:23:56 -0600
14820              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
14821              Subject: Re: 'use strict' doesn't work for one-letter variables
14822      Branch: perl
14823            ! gv.c op.c
14824 ____________________________________________________________________________
14825 [  3066] By: gsar                                  on 1999/03/04  05:20:50
14826         Log: updates to compiler modules
14827              From: "Vishal Bhatia" <vishalb@hotmail.com>
14828              Date: Tue, 02 Mar 1999 23:27:25 PST
14829              Message-ID: <19990303072725.779.qmail@hotmail.com>
14830              Subject: PATCH 5.005_56 + Test procedure
14831      Branch: perl
14832            + ext/B/B/Stash.pm
14833            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
14834            ! lib/Test/Harness.pm utils/perlcc.PL
14835 ____________________________________________________________________________
14836 [  3065] By: gsar                                  on 1999/03/04  05:03:30
14837         Log: more s/s_/s!/ etc.
14838      Branch: perl
14839            ! pod/perldelta.pod pod/perlfunc.pod
14840 ____________________________________________________________________________
14841 [  3064] By: gsar                                  on 1999/03/04  04:50:45
14842         Log: integrate cfgperl contents into mainline
14843      Branch: perl
14844           !> Configure README.vms bytecode.h config_h.SH configure.com
14845           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
14846           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
14847           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
14848 ____________________________________________________________________________
14849 [  3063] By: gsar                                  on 1999/03/04  04:44:13
14850         Log: HP-UX has yet another spelling for /NaNQ?/
14851      Branch: perl
14852            ! t/lib/bigfloatpm.t
14853 ____________________________________________________________________________
14854 [  3062] By: gsar                                  on 1999/03/04  04:36:08
14855         Log: error-check for accept() test
14856      Branch: perl
14857            ! t/lib/io_sock.t
14858 ____________________________________________________________________________
14859 [  3061] By: gsar                                  on 1999/03/04  03:40:25
14860         Log: allow custom comparison function in File::Compare::compare_text()
14861              From: jan.dubois@ibm.net (Jan Dubois)
14862              Date: Fri, 26 Feb 1999 21:56:09 +0100
14863              Message-ID: <36db0838.8805651@smtp1.ibm.net>
14864              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
14865      Branch: perl
14866            ! lib/File/Compare.pm
14867 ____________________________________________________________________________
14868 [  3060] By: gsar                                  on 1999/03/04  03:37:38
14869         Log: better version of change#3038
14870              From: abigail@fnx.com
14871              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
14872              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
14873              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
14874      Branch: perl
14875            ! pod/pod2man.PL
14876 ____________________________________________________________________________
14877 [  3058] By: jhi                                   on 1999/03/03  22:30:40
14878         Log: Configure regen to
14879              (1) match maint-5.005 patches #3056 and #3057
14880              (2) better version of PHOSTNAME of #3050
14881              (3) the crosscompile/multiarch config_h.SH trouble solved for now
14882      Branch: cfgperl
14883            ! Configure config_h.SH
14884 ____________________________________________________________________________
14885 [  3054] By: jhi                                   on 1999/03/03  09:57:59
14886         Log: Change #3053 missed perldelta.
14887      Branch: cfgperl
14888            ! pod/perldelta.pod
14889 ____________________________________________________________________________
14890 [  3053] By: jhi                                   on 1999/03/03  08:29:43
14891         Log: Use '!' to mark native integer packings instead of '_'.
14892      Branch: cfgperl
14893            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
14894 ____________________________________________________________________________
14895 [  3052] By: jhi                                   on 1999/03/02  23:12:36
14896         Log: The HP-UX threads patch (change #3028) is needed also here.
14897      Branch: cfgperl
14898            ! hints/hpux.sh thread.h
14899 ____________________________________________________________________________
14900 [  3051] By: jhi                                   on 1999/03/02  08:24:52
14901         Log: From: Dan Sugalski <sugalskd@osshe.edu>
14902              To: perl5-porters@perl.org, vmsperl@perl.org
14903              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
14904              Date: Mon, 01 Mar 1999 16:10:57 -0800
14905              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
14906      Branch: cfgperl
14907            ! README.vms
14908      Branch: maint-5.005/perl
14909            ! README.vms
14910 ____________________________________________________________________________
14911 [  3050] By: jhi                                   on 1999/03/02  08:22:29
14912         Log: From: Dan Sugalski <sugalskd@osshe.edu>
14913              To: perl5-porters@perl.org, vmsperl@perl.org
14914              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
14915              Date: Mon, 01 Mar 1999 16:06:29 -0800
14916              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
14917              
14918              From: Dan Sugalski <sugalskd@osshe.edu>
14919              To: perl5-porters@perl.org, vmsperl@perl.org
14920              Subject: [PATCH 5.005_56]vmsish.pm patch
14921              Date: Mon, 01 Mar 1999 20:19:04 -0800
14922              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
14923              
14924              plus Configure regen containing a "solution" to the
14925              crosscompile/multiarch problem.
14926      Branch: cfgperl
14927            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
14928            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
14929 ____________________________________________________________________________
14930 [  3049] By: jhi                                   on 1999/03/02  07:34:21
14931         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
14932              To: perl5-porters@perl.org
14933              Subject: [PATCH] Eliminate (valid) warning in byterun.c
14934              Date: Mon, 01 Mar 1999 17:27:59 -0500
14935              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
14936      Branch: cfgperl
14937            ! bytecode.h
14938      Branch: maint-5.005/perl
14939            ! bytecode.h
14940 ____________________________________________________________________________
14941 [  3048] By: gsar                                  on 1999/03/02  06:41:21
14942         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
14943      Branch: perl
14944            ! MANIFEST README.hpux
14945 ____________________________________________________________________________
14946 [  3047] By: jhi                                   on 1999/03/01  06:34:43
14947         Log: Integrate from mainperl.
14948      Branch: cfgperl
14949           +> README.hpux lib/File/Spec/Functions.pm
14950           !> (integrate 28 files)
14951 ____________________________________________________________________________
14952 [  3046] By: gsar                                  on 1999/03/01  05:34:28
14953         Log: this is 5.005_56
14954      Branch: perl
14955            ! Changes
14956
14957 ----------------
14958 Version 5.005_56
14959 ----------------
14960
14961 ____________________________________________________________________________
14962 [  3045] By: gsar                                  on 1999/03/01  03:32:30
14963         Log: destroy PL_svref_mutex in perl_destruct()
14964      Branch: perl
14965            ! perl.c
14966 ____________________________________________________________________________
14967 [  3044] By: gsar                                  on 1999/03/01  00:38:50
14968         Log: up patchlevel &c.
14969      Branch: perl
14970            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
14971            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14972            ! win32/makefile.mk
14973 ____________________________________________________________________________
14974 [  3043] By: gsar                                  on 1999/03/01  00:14:15
14975         Log: integrate cfgperl contents into mainline
14976      Branch: perl
14977            ! pod/perldelta.pod
14978           !> Configure config_h.SH
14979 ____________________________________________________________________________
14980 [  3042] By: gsar                                  on 1999/02/28  23:55:08
14981         Log: slightly edited version of suggested patch
14982              From: jan.dubois@ibm.net (Jan Dubois)
14983              Date: Mon, 01 Mar 1999 00:32:05 +0100
14984              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
14985              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
14986      Branch: perl
14987            + lib/File/Spec/Functions.pm
14988            ! MANIFEST lib/File/Spec.pm
14989 ____________________________________________________________________________
14990 [  3041] By: gsar                                  on 1999/02/28  22:47:19
14991         Log: fix subtle bug in eval'' testsuite
14992      Branch: perl
14993            ! t/op/eval.t
14994 ____________________________________________________________________________
14995 [  3040] By: gsar                                  on 1999/02/28  22:46:24
14996         Log: avoid literal control characters in change#3039
14997      Branch: perl
14998            ! t/base/lex.t
14999 ____________________________________________________________________________
15000 [  3039] By: gsar                                  on 1999/02/28  21:47:18
15001         Log: todo item: permit extended control variables a la ${^Foo} (patch
15002              courtesy Mark-Jason Dominus <mjd@plover.com>)
15003      Branch: perl
15004            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
15005            ! t/base/lex.t toke.c
15006 ____________________________________________________________________________
15007 [  3038] By: gsar                                  on 1999/02/28  21:21:05
15008         Log: From: abigail@fnx.com
15009              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
15010              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
15011              Subject: Recognize -> and => inside [A-Z]<> sequences.
15012      Branch: perl
15013            ! pod/pod2man.PL
15014 ____________________________________________________________________________
15015 [  3037] By: gsar                                  on 1999/02/28  21:12:22
15016         Log: fix longstanding bug: searches for lexicals originating within eval''
15017              weren't stopping at the subroutine boundary correctly
15018      Branch: perl
15019            ! op.c proto.h t/op/eval.t
15020 ____________________________________________________________________________
15021 [  3036] By: gsar                                  on 1999/02/28  20:02:29
15022         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
15023              as stacked list values
15024              From: jan.dubois@ibm.net (Jan Dubois)
15025              Date: Sat, 27 Feb 1999 18:24:17 +0100
15026              Message-ID: <36e22849.36531259@smtp1.ibm.net>
15027              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
15028      Branch: perl
15029            ! win32/win32.c
15030 ____________________________________________________________________________
15031 [  3035] By: gsar                                  on 1999/02/28  19:48:54
15032         Log: remove superfluous stack_sp decl
15033      Branch: perl
15034            ! jpl/JNI/JNI.xs
15035 ____________________________________________________________________________
15036 [  3034] By: gsar                                  on 1999/02/28  19:34:58
15037         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
15038      Branch: perl
15039            ! lib/Getopt/Std.pm
15040 ____________________________________________________________________________
15041 [  3033] By: gsar                                  on 1999/02/28  19:23:41
15042         Log: add File::Compare::compare_text()
15043              From: jan.dubois@ibm.net (Jan Dubois)
15044              Date: Fri, 26 Feb 1999 00:20:41 +0100
15045              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
15046              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
15047      Branch: perl
15048            ! lib/File/Compare.pm pod/perltodo.pod
15049 ____________________________________________________________________________
15050 [  3032] By: gsar                                  on 1999/02/28  19:01:33
15051         Log: add README.hpux
15052      Branch: perl
15053            + README.hpux
15054            ! MAINTAIN MANIFEST
15055 ____________________________________________________________________________
15056 [  3031] By: gsar                                  on 1999/02/28  18:49:08
15057         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
15058              James Cromie <jcromie@fossil.uswc.uswest.com>
15059      Branch: perl
15060            ! lib/Pod/Html.pm
15061 ____________________________________________________________________________
15062 [  3030] By: gsar                                  on 1999/02/28  18:35:09
15063         Log: From: jan.dubois@ibm.net (Jan Dubois)
15064              Date: Wed, 24 Feb 1999 22:34:56 +0100
15065              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
15066              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
15067      Branch: perl
15068            ! lib/Test/Harness.pm
15069 ____________________________________________________________________________
15070 [  3029] By: gsar                                  on 1999/02/28  18:28:18
15071         Log: add note about env pollution
15072      Branch: perl
15073            ! INSTALL pod/perltodo.pod
15074 ____________________________________________________________________________
15075 [  3028] By: jhi                                   on 1999/02/26  14:40:00
15076         Log: HP-UX 11 threads.
15077              
15078              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
15079              To: perl5-porters@perl.org
15080              Cc: jhi@cc.hut.fi
15081              Subject: Maint 5 and _54 with threading on HP-UX 11.00
15082              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
15083              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
15084              
15085              NOTE from jhi: the hpux hints could still be more robust by
15086              disabling gdbm when necessary.
15087              
15088              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
15089              linking -lgdbm -lpthread creates an executable that instantly
15090              core dumps on a pthreads internal panic:
15091              
15092              ./gdpt
15093              
15094              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
15095              Return Pointer is 0xc082bf33
15096              17639 quit (core dumped)  ./gdpt
15097              
15098              You don't have to *use* either gdbm or pthreads in the executable,
15099              just linking them together is enough.  Workaround is to recompile
15100              the GDBM under HP-UX 11, that makes the problem go away.
15101      Branch: maint-5.005/perl
15102            ! hints/hpux.sh thread.h
15103 ____________________________________________________________________________
15104 [  3025] By: jhi                                   on 1999/02/25  20:41:07
15105         Log: Temporary workaround for the config_h.SH versus
15106              crosscompile and multiarch plus introduce 'rt'
15107              to $libswanted: in UNIX98 sched_yield() lives there.
15108      Branch: cfgperl
15109            ! Configure config_h.SH
15110 ____________________________________________________________________________
15111 [  3024] By: jhi                                   on 1999/02/24  12:54:59
15112         Log: Integrate from mainperl.
15113      Branch: cfgperl
15114           +> t/lib/fatal.t
15115           !> (integrate 44 files)
15116 ____________________________________________________________________________
15117 [  3023] By: gsar                                  on 1999/02/24  07:02:12
15118         Log: integrate cfgperl contents
15119      Branch: perl
15120           !> (integrate 30 files)
15121 ____________________________________________________________________________
15122 [  3022] By: gsar                                  on 1999/02/24  05:59:47
15123         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
15124              Date: 23 Feb 1999 17:53:22 -0700
15125              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
15126              Subject: [PATCH: _55] perldoc -q broken
15127      Branch: perl
15128            ! utils/perldoc.PL
15129 ____________________________________________________________________________
15130 [  3021] By: gsar                                  on 1999/02/24  05:51:53
15131         Log: ansify perlio.c, fix PerlIO-ish typos
15132      Branch: perl
15133            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
15134            ! iperlsys.h perlio.c
15135 ____________________________________________________________________________
15136 [  3020] By: gsar                                  on 1999/02/24  05:28:06
15137         Log: adjust a Perl_malloc() flag for NeXT
15138              From: Hans Mulder <hansm@icgned.icgroup.nl>
15139              Date: Tue, 23 Feb 99 00:26:25 +0100
15140              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
15141              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
15142      Branch: perl
15143            ! perl.h
15144 ____________________________________________________________________________
15145 [  3019] By: gsar                                  on 1999/02/24  05:19:42
15146         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
15147      Branch: perl
15148            ! pod/perltodo.pod
15149 ____________________________________________________________________________
15150 [  3018] By: gsar                                  on 1999/02/24  04:15:18
15151         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
15152              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
15153              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
15154              Subject: improved error message [PATCH _55] [RESEND]
15155      Branch: perl
15156            ! sv.c
15157 ____________________________________________________________________________
15158 [  3017] By: gsar                                  on 1999/02/24  03:50:34
15159         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
15160              Date: Sun, 21 Feb 1999 20:02:18 -0700
15161              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
15162              Subject: perlfunc updates (against 55)
15163      Branch: perl
15164            ! pod/perlfunc.pod
15165 ____________________________________________________________________________
15166 [  3016] By: gsar                                  on 1999/02/24  03:17:05
15167         Log: testsuite adjustments
15168              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15169              Date: Sat, 20 Feb 1999 15:24:57 +0000
15170              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
15171              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
15172      Branch: perl
15173            ! t/lib/io_sock.t t/op/lex_assign.t
15174 ____________________________________________________________________________
15175 [  3015] By: gsar                                  on 1999/02/24  02:54:47
15176         Log: avoid modifying readonly values from qw()
15177      Branch: perl
15178            ! lib/ExtUtils/MM_Unix.pm
15179 ____________________________________________________________________________
15180 [  3014] By: gsar                                  on 1999/02/24  02:49:04
15181         Log: more "correct" utbuf for utime()
15182      Branch: perl
15183            ! doio.c
15184 ____________________________________________________________________________
15185 [  3013] By: jhi                                   on 1999/02/22  19:27:44
15186         Log: Fix MacPerl version, change PowerUX to PowerMAX.
15187              
15188              From: Chris Nandor <pudge@pobox.com>
15189              To: jhi@iki.fi
15190              Cc: perl5-porters@perl.org
15191              Subject: Re: perl current availability as documented by perl.pod
15192              Date: Sun, 21 Feb 1999 11:06:03 -0500
15193              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
15194              
15195              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
15196              To: jhi@iki.fi
15197              Cc: perl5-porters@perl.org
15198              Subject: Re: perl current availability as documented by perl.pod
15199              Date: Mon, 22 Feb 1999 13:08:30 GMT
15200              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
15201      Branch: cfgperl
15202            ! pod/perl.pod
15203      Branch: maint-5.005/perl
15204            ! pod/perl.pod
15205 ____________________________________________________________________________
15206 [  3012] By: jhi                                   on 1999/02/22  10:26:11
15207         Log: Snapshot the cross-compilation/multiarchitecture stuff
15208              (currently broken in next)
15209      Branch: cfgperl
15210            ! Configure config_h.SH pp.c
15211 ____________________________________________________________________________
15212 [  3011] By: jhi                                   on 1999/02/22  10:24:51
15213         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
15214              To: gsar@activestate.com (Gurusamy Sarathy)
15215              Cc: perl5-porters@perl.org (Perl5 Porters)
15216              Subject: [PATCH 5.005_55] DB_File 1.64 patch
15217              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
15218              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
15219      Branch: cfgperl
15220            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
15221            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
15222 ____________________________________________________________________________
15223 [  3009] By: jhi                                   on 1999/02/22  09:14:26
15224         Log: Scratch #3008 and introduce $crosscompile and $multiarch
15225              also in non-Configure lands.
15226      Branch: cfgperl
15227            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
15228            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
15229            ! win32/config.gc win32/config.vc win32/config_H.bc
15230            ! win32/config_H.gc win32/config_H.vc
15231 ____________________________________________________________________________
15232 [  3008] By: jhi                                   on 1999/02/22  08:58:04
15233         Log: Add -DMULTIARCH (see change #3006).
15234      Branch: cfgperl
15235            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
15236 ____________________________________________________________________________
15237 [  3007] By: jhi                                   on 1999/02/22  08:54:06
15238         Log: Undo the references to local{lib,arch} introduced by #3006.
15239      Branch: cfgperl
15240            ! Configure config_h.SH
15241 ____________________________________________________________________________
15242 [  3006] By: jhi                                   on 1999/02/22  08:43:50
15243         Log: From: hansm@icgned.icgroup.nl
15244              To: perlbug@perl.com
15245              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
15246              Date: Sun, 21 Feb 1999 22:58:55 +0100
15247              Reply-To: hansmu@xs4all.nl
15248              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
15249              
15250              plus other Configure changes: prepare for cross-compilation/
15251              multiarchitecture builds.
15252      Branch: cfgperl
15253            ! Configure config_h.SH
15254 ____________________________________________________________________________
15255 [  3005] By: jhi                                   on 1999/02/22  08:35:30
15256         Log: Configure/Perl knew how to look for use Mach cthreads
15257              but Configure didn't let them to be used ($osname 'next').
15258      Branch: cfgperl
15259            ! Configure config_h.SH
15260      Branch: maint-5.005/perl
15261            ! Configure
15262 ____________________________________________________________________________
15263 [  3004] By: jhi                                   on 1999/02/21  15:46:02
15264         Log: Update Acorn AVAILABILITY.
15265      Branch: cfgperl
15266            ! pod/perl.pod
15267      Branch: maint-5.005/perl
15268            ! pod/perl.pod
15269 ____________________________________________________________________________
15270 [  3003] By: jhi                                   on 1999/02/21  14:50:42
15271         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
15272              To: perl5-porters@perl.org (Perl 5 Porters)
15273              Subject: PATCH: perlref.pod - symbolic ref example
15274              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
15275              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
15276      Branch: cfgperl
15277            ! pod/perlref.pod
15278      Branch: maint-5.005/perl
15279            ! pod/perlref.pod
15280 ____________________________________________________________________________
15281 [  3002] By: jhi                                   on 1999/02/21  14:35:22
15282         Log: Sync cfgperl with maint-5.005 change #3000.
15283      Branch: cfgperl
15284            ! pod/perlfunc.pod t/op/pack.t
15285 ____________________________________________________________________________
15286 [  2999] By: gsar                                  on 1999/02/20  22:48:30
15287         Log: From:    John Bley <jbb6@acpub.duke.edu>
15288              Date:    Sat, 20 Feb 1999 16:02:34 EST
15289              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
15290              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
15291      Branch: perl
15292            ! regcomp.c
15293 ____________________________________________________________________________
15294 [  2998] By: jhi                                   on 1999/02/20  14:13:06
15295         Log: Enhanced the endianness description.
15296      Branch: cfgperl
15297            ! pod/perlfunc.pod
15298 ____________________________________________________________________________
15299 [  2996] By: jhi                                   on 1999/02/20  13:55:41
15300         Log: Glossary now mostly fixed.
15301      Branch: cfgperl
15302            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15303            ! config_h.SH
15304 ____________________________________________________________________________
15305 [  2994] By: jhi                                   on 1999/02/20  11:58:33
15306         Log: Perldeltify GNU/Hurd.
15307      Branch: cfgperl
15308            ! pod/perldelta.pod
15309 ____________________________________________________________________________
15310 [  2993] By: gsar                                  on 1999/02/20  00:59:10
15311         Log: fix typo in Perl_sbrk()
15312              From: hansm@icgned.icgroup.nl
15313              Date: Fri, 19 Feb 1999 23:19:31 +0100
15314              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
15315              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
15316      Branch: perl
15317            ! malloc.c
15318 ____________________________________________________________________________
15319 [  2992] By: gsar                                  on 1999/02/20  00:51:08
15320         Log: integrate change#2980 from maint-5.005
15321      Branch: perl
15322           !> utils/h2xs.PL
15323 ____________________________________________________________________________
15324 [  2991] By: gsar                                  on 1999/02/20  00:34:01
15325         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15326              Date: Thu, 18 Feb 1999 18:51:38 +0000
15327              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
15328              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
15329      Branch: perl
15330            ! pp_hot.c t/op/pat.t
15331 ____________________________________________________________________________
15332 [  2990] By: gsar                                  on 1999/02/20  00:30:48
15333         Log: From: jan.dubois@ibm.net (Jan Dubois)
15334              Date: Thu, 18 Feb 1999 19:14:07 +0100
15335              Message-ID: <36d15809.40853323@smtp1.ibm.net>
15336              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
15337      Branch: perl
15338            ! win32/win32.c
15339 ____________________________________________________________________________
15340 [  2989] By: gsar                                  on 1999/02/20  00:27:01
15341         Log: do poll() emulation unless HAS_POLL && I_POLL
15342      Branch: perl
15343            ! ext/IO/poll.h
15344 ____________________________________________________________________________
15345 [  2988] By: gsar                                  on 1999/02/19  23:52:12
15346         Log: tweak RE for NaNQ? recognition
15347      Branch: perl
15348            ! t/lib/bigfloatpm.t
15349 ____________________________________________________________________________
15350 [  2987] By: gsar                                  on 1999/02/19  23:29:59
15351         Log: mention C<use utf8> and C<use warning> in perldelta
15352      Branch: perl
15353            ! pod/perldelta.pod
15354 ____________________________________________________________________________
15355 [  2985] By: jhi                                   on 1999/02/19  20:43:19
15356         Log: pack/unpack better in (network-)short-non-16-bits and
15357              (network-)long-non-32-bits systems such as Cray C90.
15358      Branch: cfgperl
15359            ! perl.h pp.c t/op/pack.t
15360 ____________________________________________________________________________
15361 [  2984] By: jhi                                   on 1999/02/19  20:38:54
15362         Log: Regen Configure.
15363      Branch: cfgperl
15364            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15365            ! perl.c
15366 ____________________________________________________________________________
15367 [  2982] By: jhi                                   on 1999/02/19  19:51:49
15368         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
15369              not probed for and         
15370              
15371              From: "Kurt D. Starsinic" <kstar@chapin.edu>
15372              To: Chaim Frenkel <chaimf@pobox.com>,
15373              Russ Allbery <rra@stanford.edu>,
15374              Jarkko Hietaniemi <jhi@iki.fi>,
15375              Gurusamy Sarathy <gsar@activestate.com>,
15376              Graham Barr <gbarr@pobox.com>
15377              Cc: bdensch@ameritech.net, perlbug@perl.com
15378              Subject: [PATCH] Re: Solaris 7 for Intel
15379              Message-ID: <19990219124404.A30182@O2.chapin.edu>
15380              
15381              Glossary is still missing some terms because
15382              mkglossary is misbehaving (change #2981 updated
15383              Glossary manually)
15384      Branch: cfgperl
15385            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
15386            ! Porting/config_H
15387 ____________________________________________________________________________
15388 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
15389         Log: Make result of h2xs work when user adds C<use strict>
15390      Branch: maint-5.005/perl
15391            ! utils/h2xs.PL
15392 ____________________________________________________________________________
15393 [  2979] By: gsar                                  on 1999/02/19  05:24:29
15394         Log: doc for change#2978
15395      Branch: perl
15396            ! pod/perlsub.pod
15397 ____________________________________________________________________________
15398 [  2978] By: gsar                                  on 1999/02/19  05:08:29
15399         Log: bring '*' prototype closer to how it behaves internally
15400      Branch: perl
15401            + t/lib/fatal.t
15402            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
15403 ____________________________________________________________________________
15404 [  2977] By: gsar                                  on 1999/02/19  02:50:31
15405         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
15406      Branch: perl
15407            ! perly.h
15408 ____________________________________________________________________________
15409 [  2975] By: gsar                                  on 1999/02/18  21:41:57
15410         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
15411              of lexical searches in BEGIN|INIT|END)
15412      Branch: perl
15413            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
15414            ! vms/perly_c.vms
15415 ____________________________________________________________________________
15416 [  2974] By: gsar                                  on 1999/02/18  21:03:06
15417         Log: missing PERL_POLLUTE_MALLOC
15418      Branch: perl
15419            ! ext/SDBM_File/sdbm/sdbm.h
15420 ____________________________________________________________________________
15421 [  2973] By: gsar                                  on 1999/02/18  17:10:49
15422         Log: From:    Andy Dougherty <doughera@lafayette.edu>
15423              Date:    Wed, 17 Feb 1999 17:22:50 EST
15424              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
15425              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
15426      Branch: perl
15427            ! lib/dotsh.pl
15428 ____________________________________________________________________________
15429 [  2972] By: gsar                                  on 1999/02/18  17:04:12
15430         Log: s/#defined/#define/
15431      Branch: perl
15432            ! ext/Data/Dumper/Dumper.xs
15433 ____________________________________________________________________________
15434 [  2970] By: gsar                                  on 1999/02/18  03:26:43
15435         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
15436      Branch: perl
15437            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
15438            ! ext/GDBM_File/typemap
15439 ____________________________________________________________________________
15440 [  2969] By: gsar                                  on 1999/02/17  23:30:47
15441         Log: correct slurp mode doc
15442      Branch: perl
15443            ! pod/perlfunc.pod pod/perlop.pod
15444 ____________________________________________________________________________
15445 [  2968] By: jhi                                   on 1999/02/17  23:15:49
15446         Log: Ultrix hints update.
15447              
15448              From: Spider Boardman <spider@zk3.dec.com>
15449              To: perlbug@perl.com
15450              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
15451              Date: Tue, 16 Feb 1999 23:04:28 -0500
15452              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
15453      Branch: cfgperl
15454            ! hints/ultrix_4.sh
15455 ____________________________________________________________________________
15456 [  2966] By: jhi                                   on 1999/02/17  23:09:21
15457         Log: Change #2965 wiped out some Sarathy's _55 changes.
15458              Now unwiped.
15459      Branch: cfgperl
15460            ! Configure pp.c t/op/pack.t
15461 ____________________________________________________________________________
15462 [  2965] By: jhi                                   on 1999/02/17  23:00:04
15463         Log: Configure tweaks.
15464              
15465              Fix the Unixware/SCO uname scan:
15466              
15467              From: Tom Hughes <thh@cyberscience.com>
15468              To: perlbug@perl.com
15469              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
15470              Date: 17 Feb 1999 15:34:15 +0000    
15471              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
15472              
15473              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
15474              
15475              From: Joe Buehler <jhpb@hekimian.com>
15476              To: perl5-porters@perl.org
15477              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
15478              Date: 12 Feb 1999 11:25:21 -0500
15479              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
15480              
15481              Make the pthreads joinable constant scan to output to fd 4, not 2.
15482      Branch: cfgperl
15483            ! Configure
15484 ____________________________________________________________________________
15485 [  2964] By: gsar                                  on 1999/02/17  21:30:07
15486         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
15487              Date: Wed, 17 Feb 1999 06:53:13 -0700
15488              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
15489              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
15490      Branch: perl
15491            ! lib/Pod/Functions.pm
15492 ____________________________________________________________________________
15493 [  2963] By: gsar                                  on 1999/02/17  21:18:21
15494         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
15495              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15496              Date: Wed, 17 Feb 1999 10:06:01 +0000
15497              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
15498              Subject: Re: [5.005_53] panic: pad_free curpad 
15499      Branch: perl
15500            ! regcomp.c regexec.c t/op/misc.t
15501 ____________________________________________________________________________
15502 [  2962] By: gsar                                  on 1999/02/16  21:26:28
15503         Log: NaNQ? tweak
15504      Branch: perl
15505            ! t/lib/bigfloatpm.t
15506 ____________________________________________________________________________
15507 [  2961] By: jhi                                   on 1999/02/16  19:26:38
15508         Log: Integrate from mainperl.
15509      Branch: cfgperl
15510           !> (integrate 37 files)
15511 ____________________________________________________________________________
15512 [  2960] By: gsar                                  on 1999/02/16  18:04:29
15513         Log: undo change#2465 (qw[] is a real list now)
15514      Branch: perl
15515            ! pod/perlop.pod
15516 ____________________________________________________________________________
15517 [  2959] By: gsar                                  on 1999/02/16  07:09:33
15518         Log: this was 5.005_55
15519      Branch: perl
15520            ! Changes
15521
15522 ----------------
15523 Version 5.005_55
15524 ----------------
15525
15526 ____________________________________________________________________________
15527 [  2958] By: gsar                                  on 1999/02/16  06:18:27
15528         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
15529              elide dups and non-dependents from Changes
15530      Branch: perl
15531            ! Changes pod/perlhist.pod
15532           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
15533           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
15534           !> pod/perlport.pod pp.c t/op/pack.t
15535 ____________________________________________________________________________
15536 [  2957] By: gsar                                  on 1999/02/16  04:09:47
15537         Log: propagate PERL_VERSION everywhere, add to pod
15538      Branch: perl
15539            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
15540            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
15541            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
15542            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
15543            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
15544            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
15545            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
15546            ! win32/config.gc win32/config.vc win32/config_sh.PL
15547            ! win32/win32.c x2p/a2py.c
15548 ____________________________________________________________________________
15549 [  2955] By: jhi                                   on 1999/02/15  16:15:03
15550         Log: The pack tests now better in C90 (after the packnative patches).
15551      Branch: cfgperl
15552            ! t/op/pack.t
15553 ____________________________________________________________________________
15554 [  2954] By: gsar                                  on 1999/02/15  14:11:50
15555         Log: tweak Configure to follow new PERL_VERSION etc.
15556      Branch: perl
15557            ! Configure patchlevel.h pod/perlhist.pod
15558 ____________________________________________________________________________
15559 [  2953] By: jhi                                   on 1999/02/15  14:02:21
15560         Log: Integrate from mainperl.
15561      Branch: cfgperl
15562           !> MANIFEST Porting/makerel
15563 ____________________________________________________________________________
15564 [  2952] By: jhi                                   on 1999/02/15  13:50:07
15565         Log: Enhance the packnative patch: use the packnative code
15566              only if required.  Also added hefty testing (hopefully
15567              I didn't assume too much...).  Tested on alpha, ix86, sparc.
15568      Branch: cfgperl
15569            ! pod/perlfunc.pod pp.c t/op/pack.t
15570 ____________________________________________________________________________
15571 [  2951] By: jhi                                   on 1999/02/15  13:46:56
15572         Log: AVAILABILITY from 5.005_03-tobe, will of course
15573              require updating when 5.006 comes out.
15574      Branch: cfgperl
15575            ! pod/perl.pod
15576 ____________________________________________________________________________
15577 [  2949] By: gsar                                  on 1999/02/15  13:28:51
15578         Log: will this be it for 5.005_55?
15579      Branch: perl
15580            ! MANIFEST Porting/makerel
15581 ____________________________________________________________________________
15582 [  2948] By: jhi                                   on 1999/02/15  13:23:52
15583         Log: Integrate from mainperl.
15584      Branch: cfgperl
15585           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
15586           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
15587           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
15588           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
15589           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
15590           !> win32/config.gc win32/config.vc win32/config_H.bc
15591           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
15592 ____________________________________________________________________________
15593 [  2947] By: jhi                                   on 1999/02/15  13:20:41
15594         Log: perlport.pod 1.39 from Chris.
15595      Branch: cfgperl
15596            ! pod/perlport.pod
15597 ____________________________________________________________________________
15598 [  2946] By: jhi                                   on 1999/02/15  13:09:58
15599         Log: Import Ultrix update, change #2864, 
15600              
15601              From: Spider Boardman <spider@zk3.dec.com>
15602              To: perlbug@perl.com
15603              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
15604              Date: Wed, 10 Feb 1999 23:33:31 -0500
15605              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
15606      Branch: cfgperl
15607            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
15608 ____________________________________________________________________________
15609 [  2945] By: jhi                                   on 1999/02/15  13:04:50
15610         Log: OpenBSD sparc SHMLBA.
15611      Branch: cfgperl
15612            ! ext/IPC/SysV/SysV.xs
15613 ____________________________________________________________________________
15614 [  2944] By: gsar                                  on 1999/02/15  12:09:52
15615         Log: update win32/config* stuff, Changes
15616      Branch: perl
15617            ! Changes win32/Makefile win32/config.bc win32/config.gc
15618            ! win32/config.vc win32/config_H.bc win32/config_H.gc
15619            ! win32/config_H.vc win32/makefile.mk
15620 ____________________________________________________________________________
15621 [  2943] By: gsar                                  on 1999/02/15  11:54:08
15622         Log: #include patchlevel.h by default, provide
15623              PERL_{REVISION,VERSION,SUBVERSION}
15624      Branch: perl
15625            ! patchlevel.h perl.h
15626 ____________________________________________________________________________
15627 [  2942] By: gsar                                  on 1999/02/15  10:26:59
15628         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
15629              misc fixes
15630      Branch: perl
15631            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
15632 ____________________________________________________________________________
15633 [  2941] By: gsar                                  on 1999/02/15  10:24:37
15634         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
15635              Message-ID: <19990207002851.B9185@toldyouso.com>
15636              Message-ID: <19990207212152.A9765@toldyouso.com>
15637              Message-ID: <19990207212041.A9622@toldyouso.com>
15638              Message-ID: <19990207213127.A10244@toldyouso.com>
15639              Message-ID: <19990207212559.A9950@toldyouso.com>
15640              Message-ID: <19990207212842.A9994@toldyouso.com>
15641              Message-ID: <19990207212500.A9860@toldyouso.com>
15642              Message-ID: <19990207213013.A10105@toldyouso.com>
15643      Branch: perl
15644            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
15645            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
15646            ! pod/perlmodlib.pod pod/perltoc.pod
15647 ____________________________________________________________________________
15648 [  2940] By: gsar                                  on 1999/02/15  10:07:08
15649         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
15650              of suggested patch)
15651              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
15652              Date: Mon, 08 Feb 1999 01:14:41 -0000
15653              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
15654              Subject: [PATCH 5.005_54] some pending C.pm stuff 
15655      Branch: perl
15656            ! ext/B/B/C.pm
15657 ____________________________________________________________________________
15658 [  2939] By: jhi                                   on 1999/02/15  08:40:18
15659         Log: Integrate from mainperl.
15660      Branch: cfgperl
15661           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
15662            - lib/File/PathConvert.pm
15663           !> (integrate 81 files)
15664 ____________________________________________________________________________
15665 [  2938] By: gsar                                  on 1999/02/15  06:56:39
15666         Log: change#2839 was bogus, redo
15667      Branch: perl
15668           !> t/lib/h2ph.pht
15669 ____________________________________________________________________________
15670 [  2937] By: gsar                                  on 1999/02/15  06:38:15
15671         Log: support Win32::GetFullPathName() and Win32::SetLastError()
15672              From: jan.dubois@ibm.net (Jan Dubois)
15673              Date: Tue, 09 Feb 1999 22:27:31 +0100
15674              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
15675              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
15676      Branch: perl
15677            ! win32/win32.c
15678 ____________________________________________________________________________
15679 [  2936] By: gsar                                  on 1999/02/15  06:26:39
15680         Log: support native integers, pack("L_",...) etc. (via private mail)
15681              From: Jarkko Hietaniemi <jhi@iki.fi>
15682              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
15683              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
15684              Subject: the "packnative" patch
15685      Branch: perl
15686            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
15687            ! t/lib/ipc_sysv.t t/op/pack.t
15688 ____________________________________________________________________________
15689 [  2935] By: gsar                                  on 1999/02/15  06:04:02
15690         Log: From: Michael G Schwern <schwern@pobox.com>
15691              Date: Tue, 9 Feb 1999 04:13:12 -0500
15692              Message-ID: <19990209041312.A15788@toldyouso.com>
15693              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
15694      Branch: perl
15695            ! utils/h2xs.PL
15696 ____________________________________________________________________________
15697 [  2934] By: gsar                                  on 1999/02/15  05:30:13
15698         Log: fix bugs in the handling of negative numbers, among other things
15699              From: Steven Knight <knight@theopera.baldmt.citilink.com>
15700              Date: Mon, 8 Feb 1999 01:16:24 -0600
15701              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
15702              Subject: Math::BigFloat and Math::BigInt
15703      Branch: perl
15704            + t/lib/bigfloat.t t/lib/bigfloatpm.t
15705            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
15706            ! t/lib/bigintpm.t
15707 ____________________________________________________________________________
15708 [  2933] By: gsar                                  on 1999/02/15  04:57:52
15709         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
15710              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
15711              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
15712              Subject: s2p incorrectly handles hold space commands
15713      Branch: perl
15714            ! x2p/s2p.PL
15715 ____________________________________________________________________________
15716 [  2932] By: gsar                                  on 1999/02/15  04:45:55
15717         Log: clarify what a "line" is
15718      Branch: perl
15719            ! pod/perlfunc.pod pod/perlvar.pod
15720 ____________________________________________________________________________
15721 [  2931] By: gsar                                  on 1999/02/15  04:23:29
15722         Log: backout change#2811 and add newer version based on File::Spec
15723              From: Barrie Slaymaker <rbs@telerama.com>
15724              Date: Thu, 11 Feb 1999 16:29:24 -0500
15725              Message-ID: <36C34BB4.A62090E0@telerama.com>
15726              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
15727      Branch: perl
15728            - lib/File/PathConvert.pm
15729            ! MANIFEST installhtml lib/Pod/Html.pm
15730 ____________________________________________________________________________
15731 [  2930] By: gsar                                  on 1999/02/15  04:16:25
15732         Log: From: Barrie Slaymaker <rbs@telerama.com>
15733              Date: Thu, 11 Feb 1999 19:39:48 -0500
15734              Message-ID: <36C37854.707D139@telerama.com>
15735              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
15736      Branch: perl
15737            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
15738 ____________________________________________________________________________
15739 [  2929] By: gsar                                  on 1999/02/15  04:06:50
15740         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
15741              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
15742              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
15743              Subject: [PATCH]5.005_54 (DOC) fix many typos
15744              --
15745              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
15746              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
15747              Subject: [PATCH]5.005_54 (DOC) typos
15748      Branch: perl
15749            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
15750            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
15751            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
15752            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
15753            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
15754            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
15755            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
15756            ! pod/perlvar.pod pod/perlxs.pod
15757 ____________________________________________________________________________
15758 [  2928] By: gsar                                  on 1999/02/15  03:39:53
15759         Log: allow the Carp routines to pass through exception objects
15760      Branch: perl
15761            ! lib/Carp.pm
15762 ____________________________________________________________________________
15763 [  2927] By: gsar                                  on 1999/02/15  03:22:57
15764         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
15765      Branch: perl
15766            ! pod/perlfaq8.pod
15767 ____________________________________________________________________________
15768 [  2926] By: gsar                                  on 1999/02/15  03:19:39
15769         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
15770              have done that, but didn't)
15771      Branch: perl
15772           !> utils/h2ph.PL
15773 ____________________________________________________________________________
15774 [  2925] By: gsar                                  on 1999/02/15  03:17:01
15775         Log: integrate cfgperl changes into mainline
15776      Branch: perl
15777            ! Changes
15778           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
15779           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
15780           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
15781           !> vms/subconfigure.com
15782 ____________________________________________________________________________
15783 [  2924] By: gsar                                  on 1999/02/15  03:07:08
15784         Log: add const qualifier to most char* prototypes, handle ripple effect
15785      Branch: perl
15786            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
15787            ! universal.c util.c
15788 ____________________________________________________________________________
15789 [  2923] By: gsar                                  on 1999/02/15  01:04:30
15790         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15791              Date: Thu, 04 Feb 1999 02:37:31 +0000
15792              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
15793              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
15794      Branch: perl
15795            ! pp_ctl.c t/op/range.t
15796 ____________________________________________________________________________
15797 [  2922] By: gsar                                  on 1999/02/15  00:24:34
15798         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15799              Date: Sun, 31 Jan 1999 01:50:06 +0000
15800              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
15801              Subject: [PATCH 5.005_03t4] regexp flags bug
15802      Branch: perl
15803            ! regcomp.c t/op/re_tests
15804 ____________________________________________________________________________
15805 [  2921] By: gsar                                  on 1999/02/15  00:13:02
15806         Log: use New() et al., rather than safemalloc() et al.
15807              From: jan.dubois@ibm.net (Jan Dubois)
15808              Date: Fri, 29 Jan 1999 23:27:22 +0100
15809              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
15810              Subject: [PATCH _03-MT5] POSIX.xs memory API
15811      Branch: perl
15812            ! ext/POSIX/POSIX.xs
15813 ____________________________________________________________________________
15814 [  2920] By: gsar                                  on 1999/02/15  00:05:33
15815         Log: tweak READ() docs to mention $buffer must be altered by reference
15816      Branch: perl
15817            ! pod/perltie.pod
15818 ____________________________________________________________________________
15819 [  2919] By: gsar                                  on 1999/02/14  23:50:39
15820         Log: applied suggested patch, with several language/readability tweaks
15821              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15822              Date: Fri, 29 Jan 1999 00:25:02 -0500
15823              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
15824              Subject: Re: [PATCH 5.005_*] Better parsing docs
15825      Branch: perl
15826            ! pod/perlop.pod
15827 ____________________________________________________________________________
15828 [  2918] By: gsar                                  on 1999/02/14  23:20:42
15829         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
15830              of silently returning bogus values)
15831              From: Peter Chines <pchines@nhgri.nih.gov>
15832              Date: Wed, 27 Jan 1999 16:11:31 -0500
15833              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
15834              Subject: Time::Local
15835      Branch: perl
15836            ! lib/Time/Local.pm pod/perldelta.pod
15837 ____________________________________________________________________________
15838 [  2917] By: gsar                                  on 1999/02/14  11:21:43
15839         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15840              Date: Thu, 28 Jan 1999 10:02:20 -0500
15841              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
15842              Subject: Re: [PATCH 5.005_53] Better perldoc
15843      Branch: perl
15844            ! utils/perldoc.PL
15845 ____________________________________________________________________________
15846 [  2916] By: gsar                                  on 1999/02/14  10:59:38
15847         Log: back out change#2751, apply updated version 
15848              From: jan.dubois@ibm.net (Jan Dubois)
15849              Date: Sat, 06 Feb 1999 01:06:29 +0100
15850              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
15851              Subject: [PATCH] Cleanup of File::Spec module
15852      Branch: perl
15853            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
15854            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
15855            ! lib/File/Spec/Win32.pm
15856 ____________________________________________________________________________
15857 [  2915] By: gsar                                  on 1999/02/14  10:48:01
15858         Log: tweak select() test
15859      Branch: perl
15860            ! pod/perlipc.pod t/op/fh.t
15861 ____________________________________________________________________________
15862 [  2914] By: gsar                                  on 1999/02/14  10:25:55
15863         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
15864      Branch: perl
15865            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
15866 ____________________________________________________________________________
15867 [  2913] By: gsar                                  on 1999/02/14  10:03:51
15868         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
15869              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
15870              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
15871              Subject: Re: SvOPV() or SvPV_nolen() or ...
15872      Branch: perl
15873            ! pod/perlguts.pod
15874 ____________________________________________________________________________
15875 [  2912] By: gsar                                  on 1999/02/14  09:57:29
15876         Log: provide SvPV_nolen(sv) to avoid use of PL_na
15877              From: jan.dubois@ibm.net (Jan Dubois)
15878              Date: Sun, 24 Jan 1999 02:45:32 +0100
15879              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
15880              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
15881      Branch: perl
15882            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
15883            ! sv.h
15884 ____________________________________________________________________________
15885 [  2911] By: gsar                                  on 1999/02/14  06:51:05
15886         Log: elide stray effluvium
15887      Branch: perl
15888            ! pod/perldelta.pod
15889 ____________________________________________________________________________
15890 [  2910] By: gsar                                  on 1999/02/14  05:51:56
15891         Log: slurping an empty file should return '' rather than undef, with
15892              commensurate effects on ARGV processing
15893      Branch: perl
15894            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
15895            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
15896 ____________________________________________________________________________
15897 [  2909] By: gsar                                  on 1999/02/14  00:02:11
15898         Log: perly_c.diff typo
15899      Branch: perl
15900            ! perly.c perly_c.diff vms/perly_c.vms
15901 ____________________________________________________________________________
15902 [  2908] By: gsar                                  on 1999/02/13  18:20:13
15903         Log: From: jan.dubois@ibm.net (Jan Dubois)
15904              Date: Sat, 13 Feb 1999 13:25:53 +0100
15905              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
15906              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
15907      Branch: perl
15908            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
15909 ____________________________________________________________________________
15910 [  2907] By: jhi                                   on 1999/02/13  15:07:26
15911         Log: Integrate from mainperl.
15912      Branch: cfgperl
15913           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
15914           !> (integrate 150 files)
15915 ____________________________________________________________________________
15916 [  2903] By: gsar                                  on 1999/02/12  13:25:59
15917         Log: From: jan.dubois@ibm.net (Jan Dubois)
15918              Date: Sun, 24 Jan 1999 01:12:00 +0100
15919              Message-ID: <36b66479.62756298@smtp1.ibm.net>
15920              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
15921      Branch: perl
15922            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
15923            ! proto.h sv.c sv.h
15924 ____________________________________________________________________________
15925 [  2902] By: gsar                                  on 1999/02/12  12:55:11
15926         Log: script to generate ctags from etags
15927              From: Colin Kuskie <ckuskie@cadence.com>
15928              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
15929              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
15930              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
15931      Branch: perl
15932            + emacs/e2ctags.pl
15933            ! Makefile.SH pod/perlfaq3.pod
15934 ____________________________________________________________________________
15935 [  2901] By: gsar                                  on 1999/02/12  12:40:17
15936         Log: allow boolean assign ops to be lvalues
15937              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
15938              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
15939              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
15940              --
15941              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15942              Date: Mon, 18 Jan 1999 10:04:00 +0000
15943              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
15944              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
15945      Branch: perl
15946            + t/op/lop.t
15947            ! MANIFEST op.c
15948 ____________________________________________________________________________
15949 [  2899] By: jhi                                   on 1999/02/12  12:03:48
15950         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
15951      Branch: cfgperl
15952            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15953            ! config_h.SH hints/openbsd.sh
15954 ____________________________________________________________________________
15955 [  2898] By: gsar                                  on 1999/02/12  11:49:25
15956         Log: support win32_putenv()
15957      Branch: perl
15958            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
15959            ! win32/win32.c win32/win32iop.h
15960 ____________________________________________________________________________
15961 [  2894] By: gsar                                  on 1999/02/12  11:09:27
15962         Log: add missing hunk in change#2657
15963      Branch: perl
15964            ! ext/B/B/CC.pm
15965 ____________________________________________________________________________
15966 [  2893] By: gsar                                  on 1999/02/12  11:00:13
15967         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15968              Date: Tue, 19 Jan 1999 20:13:15 -0500
15969              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
15970              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
15971      Branch: perl
15972            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
15973            ! t/pragma/subs.t t/pragma/warning.t
15974 ____________________________________________________________________________
15975 [  2892] By: gsar                                  on 1999/02/12  10:44:38
15976         Log: update change#2670 to later version
15977              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15978              Date: Sun, 31 Jan 1999 16:16:14 +0000
15979              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
15980              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
15981      Branch: perl
15982            ! t/op/subst.t toke.c
15983 ____________________________________________________________________________
15984 [  2891] By: gsar                                  on 1999/02/12  10:31:17
15985         Log: make testsuite somewhat location independent
15986      Branch: perl
15987            ! (edit 117 files)
15988 ____________________________________________________________________________
15989 [  2890] By: gsar                                  on 1999/02/12  10:00:30
15990         Log: add $AutoLoader::VERSION
15991      Branch: perl
15992            ! lib/AutoLoader.pm
15993 ____________________________________________________________________________
15994 [  2889] By: gsar                                  on 1999/02/12  09:55:48
15995         Log: tweak PERL_STRICT_CR notes
15996      Branch: perl
15997            ! pod/perl5005delta.pod
15998 ____________________________________________________________________________
15999 [  2888] By: gsar                                  on 1999/02/12  09:41:45
16000         Log: add note about test-notty target
16001      Branch: perl
16002            ! README.win32
16003 ____________________________________________________________________________
16004 [  2887] By: gsar                                  on 1999/02/12  09:37:37
16005         Log: add perltodo.pod
16006      Branch: perl
16007            + pod/perltodo.pod
16008            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
16009            ! win32/pod.mak
16010 ____________________________________________________________________________
16011 [  2886] By: jhi                                   on 1999/02/12  08:52:14
16012         Log: Integrate from mainperl.
16013      Branch: cfgperl
16014           +> t/op/fh.t
16015           !> (integrate 30 files)
16016 ____________________________________________________________________________
16017 [  2885] By: gsar                                  on 1999/02/12  08:42:10
16018         Log: note how to find REG_INFTY limit
16019      Branch: perl
16020            ! pod/perlre.pod
16021 ____________________________________________________________________________
16022 [  2884] By: jhi                                   on 1999/02/12  08:36:14
16023         Log: OpenBSD pthreads awareness, thanks to
16024              David Leonard <david.leonard@csee.uq.edu.au>
16025      Branch: maint-5.005/perl
16026            ! Configure hints/openbsd.sh
16027 ____________________________________________________________________________
16028 [  2882] By: gsar                                  on 1999/02/12  08:05:20
16029         Log: IO is maintained by p5p (per Graham Barr's wishes)
16030      Branch: perl
16031            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
16032            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
16033            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
16034            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
16035 ____________________________________________________________________________
16036 [  2881] By: gsar                                  on 1999/02/12  07:57:13
16037         Log: fh.t typo
16038      Branch: perl
16039            ! t/op/fh.t
16040 ____________________________________________________________________________
16041 [  2880] By: gsar                                  on 1999/02/12  07:38:16
16042         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
16043      Branch: perl
16044            ! perl.c pod/perlrun.pod
16045 ____________________________________________________________________________
16046 [  2879] By: gsar                                  on 1999/02/12  05:39:29
16047         Log: fix ops that are not filehandle constructors to not create GV if it
16048              doesn't already exist (avoids leaks); extend semantics of defined()
16049              so that defined(*{$foo}) works (experimental)
16050      Branch: perl
16051            + t/op/fh.t
16052            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
16053            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
16054 ____________________________________________________________________________
16055 [  2877] By: jhi                                   on 1999/02/11  20:44:00
16056         Log: From: Chris Nandor <pudge@pobox.com>
16057              To: perl5-porters@perl.org
16058              Subject: [PATCH] perlport.pod 1.39
16059              Date: Thu, 11 Feb 1999 12:28:35 -0500
16060              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
16061      Branch: cfgperl
16062            ! pod/perlport.pod
16063 ____________________________________________________________________________
16064 [  2870] By: gsar                                  on 1999/02/11  11:17:08
16065         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
16066      Branch: perl
16067            ! ext/IO/lib/IO/Pipe.pm
16068 ____________________________________________________________________________
16069 [  2869] By: gsar                                  on 1999/02/11  11:00:56
16070         Log: update win32/pod.mak
16071      Branch: perl
16072            ! win32/pod.mak
16073 ____________________________________________________________________________
16074 [  2868] By: gsar                                  on 1999/02/11  10:42:44
16075         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
16076              Date: Fri, 08 Jan 1999 14:36:53 +1100
16077              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
16078              Subject: Re: [Fwd: IO::Socket::connect and blocking]
16079      Branch: perl
16080            ! ext/IO/lib/IO/Socket.pm
16081 ____________________________________________________________________________
16082 [  2867] By: gsar                                  on 1999/02/11  09:43:03
16083         Log: av_extend() doc tweak from Jan Dubois
16084      Branch: perl
16085            ! pod/perlguts.pod
16086 ____________________________________________________________________________
16087 [  2866] By: gsar                                  on 1999/02/11  09:27:17
16088         Log: display full pathname of unreadable files
16089      Branch: perl
16090            ! utils/perldoc.PL
16091 ____________________________________________________________________________
16092 [  2865] By: gsar                                  on 1999/02/11  09:02:31
16093         Log: missing patch in change#2522
16094      Branch: perl
16095            ! lib/Pod/Text.pm
16096 ____________________________________________________________________________
16097 [  2864] By: jhi                                   on 1999/02/11  08:45:00
16098         Log: From: Spider Boardman <spider@zk3.dec.com>
16099              To: perlbug@perl.com
16100              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
16101              Date: Wed, 10 Feb 1999 23:33:31 -0500
16102              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
16103      Branch: maint-5.005/perl
16104            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
16105 ____________________________________________________________________________
16106 [  2862] By: gsar                                  on 1999/02/11  08:14:34
16107         Log: integrate changes#2738,2740 from maint-5.005
16108      Branch: perl
16109           !> lib/ExtUtils/MakeMaker.pm
16110 ____________________________________________________________________________
16111 [  2861] By: jhi                                   on 1999/02/11  08:04:25
16112         Log: Integrate from mainperl.
16113      Branch: cfgperl
16114           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
16115           !> t/op/range.t win32/config.gc
16116 ____________________________________________________________________________
16117 [  2860] By: gsar                                  on 1999/02/11  07:30:08
16118         Log: binmode() support for cygwin32 (suggested by Steven Morlock
16119              <newspost@morlock.net>)
16120      Branch: perl
16121            ! perl.h
16122 ____________________________________________________________________________
16123 [  2859] By: gsar                                  on 1999/02/11  07:14:21
16124         Log: update Changes
16125      Branch: perl
16126            ! Changes
16127           !> pod/perl5005delta.pod
16128 ____________________________________________________________________________
16129 [  2856] By: gsar                                  on 1999/02/11  07:07:39
16130         Log: integrate perldelta changes from maint-5.005
16131      Branch: perl
16132           !> pod/perl5005delta.pod
16133 ____________________________________________________________________________
16134 [  2855] By: gsar                                  on 1999/02/11  06:31:50
16135         Log: applied suggested patch; added tests
16136              From: Adam Krolnik <adamk@gypsy.cyrix.com>
16137              Date: Sat, 12 Dec 98 15:30:18 -0600
16138              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
16139              Subject: Range operation doesn't handle IV_MAX
16140      Branch: perl
16141            ! pp_ctl.c t/op/range.t
16142 ____________________________________________________________________________
16143 [  2854] By: gsar                                  on 1999/02/11  05:00:55
16144         Log: compatibility fix: magic non-propagation in foreach implicit localization
16145      Branch: perl
16146            ! pp_ctl.c t/op/local.t win32/config.gc
16147 ____________________________________________________________________________
16148 [  2852] By: gsar                                  on 1999/02/10  23:17:49
16149         Log: fair warning about -Dusethreads
16150      Branch: maint-5.005/perl
16151            ! Configure INSTALL README.threads
16152 ____________________________________________________________________________
16153 [  2847] By: jhi                                   on 1999/02/09  19:13:28
16154         Log: Integrate from mainperl.
16155      Branch: cfgperl
16156           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
16157           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
16158 ____________________________________________________________________________
16159 [  2846] By: gsar                                  on 1999/02/09  13:53:28
16160         Log: a modified version of suggested patch for pack template 'Z'; added docs
16161              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
16162              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
16163              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
16164              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
16165      Branch: perl
16166            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
16167 ____________________________________________________________________________
16168 [  2845] By: gsar                                  on 1999/02/09  00:03:26
16169         Log: clarify docs for change#2835
16170      Branch: perl
16171            ! pod/perldelta.pod pod/perlop.pod
16172 ____________________________________________________________________________
16173 [  2844] By: gsar                                  on 1999/02/08  23:40:57
16174         Log: addendum to change#2823
16175              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
16176              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
16177              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
16178              Subject: [PATCH] Docs and tests for method-call syntax
16179      Branch: perl
16180            ! pod/perlobj.pod t/op/method.t
16181 ____________________________________________________________________________
16182 [  2843] By: jhi                                   on 1999/02/08  21:06:28
16183         Log: Ultrix mmap tidbit.
16184      Branch: cfgperl
16185            ! hints/ultrix_4.sh
16186 ____________________________________________________________________________
16187 [  2842] By: jhi                                   on 1999/02/08  20:22:55
16188         Log: Integrate from mainperl.
16189      Branch: cfgperl
16190           +> t/op/subst_wamp.t
16191           !> (integrate 35 files)
16192 ____________________________________________________________________________
16193 [  2841] By: jhi                                   on 1999/02/08  18:23:26
16194         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16195              To: Mailing list Perl5 <perl5-porters@perl.org>
16196              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
16197              Date: Sun, 7 Feb 1999 17:25:22 -0500
16198              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
16199      Branch: cfgperl
16200            + t/op/subst_amp.t
16201            ! MANIFEST regcomp.c t/op/subst.t
16202 ____________________________________________________________________________
16203 [  2840] By: jhi                                   on 1999/02/08  18:16:54
16204         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16205              To: Mailing list Perl5 <perl5-porters@perl.org>
16206              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
16207              Date: Sun, 7 Feb 1999 17:00:10 -0500
16208              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
16209      Branch: cfgperl
16210            ! pp_hot.c t/op/pat.t
16211 ____________________________________________________________________________
16212 [  2839] By: jhi                                   on 1999/02/08  17:25:30
16213         Log: A require was missing.
16214      Branch: cfgperl
16215            ! t/lib/h2ph.pht
16216 ____________________________________________________________________________
16217 [  2838] By: jhi                                   on 1999/02/08  16:38:41
16218         Log: Bring in the change #2809 (the Configure part has been
16219              modified rather a lot since the #2809, though.)
16220      Branch: cfgperl
16221            ! Configure utils/h2ph.PL
16222 ____________________________________________________________________________
16223 [  2835] By: gsar                                  on 1999/02/08  14:40:23
16224         Log: make qw() into a true list at compile time (slightly modified
16225              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
16226      Branch: perl
16227            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
16228 ____________________________________________________________________________
16229 [  2834] By: gsar                                  on 1999/02/08  13:23:16
16230         Log: make safesysmalloc() etc., always available; safemalloc() et al are
16231              now macros that point to the right malloc; fix various places in
16232              sources that need to always use safesysmalloc() et al
16233      Branch: perl
16234            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
16235            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
16236 ____________________________________________________________________________
16237 [  2833] By: gsar                                  on 1999/02/08  10:56:16
16238         Log: remove spurious #endif in last change
16239      Branch: perl
16240            ! perl.h
16241 ____________________________________________________________________________
16242 [  2832] By: gsar                                  on 1999/02/08  10:34:55
16243         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
16244              them ask for insanity (untested)
16245      Branch: perl
16246            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
16247            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
16248            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
16249 ____________________________________________________________________________
16250 [  2831] By: jhi                                   on 1999/02/08  08:33:33
16251         Log: Update vms/subconfigure.com along the lines of change #2829.
16252      Branch: cfgperl
16253            ! vms/subconfigure.com
16254 ____________________________________________________________________________
16255 [  2830] By: gsar                                  on 1999/02/08  00:19:46
16256         Log: integrate cfgperl changes into mainline
16257      Branch: perl
16258           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
16259           +> lib/File/PathConvert.pm pod/perlthrtut.pod
16260            ! Changes
16261           !> (integrate 93 files)
16262 ____________________________________________________________________________
16263 [  2829] By: jhi                                   on 1999/02/07  23:49:46
16264         Log: Configure update.
16265              
16266              Probe for mmap() et alia.
16267              The *cc*symbols patch (just Configure, no h2ph).
16268      Branch: cfgperl
16269            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16270            ! config_h.SH perl.h
16271 ____________________________________________________________________________
16272 [  2828] By: gsar                                  on 1999/02/07  23:38:47
16273         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16274              Date: Sun, 7 Feb 1999 17:25:22 -0500
16275              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
16276              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
16277      Branch: perl
16278            + t/op/subst_amp.t t/op/subst_wamp.t
16279            ! MANIFEST regcomp.c t/op/subst.t
16280 ____________________________________________________________________________
16281 [  2827] By: gsar                                  on 1999/02/07  23:27:32
16282         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16283              Date: Sun, 7 Feb 1999 17:00:10 -0500
16284              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
16285              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
16286      Branch: perl
16287            ! pp_hot.c t/op/pat.t
16288 ____________________________________________________________________________
16289 [  2826] By: gsar                                  on 1999/02/07  23:26:04
16290         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
16291              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16292              Date: Sun, 7 Feb 1999 15:07:27 -0500
16293              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
16294              Subject: Re: fixing memory leaks in REx compilation
16295      Branch: perl
16296            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
16297            ! regexec.c
16298 ____________________________________________________________________________
16299 [  2825] By: jhi                                   on 1999/02/07  18:05:13
16300         Log: Integrate from mainperl.
16301      Branch: cfgperl
16302           +> lib/DB.pm t/comp/bproto.t
16303           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
16304           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
16305           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
16306           !> toke.c vms/perly_c.vms
16307 ____________________________________________________________________________
16308 [  2824] By: gsar                                  on 1999/02/07  14:21:48
16309         Log: tweak doc on bitwise ops
16310      Branch: perl
16311            ! pod/perlop.pod
16312 ____________________________________________________________________________
16313 [  2823] By: gsar                                  on 1999/02/07  13:38:31
16314         Log: applied suggested patch; regen perly* and vms/perly*
16315              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
16316              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
16317              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
16318              Subject: [PATCH] Re: Suggestion for perlobj man page
16319      Branch: perl
16320            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
16321 ____________________________________________________________________________
16322 [  2822] By: gsar                                  on 1999/02/07  12:39:09
16323         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
16324              disabled, fails tests)
16325      Branch: perl
16326            ! regcomp.h
16327 ____________________________________________________________________________
16328 [  2821] By: gsar                                  on 1999/02/07  11:09:39
16329         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
16330              <Alexander.Barilo@aexp.com>)
16331      Branch: perl
16332            ! lib/Pod/Html.pm
16333 ____________________________________________________________________________
16334 [  2820] By: gsar                                  on 1999/02/07  10:20:35
16335         Log: add draft debugging API implementation
16336      Branch: perl
16337            + lib/DB.pm
16338            ! MANIFEST
16339 ____________________________________________________________________________
16340 [  2819] By: gsar                                  on 1999/02/07  09:58:45
16341         Log: avoid garbage in db->dirbuf
16342              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
16343              Date: Sat, 05 Dec 1998 14:14:54 +0900
16344              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
16345              Subject: SDBM bug
16346      Branch: perl
16347            ! ext/SDBM_File/sdbm/sdbm.c
16348 ____________________________________________________________________________
16349 [  2818] By: gsar                                  on 1999/02/07  09:32:24
16350         Log: missing entry
16351      Branch: perl
16352            ! MANIFEST
16353 ____________________________________________________________________________
16354 [  2817] By: gsar                                  on 1999/02/07  09:30:47
16355         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
16356      Branch: perl
16357            + t/comp/bproto.t
16358            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
16359 ____________________________________________________________________________
16360 [  2816] By: gsar                                  on 1999/02/06  00:14:29
16361         Log: minor bug in dumping blessed subrefs
16362      Branch: perl
16363            ! ext/Data/Dumper/Dumper.pm
16364 ____________________________________________________________________________
16365 [  2812] By: jhi                                   on 1999/02/03  22:02:24
16366         Log: Enhance change #2808.
16367              
16368              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16369              To: perl5-porters@perl.org
16370              Subject: Re: [PATCH 5.00*]: perlbug checklist
16371              Date: Wed, 3 Feb 1999 19:02:27 +0000
16372              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
16373      Branch: cfgperl
16374            ! utils/perlbug.PL
16375 ____________________________________________________________________________
16376 [  2811] By: jhi                                   on 1999/02/03  21:53:23
16377         Log: From: Barrie Slaymaker <rbs@telerama.com>
16378              To: perl5-porters@perl.org
16379              CC: pod-people@perl.org
16380              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
16381              Date: Wed, 03 Feb 1999 10:34:18 -0500
16382              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
16383              
16384              Add File::PathConvert.pm.
16385              Fix Pod::Html and installhtml to understand relative urls.
16386      Branch: cfgperl
16387            + lib/File/PathConvert.pm
16388            ! MANIFEST installhtml lib/Pod/Html.pm
16389 ____________________________________________________________________________
16390 [  2810] By: jhi                                   on 1999/02/03  20:25:10
16391         Log: From: Francois Desarmenien <desar@club-internet.fr>
16392              To: Mailing list Perl5 <perl5-porters@perl.org>
16393              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
16394              Date: Wed, 03 Feb 1999 13:13:24 +0000
16395              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
16396              
16397              (note: this patch completely overrides Tom Wolfe's patch,
16398              change #2604)
16399      Branch: cfgperl
16400            + ext/GDBM_File/hints/sco.pl
16401            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
16402 ____________________________________________________________________________
16403 [  2809] By: jhi                                   on 1999/02/03  19:54:16
16404         Log: h2ph fixes + Configure patch to support them.
16405              
16406              From: "Kurt D. Starsinic" <kstar@chapin.edu>
16407              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
16408              Gurusamy Sarathy <gsar@engin.umich.edu>
16409              Cc: perl5-porters@perl.org
16410              Subject: [PATCH 5.00503_MT5] h2ph.PL
16411              Date: Tue, 2 Feb 1999 19:48:06 -0500
16412              Message-ID: <19990202194806.E10647@O2.chapin.edu>
16413      Branch: maint-5.005/perl
16414            ! Configure utils/h2ph.PL
16415 ____________________________________________________________________________
16416 [  2808] By: jhi                                   on 1999/02/03  16:59:55
16417         Log: Enhance the perlbug checklist.
16418      Branch: cfgperl
16419            ! utils/perlbug.PL
16420 ____________________________________________________________________________
16421 [  2807] By: jhi                                   on 1999/02/03  14:01:37
16422         Log: Document the standard strftime %formats.
16423              
16424              From: Dominic Dunlop <domo@vo.lu>
16425              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
16426              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
16427              Date: Tue, 2 Feb 1999 15:55:29 +0100
16428              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
16429      Branch: cfgperl
16430            ! ext/POSIX/POSIX.pod
16431 ____________________________________________________________________________
16432 [  2806] By: jhi                                   on 1999/02/03  13:58:00
16433         Log: Integrate from mainperl.
16434      Branch: cfgperl
16435           !> perl.h
16436 ____________________________________________________________________________
16437 [  2805] By: gsar                                  on 1999/02/03  03:32:31
16438         Log: PL_uuemap[] init needs help for sizeof()
16439      Branch: perl
16440            ! perl.h
16441 ____________________________________________________________________________
16442 [  2804] By: jhi                                   on 1999/02/02  20:44:30
16443         Log: These should've been already in #2803.
16444      Branch: cfgperl
16445            ! Configure config_h.SH vms/subconfigure.com
16446 ____________________________________________________________________________
16447 [  2803] By: jhi                                   on 1999/02/02  20:38:45
16448         Log: telldir prototype issue, from mists of time...
16449      Branch: cfgperl
16450            ! hints/netbsd.sh pp_sys.c
16451 ____________________________________________________________________________
16452 [  2801] By: jhi                                   on 1999/02/02  17:40:14
16453         Log: From: John Bley <jbb6@acpub.duke.edu>
16454              To: perlbug@perl.org
16455              Subject: [PATCH]5.005_54 (DOC) fix minor typos
16456              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
16457              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
16458      Branch: cfgperl
16459            ! pod/perlre.pod
16460 ____________________________________________________________________________
16461 [  2800] By: jhi                                   on 1999/02/02  17:26:49
16462         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
16463      Branch: cfgperl
16464            ! Todo-5.005
16465 ____________________________________________________________________________
16466 [  2799] By: jhi                                   on 1999/02/02  17:18:51
16467         Log: Update FindBin from maint-5.005.
16468      Branch: cfgperl
16469            ! lib/FindBin.pm
16470 ____________________________________________________________________________
16471 [  2798] By: jhi                                   on 1999/02/02  17:16:07
16472         Log: Fix typecasts in #2797
16473              
16474              From: "G. Del Merritt" <del@intranetics.com>
16475              Date: Fri, 29 Jan 1999 11:47:25 -0700
16476              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
16477              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
16478      Branch: cfgperl
16479            ! ext/POSIX/POSIX.xs
16480 ____________________________________________________________________________
16481 [  2797] By: jhi                                   on 1999/02/02  17:14:37
16482         Log: From: Ted Law <tedlaw@cibcwg.com>
16483              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
16484              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
16485              Subject: POSIX::strftime buffer overflow problem
16486      Branch: cfgperl
16487            ! ext/POSIX/POSIX.xs
16488 ____________________________________________________________________________
16489 [  2796] By: jhi                                   on 1999/02/02  17:13:23
16490         Log: Do not use File::Slurp.
16491      Branch: cfgperl
16492            ! t/lib/textfill.t
16493 ____________________________________________________________________________
16494 [  2795] By: jhi                                   on 1999/02/02  17:11:48
16495         Log: perlhist update from maint-5.005.
16496      Branch: cfgperl
16497            ! pod/perlhist.pod
16498 ____________________________________________________________________________
16499 [  2794] By: jhi                                   on 1999/02/02  17:10:33
16500         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
16501      Branch: cfgperl
16502            ! ext/POSIX/POSIX.pm
16503 ____________________________________________________________________________
16504 [  2793] By: jhi                                   on 1999/02/02  17:08:39
16505         Log: Missed the html test from change #2787. 
16506      Branch: cfgperl
16507            ! t/lib/cgi-html.t
16508 ____________________________________________________________________________
16509 [  2792] By: jhi                                   on 1999/02/02  17:01:24
16510         Log: Update Getopt::Long to 2.19.
16511      Branch: cfgperl
16512            ! lib/Getopt/Long.pm
16513 ____________________________________________________________________________
16514 [  2791] By: jhi                                   on 1999/02/02  16:59:13
16515         Log: overload syntax is no longer experimental
16516      Branch: cfgperl
16517            ! lib/overload.pm
16518 ____________________________________________________________________________
16519 [  2789] By: jhi                                   on 1999/02/02  16:47:50
16520         Log: Still doc fixes.
16521      Branch: cfgperl
16522            ! lib/diagnostics.pm
16523 ____________________________________________________________________________
16524 [  2788] By: jhi                                   on 1999/02/02  16:47:07
16525         Log: Doc fixes.
16526      Branch: cfgperl
16527            ! lib/CGI.pm lib/diagnostics.pm
16528 ____________________________________________________________________________
16529 [  2787] By: jhi                                   on 1999/02/02  16:38:55
16530         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
16531              where applicable).
16532      Branch: cfgperl
16533            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
16534            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
16535            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
16536            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
16537            ! eg/cgi/frameset.cgi eg/cgi/index.html
16538            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
16539            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
16540            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
16541            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
16542            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
16543            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
16544 ____________________________________________________________________________
16545 [  2786] By: jhi                                   on 1999/02/02  16:17:52
16546         Log: Update CPAN to 1.47.
16547      Branch: cfgperl
16548            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
16549 ____________________________________________________________________________
16550 [  2785] By: jhi                                   on 1999/02/02  16:09:03
16551         Log: From: Mark-Jason Dominus <mjd@plover.com>
16552              Date: Sat, 16 Jan 1999 17:22:06 -0500
16553              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
16554              Message-ID: <19990116222206.3674.qmail@plover.com>
16555      Branch: cfgperl
16556            ! pod/perlsub.pod
16557 ____________________________________________________________________________
16558 [  2784] By: jhi                                   on 1999/02/02  16:01:31
16559         Log: Fix incorrect "used only once" warnings
16560              
16561              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16562              Date: Fri, 8 Jan 1999 04:37:10 -0500
16563              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
16564              Subject: Re: change#965 flakiness
16565      Branch: cfgperl
16566            ! gv.c
16567 ____________________________________________________________________________
16568 [  2783] By: jhi                                   on 1999/02/02  15:50:38
16569         Log: perldelta updates.
16570      Branch: cfgperl
16571            ! pod/perldelta.pod
16572 ____________________________________________________________________________
16573 [  2782] By: jhi                                   on 1999/02/02  14:28:26
16574         Log: Mirror change #2781.
16575      Branch: cfgperl
16576            ! hints/linux.sh
16577 ____________________________________________________________________________
16578 [  2781] By: jhi                                   on 1999/02/02  14:27:01
16579         Log: Update the MkLinux note.
16580      Branch: maint-5.005/perl
16581            ! hints/linux.sh
16582 ____________________________________________________________________________
16583 [  2780] By: jhi                                   on 1999/02/02  14:10:59
16584         Log: Update todo.
16585      Branch: cfgperl
16586            ! Todo-5.005
16587 ____________________________________________________________________________
16588 [  2779] By: jhi                                   on 1999/02/02  14:00:25
16589         Log: Integrate from mainperl.
16590      Branch: cfgperl
16591            ! t/lib/textfill.t t/lib/textwrap.t
16592           !> (integrate 32 files)
16593 ____________________________________________________________________________
16594 [  2778] By: jhi                                   on 1999/02/02  13:56:23
16595         Log: VMS update, applicable parts of
16596              
16597              From: Dan Sugalski <sugalskd@osshe.edu>
16598              To: perl5-porters@perl.org
16599              Subject: [PATCH 5.005_03MT3]VMS configure tweak
16600              Date: Wed, 20 Jan 1999 12:05:18 -0800
16601              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
16602              
16603              From: Dan Sugalski <sugalskd@osshe.edu>
16604              To: perlbug@perl.com, vmsperl@perl.org
16605              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
16606              Date: Tue, 26 Jan 1999 14:40:38 -0800
16607              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
16608              
16609              From: Dan Sugalski <sugalskd@osshe.edu>
16610              To: perl5-porters@perl.org, vmsperl@perl.org
16611              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
16612              Date: Tue, 26 Jan 1999 14:55:29 -0800
16613              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
16614      Branch: cfgperl
16615            ! vms/ext/Stdio/test.pl vms/subconfigure.com
16616 ____________________________________________________________________________
16617 [  2777] By: jhi                                   on 1999/02/02  13:43:24
16618         Log: Synch usethreads parts from maint-5.005.
16619      Branch: cfgperl
16620            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
16621            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
16622            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
16623            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
16624 ____________________________________________________________________________
16625 [  2776] By: jhi                                   on 1999/02/02  13:17:16
16626         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
16627      Branch: cfgperl
16628            ! Makefile.SH hints/freebsd.sh
16629 ____________________________________________________________________________
16630 [  2774] By: jhi                                   on 1999/02/02  13:10:39
16631         Log: Add perlthrtut, update pod/* machinery.
16632              (a pod/Makefile.SH is sorely needed)
16633      Branch: cfgperl
16634            + pod/perlthrtut.pod
16635            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
16636 ____________________________________________________________________________
16637 [  2773] By: jhi                                   on 1999/02/02  12:54:24
16638         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16639              To: perl5-porters@perl.org
16640              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
16641              Date: Tue, 26 Jan 1999 22:25:07 +0000
16642              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
16643      Branch: cfgperl
16644            ! pod/perlguts.pod
16645 ____________________________________________________________________________
16646 [  2771] By: jhi                                   on 1999/02/02  12:47:34
16647         Log: Use perlbug instead of personal email address.
16648      Branch: cfgperl
16649            ! Configure
16650 ____________________________________________________________________________
16651 [  2770] By: jhi                                   on 1999/02/02  12:42:06
16652         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
16653              
16654              From: "G. Del Merritt" <del@intranetics.com>
16655              To: perlbug@perl.com
16656              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
16657              Date: Tue, 26 Jan 1999 12:09:09 -0700
16658              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
16659      Branch: cfgperl
16660            ! iperlsys.h
16661 ____________________________________________________________________________
16662 [  2769] By: jhi                                   on 1999/02/02  12:37:57
16663         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16664              To: Mailing list Perl5 <perl5-porters@perl.org>
16665              Subject: [PATCH 5.005_*] OS/2 threads
16666              Date: Tue, 26 Jan 1999 13:39:46 -0500
16667              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
16668      Branch: cfgperl
16669            ! os2/os2ish.h
16670 ____________________________________________________________________________
16671 [  2768] By: jhi                                   on 1999/02/02  12:36:16
16672         Log: Apply change #2711 from maint-5.005:
16673              
16674              make ok", "make okfile", and "make nok" were broken
16675              with -Duseshrplib, because of a shared typo.
16676              
16677              From: Spider Boardman <spider@web.zk3.dec.com>
16678              To: perlbug@perl.com
16679              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
16680              Date: Wed, 27 Jan 1999 12:27:15 -0500
16681              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
16682      Branch: cfgperl
16683            ! Makefile.SH
16684 ____________________________________________________________________________
16685 [  2766] By: jhi                                   on 1999/02/02  12:27:08
16686         Log: Make Configure use "int main()" instead of bare "main()".
16687              Like maint-5.005 change #2703 but now via metaconfig.
16688      Branch: cfgperl
16689            ! Configure
16690 ____________________________________________________________________________
16691 [  2765] By: jhi                                   on 1999/02/02  11:59:30
16692         Log: Undo part of change #2562.
16693      Branch: cfgperl
16694            ! Configure
16695 ____________________________________________________________________________
16696 [  2764] By: jhi                                   on 1999/02/02  11:52:39
16697         Log: NetBSD synch with maint-5.005.
16698      Branch: cfgperl
16699            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
16700 ____________________________________________________________________________
16701 [  2763] By: jhi                                   on 1999/02/02  11:44:07
16702         Log: $Config{installusrbinperl}
16703              (maint-5.005 changes #2614 and #2709)
16704      Branch: cfgperl
16705            ! Configure installperl
16706 ____________________________________________________________________________
16707 [  2762] By: jhi                                   on 1999/02/02  11:29:13
16708         Log: Errno update from maint-5.005 (changes #2583, #2710).
16709      Branch: cfgperl
16710            ! Configure ext/Errno/Errno_pm.PL
16711 ____________________________________________________________________________
16712 [  2759] By: jhi                                   on 1999/02/02  10:53:20
16713         Log: Update Trig.pm from maint-5.005.
16714      Branch: cfgperl
16715            ! lib/Math/Trig.pm
16716 ____________________________________________________________________________
16717 [  2757] By: jhi                                   on 1999/02/02  10:41:26
16718         Log: MPE/iX update (mirror maint-5.005 change #2715)
16719      Branch: cfgperl
16720            ! hints/mpeix.sh mpeix/relink
16721 ____________________________________________________________________________
16722 [  2756] By: jhi                                   on 1999/02/02  10:38:08
16723         Log: BeOS update (Mirror maint-5.005 change #2727).
16724      Branch: cfgperl
16725            + ext/DynaLoader/dl_beos.xs
16726            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
16727            ! lib/ExtUtils/MM_Unix.pm
16728 ____________________________________________________________________________
16729 [  2754] By: gsar                                  on 1999/02/02  08:52:13
16730         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
16731      Branch: perl
16732            ! Porting/pumpkin.pod Todo Todo-5.005
16733 ____________________________________________________________________________
16734 [  2753] By: gsar                                  on 1999/02/02  08:46:21
16735         Log: Todo tweaks
16736      Branch: perl
16737            ! Todo Todo-5.005
16738 ____________________________________________________________________________
16739 [  2752] By: jhi                                   on 1999/02/01  22:15:12
16740         Log: Add perlthrtut.pod.
16741              
16742              From: Dan Sugalski <sugalskd@osshe.edu>
16743              To: perl5-porters@perl.org
16744              Subject: perlthrtut.pod
16745              Date: Mon, 01 Feb 1999 10:57:11 -0800
16746              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
16747      Branch: maint-5.005/perl
16748            + pod/perlthrtut.pod
16749            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
16750            ! pod/roffitall
16751 ____________________________________________________________________________
16752 [  2751] By: gsar                                  on 1999/02/01  07:28:05
16753         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
16754      Branch: perl
16755            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
16756            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
16757 ____________________________________________________________________________
16758 [  2750] By: gsar                                  on 1999/02/01  07:09:20
16759         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16760              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
16761              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
16762              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
16763      Branch: perl
16764            ! regexec.c
16765 ____________________________________________________________________________
16766 [  2749] By: gsar                                  on 1999/02/01  07:07:59
16767         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16768              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
16769              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
16770              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
16771      Branch: perl
16772            ! regexec.c
16773 ____________________________________________________________________________
16774 [  2748] By: gsar                                  on 1999/02/01  06:47:06
16775         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
16776              Date: Thu, 3 Dec 1998 15:10:17 -0500
16777              Message-Id: <199812032010.PAA09692@jik.shore.net>
16778              Subject: sample checksum code in "perlfunc" man page is wrong
16779      Branch: perl
16780            ! pod/perlfunc.pod
16781 ____________________________________________________________________________
16782 [  2747] By: gsar                                  on 1999/02/01  06:35:13
16783         Log: typos in Pod/Text.pm
16784              From: "Greg Chapman" <glc@well.com>
16785              Date: Tue, 1 Dec 1998 10:50:18 -0800
16786              Message-Id: <199812011849.KAA08816@smtp.well.com>
16787              Subject: Glitch in Pod::Text
16788      Branch: perl
16789            ! lib/Pod/Text.pm
16790 ____________________________________________________________________________
16791 [  2746] By: gsar                                  on 1999/02/01  06:27:35
16792         Log: various win32-ish changes merged from maint-5.005
16793      Branch: perl
16794            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
16795            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
16796            ! win32/Makefile win32/config.bc win32/config.vc
16797            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
16798            ! win32/win32.c
16799 ____________________________________________________________________________
16800 [  2745] By: gsar                                  on 1999/02/01  04:51:54
16801         Log: integrate cfgperl changes into mainline
16802      Branch: perl
16803           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
16804 ____________________________________________________________________________
16805 [  2744] By: gsar                                  on 1999/02/01  04:31:09
16806         Log: improved diagnostic on syntax errors at EOL
16807      Branch: perl
16808            ! toke.c
16809 ____________________________________________________________________________
16810 [  2743] By: gsar                                  on 1999/02/01  03:59:13
16811         Log: don't attempt connect() to bogus IP addresses
16812              From:    Graham Barr <gbarr@pobox.com>
16813              Date:    Sun, 31 Jan 1999 21:50:45 CST
16814              Message-Id: <19990131215045.A633@pobox.com>
16815      Branch: perl
16816            ! t/lib/io_multihomed.t
16817 ____________________________________________________________________________
16818 [  2742] By: gsar                                  on 1999/02/01  03:08:58
16819         Log: update Changes
16820      Branch: perl
16821            ! Changes pod/perldelta.pod
16822 ____________________________________________________________________________
16823 [  2740] By: gsar                                  on 1999/02/01  02:43:07
16824         Log: CAPI inheritance tweak and doc
16825      Branch: maint-5.005/perl
16826            ! lib/ExtUtils/MakeMaker.pm
16827 ____________________________________________________________________________
16828 [  2739] By: jhi                                   on 1999/01/31  18:31:54
16829         Log: Undo changes #2730 and #2731 and replace them
16830              with an extensively tested patch from
16831              Anton Berezin <tobez@plab.ku.dk> (via private email).
16832      Branch: maint-5.005/perl
16833            ! Makefile.SH hints/freebsd.sh
16834 ____________________________________________________________________________
16835 [  2738] By: gsar                                  on 1999/01/31  05:04:32
16836         Log: fix bogus CAPI inheritance from change#2541
16837      Branch: maint-5.005/perl
16838            ! lib/ExtUtils/MakeMaker.pm
16839 ____________________________________________________________________________
16840 [  2731] By: jhi                                   on 1999/01/29  14:33:12
16841         Log: FreeBSD version numbers can be like "2.2.8-release".
16842      Branch: maint-5.005/perl
16843            ! hints/freebsd.sh
16844 ____________________________________________________________________________
16845 [  2730] By: jhi                                   on 1999/01/29  12:40:38
16846         Log: FreeBSD hints iteration (hopefully convergent).
16847              usethreads: require at least FreeBSD 2.2.8.
16848              signal type: mirror change #2429 in cfgperl.
16849      Branch: maint-5.005/perl
16850            ! hints/freebsd.sh
16851 ____________________________________________________________________________
16852 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
16853         Log: From: Tom Spindler <dogcow@isi.net>
16854              Date: Thu, 28 Jan 1999 17:15:11 -0800
16855              Message-ID: <19990128171510.A11778@isi.net>
16856              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
16857      Branch: maint-5.005/perl
16858            + ext/DynaLoader/dl_beos.xs
16859            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
16860            ! lib/ExtUtils/MM_Unix.pm
16861 ____________________________________________________________________________
16862 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
16863         Log: Remove use of File::Slurp in t/lib/textfill.t
16864      Branch: maint-5.005/perl
16865            ! t/lib/textfill.t
16866 ____________________________________________________________________________
16867 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
16868         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
16869              Date: Wed, 27 Jan 1999 23:14:33 -0800
16870              Message-Id: <199901280714.XAA10176@activestate.com>
16871              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
16872      Branch: maint-5.005/perl
16873            ! win32/Makefile win32/makefile.mk
16874 ____________________________________________________________________________
16875 [  2720] By: gsar                                  on 1999/01/27  21:54:42
16876         Log: missing space while munging CCFLAGS for PERL_CAPI
16877      Branch: perl
16878            ! lib/ExtUtils/MM_Unix.pm
16879 ____________________________________________________________________________
16880 [  2718] By: jhi                                   on 1999/01/27  19:46:04
16881         Log: io/fs.t fails test #18 (sense of tests appears to have been
16882              changed incompletely; this patch just skips the test attached,
16883              a la test #17 preceding it).
16884              
16885              From: "G. Del Merritt" <del@intranetics.com>
16886              To: perlbug@perl.com
16887              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
16888              Date: Tue, 26 Jan 1999 12:09:09 -0700
16889              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
16890      Branch: maint-5.005/perl
16891            ! t/io/fs.t
16892 ____________________________________________________________________________
16893 [  2717] By: jhi                                   on 1999/01/27  19:44:46
16894         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
16895              
16896              From: "G. Del Merritt" <del@intranetics.com>
16897              To: perlbug@perl.com
16898              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
16899              Date: Tue, 26 Jan 1999 12:09:09 -0700
16900              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
16901      Branch: maint-5.005/perl
16902            ! iperlsys.h
16903 ____________________________________________________________________________
16904 [  2715] By: jhi                                   on 1999/01/27  19:34:28
16905         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
16906              To: perl5-porters@perl.org
16907              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
16908              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
16909              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
16910      Branch: maint-5.005/perl
16911            ! hints/mpeix.sh mpeix/relink
16912 ____________________________________________________________________________
16913 [  2710] By: jhi                                   on 1999/01/27  19:22:23
16914         Log: Errno fixes:
16915              
16916              From: Spider Boardman <spider@web.zk3.dec.com>
16917              To: perlbug@perl.com
16918              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
16919              Date: Wed, 27 Jan 1999 12:27:15 -0500
16920              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
16921              
16922              From: Spider Boardman <spider@web.zk3.dec.com>
16923              To: perlbug@perl.com
16924              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
16925              Date: Wed, 27 Jan 1999 13:31:16 -0500
16926              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
16927      Branch: maint-5.005/perl
16928            ! Configure ext/Errno/Errno_pm.PL
16929 ____________________________________________________________________________
16930 [  2709] By: jhi                                   on 1999/01/27  19:17:35
16931         Log: Fix Configure installusrbinperl:
16932              
16933              From: Spider Boardman <spider@web.zk3.dec.com>
16934              To: jhi@iki.fi
16935              cc: perl5-porters@perl.org
16936              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
16937              Date: Wed, 27 Jan 1999 13:03:35 -0500
16938              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
16939      Branch: maint-5.005/perl
16940            ! Configure
16941 ____________________________________________________________________________
16942 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
16943         Log: Add redef IO::Handle::* for setv?buf()
16944      Branch: maint-5.005/perl
16945            ! ext/POSIX/POSIX.pm
16946 ____________________________________________________________________________
16947 [  2705] By: jhi                                   on 1999/01/24  15:14:30
16948         Log: Mention year-1900 and month 0..11.
16949      Branch: cfgperl
16950            ! lib/Time/Local.pm
16951 ____________________________________________________________________________
16952 [  2704] By: jhi                                   on 1999/01/24  15:13:36
16953         Log: Document Configure -Uinstallusrbinperl.
16954      Branch: cfgperl
16955            ! INSTALL pod/perldelta.pod
16956 ____________________________________________________________________________
16957 [  2698] By: jhi                                   on 1999/01/24  12:46:00
16958         Log: Use only xlc_r for usethreads.
16959      Branch: cfgperl
16960            ! hints/aix.sh
16961 ____________________________________________________________________________
16962 [  2695] By: gsar                                  on 1999/01/24  07:09:05
16963         Log: integrate cfgperl changes into mainline
16964      Branch: perl
16965           +> lib/Exporter/Heavy.pm
16966           !> (integrate 65 files)
16967 ____________________________________________________________________________
16968 [  2694] By: gsar                                  on 1999/01/24  01:28:49
16969         Log: better notes on 'make' on win32
16970      Branch: perl
16971            ! README.win32
16972 ____________________________________________________________________________
16973 [  2683] By: jhi                                   on 1999/01/22  15:41:00
16974         Log: More de-cut-and-pastos.
16975      Branch: cfgperl
16976            ! hints/irix_6.sh hints/os2.sh
16977 ____________________________________________________________________________
16978 [  2682] By: jhi                                   on 1999/01/22  15:30:51
16979         Log: usethreads.cbu cut-and-pasto.
16980      Branch: cfgperl
16981            ! hints/solaris_2.sh
16982 ____________________________________________________________________________
16983 [  2681] By: jhi                                   on 1999/01/22  14:54:55
16984         Log: Better (I hope) LANGUAGE documentation.
16985      Branch: cfgperl
16986            ! pod/perllocale.pod
16987 ____________________________________________________________________________
16988 [  2680] By: jhi                                   on 1999/01/22  09:20:29
16989         Log: From: Dan Sugalski <sugalskd@osshe.edu>
16990              To: perl5-porters@perl.org
16991              Subject: [PATCH 5.005_03MT3]VMS configure tweak
16992              Date: Wed, 20 Jan 1999 12:05:18 -0800
16993              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
16994      Branch: cfgperl
16995            ! vms/subconfigure.com
16996 ____________________________________________________________________________
16997 [  2679] By: jhi                                   on 1999/01/22  09:13:18
16998         Log: nosuid getmntent() branch.
16999      Branch: cfgperl
17000            ! perl.c perl.h
17001 ____________________________________________________________________________
17002 [  2678] By: jhi                                   on 1999/01/22  08:54:19
17003         Log: nosuid patch continued: *BSD needs <sys/param.h>.
17004      Branch: cfgperl
17005            ! Configure config_h.SH
17006 ____________________________________________________________________________
17007 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
17008         Log: Fixup FindBin to use File::Spec
17009              
17010              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
17011              Date: Wed, 20 Jan 1999 18:51:57 +0000
17012              From: Paul Johnson <pjcj@transeda.com>
17013              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
17014      Branch: maint-5.005/perl
17015            ! lib/FindBin.pm
17016 ____________________________________________________________________________
17017 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
17018         Log: Fix win32 for Borland compiler and spaces in paths
17019              
17020              From: Gurusamy Sarathy <gsar@activestate.com>
17021              Date: Mon, 18 Jan 1999 20:33:17 -0800
17022              Message-Id: <199901190433.UAA03656@activestate.com>
17023              Subject: [PATCH] 5.005_03-trial3 win32 issues
17024      Branch: maint-5.005/perl
17025            ! README.win32 win32/Makefile win32/config_sh.PL
17026            ! win32/makefile.mk win32/runperl.c
17027 ____________________________________________________________________________
17028 [  2670] By: jhi                                   on 1999/01/21  16:12:38
17029         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17030              To: perl5-porters@perl.org
17031              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
17032              Date: Thu, 21 Jan 1999 12:08:01 +0000
17033              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
17034      Branch: cfgperl
17035            ! pod/perldiag.pod t/op/subst.t toke.c
17036 ____________________________________________________________________________
17037 [  2669] By: jhi                                   on 1999/01/21  16:11:46
17038         Log: To: perl5-porters@perl.org
17039              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
17040              From: Anton Berezin <tobez@plab.ku.dk>
17041              Date: 21 Jan 1999 17:07:28 +0100
17042              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
17043      Branch: cfgperl
17044            ! hints/freebsd.sh
17045 ____________________________________________________________________________
17046 [  2668] By: jhi                                   on 1999/01/21  15:38:34
17047         Log: Add Daniel Grisinger <dgris@dimensional.com>.
17048      Branch: cfgperl
17049            ! AUTHORS MAINTAIN
17050 ____________________________________________________________________________
17051 [  2667] By: jhi                                   on 1999/01/21  15:32:28
17052         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17053              To: Mailing list Perl5 <perl5-porters@perl.org>
17054              Subject: [PATCH 5.005_53] Lean Exporter.pm
17055              Date: Thu, 21 Jan 1999 03:25:23 -0500
17056              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
17057      Branch: cfgperl
17058            + lib/Exporter/Heavy.pm
17059            ! MANIFEST lib/Exporter.pm
17060 ____________________________________________________________________________
17061 [  2666] By: jhi                                   on 1999/01/21  15:24:10
17062         Log: From: "W. Phillip Moore" <wpm@ms.com>
17063              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
17064              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
17065              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
17066              Message-ID: <13988.46383.298992.97303@zappa>
17067      Branch: cfgperl
17068            ! lib/File/Path.pm
17069 ____________________________________________________________________________
17070 [  2665] By: jhi                                   on 1999/01/21  15:20:48
17071         Log: CPAN update (CPAN-1.44_54) from Andreas and
17072              jumbo doc patch from Abigail.
17073              
17074              From: abigail@fnx.com
17075              To: perl5-porters@perl.org (Perl Porters)
17076              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
17077              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
17078              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
17079              
17080              From: abigail@fnx.com
17081              To: perl5-porters@perl.org (Perl Porters)
17082              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
17083              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
17084              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
17085              
17086              From: abigail@fnx.com
17087              To: perl5-porters@perl.org (Perl Porters)
17088              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
17089              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
17090              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
17091              
17092              From: abigail@fnx.com
17093              To: perl5-porters@perl.org (Perl Porters)
17094              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
17095              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
17096              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
17097              
17098              From: abigail@fnx.com
17099              To: perl5-porters@perl.org (Perl Porters)
17100              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
17101              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
17102              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
17103              
17104              From: abigail@fnx.com
17105              To: perl5-porters@perl.org (Perl Porters)
17106              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
17107              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
17108              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
17109              
17110              From: abigail@fnx.com
17111              To: perl5-porters@perl.org (Perl Porters)
17112              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
17113              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
17114              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
17115              
17116              From: abigail@fnx.com
17117              To: perl5-porters@perl.org (Perl Porters)
17118              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
17119              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
17120              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
17121              
17122              From: abigail@fnx.com
17123              To: perl5-porters@perl.org (Perl Porters)
17124              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
17125              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
17126              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
17127              
17128              From: abigail@fnx.com
17129              To: perl5-porters@perl.org (Perl Porters)
17130              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
17131              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
17132              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
17133              
17134              From: abigail@fnx.com
17135              To: perl5-porters@perl.org (Perl Porters)
17136              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
17137              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
17138              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
17139              
17140              From: abigail@fnx.com
17141              To: perl5-porters@perl.org (Perl Porters)
17142              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
17143              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
17144              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
17145              
17146              From: abigail@fnx.com
17147              To: perl5-porters@perl.org (Perl Porters)
17148              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
17149              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
17150              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
17151      Branch: cfgperl
17152            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
17153            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
17154            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
17155            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
17156 ____________________________________________________________________________
17157 [  2664] By: jhi                                   on 1999/01/21  14:47:43
17158         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17159              To: Mailing list Perl5 <perl5-porters@perl.org>
17160              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
17161              Date: Thu, 21 Jan 1999 03:58:29 -0500
17162              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
17163      Branch: cfgperl
17164            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
17165 ____________________________________________________________________________
17166 [  2663] By: jhi                                   on 1999/01/21  14:43:58
17167         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17168              To: Mailing list Perl5 <perl5-porters@perl.org>
17169              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
17170              Date: Thu, 21 Jan 1999 02:46:34 -0500
17171              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
17172      Branch: cfgperl
17173            ! ext/Errno/Errno_pm.PL
17174 ____________________________________________________________________________
17175 [  2662] By: jhi                                   on 1999/01/21  14:42:42
17176         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
17177              To: Francois Desarmenien <desar@club-internet.fr>
17178              Cc: Gurusamy Sarathy <gsar@activestate.com>,
17179              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
17180              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
17181              Date: 21 Jan 1999 00:17:35 -0700
17182              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
17183      Branch: cfgperl
17184            ! Porting/patching.pod
17185 ____________________________________________________________________________
17186 [  2661] By: jhi                                   on 1999/01/21  14:41:13
17187         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17188              To: Mailing list Perl5 <perl5-porters@perl.org>
17189              Subject: [PATCH 5.00*] makedepend
17190              Date: Thu, 21 Jan 1999 02:08:27 -0500
17191              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
17192      Branch: cfgperl
17193            ! makedepend.SH
17194 ____________________________________________________________________________
17195 [  2660] By: jhi                                   on 1999/01/21  14:36:45
17196         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17197              To: Mailing list Perl5 <perl5-porters@perl.org>
17198              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
17199              Date: Tue, 19 Jan 1999 20:06:45 -0500
17200              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
17201      Branch: cfgperl
17202            ! os2/Changes os2/os2.c
17203 ____________________________________________________________________________
17204 [  2657] By: jhi                                   on 1999/01/21  11:40:35
17205         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
17206              To: perl5-porters@perl.org
17207              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
17208              Date: Mon, 18 Jan 1999 01:32:31 PST
17209              Message-ID: <19990118093231.18443.qmail@hotmail.com>
17210      Branch: cfgperl
17211            ! ext/B/B/CC.pm
17212 ____________________________________________________________________________
17213 [  2656] By: jhi                                   on 1999/01/21  11:35:34
17214         Log: From: Achim Bohnet <ach@mpe.mpg.de>
17215              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
17216              Date: Wed, 20 Jan 1999 20:25:53 +0100
17217              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
17218      Branch: cfgperl
17219            ! pp.c
17220 ____________________________________________________________________________
17221 [  2655] By: jhi                                   on 1999/01/21  10:46:01
17222         Log: Handle NIS (and NetInfo) more robustly.
17223      Branch: cfgperl
17224            ! t/op/grent.t t/op/pwent.t
17225 ____________________________________________________________________________
17226 [  2654] By: jhi                                   on 1999/01/21  10:17:20
17227         Log: Two-argument eaccess() of SCO.
17228      Branch: cfgperl
17229            ! pp_sys.c
17230 ____________________________________________________________________________
17231 [  2653] By: jhi                                   on 1999/01/21  08:53:14
17232         Log: -DNO_NOSUID_CHECK for those platforms which have no way
17233              of checking for nosuid but still want suidperl.
17234      Branch: cfgperl
17235            ! perl.c
17236 ____________________________________________________________________________
17237 [  2652] By: jhi                                   on 1999/01/21  08:22:50
17238         Log: The LANGUAGE mirrors LC_ALL usage.
17239      Branch: cfgperl
17240            ! Configure config_h.SH
17241 ____________________________________________________________________________
17242 [  2651] By: jhi                                   on 1999/01/20  22:01:21
17243         Log: I_MNTENT was missing.
17244      Branch: cfgperl
17245            ! Configure config_h.SH
17246 ____________________________________________________________________________
17247 [  2650] By: jhi                                   on 1999/01/19  13:42:03
17248         Log: NetBSD update, based on patches from the NetBSD packages system.
17249      Branch: cfgperl
17250            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
17251 ____________________________________________________________________________
17252 [  2649] By: jhi                                   on 1999/01/19  12:44:02
17253         Log: Jumbo Configure update.
17254              * -Uinstallusrbinperl: disable /usr/bin/perl installation
17255              by installperl
17256              * usethreads.cbu
17257              * use64bits.cbu
17258              * "nosuid"
17259      Branch: cfgperl
17260            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
17261            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
17262            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
17263            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
17264            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
17265            ! pod/perldiag.pod
17266 ____________________________________________________________________________
17267 [  2648] By: jhi                                   on 1999/01/19  09:16:44
17268         Log: Mention /usr/share/locale.
17269      Branch: cfgperl
17270            ! pod/perllocale.pod
17271 ____________________________________________________________________________
17272 [  2647] By: jhi                                   on 1999/01/19  09:11:11
17273         Log: SHMLBA strikes back in NetBSD/sparc.
17274              
17275              From: Dave Nelson <David.Nelson@bellcow.com>
17276              To: jhi@iki.fi
17277              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
17278              Date: Mon, 18 Jan 1999 22:07:56 -0600
17279              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
17280      Branch: cfgperl
17281            ! ext/IPC/SysV/SysV.xs
17282 ____________________________________________________________________________
17283 [  2646] By: jhi                                   on 1999/01/19  08:58:17
17284         Log: Show LANGUAGE env var when needed. (Augment change #2645).
17285      Branch: cfgperl
17286            ! util.c utils/perlbug.PL
17287 ____________________________________________________________________________
17288 [  2645] By: jhi                                   on 1999/01/19  08:52:15
17289         Log: Document the GNU LANGUAGE env var.
17290      Branch: cfgperl
17291            ! pod/perllocale.pod
17292 ____________________________________________________________________________
17293 [  2644] By: jhi                                   on 1999/01/19  08:42:25
17294         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17295              To: Mailing list Perl5 <perl5-porters@perl.org>
17296              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
17297              Date: Mon, 18 Jan 1999 20:57:02 -0500
17298              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
17299      Branch: cfgperl
17300            ! pp_hot.c t/op/pat.t
17301 ____________________________________________________________________________
17302 [  2643] By: jhi                                   on 1999/01/18  11:23:41
17303         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
17304      Branch: cfgperl
17305            ! Makefile.SH
17306 ____________________________________________________________________________
17307 [  2642] By: jhi                                   on 1999/01/18  11:03:38
17308         Log: GNU libc locale system has LANGUAGE env var that partly
17309              overrides even LC_ALL.
17310      Branch: cfgperl
17311            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
17312 ____________________________________________________________________________
17313 [  2641] By: jhi                                   on 1999/01/18  10:55:04
17314         Log: Integrate from mainperl.
17315      Branch: cfgperl
17316           +> ext/B/defsubs.h.PL
17317            ! t/op/groups.t
17318           !> (integrate 38 files)
17319 ____________________________________________________________________________
17320 [  2640] By: gsar                                  on 1999/01/18  10:06:29
17321         Log: a few random cleanups
17322      Branch: perl
17323            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
17324 ____________________________________________________________________________
17325 [  2639] By: gsar                                  on 1999/01/18  05:56:21
17326         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
17327              Date:    Sun, 17 Jan 1999 16:41:10 PST
17328              Message-Id: <19990118004111.29667.qmail@hotmail.com>
17329              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
17330      Branch: perl
17331            ! ext/B/B/C.pm
17332 ____________________________________________________________________________
17333 [  2638] By: gsar                                  on 1999/01/18  05:41:21
17334         Log: From:    jan.dubois@ibm.net (Jan Dubois)
17335              Date:    Mon, 18 Jan 1999 00:37:41 +0100
17336              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
17337              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
17338      Branch: perl
17339            ! dump.c
17340 ____________________________________________________________________________
17341 [  2633] By: gsar                                  on 1999/01/17  13:39:59
17342         Log: bogus assert()
17343      Branch: perl
17344            ! pp.c t/op/groups.t
17345 ____________________________________________________________________________
17346 [  2632] By: gsar                                  on 1999/01/17  13:22:04
17347         Log: various tweaks for clean build and test on win32
17348      Branch: perl
17349            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
17350            ! op.c t/pragma/warn/doio
17351 ____________________________________________________________________________
17352 [  2631] By: gsar                                  on 1999/01/17  12:28:06
17353         Log: undo change#2336, and add clarification about subversive
17354              CPAN distributions from Andreas Koenig
17355      Branch: perl
17356            ! Porting/pumpkin.pod lib/CPAN.pm
17357 ____________________________________________________________________________
17358 [  2630] By: gsar                                  on 1999/01/17  12:04:06
17359         Log: fix silent taint failures under -U
17360      Branch: perl
17361            ! doio.c
17362 ____________________________________________________________________________
17363 [  2629] By: gsar                                  on 1999/01/17  12:00:23
17364         Log: sanity check piped opens (tweaked version of patch suggested
17365              by Mark-Jason Dominus)
17366      Branch: perl
17367            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
17368            ! t/op/taint.t t/pragma/warn/doio
17369 ____________________________________________________________________________
17370 [  2628] By: gsar                                  on 1999/01/17  11:26:21
17371         Log: regen headers
17372      Branch: perl
17373            ! embed.h embedvar.h objXSUB.h
17374 ____________________________________________________________________________
17375 [  2627] By: gsar                                  on 1999/01/17  11:23:37
17376         Log: PERL_OBJECTness for change#2595
17377      Branch: perl
17378            ! embed.pl op.c pod/perlport.pod proto.h
17379 ____________________________________________________________________________
17380 [  2626] By: gsar                                  on 1999/01/17  09:47:07
17381         Log: PERL_OBJECT tweaks for change#2426
17382      Branch: perl
17383            ! embed.pl proto.h regcomp.c
17384 ____________________________________________________________________________
17385 [  2625] By: gsar                                  on 1999/01/17  09:37:58
17386         Log: documentation in change#2596 is not quite right; fix it
17387      Branch: perl
17388            ! lib/Math/BigFloat.pm pod/perlguts.pod
17389 ____________________________________________________________________________
17390 [  2624] By: gsar                                  on 1999/01/17  09:28:34
17391         Log: undo change#2571; C<use File::Spec> instead
17392      Branch: perl
17393            ! lib/FindBin.pm
17394 ____________________________________________________________________________
17395 [  2623] By: gsar                                  on 1999/01/17  09:20:42
17396         Log: change#2572 is not applicable; undo, retaining scan_bin addition
17397              to global.sym
17398      Branch: perl
17399            ! global.sym perl.c proto.h
17400 ____________________________________________________________________________
17401 [  2622] By: gsar                                  on 1999/01/17  09:17:42
17402         Log: change#2576 is based on a wrong premise; undo it
17403      Branch: perl
17404            ! pp_ctl.c
17405 ____________________________________________________________________________
17406 [  2621] By: gsar                                  on 1999/01/17  09:12:42
17407         Log: fix change#2602 to not used hard coded constants
17408      Branch: perl
17409            ! ext/B/B/C.pm ext/B/defsubs.h.PL
17410 ____________________________________________________________________________
17411 [  2620] By: gsar                                  on 1999/01/17  09:02:07
17412         Log: integrate cfgperl changes into mainline, fix conflicts
17413      Branch: perl
17414           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
17415           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
17416           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
17417           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
17418           +> pod/perlopentut.pod
17419           !> (integrate 162 files)
17420 ____________________________________________________________________________
17421 [  2619] By: gsar                                  on 1999/01/17  08:42:04
17422         Log: a few doc typos
17423      Branch: perl
17424            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
17425 ____________________________________________________________________________
17426 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
17427         Log: Win32 changes from Jan
17428              
17429              From: jan.dubois@ibm.net (Jan Dubois)
17430              Date: Fri, 15 Jan 1999 23:38:35 +0100
17431              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
17432              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
17433              
17434              From: jan.dubois@ibm.net (Jan Dubois)
17435              Date: Sat, 16 Jan 1999 13:02:45 +0100
17436              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
17437              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
17438      Branch: maint-5.005/perl
17439            ! README.win32 win32/Makefile win32/makefile.mk
17440 ____________________________________________________________________________
17441 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
17442         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
17443              
17444              From: Gurusamy Sarathy <gsar@engin.umich.edu>
17445              Date: Thu, 07 Jan 1999 00:12:00 -0500
17446              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
17447              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
17448              
17449              From: Gurusamy Sarathy <gsar@engin.umich.edu>
17450              Date: Thu, 14 Jan 1999 19:21:46 -0500
17451              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
17452              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
17453      Branch: maint-5.005/perl
17454            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
17455            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
17456            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
17457            ! win32/makedef.pl win32/runperl.c win32/win32.c
17458 ____________________________________________________________________________
17459 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
17460         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
17461              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
17462              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
17463              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
17464              
17465              From: Jarkko Hietaniemi <jhi@iki.fi>
17466              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
17467              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
17468              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
17469              
17470              From: Jarkko Hietaniemi <jhi@iki.fi>
17471              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
17472              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
17473              Subject: the promised "installusrbinperl + NetBSD" fix
17474      Branch: maint-5.005/perl
17475            ! Configure Makefile.SH hints/netbsd.sh installperl
17476            ! makedepend.SH unixish.h
17477 ____________________________________________________________________________
17478 [  2611] By: jhi                                   on 1999/01/14  12:16:14
17479         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
17480              To: pumpkings@jhereg.perl.com
17481              Subject: perlopentut.pod
17482              Date: Sat, 09 Jan 1999 08:13:18 -0700
17483              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
17484      Branch: cfgperl
17485            + pod/perlopentut.pod
17486            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
17487 ____________________________________________________________________________
17488 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
17489         Log: Added Carp::cluck to perldelta.pod
17490      Branch: maint-5.005/perl
17491            ! pod/perldelta.pod
17492 ____________________________________________________________________________
17493 [  2605] By: jhi                                   on 1999/01/13  18:26:19
17494         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
17495              To: "'cpan@perl.org'" <cpan@perl.org>
17496              Subject: "Bug" fix for File::Find.pm
17497              Date:   Thu, 31 Dec 1998 13:01:50 -0500
17498              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
17499      Branch: cfgperl
17500            ! lib/File/Find.pm
17501 ____________________________________________________________________________
17502 [  2604] By: jhi                                   on 1999/01/13  18:08:45
17503         Log: From: Peter Wolfe <wolfe@teloseng.com>
17504              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
17505              To: perlbug@perl.com
17506              Date: 11 Jan 1999 23:00:05 +0200
17507              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
17508      Branch: cfgperl
17509            ! hints/sco.sh
17510 ____________________________________________________________________________
17511 [  2603] By: jhi                                   on 1999/01/13  18:06:56
17512         Log: From: hans@icgroup.nl (Hans Mulder)
17513              Subject: [Patch for 5.005_54] re::debugcolors dumps core
17514              To: perlbug@perl.com
17515              Cc: hansmu@xs4all.nl
17516              Date: 11 Jan 1999 22:22:45 +0200
17517              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
17518      Branch: cfgperl
17519            ! ext/re/re.pm regcomp.c
17520 ____________________________________________________________________________
17521 [  2602] By: jhi                                   on 1999/01/13  18:05:43
17522         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
17523              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
17524              Date: 11 Jan 1999 08:02:41 +0200
17525              Lines: 134
17526              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
17527      Branch: cfgperl
17528            ! ext/B/B.xs ext/B/B/C.pm
17529 ____________________________________________________________________________
17530 [  2601] By: jhi                                   on 1999/01/13  18:01:53
17531         Log: From: James FitzGibbon <james@ican.net>
17532              Subject: Trivial patch for HP-UX 11 and shared libperl
17533              To: perl5-porters@perl.org
17534              Date: 8 Jan 1999 19:13:23 +0200
17535              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
17536      Branch: cfgperl
17537            ! Makefile.SH
17538 ____________________________________________________________________________
17539 [  2600] By: jhi                                   on 1999/01/13  17:59:45
17540         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
17541              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
17542              To: perl5-porters@perl.org
17543              Date: 8 Jan 1999 12:43:36 +0200
17544              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
17545      Branch: cfgperl
17546            ! ext/B/B/CC.pm
17547 ____________________________________________________________________________
17548 [  2599] By: jhi                                   on 1999/01/13  17:50:11
17549         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
17550              Subject: PATCH to installperl
17551              To: perl5-porters@perl.org
17552              Date: 4 Jan 1999 16:15:18 +0200
17553              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
17554      Branch: cfgperl
17555            ! installperl
17556 ____________________________________________________________________________
17557 [  2598] By: jhi                                   on 1999/01/13  17:34:51
17558         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
17559              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
17560              Cc: perl5-porters@perl.org
17561              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
17562              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
17563              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
17564      Branch: cfgperl
17565            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
17566            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
17567 ____________________________________________________________________________
17568 [  2597] By: jhi                                   on 1999/01/13  17:30:33
17569         Log: From: David Dyck <dcd@tc.fluke.com>
17570              To: Perl Porters <perl5-porters@perl.org>,
17571              Gurusamy Sarathy <gsar@engin.umich.edu>
17572              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
17573              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
17574              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
17575      Branch: cfgperl
17576            ! pod/perldsc.pod
17577 ____________________________________________________________________________
17578 [  2596] By: jhi                                   on 1999/01/13  17:26:44
17579         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
17580              To: perl5-porters@perl.org
17581              Subject: [PATCH] modglobal w/ spelling fixes
17582              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
17583              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
17584      Branch: cfgperl
17585            ! pod/perlguts.pod
17586 ____________________________________________________________________________
17587 [  2595] By: jhi                                   on 1999/01/13  17:24:59
17588         Log: From: Hans Mulder <hansm@icgroup.nl>
17589              Optimize common sort routines.  Thread started by the message
17590              
17591              From: Hans Mulder <hansm@icgroup.nl>
17592              Sender: owner-perl5-porters@perl.org
17593              To: perl5-porters@perl.org
17594              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
17595              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
17596              
17597              and the patch from the message
17598              
17599              From: Hans Mulder <hans@icgroup.nl>
17600              To: jhi@iki.fi
17601              Cc: perl5-porters@perl.org
17602              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
17603              $b }
17604              Date: Wed, 13 Jan 1999 17:39:35 +0100
17605              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
17606      Branch: cfgperl
17607            ! Todo op.c op.h pp_ctl.c t/op/sort.t
17608 ____________________________________________________________________________
17609 [  2594] By: jhi                                   on 1999/01/13  16:50:17
17610         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
17611              (the diffs were based on 5.004_02).  Tested by Guido
17612              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
17613      Branch: cfgperl
17614            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
17615            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
17616            + mint/sys/time.h mint/time.h
17617            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
17618            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
17619 ____________________________________________________________________________
17620 [  2593] By: jhi                                   on 1999/01/09  16:54:26
17621         Log: Detypo.
17622      Branch: cfgperl
17623            ! hints/dec_osf.sh
17624 ____________________________________________________________________________
17625 [  2592] By: jhi                                   on 1999/01/09  16:17:13
17626         Log: Move usethreads and use64bits logic from hints to Configure.
17627      Branch: cfgperl
17628            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
17629            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
17630            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
17631            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
17632 ____________________________________________________________________________
17633 [  2591] By: jhi                                   on 1999/01/09  14:45:24
17634         Log: Missing dTHRs added.
17635      Branch: cfgperl
17636            ! regcomp.c toke.c
17637 ____________________________________________________________________________
17638 [  2590] By: jhi                                   on 1999/01/08  15:27:17
17639         Log: Finalize change #2589 and add better AIX nm scanning from:
17640              
17641              Message-Id: <m0zyNW0-00017VC@gentoo.com>
17642              From: bll@gentoo.com (Brad Lanam)
17643              Subject: Re: mailhelp returned a non-zero status
17644              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
17645              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
17646      Branch: cfgperl
17647            ! Configure hints/freebsd.sh hints/linux.sh
17648 ____________________________________________________________________________
17649 [  2589] By: jhi                                   on 1999/01/08  15:14:54
17650         Log: Undo change #2581.
17651      Branch: cfgperl
17652            ! Configure hints/freebsd.sh hints/linux.sh
17653 ____________________________________________________________________________
17654 [  2588] By: jhi                                   on 1999/01/08  11:51:52
17655         Log: FAQ jumbo patch from tchrist.
17656              
17657              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
17658              From: Tom Christiansen <tchrist@jhereg.perl.com>
17659              To: pumpkings@jhereg.perl.com
17660              Subject: newest version of perlfaq.pod
17661              Date: Thu, 7 Jan 1999 23:05:02 -0700
17662              
17663              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
17664              From: Tom Christiansen <tchrist@jhereg.perl.com>
17665              To: pumpkings@jhereg.perl.com
17666              Subject: newest version of perlfaq1.pod
17667              Date: Thu, 7 Jan 1999 23:05:02 -0700
17668              
17669              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
17670              From: Tom Christiansen <tchrist@jhereg.perl.com>
17671              To: pumpkings@jhereg.perl.com
17672              Subject: newest version of perlfaq2.pod
17673              Date: Thu, 7 Jan 1999 23:05:02 -0700
17674              
17675              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
17676              From: Tom Christiansen <tchrist@jhereg.perl.com>
17677              To: pumpkings@jhereg.perl.com
17678              Subject: newest version of perlfaq3.pod
17679              Date: Thu, 7 Jan 1999 23:05:02 -0700
17680              
17681              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
17682              From: Tom Christiansen <tchrist@jhereg.perl.com>
17683              To: pumpkings@jhereg.perl.com
17684              Subject: newest version of perlfaq4.pod
17685              Date: Thu, 7 Jan 1999 23:05:02 -0700
17686              
17687              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
17688              From: Tom Christiansen <tchrist@jhereg.perl.com>
17689              To: pumpkings@jhereg.perl.com
17690              Subject: newest version of perlfaq5.pod
17691              Date: Thu, 7 Jan 1999 23:05:02 -0700
17692              
17693              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
17694              From: Tom Christiansen <tchrist@jhereg.perl.com>
17695              To: pumpkings@jhereg.perl.com
17696              Subject: newest version of perlfaq6.pod
17697              Date: Thu, 7 Jan 1999 23:05:02 -0700
17698              
17699              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
17700              From: Tom Christiansen <tchrist@jhereg.perl.com>
17701              To: pumpkings@jhereg.perl.com
17702              Subject: newest version of perlfaq7.pod
17703              Date: Thu, 7 Jan 1999 23:05:03 -0700
17704              
17705              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
17706              From: Tom Christiansen <tchrist@jhereg.perl.com>
17707              To: pumpkings@jhereg.perl.com
17708              Subject: newest version of perlfaq8.pod
17709              Date: Thu, 7 Jan 1999 23:05:03 -0700
17710              
17711              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
17712              From: Tom Christiansen <tchrist@jhereg.perl.com>
17713              To: pumpkings@jhereg.perl.com
17714              Subject: newest version of perlfaq9.pod
17715              Date: Thu, 7 Jan 1999 23:05:03 -0700
17716      Branch: cfgperl
17717            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
17718            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
17719            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
17720            ! pod/perlfaq9.pod
17721 ____________________________________________________________________________
17722 [  2587] By: jhi                                   on 1999/01/08  11:17:43
17723         Log: More doc fixes from Abigail.
17724      Branch: cfgperl
17725            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
17726            ! lib/User/pwent.pm
17727 ____________________________________________________________________________
17728 [  2585] By: jhi                                   on 1999/01/08  08:31:02
17729         Log: Change #2584 from maint-5.005:
17730              
17731              implemented Ilya's suggested fix, and added a testcase
17732              
17733              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17734              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
17735              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
17736              Subject: Re: Text::ParseWords: regex fix
17737      Branch: cfgperl
17738            ! lib/Text/ParseWords.pm t/lib/parsewords.t
17739 ____________________________________________________________________________
17740 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
17741         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
17742              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
17743              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
17744              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
17745      Branch: maint-5.005/perl
17746            ! ext/Errno/Errno_pm.PL
17747 ____________________________________________________________________________
17748 [  2581] By: jhi                                   on 1999/01/07  16:38:03
17749         Log: Configure update:
17750              - usethreads, use64bits, and usemultiplicity
17751              are no more interactively asked by Configure
17752              - "int main()" (vs bare "main()") enforced in test programs
17753      Branch: cfgperl
17754            ! Configure hints/freebsd.sh hints/linux.sh
17755 ____________________________________________________________________________
17756 [  2580] By: jhi                                   on 1999/01/07  11:19:12
17757         Log: From: Dan Sugalski <sugalskd@osshe.edu>
17758              Date: Wed, 06 Jan 1999 13:47:34 -0800
17759              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
17760              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
17761      Branch: cfgperl
17762            ! vms/vms.c
17763 ____________________________________________________________________________
17764 [  2579] By: jhi                                   on 1999/01/07  09:08:36
17765         Log: Another set of doc patches from Abigail
17766              
17767              From: abigail@fnx.com
17768              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
17769              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
17770              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
17771              
17772              From: abigail@fnx.com
17773              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
17774              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
17775              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
17776              
17777              From: abigail@fnx.com
17778              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
17779              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
17780              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
17781              
17782              From: abigail@fnx.com
17783              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
17784              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
17785              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
17786              
17787              From: abigail@fnx.com
17788              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
17789              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
17790              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
17791              
17792              From: abigail@fnx.com
17793              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
17794              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
17795              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
17796              
17797              From: abigail@fnx.com
17798              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
17799              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
17800              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
17801              
17802              From: abigail@fnx.com
17803              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
17804              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
17805              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
17806              
17807              From: abigail@fnx.com
17808              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
17809              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
17810              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
17811              
17812              From: abigail@fnx.com
17813              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
17814              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
17815              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
17816              
17817              From: abigail@fnx.com
17818              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
17819              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
17820              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
17821              
17822              From: abigail@fnx.com
17823              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
17824              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
17825              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
17826              
17827              From: abigail@fnx.com
17828              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
17829              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
17830              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
17831              
17832              From: abigail@fnx.com
17833              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
17834              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
17835              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
17836      Branch: cfgperl
17837            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
17838            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
17839            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
17840            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
17841            ! lib/Tie/Array.pm lib/Tie/Hash.pm
17842 ____________________________________________________________________________
17843 [  2576] By: jhi                                   on 1999/01/06  17:05:20
17844         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
17845      Branch: cfgperl
17846            ! pp_ctl.c
17847 ____________________________________________________________________________
17848 [  2575] By: jhi                                   on 1999/01/06  13:18:56
17849         Log: Enhance the great_circle_distance() documentation.
17850      Branch: cfgperl
17851            ! lib/Math/Trig.pm
17852 ____________________________________________________________________________
17853 [  2574] By: jhi                                   on 1999/01/06  12:58:03
17854         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
17855              To: perlbug@perl.com
17856              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
17857              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
17858              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
17859      Branch: cfgperl
17860            ! t/op/sysio.t
17861 ____________________________________________________________________________
17862 [  2573] By: jhi                                   on 1999/01/06  12:40:19
17863         Log: From: "W. Phillip Moore" <wpm@ms.com>
17864              To: perlbug@perl.org
17865              Subject: [PATCH] POSIX getpgrp is not -w clean
17866              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
17867              Message-ID: <13970.20107.190314.549471@zappa>
17868      Branch: cfgperl
17869            ! ext/POSIX/POSIX.pm
17870 ____________________________________________________________________________
17871 [  2572] By: jhi                                   on 1999/01/06  12:25:24
17872         Log: Based on
17873              From: jan.dubois@ibm.net (Jan Dubois)
17874              To: perl5-porters@perl.org
17875              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
17876              Date: Wed, 06 Jan 1999 01:24:09 +0100
17877              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
17878              except that
17879              - objXSUB.h was already okay
17880              - embed.h patching is futile, global.sym patched instead
17881              - objpp.h does not exist
17882              - proto.h addition applied manually
17883              - win32/GenCAPI.pl was already okay
17884              - win32/makedef.pl was already okay
17885      Branch: cfgperl
17886            ! global.sym perl.c proto.h
17887 ____________________________________________________________________________
17888 [  2571] By: jhi                                   on 1999/01/06  11:25:48
17889         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
17890              To: perlbug@perl.com
17891              Subject: FindBin.pm on Win32 systems
17892              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
17893              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
17894      Branch: cfgperl
17895            ! lib/FindBin.pm
17896 ____________________________________________________________________________
17897 [  2570] By: jhi                                   on 1999/01/06  11:21:48
17898         Log: From: Dan Sugalski <sugalskd@osshe.edu>
17899              To: perl5-porters@perl.org, vmsperl@perl.org
17900              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
17901              Date: Tue, 05 Jan 1999 16:47:31 -0800
17902              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
17903              
17904              (the ext/IO/lib/IO/Socket.pm was not really changed here;
17905              it was a leftover from #2569)
17906      Branch: cfgperl
17907            ! ext/IO/lib/IO/Socket.pm taint.c
17908 ____________________________________________________________________________
17909 [  2569] By: jhi                                   on 1999/01/06  11:18:22
17910         Log: Jumbo doc patch from Abigail (almost identical to
17911              the 5.005-maint change #2562 except for the
17912              ext/IO/lib/IO/Socket.pm patch which was not
17913              applicable because the IO version of 5.005-devel
17914              is somewhat different (why?))
17915              
17916              From: abigail@fnx.com
17917              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
17918              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
17919              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
17920              
17921              From: abigail@fnx.com
17922              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
17923              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
17924              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
17925              
17926              From: abigail@fnx.com
17927              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
17928              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
17929              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
17930              
17931              From: abigail@fnx.com
17932              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
17933              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
17934              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
17935              
17936              From: abigail@fnx.com
17937              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
17938              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
17939              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
17940              
17941              From: abigail@fnx.com
17942              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
17943              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
17944              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
17945              
17946              From: abigail@fnx.com
17947              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
17948              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
17949              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
17950              
17951              From: abigail@fnx.com
17952              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
17953              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
17954              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
17955              
17956              From: abigail@fnx.com
17957              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
17958              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
17959              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
17960              
17961              From: abigail@fnx.com
17962              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
17963              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
17964              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
17965      Branch: cfgperl
17966            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
17967            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
17968            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
17969            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
17970            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
17971 ____________________________________________________________________________
17972 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
17973         Log: From: jan.dubois@ibm.net (Jan Dubois)
17974              Date: Wed, 06 Jan 1999 01:24:09 +0100
17975              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
17976              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
17977      Branch: maint-5.005/perl
17978            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
17979            ! win32/GenCAPI.pl win32/makedef.pl
17980 ____________________________________________________________________________
17981 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
17982         Log: From: "W. Phillip Moore" <wpm@ms.com>
17983              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
17984              Message-ID: <13970.20107.190314.549471@zappa>
17985              Subject: [PATCH] POSIX getpgrp is not -w clean
17986      Branch: maint-5.005/perl
17987            ! ext/POSIX/POSIX.pm
17988 ____________________________________________________________________________
17989 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
17990         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
17991              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
17992              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
17993              Subject: FindBin.pm on Win32 systems
17994      Branch: maint-5.005/perl
17995            ! lib/FindBin.pm
17996 ____________________________________________________________________________
17997 [  2561] By: jhi                                   on 1999/01/05  10:49:10
17998         Log: Reword the setlocale() 1-arg case better.
17999      Branch: cfgperl
18000            ! ext/POSIX/POSIX.pod
18001 ____________________________________________________________________________
18002 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
18003         Log: From: Blair Zajac <bzajac@geostaff.com>
18004              Date: Wed, 23 Dec 1998 17:13:32 -0800
18005              Message-ID: <3681953C.8B6A90AA@geostaff.com>
18006              Subject: Tie::SubstrHash patch
18007      Branch: maint-5.005/perl
18008            ! lib/Tie/SubstrHash.pm
18009 ____________________________________________________________________________
18010 [  2554] By: jhi                                   on 1999/01/02  14:55:06
18011         Log: Object destruction order testing.
18012      Branch: cfgperl
18013            ! t/op/misc.t
18014 ____________________________________________________________________________
18015 [  2553] By: jhi                                   on 1999/01/02  14:49:40
18016         Log: perldelta the Dumpvalue.pm of change #2513.
18017      Branch: cfgperl
18018            ! lib/Dumpvalue.pm pod/perldelta.pod
18019 ____________________________________________________________________________
18020 [  2552] By: nick                                  on 1999/01/02  14:45:38
18021         Log: Tone down Makefile.PL so it works on Win32
18022      Branch: perl
18023            ! ext/B/Makefile.PL
18024 ____________________________________________________________________________
18025 [  2551] By: nick                                  on 1999/01/02  14:06:30
18026         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
18027              Use them in various B::* rather than have local defs.
18028      Branch: perl
18029            + ext/B/defsubs.h.PL
18030            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
18031            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
18032            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
18033 ____________________________________________________________________________
18034 [  2550] By: nick                                  on 1999/01/02  10:04:02
18035         Log: Integrate ext/B changes from //depot/cfgperl
18036      Branch: perl
18037           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
18038 ____________________________________________________________________________
18039 [  2549] By: jhi                                   on 1999/01/01  13:54:16
18040         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
18041              To: perlbug@perl.com
18042              Subject: op/groups.t fails test 1 on HP-UX 10.20
18043              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
18044              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
18045      Branch: cfgperl
18046            ! t/op/groups.t
18047 ____________________________________________________________________________
18048 [  2548] By: jhi                                   on 1999/01/01  13:53:31
18049         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18050              To: perl5-porters@perl.org
18051              cc: hv@crypt0.demon.co.uk
18052              Subject: [bug 5.004_54] duplicate error message
18053              Date: Thu, 31 Dec 1998 04:05:25 +0000
18054              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
18055              
18056              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
18057              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
18058              To: hv@crypt0.demon.co.uk
18059              Cc: perl5-porters@perl.org
18060              Subject: [PATCH _54] Re: duplicate error message
18061              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
18062              
18063              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
18064              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18065              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
18066              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
18067              Subject: [TEST PATCH _54] Re: duplicate error message 
18068              Date: Fri, 01 Jan 1999 07:32:14 +0000
18069      Branch: cfgperl
18070            ! op.c t/pragma/warn/op
18071 ____________________________________________________________________________
18072 [  2547] By: jhi                                   on 1998/12/31  14:15:04
18073         Log: From: Chris Nandor <pudge@pobox.com>
18074              To: jhi@iki.fi
18075              Cc: perl5-porters@perl.org
18076              Subject: Re: [PATCH] perlport.pod 1.38
18077              Date: Thu, 31 Dec 1998 09:06:48 -0500
18078              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
18079      Branch: cfgperl
18080            ! pod/perlport.pod
18081 ____________________________________________________________________________
18082 [  2546] By: jhi                                   on 1998/12/31  11:18:17
18083         Log: From: Wilson P. Snyder II
18084              To: perl5-porters@perl.org
18085              Subject: [PATCH v5.5.53] REV2: Binary number support
18086              Date: 1998/11/30
18087              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
18088      Branch: cfgperl
18089            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
18090            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
18091            ! toke.c util.c
18092 ____________________________________________________________________________
18093 [  2545] By: jhi                                   on 1998/12/31  09:27:40
18094         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
18095              To: perlbug@perl.com
18096              Subject: "perl -T -P" dumps core on OpenBSD and Linux
18097              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
18098              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
18099      Branch: cfgperl
18100            ! taint.c
18101 ____________________________________________________________________________
18102 [  2544] By: jhi                                   on 1998/12/31  09:21:45
18103         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
18104              To: perlbug@perl.com 
18105              Subject: bug in pod2man search for perl binary [5.005_5x]
18106              Date: Sat, 12 Dec 1998 23:08:51 +0000 
18107              Message-ID: <19981212230851.A20578@ig.co.uk> 
18108      Branch: cfgperl
18109            ! pod/pod2man.PL
18110 ____________________________________________________________________________
18111 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
18112         Log: From: jan.dubois@ibm.net (Jan Dubois)
18113              Date: Wed, 23 Dec 1998 21:26:38 +0100
18114              Message-ID: <36895086.8849224@smtp1.ibm.net>
18115              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
18116      Branch: maint-5.005/perl
18117            ! lib/ExtUtils/MakeMaker.pm
18118 ____________________________________________________________________________
18119 [  2540] By: jhi                                   on 1998/12/30  08:42:04
18120         Log: Evermore AUTHORS and MAINTAIN.
18121      Branch: cfgperl
18122            ! AUTHORS MAINTAIN
18123 ____________________________________________________________________________
18124 [  2539] By: jhi                                   on 1998/12/29  15:10:34
18125         Log: More AUTHORS and MAINTAIN.
18126      Branch: cfgperl
18127            ! AUTHORS MAINTAIN
18128 ____________________________________________________________________________
18129 [  2537] By: jhi                                   on 1998/12/29  14:34:47
18130         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
18131              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
18132              Message-ID: <13942.32480.700000.640927@utensil>
18133              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
18134              (mirror change#2531 in the 5.005-maint)
18135      Branch: cfgperl
18136            ! lib/AutoSplit.pm
18137 ____________________________________________________________________________
18138 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
18139         Log: change in_pod pattern to /^=\w/ from /^=/
18140              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
18141              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
18142              Message-ID: <13942.32480.700000.640927@utensil>
18143              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
18144      Branch: maint-5.005/perl
18145            ! lib/AutoSplit.pm
18146 ____________________________________________________________________________
18147 [  2525] By: jhi                                   on 1998/12/29  13:06:26
18148         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
18149              To: perl5-porters@perl.org
18150              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
18151              Date: 16 Dec 1998 03:17:03 +0200
18152              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
18153      Branch: cfgperl
18154            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
18155 ____________________________________________________________________________
18156 [  2524] By: jhi                                   on 1998/12/29  13:00:06
18157         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
18158              To: perl5-porters@perl.org
18159              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
18160              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
18161              Date: 10 Dec 1998 08:30:02 +0200
18162              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
18163              
18164              (Nick's part was applied earlier, in change #2460)
18165      Branch: cfgperl
18166            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
18167 ____________________________________________________________________________
18168 [  2523] By: jhi                                   on 1998/12/29  12:41:31
18169         Log: From: "vishal bhatia" <vishalb@hotmail.com>
18170              To: nick@ni-s.u-net.com
18171              Cc: perl5-porters@perl.org
18172              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
18173              Date: 9 Dec 1998 06:50:30 +0200
18174              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
18175      Branch: cfgperl
18176            ! ext/B/B/CC.pm
18177 ____________________________________________________________________________
18178 [  2522] By: jhi                                   on 1998/12/29  12:15:18
18179         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
18180              To: perl5-porters@perl.org (Perl 5 Porters)
18181              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
18182              Date: 25 Dec 1998 23:02:28 +0200
18183              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
18184      Branch: cfgperl
18185            ! lib/Pod/Text.pm
18186 ____________________________________________________________________________
18187 [  2521] By: jhi                                   on 1998/12/29  12:07:54
18188         Log: Undo #2519 (breaks universal.c).
18189      Branch: cfgperl
18190            ! XSUB.h
18191 ____________________________________________________________________________
18192 [  2519] By: jhi                                   on 1998/12/29  11:41:10
18193         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
18194              To: perl5-porters@perl.org
18195              Cc: perl-xs@perl.org
18196              Subject: XSUB.h refinement [PATCH]
18197              Date: 18 Dec 1998 03:58:44 +0200
18198              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
18199      Branch: cfgperl
18200            ! XSUB.h
18201 ____________________________________________________________________________
18202 [  2518] By: jhi                                   on 1998/12/29  11:36:19
18203         Log: From: abigail@fnx.com
18204              To: perl5-porters@perl.org (Perl Porters)
18205              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
18206              Date: 28 Dec 1998 21:39:15 +0200
18207              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
18208      Branch: cfgperl
18209            ! lib/fields.pm
18210 ____________________________________________________________________________
18211 [  2517] By: jhi                                   on 1998/12/29  11:35:03
18212         Log: Document change #2516.
18213      Branch: cfgperl
18214            ! pod/perldelta.pod
18215 ____________________________________________________________________________
18216 [  2516] By: jhi                                   on 1998/12/29  11:32:26
18217         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18218              To: perl5-porters@perl.org (Mailing list Perl5)
18219              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
18220              Date: 9 Dec 1998 10:39:31 +0200
18221              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
18222      Branch: cfgperl
18223            ! pod/perldiag.pod regcomp.c toke.c
18224 ____________________________________________________________________________
18225 [  2515] By: jhi                                   on 1998/12/29  11:27:11
18226         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18227              To: perl5-porters@perl.org (Mailing list Perl5)
18228              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
18229              Date: 8 Dec 1998 09:02:04 +0200
18230              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
18231              
18232              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
18233      Branch: cfgperl
18234            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
18235 ____________________________________________________________________________
18236 [  2514] By: jhi                                   on 1998/12/29  11:21:31
18237         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18238              To: perl5-porters@perl.org (Mailing list Perl5)
18239              Subject: [PATCH 5.005_53] Regexp tests and UTF8
18240              Date: 8 Dec 1998 07:02:01 +0200
18241              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
18242      Branch: cfgperl
18243            ! regcomp.c
18244 ____________________________________________________________________________
18245 [  2513] By: jhi                                   on 1998/12/29  11:18:34
18246         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18247              Subject: [PATCH 5.005_*] Dumpvar.pm
18248              To: perl5-porters@perl.org (Mailing list Perl5)
18249              Date: 7 Dec 1998 10:17:35 +0200
18250              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
18251      Branch: cfgperl
18252            + lib/Dumpvalue.pm
18253            ! MANIFEST
18254 ____________________________________________________________________________
18255 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
18256         Log: From: jan.dubois@ibm.net (Jan Dubois)
18257              Date: Tue, 01 Dec 1998 00:07:33 +0100
18258              Message-ID: <366921b5.14512598@smtp1.ibm.net>
18259              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
18260              
18261              From: jan.dubois@ibm.net (Jan Dubois)
18262              Date: Wed, 02 Dec 1998 00:24:54 +0100
18263              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
18264              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
18265      Branch: maint-5.005/perl
18266            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
18267            ! win32/config.bc win32/config.gc win32/config.vc
18268            ! win32/config_sh.PL win32/makedef.pl
18269 ____________________________________________________________________________
18270 [  2509] By: jhi                                   on 1998/12/28  13:00:31
18271     Log: Kickstart AUTHORS and MAINTAIN.
18272  Branch: cfgperl
18273        + AUTHORS MAINTAIN
18274        ! MANIFEST
18275 ____________________________________________________________________________
18276 [  2508] By: jhi                                   on 1998/12/28  08:04:00
18277     Log: From: Nathan Torkington <gnat@frii.com>
18278          To: perlbug@perl.com
18279          Subject: [PATCH] perlxstut.pod fix
18280          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
18281          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
18282  Branch: cfgperl
18283        ! pod/perlxstut.pod
18284 ____________________________________________________________________________
18285 [  2507] By: jhi                                   on 1998/12/28  07:59:00
18286     Log: From: abigail@fnx.com
18287          To: perlbug@perl.com
18288          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
18289          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
18290          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
18291          (slightly modified, a part of the patch was rejected)
18292          (strange, I thought I had already submitted this one
18293          but Perforce disagrees with me...)
18294  Branch: cfgperl
18295        ! pod/perlop.pod
18296 ____________________________________________________________________________
18297 [  2506] By: jhi                                   on 1998/12/28  07:56:59
18298     Log: From: Artur <artur@vogon-solutions.com>
18299          To: perlbug@perl.com
18300          Subject: PATCH: perlmodlib.pod
18301          Date: Fri, 25 Dec 1998 00:48:39 +0000
18302          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
18303  Branch: cfgperl
18304        ! pod/perlmodlib.pod pod/perlop.pod
18305 ____________________________________________________________________________
18306 [  2505] By: jhi                                   on 1998/12/28  07:46:06
18307     Log: From: abigail@fnx.com
18308          To: perl5-porters@perl.org (Perl Porters)
18309          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
18310          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
18311          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
18312  Branch: cfgperl
18313        ! pod/pod2html.PL
18314 ____________________________________________________________________________
18315 [  2504] By: jhi                                   on 1998/12/28  07:44:35
18316     Log: From: Jim Avera <avera@fjst.com>
18317          To: perlbug@perl.com
18318          Subject: perlbug bug - shows dates reversed
18319          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
18320          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
18321  Branch: cfgperl
18322        ! utils/perlbug.PL
18323 ____________________________________________________________________________
18324 [  2503] By: jhi                                   on 1998/12/28  07:41:39
18325     Log: From: jan.dubois@ibm.net (Jan Dubois)
18326          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
18327          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
18328          Date: Wed, 23 Dec 1998 21:26:38 +0100
18329          Message-ID: <36895086.8849224@smtp1.ibm.net>
18330  Branch: cfgperl
18331        ! lib/ExtUtils/MakeMaker.pm
18332 ____________________________________________________________________________
18333 [  2502] By: jhi                                   on 1998/12/28  07:39:20
18334     Log: From: Blair Zajac <bzajac@geostaff.com>
18335          To: perl5-porters@perl.org
18336          Subject: Tie::SubstrHash patch
18337          Date: Wed, 23 Dec 1998 17:13:32 -0800
18338          Message-ID: <3681953C.8B6A90AA@geostaff.com>
18339  Branch: cfgperl
18340        ! lib/Tie/SubstrHash.pm
18341 ____________________________________________________________________________
18342 [  2501] By: jhi                                   on 1998/12/28  07:37:16
18343     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
18344          To: perlbug@perl.com
18345          Subject: perlfaq9 minor error
18346          Date: Wed, 23 Dec 1998 14:54:19 -0800
18347          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
18348  Branch: cfgperl
18349        ! pod/perlfaq9.pod
18350 ____________________________________________________________________________
18351 [  2500] By: jhi                                   on 1998/12/23  10:38:18
18352     Log: More porting notes about filesystems, AmigaOS, and MiNT.
18353  Branch: cfgperl
18354        ! pod/perlport.pod
18355 ____________________________________________________________________________
18356 [  2499] By: jhi                                   on 1998/12/22  09:26:49
18357     Log: Add few MSG_ and uio constants.
18358  Branch: cfgperl
18359        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
18360 ____________________________________________________________________________
18361 [  2498] By: jhi                                   on 1998/12/22  08:39:30
18362     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
18363          a Digital C compiler optimizer bug that broke the 'x'
18364          operator under certain circumstances.  See t/op/repeat.t
18365          test #20 for graphic details.  Reported in
18366          
18367          From: Gisle Aas <gisle@aas.no>
18368          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
18369          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
18370          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
18371          Date: 18 Dec 1998 14:27:40 +0100
18372          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
18373          
18374          and discussed further in the thread
18375          
18376          From: Jarkko Hietaniemi <jhi@iki.fi>
18377          To: Gisle Aas <gisle@aas.no>
18378          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
18379          cpan-testers@perl.org, perl5-porters@perl.org
18380          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
18381          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
18382          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
18383  Branch: cfgperl
18384        ! t/op/repeat.t util.c
18385 ____________________________________________________________________________
18386 [  2497] By: jhi                                   on 1998/12/21  14:18:57
18387     Log: Change #2483 update.
18388  Branch: cfgperl
18389        ! t/op/tr.t
18390 ____________________________________________________________________________
18391 [  2496] By: jhi                                   on 1998/12/21  14:07:41
18392     Log: Update on change #2493.
18393  Branch: cfgperl
18394        ! t/pragma/warn/op
18395 ____________________________________________________________________________
18396 [  2495] By: jhi                                   on 1998/12/21  13:52:00
18397     Log: Change #2487 aftershock.
18398  Branch: cfgperl
18399        ! warning.pl
18400 ____________________________________________________________________________
18401 [  2494] By: jhi                                   on 1998/12/21  12:35:00
18402     Log: From: Chris Nandor <pudge@pobox.com>
18403          To: perl5-porters@perl.org
18404          Subject: [PATCH] perlport.pod v1.37
18405          Date: Sat, 19 Dec 1998 12:54:34 -0500
18406          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
18407  Branch: cfgperl
18408        ! pod/perlport.pod
18409 ____________________________________________________________________________
18410 [  2493] By: jhi                                   on 1998/12/21  12:22:44
18411     Log: From: Mark-Jason Dominus <mjd@plover.com>
18412          To: perl5-porters@perl.com
18413          Subject: PATCH (5.005_02): Dejargonizing
18414          Date: Sun, 20 Dec 1998 14:35:20 -0500
18415          Message-ID: <19981220193520.11230.qmail@plover.com>
18416          
18417          From: Mark-Jason Dominus <mjd@plover.com>
18418          To: perl5-porters@perl.com
18419          Subject: PATCH (5.005_02): Spelling correction in warning message
18420          Date: Sun, 20 Dec 1998 13:51:30 -0500
18421          Message-ID: <19981220185130.11067.qmail@plover.com>
18422  Branch: cfgperl
18423        ! doio.c op.c
18424 ____________________________________________________________________________
18425 [  2492] By: jhi                                   on 1998/12/21  09:00:05
18426     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
18427          To: perl5-porters@perl.org
18428          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
18429          Date: Sun, 20 Dec 1998 19:03:25 PST
18430          Message-ID: <19981221030326.27660.qmail@hotmail.com>
18431          
18432          (slightly reformatted)
18433  Branch: cfgperl
18434        ! ext/B/B/CC.pm
18435 ____________________________________________________________________________
18436 [  2491] By: nick                                  on 1998/12/20  14:21:29
18437     Log: Save _all_ GV's which have SV, AV or HV set.
18438  Branch: perl
18439        ! ext/B/B/C.pm
18440 ____________________________________________________________________________
18441 [  2490] By: jhi                                   on 1998/12/18  15:13:19
18442     Log: Add idea about generalising cpp symbol probing of Errno.
18443  Branch: cfgperl
18444        ! Todo
18445 ____________________________________________________________________________
18446 [  2489] By: jhi                                   on 1998/12/18  14:47:57
18447     Log: Address some of the issues of:
18448          
18449          From: Tom Christiansen <tchrist@jhereg.perl.com>
18450          To: perl-porters-active@jhereg.perl.com
18451          Subject: Undocumentation Issues for 5.005
18452          Date: Thu, 17 Dec 1998 14:46:24 -0700
18453          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
18454  Branch: cfgperl
18455        ! pod/perl5005delta.pod
18456 ____________________________________________________________________________
18457 [  2488] By: jhi                                   on 1998/12/18  11:26:32
18458     Log: From: root <root@dubravka.in-berlin.de>
18459          To: perlbug@perl.com
18460          Cc: k@dubravka.in-berlin.de
18461          Subject: Please add no_modify to PERL_POLLUTE
18462          Date: Fri, 18 Dec 1998 10:45:52 +0100
18463          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
18464          
18465          (Really from Andreas König)
18466  Branch: cfgperl
18467        ! embed.pl
18468 ____________________________________________________________________________
18469 [  2487] By: jhi                                   on 1998/12/17  14:05:52
18470     Log: Some (by far not all) issues of the below message addressed.
18471          
18472          From: Tom Christiansen <tchrist@jhereg.perl.com>
18473          To: The Perl Porters Mailing List <perl5-porters@perl.org>
18474          Subject: important UNDOC issues for 5.005_54
18475          Date: Wed, 16 Dec 1998 21:14:53 -0700
18476          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
18477  Branch: cfgperl
18478        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
18479 ____________________________________________________________________________
18480 [  2486] By: jhi                                   on 1998/12/17  12:47:15
18481     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18482          To: domo@computer.org
18483          Cc: jhi@iki.fi, perl5-porters@perl.org
18484          Subject: Re: stuff related to malloc.c
18485          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
18486          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
18487  Branch: cfgperl
18488        ! malloc.c
18489 ____________________________________________________________________________
18490 [  2485] By: jhi                                   on 1998/12/17  12:17:19
18491     Log: More porting notes.
18492  Branch: cfgperl
18493        ! Porting/pumpkin.pod
18494 ____________________________________________________________________________
18495 [  2484] By: jhi                                   on 1998/12/15  08:38:05
18496     Log: Undo #2386 and #2205.
18497  Branch: cfgperl
18498        ! pod/perlfunc.pod
18499 ____________________________________________________________________________
18500 [  2483] By: jhi                                   on 1998/12/14  17:58:35
18501     Log: lib was missing from @INC.
18502  Branch: cfgperl
18503        ! t/op/tr.t
18504 ____________________________________________________________________________
18505 [  2482] By: jhi                                   on 1998/12/14  17:52:42
18506     Log: Was missing use Text::Wrap.
18507  Branch: cfgperl
18508        ! t/lib/textfill.t
18509 ____________________________________________________________________________
18510 [  2481] By: jhi                                   on 1998/12/14  16:00:22
18511     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
18512          
18513          From: Jonathan Roy <roy@idle.com>
18514          To: perl5-porters@perl.org
18515          Subject: nlist.h add to Configure checks?
18516          Date: Sun, 13 Dec 1998 22:22:49 -0500
18517          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
18518  Branch: cfgperl
18519        + ext/DynaLoader/hints/linux.pl
18520        ! MANIFEST
18521 ____________________________________________________________________________
18522 [  2480] By: jhi                                   on 1998/12/14  15:02:44
18523     Log: Give up completely using nm in AIX.
18524          
18525          From: "Kurt D. Starsinic" <kstar@chapin.edu>
18526          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
18527          Cc: perl5-porters@perl.org
18528          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
18529          Date: Thu, 10 Dec 1998 00:51:46 -0500
18530          Message-ID: <19981210005146.B29986@O2.chapin.edu>
18531  Branch: cfgperl
18532        ! hints/aix.sh
18533 ____________________________________________________________________________
18534 [  2479] By: jhi                                   on 1998/12/14  14:39:52
18535     Log: AIX' error messages are different.
18536          
18537          From: "Kurt D. Starsinic" <kstar@chapin.edu>
18538          To: Gurusamy Sarathy <gsar@engin.umich.edu>
18539          Cc: perl5-porters@perl.org
18540          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
18541          Date: Thu, 10 Dec 1998 00:42:36 -0500
18542          Message-ID: <19981210004236.A29986@O2.chapin.edu>
18543          
18544          From: Michael Engel <engel@nms1.cc.huji.ac.il>
18545          To: perlbug@perl.com
18546          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
18547          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
18548          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
18549  Branch: cfgperl
18550        ! t/pragma/warn/doio
18551 ____________________________________________________________________________
18552 [  2475] By: jhi                                   on 1998/12/13  12:35:55
18553     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18554          To: jhi@iki.fi
18555          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
18556          Subject: Re: stuff related to malloc.c
18557          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
18558          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
18559  Branch: cfgperl
18560        ! malloc.c
18561 ____________________________________________________________________________
18562 [  2474] By: jhi                                   on 1998/12/13  12:32:42
18563     Log: Some notes about porting issues.
18564  Branch: cfgperl
18565        ! Porting/pumpkin.pod
18566 ____________________________________________________________________________
18567 [  2473] By: jhi                                   on 1998/12/13  12:03:58
18568     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
18569          To: Perl 5 Porters <perl5-porters@perl.org>
18570          Subject: [patch 5.005_02] dos-djgpp update
18571          Date: Sun, 13 Dec 1998 00:08:44 +0100
18572          Message-ID: <19981213000844.C264@beeblebrox>
18573  Branch: cfgperl
18574        ! djgpp/config.over
18575 ____________________________________________________________________________
18576 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
18577     Log: undo changes to Exporter.pm from #2312
18578  Branch: maint-5.005/perl
18579        ! lib/Exporter.pm
18580 ____________________________________________________________________________
18581 [  2465] By: jhi                                   on 1998/12/12  12:31:21
18582     Log: Document that qw() taints.
18583          
18584          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
18585          To: perlbug@perl.com 
18586          Subject: taint problems
18587          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
18588          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
18589  Branch: cfgperl
18590        ! pod/perlop.pod
18591 ____________________________________________________________________________
18592 [  2464] By: jhi                                   on 1998/12/11  14:09:51
18593     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
18594          To: dist-users@foretune.co.jp
18595          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
18596          Date: Mon, 07 Dec 1998 20:13:04 -0400
18597          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
18598  Branch: cfgperl
18599        ! Configure
18600 ____________________________________________________________________________
18601 [  2463] By: jhi                                   on 1998/12/11  13:29:54
18602     Log: MAXPATHLEN.
18603  Branch: cfgperl
18604        ! perl.h
18605 ____________________________________________________________________________
18606 [  2462] By: jhi                                   on 1998/12/11  08:37:58
18607     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
18608          To: perl5-porters@perl.org
18609          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
18610          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
18611          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
18612  Branch: cfgperl
18613        + hints/gnu.sh
18614 ____________________________________________________________________________
18615 [  2461] By: nick                                  on 1998/12/10  21:00:50
18616     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
18617          From: Vishal Bhatia <vishalb@hotmail.com>
18618          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
18619          2. Fixes the bug  regarding return value of c-functions generated out 
18620          of perl subs. ( Just includes the patch I sent earlier)
18621          3. Incorporates the other changes that need to be done to get CC.pm
18622          use ISA search for packages and methods on the same lines as C.pm
18623          
18624          Vishal would appreciate comments about B::Stackobj changes from 
18625          someone knowing that module well.
18626  Branch: perl
18627        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
18628 ____________________________________________________________________________
18629 [  2460] By: jhi                                   on 1998/12/08  08:11:27
18630     Log: Integrate from mainperl.
18631  Branch: cfgperl
18632       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
18633       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
18634       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
18635       !> toke.c util.c
18636 ____________________________________________________________________________
18637 [  2459] By: jhi                                   on 1998/12/07  07:50:11
18638     Log: From: hansm@icgroup.nl 
18639          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
18640          Reply-To: hansmu@xs4all.nl 
18641          To: perlbug@perl.com 
18642          Date: Sun, 6 Dec 98 22:19:54 +0100 
18643          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
18644  Branch: cfgperl
18645        ! util.c
18646 ____________________________________________________________________________
18647 [  2458] By: gsar                                  on 1998/12/07  06:00:55
18648     Log: fix dup lexical
18649  Branch: perl
18650        ! ext/B/B/Deparse.pm t/lib/io_unix.t
18651 ____________________________________________________________________________
18652 [  2457] By: gsar                                  on 1998/12/06  14:38:59
18653     Log: mention limit on line numbers reported by diagnostics
18654  Branch: perl
18655        ! pod/perl.pod toke.c
18656 ____________________________________________________________________________
18657 [  2456] By: gsar                                  on 1998/12/06  13:49:02
18658     Log: branch perldelta.pod
18659  Branch: maint-5.005/perl
18660       +> pod/perldelta.pod
18661 ____________________________________________________________________________
18662 [  2455] By: gsar                                  on 1998/12/06  13:47:21
18663     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
18664  Branch: maint-5.005/perl
18665        - pod/perldelta.pod
18666 ____________________________________________________________________________
18667 [  2454] By: gsar                                  on 1998/12/06  13:35:31
18668     Log: fix outdated/incorrect info about arbitrary limits
18669  Branch: perl
18670        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
18671        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
18672 ____________________________________________________________________________
18673 [  2453] By: nick                                  on 1998/12/05  16:14:42
18674     Log: Avoid hard-coding op numbers
18675          Update CC.pm to save %INC, and to co-exist with new C.pm
18676  Branch: perl
18677        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
18678 ____________________________________________________________________________
18679 [  2452] By: nick                                  on 1998/12/05  10:44:28
18680     Log: B.xs had its own code to calculate hash() which differed from
18681          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
18682          which meant that run-time require was re-done.
18683          Removed some debug from C.pm
18684  Branch: perl
18685        ! ext/B/B.xs ext/B/B/C.pm
18686 ____________________________________________________________________________
18687 [  2451] By: nick                                  on 1998/12/04  21:58:49
18688     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
18689          well as _54, but with pre-scan for classes and save the ISA scheme.
18690  Branch: perl
18691        ! ext/B/B/C.pm
18692 ____________________________________________________________________________
18693 [  2450] By: nick                                  on 1998/12/04  17:58:44
18694     Log: Vishal Bhatia's patch as a basis.
18695  Branch: perl
18696        ! ext/B/B/C.pm ext/B/B/CC.pm
18697 ____________________________________________________________________________
18698 [  2449] By: jhi                                   on 1998/12/04  16:39:21
18699     Log: Integrate from mainperl.
18700  Branch: cfgperl
18701       !> t/op/goto.t t/op/tr.t
18702 ____________________________________________________________________________
18703 [  2448] By: gsar                                  on 1998/12/04  06:06:49
18704     Log: tweak test for UTEST
18705  Branch: perl
18706        ! t/op/tr.t
18707 ____________________________________________________________________________
18708 [  2444] By: jhi                                   on 1998/12/03  14:37:22
18709     Log: s/\bthe the\b/the/g *.pod
18710  Branch: cfgperl
18711        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
18712 ____________________________________________________________________________
18713 [  2443] By: jhi                                   on 1998/12/03  13:39:53
18714     Log: Change#2441 aftermath.
18715  Branch: cfgperl
18716        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18717        ! config_h.SH thread.h vms/subconfigure.com
18718 ____________________________________________________________________________
18719 [  2441] By: jhi                                   on 1998/12/03  08:15:13
18720     Log: From: Dan Sugalski <sugalskd@osshe.edu>
18721          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
18722          Subject: [PATCH 5.005_54]Initial VMS patches
18723          Date: 3 Dec 1998 01:05:55 +0200
18724          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
18725          
18726          The patch to config_h.SH requires more study because
18727          metaconfig needs to agree.
18728  Branch: cfgperl
18729        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
18730        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
18731        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
18732 ____________________________________________________________________________
18733 [  2440] By: gsar                                  on 1998/12/03  01:32:16
18734     Log: add failed check-in of goto.t from change#1867
18735  Branch: perl
18736        ! t/op/goto.t
18737 ____________________________________________________________________________
18738 [  2437] By: jhi                                   on 1998/12/02  18:03:51
18739     Log: Fix most of the bad L<> links of
18740          
18741          From: Tom Christiansen <tchrist@jhereg.perl.com> 
18742          Subject: bad L<> links
18743          Reply-to: tchrist@perl.com 
18744          To: perlbug@jhereg.perl.com 
18745          Date: Tue, 11 Aug 1998 10:58:07 -0500 
18746          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
18747          
18748          The ones not fixed may require darker Pod::HTML magic,
18749          for example the perlguts.html#tags should work fine, IMHO.
18750  Branch: cfgperl
18751        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
18752        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
18753        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
18754        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
18755        ! pod/perlvar.pod
18756 ____________________________________________________________________________
18757 [  2436] By: jhi                                   on 1998/12/02  16:35:04
18758     Log: One paste too many in #2345.
18759  Branch: cfgperl
18760        ! lib/Pod/Html.pm
18761 ____________________________________________________________________________
18762 [  2435] By: jhi                                   on 1998/12/02  16:32:33
18763     Log: Pod::Html and Pod::Text were not locale-savvy:
18764          for example in =head1 all non-ASCII-\w-runs were
18765          turned into underscores in NAME tags.  This could
18766          result in several NAME tags becoming identical.
18767          Reported by:
18768          
18769          From: Fyodor Krasnov <fyodor@aha.ru> 
18770          Subject: pod2html vs Russian Characters
18771          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
18772          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
18773          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
18774  Branch: cfgperl
18775        ! lib/Pod/Html.pm lib/Pod/Text.pm
18776 ____________________________________________________________________________
18777 [  2434] By: jhi                                   on 1998/12/02  10:29:00
18778     Log: The real Mc5_54 integration.
18779  Branch: cfgperl
18780       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
18781 ____________________________________________________________________________
18782 [  2433] By: jhi                                   on 1998/12/02  08:52:13
18783     Log: From: Andy Dougherty <doughera@lafayette.edu>
18784          To: Perl Porters <perl5-porters@perl.org>
18785          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
18786          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
18787          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
18788  Branch: cfgperl
18789        ! Configure
18790 ____________________________________________________________________________
18791 [  2432] By: jhi                                   on 1998/12/02  08:49:47
18792     Log: From: Andy Dougherty <doughera@lafayette.edu>
18793          To: Perl Porters <perl5-porters@perl.org>
18794          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
18795          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
18796          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
18797  Branch: cfgperl
18798        ! Configure
18799 ____________________________________________________________________________
18800 [  2431] By: jhi                                   on 1998/12/01  16:11:50
18801     Log: From: achampio@lehman.com (Alan Champion)
18802          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
18803          To: perlbug@perl.com
18804          Date: 1 Dec 1998 17:36:33 +0200
18805          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
18806          
18807          Skip NIS includes.
18808  Branch: cfgperl
18809        ! t/op/pwent.t
18810 ____________________________________________________________________________
18811 [  2430] By: gsar                                  on 1998/12/01  12:12:50
18812     Log: 5.005_54, as released
18813  Branch: perl
18814        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
18815 ____________________________________________________________________________
18816 [  2429] By: jhi                                   on 1998/12/01  11:28:39
18817     Log: From: Anton Berezin <tobez@plab.ku.dk>
18818          To: perl5-porters@perl.org
18819          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
18820          Date: 30 Nov 1998 19:46:24 +0100
18821          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
18822  Branch: cfgperl
18823        ! hints/freebsd.sh
18824 ____________________________________________________________________________
18825 [  2428] By: jhi                                   on 1998/12/01  11:08:16
18826     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
18827  Branch: cfgperl
18828       +> (branch 30 files)
18829       !> (integrate 71 files)
18830 ____________________________________________________________________________
18831 [  2427] By: jhi                                   on 1998/12/01  10:51:37
18832     Log: Default to accepting a hinted $randfunc even when $csym
18833          does not find it.  (the previous defaylt behaviour was not
18834          to accept).
18835  Branch: cfgperl
18836        ! Configure
18837 ____________________________________________________________________________
18838 [  2426] By: jhi                                   on 1998/12/01  10:13:03
18839     Log: Separated the [:foo:] parsing to its own function.
18840          Passes all tests.
18841  Branch: cfgperl
18842        ! regcomp.c
18843 ____________________________________________________________________________
18844 [  2425] By: jhi                                   on 1998/12/01  08:22:49
18845     Log: Typo in comments.
18846  Branch: cfgperl
18847        ! regexec.c
18848 ____________________________________________________________________________
18849 [  2424] By: jhi                                   on 1998/12/01  08:21:38
18850     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18851          Subject: [PATCH 5.005_*] Debugger 'v' command
18852          To: perl5-porters@perl.org (Mailing list Perl5)
18853          Date: 1 Dec 1998 07:55:11 +0200
18854          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
18855  Branch: cfgperl
18856        ! lib/perl5db.pl
18857 ____________________________________________________________________________
18858 [  2423] By: jhi                                   on 1998/12/01  08:19:08
18859     Log: From: pvhp@forte.com (Peter Prymmer)
18860          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
18861          To: perl5-porters@perl.org
18862          Date: 1 Dec 1998 07:27:11 +0200
18863          Message-ID: <MLIST_9812010508.AA07791@forte.com>
18864  Branch: cfgperl
18865        ! hints/os390.sh
18866 ____________________________________________________________________________
18867 [  2417] By: jhi                                   on 1998/11/30  08:14:00
18868     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
18869  Branch: cfgperl
18870        ! ext/Socket/Socket.xs
18871 ____________________________________________________________________________
18872 [  2416] By: jhi                                   on 1998/11/30  08:00:15
18873     Log: Undo #2395, seems more like a problem in netbsd-current.
18874  Branch: cfgperl
18875        ! util.c
18876
18877 ----------------
18878 Version 5.005_54
18879 ----------------
18880
18881 ____________________________________________________________________________
18882 [  2414] By: gsar                                  on 1998/11/30  02:23:55
18883     Log: more JPL tweaks
18884  Branch: perl
18885        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
18886        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
18887 ____________________________________________________________________________
18888 [  2413] By: gsar                                  on 1998/11/30  01:35:56
18889     Log: stub bin/jpl that just runs JPL::Compile::files()
18890  Branch: perl
18891        + jpl/bin/jpl
18892 ____________________________________________________________________________
18893 [  2412] By: gsar                                  on 1998/11/30  01:32:14
18894     Log: delete symlink
18895  Branch: perl
18896        - jpl/bin/jpl
18897 ____________________________________________________________________________
18898 [  2410] By: gsar                                  on 1998/11/30  01:30:44
18899     Log: branch jpl from perlext to perl
18900  Branch: perl
18901       +> (branch 30 files)
18902 ____________________________________________________________________________
18903 [  2407] By: gsar                                  on 1998/11/30  01:24:53
18904     Log: JPL tweaks to build with 5.005
18905  Branch: perlext
18906        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
18907        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
18908 ____________________________________________________________________________
18909 [  2406] By: gsar                                  on 1998/11/30  00:55:54
18910     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
18911  Branch: perl
18912        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
18913 ____________________________________________________________________________
18914 [  2405] By: gsar                                  on 1998/11/30  00:28:55
18915     Log: patchlevel up to 54
18916  Branch: perl
18917        ! patchlevel.h win32/Makefile win32/config_H.bc
18918        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
18919 ____________________________________________________________________________
18920 [  2403] By: gsar                                  on 1998/11/29  23:35:50
18921     Log: integrate cfgperl changes into mainline
18922  Branch: perl
18923       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
18924       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
18925 ____________________________________________________________________________
18926 [  2402] By: gsar                                  on 1998/11/29  23:08:42
18927     Log: sync Text::Wrap version number
18928  Branch: perl
18929        ! lib/Text/Wrap.pm
18930 ____________________________________________________________________________
18931 [  2401] By: gsar                                  on 1998/11/29  22:56:21
18932     Log: textfill.t tweak
18933  Branch: perl
18934        ! t/lib/textfill.t
18935 ____________________________________________________________________________
18936 [  2400] By: gsar                                  on 1998/11/29  22:50:41
18937     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
18938          <muir@idiom.com>
18939  Branch: perl
18940        + t/lib/textfill.t
18941        ! MANIFEST lib/Text/Wrap.pm
18942 ____________________________________________________________________________
18943 [  2399] By: gsar                                  on 1998/11/29  22:28:05
18944     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
18945          has happened without the authors knowledge or consent; the subversive
18946          version (which is in 5.00502) breaks one of the tests in the
18947          authors testsuite; attempts are being made to find a fix that
18948          avoids breaking code already running with the 5.005_02 version
18949          From:    David Muir Sharnoff <muir@idiom.com>
18950          Date:    Sat, 28 Nov 1998 04:34:17 PST
18951          Message-Id: <199811281234.EAA03082@idiom.com>
18952          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
18953  Branch: perl
18954        ! lib/Text/Wrap.pm t/lib/textwrap.t
18955 ____________________________________________________________________________
18956 [  2397] By: nick                                  on 1998/11/29  20:13:58
18957     Log: Update docs and English.pm for $^C
18958  Branch: perl
18959        ! lib/English.pm pod/perlvar.pod
18960 ____________________________________________________________________________
18961 [  2396] By: jhi                                   on 1998/11/29  20:13:03
18962     Log: Mirror #2384.
18963  Branch: cfgperl
18964        ! t/op/pwent.t
18965 ____________________________________________________________________________
18966 [  2395] By: jhi                                   on 1998/11/29  19:59:12
18967     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
18968  Branch: cfgperl
18969        ! util.c
18970 ____________________________________________________________________________
18971 [  2394] By: gsar                                  on 1998/11/29  19:49:08
18972     Log: updated perlreftut.pod
18973  Branch: perl
18974        ! pod/perlreftut.pod
18975 ____________________________________________________________________________
18976 [  2393] By: gsar                                  on 1998/11/29  19:31:56
18977     Log: misc tweaks
18978  Branch: perl
18979        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
18980 ____________________________________________________________________________
18981 [  2392] By: gsar                                  on 1998/11/29  19:31:18
18982     Log: notes about -DPERL_POLLUTE
18983  Branch: perl
18984        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
18985 ____________________________________________________________________________
18986 [  2391] By: gsar                                  on 1998/11/29  19:13:52
18987     Log: explain various win32 build caveats more clearly
18988  Branch: perl
18989        ! README.win32 win32/Makefile win32/makefile.mk
18990 ____________________________________________________________________________
18991 [  2390] By: gsar                                  on 1998/11/29  16:51:59
18992     Log: remove I_POLL detection (Configure will do that now)
18993  Branch: perl
18994        ! ext/IO/Makefile.PL
18995 ____________________________________________________________________________
18996 [  2389] By: jhi                                   on 1998/11/29  16:39:16
18997     Log: Add I_POLL for IO 1.20.
18998  Branch: cfgperl
18999        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19000        ! config_h.SH
19001 ____________________________________________________________________________
19002 [  2388] By: gsar                                  on 1998/11/29  16:23:30
19003     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
19004  Branch: perl
19005        + Porting/p4desc
19006        ! MANIFEST
19007 ____________________________________________________________________________
19008 [  2387] By: gsar                                  on 1998/11/29  16:08:03
19009     Log: another threads reliability fix: serialize writes to thr->threadsv
19010          avoid most uses of PL_na (which is much more inefficient than a
19011          simple local); update docs to suit; PL_na now being thr->Tna may
19012          be a minor compatibility issue for extensions--will require dTHR
19013          outside of XSUBs (those get automatic dTHR)
19014  Branch: perl
19015        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
19016        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
19017        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
19018        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
19019        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
19020        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
19021        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
19022        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
19023        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
19024 ____________________________________________________________________________
19025 [  2386] By: jhi                                   on 1998/11/29  15:40:42
19026     Log: Tune the "if" entry.
19027  Branch: cfgperl
19028        ! pod/perlfunc.pod
19029 ____________________________________________________________________________
19030 [  2385] By: gsar                                  on 1998/11/29  12:40:28
19031     Log: various fixes for race conditions under threads: mutex locks based
19032          on PL_threadnum were seriously flawed, since it means more than one
19033          thread could enter the critical region; PL_na was global instead of
19034          thread-local; child thread could finish and free thr structures
19035          before Thread->new() got around to creating the Thread object;
19036          cv_clone() needed locking, as it mucks with PL_comppad and other
19037          global data; new_struct_thread() needed to lock template-thread's
19038          mutex while copying its data
19039  Branch: perl
19040        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
19041        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
19042 ____________________________________________________________________________
19043 [  2384] By: gsar                                  on 1998/11/29  10:54:38
19044     Log: s/warn/print/ on multiply defined groups
19045  Branch: perl
19046        ! t/op/grent.t
19047 ____________________________________________________________________________
19048 [  2383] By: gsar                                  on 1998/11/29  10:48:39
19049     Log: backout change#2334
19050  Branch: perl
19051        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
19052 ____________________________________________________________________________
19053 [  2382] By: jhi                                   on 1998/11/29  10:33:40
19054     Log: Better NetInfo behaviour.
19055  Branch: cfgperl
19056        ! t/op/grent.t t/op/pwent.t
19057 ____________________________________________________________________________
19058 [  2381] By: jhi                                   on 1998/11/29  10:08:15
19059     Log: Integrate from mainperl.
19060  Branch: cfgperl
19061       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
19062       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
19063       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
19064       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
19065       +> t/lib/io_poll.t t/lib/io_unix.t
19066       !> (integrate 58 files)
19067 ____________________________________________________________________________
19068 [  2380] By: gsar                                  on 1998/11/29  08:22:49
19069     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
19070          Tim Bunce)
19071  Branch: perl
19072        ! gv.c
19073 ____________________________________________________________________________
19074 [  2379] By: gsar                                  on 1998/11/29  07:06:43
19075     Log: fix for pat.t failure under USE_THREADS
19076  Branch: perl
19077        ! pp_ctl.c regexec.c
19078 ____________________________________________________________________________
19079 [  2378] By: nick                                  on 1998/11/28  22:46:57
19080     Log: More C.pm tweaks
19081          Save globs even if we have saved cv itself before - may be imported.
19082          
19083          While we don't save "bootstrap" CV we need to provide a stub,
19084          so that if we require it later we don't fall through and attempt
19085          to DynaLoad module again.
19086          
19087          Attempt to save %INC so that "require" does not reload things
19088          we have compiled-in (does not work right yet - seems to be due
19089          to PL_incgv being created in perl_parse() current scheme setting 
19090          GvHV() is "better" than saving the glob, but still does not 
19091          work as I expect). 
19092  Branch: perl
19093        ! ext/B/B/C.pm
19094 ____________________________________________________________________________
19095 [  2377] By: gsar                                  on 1998/11/28  22:30:38
19096     Log: various tweaks; result passes all tests for normal build on Solaris;
19097          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
19098          win32 due to lack of select() that works on non-socket fds
19099  Branch: perl
19100        ! ext/IO/poll.c regcomp.c regexec.c scope.c
19101        ! t/lib/io_multihomed.t win32/makefile.mk
19102 ____________________________________________________________________________
19103 [  2376] By: gsar                                  on 1998/11/28  20:44:39
19104     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
19105  Branch: perl
19106        ! myconfig
19107 ____________________________________________________________________________
19108 [  2375] By: gsar                                  on 1998/11/28  20:42:58
19109     Log: integrate cfgperl changes into mainline
19110  Branch: perl
19111       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
19112       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
19113 ____________________________________________________________________________
19114 [  2374] By: gsar                                  on 1998/11/28  20:02:03
19115     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19116          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
19117          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
19118          Subject: [PATCH 5.00553] Yet another OS/2 patch
19119  Branch: perl
19120        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
19121 ____________________________________________________________________________
19122 [  2373] By: gsar                                  on 1998/11/28  19:30:06
19123     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19124          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
19125          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
19126          Subject: [PATCH 5.005_53] Change $#+
19127  Branch: perl
19128        ! mg.c pod/perlvar.pod t/op/pat.t
19129 ____________________________________________________________________________
19130 [  2372] By: gsar                                  on 1998/11/28  19:28:00
19131     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19132          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
19133          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
19134          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
19135  Branch: perl
19136        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
19137        ! thrdvar.h
19138 ____________________________________________________________________________
19139 [  2371] By: gsar                                  on 1998/11/28  19:23:53
19140     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19141          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
19142          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
19143          Subject: [PATCH 5.005_53] better -Mre=debugcolor
19144  Branch: perl
19145        ! embedvar.h objXSUB.h regexec.c thrdvar.h
19146 ____________________________________________________________________________
19147 [  2370] By: gsar                                  on 1998/11/28  19:21:17
19148     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19149          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
19150          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
19151          Subject: [PATCH 5.005_*] regcolors
19152  Branch: perl
19153        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
19154 ____________________________________________________________________________
19155 [  2369] By: gsar                                  on 1998/11/28  19:00:15
19156     Log: allow final period in a file (not followed by a newline) to
19157          terminate format spec
19158  Branch: perl
19159        ! toke.c
19160 ____________________________________________________________________________
19161 [  2368] By: gsar                                  on 1998/11/28  18:58:25
19162     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
19163          add C<$Config{installarchlib}/CORE> to the default locations searched
19164          on win32
19165  Branch: perl
19166        ! lib/ExtUtils/Liblist.pm
19167 ____________________________________________________________________________
19168 [  2367] By: gsar                                  on 1998/11/28  18:46:05
19169     Log: applied suggested patch with PERL_OBJECT tweaks
19170          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19171          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
19172          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
19173          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
19174  Branch: perl
19175        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
19176        ! regexec.c t/op/pat.t thrdvar.h
19177 ____________________________________________________________________________
19178 [  2366] By: gsar                                  on 1998/11/28  18:38:34
19179     Log: additional documentation for qr//
19180          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19181          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
19182          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
19183          Subject: [PATCH 5.005_*] Documentation (fwd)
19184  Branch: perl
19185        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
19186 ____________________________________________________________________________
19187 [  2365] By: gsar                                  on 1998/11/28  18:35:35
19188     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19189          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
19190          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
19191          Subject: [PATCH 5.005_*] Fix \G in REx without //g
19192  Branch: perl
19193        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
19194        ! regexp.h t/op/pat.t thrdvar.h
19195 ____________________________________________________________________________
19196 [  2364] By: gsar                                  on 1998/11/28  18:24:20
19197     Log: update Test.pm to Test-1.12; tweak 're' detection
19198  Branch: perl
19199        ! lib/Test.pm
19200 ____________________________________________________________________________
19201 [  2363] By: gsar                                  on 1998/11/28  18:12:04
19202     Log: avoid command-line quoting portability problems in lex_assign.t
19203  Branch: perl
19204        ! t/op/lex_assign.t
19205 ____________________________________________________________________________
19206 [  2362] By: gsar                                  on 1998/11/28  18:08:50
19207     Log: From: John Tobey <jtobey@channel1.com>
19208          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
19209          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
19210          Subject: PATCH: document English.pm sawampersand and thread issues
19211  Branch: perl
19212        ! lib/English.pm pod/perlvar.pod
19213 ____________________________________________________________________________
19214 [  2361] By: gsar                                  on 1998/11/28  18:03:04
19215     Log: fix uninitialized warnings
19216          From: Brian Callaghan <callagh@itginc.com>
19217          Date: Thu, 19 Nov 1998 17:49:10 -0800
19218          Message-Id: <3654CA96.B64FCAEB@itginc.com>
19219          Subject: Complete.pm patch (version 1.1)
19220  Branch: perl
19221        ! lib/Term/Complete.pm
19222 ____________________________________________________________________________
19223 [  2360] By: gsar                                  on 1998/11/28  17:59:16
19224     Log: s/Array/List/ suggested by John Tobey
19225  Branch: perl
19226        ! pod/perldata.pod
19227 ____________________________________________________________________________
19228 [  2359] By: gsar                                  on 1998/11/28  17:47:48
19229     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
19230  Branch: perl
19231        ! lib/Tie/Handle.pm pod/perlfunc.pod
19232 ____________________________________________________________________________
19233 [  2358] By: jhi                                   on 1998/11/28  17:23:15
19234     Log: Revamp the locale tests.
19235          (0) Instead of rewiring a few locales scan for them.
19236          (1) Bogus test #101 removed.
19237          (2) All the locales are checked, the lists of failed
19238          and non-failed ones are displayed.
19239          (3) The test #103 is again 'active' so that it may fail.
19240          (4) To balance (3) a hopefully pacifying message is shown
19241          if the #103 fails.
19242  Branch: cfgperl
19243        ! t/pragma/locale.t
19244 ____________________________________________________________________________
19245 [  2357] By: gsar                                  on 1998/11/28  17:21:07
19246     Log: add perlreftut.pod
19247  Branch: perl
19248        + pod/perlreftut.pod
19249        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
19250        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
19251        ! win32/pod.mak
19252 ____________________________________________________________________________
19253 [  2356] By: jhi                                   on 1998/11/28  16:58:01
19254     Log: Change #2346 fallout.
19255  Branch: cfgperl
19256        ! t/op/undef.t
19257 ____________________________________________________________________________
19258 [  2355] By: gsar                                  on 1998/11/28  16:46:43
19259     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
19260          ANSI prototypes
19261  Branch: perl
19262        ! ext/IO/IO.xs
19263 ____________________________________________________________________________
19264 [  2354] By: gsar                                  on 1998/11/28  16:08:07
19265     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
19266          keep platform hacks that aren't in the 1.20 dist; add new files
19267          to MANIFEST; hack Makefile.PL; result hasn't been tested
19268          anywhere
19269  Branch: perl
19270        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
19271        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
19272        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
19273        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
19274        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
19275        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
19276        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
19277        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
19278        ! t/lib/io_sock.t t/lib/io_udp.t
19279 ____________________________________________________________________________
19280 [  2353] By: jhi                                   on 1998/11/28  15:51:03
19281     Log: Locale collation, ctype, and numeric, were initialized wrong
19282          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
19283          as reported by
19284          
19285          From: Ilya.Sandler@etak.com (Ilya Sandler)
19286          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
19287          To: perlbug@perl.com
19288          Date: 25 Nov 1998 04:53:52 +0200
19289          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
19290  Branch: cfgperl
19291        ! util.c
19292 ____________________________________________________________________________
19293 [  2352] By: nick                                  on 1998/11/28  15:21:59
19294     Log: Implement $^C to allow perl access to -c flag - I think this 
19295          was agreed once...
19296  Branch: perl
19297        ! gv.c mg.c
19298 ____________________________________________________________________________
19299 [  2351] By: jhi                                   on 1998/11/28  15:14:24
19300     Log: Change #2251 fixup.
19301  Branch: cfgperl
19302        ! myconfig
19303 ____________________________________________________________________________
19304 [  2350] By: jhi                                   on 1998/11/28  14:58:19
19305     Log: Integrate from mainperl.
19306  Branch: cfgperl
19307       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
19308       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
19309       +> pod/perl5005delta.pod
19310       !> (integrate 49 files)
19311 ____________________________________________________________________________
19312 [  2349] By: jhi                                   on 1998/11/28  14:27:36
19313     Log: Passwd and group file groveling.
19314  Branch: cfgperl
19315        ! t/op/grent.t t/op/pwent.t
19316 ____________________________________________________________________________
19317 [  2348] By: gsar                                  on 1998/11/28  14:09:50
19318     Log: more conservative version of changes#2345,2346,2347; those break
19319          C<defined(@{"foo::ISA"})> which seems to be extensively used in
19320          the libs :-(
19321  Branch: perl
19322        ! pp.c t/op/method.t
19323 ____________________________________________________________________________
19324 [  2347] By: gsar                                  on 1998/11/28  13:36:08
19325     Log: tweak bogus test
19326  Branch: perl
19327        ! t/op/method.t
19328 ____________________________________________________________________________
19329 [  2346] By: gsar                                  on 1998/11/28  13:20:34
19330     Log: test cases for previous change
19331  Branch: perl
19332        ! t/op/undef.t
19333 ____________________________________________________________________________
19334 [  2345] By: gsar                                  on 1998/11/28  13:07:17
19335     Log: fix typo in pp_defined() causing C<defined %tied> to fail
19336  Branch: perl
19337        ! pp.c
19338 ____________________________________________________________________________
19339 [  2344] By: gsar                                  on 1998/11/28  13:03:29
19340     Log: s/comment/comment_t/ tweak (suggested by John Gorman
19341          <jgorman@webbysoft.com>)
19342  Branch: perl
19343        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
19344 ____________________________________________________________________________
19345 [  2343] By: gsar                                  on 1998/11/28  12:52:40
19346     Log: add (stub) perldelta.pod
19347  Branch: perl
19348        + pod/perldelta.pod
19349 ____________________________________________________________________________
19350 [  2342] By: gsar                                  on 1998/11/28  12:49:26
19351     Log: rename perldelta.pod to perl5005delta.pod in preparation for
19352          starting a new one
19353  Branch: perl
19354       +> pod/perl5005delta.pod
19355        - pod/perldelta.pod
19356        ! MANIFEST pod/perl.pod
19357 ____________________________________________________________________________
19358 [  2341] By: gsar                                  on 1998/11/28  12:41:55
19359     Log: fix MALLOC_LOCK #define
19360  Branch: perl
19361        ! malloc.c
19362 ____________________________________________________________________________
19363 [  2340] By: gsar                                  on 1998/11/28  12:18:23
19364     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19365          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
19366          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
19367          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
19368  Branch: perl
19369        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
19370 ____________________________________________________________________________
19371 [  2339] By: jhi                                   on 1998/11/28  11:59:01
19372     Log: Add -lm to dynix/ptx POSIX hints.
19373          From: "Martin J. Bligh" <mbligh@sequent.com>
19374          To: jhi@iki.fi
19375          Subject: Re: Making Perl work on DYNIX/ptx
19376          Date: Wed, 25 Nov 1998 10:34:41 -0800
19377          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
19378  Branch: cfgperl
19379        ! ext/POSIX/hints/dynixptx.pl
19380 ____________________________________________________________________________
19381 [  2338] By: jhi                                   on 1998/11/28  11:57:19
19382     Log: Detypo.
19383  Branch: cfgperl
19384        ! lib/filetest.pm
19385 ____________________________________________________________________________
19386 [  2337] By: jhi                                   on 1998/11/28  11:56:29
19387     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
19388  Branch: cfgperl
19389        ! Configure
19390 ____________________________________________________________________________
19391 [  2336] By: gsar                                  on 1998/11/28  11:41:14
19392     Log: teach CPAN.pm to ignore beta perl distributions when looking for
19393          modules
19394          From: root@dogberry.rutgers.edu (root)
19395          Date: Thu, 12 Nov 1998 23:08:39 -0500
19396          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
19397          Subject: recompile tries getting a perl distribution
19398  Branch: perl
19399        ! lib/CPAN.pm
19400 ____________________________________________________________________________
19401 [  2335] By: gsar                                  on 1998/11/28  11:27:46
19402     Log: make $1 et al readonly under threads; make C<undef $1> fail like
19403          C<$1 = undef> does
19404  Branch: perl
19405        ! op.c pp.c t/op/undef.t
19406 ____________________________________________________________________________
19407 [  2334] By: gsar                                  on 1998/11/28  10:24:52
19408     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
19409  Branch: perl
19410        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
19411 ____________________________________________________________________________
19412 [  2333] By: gsar                                  on 1998/11/28  09:36:40
19413     Log: document changed PERL_HASH()
19414  Branch: perl
19415        ! pod/perlfunc.pod pod/perlguts.pod
19416 ____________________________________________________________________________
19417 [  2332] By: nick                                  on 1998/11/27  21:10:27
19418     Log: Handle INIT list in C.pm
19419          1. Provide init_av() from B.xs
19420          2. Export it in B.pm
19421          3. Use it in C.pm
19422          Also disable some pruning in savecv() which seems to undo
19423          my previous patch.
19424          Experimental feature - save pathnames of .so files in easily 
19425          grep-able form for use in wrapper to feed to linker.  
19426  Branch: perl
19427        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
19428 ____________________________________________________________________________
19429 [  2327] By: gsar                                  on 1998/11/27  15:12:01
19430     Log: integrate change#2315 from maint-5.005
19431  Branch: perl
19432        ! t/op/sort.t
19433       !> op.c sv.c
19434 ____________________________________________________________________________
19435 [  2326] By: gsar                                  on 1998/11/27  15:00:42
19436     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
19437  Branch: perl
19438       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
19439       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
19440       !> lib/ExtUtils/typemap
19441 ____________________________________________________________________________
19442 [  2325] By: gsar                                  on 1998/11/27  14:46:18
19443     Log: malloc bugfix and documentation from Ilya Zakharevich
19444          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
19445          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
19446          Subject: [PATCH 5.005_*] Re: Internal coredump
19447          --
19448          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
19449          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
19450          Subject: [PATCH 5.005_*] malloc.c documentation
19451  Branch: perl
19452        ! malloc.c
19453 ____________________________________________________________________________
19454 [  2324] By: gsar                                  on 1998/11/27  14:41:38
19455     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
19456  Branch: perl
19457        ! ext/B/B/C.pm
19458 ____________________________________________________________________________
19459 [  2323] By: gsar                                  on 1998/11/27  14:33:44
19460     Log: From: maeda@src.ricoh.co.jp
19461          Date: Tue, 24 Nov 1998 10:37:45 +0900
19462          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
19463          Subject: format "..." bug
19464  Branch: perl
19465        ! pp_ctl.c t/op/write.t
19466 ____________________________________________________________________________
19467 [  2322] By: gsar                                  on 1998/11/27  14:20:12
19468     Log: add ext/Devel/Peek
19469          From: jan.dubois@ibm.net (Jan Dubois)
19470          Date: Mon, 23 Nov 1998 00:48:11 +0100
19471          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
19472          Subject: [PATCH 5.005_53] Devel::Peek integration
19473  Branch: perl
19474        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
19475        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
19476        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
19477        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
19478        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
19479 ____________________________________________________________________________
19480 [  2321] By: gsar                                  on 1998/11/27  13:03:08
19481     Log: ensure 'make regen_headers' even without perl installed
19482          (suggested by Ilya Zakharevich)
19483  Branch: perl
19484        ! bytecode.pl warning.pl
19485 ____________________________________________________________________________
19486 [  2320] By: gsar                                  on 1998/11/27  12:58:36
19487     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19488          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
19489          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
19490          Subject: [PATCH 5.005_*] Cosmetic malloc patch
19491  Branch: perl
19492        ! malloc.c
19493 ____________________________________________________________________________
19494 [  2319] By: gsar                                  on 1998/11/27  12:56:13
19495     Log: eliminate dup hunk from integration
19496  Branch: perl
19497        ! lib/filetest.pm perl.h
19498 ____________________________________________________________________________
19499 [  2318] By: gsar                                  on 1998/11/27  12:50:08
19500     Log: integrate cfgperl changes into mainline
19501  Branch: perl
19502       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
19503        ! pod/perlfaq4.pod
19504       !> (integrate 30 files)
19505 ____________________________________________________________________________
19506 [  2317] By: jhi                                   on 1998/11/27  11:38:13
19507     Log: C<-x>.
19508  Branch: cfgperl
19509        ! lib/filetest.pm
19510 ____________________________________________________________________________
19511 [  2316] By: jhi                                   on 1998/11/27  11:10:22
19512     Log: Integrate from mainperl.
19513  Branch: cfgperl
19514       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
19515       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
19516       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
19517       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
19518       !> win32/win32sck.c
19519 ____________________________________________________________________________
19520 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
19521     Log: integrate change#2246 from mainline, while still allowing
19522          C<sort $globref @foo>
19523          
19524          allow C<sort $coderef @foo>
19525  Branch: maint-5.005/perl
19526        ! op.c sv.c
19527       !> t/op/sort.t
19528 ____________________________________________________________________________
19529 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
19530     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
19531          forwarded by Jarkko Hietaniemi from Mark Bixby
19532  Branch: maint-5.005/perl
19533        ! ext/DynaLoader/dl_mpeix.xs installperl
19534 ____________________________________________________________________________
19535 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
19536     Log: Allow PL_FILES to have multiple targets from one source by allowing
19537          an array ref as the value in the hash
19538  Branch: maint-5.005/perl
19539        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
19540        ! lib/ExtUtils/MakeMaker.pm
19541 ____________________________________________________________________________
19542 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
19543     Log: fix unsigned variables to use SvUV and sv_setuv
19544  Branch: maint-5.005/perl
19545        ! lib/ExtUtils/typemap
19546 ____________________________________________________________________________
19547 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
19548     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
19549  Branch: maint-5.005/perl
19550        ! lib/ExtUtils/MM_Unix.pm
19551 ____________________________________________________________________________
19552 [  2301] By: gsar                                  on 1998/11/26  10:16:54
19553     Log: fix PL_defoutgv leak under threads
19554  Branch: perl
19555        ! ext/Thread/Thread.xs
19556 ____________________________________________________________________________
19557 [  2300] By: gsar                                  on 1998/11/26  09:04:44
19558     Log: properly free temporaries created by threads
19559  Branch: perl
19560        ! ext/Thread/Thread.xs
19561 ____________________________________________________________________________
19562 [  2299] By: gsar                                  on 1998/11/26  06:51:16
19563     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
19564          to set the package for the block properly
19565  Branch: perl
19566        ! op.c t/comp/package.t t/lib/dumper.t
19567 ____________________________________________________________________________
19568 [  2298] By: nick                                  on 1998/11/24  22:04:20
19569     Log: Part-1 of tweaks to allow Tk to be "compiled"
19570          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
19571          (May also need attention to exports etc. - to follow.)
19572  Branch: perl
19573        ! universal.c
19574 ____________________________________________________________________________
19575 [  2294] By: jhi                                   on 1998/11/23  10:44:26
19576     Log: The new socket tests need in some platforms
19577          to #include <sys/types.h>.
19578  Branch: cfgperl
19579        ! Configure
19580 ____________________________________________________________________________
19581 [  2293] By: jhi                                   on 1998/11/23  10:33:42
19582     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
19583          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
19584          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
19585          Date: Mon, 23 Nov 1998 10:07:04 +0100
19586          Message-Id: <9811230907.AA06484@AWT.nl>
19587          
19588          NeXTstep NetInfo uses nidump to get the user/group databases.
19589  Branch: cfgperl
19590        ! t/op/grent.t t/op/pwent.t
19591 ____________________________________________________________________________
19592 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
19593     Log: Updated Porting/patchls utility.
19594  Branch: maint-5.004/perl
19595        ! Porting/patchls
19596 ____________________________________________________________________________
19597 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
19598     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
19599          From:  Henrik Tougaard <ht.000@foa.dk>
19600          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
19601          Files:  lib/Sys/Syslog.pm
19602  Branch: maint-5.004/perl
19603        ! lib/Sys/Syslog.pm
19604 ____________________________________________________________________________
19605 [  2286] By: jhi                                   on 1998/11/22  19:08:42
19606     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
19607  Branch: cfgperl
19608        ! ext/Socket/Socket.xs
19609 ____________________________________________________________________________
19610 [  2285] By: jhi                                   on 1998/11/22  18:21:07
19611     Log: MSG_PROXY for GNU/Hurd (previously we believed that
19612          all GNU libc platforms have MSG_PROXY.  Untrue).
19613          In fact this ended up as a major MSG_* and SCM_*
19614          update.  The MSG_XXX known to be enums in some
19615          versions of the glibc are now probed for and respective
19616          HAS_MSG_XXX are defined.  While I was at it I noticed
19617          SCM_RIGHTS being similarly an enum.  This reminded me of
19618          an ancient discussion in perl5-porters:
19619          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
19620          The BSD socket interface has a nifty feature for passing
19621          file descriptors and credentials--via sockets.  It may be
19622          too late to add this functionality to the CORE but
19623          at least Configure now probes for the functions,
19624          structs, and includes, defining the appropriate
19625          HAS_YYY and I_ZZZ, and the Socket extension exports
19626          the constants, in case somebody wants to write an
19627          extension for this interface.
19628  Branch: cfgperl
19629        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19630        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
19631        ! iperlsys.h
19632 ____________________________________________________________________________
19633 [  2284] By: jhi                                   on 1998/11/22  18:13:21
19634     Log: perlhist.pod 1.54, containing 5_53.
19635  Branch: cfgperl
19636        ! pod/perlhist.pod
19637 ____________________________________________________________________________
19638 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
19639     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
19640  Branch: maint-5.004/perl
19641        ! doio.c
19642 ____________________________________________________________________________
19643 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
19644     Log: Improve op/die_exit.t test for implicit close changing $!
19645  Branch: maint-5.004/perl
19646        ! t/op/die_exit.t
19647 ____________________________________________________________________________
19648 [  2268] By: jhi                                   on 1998/11/22  14:44:11
19649     Log: Fix thinko.
19650  Branch: cfgperl
19651        ! hints/dynixptx.sh
19652 ____________________________________________________________________________
19653 [  2267] By: jhi                                   on 1998/11/22  13:19:41
19654     Log: Document the d_socket override.
19655  Branch: cfgperl
19656        ! hints/dynixptx.sh
19657 ____________________________________________________________________________
19658 [  2266] By: jhi                                   on 1998/11/22  12:12:29
19659     Log: From: John Tobey <jtobey@channel1.com>
19660          Subject: [PATCH] perlfaq typos
19661          To: perl5-porters@perl.com
19662          Date: 22 Nov 1998 04:25:15 +0200
19663          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
19664  Branch: cfgperl
19665        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
19666        ! pod/perlfaq7.pod pod/perlfaq8.pod
19667 ____________________________________________________________________________
19668 [  2265] By: jhi                                   on 1998/11/22  12:06:29
19669     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
19670          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
19671          Newsgroups: hut.lists.perl5-porters
19672          To: gsar@engin.umich.edu (Gurusamy Sarathy)
19673          Cc: perl5-porters@perl.org (Perl5 Porters)
19674          Date: 20 Nov 1998 12:20:41 +0200
19675  Branch: cfgperl
19676        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
19677        ! ext/DB_File/DB_File.xs
19678 ____________________________________________________________________________
19679 [  2264] By: jhi                                   on 1998/11/22  11:55:09
19680     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
19681          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
19682          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
19683          To: perlbug@perl.com
19684          Date: 20 Nov 1998 18:39:06 +0200
19685          Lines: 47
19686          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
19687  Branch: cfgperl
19688        ! t/op/grent.t t/op/pwent.t
19689 ____________________________________________________________________________
19690 [  2263] By: jhi                                   on 1998/11/22  11:42:59
19691     Log: Permission testing is tricky when we have too much power.
19692          Problem reported in
19693          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
19694          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
19695          To: perlbug@perl.com
19696          Date: 20 Nov 1998 18:39:06 +0200
19697          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
19698  Branch: cfgperl
19699        ! t/op/filetest.t
19700 ____________________________________________________________________________
19701 [  2262] By: gsar                                  on 1998/11/22  11:37:02
19702     Log: fix broken CAPI generation
19703  Branch: perl
19704        ! win32/GenCAPI.pl
19705 ____________________________________________________________________________
19706 [  2261] By: jhi                                   on 1998/11/22  11:17:00
19707     Log: -x should be C<-x>, reported by Gerben Wierda.
19708  Branch: cfgperl
19709        ! pod/perlfunc.pod
19710 ____________________________________________________________________________
19711 [  2260] By: gsar                                  on 1998/11/22  11:12:02
19712     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
19713  Branch: perl
19714        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
19715        ! proto.h
19716 ____________________________________________________________________________
19717 [  2259] By: jhi                                   on 1998/11/22  11:06:40
19718     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
19719          Subject: Re: [PATCH] Re: pod2man bug in date generated line
19720          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
19721          Cc: perlbug@perl.com
19722          Date: 20 Nov 1998 21:30:17 +0200
19723          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
19724  Branch: cfgperl
19725        ! pod/pod2man.PL
19726 ____________________________________________________________________________
19727 [  2256] By: jhi                                   on 1998/11/21  10:44:01
19728     Log: From: Thomas Bowditch <bowditch@inmet.com>
19729          Subject: Benchmark.pm suggestion
19730          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
19731          Date: Fri, 20 Nov 1998 17:43:46 -0500
19732          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
19733          
19734          Added timesum().
19735  Branch: cfgperl
19736        ! lib/Benchmark.pm
19737 ____________________________________________________________________________
19738 [  2255] By: gsar                                  on 1998/11/21  08:45:06
19739     Log: another win32 portability fix: make sysread() and syswrite()
19740          work on sockets
19741  Branch: perl
19742        ! pp_sys.c win32/win32.h
19743 ____________________________________________________________________________
19744 [  2254] By: gsar                                  on 1998/11/21  07:49:06
19745     Log: win32_recvfrom() compatibility fix
19746  Branch: perl
19747        ! win32/win32sck.c
19748 ____________________________________________________________________________
19749 [  2253] By: jhi                                   on 1998/11/20  08:22:06
19750     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
19751          To: jhi@iki.fi
19752          Subject: MPE/iX Perl 5.005_02 oops
19753          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
19754          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
19755  Branch: cfgperl
19756        ! ext/DynaLoader/dl_mpeix.xs installperl
19757 ____________________________________________________________________________
19758 [  2252] By: gsar                                  on 1998/11/19  17:38:03
19759     Log: mess_sv tweak for change#2249
19760  Branch: perl
19761        ! util.c
19762 ____________________________________________________________________________
19763 [  2251] By: jhi                                   on 1998/11/18  12:32:19
19764     Log: Display use64bits and usemultiplicity but only if necessary.
19765  Branch: cfgperl
19766        ! myconfig
19767 ____________________________________________________________________________
19768 [  2250] By: jhi                                   on 1998/11/18  12:26:50
19769     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
19770          Subject: pp.c uses 'unsigned Quad_t'
19771          To: perlbug@perl.com 
19772          Date: Sun, 15 Nov 1998 20:57:05 -0300 
19773          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
19774  Branch: cfgperl
19775        ! perl.h pp.c
19776 ____________________________________________________________________________
19777 [  2249] By: gsar                                  on 1998/11/18  05:43:11
19778     Log: use PL_mess_sv only during global destruction (fixes problems with
19779          overlapping invocations of form()/warn()/die()/croak() trampling on
19780          each other's messages)
19781  Branch: perl
19782        ! mg.c util.c
19783 ____________________________________________________________________________
19784 [  2248] By: gsar                                  on 1998/11/18  05:39:36
19785     Log: tweak change#2245 to skip previous message if any
19786  Branch: perl
19787        ! pp_ctl.c t/pragma/warn/pp_ctl
19788 ____________________________________________________________________________
19789 [  2247] By: jhi                                   on 1998/11/17  11:46:56
19790     Log: Integrate from mainperl.
19791  Branch: cfgperl
19792       !> (integrate 26 files)
19793 ____________________________________________________________________________
19794 [  2246] By: gsar                                  on 1998/11/17  09:41:10
19795     Log: allow C<sort $coderef @foo>
19796  Branch: perl
19797        ! op.c t/op/sort.t t/pragma/overload.t
19798 ____________________________________________________________________________
19799 [  2245] By: gsar                                  on 1998/11/17  08:28:26
19800     Log: propagate failures in DESTROY() as (optional) warnings
19801  Branch: perl
19802        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
19803 ____________________________________________________________________________
19804 [  2244] By: gsar                                  on 1998/11/17  07:43:08
19805     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
19806  Branch: perl
19807        ! perl.c thrdvar.h
19808 ____________________________________________________________________________
19809 [  2243] By: gsar                                  on 1998/11/17  07:40:09
19810     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
19811  Branch: perl
19812        ! lib/warning.pm warning.h warning.pl
19813 ____________________________________________________________________________
19814 [  2242] By: gsar                                  on 1998/11/17  06:32:39
19815     Log: fix skipspace() to properly account for newlines in eval''-ed
19816          strings (caused bogus line numbers in diagnostics and debugger)
19817  Branch: perl
19818        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
19819 ____________________________________________________________________________
19820 [  2241] By: gsar                                  on 1998/11/17  03:48:12
19821     Log: s/Perl_utf8skip/PL_utf8skip/g
19822  Branch: perl
19823        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
19824 ____________________________________________________________________________
19825 [  2240] By: gsar                                  on 1998/11/14  06:09:06
19826     Log: rework op/groups.t
19827  Branch: perl
19828        ! t/op/filetest.t t/op/groups.t
19829 ____________________________________________________________________________
19830 [  2235] By: gsar                                  on 1998/11/14  00:17:05
19831     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
19832  Branch: perl
19833        ! op.c
19834 ____________________________________________________________________________
19835 [  2234] By: gsar                                  on 1998/11/14  00:14:02
19836     Log: update Changes
19837  Branch: perl
19838        ! Changes win32/config.bc win32/config.gc win32/config.vc
19839 ____________________________________________________________________________
19840 [  2233] By: gsar                                  on 1998/11/13  09:43:03
19841     Log: doc tweak
19842  Branch: perl
19843        ! README.win32
19844 ____________________________________________________________________________
19845 [  2230] By: jhi                                   on 1998/11/12  17:07:45
19846     Log: Allow hints file override for d_socket
19847          (based on Sequent-induced change #2229).
19848  Branch: cfgperl
19849        ! Configure
19850 ____________________________________________________________________________
19851 [  2229] By: jhi                                   on 1998/11/12  16:32:33
19852     Log: 
19853          From: "Martin J. Bligh" <mbligh@sequent.com>
19854          To: jhi@iki.fi
19855          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
19856          Subject: Re: Making Perl work on DYNIX/ptx
19857          Date: Tue, 10 Nov 1998 16:24:26 -0800
19858          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
19859  Branch: cfgperl
19860        ! hints/dynixptx.sh
19861 ____________________________________________________________________________
19862 [  2228] By: jhi                                   on 1998/11/12  11:40:37
19863     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
19864          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
19865          To: jhi@iki.fi
19866          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
19867          Subject: Re: Making Perl work on DYNIX/ptx
19868          Date: Tue, 10 Nov 1998 18:01:10 -0800
19869  Branch: cfgperl
19870        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
19871 ____________________________________________________________________________
19872 [  2227] By: jhi                                   on 1998/11/12  11:17:42
19873     Log: Integrate from mainperl.
19874  Branch: cfgperl
19875       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
19876       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
19877       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
19878       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
19879       !> win32/win32.c x2p/s2p.PL
19880 ____________________________________________________________________________
19881 [  2226] By: gsar                                  on 1998/11/11  21:05:42
19882     Log: provide -DPERL_POLLUTE
19883  Branch: perl
19884        ! embed.pl embedvar.h
19885 ____________________________________________________________________________
19886 [  2225] By: jhi                                   on 1998/11/09  07:45:12
19887     Log: From: Hans Mulder <hansm@icgroup.nl>
19888          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
19889          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
19890          perl5-porters@perl.org
19891          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
19892          (UNINSTALLED)
19893          Date: Sun,  8 Nov 98 22:20:23 +0100
19894          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
19895  Branch: cfgperl
19896        ! malloc.c perl.h
19897 ____________________________________________________________________________
19898 [  2224] By: gsar                                  on 1998/11/09  03:13:14
19899     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
19900          Christoph <lupe@alanya.m.isar.de>)
19901  Branch: perl
19902        ! lib/Text/Wrap.pm
19903 ____________________________________________________________________________
19904 [  2223] By: gsar                                  on 1998/11/09  02:09:06
19905     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
19906          <lionel.fourquaux@wanadoo.fr>)
19907  Branch: perl
19908        ! x2p/s2p.PL
19909 ____________________________________________________________________________
19910 [  2222] By: gsar                                  on 1998/11/09  01:56:24
19911     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
19912          Date: Wed, 04 Nov 1998 12:19:44 +0000
19913          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
19914          Subject: [PATCH] Re: [5.005_53] read overflow? 
19915          --
19916          Date: Wed, 04 Nov 1998 13:15:18 +0000
19917          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
19918          Subject: [PATCH 5.005_53] perl -V fix
19919  Branch: perl
19920        ! perl.c regexec.c
19921 ____________________________________________________________________________
19922 [  2221] By: gsar                                  on 1998/11/09  01:34:56
19923     Log: From: jan.dubois@ibm.net (Jan Dubois)
19924          Date: Sun, 01 Nov 1998 00:05:01 +0100
19925          Message-ID: <364294bd.18052307@smtp1.ibm.net>
19926          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
19927  Branch: perl
19928        ! Changes win32/makedef.pl
19929 ____________________________________________________________________________
19930 [  2220] By: gsar                                  on 1998/11/08  21:13:07
19931     Log: integrate changes#2120,2168,2218 from maint-5.005;
19932          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
19933          enum; make regen_headers
19934  Branch: perl
19935        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
19936        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
19937 ____________________________________________________________________________
19938 [  2219] By: gsar                                  on 1998/11/08  19:42:57
19939     Log: integrate cfgperl changes into mainline
19940  Branch: perl
19941       +> README.vmesa
19942       !> Configure MANIFEST Porting/Glossary Porting/config.sh
19943       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
19944       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
19945       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
19946       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
19947       !> thread.h vms/subconfigure.com vos/config.h
19948 ____________________________________________________________________________
19949 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
19950     Log: From: Graham Barr <gbarr@ti.com>
19951          Date: Mon, 2 Nov 1998 07:38:52 -0600
19952          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
19953          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
19954  Branch: maint-5.005/perl
19955        ! ext/IPC/SysV/Msg.pm
19956 ____________________________________________________________________________
19957 [  2215] By: gsar                                  on 1998/11/08  02:52:52
19958     Log: set close-on-exec bit on pipe() FDs
19959  Branch: perl
19960        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
19961 ____________________________________________________________________________
19962 [  2214] By: gsar                                  on 1998/11/08  02:27:57
19963     Log: typo in newHVhv()
19964  Branch: perl
19965        ! hv.c
19966 ____________________________________________________________________________
19967 [  2211] By: jhi                                   on 1998/11/07  21:14:18
19968     Log: Finalize the Mach CThreads support.
19969          
19970          From: Hans Mulder <hansm@icgroup.nl>
19971          Date: Sat,  7 Nov 98 22:06:20 +0100
19972          To: Gurusamy Sarathy <gsar@engin.umich.edu>
19973          Cc: jhi@iki.fi, perl5-porters@perl.org
19974          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
19975          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
19976  Branch: cfgperl
19977        ! malloc.c perl.h
19978 ____________________________________________________________________________
19979 [  2210] By: gsar                                  on 1998/11/06  20:36:50
19980     Log: fix AvREALISH bogusness
19981  Branch: perl
19982        ! av.c t/op/array.t
19983 ____________________________________________________________________________
19984 [  2209] By: jhi                                   on 1998/11/06  08:05:31
19985     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
19986          ASSERT() causes problems in {NeXTStep,OpenStep}.
19987          
19988          From: Hans Mulder <hansm@icgroup.nl>
19989          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
19990          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
19991          Date: Fri,  6 Nov 98 01:27:41 +0100
19992          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
19993          
19994          and
19995          
19996          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19997          Subject: Re: ASSERT() in malloc.c
19998          To: jhi@iki.fi
19999          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
20000          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
20001  Branch: cfgperl
20002        ! malloc.c
20003 ____________________________________________________________________________
20004 [  2208] By: jhi                                   on 1998/11/06  07:55:38
20005     Log: Mach CThreads needs #include <mach/cthreads.h>.
20006  Branch: cfgperl
20007        ! perl.h
20008 ____________________________________________________________________________
20009 [  2206] By: jhi                                   on 1998/11/05  14:54:52
20010     Log: PERL_BADLANG wrongly documented.
20011          
20012          From: ts <decoux@moulon.inra.fr>
20013          To: jhi@cc.hut.fi
20014          Subject: Re: Locale warning messages
20015          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
20016          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
20017          
20018          and
20019          
20020          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20021          Subject: Re: PERL_BADLANG
20022          To: jhi@iki.fi
20023          Subject: Re: PERL_BADLANG
20024          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
20025          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
20026  Branch: cfgperl
20027        ! pod/perllocale.pod
20028 ____________________________________________________________________________
20029 [  2205] By: jhi                                   on 1998/11/05  14:24:33
20030     Log: Document all the control flow keywords in perlfunc
20031          so that "perlfunc -f while" works.
20032  Branch: cfgperl
20033        ! pod/perlfunc.pod
20034 ____________________________________________________________________________
20035 [  2204] By: jhi                                   on 1998/11/05  12:46:02
20036     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
20037          (from vos/config.h).  Update Porting/{Glossary,config*}.
20038  Branch: cfgperl
20039        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20040        ! config_h.SH vos/config.h
20041 ____________________________________________________________________________
20042 [  2203] By: jhi                                   on 1998/11/05  08:34:39
20043     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
20044  Branch: cfgperl
20045        ! hints/vmesa.sh vms/subconfigure.com
20046 ____________________________________________________________________________
20047 [  2202] By: jhi                                   on 1998/11/05  08:03:20
20048     Log: Integrate from mainperl.
20049  Branch: cfgperl
20050       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
20051       !> win32/Makefile win32/makefile.mk win32/win32.c
20052 ____________________________________________________________________________
20053 [  2201] By: gsar                                  on 1998/11/05  04:40:44
20054     Log: another POPSTACK victim
20055  Branch: perl
20056        ! cop.h sv.c
20057 ____________________________________________________________________________
20058 [  2196] By: gsar                                  on 1998/11/05  02:07:54
20059     Log: fix a location affected by change#2191, add note about POPSTACK
20060  Branch: perl
20061        ! cop.h gv.c pp_ctl.c
20062 ____________________________________________________________________________
20063 [  2195] By: gsar                                  on 1998/11/05  02:04:45
20064     Log: makefile notes
20065  Branch: perl
20066        ! win32/Makefile win32/makefile.mk
20067 ____________________________________________________________________________
20068 [  2192] By: gsar                                  on 1998/11/04  23:48:53
20069     Log: indeterminate order-of-evaluation fixes
20070  Branch: perl
20071        ! mg.c
20072 ____________________________________________________________________________
20073 [  2191] By: gsar                                  on 1998/11/04  23:02:16
20074     Log: refetch local stack pointer in POPSTACK
20075  Branch: perl
20076        ! cop.h perl.c
20077 ____________________________________________________________________________
20078 [  2190] By: jhi                                   on 1998/11/04  08:50:40
20079     Log: Configure update.
20080          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
20081          
20082          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
20083          To: Martin Bligh <mbligh@sequent.com>
20084          Cc: Jarkko Hietaniemi <jhi@iki.fi>
20085          Subject: Re: Perl 5's configure on DYNIX/ptx
20086          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
20087          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
20088          
20089          find sockets also from libsocket, not just libnet.
20090          OS390: $compile_ok instead of $compile for <inttypes.h>,
20091          
20092          From: pvhp@forte.com (Peter Prymmer)
20093          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
20094          Subject: _53 not OK on os390 but looking better than ever
20095          Date: Tue, 3 Nov 98 17:33:22 PST
20096          Message-Id: <9811040133.AA09450@forte.com>
20097  Branch: cfgperl
20098        ! Configure
20099 ____________________________________________________________________________
20100 [  2189] By: jhi                                   on 1998/11/04  07:43:58
20101     Log: sysio.t failure: fix undefined order of evaluation, from
20102          
20103          From: Spider Boardman <spider@web.zk3.dec.com>
20104          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
20105          To: perlbug@perl.com
20106          Date: 4 Nov 1998 01:22:30 +0200
20107          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
20108  Branch: cfgperl
20109        ! pp_sys.c
20110 ____________________________________________________________________________
20111 [  2188] By: gsar                                  on 1998/11/04  02:59:16
20112     Log: fix return value of win32_pclose()
20113  Branch: perl
20114        ! win32/win32.c
20115 ____________________________________________________________________________
20116 [  2187] By: gsar                                  on 1998/11/04  02:56:34
20117     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
20118  Branch: perl
20119        ! Changes doop.c gv.c util.c
20120 ____________________________________________________________________________
20121 [  2186] By: jhi                                   on 1998/11/03  08:17:52
20122     Log: Document quads in pack.
20123  Branch: cfgperl
20124        ! pod/perlfunc.pod
20125 ____________________________________________________________________________
20126 [  2185] By: jhi                                   on 1998/11/03  07:49:35
20127     Log: (IV) vs (I32) vs I_V()
20128          
20129          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
20130          From: Anton Berezin <tobez@plab.ku.dk> 
20131          To: "p5p" <perl5-porters@perl.org> 
20132          Date: 01 Nov 1998 15:09:11 +0100 
20133          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
20134          
20135          and
20136          
20137          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
20138          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
20139          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
20140  Branch: cfgperl
20141        ! sv.c
20142 ____________________________________________________________________________
20143 [  2184] By: jhi                                   on 1998/11/03  07:42:46
20144     Log: VM/ESA updates.
20145  Branch: cfgperl
20146        + README.vmesa
20147        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
20148 ____________________________________________________________________________
20149 [  2183] By: jhi                                   on 1998/11/02  12:58:13
20150     Log: The id(1)-parsing is real fun.
20151  Branch: cfgperl
20152        ! t/op/groups.t
20153 ____________________________________________________________________________
20154 [  2182] By: jhi                                   on 1998/11/02  12:07:43
20155     Log: Decommission the symlink test.
20156  Branch: cfgperl
20157        ! t/op/lex_assign.t
20158 ____________________________________________________________________________
20159 [  2181] By: jhi                                   on 1998/11/02  12:03:08
20160     Log: Replace ATTR_JOINABLE with true Configure probe
20161          for PTHREAD_CREATE_JOINABLE (or equivalent:
20162          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
20163          Remove ATTR_JOINABLE itself: Thread.xs uses
20164          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
20165          
20166          Really scan for <mach/cthreads.h> only if usethreads.
20167  Branch: cfgperl
20168        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
20169 ____________________________________________________________________________
20170 [  2180] By: jhi                                   on 1998/11/02  11:07:34
20171     Log: In HP-UX 10.X usethreads only if the required files are present.
20172  Branch: cfgperl
20173        ! hints/hpux.sh
20174 ____________________________________________________________________________
20175 [  2179] By: jhi                                   on 1998/11/02  09:10:33
20176     Log: Prefer groups(1).
20177          id -Gn can be broken.
20178          id -a can save the day.
20179  Branch: cfgperl
20180        ! t/op/groups.t
20181 ____________________________________________________________________________
20182 [  2178] By: jhi                                   on 1998/11/02  08:35:29
20183     Log: Detrail enum comma.
20184  Branch: cfgperl
20185        ! perl.h
20186 ____________________________________________________________________________
20187 [  2177] By: jhi                                   on 1998/11/02  08:24:12
20188     Log: 0**0 = 1, from
20189          
20190          From: d-lewart@uiuc.edu (Daniel S. Lewart)
20191          Subject: Math::Complex 0**0 patches
20192          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
20193          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
20194          To: jhi@iki.fi (Jarkko Hietaniemi),
20195          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
20196  Branch: cfgperl
20197        ! lib/Math/Complex.pm t/lib/complex.t
20198 ____________________________________________________________________________
20199 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
20200     Log: From: jan.dubois@ibm.net (Jan Dubois)   
20201          Date: Fri, 09 Oct 1998 23:28:31 +0200
20202          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
20203          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
20204  Branch: maint-5.005/perl
20205        ! XSUB.h
20206 ____________________________________________________________________________
20207 [  2164] By: jhi                                   on 1998/10/31  15:50:02
20208     Log: Integrate from mainperl.
20209  Branch: cfgperl
20210       +> t/op/lex_assign.t
20211       !> (integrate 45 files)
20212
20213 ----------------
20214 Version 5.005_53
20215 ----------------
20216
20217 ____________________________________________________________________________
20218 [  2163] By: gsar                                  on 1998/10/31  11:31:12
20219     Log: bump patchlevel; other minor fixes for clean build and test on
20220          Solaris and win32
20221  Branch: perl
20222        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
20223        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
20224        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
20225        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
20226        ! x2p/a2p.c
20227 ____________________________________________________________________________
20228 [  2162] By: gsar                                  on 1998/10/31  09:40:31
20229     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20230          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
20231          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
20232          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
20233  Branch: perl
20234        ! pp.h
20235 ____________________________________________________________________________
20236 [  2161] By: gsar                                  on 1998/10/31  09:39:13
20237     Log: From: Albert Dvornik <bert@genscan.com>
20238          Date: 30 Oct 1998 17:50:04 -0500
20239          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
20240          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
20241  Branch: perl
20242        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
20243 ____________________________________________________________________________
20244 [  2160] By: gsar                                  on 1998/10/31  09:35:03
20245     Log: fix for bugs in -x mode
20246          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20247          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
20248          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
20249          Subject: [PATCH 5.00552] Fix h2xs
20250  Branch: perl
20251        ! utils/h2xs.PL
20252 ____________________________________________________________________________
20253 [  2159] By: gsar                                  on 1998/10/31  09:31:36
20254     Log: Data::Dumper update
20255  Branch: perl
20256        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
20257        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
20258 ____________________________________________________________________________
20259 [  2153] By: gsar                                  on 1998/10/30  21:40:09
20260     Log: add testsuite portion of patch
20261          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20262          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
20263          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
20264          Subject: [PATCH 5.00321 ;-)] 87% speedup
20265  Branch: perl
20266        + t/op/lex_assign.t
20267        ! MANIFEST
20268 ____________________________________________________________________________
20269 [  2152] By: gsar                                  on 1998/10/30  21:08:11
20270     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
20271  Branch: perl
20272        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
20273 ____________________________________________________________________________
20274 [  2151] By: gsar                                  on 1998/10/30  20:18:09
20275     Log: From: Mark-Jason Dominus <mjd@plover.com>
20276          Date: Fri, 30 Oct 1998 14:24:23 EST
20277          Message-Id: <19981030192423.27276.qmail@plover.com>
20278          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
20279  Branch: perl
20280        ! x2p/walk.c
20281 ____________________________________________________________________________
20282 [  2150] By: gsar                                  on 1998/10/30  20:08:57
20283     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20284          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
20285          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
20286          Subject: [PATCH 5.00552] Overloaded <> and deref again
20287  Branch: perl
20288        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
20289        ! t/pragma/overload.t toke.c
20290 ____________________________________________________________________________
20291 [  2149] By: gsar                                  on 1998/10/30  19:38:15
20292     Log: From: Roderick Schertler <roderick@argon.org>
20293          Date: Thu, 29 Oct 1998 14:50:18 -0500
20294          Message-ID: <17625.909690618@eeyore.ibcinc.com>
20295          Subject: patch for daemonization docs in perlipc
20296  Branch: perl
20297        ! pod/perlipc.pod
20298 ____________________________________________________________________________
20299 [  2148] By: gsar                                  on 1998/10/30  19:36:07
20300     Log: From: Anton Berezin <tobez@plab.ku.dk>
20301          Date: 29 Oct 1998 17:06:25 +0100
20302          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
20303          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
20304  Branch: perl
20305        ! win32/win32.c
20306 ____________________________________________________________________________
20307 [  2147] By: gsar                                  on 1998/10/30  19:31:37
20308     Log: tweaked version of suggested patch
20309          From: Anton Berezin <tobez@plab.ku.dk>
20310          Date: 29 Oct 1998 14:48:54 +0100
20311          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
20312          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
20313  Branch: perl
20314        ! win32/win32.c
20315 ____________________________________________________________________________
20316 [  2146] By: gsar                                  on 1998/10/30  19:03:50
20317     Log: hand-apply whitespace-mutiliated patch
20318          From: "vishal bhatia" <vishalb@hotmail.com>
20319          Date: Wed, 28 Oct 1998 23:45:32 PST
20320          Message-ID: <19981029074534.2334.qmail@hotmail.com>
20321          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
20322  Branch: perl
20323        ! ext/B/B/C.pm ext/B/B/CC.pm
20324 ____________________________________________________________________________
20325 [  2145] By: gsar                                  on 1998/10/30  18:46:58
20326     Log: remaining PL_foo stragglers
20327  Branch: perl
20328        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
20329        ! op.h os2/os2.c vms/gen_shrfls.pl
20330 ____________________________________________________________________________
20331 [  2144] By: gsar                                  on 1998/10/30  17:38:36
20332     Log: integrate cfgperl tweaks into mainline
20333  Branch: perl
20334       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
20335       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
20336 ____________________________________________________________________________
20337 [  2143] By: jhi                                   on 1998/10/30  13:27:39
20338     Log: There can be multiple yacc/bison errors.
20339  Branch: cfgperl
20340        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
20341 ____________________________________________________________________________
20342 [  2142] By: jhi                                   on 1998/10/30  13:18:43
20343     Log: README.posix-bc update.
20344  Branch: cfgperl
20345        ! README.posix-bc
20346 ____________________________________________________________________________
20347 [  2141] By: jhi                                   on 1998/10/30  09:12:59
20348     Log: #2133 fallout.
20349  Branch: cfgperl
20350        ! doio.c ext/POSIX/POSIX.xs
20351 ____________________________________________________________________________
20352 [  2140] By: jhi                                   on 1998/10/30  08:43:18
20353     Log: Integrate from mainperl.
20354  Branch: cfgperl
20355       +> globvar.sym pp.sym
20356        - objpp.h thread.sym
20357       !> (integrate 61 files)
20358 ____________________________________________________________________________
20359 [  2133] By: gsar                                  on 1998/10/30  02:51:39
20360     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
20361          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
20362          should soon be automated also; the global variables that
20363          escaped the PL_foo conversion are now reined in; renamed
20364          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
20365          type of same name; duplicated lists of pp_things in various
20366          places is now gone; result has only been tested on win32
20367  Branch: perl
20368        + globvar.sym pp.sym
20369        - objpp.h thread.sym
20370        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
20371        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
20372        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
20373        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
20374        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
20375        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
20376        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
20377        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
20378        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
20379        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20380        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
20381 ____________________________________________________________________________
20382 [  2130] By: jhi                                   on 1998/10/29  15:31:26
20383     Log: Pure bison yylex() proto was broken.
20384  Branch: cfgperl
20385        ! proto.h
20386 ____________________________________________________________________________
20387 [  2126] By: jhi                                   on 1998/10/29  08:35:54
20388     Log: Integrate mainperl.
20389  Branch: cfgperl
20390       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
20391       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
20392       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
20393       !> t/pragma/warn/doio toke.c win32/makefile.mk
20394 ____________________________________________________________________________
20395 [  2125] By: jhi                                   on 1998/10/29  08:32:38
20396     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
20397  Branch: cfgperl
20398        ! Makefile.SH
20399 ____________________________________________________________________________
20400 [  2124] By: jhi                                   on 1998/10/29  08:06:44
20401     Log: EBCDIC Makefile.SH tuneup.
20402  Branch: cfgperl
20403        ! Makefile.SH
20404 ____________________________________________________________________________
20405 [  2119] By: gsar                                  on 1998/10/28  23:24:04
20406     Log: remove doubled hunk from integration
20407  Branch: perl
20408        ! pp.c
20409 ____________________________________________________________________________
20410 [  2118] By: gsar                                  on 1998/10/28  22:03:31
20411     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20412          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
20413          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
20414          Subject: [PATCH 5.00552] Minor debugger tweaks
20415  Branch: perl
20416        ! lib/perl5db.pl
20417 ____________________________________________________________________________
20418 [  2117] By: gsar                                  on 1998/10/28  22:02:30
20419     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20420          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
20421          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
20422          Subject: [PATCH 5.00552] Make sort respect overloading
20423  Branch: perl
20424        ! pp_ctl.c proto.h t/pragma/overload.t
20425 ____________________________________________________________________________
20426 [  2116] By: gsar                                  on 1998/10/28  21:51:11
20427     Log: MM patches from Ilya Zakharevich
20428          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
20429          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
20430          Subject: [PATCH 5.00552] Make MakeMaker more verbose
20431          --
20432          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
20433          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
20434          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
20435  Branch: perl
20436        ! lib/ExtUtils/MakeMaker.pm
20437 ____________________________________________________________________________
20438 [  2115] By: gsar                                  on 1998/10/28  21:46:19
20439     Log: add explicit references to perl source path in ld2 and gcc2
20440  Branch: perl
20441        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
20442 ____________________________________________________________________________
20443 [  2114] By: gsar                                  on 1998/10/28  21:39:56
20444     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
20445          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
20446          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
20447          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
20448  Branch: perl
20449        ! INSTALL
20450 ____________________________________________________________________________
20451 [  2113] By: gsar                                  on 1998/10/28  21:21:16
20452     Log: integrate cfgperl into mainline
20453  Branch: perl
20454       +> t/op/filetest.t
20455       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
20456       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
20457       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
20458       !> thread.h toke.c vmesa/Makefile
20459 ____________________________________________________________________________
20460 [  2112] By: gsar                                  on 1998/10/28  21:14:18
20461     Log: minor cleanup
20462  Branch: perl
20463        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
20464 ____________________________________________________________________________
20465 [  2111] By: gsar                                  on 1998/10/28  18:52:10
20466     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
20467  Branch: perl
20468        ! toke.c
20469 ____________________________________________________________________________
20470 [  2110] By: jhi                                   on 1998/10/28  15:07:54
20471     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
20472  Branch: cfgperl
20473        ! Makefile.SH
20474 ____________________________________________________________________________
20475 [  2109] By: jhi                                   on 1998/10/28  13:39:54
20476     Log: a2p.y needs to generate also y.tab.h.
20477  Branch: cfgperl
20478        ! Makefile.SH
20479 ____________________________________________________________________________
20480 [  2108] By: jhi                                   on 1998/10/28  10:33:36
20481     Log: The "parse error" must be converted to "syntax error",
20482          just matching it aint' enough.
20483  Branch: cfgperl
20484        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
20485        ! t/pragma/warning.t
20486 ____________________________________________________________________________
20487 [  2107] By: jhi                                   on 1998/10/28  10:23:05
20488     Log: Regen sig_n{ame,umber}* if slightest doubt.
20489  Branch: cfgperl
20490        ! Configure
20491 ____________________________________________________________________________
20492 [  2106] By: jhi                                   on 1998/10/28  08:44:49
20493     Log: Bison says 'parse error', not 'parser error'.
20494  Branch: cfgperl
20495        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
20496        ! t/pragma/warning.t
20497 ____________________________________________________________________________
20498 [  2105] By: jhi                                   on 1998/10/28  08:42:09
20499     Log: yylex() parametrization.
20500  Branch: cfgperl
20501        ! proto.h toke.c
20502 ____________________________________________________________________________
20503 [  2104] By: jhi                                   on 1998/10/28  08:25:09
20504     Log: Bring in #2102.
20505  Branch: cfgperl
20506        ! pp.c
20507 ____________________________________________________________________________
20508 [  2103] By: jhi                                   on 1998/10/28  08:22:04
20509     Log: From: Dominic Dunlop <domo@vo.lu>
20510          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
20511          Date: 27 Oct 1998 20:47:25 +0200
20512          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
20513  Branch: cfgperl
20514        ! t/op/groups.t
20515 ____________________________________________________________________________
20516 [  2102] By: larry                                 on 1998/10/27  18:58:55
20517     Log: utf8 change to quotemeta broke EBCDIC
20518  Branch: perl
20519        ! pp.c
20520 ____________________________________________________________________________
20521 [  2101] By: jhi                                   on 1998/10/27  12:55:34
20522     Log: $Config{sig_num_init}.
20523          Also, a new approach to the 'pthreads-created-joinable': drop
20524          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
20525          directly. (See also #2096).
20526  Branch: cfgperl
20527        ! Configure config_h.SH
20528 ____________________________________________________________________________
20529 [  2100] By: jhi                                   on 1998/10/27  10:48:55
20530     Log: Regenerated perly_c.diff.
20531  Branch: cfgperl
20532        ! perly_c.diff
20533 ____________________________________________________________________________
20534 [  2099] By: jhi                                   on 1998/10/27  08:42:25
20535     Log: First the mangler was Netscape, then it was me.
20536  Branch: cfgperl
20537        ! vmesa/Makefile
20538 ____________________________________________________________________________
20539 [  2098] By: jhi                                   on 1998/10/27  08:34:40
20540     Log: `id -Gn` might be available where `groups` is not.
20541  Branch: cfgperl
20542        ! t/op/groups.t
20543 ____________________________________________________________________________
20544 [  2097] By: jhi                                   on 1998/10/27  08:05:17
20545     Log: Netscape had mangled the tabs.
20546  Branch: cfgperl
20547        ! vmesa/Makefile
20548 ____________________________________________________________________________
20549 [  2096] By: jhi                                   on 1998/10/27  08:03:05
20550     Log: ATTR_JOINABLE logic, based on (private email)
20551          
20552          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
20553          Subject: Some little diffs
20554          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
20555          Date: Tue, 27 Oct 1998 13:44:42 +1300
20556  Branch: cfgperl
20557        ! thread.h
20558 ____________________________________________________________________________
20559 [  2095] By: jhi                                   on 1998/10/27  07:56:57
20560     Log: Mach cthreads support based on:
20561          
20562          From: brie@corp.home.net (Brian Harrison)
20563          Subject: perl5.005_02 patch for mthreads
20564          To: perl5-porters@perl.org
20565          Date: 24 Oct 1998 01:01:55 +0300
20566          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
20567          
20568          Pthread yield probe (dejavu)
20569          Cosmetic nanochange for the union semun output.
20570          Better inttypes.h probe.
20571          Undo the 'void *' $selecttype probe from #1971 because
20572          it breaks the $selectminbits test.
20573  Branch: cfgperl
20574        ! Configure config_h.SH perl.h thread.h
20575 ____________________________________________________________________________
20576 [  2094] By: jhi                                   on 1998/10/26  13:02:07
20577     Log: Also posix-bc wants to reyacc.
20578  Branch: cfgperl
20579        ! Makefile.SH
20580 ____________________________________________________________________________
20581 [  2093] By: jhi                                   on 1998/10/26  10:17:21
20582     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
20583          5_02 and really breaking things in non-ASCII worlds.
20584  Branch: cfgperl
20585        ! pp.c
20586 ____________________________________________________________________________
20587 [  2092] By: jhi                                   on 1998/10/26  09:08:00
20588     Log: More robustness.
20589  Branch: cfgperl
20590        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
20591        ! t/pragma/warning.t
20592 ____________________________________________________________________________
20593 [  2091] By: jhi                                   on 1998/10/26  08:47:32
20594     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
20595          Bison really wants YYLEX_PARAM.
20596  Branch: cfgperl
20597        ! perly.y proto.h toke.c
20598 ____________________________________________________________________________
20599 [  2090] By: jhi                                   on 1998/10/26  08:21:25
20600     Log: s/YYLEX_PARAM/YYLEXPARAM/
20601  Branch: cfgperl
20602        ! perly.y
20603 ____________________________________________________________________________
20604 [  2089] By: jhi                                   on 1998/10/26  08:17:33
20605     Log: Indicate skipped subtests.
20606  Branch: cfgperl
20607        ! t/io/pipe.t
20608 ____________________________________________________________________________
20609 [  2088] By: jhi                                   on 1998/10/26  08:11:36
20610     Log: Integrate from mainperl.
20611  Branch: cfgperl
20612       !> (integrate 54 files)
20613 ____________________________________________________________________________
20614 [  2087] By: jhi                                   on 1998/10/26  08:08:02
20615     Log: Add test for filetests.
20616  Branch: cfgperl
20617        + t/op/filetest.t
20618        ! MANIFEST
20619 ____________________________________________________________________________
20620 [  2086] By: gsar                                  on 1998/10/26  02:44:44
20621     Log: various win32 tweaks; disable new xs_cpp section (it creates
20622          ambiguous inference graph for %.xs --> %.o)
20623  Branch: perl
20624        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
20625        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
20626        ! win32/config.gc win32/config_H.gc win32/makedef.pl
20627        ! win32/makefile.mk win32/win32.h
20628 ____________________________________________________________________________
20629 [  2085] By: gsar                                  on 1998/10/26  00:50:02
20630     Log: sanity-check $Config{drand01} in rand.t
20631  Branch: perl
20632        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
20633        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20634 ____________________________________________________________________________
20635 [  2078] By: gsar                                  on 1998/10/25  10:22:04
20636     Log: update win32/config*.?c
20637  Branch: perl
20638        ! Changes win32/config.bc win32/config.gc win32/config.vc
20639        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20640 ____________________________________________________________________________
20641 [  2077] By: gsar                                  on 1998/10/25  08:39:25
20642     Log: From: Graham Barr <gbarr@pobox.com>
20643          Date: Sat, 24 Oct 1998 21:45:50 -0500
20644          Message-ID: <19981024214550.C508@pobox.com>
20645          Subject: Re: die with a reference  should use overload "" operator
20646  Branch: perl
20647        ! pp_ctl.c
20648 ____________________________________________________________________________
20649 [  2076] By: gsar                                  on 1998/10/25  08:37:49
20650     Log: From: Graham Barr <gbarr@pobox.com>
20651          Date: Sat, 24 Oct 1998 12:45:21 -0500
20652          Message-ID: <19981024124521.C512@pobox.com>
20653          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
20654  Branch: perl
20655        ! sv.c
20656 ____________________________________________________________________________
20657 [  2075] By: gsar                                  on 1998/10/25  08:24:09
20658     Log: fix C<print $n += 5;> etc.
20659  Branch: perl
20660        ! toke.c
20661 ____________________________________________________________________________
20662 [  2074] By: gsar                                  on 1998/10/25  08:12:28
20663     Log: list builtins with portability caveats
20664          From: Jarkko Hietaniemi <jhi@iki.fi>
20665          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
20666          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
20667          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
20668  Branch: perl
20669        ! pod/perlfunc.pod
20670 ____________________________________________________________________________
20671 [  2073] By: gsar                                  on 1998/10/25  07:55:43
20672     Log: fix stack overrun in file test operators
20673  Branch: perl
20674        ! pp_sys.c
20675 ____________________________________________________________________________
20676 [  2072] By: gsar                                  on 1998/10/25  07:29:45
20677     Log: implement C<goto &func> and other fixes (via private mail)
20678          From:    "vishal bhatia" <vishalb@hotmail.com>
20679          Date:    Wed, 21 Oct 1998 22:59:03 PDT
20680          Message-Id: <19981022055904.20083.qmail@hotmail.com>
20681          Subject: [PATCH 5.005_52] More fixes for B
20682  Branch: perl
20683        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
20684 ____________________________________________________________________________
20685 [  2071] By: gsar                                  on 1998/10/25  07:14:41
20686     Log: From: Graham Barr <gbarr@pobox.com>
20687          Date: Sat, 17 Oct 1998 20:42:41 -0500
20688          Message-ID: <19981017204241.G510@pobox.com>
20689          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
20690  Branch: perl
20691        ! pp_ctl.c
20692 ____________________________________________________________________________
20693 [  2070] By: gsar                                  on 1998/10/25  07:07:29
20694     Log: avoid bogus line number in XSUB redefined warnings
20695  Branch: perl
20696        ! op.c
20697 ____________________________________________________________________________
20698 [  2069] By: gsar                                  on 1998/10/25  06:59:03
20699     Log: From: Martijn Koster <mak@excitecorp.com>
20700          Date: Wed, 21 Oct 1998 13:12:03 +0100
20701          Message-ID: <19981021131203.A15661@excitecorp.com>
20702          Subject: File::Path::mkpath reports the wrong error
20703  Branch: perl
20704        ! lib/File/Path.pm
20705 ____________________________________________________________________________
20706 [  2068] By: gsar                                  on 1998/10/25  06:54:43
20707     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
20708          Date: Tue, 20 Oct 1998 20:52:20 -0500
20709          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
20710          Subject: Exporter.pm's export_to_level() argument handling buggy
20711  Branch: perl
20712        ! lib/Exporter.pm
20713 ____________________________________________________________________________
20714 [  2067] By: gsar                                  on 1998/10/25  06:50:19
20715     Log: From: jan.dubois@ibm.net (Jan Dubois)
20716          Date: Wed, 21 Oct 1998 00:55:51 +0200
20717          Message-ID: <36380269.55370608@smtp1.ibm.net>
20718          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
20719  Branch: perl
20720        ! ext/DynaLoader/DynaLoader_pm.PL
20721 ____________________________________________________________________________
20722 [  2066] By: gsar                                  on 1998/10/25  06:48:19
20723     Log: recognize '%' as a shell metachar for win32
20724          From: jan.dubois@ibm.net (Jan Dubois)
20725          Date: Tue, 20 Oct 1998 21:57:35 +0200
20726          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
20727          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
20728  Branch: perl
20729        ! win32/win32.c
20730 ____________________________________________________________________________
20731 [  2065] By: gsar                                  on 1998/10/25  06:46:30
20732     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
20733  Branch: perl
20734        ! sv.c
20735 ____________________________________________________________________________
20736 [  2064] By: gsar                                  on 1998/10/25  06:45:09
20737     Log: From: Gisle Aas <gisle@aas.no>
20738          Date: 20 Oct 1998 14:24:44 +0200
20739          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
20740          Subject: ord() and unpack("U*",...) should not be negative
20741  Branch: perl
20742        ! pp.c
20743 ____________________________________________________________________________
20744 [  2063] By: gsar                                  on 1998/10/25  06:42:29
20745     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20746          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
20747          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
20748          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
20749  Branch: perl
20750        ! os2/os2.c
20751 ____________________________________________________________________________
20752 [  2062] By: gsar                                  on 1998/10/25  06:41:26
20753     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20754          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
20755          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
20756          Subject: [PATCH 5.005_*] Speed up aassign
20757  Branch: perl
20758        ! pp_hot.c
20759 ____________________________________________________________________________
20760 [  2061] By: gsar                                  on 1998/10/25  06:39:04
20761     Log: From: Graham Barr <gbarr@pobox.com>
20762          Date: Sat, 17 Oct 1998 22:22:02 -0500
20763          Message-ID: <19981017222202.J510@pobox.com>
20764          Subject: Re: '*' prototype does not allow bareword with strict
20765  Branch: perl
20766        ! toke.c
20767 ____________________________________________________________________________
20768 [  2060] By: gsar                                  on 1998/10/25  06:37:34
20769     Log: handle '::' in section names properly
20770          From: Graham Barr <gbarr@pobox.com>
20771          Date: Sat, 17 Oct 1998 12:57:54 -0500
20772          Message-ID: <19981017125754.C510@pobox.com>
20773          Subject: Re: pod2html
20774  Branch: perl
20775        ! lib/Pod/Html.pm
20776 ____________________________________________________________________________
20777 [  2059] By: gsar                                  on 1998/10/25  06:33:43
20778     Log: integrate changes#1982,2014,2021 (from maint-5.005)
20779  Branch: perl
20780       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
20781       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
20782 ____________________________________________________________________________
20783 [  2058] By: gsar                                  on 1998/10/25  05:44:17
20784     Log: allow more win32 symbol exports (suggested by Jan Dubois)
20785  Branch: perl
20786        ! win32/makedef.pl
20787 ____________________________________________________________________________
20788 [  2057] By: gsar                                  on 1998/10/25  05:40:40
20789     Log: integrate change#2053 from maint-5.005
20790  Branch: perl
20791       !> cop.h t/cmd/while.t
20792 ____________________________________________________________________________
20793 [  2056] By: gsar                                  on 1998/10/25  05:16:41
20794     Log: commented version of a patch suggested by Drago Goricanec
20795          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
20796          Date: 16 Oct 1998 15:24:45 +0300
20797          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
20798          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
20799  Branch: perl
20800        ! pp_sys.c
20801 ____________________________________________________________________________
20802 [  2055] By: gsar                                  on 1998/10/25  05:11:03
20803     Log: include eof() in description of buffering caveats
20804          From: Anton Berezin <tobez@plab.ku.dk>
20805          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
20806          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
20807          Subject: [DOCPATCH] pod/perlfunc.pod
20808  Branch: perl
20809        ! pod/perlfunc.pod
20810 ____________________________________________________________________________
20811 [  2054] By: gsar                                  on 1998/10/25  05:07:42
20812     Log: disallow 'x' in hex numbers (except leading '0x')
20813          From: Gisle Aas <gisle@aas.no>
20814          Date: 16 Oct 1998 16:33:12 +0200
20815          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
20816          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
20817  Branch: perl
20818        ! perlvars.h t/op/oct.t util.c
20819 ____________________________________________________________________________
20820 [  2052] By: gsar                                  on 1998/10/25  04:49:04
20821     Log: avoid the circular refcnt logic in magic_mutexfree()
20822  Branch: perl
20823        ! mg.c pp.c pp_hot.c
20824 ____________________________________________________________________________
20825 [  2051] By: gsar                                  on 1998/10/25  04:35:07
20826     Log: properly restore PL_rsfp_filters after require
20827  Branch: perl
20828        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
20829        ! scope.h
20830 ____________________________________________________________________________
20831 [  2050] By: gsar                                  on 1998/10/25  02:42:32
20832     Log: integrate cfgperl changes back into mainline
20833  Branch: perl
20834       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
20835       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
20836       !> (integrate 33 files)
20837 ____________________________________________________________________________
20838 [  2049] By: gsar                                  on 1998/10/25  01:30:48
20839     Log: avoid "mysterious" compile-time failures without messages
20840  Branch: perl
20841        ! gv.c
20842 ____________________________________________________________________________
20843 [  2041] By: gsar                                  on 1998/10/23  21:11:56
20844     Log: checkin jpl under //depot/perlext/jpl/...
20845  Branch: perlext
20846        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
20847        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
20848        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
20849        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
20850        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
20851        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
20852        + jpl/PerlInterpreter/Makefile.PL
20853        + jpl/PerlInterpreter/PerlInterpreter.c
20854        + jpl/PerlInterpreter/PerlInterpreter.h
20855        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
20856        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
20857        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
20858        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
20859        + jpl/get_jdk/jdk_hosts jpl/install-jpl
20860 ____________________________________________________________________________
20861 [  2040] By: larry                                 on 1998/10/23  19:31:42
20862     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
20863  Branch: perl
20864        ! pp.c
20865 ____________________________________________________________________________
20866 [  2039] By: larry                                 on 1998/10/23  18:48:34
20867     Log: tr///d does not seem to work
20868  Branch: perl
20869        ! lib/utf8_heavy.pl
20870 ____________________________________________________________________________
20871 [  2038] By: larry                                 on 1998/10/23  18:00:41
20872     Log: Program with utf8 identifiers fails to compile
20873  Branch: perl
20874        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
20875 ____________________________________________________________________________
20876 [  2037] By: jhi                                   on 1998/10/23  14:04:51
20877     Log: Test suite portability:
20878          - posix-bc does not write to broken pipes
20879          - filehand #11 only iff we have fork
20880          - warning.t can now match $expected using regular expressions
20881  Branch: cfgperl
20882        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
20883        ! t/pragma/warning.t
20884 ____________________________________________________________________________
20885 [  2036] By: jhi                                   on 1998/10/23  12:12:07
20886     Log: yacc clarification.
20887  Branch: cfgperl
20888        ! README.posix-bc
20889 ____________________________________________________________________________
20890 [  2035] By: jhi                                   on 1998/10/23  12:09:59
20891     Log: Some C compilers get upset about 8-bit characters in /* comments. */
20892  Branch: cfgperl
20893        ! mg.c
20894 ____________________________________________________________________________
20895 [  2034] By: jhi                                   on 1998/10/22  09:11:52
20896     Log: Configure update: both for pthread_yield more robust
20897          testing (all variants of pthread_attr_getdetachstate()) --
20898          and because Configure was broken in major way! About 1000
20899          last lines were truncated.
20900  Branch: cfgperl
20901        ! Configure
20902 ____________________________________________________________________________
20903 [  2033] By: jhi                                   on 1998/10/22  07:47:10
20904     Log: DJGPP feedback for #2028.
20905  Branch: cfgperl
20906        ! thread.h
20907 ____________________________________________________________________________
20908 [  2032] By: jhi                                   on 1998/10/21  13:03:57
20909     Log: yielding, the saga continues.
20910  Branch: cfgperl
20911        ! Configure config_h.SH
20912       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
20913       !> t/op/goto.t t/pragma/constant.t
20914 ____________________________________________________________________________
20915 [  2031] By: jhi                                   on 1998/10/21  09:15:42
20916     Log: VM/ESA feedback for #2028.
20917  Branch: cfgperl
20918        ! Configure config_h.SH thread.h
20919 ____________________________________________________________________________
20920 [  2030] By: gsar                                  on 1998/10/21  04:22:53
20921     Log: fix handling of mayhaps-extended @_ in goto &sub
20922  Branch: perl
20923        ! av.c pp_ctl.c t/op/goto.t
20924 ____________________________________________________________________________
20925 [  2029] By: gsar                                  on 1998/10/21  00:54:14
20926     Log: restore sanity to "constant" references
20927  Branch: perl
20928        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
20929 ____________________________________________________________________________
20930 [  2028] By: jhi                                   on 1998/10/20  15:01:20
20931     Log: OLD_PTHREADS_API reorganizing.
20932  Branch: cfgperl
20933        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
20934        ! vmesa/vmesaish.h
20935 ____________________________________________________________________________
20936 [  2027] By: jhi                                   on 1998/10/20  14:14:51
20937     Log: #2026 fallout.
20938  Branch: cfgperl
20939        ! Makefile.SH
20940 ____________________________________________________________________________
20941 [  2026] By: jhi                                   on 1998/10/20  11:47:21
20942     Log: VM/ESA update.
20943  Branch: cfgperl
20944        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
20945 ____________________________________________________________________________
20946 [  2025] By: jhi                                   on 1998/10/20  08:20:56
20947     Log: 64-bitness, based on
20948          
20949          From: Scott Henry <scotth@sgi.com>
20950          To: perl-64bit@perl.org
20951          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
20952          Subject: Re: Configure problems/questions...
20953          Date: 19 Oct 1998 22:38:06 -0700
20954  Branch: cfgperl
20955        ! hints/irix_6.sh perl.h
20956 ____________________________________________________________________________
20957 [  2024] By: jhi                                   on 1998/10/20  08:09:07
20958     Log: Add lseeksize.
20959  Branch: cfgperl
20960        ! config_h.SH
20961 ____________________________________________________________________________
20962 [  2023] By: jhi                                   on 1998/10/20  08:08:33
20963     Log: Mumble about _yields() only when threaded.
20964  Branch: cfgperl
20965        ! Configure
20966 ____________________________________________________________________________
20967 [  2022] By: jhi                                   on 1998/10/20  07:46:26
20968     Log: Thinko at PTHREADS_CREATED_JOINABLE.
20969  Branch: cfgperl
20970        ! thread.h
20971 ____________________________________________________________________________
20972 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
20973     Log: From: Chip Salzenberg <chip@perlsupport.com>
20974          Date: Tue, 6 Oct 1998 13:33:05 -0400
20975          Message-ID: <19981006133305.A2348@perlsupport.com>
20976          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
20977  Branch: maint-5.005/perl
20978        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
20979        ! t/op/tie.t
20980 ____________________________________________________________________________
20981 [  2020] By: jhi                                   on 1998/10/19  09:15:53
20982     Log: YIELD more robustly.
20983  Branch: cfgperl
20984        ! thread.h
20985 ____________________________________________________________________________
20986 [  2019] By: jhi                                   on 1998/10/19  08:48:33
20987     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
20988          the 'new' one (just like DJGPP, it seems).
20989  Branch: cfgperl
20990        ! thread.h
20991 ____________________________________________________________________________
20992 [  2018] By: jhi                                   on 1998/10/19  07:02:44
20993     Log: vmesaish.h doesn't exclude unixish.h.
20994  Branch: cfgperl
20995        ! perl.h
20996 ____________________________________________________________________________
20997 [  2017] By: jhi                                   on 1998/10/19  06:44:19
20998     Log: 1<<$randbits is not good for randbits=48.
20999  Branch: cfgperl
21000        ! t/op/rand.t
21001 ____________________________________________________________________________
21002 [  2016] By: jhi                                   on 1998/10/19  06:39:47
21003     Log: Make #2012 glob pattern more portable.
21004  Branch: cfgperl
21005        ! Makefile.SH
21006 ____________________________________________________________________________
21007 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
21008     Log: Fix POSIX::sigprocmask not to check type of $old parameter
21009          as it is output only
21010  Branch: maint-5.005/perl
21011        ! ext/POSIX/POSIX.xs
21012 ____________________________________________________________________________
21013 [  2012] By: jhi                                   on 1998/10/17  15:04:23
21014     Log: clean numbered core dumps and t/tmp[0-9]*.
21015  Branch: cfgperl
21016        ! Makefile.SH
21017 ____________________________________________________________________________
21018 [  2011] By: jhi                                   on 1998/10/17  14:59:15
21019     Log: More robust yacc/bison failure output handling.
21020  Branch: cfgperl
21021        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
21022 ____________________________________________________________________________
21023 [  2010] By: jhi                                   on 1998/10/17  14:51:05
21024     Log: BC2000 POSIX update.
21025  Branch: cfgperl
21026        ! MANIFEST
21027 ____________________________________________________________________________
21028 [  2009] By: jhi                                   on 1998/10/17  14:49:46
21029     Log: POSIX BC2000 port from perl-mvs:
21030          
21031          Subject: Ported perl 5.005.02 to BS2000 / POSIX
21032          From: Dorner Thomas <Thomas.Dorner@start.de> 
21033          Date: Tue, 29 Sep 1998 13:29:36 +0100 
21034          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
21035  Branch: cfgperl
21036        + README.posix-bc hints/posix-bc.sh
21037        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
21038        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
21039        ! unixish.h
21040 ____________________________________________________________________________
21041 [  2008] By: jhi                                   on 1998/10/17  14:07:49
21042     Log: VM/ESA-update.
21043  Branch: cfgperl
21044        ! MANIFEST
21045 ____________________________________________________________________________
21046 [  2007] By: jhi                                   on 1998/10/17  13:55:34
21047     Log: Forgot few S_I* imports.
21048  Branch: cfgperl
21049        ! t/lib/ipc_sysv.t
21050 ____________________________________________________________________________
21051 [  2006] By: jhi                                   on 1998/10/17  13:43:54
21052     Log: The VM/ESA port essentials, based on
21053          
21054          perl-mvs:
21055          
21056          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
21057          Subject: Re: Can't find Data/Dumper.pm
21058          Date: Mon, 28 Sep 1998 07:40:49 +1300
21059          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
21060          
21061          private email:
21062          
21063          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
21064          Subject: Re: Perl thread problems in VM/ESA
21065          Date: Thu, 15 Oct 1998 07:18:35 +1300
21066          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
21067          
21068          and private email:
21069          
21070          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
21071          Subject:  perl archive
21072          Date:  Sun, 11 Oct 1998 19:28:54 EDT
21073          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
21074          which gave a pointer to
21075          
21076          http://pucc.princeton.edu/~neale/perl.tar
21077          
21078          (based on Perl 5.005_51)
21079  Branch: cfgperl
21080        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
21081        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
21082        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
21083        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
21084 ____________________________________________________________________________
21085 [  2005] By: jhi                                   on 1998/10/17  13:17:19
21086     Log: Integrate mainperl.
21087  Branch: cfgperl
21088       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
21089       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
21090       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
21091       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
21092       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
21093       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
21094       !> win32/makefile.mk
21095 ____________________________________________________________________________
21096 [  2004] By: jhi                                   on 1998/10/17  11:19:06
21097     Log: Removed an extra ' from the int64_t test.
21098  Branch: cfgperl
21099        ! Configure
21100 ____________________________________________________________________________
21101 [  2003] By: gsar                                  on 1998/10/17  04:11:40
21102     Log: silence -w noises (suggested by Greg Bacon)
21103  Branch: perl
21104        ! lib/Term/Complete.pm
21105 ____________________________________________________________________________
21106 [  2002] By: gsar                                  on 1998/10/17  04:07:48
21107     Log: From: Gisle Aas <gisle@aas.no>
21108          Date: 14 Oct 1998 15:53:14 +0200
21109          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
21110          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
21111  Branch: perl
21112        ! util.c
21113 ____________________________________________________________________________
21114 [  2001] By: gsar                                  on 1998/10/17  04:06:10
21115     Log: From: Gisle Aas <gisle@aas.no>
21116          Date: 14 Oct 1998 15:17:44 +0200
21117          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
21118          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
21119  Branch: perl
21120        ! toke.c
21121 ____________________________________________________________________________
21122 [  2000] By: gsar                                  on 1998/10/17  03:06:33
21123     Log: From: Gisle Aas <gisle@aas.no>
21124          Date: 14 Oct 1998 00:38:06 +0200
21125          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
21126          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
21127  Branch: perl
21128        ! sv.c
21129 ____________________________________________________________________________
21130 [  1999] By: gsar                                  on 1998/10/17  03:04:48
21131     Log: From: Dan Sugalski <sugalskd@osshe.edu>
21132          Date: Tue, 13 Oct 1998 15:10:57 -0700
21133          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
21134          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
21135  Branch: perl
21136        ! vms/ext/Stdio/Stdio.pm
21137 ____________________________________________________________________________
21138 [  1998] By: gsar                                  on 1998/10/17  03:00:40
21139     Log: skip readonly vars and unref references when doing a reset()
21140  Branch: perl
21141        ! sv.c
21142 ____________________________________________________________________________
21143 [  1997] By: gsar                                  on 1998/10/17  02:49:19
21144     Log: fix buggy treatment of large checksums on unicode strings
21145          From: Gisle Aas <gisle@aas.no>
21146          Date: 13 Oct 1998 21:35:39 +0200
21147          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
21148          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
21149  Branch: perl
21150        ! pp.c
21151 ____________________________________________________________________________
21152 [  1996] By: gsar                                  on 1998/10/17  02:43:22
21153     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21154          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
21155          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
21156          Subject: [PATCH 5.005_52] Memory overrun in os2.c
21157  Branch: perl
21158        ! os2/Makefile.SHs os2/os2.c
21159 ____________________________________________________________________________
21160 [  1995] By: gsar                                  on 1998/10/17  02:42:01
21161     Log: clarify section name rules for typemaps
21162  Branch: perl
21163        ! pod/perlxs.pod
21164 ____________________________________________________________________________
21165 [  1994] By: gsar                                  on 1998/10/17  02:33:02
21166     Log: whitespace-proof grent.t
21167  Branch: perl
21168        ! t/op/grent.t
21169 ____________________________________________________________________________
21170 [  1993] By: gsar                                  on 1998/10/17  02:27:29
21171     Log: fix bug in B::CC::pp_sassign()
21172          From: "vishal bhatia" <vishalb@hotmail.com>
21173          Date: Sun, 11 Oct 1998 18:41:38 PDT
21174          Message-ID: <19981012014139.19614.qmail@hotmail.com>
21175          Subject: B::CC problems with pp_sassign routine
21176  Branch: perl
21177        ! ext/B/B/CC.pm
21178 ____________________________________________________________________________
21179 [  1992] By: gsar                                  on 1998/10/17  02:17:49
21180     Log: applied suggested patch with small doc tweak
21181          From: Gisle Aas <gisle@aas.no>
21182          Date: 11 Oct 1998 12:53:13 +0200
21183          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
21184          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
21185  Branch: perl
21186        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
21187        ! t/op/tiehandle.t
21188 ____________________________________________________________________________
21189 [  1991] By: gsar                                  on 1998/10/17  02:08:30
21190     Log: apply non-conflicting parts from suggested patch
21191          From: jan.dubois@ibm.net (Jan Dubois)
21192          Date: Sat, 10 Oct 1998 13:15:45 +0200
21193          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
21194          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
21195  Branch: perl
21196        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
21197 ____________________________________________________________________________
21198 [  1990] By: gsar                                  on 1998/10/17  02:01:24
21199     Log: provide option to enable optimization with VC (suggested by Jan
21200          Dubois)
21201  Branch: perl
21202        ! win32/Makefile win32/makefile.mk
21203 ____________________________________________________________________________
21204 [  1989] By: gsar                                  on 1998/10/17  01:55:27
21205     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
21206          Dave Leppik <dleppik@gage.com>
21207  Branch: perl
21208        ! perl.h
21209 ____________________________________________________________________________
21210 [  1988] By: gsar                                  on 1998/10/17  01:49:05
21211     Log: stray typo found by Hugo van der Sanden
21212  Branch: perl
21213        ! op.c
21214 ____________________________________________________________________________
21215 [  1987] By: gsar                                  on 1998/10/17  01:45:52
21216     Log: perldoc pod update
21217          From: Daniel Grisinger <dgris@perrin.dimensional.com>
21218          Date: 06 Oct 1998 23:56:51 -0600
21219          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
21220          Subject: [PATCH _02 and _52] perldoc
21221  Branch: perl
21222        ! utils/perldoc.PL
21223 ____________________________________________________________________________
21224 [  1986] By: gsar                                  on 1998/10/17  01:41:40
21225     Log: qualify names of builtins
21226  Branch: perl
21227        ! ext/POSIX/POSIX.pm
21228 ____________________________________________________________________________
21229 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
21230     Log: From: Jochen Wiedmann <joe@ispsoft.de>
21231          Date: Thu, 17 Sep 1998 17:16:06 +0200
21232          Message-ID: <360127B6.E44564A@ispsoft.de>
21233          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
21234  Branch: maint-5.005/perl
21235        ! lib/ExtUtils/MakeMaker.pm
21236 ____________________________________________________________________________
21237 [  1978] By: gsar                                  on 1998/10/16  01:58:58
21238     Log: integrate cfgperl mods into mainline
21239  Branch: perl
21240       +> ext/DynaLoader/dl_vmesa.xs
21241        ! Porting/genlog
21242       !> Configure MANIFEST Makefile.SH config_h.SH
21243       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
21244       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
21245       !> x2p/Makefile.SH
21246 ____________________________________________________________________________
21247 [  1976] By: gsar                                  on 1998/10/16  00:10:52
21248     Log: stray tweak
21249  Branch: perl
21250        ! op.c
21251 ____________________________________________________________________________
21252 [  1975] By: gsar                                  on 1998/10/15  23:54:38
21253     Log: propagate typeness of lexicals while cloning them
21254  Branch: perl
21255        ! op.c
21256 ____________________________________________________________________________
21257 [  1974] By: gsar                                  on 1998/10/15  23:53:25
21258     Log: s/last/first/ typo in append_list()
21259  Branch: perl
21260        ! op.c
21261 ____________________________________________________________________________
21262 [  1973] By: gsar                                  on 1998/10/15  20:06:17
21263     Log: nuke confperl branch and contents
21264  Branch: confperl
21265        - (delete 1284 files)
21266 ____________________________________________________________________________
21267 [  1972] By: jhi                                   on 1998/10/15  07:07:35
21268     Log: Test #162 had been added but the "print 1..161" had not been updated.
21269  Branch: cfgperl
21270        ! t/op/pat.t
21271 ____________________________________________________________________________
21272 [  1971] By: gsar                                  on 1998/10/15  03:09:58
21273     Log: check in all confperl changes as of change#1964 into cfgperl
21274  Branch: cfgperl
21275        + ext/DynaLoader/dl_vmesa.xs
21276        ! Configure MANIFEST Makefile.SH config_h.SH
21277        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
21278        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
21279 ____________________________________________________________________________
21280 [  1970] By: gsar                                  on 1998/10/15  03:05:59
21281     Log: integrate mainline to get tr.t
21282  Branch: cfgperl
21283       +> t/op/tr.t
21284 ____________________________________________________________________________
21285 [  1969] By: gsar                                  on 1998/10/15  03:04:17
21286     Log: add missing tr.t to repository
21287  Branch: perl
21288        + t/op/tr.t
21289 ____________________________________________________________________________
21290 [  1968] By: gsar                                  on 1998/10/15  03:02:43
21291     Log: create cfgperl branch
21292  Branch: cfgperl
21293       +> (branch 1282 files)
21294 ____________________________________________________________________________
21295 [  1967] By: gsar                                  on 1998/10/15  02:46:08
21296     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
21297          (MAN3PODS cannot be set to ' '; stray stricture violation)
21298  Branch: perl
21299        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
21300        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
21301        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
21302        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
21303        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
21304        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
21305        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
21306        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
21307        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
21308        ! lib/ExtUtils/MM_Unix.pm
21309 ____________________________________________________________________________
21310 [  1966] By: gsar                                  on 1998/10/15  02:19:03
21311     Log: tweak to make fix in change#1944 behave correctly for closures
21312          created within eval''
21313  Branch: perl
21314        ! op.c t/op/eval.t
21315 ____________________________________________________________________________
21316 [  1965] By: gsar                                  on 1998/10/14  23:22:41
21317     Log: use better numbers for exitstatus test
21318  Branch: perl
21319        ! t/op/die_exit.t
21320 ____________________________________________________________________________
21321 [  1964] By: jhi                                   on 1998/10/14  17:25:41
21322     Log: Add VM/ESA dynaloading (uses <dll.h>).
21323  Branch: confperl
21324        + ext/DynaLoader/dl_vmesa.xs
21325        ! MANIFEST
21326 ____________________________________________________________________________
21327 [  1963] By: jhi                                   on 1998/10/14  17:17:10
21328     Log: Remove a2p.loadmap in 'clean' target.
21329  Branch: confperl
21330        ! x2p/Makefile.SH
21331 ____________________________________________________________________________
21332 [  1962] By: jhi                                   on 1998/10/14  17:13:11
21333     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
21334  Branch: confperl
21335        ! Makefile.SH
21336 ____________________________________________________________________________
21337 [  1961] By: jhi                                   on 1998/10/14  16:27:39
21338     Log: VM/ESA creates executable.loadmaps.
21339  Branch: confperl
21340        ! Makefile.SH
21341 ____________________________________________________________________________
21342 [  1960] By: jhi                                   on 1998/10/14  15:37:39
21343     Log: Introduce SCHED_YIELD (one of sched_yield(),
21344          pthread_yield(), or pthread_yield(NULL)).
21345          YIELD is then defined using SCHED_YIELD unless
21346          a platform-specific YIELD has already been defined.
21347          
21348          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
21349          
21350          The need for pthread_yield(NULL) and pthread_attr_setdet...
21351          introduced by (private email)
21352          
21353          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
21354          Date: Sat, 10 Oct 1998 21:08:15 +1300
21355          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
21356          Subject: Re: Perl thread problems in VM/ESA
21357          
21358          Better select() protoprobe (for AIX), from (private email)
21359          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
21360          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
21361          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
21362          Subject: AIX select (fwd)
21363          From: Lars Hecking <lhecking@nmrc.ucc.ie>
21364          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
21365          Date: Fri, 2 Oct 1998 10:40:01 +0100
21366          Subject: AIX select
21367          
21368          Linux-avoid-so.X.Y, based on
21369          From: "Kurt D. Starsinic" <kstar@chapin.edu>
21370          Date: Tue, 13 Oct 1998 15:55:07 -0400
21371          Message-ID: <19981013155507.B4004@O2.chapin.edu>
21372          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
21373  Branch: confperl
21374        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
21375        ! thread.h
21376 ____________________________________________________________________________
21377 [  1959] By: jhi                                   on 1998/10/14  12:51:26
21378     Log: Some old pthread implementations have
21379          pthread_attr_setdetachstate(pthread_attr_t*, int*).
21380  Branch: confperl
21381        ! ext/Thread/Thread.xs
21382 ____________________________________________________________________________
21383 [  1958] By: jhi                                   on 1998/10/14  12:41:11
21384     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
21385          counterparts will follow soon.
21386  Branch: confperl
21387        ! thread.h
21388 ____________________________________________________________________________
21389 [  1957] By: jhi                                   on 1998/10/14  12:38:11
21390     Log: Add tr.t (MANIFEST already knew about it, strange)
21391  Branch: confperl
21392        + t/op/tr.t
21393 ____________________________________________________________________________
21394 [  1956] By: jhi                                   on 1998/10/14  12:24:35
21395     Log: Mutexen should be initialized only once.
21396  Branch: confperl
21397        ! gv.c op.c
21398 ____________________________________________________________________________
21399 [  1955] By: jhi                                   on 1998/10/14  12:19:38
21400     Log: os390 has its own cppstdin.
21401  Branch: confperl
21402        ! hints/os390.sh
21403 ____________________________________________________________________________
21404 [  1954] By: jhi                                   on 1998/10/14  12:15:06
21405     Log: Integrate with mainperl.
21406  Branch: confperl
21407       !> (integrate 1280 files)
21408 ____________________________________________________________________________
21409 [  1953] By: jhi                                   on 1998/10/14  11:48:08
21410     Log: Removed duplicate CMA threads code for HPUX 10.X.
21411          (probably residue of patch(1) being too understanding)
21412          Enhanced 64-bit settings. (redo change#1940)
21413  Branch: confperl
21414        ! hints/hpux.sh
21415 ____________________________________________________________________________
21416 [  1952] By: jhi                                   on 1998/10/14  11:45:16
21417     Log: (redo change#1949) Detypo in the d_open64 warning about
21418          the impending WHOA.
21419  Branch: confperl
21420        ! hints/irix_6.sh
21421 ____________________________________________________________________________
21422 [  1951] By: jhi                                   on 1998/10/14  10:54:16
21423     Log: Mutexen should only be inited once, after they have been New()ed.
21424  Branch: confperl
21425        ! gv.c op.c
21426 ____________________________________________________________________________
21427 [  1950] By: jhi                                   on 1998/10/14  10:41:43
21428     Log: Own cppstdin.
21429  Branch: confperl
21430        ! hints/os390.sh
21431 ____________________________________________________________________________
21432 [  1949] By: jhi                                   on 1998/10/14  10:34:23
21433     Log: Detypo in the d_open64 warning about the impending WHOA.
21434  Branch: confperl
21435        ! hints/irix_6.sh
21436 ____________________________________________________________________________
21437 [  1948] By: gsar                                  on 1998/10/14  05:38:01
21438     Log: two typos
21439  Branch: perl
21440        ! pp_hot.c t/op/eval.t
21441 ____________________________________________________________________________
21442 [  1947] By: gsar                                  on 1998/10/14  05:37:10
21443     Log: let docatch() pass the buck when restartop turns out to be null,
21444          making exceptions in BEGIN{} propagate as expected
21445  Branch: perl
21446        ! pp_ctl.c t/op/misc.t
21447 ____________________________________________________________________________
21448 [  1946] By: gsar                                  on 1998/10/13  03:41:49
21449     Log: add missing file from change#1943
21450  Branch: perl
21451        ! proto.h
21452 ____________________________________________________________________________
21453 [  1945] By: gsar                                  on 1998/10/13  03:32:02
21454     Log: defer "deep recursion" warnings until CXt_SUB context is properly
21455          set up
21456  Branch: perl
21457        ! pp_hot.c t/pragma/warn/pp_hot
21458 ____________________________________________________________________________
21459 [  1944] By: gsar                                  on 1998/10/13  03:15:50
21460     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
21461          fixup the cop_seq value that must be seen by lexical lookups that
21462          emanate within eval''
21463  Branch: perl
21464        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
21465 ____________________________________________________________________________
21466 [  1943] By: gsar                                  on 1998/10/13  02:06:09
21467     Log: ensure recursive attempts to findlex()icals know enough about where
21468          the last eval'' context was encountered
21469  Branch: perl
21470        ! op.c t/op/eval.t
21471 ____________________________________________________________________________
21472 [  1942] By: gsar                                  on 1998/10/13  02:01:24
21473     Log: force copy of substrings when matching against temporaries
21474  Branch: perl
21475        ! pp_hot.c t/op/pat.t
21476 ____________________________________________________________________________
21477 [  1941] By: gsar                                  on 1998/10/13  01:49:16
21478     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
21479          implementation)
21480  Branch: perl
21481        ! pp_ctl.c t/op/runlevel.t
21482 ____________________________________________________________________________
21483 [  1940] By: jhi                                   on 1998/10/12  09:57:44
21484     Log: Removed duplicate CMA threads code for HPUX 10.X.
21485          (probably residue of patch(1) being too understanding)
21486          Enhanced 64-bit settings.
21487  Branch: confperl
21488        ! hints/hpux.sh
21489 ____________________________________________________________________________
21490 [  1939] By: jhi                                   on 1998/10/12  09:53:11
21491     Log: Initial sync from mainline perl.
21492  Branch: confperl
21493        + (add 1282 files)
21494 ____________________________________________________________________________
21495 [  1937] By: gsar                                  on 1998/10/06  21:16:34
21496     Log: fix $/ init for USE_THREADS
21497  Branch: perl
21498        ! perl.c
21499 ____________________________________________________________________________
21500 [  1936] By: gsar                                  on 1998/10/06  07:19:39
21501     Log: fix globals caught by change#1927; builds and tests on Solaris
21502  Branch: perl
21503        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
21504        ! warning.h warning.pl
21505 ____________________________________________________________________________
21506 [  1935] By: gsar                                  on 1998/10/06  06:50:35
21507     Log: add test for previous fix
21508  Branch: perl
21509        ! ext/Thread/create.t
21510 ____________________________________________________________________________
21511 [  1934] By: gsar                                  on 1998/10/06  06:37:36
21512     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
21513  Branch: perl
21514        ! util.c
21515 ____________________________________________________________________________
21516 [  1933] By: gsar                                  on 1998/10/06  05:04:20
21517     Log: undo bogus part of change#1903 (as pointed out by Larry)
21518  Branch: perl
21519        ! pp_ctl.c
21520 ____________________________________________________________________________
21521 [  1932] By: gsar                                  on 1998/10/06  04:21:31
21522     Log: added tweaked version of suggested patch
21523          From: jan.dubois@ibm.net (Jan Dubois)
21524          Date: Sat, 03 Oct 1998 19:04:48 +0200
21525          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
21526          Subject: [PATCH 5.005_52] More MakeMaker  patches
21527  Branch: perl
21528        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
21529        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
21530 ____________________________________________________________________________
21531 [  1931] By: gsar                                  on 1998/10/06  04:04:33
21532     Log: use cpp symbols instead of hardwired constants
21533          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
21534          Date: Mon, 05 Oct 1998 09:23:33 +0100
21535          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
21536          Subject: [PATCH 5.005_52] By the numbers (resend)
21537  Branch: perl
21538        ! op.c
21539 ____________________________________________________________________________
21540 [  1930] By: gsar                                  on 1998/10/06  04:01:55
21541     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21542          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
21543          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
21544          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
21545  Branch: perl
21546        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
21547        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
21548 ____________________________________________________________________________
21549 [  1929] By: gsar                                  on 1998/10/06  03:50:36
21550     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21551          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
21552          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
21553          Subject: [PATCH 5.00552] Minor test improvement
21554  Branch: perl
21555        ! t/op/magic.t
21556 ____________________________________________________________________________
21557 [  1928] By: gsar                                  on 1998/10/06  03:49:03
21558     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21559          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
21560          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
21561          Subject: [PATCH 5.00552] emacs/ptags inprovements
21562  Branch: perl
21563        ! emacs/ptags
21564 ____________________________________________________________________________
21565 [  1927] By: gsar                                  on 1998/10/06  03:47:44
21566     Log: disable C<#define dirty PL_dirty> et al.
21567  Branch: perl
21568        ! embed.pl embedvar.h
21569 ____________________________________________________________________________
21570 [  1926] By: gsar                                  on 1998/10/06  03:43:32
21571     Log: From: Mark-Jason Dominus <mjd@plover.com>
21572          Date: Sun, 04 Oct 1998 14:48:11 -0400
21573          Message-ID: <19981004184811.16048.qmail@plover.com>
21574          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
21575  Branch: perl
21576        ! utils/perldoc.PL
21577 ____________________________________________________________________________
21578 [  1925] By: gsar                                  on 1998/10/06  03:27:35
21579     Log: disable USE_THREADS when PERL_OBJECT is enabled
21580  Branch: perl
21581        ! win32/Makefile win32/makefile.mk
21582 ____________________________________________________________________________
21583 [  1924] By: gsar                                  on 1998/10/06  03:26:54
21584     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
21585  Branch: perl
21586        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
21587        ! vms/perly_c.vms
21588 ____________________________________________________________________________
21589 [  1923] By: gsar                                  on 1998/10/03  05:19:56
21590     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
21591          overridden
21592  Branch: perl
21593        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
21594        ! proto.h vms/perly_c.vms
21595 ____________________________________________________________________________
21596 [  1922] By: gsar                                  on 1998/10/03  03:59:50
21597     Log: suppress manifypods leak in extensions
21598  Branch: perl
21599        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
21600 ____________________________________________________________________________
21601 [  1921] By: gsar                                  on 1998/10/02  22:30:15
21602     Log: os390 fixes (suggested by Peter Prymmer)
21603  Branch: perl
21604        ! Makefile.SH regcomp.c
21605 ____________________________________________________________________________
21606 [  1920] By: gsar                                  on 1998/10/02  21:41:19
21607     Log: squelch undef warnings
21608          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
21609          Date: Fri, 02 Oct 1998 11:01:14 +0100
21610          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
21611          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
21612  Branch: perl
21613        ! Changes lib/Math/BigInt.pm
21614 ____________________________________________________________________________
21615 [  1919] By: gsar                                  on 1998/10/02  04:59:13
21616     Log: add note to INSTALL about ANSI C
21617  Branch: perl
21618        ! INSTALL
21619 ____________________________________________________________________________
21620 [  1918] By: gsar                                  on 1998/10/02  04:21:10
21621     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
21622          From: jan.dubois@ibm.net (Jan Dubois)
21623          Date: Wed, 30 Sep 1998 23:35:30 +0200
21624          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
21625          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
21626  Branch: perl
21627        ! lib/ExtUtils/xsubpp
21628 ____________________________________________________________________________
21629 [  1917] By: gsar                                  on 1998/10/02  04:16:02
21630     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
21631          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
21632          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
21633          Subject: Re: Configure test for selectbits busted
21634  Branch: perl
21635        ! Configure
21636 ____________________________________________________________________________
21637 [  1916] By: gsar                                  on 1998/10/02  04:14:17
21638     Log: From: Dan Sugalski <sugalskd@osshe.edu>
21639          Date: Wed, 30 Sep 1998 17:15:20 -0700
21640          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
21641          Subject: [PATCH 5.005_02]VMS config tweaks
21642  Branch: perl
21643        ! vms/descrip_mms.template vms/subconfigure.com
21644 ____________________________________________________________________________
21645 [  1915] By: gsar                                  on 1998/10/02  04:10:47
21646     Log: use Off_t to permit 64-bit seek()
21647          From: Scott Henry <scotth@sgi.com>
21648          Date: 29 Sep 1998 17:38:46 -0700
21649          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
21650          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
21651          --
21652          Date: 28 Sep 1998 18:55:37 -0700
21653          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
21654          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
21655  Branch: perl
21656        ! doio.c pp_sys.c proto.h sv.c
21657 ____________________________________________________________________________
21658 [  1914] By: gsar                                  on 1998/10/02  04:05:36
21659     Log: normalize tm struct passed to strftime() with mktime()
21660          From: Spider Boardman <spider@orb.nashua.nh.us>
21661          Date: Wed, 30 Sep 1998 15:12:09 -0400
21662          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
21663          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
21664  Branch: perl
21665        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
21666 ____________________________________________________________________________
21667 [  1913] By: gsar                                  on 1998/10/02  03:59:46
21668     Log: don't try to run foo_SH.orig etc.
21669  Branch: perl
21670        ! Configure
21671 ____________________________________________________________________________
21672 [  1912] By: gsar                                  on 1998/10/02  03:45:37
21673     Log: make warning about glob process failure optional
21674  Branch: perl
21675        ! pod/perldiag.pod pp_hot.c
21676 ____________________________________________________________________________
21677 [  1911] By: gsar                                  on 1998/10/02  02:52:21
21678     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
21679          From: Dominic Dunlop <domo@vo.lu>
21680          Date: Tue, 29 Sep 1998 21:06:30 +0000
21681          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
21682          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
21683          --
21684          Date: Wed, 30 Sep 1998 11:46:44 +0000
21685          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
21686          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
21687  Branch: perl
21688        ! pod/perldiag.pod regcomp.c
21689 ____________________________________________________________________________
21690 [  1910] By: gsar                                  on 1998/10/02  02:48:48
21691     Log: minor Configure tweaks (via private mail)
21692          From: Jarkko Hietaniemi <jhi@iki.fi>
21693          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
21694          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
21695          Subject: [PATCH] 5.005_52: the drizzle continues
21696  Branch: perl
21697        ! Configure config_h.SH handy.h
21698 ____________________________________________________________________________
21699 [  1909] By: gsar                                  on 1998/10/02  02:46:39
21700     Log: update SCO hints for dynamic loading
21701          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
21702          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
21703          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
21704          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
21705          --
21706          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
21707          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
21708          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
21709  Branch: perl
21710        ! hints/sco.sh
21711 ____________________________________________________________________________
21712 [  1908] By: gsar                                  on 1998/10/02  02:33:39
21713     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
21714  Branch: perl
21715        ! lib/File/Find.pm
21716 ____________________________________________________________________________
21717 [  1907] By: gsar                                  on 1998/10/02  02:21:52
21718     Log: applied patches, but retained old behavior for win32 (where compilers
21719          can't read from stdin at all)
21720          From: Graham Barr <gbarr@ti.com>
21721          Date: Mon, 28 Sep 1998 09:41:49 -0500
21722          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
21723          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
21724          --
21725          Date: Tue, 29 Sep 1998 12:35:43 -0500
21726          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
21727          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
21728  Branch: perl
21729        ! ext/Errno/Errno_pm.PL
21730 ____________________________________________________________________________
21731 [  1906] By: gsar                                  on 1998/10/02  02:02:19
21732     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
21733          Hietaniemi)
21734  Branch: perl
21735        ! t/op/grent.t
21736 ____________________________________________________________________________
21737 [  1905] By: gsar                                  on 1998/10/02  01:59:56
21738     Log: win32 caveats about truncate()
21739  Branch: perl
21740        ! pod/perlport.pod
21741 ____________________________________________________________________________
21742 [  1904] By: gsar                                  on 1998/10/02  01:53:25
21743     Log: various Configure and hints updates (prefer drand48() or random()
21744          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
21745          applied modulo SCO hints superceded by later patch
21746          From: Jarkko Hietaniemi <jhi@iki.fi>
21747          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
21748          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
21749          Subject: [PATCH] 5.005_52: Configure et al:
21750  Branch: perl
21751        + ext/IPC/SysV/hints/next_3.pl
21752        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
21753        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
21754        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
21755 ____________________________________________________________________________
21756 [  1903] By: gsar                                  on 1998/10/02  01:42:37
21757     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
21758          Date: Mon, 28 Sep 1998 17:41:49 +0100
21759          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
21760          Subject: [PATCH 5.005_52] Re: More on ?p 
21761          --
21762          Date: Thu, 01 Oct 1998 09:10:58 +0100
21763          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
21764          Subject: [PATCH 5.005_52] ?p fix
21765          --
21766          Date: Thu, 01 Oct 1998 10:45:56 +0100
21767          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
21768          Subject: [PATCH 5.005_52] more on ?p
21769  Branch: perl
21770        ! pp_ctl.c
21771 ____________________________________________________________________________
21772 [  1902] By: gsar                                  on 1998/10/02  01:36:14
21773     Log: From: Kenneth Duda <kjd@cisco.com>
21774          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
21775          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
21776          Subject: writemain dies when there are more than 4000 characters of extensions
21777  Branch: perl
21778        ! writemain.SH
21779 ____________________________________________________________________________
21780 [  1901] By: gsar                                  on 1998/10/02  01:33:16
21781     Log: tweak run_byacc recipe
21782  Branch: perl
21783        ! Makefile.SH Porting/pumpkin.pod
21784 ____________________________________________________________________________
21785 [  1900] By: gsar                                  on 1998/10/02  01:02:09
21786     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
21787  Branch: perl
21788        ! perl.h pp_ctl.c
21789 ____________________________________________________________________________
21790 [  1899] By: gsar                                  on 1998/09/28  20:46:30
21791     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
21792          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
21793          Dvornik)
21794  Branch: perl
21795        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
21796 ____________________________________________________________________________
21797 [  1898] By: gsar                                  on 1998/09/28  20:42:52
21798     Log: flush unsubmitted 5.00552 change
21799  Branch: perl
21800        ! MANIFEST
21801 ____________________________________________________________________________
21802 [  1897] By: gsar                                  on 1998/09/27  04:43:06
21803     Log: run vms_yfix.pl
21804  Branch: perl
21805        ! vms/perly_c.vms
21806 ____________________________________________________________________________
21807 [  1896] By: gsar                                  on 1998/09/27  03:38:55
21808     Log: small tweak on last change
21809  Branch: perl
21810        ! win32/win32.c
21811 ____________________________________________________________________________
21812 [  1895] By: gsar                                  on 1998/09/27  03:17:17
21813     Log: fix win32_stat() to do the right thing for share names
21814  Branch: perl
21815        ! win32/win32.c
21816 ____________________________________________________________________________
21817 [  1891] By: larry                                 on 1998/09/25  18:50:40
21818     Log: Fixed apostrophe problem from Mark Knutsen.
21819  Branch: perl
21820        ! sv.h
21821
21822 ----------------
21823 Version 5.005_52
21824 ----------------
21825
21826 ____________________________________________________________________________
21827 [  1890] By: gsar                                  on 1998/09/25  10:25:00
21828     Log: update template config.sh, add new config vars to win32 stuff
21829  Branch: perl
21830        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
21831        ! pp_sys.c proto.h win32/config.bc win32/config.gc
21832        ! win32/config.vc win32/config_H.bc win32/config_H.gc
21833        ! win32/config_H.vc win32/win32.h
21834 ____________________________________________________________________________
21835 [  1889] By: gsar                                  on 1998/09/25  07:13:13
21836     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
21837          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
21838          of full-fledged 64-bit support (including support for: fseeko/ftello,
21839          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
21840          in Fcntl)
21841          From: Jarkko Hietaniemi <jhi@iki.fi>
21842          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
21843          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
21844          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
21845          --
21846          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
21847          Date: 12 Sep 1998 09:44:25 +0300
21848          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
21849          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
21850  Branch: perl
21851        + lib/filetest.pm
21852        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
21853        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
21854        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
21855        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
21856        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
21857        ! win32/makedef.pl
21858 ____________________________________________________________________________
21859 [  1888] By: gsar                                  on 1998/09/25  06:27:12
21860     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
21861  Branch: perl
21862        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
21863        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21864        ! win32/makedef.pl win32/makefile.mk win32/win32.c
21865 ____________________________________________________________________________
21866 [  1887] By: gsar                                  on 1998/09/25  04:50:49
21867     Log: win32.c tweak
21868  Branch: perl
21869        ! win32/win32.c
21870 ____________________________________________________________________________
21871 [  1886] By: gsar                                  on 1998/09/25  04:47:32
21872     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
21873  Branch: perl
21874        ! lib/ExtUtils/MakeMaker.pm
21875 ____________________________________________________________________________
21876 [  1885] By: gsar                                  on 1998/09/25  04:05:09
21877     Log: From: Dominic Dunlop <domo@vo.lu>
21878          Date: Thu, 10 Sep 1998 11:02:46 +0000
21879          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
21880          Subject: MM_Unix::canonpath erroneously turns leading // into /
21881  Branch: perl
21882        ! lib/ExtUtils/MM_Unix.pm
21883 ____________________________________________________________________________
21884 [  1884] By: gsar                                  on 1998/09/25  03:06:10
21885     Log: temporarily disable perl malloc for a2p until we clean up
21886          conflicting malloc() declarations everywhere
21887  Branch: perl
21888        ! x2p/Makefile.SH
21889 ____________________________________________________________________________
21890 [  1883] By: gsar                                  on 1998/09/25  02:27:00
21891     Log: remove obsolete win32/bin/*.pl
21892  Branch: perl
21893        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
21894        ! Changes MANIFEST win32/Makefile win32/makefile.mk
21895 ____________________________________________________________________________
21896 [  1882] By: gsar                                  on 1998/09/25  02:04:43
21897     Log: missing file in last submit
21898  Branch: perl
21899        ! proto.h
21900 ____________________________________________________________________________
21901 [  1881] By: gsar                                  on 1998/09/25  01:56:54
21902     Log: serial access to PL_x[inpr]v_root for USE_THREADS
21903  Branch: perl
21904        ! sv.c
21905 ____________________________________________________________________________
21906 [  1880] By: gsar                                  on 1998/09/25  01:19:38
21907     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
21908          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
21909          Date: Thu, 24 Sep 1998 22:01:09 +0900
21910          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
21911          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
21912  Branch: perl
21913        ! hv.c proto.h
21914 ____________________________________________________________________________
21915 [  1879] By: gsar                                  on 1998/09/25  00:20:07
21916     Log: tweaks to enable PERL_OBJECT to build & test on win32
21917  Branch: perl
21918        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
21919        ! win32/GenCAPI.pl
21920 ____________________________________________________________________________
21921 [  1878] By: gsar                                  on 1998/09/25  00:13:36
21922     Log: fix change#1861, which breaks default boot_xxx symbol generation
21923  Branch: perl
21924        ! lib/ExtUtils/Mksymlists.pm
21925 ____________________________________________________________________________
21926 [  1877] By: gsar                                  on 1998/09/24  10:29:54
21927     Log: two tweaks for clean build and test on Solaris
21928  Branch: perl
21929        ! op.c t/op/subst.t
21930 ____________________________________________________________________________
21931 [  1876] By: gsar                                  on 1998/09/24  09:04:43
21932     Log: From: Colin Kuskie <ckuskie@cadence.com>
21933          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
21934          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
21935          Subject: [PATCH 5.005_51] perlform.pod
21936  Branch: perl
21937        ! pod/perlform.pod
21938 ____________________________________________________________________________
21939 [  1875] By: gsar                                  on 1998/09/24  08:47:47
21940     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21941          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
21942          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
21943          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
21944  Branch: perl
21945        ! regexec.c
21946 ____________________________________________________________________________
21947 [  1874] By: gsar                                  on 1998/09/24  08:44:55
21948     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21949          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
21950          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
21951          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
21952  Branch: perl
21953        ! toke.c
21954 ____________________________________________________________________________
21955 [  1873] By: gsar                                  on 1998/09/24  08:39:41
21956     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21957          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
21958          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
21959          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
21960  Branch: perl
21961        ! Changes regcomp.c
21962 ____________________________________________________________________________
21963 [  1872] By: gsar                                  on 1998/09/24  08:37:00
21964     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
21965          Date: Sun, 23 Aug 1998 23:18:38 PDT
21966          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
21967          Subject: new irix_6.sh hints file
21968  Branch: perl
21969        ! hints/irix_6.sh
21970 ____________________________________________________________________________
21971 [  1871] By: gsar                                  on 1998/09/24  07:26:37
21972     Log: correct FSF address in various places
21973  Branch: perl
21974        ! Copying README ext/B/README lib/Getopt/Long.pm
21975 ____________________________________________________________________________
21976 [  1870] By: gsar                                  on 1998/09/24  07:11:56
21977     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
21978          Date:    Fri, 14 Aug 1998 09:20:16 PDT
21979          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
21980          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
21981  Branch: perl
21982        ! configure.com
21983 ____________________________________________________________________________
21984 [  1869] By: gsar                                  on 1998/09/24  06:55:59
21985     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
21986          From:    Scott Henry <scotth@sgi.com>
21987          Date:    13 Aug 1998 09:52:15 PDT
21988          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
21989          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
21990  Branch: perl
21991        ! hints/irix_6.sh
21992 ____________________________________________________________________________
21993 [  1868] By: gsar                                  on 1998/09/24  06:51:23
21994     Log: From:    Nathan Torkington <gnat@frii.com>
21995          Date:    Thu, 13 Aug 1998 10:59:48 MDT
21996          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
21997          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
21998  Branch: perl
21999        ! pod/perlfunc.pod
22000 ____________________________________________________________________________
22001 [  1867] By: gsar                                  on 1998/09/24  06:45:13
22002     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
22003          that are autoloaded)
22004  Branch: perl
22005        ! pp_ctl.c
22006 ____________________________________________________________________________
22007 [  1866] By: gsar                                  on 1998/09/24  05:21:19
22008     Log: grandfather deprecated "$$<digit>" no more
22009  Branch: perl
22010        ! pod/perldiag.pod toke.c
22011 ____________________________________________________________________________
22012 [  1865] By: gsar                                  on 1998/09/24  04:52:48
22013     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
22014          low bits (suggested by Ilya Zakharevich)
22015  Branch: perl
22016        ! hv.h
22017 ____________________________________________________________________________
22018 [  1864] By: gsar                                  on 1998/09/24  04:29:14
22019     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
22020          perly_c.diff
22021  Branch: perl
22022        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
22023        ! perly_c.diff toke.c
22024 ____________________________________________________________________________
22025 [  1863] By: gsar                                  on 1998/09/24  03:36:30
22026     Log: provide locked access to string table for USE_THREADS
22027  Branch: perl
22028        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
22029 ____________________________________________________________________________
22030 [  1862] By: gsar                                  on 1998/09/24  03:30:32
22031     Log: remove bogus warn()
22032  Branch: perl
22033        ! embed.pl
22034 ____________________________________________________________________________
22035 [  1861] By: gsar                                  on 1998/09/24  02:58:51
22036     Log: applied suggested patch, adapted for all platforms
22037          From: jan.dubois@ibm.net (Jan Dubois)
22038          Date: Sun, 20 Sep 1998 12:56:38 +0200
22039          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
22040          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
22041  Branch: perl
22042        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
22043        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
22044        ! lib/ExtUtils/MakeMaker.pm
22045 ____________________________________________________________________________
22046 [  1860] By: gsar                                  on 1998/09/24  02:16:14
22047     Log: upgrade to CPAN-1.40
22048  Branch: perl
22049        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
22050 ____________________________________________________________________________
22051 [  1859] By: gsar                                  on 1998/09/24  02:08:59
22052     Log: use $ENV{MAKEMAKEROPT} to set default command line args
22053  Branch: perl
22054        ! lib/ExtUtils/MakeMaker.pm
22055 ____________________________________________________________________________
22056 [  1857] By: gsar                                  on 1998/09/23  10:58:36
22057     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22058          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
22059          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
22060          Subject: More verbose Test::Harness [PATCH]
22061  Branch: perl
22062        ! lib/Test/Harness.pm
22063 ____________________________________________________________________________
22064 [  1856] By: gsar                                  on 1998/09/23  10:56:24
22065     Log: update hints for OPENSTEP 4.2 on i386
22066          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
22067          Date: Sun, 20 Sep 1998 01:03:18 +0200
22068          Message-Id: <9809192303.AA29190@Spike>
22069          Subject: Perl 5.005_02 compilation problems
22070  Branch: perl
22071        ! hints/next_4.sh
22072 ____________________________________________________________________________
22073 [  1855] By: gsar                                  on 1998/09/23  10:52:27
22074     Log: reset errno after C<require> search (as suggested by Larry)
22075  Branch: perl
22076        ! pp_ctl.c
22077 ____________________________________________________________________________
22078 [  1854] By: gsar                                  on 1998/09/23  10:50:26
22079     Log: misc pod tweaks
22080  Branch: perl
22081        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
22082 ____________________________________________________________________________
22083 [  1853] By: gsar                                  on 1998/09/23  10:46:06
22084     Log: make Pod/Html.pm handle the --title option properly (as suggested
22085          by gml4410@ggr.co.uk)
22086  Branch: perl
22087        ! lib/Pod/Html.pm
22088 ____________________________________________________________________________
22089 [  1852] By: gsar                                  on 1998/09/23  10:41:39
22090     Log: SSNEW() API for allocating memory on the savestack
22091          From: Albert Dvornik <bert@genscan.com>
22092          Date: 17 Sep 1998 19:23:07 -0400
22093          Message-Id: <tqemtae338.fsf@puma.genscan.com>
22094          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
22095  Branch: perl
22096        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
22097        ! perl.h proto.h scope.c scope.h t/io/tell.t
22098 ____________________________________________________________________________
22099 [  1851] By: gsar                                  on 1998/09/23  10:37:05
22100     Log: From: Jochen Wiedmann <joe@ispsoft.de>
22101          Date: Thu, 17 Sep 1998 17:16:06 +0200
22102          Message-ID: <360127B6.E44564A@ispsoft.de>
22103          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
22104  Branch: perl
22105        ! lib/ExtUtils/MakeMaker.pm
22106 ____________________________________________________________________________
22107 [  1850] By: gsar                                  on 1998/09/23  10:33:05
22108     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
22109          Date: 15 Sep 1998 01:32:31 +0200
22110          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
22111          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
22112  Branch: perl
22113        ! lib/ExtUtils/MM_Unix.pm
22114 ____________________________________________________________________________
22115 [  1849] By: gsar                                  on 1998/09/23  10:29:04
22116     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
22117          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
22118          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
22119          Subject: Re: extralibs.ld problem in MM_VMS.pm
22120  Branch: perl
22121        ! lib/ExtUtils/MM_VMS.pm
22122 ____________________________________________________________________________
22123 [  1848] By: gsar                                  on 1998/09/23  10:25:24
22124     Log: From: Roderick Schertler <roderick@argon.org>
22125          Date: 11 Sep 1998 16:19:21 -0400
22126          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
22127          Subject: Re: Open2 and memory leaks
22128  Branch: perl
22129        ! lib/IPC/Open3.pm
22130 ____________________________________________________________________________
22131 [  1847] By: gsar                                  on 1998/09/23  10:18:31
22132     Log: From: Roderick Schertler <roderick@argon.org>
22133          Date: Wed, 09 Sep 1998 23:52:48 -0400
22134          Message-ID: <20567.905399568@eeyore.ibcinc.com>
22135          Subject: seed srand from /dev/urandom when possible
22136  Branch: perl
22137        ! pod/perlfunc.pod pp.c
22138 ____________________________________________________________________________
22139 [  1846] By: gsar                                  on 1998/09/23  10:12:22
22140     Log: From: Roderick Schertler <roderick@argon.org>
22141          Date: Thu, 10 Sep 1998 00:32:17 -0400
22142          Message-ID: <21142.905401937@eeyore.ibcinc.com>
22143          Subject: doc update for crypt()'s salt
22144  Branch: perl
22145        ! pod/perlfunc.pod
22146 ____________________________________________________________________________
22147 [  1845] By: gsar                                  on 1998/09/23  10:09:23
22148     Log: fix h2ph handling of C<#error "foo">
22149          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
22150          Date: Thu, 10 Sep 1998 09:59:33 +0900
22151          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
22152          Subject: [5.005_02] h2ph problem
22153  Branch: perl
22154        ! utils/h2ph.PL
22155 ____________________________________________________________________________
22156 [  1844] By: gsar                                  on 1998/09/23  10:06:13
22157     Log: plug strictly private function leaks in API listing
22158  Branch: perl
22159        ! pod/perlguts.pod
22160 ____________________________________________________________________________
22161 [  1843] By: gsar                                  on 1998/09/23  10:02:57
22162     Log: hide symbol for static build
22163          From: Dominic Dunlop <domo@vo.lu>
22164          Date: Tue, 8 Sep 1998 21:40:46 +0000
22165          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
22166          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
22167  Branch: perl
22168        ! regcomp.c
22169 ____________________________________________________________________________
22170 [  1842] By: gsar                                  on 1998/09/23  09:52:46
22171     Log: define PUT_svindex(), PUT_opindex()
22172  Branch: perl
22173        ! ext/B/B/Assembler.pm
22174 ____________________________________________________________________________
22175 [  1841] By: gsar                                  on 1998/09/23  09:44:25
22176     Log: From: Dominic Dunlop <domo@vo.lu>
22177          Date: Tue, 8 Sep 1998 15:34:53 +0000
22178          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
22179          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
22180  Branch: perl
22181        ! t/pragma/warn/regexec
22182 ____________________________________________________________________________
22183 [  1840] By: gsar                                  on 1998/09/23  09:42:17
22184     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
22185  Branch: perl
22186        ! win32/bin/pl2bat.pl
22187 ____________________________________________________________________________
22188 [  1839] By: gsar                                  on 1998/09/23  09:38:18
22189     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
22190          Date: Mon, 7 Sep 1998 17:36:09 +0900
22191          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
22192          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
22193  Branch: perl
22194        ! ext/Thread/Thread.xs
22195 ____________________________________________________________________________
22196 [  1838] By: gsar                                  on 1998/09/23  09:21:11
22197     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
22198          Date: Thu, 10 Sep 1998 00:02:07 -0400
22199          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
22200          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
22201  Branch: perl
22202        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
22203        + vos/config.h vos/config_h.SH_orig vos/perl.bind
22204        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
22205        ! MANIFEST perl.c perl.h pod/perlport.pod
22206 ____________________________________________________________________________
22207 [  1837] By: gsar                                  on 1998/09/23  08:45:58
22208     Log: (via private mail)
22209          From: Charles Bailey <BAILEY@newman.upenn.edu>
22210          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
22211          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
22212          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
22213  Branch: perl
22214        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
22215        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
22216        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
22217        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
22218        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
22219        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
22220        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
22221        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
22222        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
22223        ! vms/writemain.pl
22224 ____________________________________________________________________________
22225 [  1836] By: gsar                                  on 1998/09/23  08:17:42
22226     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22227          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
22228          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
22229          Subject: [PATCH 5.005_*] OS/2 spawning typos
22230  Branch: perl
22231        ! os2/os2.c
22232 ____________________________________________________________________________
22233 [  1835] By: gsar                                  on 1998/09/23  08:09:55
22234     Log: warn on C<my($foo,$foo)>
22235  Branch: perl
22236        ! op.c pod/perldiag.pod
22237 ____________________________________________________________________________
22238 [  1834] By: gsar                                  on 1998/09/23  07:35:56
22239     Log: From: pvhp@forte.com (Peter Prymmer)
22240          Date: Fri, 4 Sep 98 13:27:41 PDT
22241          Message-Id: <9809042027.AA04463@forte.com>
22242          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
22243  Branch: perl
22244        ! README.vms
22245 ____________________________________________________________________________
22246 [  1833] By: gsar                                  on 1998/09/23  07:27:34
22247     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
22248          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
22249          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
22250          Subject: PATCH: 5.005_02 hint/hpux.sh
22251  Branch: perl
22252        ! hints/hpux.sh
22253 ____________________________________________________________________________
22254 [  1832] By: gsar                                  on 1998/09/23  07:22:40
22255     Log: fix (some) installhtml bugs
22256          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
22257          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
22258          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
22259          Subject: installhtml script needs work
22260  Branch: perl
22261        ! installhtml
22262 ____________________________________________________________________________
22263 [  1831] By: gsar                                  on 1998/09/23  07:19:30
22264     Log: document 'U' magic with examples
22265          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
22266          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
22267          Message-Id: <199809011455.PAA00631@sale-wts>
22268          Subject: Re: Looking for some XS MAGIC examples...
22269  Branch: perl
22270        ! pod/perlguts.pod
22271 ____________________________________________________________________________
22272 [  1830] By: gsar                                  on 1998/09/23  07:16:43
22273     Log: From: pvhp@forte.com (Peter Prymmer)
22274          Date: Mon, 31 Aug 98 17:13:49 PDT
22275          Message-Id: <9809010013.AA06737@forte.com>
22276          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
22277  Branch: perl
22278        ! README.os390
22279 ____________________________________________________________________________
22280 [  1829] By: gsar                                  on 1998/09/23  07:15:08
22281     Log: fix problematic typecast in filter_del()
22282          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
22283          Date: Mon, 31 Aug 1998 21:13:11 GMT
22284          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
22285          Subject: perl5.005_02 does not build on Cray T90
22286  Branch: perl
22287        ! toke.c
22288 ____________________________________________________________________________
22289 [  1828] By: gsar                                  on 1998/09/23  07:11:34
22290     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22291          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
22292          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
22293          Subject: [PATCH 5.005_5*] (?>) broken in RE
22294  Branch: perl
22295        ! regexec.c t/op/re_tests
22296 ____________________________________________________________________________
22297 [  1827] By: gsar                                  on 1998/09/23  07:09:50
22298     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
22299  Branch: perl
22300        ! t/op/grent.t t/op/groups.t
22301 ____________________________________________________________________________
22302 [  1826] By: gsar                                  on 1998/09/23  07:03:16
22303     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
22304          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
22305          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
22306          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
22307  Branch: perl
22308        - interp.sym
22309        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
22310 ____________________________________________________________________________
22311 [  1825] By: gsar                                  on 1998/09/23  06:56:40
22312     Log: re-introduce change#1703
22313  Branch: perl
22314        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
22315 ____________________________________________________________________________
22316 [  1824] By: gsar                                  on 1998/09/23  06:44:19
22317     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22318          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
22319          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
22320          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
22321  Branch: perl
22322        ! lib/perl5db.pl
22323 ____________________________________________________________________________
22324 [  1823] By: gsar                                  on 1998/09/23  06:41:34
22325         Log: From: Joe Buehler <jhpb@hekimian.com>
22326              Date: 29 Aug 1998 17:13:28 -0400
22327              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
22328              Subject: patches for perl 5.005_51 under U/WIN
22329      Branch: perl
22330            + hints/uwin.sh
22331            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
22332            ! t/lib/posix.t
22333 ____________________________________________________________________________
22334 [  1822] By: gsar                                  on 1998/09/23  06:36:59
22335         Log: add missing C<no utf8;> tweak from Larry
22336      Branch: perl
22337            ! t/op/subst.t
22338 ____________________________________________________________________________
22339 [  1821] By: gsar                                  on 1998/09/23  06:27:51
22340         Log: s/runops/CALLRUNOPS/
22341      Branch: perl
22342            ! cc_runtime.h
22343 ____________________________________________________________________________
22344 [  1820] By: gsar                                  on 1998/09/23  06:24:49
22345         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
22346      Branch: perl
22347           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
22348           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
22349           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
22350           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
22351           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
22352           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
22353           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
22354           +> t/pragma/warn/util
22355            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
22356            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
22357            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
22358            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
22359            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
22360            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
22361            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
22362            - t/pragma/warn-util
22363            ! MANIFEST t/pragma/warning.t
22364 ____________________________________________________________________________
22365 [  1819] By: gsar                                  on 1998/09/23  06:08:46
22366         Log: make \(%foo) return refs to values (not copies of values)
22367              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
22368              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
22369              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
22370              --
22371              From: Roderick Schertler <roderick@argon.org>
22372              Date: Sat, 29 Aug 1998 00:58:33 -0400
22373              Message-ID: <29894.904366713@eeyore.ibcinc.com>
22374              Subject: Re: \(%x) problems
22375      Branch: perl
22376            ! doop.c pod/perlref.pod
22377 ____________________________________________________________________________
22378 [  1818] By: gsar                                  on 1998/09/23  06:05:08
22379         Log: make h2xs generate ANSI prototypes
22380      Branch: perl
22381            ! utils/h2xs.PL
22382 ____________________________________________________________________________
22383 [  1817] By: gsar                                  on 1998/09/23  05:57:16
22384         Log: updated usethreads hints for hpux 10.X
22385              From: Matthew T Harden <mthard@mthard1.monsanto.com>
22386              Date: Fri, 28 Aug 1998 14:10:42 GMT
22387              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
22388              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
22389      Branch: perl
22390            ! hints/hpux.sh perl.h
22391 ____________________________________________________________________________
22392 [  1816] By: gsar                                  on 1998/09/23  05:53:31
22393         Log: don't create empty directories in installperl
22394              From: Robin Barker <rmb1@cise.npl.co.uk>
22395              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
22396              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
22397              Subject: [PATCH 5.005_02] install: empty dirs
22398      Branch: perl
22399            ! installperl
22400 ____________________________________________________________________________
22401 [  1815] By: gsar                                  on 1998/09/23  05:50:36
22402         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
22403              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22404              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
22405              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
22406              Subject: Re: your mail
22407      Branch: perl
22408            ! regexec.c t/op/re_tests
22409 ____________________________________________________________________________
22410 [  1814] By: gsar                                  on 1998/09/23  05:45:17
22411         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
22412              Date: Thu, 20 Aug 1998 20:59:03 -0400
22413              Message-ID: <19980820205903.A12908@O2.chapin.edu>
22414              Subject: [PATCH] h2ph misquotes #error directives
22415      Branch: perl
22416            ! t/lib/h2ph.pht utils/h2ph.PL
22417 ____________________________________________________________________________
22418 [  1813] By: gsar                                  on 1998/09/23  05:42:41
22419         Log: patch to support computed regular subexpressions
22420              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22421              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
22422              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
22423              Subject: [5.005_5* PATCH] Postponed RE - now!
22424      Branch: perl
22425            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
22426            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
22427 ____________________________________________________________________________
22428 [  1812] By: gsar                                  on 1998/09/23  05:26:26
22429         Log: better CR-handling on shebang line and in formats (fixed variant of
22430              patch suggested by Igor Sysoev <igor@nitek.ru>)
22431      Branch: perl
22432            ! perl.c toke.c
22433 ____________________________________________________________________________
22434 [  1811] By: gsar                                  on 1998/09/23  04:35:46
22435         Log: document non-loopish blocks better
22436              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22437              Date: Tue, 18 Aug 1998 12:28:36 +0100
22438              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
22439              Subject: Re: next in do {} while block gives error message
22440      Branch: perl
22441            ! pod/perlfunc.pod
22442 ____________________________________________________________________________
22443 [  1810] By: gsar                                  on 1998/09/23  04:12:05
22444         Log: fix bogus integerization of pop()'s return value
22445              From: Gurusamy Sarathy <gsar@engin.umich.edu>
22446              Date: Sat, 15 Aug 1998 23:27:54 -0400
22447              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
22448              Subject: Re: Complex expression does integer arithmetic 
22449      Branch: perl
22450            ! opcode.h opcode.pl
22451 ____________________________________________________________________________
22452 [  1809] By: gsar                                  on 1998/09/23  04:09:43
22453         Log: tweak README.win32
22454      Branch: perl
22455            ! README.win32
22456 ____________________________________________________________________________
22457 [  1808] By: gsar                                  on 1998/09/23  03:40:57
22458         Log: better diagnostic for do{} used as lvalue
22459      Branch: perl
22460            ! op.c pod/perlport.pod
22461 ____________________________________________________________________________
22462 [  1807] By: gsar                                  on 1998/09/23  03:38:30
22463         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
22464              From: hansm@icgroup.nl
22465              Date: Tue, 11 Aug 98 21:08:51 +0200
22466              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
22467              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
22468      Branch: perl
22469            ! malloc.c
22470 ____________________________________________________________________________
22471 [  1806] By: gsar                                  on 1998/09/23  03:36:08
22472         Log: support make written in perl (aka "pmake") on win32
22473      Branch: perl
22474            ! lib/ExtUtils/MM_Win32.pm
22475 ____________________________________________________________________________
22476 [  1805] By: gsar                                  on 1998/09/23  03:30:07
22477         Log: fix mismatched UV/U32 types for to_utf8_*()
22478      Branch: perl
22479            ! utf8.c
22480 ____________________________________________________________________________
22481 [  1804] By: gsar                                  on 1998/09/23  03:22:22
22482         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
22483              Date: Sun, 9 Aug 1998 22:38:23 +0200
22484              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
22485              Subject: [PATCH 5.5002] dos-djgpp update
22486      Branch: perl
22487            ! t/io/fs.t
22488 ____________________________________________________________________________
22489 [  1803] By: gsar                                  on 1998/09/23  03:20:13
22490         Log: apply minimal variant of patch (sent via private mail)
22491              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
22492              Date: Wed, 12 Aug 1998 15:42:35 +0300
22493              Message-Id: <199808121242.PAA29761@comanche.spices>
22494              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
22495      Branch: perl
22496            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
22497            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
22498 ____________________________________________________________________________
22499 [  1802] By: gsar                                  on 1998/09/23  03:03:39
22500         Log: adjust searchdict.t for EBCDIC (still needs documenting)
22501              From: pvhp@forte.com (Peter Prymmer)
22502              Date: Thu, 6 Aug 98 18:09:39 PDT
22503              Message-Id: <9808070109.AA06158@forte.com>
22504              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
22505      Branch: perl
22506            ! README.os390 t/lib/searchdict.t
22507 ____________________________________________________________________________
22508 [  1801] By: gsar                                  on 1998/09/23  02:54:15
22509         Log: silence redefined warning for XS(INIT) {}
22510      Branch: perl
22511            ! op.c
22512 ____________________________________________________________________________
22513 [  1800] By: gsar                                  on 1998/09/23  02:42:23
22514         Log: support match indices via special variables @- and @+
22515              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22516              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
22517              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
22518              Subject: [PATCH 5.004_76] @- and @+
22519      Branch: perl
22520            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
22521            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
22522 ____________________________________________________________________________
22523 [  1799] By: gsar                                  on 1998/09/23  01:44:31
22524         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22525              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
22526              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
22527              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
22528      Branch: perl
22529            ! regcomp.c t/op/re_tests
22530 ____________________________________________________________________________
22531 [  1798] By: gsar                                  on 1998/09/23  01:39:23
22532         Log: integrate maint-5.005 changes (except conflicting change#1794)
22533      Branch: perl
22534            ! Changes
22535           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
22536           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
22537           !> win32/win32.h
22538 ____________________________________________________________________________
22539 [  1797] By: gsar                                  on 1998/09/23  01:32:36
22540         Log: add note to win32/Makefile about setting CCHOME
22541      Branch: perl
22542            ! win32/Makefile win32/makefile.mk
22543 ____________________________________________________________________________
22544 [  1796] By: gsar                                  on 1998/09/23  01:31:32
22545         Log: perl.pod tweak
22546      Branch: perl
22547            ! pod/perl.pod
22548 ____________________________________________________________________________
22549 [  1795] By: gsar                                  on 1998/09/21  20:34:10
22550         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
22551      Branch: perl
22552            ! lib/ExtUtils/xsubpp
22553 ____________________________________________________________________________
22554 [  1789] By: gsar                                  on 1998/09/18  18:01:37
22555         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
22556      Branch: perl
22557            ! cop.h t/cmd/for.t
22558 ____________________________________________________________________________
22559 [  1788] By: gsar                                  on 1998/09/17  02:19:11
22560         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
22561      Branch: perl
22562            ! win32/config.bc win32/config.gc win32/config.vc
22563 ____________________________________________________________________________
22564 [  1787] By: gsar                                  on 1998/09/17  01:45:14
22565         Log: suppress bogus warning on C<sub x {} x()>
22566      Branch: perl
22567            ! toke.c
22568 ____________________________________________________________________________
22569 [  1786] By: gsar                                  on 1998/09/17  01:42:51
22570         Log: ntohl typo in objXSUB.h
22571      Branch: perl
22572            ! objXSUB.h
22573 ____________________________________________________________________________
22574 [  1785] By: gsar                                  on 1998/09/17  01:41:48
22575         Log: fill gaps in sig_* entries in win32/config.?c
22576      Branch: perl
22577            ! win32/config.bc win32/config.gc win32/config.vc
22578 ____________________________________________________________________________
22579 [  1781] By: larry                                 on 1998/09/05  23:48:24
22580         Log: tr/// logic was hosed under utf8
22581      Branch: perl
22582            ! doop.c op.c op.h pp.c proto.h
22583 ____________________________________________________________________________
22584 [  1780] By: larry                                 on 1998/09/05  23:44:16
22585         Log: several new tests needed tweaking to work under utf8
22586      Branch: perl
22587            ! t/comp/require.t t/op/pack.t t/op/substr.t
22588 ____________________________________________________________________________
22589 [  1779] By: larry                                 on 1998/09/05  23:41:42
22590         Log: index() applied BM optimization to wrong argument
22591      Branch: perl
22592            ! op.c util.c
22593 ____________________________________________________________________________
22594 [  1778] By: larry                                 on 1998/09/05  23:38:29
22595         Log: Implicit require during compile reset line numbering
22596      Branch: perl
22597            ! pp_ctl.c
22598
22599 ----------------
22600 Version 5.005_51
22601 ----------------
22602
22603 ____________________________________________________________________________
22604 [  1777] By: gsar                                  on 1998/08/10  07:02:38
22605         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
22606              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
22607              lexical warning testsuite for win32
22608      Branch: perl
22609            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
22610            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
22611            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
22612            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
22613            ! win32/Makefile win32/makefile.mk
22614 ____________________________________________________________________________
22615 [  1776] By: gsar                                  on 1998/08/09  17:53:48
22616         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
22617      Branch: perl
22618            ! Changes MANIFEST perl.c pod/perlhist.pod
22619 ____________________________________________________________________________
22620 [  1775] By: gsar                                  on 1998/08/09  14:35:33
22621         Log: tweak warning test
22622      Branch: perl
22623            ! t/pragma/warn-toke
22624 ____________________________________________________________________________
22625 [  1774] By: gsar                                  on 1998/08/09  14:13:46
22626         Log: add missing dTHR; notes for test failures due to small stacksize
22627      Branch: perl
22628            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
22629            ! toke.c universal.c util.c
22630 ____________________________________________________________________________
22631 [  1773] By: gsar                                  on 1998/08/09  11:31:53
22632         Log: lexical warnings; tweaks to places that didn't apply correctly
22633              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
22634              Date:    Wed, 29 Jul 1998 09:28:45 BST
22635              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
22636              Subject: lexical warnings patch for 5.005_50
22637      Branch: perl
22638            + README.lexwarn lib/warning.pm t/pragma/warn-2use
22639            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
22640            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
22641            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
22642            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
22643            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
22644            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
22645            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
22646            + warning.h warning.pl
22647            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
22648            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
22649            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
22650            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
22651            ! universal.c util.c
22652 ____________________________________________________________________________
22653 [  1772] By: gsar                                  on 1998/08/08  23:06:00
22654         Log: bump patchlevel to 5.005_51
22655      Branch: perl
22656            ! patchlevel.h win32/Makefile win32/config_H.bc
22657            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
22658 ____________________________________________________________________________
22659 [  1771] By: gsar                                  on 1998/08/08  23:01:57
22660         Log: fix bogus warning on "\x{123}"
22661              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
22662              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
22663              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
22664              Subject: [5.005_50 PATCH] Some unicode problems
22665      Branch: perl
22666            ! regcomp.c toke.c
22667 ____________________________________________________________________________
22668 [  1770] By: gsar                                  on 1998/08/08  22:56:55
22669         Log: hide dup symbol for static build of ext/re
22670              From: Dominic Dunlop <domo@ppp72.vo.lu>
22671              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
22672              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
22673              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
22674      Branch: perl
22675            ! regcomp.c
22676 ____________________________________________________________________________
22677 [  1769] By: gsar                                  on 1998/08/08  22:45:06
22678         Log: fix double free on -Mutf8 -e '$b=uc("")'
22679              From: larry@wall.org (Larry Wall)
22680              Date: Fri, 7 Aug 1998 14:42:43 -0700
22681              Message-Id: <199808072142.OAA14920@wall.org>
22682              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
22683      Branch: perl
22684            ! pp.c
22685 ____________________________________________________________________________
22686 [  1768] By: gsar                                  on 1998/08/08  22:42:29
22687         Log: substr() assumes utf8 without say-so
22688              From: larry@wall.org (Larry Wall)
22689              Date: Fri, 7 Aug 1998 12:25:12 -0700
22690              Message-Id: <199808071925.MAA13436@wall.org>
22691              Subject: [PATCH 5.005_50] substr bug?
22692      Branch: perl
22693            ! pp.c
22694 ____________________________________________________________________________
22695 [  1767] By: gsar                                  on 1998/08/08  22:38:25
22696         Log: fix intolerance of SWASHes for blank lines
22697              From: Gisle Aas <aas@sn.no>
22698              Date: 06 Aug 1998 23:28:57 +0200
22699              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
22700              Subject: Re: Re[2]: another joyride begins
22701      Branch: perl
22702            ! lib/utf8_heavy.pl
22703 ____________________________________________________________________________
22704 [  1766] By: gsar                                  on 1998/08/08  22:33:10
22705         Log: utf8 doc tweak
22706              From: Gisle Aas <aas@sn.no>
22707              Date: 05 Aug 1998 00:41:04 +0200
22708              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
22709              Subject: Matching clumps
22710      Branch: perl
22711            ! lib/utf8.pm
22712 ____________________________________________________________________________
22713 [  1765] By: gsar                                  on 1998/08/08  22:31:37
22714         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
22715              From: Gisle Aas <aas@sn.no>
22716              Date: 04 Aug 1998 22:56:11 +0200
22717              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
22718              Subject: Re: another joyride begins
22719      Branch: perl
22720            ! lib/utf8_heavy.pl
22721 ____________________________________________________________________________
22722 [  1764] By: gsar                                  on 1998/08/08  22:28:43
22723         Log: From: larry@wall.org (Larry Wall)
22724              Date: Tue, 4 Aug 1998 17:04:51 -0700
22725              Message-Id: <199808050004.RAA22592@wall.org>
22726              Subject: [PATCH 5.005_50] \pX not implemented!
22727      Branch: perl
22728            ! regcomp.c
22729 ____________________________________________________________________________
22730 [  1763] By: gsar                                  on 1998/08/08  22:27:15
22731         Log: From: Stephen McCamant <alias@mcs.com>
22732              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
22733              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
22734              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
22735      Branch: perl
22736            ! op.c
22737 ____________________________________________________________________________
22738 [  1762] By: gsar                                  on 1998/08/08  22:26:09
22739         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
22740              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
22741              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
22742              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
22743      Branch: perl
22744            + t/op/grent.t t/op/pwent.t
22745            ! MANIFEST
22746 ____________________________________________________________________________
22747 [  1761] By: gsar                                  on 1998/08/08  22:21:52
22748         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22749              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
22750              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
22751              Subject: [5.005_50 PATCH] misprint in RE engine
22752      Branch: perl
22753            ! regexec.c t/op/re_tests
22754 ____________________________________________________________________________
22755 [  1760] By: gsar                                  on 1998/08/08  22:18:54
22756         Log: integrate maint-5.005 changes into mainline
22757      Branch: perl
22758           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
22759           !> (integrate 138 files)
22760 ____________________________________________________________________________
22761 [  1672] By: gsar                                  on 1998/07/27  18:35:28
22762         Log: create new Changes
22763      Branch: perl
22764            + Changes
22765            ! Changes5.005 MANIFEST
22766 ____________________________________________________________________________
22767 [  1671] By: gsar                                  on 1998/07/27  18:30:57
22768         Log: rename Changes --> Changes5.005
22769      Branch: perl
22770           +> Changes5.005
22771            - Changes
22772 ____________________________________________________________________________
22773 [  1670] By: gsar                                  on 1998/07/27  18:10:14
22774         Log: integrate 5.005_01 changes from maint
22775      Branch: perl
22776            ! Changes
22777           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
22778           !> win32/win32.c
22779 ____________________________________________________________________________
22780 [  1667] By: nick                                  on 1998/07/26  14:31:01
22781         Log: Add dTHR so that it compiles miniperl in threaded mode
22782      Branch: perl
22783            ! doop.c mg.c regcomp.c regexec.c
22784 ____________________________________________________________________________
22785 [  1666] By: nick                                  on 1998/07/26  13:01:10
22786         Log: Resolve ansiperl against mainline (@1648?)
22787              Unclear that change number has "taken".
22788      Branch: ansiperl
22789           +> (branch 169 files)
22790            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
22791           !> (integrate 131 files)
22792
22793 ----------------
22794 Version 5.005_50
22795 ----------------
22796
22797 ____________________________________________________________________________
22798 [  1665] By: gsar                                  on 1998/07/26  05:38:48
22799         Log: add trailing newline to file
22800      Branch: perl
22801            ! Changes lib/unicode/blocks.txt
22802 ____________________________________________________________________________
22803 [  1664] By: gsar                                  on 1998/07/26  05:08:48
22804         Log: integrate proto.h additions from maint-5.005
22805      Branch: perl
22806           !> pod/perlhist.pod proto.h
22807 ____________________________________________________________________________
22808 [  1663] By: gsar                                  on 1998/07/26  05:07:05
22809         Log: add new files to MANIFEST; add missing prototypes to proto.h;
22810              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
22811              add typecasts to silence warnings; tweaks for win32 builds
22812      Branch: perl
22813            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
22814            ! win32/Makefile win32/makefile.mk
22815 ____________________________________________________________________________
22816 [  1662] By: gsar                                  on 1998/07/26  05:01:52
22817         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
22818      Branch: maint-5.005/perl
22819            ! pod/perlhist.pod proto.h
22820 ____________________________________________________________________________
22821 [  1661] By: gsar                                  on 1998/07/26  02:52:48
22822         Log: up patchlevel to 5.005_50
22823      Branch: perl
22824            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
22825            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
22826 ____________________________________________________________________________
22827 [  1660] By: gsar                                  on 1998/07/26  02:43:57
22828         Log: integrate utfperl
22829      Branch: perl
22830           +> (branch 162 files)
22831           !> (integrate 29 files)
22832 ____________________________________________________________________________
22833 [  1659] By: gsar                                  on 1998/07/26  02:38:22
22834         Log: integrate maint-5.005 changes
22835      Branch: perl
22836           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
22837           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
22838           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
22839           !> vms/descrip_mms.template vms/subconfigure.com
22840 ____________________________________________________________________________
22841 [  1658] By: gsar                                  on 1998/07/26  02:23:46
22842         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
22843              Date: Fri, 24 Jul 1998 11:38:25 -0700
22844              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
22845              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
22846              --
22847              Date: Fri, 24 Jul 1998 12:30:36 -0700
22848              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
22849              Subject: [PATCH 5.005]Tweaks to README.vms
22850              --
22851              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
22852              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
22853              Subject: [PATCH 5.005] Final build cleanup patch
22854      Branch: maint-5.005/perl
22855            ! README.vms vms/descrip_mms.template vms/subconfigure.com
22856 ____________________________________________________________________________
22857 [  1657] By: gsar                                  on 1998/07/26  02:19:50
22858         Log: another platform where pp_sselect() needs a whole fd_set buffer
22859              From: Lupe Christoph <lupe@alanya.m.isar.de>
22860              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
22861              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
22862              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
22863      Branch: maint-5.005/perl
22864            ! pp_sys.c
22865 ____________________________________________________________________________
22866 [  1656] By: gsar                                  on 1998/07/26  02:12:46
22867         Log: fix problem building modules on dos-djgpp
22868              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
22869              Date: Sat, 25 Jul 1998 00:53:39 +0200
22870              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
22871              Subject: [PATCH 5.005] dos-djgpp and modules problem
22872      Branch: maint-5.005/perl
22873            ! djgpp/fixpmain
22874 ____________________________________________________________________________
22875 [  1655] By: gsar                                  on 1998/07/26  02:11:09
22876         Log: From: Tom Spindler <dogcow@home.merit.edu>
22877              Date: Wed, 22 Jul 1998 16:11:07 -0400
22878              Message-ID: <19980722161107.A16813@home.merit.edu>
22879              Subject: [PATCH 5.005] BeOS tweak
22880      Branch: maint-5.005/perl
22881            ! hints/beos.sh
22882 ____________________________________________________________________________
22883 [  1654] By: gsar                                  on 1998/07/26  02:09:29
22884         Log: various pod tweaks
22885      Branch: maint-5.005/perl
22886            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
22887            ! pod/perltoc.pod
22888 ____________________________________________________________________________
22889 [  1653] By: gsar                                  on 1998/07/26  02:05:46
22890         Log: fix emacs/ptags for PL_* changes
22891              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22892              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
22893              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
22894              Subject: [PATCH 5.004_76] Yet better ptags
22895      Branch: maint-5.005/perl
22896            ! emacs/ptags
22897 ____________________________________________________________________________
22898 [  1652] By: gsar                                  on 1998/07/26  02:03:01
22899         Log: fix behavior of <=> on bigints
22900              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22901              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
22902              Date: Fri, 24 Jul 1998 18:29:53 +0100
22903              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
22904      Branch: maint-5.005/perl
22905            ! lib/Math/BigInt.pm t/lib/bigintpm.t
22906 ____________________________________________________________________________
22907 [  1651] By: larry                                 on 1998/07/24  05:44:33
22908         Log: Here are the long-expected Unicode/UTF-8 modifications.
22909      Branch: utfperl
22910            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
22911            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
22912            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
22913            + lib/unicode/Decomposition.pl
22914            + lib/unicode/In/AlphabeticPresentationForms.pl
22915            + lib/unicode/In/Arabic.pl
22916            + lib/unicode/In/ArabicPresentationForms-A.pl
22917            + lib/unicode/In/ArabicPresentationForms-B.pl
22918            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
22919            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
22920            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
22921            + lib/unicode/In/BoxDrawing.pl
22922            + lib/unicode/In/CJKCompatibility.pl
22923            + lib/unicode/In/CJKCompatibilityForms.pl
22924            + lib/unicode/In/CJKCompatibilityIdeographs.pl
22925            + lib/unicode/In/CJKSymbolsandPunctuation.pl
22926            + lib/unicode/In/CJKUnifiedIdeographs.pl
22927            + lib/unicode/In/CombiningDiacriticalMarks.pl
22928            + lib/unicode/In/CombiningHalfMarks.pl
22929            + lib/unicode/In/CombiningMarksforSymbols.pl
22930            + lib/unicode/In/ControlPictures.pl
22931            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
22932            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
22933            + lib/unicode/In/EnclosedAlphanumerics.pl
22934            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
22935            + lib/unicode/In/GeneralPunctuation.pl
22936            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
22937            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
22938            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
22939            + lib/unicode/In/HalfwidthandFullwidthForms.pl
22940            + lib/unicode/In/HangulCompatibilityJamo.pl
22941            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
22942            + lib/unicode/In/Hebrew.pl
22943            + lib/unicode/In/HighPrivateUseSurrogates.pl
22944            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
22945            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
22946            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
22947            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
22948            + lib/unicode/In/LatinExtended-A.pl
22949            + lib/unicode/In/LatinExtended-B.pl
22950            + lib/unicode/In/LatinExtendedAdditional.pl
22951            + lib/unicode/In/LetterlikeSymbols.pl
22952            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
22953            + lib/unicode/In/MathematicalOperators.pl
22954            + lib/unicode/In/MiscellaneousSymbols.pl
22955            + lib/unicode/In/MiscellaneousTechnical.pl
22956            + lib/unicode/In/NumberForms.pl
22957            + lib/unicode/In/OpticalCharacterRecognition.pl
22958            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
22959            + lib/unicode/In/SmallFormVariants.pl
22960            + lib/unicode/In/SpacingModifierLetters.pl
22961            + lib/unicode/In/Specials.pl
22962            + lib/unicode/In/SuperscriptsandSubscripts.pl
22963            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
22964            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
22965            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
22966            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
22967            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
22968            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
22969            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
22970            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
22971            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
22972            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
22973            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
22974            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
22975            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
22976            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
22977            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
22978            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
22979            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
22980            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
22981            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
22982            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
22983            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
22984            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
22985            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
22986            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
22987            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
22988            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
22989            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
22990            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
22991            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
22992            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
22993            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
22994            + lib/unicode/JamoShort.pl lib/unicode/Makefile
22995            + lib/unicode/Name.pl lib/unicode/Number.pl
22996            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
22997            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
22998            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
22999            + lib/unicode/blocks.txt lib/unicode/index2.txt
23000            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
23001            + lib/unicode/names2.txt lib/unicode/props2.txt
23002            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
23003            + utf8.c utf8.h
23004            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
23005            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
23006            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
23007            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
23008            ! t/op/vec.t toke.c util.c vms/vmsish.h
23009 ____________________________________________________________________________
23010 [  1650] By: gsar                                  on 1998/07/24  04:06:48
23011         Log: create utfperl branch
23012      Branch: utfperl
23013           +> (branch 1079 files)
23014 ____________________________________________________________________________
23015 [  1649] By: gsar                                  on 1998/07/24  03:56:56
23016         Log: create maint-5.005 branch
23017      Branch: maint-5.005/perl
23018           +> (branch 1079 files)
23019 ____________________________________________________________________________
23020 [  1648] By: gsar                                  on 1998/07/24  03:36:35
23021         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
23022      Branch: perl
23023            ! Changes
23024