add $VERSION
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a summary of significant changes
2 between versions and sub-versions of Perl, not necessarily a complete
3 list of each modification.  If you'd like more detailed information,
4 please consult the comments in the patches on which the relevant
5 release of Perl is based.  (Patches can be found on any CPAN
6 site, in the .../src/5.0 directory for full version releases,
7 or in the .../src/5/0/unsupported directory for sub-version
8 releases.)
9
10
11                            ---------------
12                             CAST AND CREW
13                            ---------------
14
15 To give due honor to those who have made Perl what is is today,
16 here are some of the more common names in the Changes file, and their
17 current addresses (as of July 1998):
18
19     Gisle Aas           <gisle@aas.no>
20     Abigail             <abigail@fnx.com>
21     Kenneth Albanowski  <kjahds@kjahds.com>
22     Russ Allbery        <rra@stanford.edu>
23     Spider Boardman     <spider@orb.nashua.nh.us>
24     Tom Christiansen    <tchrist@perl.com>
25     Jan Dubois          <jan.dubois@ibm.net>
26     Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
27     M. J. T. Guy        <mjtg@cus.cam.ac.uk>
28     Jarkko Hietaniemi   <jhi@iki.fi>
29     Nick Ing-Simmons    <nik@tiuk.ti.com>
30     Andreas Koenig      <a.koenig@mind.de>
31     Doug MacEachern     <dougm@opengroup.org>
32     Paul Marquess       <pmarquess@bfsec.bt.co.uk>
33     Stephen McCamant    <alias@mcs.com>
34     Laszlo Molnar       <laszlo.molnar@eth.ericsson.se>
35     Hans Mulder         <hansmu@xs4all.nl>
36     Matthias Neeracher  <neeri@iis.ee.ethz.ch>
37     Jeff Okamoto        <okamoto@hpcc123.corp.hp.com>
38     Ulrich Pfeifer      <pfeifer@charly.informatik.uni-dortmund.de>
39     Tom Phoenix         <rootbeer@teleport.com>
40     Joshua Pritikin     <joshua.pritikin@db.com>
41     Norbert Pueschel    <pueschel@imsdd.meb.uni-bonn.de>
42     Dean Roehrich       <roehrich@cray.com>
43     Hugo van der Sanden <hv@crypt0.demon.co.uk>
44     Roderick Schertler  <roderick@argon.org>
45     Kurt D. Starsinic   <kstar@isinet.com>
46     Dan Sugalski        <sugalskd@osshe.edu>
47     Larry W. Virden     <lvirden@cas.org>
48     Ilya Zakharevich    <ilya@math.ohio-state.edu>
49
50 And the Keepers of the Patch Pumpkin:
51
52     Charles Bailey      <bailey@newman.upenn.edu>
53     Graham Barr         <gbarr@ti.com>
54     Malcolm Beattie     <mbeattie@sable.ox.ac.uk>
55     Tim Bunce           <Tim.Bunce@ig.co.uk>
56     Andy Dougherty      <doughera@lafcol.lafayette.edu>
57     Gurusamy Sarathy    <gsar@umich.edu>
58     Chip Salzenberg     <chip@perl.com>
59
60 And, of course, the Author of Perl:
61
62     Larry Wall          <larry@wall.org>
63
64
65 NOTE: Each change entry shows the change number; who checked it into the
66 repository; when; description of the change; which branch the change
67 happened in; and the affected files.  The file lists have a short symbolic
68 indicator:
69
70             !       modified
71             +       added
72             -       deleted
73             +>      branched (from elsewhere)
74             !>      merged changes (from elsewhere)
75
76
77 ----------------
78 Version 5.005_62        Development release working toward 5.006
79 ----------------
80
81 ____________________________________________________________________________
82 [  4324] By: gsar                                  on 1999/10/09  19:43:10
83         Log: fix Exporter::export_to_level() documentation
84      Branch: perl
85            ! lib/Exporter.pm
86 ____________________________________________________________________________
87 [  4323] By: gsar                                  on 1999/10/09  18:48:31
88         Log: don't run END blocks when running under -c switch (older,
89              rarely useful, behavior may still be obtained by putting
90              BEGIN { $^C = 0; exit; } at the end of the script)
91      Branch: perl
92            ! perl.c
93 ____________________________________________________________________________
94 [  4322] By: jhi                                   on 1999/10/09  05:31:26
95         Log: While awaiting a good test program to detect the broken gcc.
96              From: Thomas Conté <tom@fr.uu.net>
97              To: <jhi@iki.fi>
98              Cc: <perl5-porters@perl.org>
99              Subject: Re: [ID 19990825.007] test t/lib/ipc_sysv.t failing under irix 6.4
100              Date: Wed, 6 Oct 1999 19:56:29 +0200
101              Message-ID: <000a01bf1024$1d938f20$252ad0d4@eng.iway.fr>
102      Branch: cfgperl
103            ! hints/irix_6.sh perl.h
104 ____________________________________________________________________________
105 [  4321] By: gsar                                  on 1999/10/09  00:41:02
106         Log: POPSUB() gave up the refcount to the CV before LEAVE had a chance to
107              clear entries in the CV's pad, leading to coredumps when CV had no
108              other references to it; this is a slightly edited version of the
109              patch suggested by Russel O'Connor <roconnor@world.std.com>
110      Branch: perl
111            ! cop.h pp_ctl.c pp_hot.c
112 ____________________________________________________________________________
113 [  4320] By: gsar                                  on 1999/10/08  22:50:51
114         Log: revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24
115              situation (assumptions about cx invalidation are not valid
116              anymore)
117      Branch: perl
118            ! cop.h pp_ctl.c pp_hot.c
119 ____________________________________________________________________________
120 [  4319] By: jhi                                   on 1999/10/08  14:33:31
121         Log: Integrate with Sarathy.
122      Branch: cfgperl
123           !> cop.h ext/Thread/Thread.xs op.c opcode.h perl.c perl.h perly.c
124           !> perly.y pod/perldiag.pod pod/perlfunc.pod pp_ctl.c pp_sys.c
125           !> t/comp/bproto.t thrdvar.h toke.c util.c
126 ____________________________________________________________________________
127 [  4318] By: jhi                                   on 1999/10/08  13:51:34
128         Log: The second cut at AIX C++ extension troubles.
129      Branch: cfgperl
130            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
131            ! hints/aix.sh
132 ____________________________________________________________________________
133 [  4317] By: jhi                                   on 1999/10/08  10:44:13
134         Log: The first cut at fixing Perl extensions written in C++ in AIX,
135              statics don't get initialized right.  This patch at least
136              doesn't seem to break the build in my AIX, but unfortunately
137              I don't have the IBM C++ to do further testing.
138              
139              Problem reported by Stephanie Beals in
140              From: bealzy@us.ibm.com
141              To: perl5-porters@perl.org
142              Subject: [ID 19991007.005] DynaLoader/dl_aix.xs problem using load and unload on AIX
143              Date: Thu, 7 Oct 1999 15:05:54 -0400
144              Message-Id: <85256803.0068E70D.00@D51MTA03.pok.ibm.com>
145      Branch: cfgperl
146            + ext/DynaLoader/hints/aix.pl
147            ! MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh
148 ____________________________________________________________________________
149 [  4316] By: gsar                                  on 1999/10/08  10:26:15
150         Log: remove kludgey duplicate background error avoidance (caused
151              "leaks"; %@ wasn't even user-visible under -Dusethreads);
152              only repeats of most recent error are now avoided
153      Branch: perl
154            ! ext/Thread/Thread.xs perl.c perl.h pp_ctl.c thrdvar.h util.c
155 ____________________________________________________________________________
156 [  4315] By: jhi                                   on 1999/10/08  09:48:59
157         Log: Fix omission.
158      Branch: cfgperl
159            ! makedef.pl
160 ____________________________________________________________________________
161 [  4314] By: gsar                                  on 1999/10/08  07:17:01
162         Log: extend change#2299 to C<use> (fixes scoping problems in
163              C<if (...) { use foo; ... }>)
164      Branch: perl
165            ! op.c
166 ____________________________________________________________________________
167 [  4313] By: gsar                                  on 1999/10/08  04:52:19
168         Log: small tweak for change#4309
169      Branch: perl
170            ! op.c
171 ____________________________________________________________________________
172 [  4312] By: gsar                                  on 1999/10/08  02:31:13
173         Log: add suggested patch =~ s/NOTOP/OP_NOT/ with tests
174              From: Larry Wall <larry@wall.org>
175              Date: Wed, 6 Oct 1999 09:55:57 -0700 (PDT)
176              Message-Id: <199910061655.JAA11333@kiev.wall.org>
177              Subject: Re: [ID 19991001.004] apparent parsing error with not(arg)
178      Branch: perl
179            ! opcode.h t/comp/bproto.t toke.c
180 ____________________________________________________________________________
181 [  4311] By: gsar                                  on 1999/10/08  00:58:19
182         Log: typo
183      Branch: perl
184            ! pp_sys.c
185 ____________________________________________________________________________
186 [  4310] By: gsar                                  on 1999/10/07  23:51:38
187         Log: fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted by
188              Brian Mitchell <brian@chele.cais.net>)
189      Branch: perl
190            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
191 ____________________________________________________________________________
192 [  4309] By: gsar                                  on 1999/10/07  22:57:52
193         Log: change#3728 was flawed (loop contexts saw the wrong statement
194              info, causing loop control constructs to not find the label);
195              disable OP_SETSTATE entirely and add a fix that is specifically
196              targetted at disabling the OP_LINESEQ optimization in else BLOCK,
197              which was what the original patch was supposed to fix
198              
199              TODO: remove the remainder of the setstate logic if it can't
200              be used anywhere else (it isn't used anywhere now)
201      Branch: perl
202            ! cop.h op.c perly.c perly.y
203 ____________________________________________________________________________
204 [  4308] By: jhi                                   on 1999/10/07  19:21:27
205         Log: Integrate with Sarathy.
206      Branch: cfgperl
207           !> lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
208 ____________________________________________________________________________
209 [  4307] By: gsar                                  on 1999/10/07  15:12:24
210         Log: update to podlators-0.08 from Russ Allbery
211      Branch: perl
212            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
213 ____________________________________________________________________________
214 [  4306] By: jhi                                   on 1999/10/06  17:20:34
215         Log: Integrate with Sarathy.
216      Branch: cfgperl
217           !> (integrate 45 files)
218 ____________________________________________________________________________
219 [  4305] By: gsar                                  on 1999/10/06  16:55:45
220         Log: some versions of mingw32 have __int64, define iff it isn't
221      Branch: perl
222            ! win32/win32.h
223 ____________________________________________________________________________
224 [  4304] By: gsar                                  on 1999/10/06  03:45:44
225         Log: fix typos in change#4288
226      Branch: perl
227            ! Changes dump.c sv.c
228 ____________________________________________________________________________
229 [  4303] By: gsar                                  on 1999/10/06  03:22:46
230         Log: integrate cfgperl contents into mainline
231      Branch: perl
232           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
233            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
234           !> (integrate 31 files)
235 ____________________________________________________________________________
236 [  4302] By: gsar                                  on 1999/10/06  02:36:53
237         Log: make die/warn and other diagnostics go to wherever STDERR happens
238              to point at; change places that meant Perl_debug_log rather than
239              PerlIO_stderr()
240      Branch: perl
241            ! cop.h doio.c embedvar.h ext/Devel/Peek/Peek.xs
242            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
243            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
244            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
245            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
246            ! ext/DynaLoader/dl_rhapsody.xs ext/DynaLoader/dl_vmesa.xs
247            ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
248            ! ext/Thread/Thread.xs ext/Thread/typemap intrpvar.h malloc.c
249            ! mg.c objXSUB.h op.c perl.c perl.h perlio.c pp.c pp_ctl.c
250            ! pp_hot.c regexec.c scope.c scope.h sv.c thread.h toke.c util.c
251            ! win32/dl_win32.xs win32/win32.c win32/win32thread.c
252 ____________________________________________________________________________
253 [  4301] By: jhi                                   on 1999/10/05  23:03:46
254         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
255              To: François Désarménien <desar@club-internet.fr>
256              Cc: "perl5-porters@perl.org" <perl5-porters@perl.org>
257              Subject: Re: Strange RE engine breakage in 5_61
258              Date: Mon, 4 Oct 1999 19:58:03 -0400
259              Message-ID: <19991004195803.A21760@monk.mps.ohio-state.edu>
260              
261              (had to apply pat.t part manually because there
262              already were more tests than there was in _61)
263      Branch: cfgperl
264            ! regcomp.c regexec.c t/op/pat.t t/op/re_tests
265 ____________________________________________________________________________
266 [  4300] By: jhi                                   on 1999/10/04  17:03:18
267         Log: From: Andy Dougherty <doughera@lafayette.edu>
268              To: Jarkko Hietaniemi <jhi@iki.fi>
269              cc: Perl Porters <perl5-porters@perl.org>, jhi@cc.hut.fi
270              Subject: Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn't
271              Date: Mon, 4 Oct 1999 13:05:08 -0400 (EDT)
272              Message-ID: <Pine.SOL.4.10.9910041302550.6502-100000@maxwell.phys.lafayette.edu>
273      Branch: cfgperl
274            + eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
275            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
276            ! MANIFEST ext/B/defsubs_h.PL
277 ____________________________________________________________________________
278 [  4299] By: jhi                                   on 1999/10/04  07:15:16
279         Log: From: Michael G Schwern <schwern@pobox.com>
280              To: perl5-porters@perl.org
281              Subject: Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
282              Date: Sun, 3 Oct 1999 17:34:17 -0400
283              Message-ID: <19991003173417.A4351@blackrider>
284      Branch: cfgperl
285            ! t/lib/fields.t t/pragma/constant.t
286 ____________________________________________________________________________
287 [  4298] By: gsar                                  on 1999/10/04  04:57:53
288         Log: some compatibility macros were busted
289      Branch: perl
290            ! embed.h embed.pl toke.c
291 ____________________________________________________________________________
292 [  4297] By: jhi                                   on 1999/10/03  17:50:59
293         Log: A better version of #4296.
294              
295              From: Michael G Schwern <schwern@pobox.com>
296              To: perl5-porters@perl.org
297              Subject: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
298              Date: Sun, 3 Oct 1999 13:54:23 -0400
299              Message-ID: <19991003135423.A3050@blackrider>
300      Branch: cfgperl
301            ! av.c op.c pod/perldiag.pod
302 ____________________________________________________________________________
303 [  4296] By: jhi                                   on 1999/10/03  17:21:01
304         Log: (Replaced by #4297.)
305              
306              From: Michael G Schwern <schwern@pobox.com>
307              To: perl5-porters@perl.org
308              Subject: [PATCH av.c, perldiag.pod] Added field name to "No such array field"
309              Date: Sun, 3 Oct 1999 13:16:47 -0400
310              Message-ID: <19991003131647.A2816@blackrider>
311              
312              plus changed the error message to say "No such pseudo-hash field"
313              as discussed in the above mail message.
314      Branch: cfgperl
315            ! av.c pod/perldiag.pod
316 ____________________________________________________________________________
317 [  4295] By: gsar                                  on 1999/10/03  16:09:36
318         Log: avoid doing irrelevant things on 'make perl'
319      Branch: perl
320            ! Makefile.SH
321 ____________________________________________________________________________
322 [  4294] By: jhi                                   on 1999/10/03  14:16:24
323         Log: Fix a typo in #4293 spotted by Graham Barr.
324      Branch: cfgperl
325            ! pod/perlref.pod
326 ____________________________________________________________________________
327 [  4293] By: jhi                                   on 1999/10/03  11:31:22
328         Log: From: Michael G Schwern <schwern@blackrider.aocn.com>
329              To: perl5-porters@perl.org
330              Subject: Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH]
331              Date: Sun, 3 Oct 1999 02:34:01 -0400
332              Message-ID: <19991003023401.A1520@blackrider>
333      Branch: cfgperl
334            ! pod/perlfunc.pod pod/perlref.pod
335 ____________________________________________________________________________
336 [  4292] By: jhi                                   on 1999/10/03  09:23:16
337         Log: From: Barrie Slaymaker <barries@slaysys.com>
338              To: perl5-porters@perl.org
339              Subject: [PATCH 5.005_61] Benchmark.pm bugfix, tweaks
340              Date: Sun, 3 Oct 1999 00:09:51 -0400
341              Message-Id: <199910030409.AAA18228@jester.slaysys.com>
342      Branch: cfgperl
343            ! lib/Benchmark.pm
344 ____________________________________________________________________________
345 [  4291] By: jhi                                   on 1999/10/02  23:43:53
346         Log: Be understanding about large file systems.
347      Branch: cfgperl
348            ! t/lib/syslfs.t t/op/lfs.t
349 ____________________________________________________________________________
350 [  4290] By: jhi                                   on 1999/10/02  23:39:16
351         Log: Configure fixfest continues.
352      Branch: cfgperl
353            ! Configure config_h.SH
354      Branch: metaconfig
355            ! U/modified/d_longdbl.U U/modified/d_longlong.U
356            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
357            ! U/typedefs/gidsize.U U/typedefs/pidsign.U U/typedefs/pidsize.U
358            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
359      Branch: metaconfig/U/perl
360            ! i_inttypes.U io64.U
361 ____________________________________________________________________________
362 [  4289] By: jhi                                   on 1999/10/02  23:12:54
363         Log: Regen Porting stuff.
364      Branch: cfgperl
365            ! Porting/Glossary Porting/config.sh Porting/config_H
366 ____________________________________________________________________________
367 [  4288] By: jhi                                   on 1999/10/02  23:05:50
368         Log: Untangle the IV_IS_QUAD jungle by introduding
369              macros to be used when doing formatted printing:
370              IVdf, UVuf, UVxf, UVof.  Also introduce Uid_t_SIGN.
371      Branch: cfgperl
372            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
373            ! config_h.SH doio.c dump.c op.c perl.h pp_hot.c pp_sys.c
374            ! regcomp.c sv.c taint.c toke.c util.c
375 ____________________________________________________________________________
376 [  4287] By: jhi                                   on 1999/10/02  22:54:18
377         Log: metaconfig maintenance.
378      Branch: metaconfig
379            ! U/ebcdic/ebcdic.U U/typedefs/gidsign.U U/typedefs/gidsize.U
380            ! U/typedefs/pidsign.U U/typedefs/pidsize.U U/typedefs/uidsign.U
381            ! U/typedefs/uidsize.U
382 ____________________________________________________________________________
383 [  4286] By: nick                                  on 1999/10/02  11:11:44
384         Log: Incremental merge of mainline
385      Branch: utfperl
386           +> README.Y2K hints/svr5.sh lib/Pod/Man.pm
387           +> lib/unicode/Unicode.html t/op/args.t t/pod/multiline_items.t
388           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
389           +> t/pod/podselect.t t/pod/podselect.xr
390            - lib/Pod/PlainText.pm
391           !> (integrate 148 files)
392 ____________________________________________________________________________
393 [  4285] By: jhi                                   on 1999/10/02  10:16:15
394         Log: Battle namespace pollution.
395      Branch: cfgperl
396            ! lib/Benchmark.pm
397 ____________________________________________________________________________
398 [  4284] By: jhi                                   on 1999/10/02  10:11:20
399         Log: Regen Configure, all of xs_apiversion didn't take.
400      Branch: cfgperl
401            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
402            ! config_h.SH patchlevel.h
403 ____________________________________________________________________________
404 [  4283] By: jhi                                   on 1999/10/02  09:48:17
405         Log: Integrate with Sarathy.
406      Branch: cfgperl
407           +> lib/Pod/Man.pm t/pod/multiline_items.t
408           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
409           +> t/pod/podselect.t t/pod/podselect.xr
410            - lib/Pod/PlainText.pm
411           !> (integrate 50 files)
412 ____________________________________________________________________________
413 [  4282] By: gsar                                  on 1999/10/02  06:39:14
414         Log: update pod2man, pod2text and related Pod:: modules with the
415              ones in podlators-0.07 from Russ Allbery
416      Branch: perl
417            + lib/Pod/Man.pm
418            ! lib/Pod/Text.pm lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
419            ! pod/pod2man.PL pod/pod2text.PL
420 ____________________________________________________________________________
421 [  4281] By: gsar                                  on 1999/10/02  06:14:44
422         Log: fix PodParser testsuite; Pod::Text subsumes Pod::PlainText
423      Branch: perl
424            - lib/Pod/PlainText.pm
425            ! MANIFEST lib/Pod/Text.pm lib/Pod/Usage.pm pod/pod2usage.PL
426            ! pod/podchecker.PL pod/podselect.PL t/pod/emptycmd.t
427            ! t/pod/for.t t/pod/headings.t t/pod/include.t t/pod/included.t
428            ! t/pod/lref.t t/pod/multiline_items.t t/pod/nested_items.t
429            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
430            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
431            ! t/pod/special_seqs.t t/pod/testp2pt.pl t/pod/testpchk.pl
432 ____________________________________________________________________________
433 [  4280] By: gsar                                  on 1999/10/02  04:39:38
434         Log: upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>
435      Branch: perl
436            + t/pod/multiline_items.t t/pod/multiline_items.xr
437            + t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/podselect.t
438            + t/pod/podselect.xr
439            ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
440            ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
441            ! lib/Pod/Usage.pm t/pod/for.xr t/pod/headings.xr
442            ! t/pod/include.xr t/pod/included.xr t/pod/lref.xr
443            ! t/pod/nested_items.xr t/pod/nested_seqs.xr
444            ! t/pod/oneline_cmds.xr t/pod/poderrs.xr t/pod/special_seqs.xr
445            ! t/pod/testp2pt.pl
446 ____________________________________________________________________________
447 [  4279] By: gsar                                  on 1999/10/02  03:36:41
448         Log: make exists() work better on pseudo-hashes (reworked a patch suggested
449              by Michael G Schwern <schwern@pobox.com>)
450      Branch: perl
451            ! av.c t/op/avhv.t
452 ____________________________________________________________________________
453 [  4278] By: gsar                                  on 1999/10/02  02:36:55
454         Log: deprecate C<use attrs>
455      Branch: perl
456            ! ext/attrs/attrs.pm ext/attrs/attrs.xs t/lib/attrs.t
457            ! t/lib/thread.t t/pragma/sub_lval.t
458 ____________________________________________________________________________
459 [  4277] By: gsar                                  on 1999/10/02  01:43:25
460         Log: add notes about effect of loop control statements inside
461              LABEL BLOCK continue BLOCK
462      Branch: perl
463            ! pod/perlfunc.pod
464 ____________________________________________________________________________
465 [  4276] By: gsar                                  on 1999/10/02  01:23:02
466         Log: indent nested =items properly (suggested by Bill Fenner
467              <fenner@research.att.com>)
468      Branch: perl
469            ! pod/pod2man.PL
470 ____________________________________________________________________________
471 [  4275] By: gsar                                  on 1999/10/02  01:09:16
472         Log: updated ptags generator from Ilya Zakharevich
473      Branch: perl
474            ! emacs/ptags
475 ____________________________________________________________________________
476 [  4274] By: gsar                                  on 1999/10/01  23:08:52
477         Log: update Changes
478      Branch: perl
479            ! Changes
480 ____________________________________________________________________________
481 [  4273] By: gsar                                  on 1999/10/01  22:58:55
482         Log: typo, whitespace adjustments
483      Branch: perl
484            ! utils/h2xs.PL
485 ____________________________________________________________________________
486 [  4272] By: gsar                                  on 1999/10/01  22:46:06
487         Log: remove dup hunks
488      Branch: perl
489            ! configure.com vms/vms.c
490 ____________________________________________________________________________
491 [  4271] By: gsar                                  on 1999/10/01  22:33:02
492         Log: integrate cfgperl contents into mainline; resolve h2xs.PL conflict
493              by declaring new globals "our" (XXX this means h2xs generated code
494              won't run on earlier versions; a switch to generate compatible
495              source is needed)
496      Branch: perl
497           !> (integrate 35 files)
498 ____________________________________________________________________________
499 [  4270] By: jhi                                   on 1999/10/01  12:05:56
500         Log: Integrate with Sarathy.
501      Branch: cfgperl
502           !> ext/B/B/C.pm lib/ExtUtils/typemap lib/ExtUtils/xsubpp
503           !> pod/perldiag.pod util.c
504 ____________________________________________________________________________
505 [  4269] By: jhi                                   on 1999/10/01  10:26:19
506         Log: From: Piotr Klaban <makler@oryl.man.torun.pl>
507              To: perl5-porters@perl.org
508              Subject: [ID 19991001.001] perlguts man page error
509              Date: Fri, 1 Oct 1999 10:23:49 +0200 (MET DST)
510              Message-Id: <199910010823.KAA05796@oryl.man.torun.pl>
511      Branch: cfgperl
512            ! pod/perlguts.pod
513 ____________________________________________________________________________
514 [  4268] By: jhi                                   on 1999/10/01  07:32:33
515         Log: There *is* a month called October.
516      Branch: cfgperl
517            ! t/op/time.t
518 ____________________________________________________________________________
519 [  4267] By: jhi                                   on 1999/10/01  06:58:10
520         Log: Temp file cleanliness.
521      Branch: cfgperl
522            ! t/lib/filecopy.t
523 ____________________________________________________________________________
524 [  4266] By: jhi                                   on 1999/10/01  06:46:56
525         Log: From: Barrie Slaymaker <barries@slaysys.com>
526              To: perl5-porters@perl.org
527              Subject: [PATCH 5.005_61] Benchmark.pm: Export countit(), cmpthese() by default
528              Date: Thu, 30 Sep 1999 22:16:26 -0400
529              Message-Id: <199910010216.WAA08309@jester.slaysys.com>
530      Branch: cfgperl
531            ! lib/Benchmark.pm
532 ____________________________________________________________________________
533 [  4265] By: jhi                                   on 1999/09/30  20:25:35
534         Log: From: Barrie Slaymaker <barries@slaysys.com>
535              To: perl5-porters@perl.org
536              Subject: [PATCH 5.005_61] Benchmark tweaks, fixes, cmpthese()
537              Date: Thu, 30 Sep 1999 15:44:00 -0400
538              Message-Id: <199909301944.PAA07166@jester.slaysys.com>
539              (Replaces #4175.)
540      Branch: cfgperl
541            ! lib/Benchmark.pm
542 ____________________________________________________________________________
543 [  4264] By: gsar                                  on 1999/09/30  17:59:26
544         Log: re-add missing "Out of memory!" entry
545      Branch: perl
546            ! pod/perldiag.pod
547 ____________________________________________________________________________
548 [  4263] By: jhi                                   on 1999/09/30  17:05:43
549         Log: Regenerate Configure.
550      Branch: cfgperl
551            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
552            ! config_h.SH
553 ____________________________________________________________________________
554 [  4261] By: jhi                                   on 1999/09/30  16:15:05
555         Log: From: Andy Dougherty <doughera@lafayette.edu>
556              To: Perl Porters <perl5-porters@perl.org>
557              Subject: [PATCH 5.005_61] rand() advisory for perldelta.pod
558              Date: Thu, 30 Sep 1999 12:24:00 -0400 (EDT)
559              Message-ID: <Pine.SOL.4.10.9909301218390.3343-100000@maxwell.phys.lafayette.edu>
560      Branch: cfgperl
561            ! pod/perldelta.pod
562 ____________________________________________________________________________
563 [  4260] By: jhi                                   on 1999/09/30  15:48:56
564         Log: From: Andy Dougherty <doughera@lafayette.edu>
565              To: Jarkko Hietaniemi <jhi@iki.fi>, Gurusamy Sarathy <gsar@activestate.com>
566              Subject: Re: Possible skeletal structure for searching multiple versions
567              Date: Thu, 30 Sep 1999 11:52:00 -0400 (EDT)
568              Message-ID: <Pine.SOL.4.10.9909301149090.3343-100000@maxwell.phys.lafayette.edu>
569      Branch: metaconfig
570            ! U/mkglossary
571      Branch: metaconfig/U/perl
572            + xs_apiversion.U
573            ! patchlevel.U
574 ____________________________________________________________________________
575 [  4259] By: jhi                                   on 1999/09/30  15:07:16
576         Log: Further ?idsize.U fixing.
577      Branch: metaconfig
578            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
579 ____________________________________________________________________________
580 [  4258] By: jhi                                   on 1999/09/30  15:00:14
581         Log: Fix the ?idsi{gn,ze} units, from Andy Dougherty.
582      Branch: metaconfig
583            ! U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
584            ! U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
585 ____________________________________________________________________________
586 [  4257] By: jhi                                   on 1999/09/30  09:48:33
587         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
588              To: Gurusamy Sarathy <gsar@ActiveState.com>
589              Cc: tchrist@perl.com, Larry Wall <larry@wall.org>,
590              The Perl Porters Mailing List <perl5-porters@perl.org>
591              Subject: [PATCH] (Was: deprecating SIGDIE)
592              Date: Wed, 29 Sep 1999 15:16:50 -0400
593              Message-ID: <19990929151650.E26675@O2.chapin.edu>
594      Branch: cfgperl
595            ! Porting/findvars embedvar.h intrpvar.h mg.c objXSUB.h perl.c
596 ____________________________________________________________________________
597 [  4256] By: jhi                                   on 1999/09/30  09:45:22
598         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
599              To: Gurusamy Sarathy <gsar@activestate.com>
600              Cc: Barrie Slaymaker <barries@slaysys.com>, perl5-porters@perl.org
601              Subject: Re: _58, _61 Argument "" is not numeric in sprintf
602              Date: Wed, 29 Sep 1999 18:58:23 -0400
603              Message-ID: <19990929185823.A22099@monk.mps.ohio-state.edu>
604      Branch: cfgperl
605            ! Makefile.SH opcode.pl
606 ____________________________________________________________________________
607 [  4255] By: gsar                                  on 1999/09/30  09:03:48
608         Log: remove prehistoric XFree() gunk
609      Branch: perl
610            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
611 ____________________________________________________________________________
612 [  4254] By: gsar                                  on 1999/09/30  08:40:14
613         Log: From: Vishal Bhatia <vishal@gol.com>
614              Date: Wed, 29 Sep 1999 23:27:28 +0900 (JST)
615              Message-ID: <Pine.LNX.4.10.9909292326280.5599-100000@localhost.localdomain>
616              Subject: [patch _61] Minor corrections in C.pm
617      Branch: perl
618            ! ext/B/B/C.pm
619 ____________________________________________________________________________
620 [  4253] By: gsar                                  on 1999/09/30  08:36:27
621         Log: off-by-one in fbm_compile() (spotted by John Bley
622              <jbley@cs.cmu.edu>); whitespace adjustments
623      Branch: perl
624            ! util.c
625 ____________________________________________________________________________
626 [  4251] By: jhi                                   on 1999/09/30  08:09:13
627         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
628              To: perl5-porters@perl.org (Mailing list Perl5)
629              Subject: [PATCH 5.00561+]  Followup h2xs patch
630              Date: Thu, 30 Sep 1999 04:15:52 -0400 (EDT)
631              Message-Id: <199909300815.EAA25425@monk.mps.ohio-state.edu>
632      Branch: cfgperl
633            ! utils/h2xs.PL
634 ____________________________________________________________________________
635 [  4250] By: jhi                                   on 1999/09/29  19:11:32
636         Log: Integrate with Sarathy.
637      Branch: cfgperl
638           !> djgpp/configure.bat embed.h embed.pl lib/Exporter/Heavy.pm
639           !> lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm proto.h
640           !> t/pragma/locale/latin1 win32/Makefile win32/makefile.mk
641 ____________________________________________________________________________
642 [  4249] By: bailey                                on 1999/09/29  02:21:31
643         Log: resync with mainline
644      Branch: vmsperl
645           +> (branch 32 files)
646            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
647            - lib/unicode/blocks.txt lib/unicode/index2.txt
648            - lib/unicode/jamo2.txt lib/unicode/names2.txt
649            - lib/unicode/props2.txt lib/unicode/readme.txt
650            - t/lib/bigfloatpm.t
651           !> (integrate 240 files)
652 ____________________________________________________________________________
653 [  4248] By: jhi                                   on 1999/09/28  18:14:39
654         Log: From: Andy Dougherty <doughera@lafayette.edu>
655              To: Perl Porters <perl5-porters@perl.org>
656              Subject: [PATCH 5.005_xx] Re: [Config 5.005_03] -DDEBUGGING
657              Date: Tue, 28 Sep 1999 12:20:50 -0400 (EDT)
658              Message-ID: <Pine.SOL.4.10.9909281019360.1890-100000@maxwell.phys.lafayette.edu>
659              
660              From: Andy Dougherty <doughera@lafayette.edu>
661              To: Perl Porters <perl5-porters@perl.org>
662              Subject: [ANOTHER PATCH 5.005_61] Re: [Config 5.005_03] -DDEBUGGING
663              Date: Tue, 28 Sep 1999 13:39:49 -0400 (EDT)
664              Message-ID: <Pine.SOL.4.10.9909281338180.2012-100000@maxwell.phys.lafayette.edu>
665      Branch: cfgperl
666            ! hints/README.hints hints/amigaos.sh hints/cygwin.sh
667            ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh hints/mint.sh
668            ! hints/mpeix.sh hints/next_3.sh hints/next_3_0.sh
669            ! hints/next_4.sh
670 ____________________________________________________________________________
671 [  4247] By: gsar                                  on 1999/09/28  17:36:59
672         Log: revert change#4115 (breaks libwww's base/date.t); could be 
673              reworked to enable it conditional on $Time::Local::nocroak
674              or some such
675      Branch: perl
676            ! lib/Time/Local.pm
677 ____________________________________________________________________________
678 [  4246] By: gsar                                  on 1999/09/28  17:33:14
679         Log: tweak for win32 build
680      Branch: perl
681            ! win32/Makefile win32/makefile.mk
682 ____________________________________________________________________________
683 [  4245] By: gsar                                  on 1999/09/28  17:31:34
684         Log: change#4236 fallout
685      Branch: perl
686            ! lib/ExtUtils/MM_Unix.pm
687 ____________________________________________________________________________
688 [  4244] By: gsar                                  on 1999/09/28  17:29:31
689         Log: remove doubled new_xpv
690      Branch: perl
691            ! embed.h embed.pl proto.h
692 ____________________________________________________________________________
693 [  4243] By: jhi                                   on 1999/09/27  19:13:20
694         Log: Artistic fine-tuning.
695      Branch: cfgperl
696            ! ext/B/defsubs_h.PL
697 ____________________________________________________________________________
698 [  4242] By: gsar                                  on 1999/09/27  17:05:22
699         Log: avoid implicit split to @_ in change#4181; binary -> text file
700              types in p4
701      Branch: perl
702            ! djgpp/configure.bat lib/Exporter/Heavy.pm
703            ! t/pragma/locale/latin1
704 ____________________________________________________________________________
705 [  4241] By: jhi                                   on 1999/09/27  07:48:19
706         Log: Integrate with Sarathy.
707      Branch: cfgperl
708           !> INSTALL embed.h embed.pl malloc.c pod/perldiag.pod pp.c
709           !> pp_ctl.c pp_hot.c pp_sys.c win32/Makefile win32/makefile.mk
710 ____________________________________________________________________________
711 [  4240] By: jhi                                   on 1999/09/27  07:47:11
712         Log: Finalize change #4232.
713              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
714              To: Jarkko Hietaniemi <jhi@iki.fi>
715              Cc: gsar@activestate.com, Mailing list Perl5 <perl5-porters@perl.org>
716              Subject: Re: xsubpp change breaks B, DB_File, POSIX builds
717              Date: Sun, 26 Sep 1999 16:52:31 -0400
718              Message-ID: <19990926165230.A26933@monk.mps.ohio-state.edu>
719      Branch: cfgperl
720            ! lib/ExtUtils/xsubpp
721 ____________________________________________________________________________
722 [  4239] By: gsar                                  on 1999/09/27  02:48:42
723         Log: add notes in INSTALL about Configure -Accflags=-DFOO
724      Branch: perl
725            ! INSTALL
726 ____________________________________________________________________________
727 [  4238] By: gsar                                  on 1999/09/27  02:03:48
728         Log: PERL_POLLUTE isn't required for bincompat, so don't enable
729              it automatically
730      Branch: perl
731            ! embed.h embed.pl
732 ____________________________________________________________________________
733 [  4237] By: gsar                                  on 1999/09/27  01:52:47
734         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
735              Date: Fri, 24 Sep 1999 23:25:36 -0400
736              Message-ID: <19990924232536.A16257@monk.mps.ohio-state.edu>
737              Subject: [PATCH 5.005_61] Malloc fixes and docs
738      Branch: perl
739            ! malloc.c pod/perldiag.pod
740 ____________________________________________________________________________
741 [  4236] By: gsar                                  on 1999/09/27  01:31:32
742         Log: avoid .exe in $Config{cc} (spotted by Vadim Konovalov
743              <vkonovalov@lucent.com>)
744      Branch: perl
745            ! win32/Makefile win32/makefile.mk
746 ____________________________________________________________________________
747 [  4235] By: gsar                                  on 1999/09/26  17:02:03
748         Log: fix buggy popping of subroutine contexts in the lvalue
749              subroutines implementation (change#4081); correct the
750              plethora of cases where DIE() was more appropriate than
751              croak()
752      Branch: perl
753            ! pp.c pp_ctl.c pp_hot.c pp_sys.c
754 ____________________________________________________________________________
755 [  4234] By: jhi                                   on 1999/09/26  12:06:28
756         Log: Fix #endif.
757      Branch: cfgperl
758            ! XSUB.h
759 ____________________________________________________________________________
760 [  4233] By: jhi                                   on 1999/09/26  11:59:18
761         Log: Integrate with Sarathy. h2xs.PL had to be manually resolved,
762              I kept my (Ilya's) version.
763      Branch: cfgperl
764           !> gv.c gv.h intrpvar.h keywords.h keywords.pl lib/Shell.pm op.c
765           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
766           !> pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
767           !> pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
768           !> pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
769           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
770 ____________________________________________________________________________
771 [  4232] By: jhi                                   on 1999/09/26  09:53:43
772         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
773              To: Mailing list Perl5 <perl5-porters@perl.org>
774              Subject: [PATCH 5.005_61] teach xsubpp function pointers
775              Date: Sun, 26 Sep 1999 01:36:09 -0400
776              Message-ID: <19990926013609.A21148@monk.mps.ohio-state.edu>
777              
778              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
779              To: Mailing list Perl5 <perl5-porters@perl.org>
780              Subject: [PATCH 5.005_61] Make h2xs -x almost bullet-proof
781              Date: Sun, 26 Sep 1999 03:00:50 -0400
782              Message-ID: <19990926030050.A21498@monk.mps.ohio-state.edu>
783      Branch: cfgperl
784            ! lib/ExtUtils/xsubpp utils/h2xs.PL
785 ____________________________________________________________________________
786 [  4231] By: jhi                                   on 1999/09/26  09:48:49
787         Log: From: "Konovalov, Vadim" <vkonovalov@lucent.com>
788              To: perl5-porters@perl.org
789              Subject: misprint in perlguts
790              Date: Sun, 26 Sep 1999 12:48:36 +0400
791              Message-ID: <402099F49BEED211999700805FC7359F20D7A5@ru0028exch01.spb.lucent.com>
792      Branch: cfgperl
793            ! pod/perlguts.pod
794 ____________________________________________________________________________
795 [  4230] By: gsar                                  on 1999/09/26  00:50:08
796         Log: add $installarchlib/CORE to default linker search path on windows
797      Branch: perl
798            ! win32/Makefile win32/makefile.mk
799 ____________________________________________________________________________
800 [  4229] By: gsar                                  on 1999/09/25  20:05:03
801         Log: support C<use Shell> on Windows (reworked a patch suggested
802              by Jenda Krynicky <Jenda@McCann.cz>)
803      Branch: perl
804            ! lib/Shell.pm
805 ____________________________________________________________________________
806 [  4228] By: gsar                                  on 1999/09/25  07:03:34
807         Log: integrate cfgperl contents into mainline
808      Branch: perl
809           +> hints/svr5.sh
810           !> Configure MANIFEST Makefile.SH config_h.SH hints/sco.sh
811           !> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
812           !> lib/unicode/mktables.PL pod/perldelta.pod pod/perlfaq9.pod
813           !> regcomp.c regexec.c t/lib/syslfs.t t/op/lfs.t
814 ____________________________________________________________________________
815 [  4227] By: gsar                                  on 1999/09/25  06:44:47
816         Log: From: Larry Wall <larry@wall.org>
817              Date: Fri, 24 Sep 1999 21:59:37 PDT
818              Message-Id: <199909250459.VAA27506@kiev.wall.org>
819              Subject: Re: [PATCH 5.005_61] "our" declarations
820      Branch: perl
821            ! gv.c gv.h intrpvar.h keywords.h keywords.pl op.c
822            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
823            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
824            ! pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
825            ! pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
826            ! utils/h2xs.PL
827 ____________________________________________________________________________
828 [  4226] By: jhi                                   on 1999/09/24  23:10:52
829         Log: Integrate with Sarathy.
830      Branch: cfgperl
831           !> XSUB.h ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
832           !> ext/POSIX/hints/linux.pl pod/perldiag.pod pod/perlfunc.pod
833           !> pp.c t/lib/posix.t t/op/pack.t toke.c utils/perlcc.PL
834 ____________________________________________________________________________
835 [  4225] By: gsar                                  on 1999/09/24  18:19:54
836         Log: avoid infinite recursive exec()s of perl.exe when shebang
837              contains "Perl" rather than "perl" on DOSISH platforms
838      Branch: perl
839            ! toke.c
840 ____________________________________________________________________________
841 [  4224] By: gsar                                  on 1999/09/24  16:09:23
842         Log: support cygwin and other platforms that link to import libraries
843              rather than directly with shared libraries (from a suggestion
844              by Lucian Cionca <Lucian.Cionca@algoritma.ro>)
845      Branch: perl
846            ! utils/perlcc.PL
847 ____________________________________________________________________________
848 [  4223] By: gsar                                  on 1999/09/24  05:05:06
849         Log: normalize time for strftime() (without the isdst effects of
850              mktime()) using a custom mini_mktime()
851              From: spider-perl@Orb.Nashua.NH.US
852              Date: Thu, 23 Sep 1999 17:54:53 -0400
853              Message-Id: <199909232154.RAA25151@leggy.zk3.dec.com>
854              Subject: Re: [ID 19990913.003] Possible bug using POSIX::strftime Digital UNIX Perl 5.005_03 
855      Branch: perl
856            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
857            ! ext/POSIX/hints/linux.pl t/lib/posix.t
858 ____________________________________________________________________________
859 [  4222] By: gsar                                  on 1999/09/23  06:44:42
860         Log: change "#" to a comment starter in pack templates; "/" now
861              used for specifying counted types
862              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
863              Date: Wed, 22 Sep 1999 19:41:30 -0400
864              Message-ID: <19990922194130.A864@monk.mps.ohio-state.edu>
865              Subject: [PATCH 5.005_61] Enable comments in pack()/unpack() templates
866      Branch: perl
867            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
868 ____________________________________________________________________________
869 [  4221] By: gsar                                  on 1999/09/23  06:26:54
870         Log: From: Vishal Bhatia <vishal@gol.com>
871              Date: Thu, 23 Sep 1999 12:45:19 +0900 (JST)
872              Message-ID: <Pine.LNX.4.10.9909231218360.3428-100000@localhost.localdomain>
873              Subject: [patch _61] perlcc changes
874      Branch: perl
875            ! utils/perlcc.PL
876 ____________________________________________________________________________
877 [  4220] By: gsar                                  on 1999/09/23  01:12:24
878         Log: add include guard
879      Branch: perl
880            ! XSUB.h
881 ____________________________________________________________________________
882 [  4219] By: jhi                                   on 1999/09/22  20:38:15
883         Log: Cleanup cleanup.
884      Branch: cfgperl
885            ! Makefile.SH t/lib/syslfs.t t/op/lfs.t
886 ____________________________________________________________________________
887 [  4218] By: jhi                                   on 1999/09/22  19:26:58
888         Log: Tweak the equivalence tables once again.
889      Branch: cfgperl
890            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
891            ! lib/unicode/mktables.PL
892 ____________________________________________________________________________
893 [  4215] By: jhi                                   on 1999/09/22  06:47:03
894         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
895              To: Mailing list Perl5 <perl5-porters@perl.org>
896              Subject: [PATCH 5.005_61] regfree could segfault with -Mre=debug
897              Date: Tue, 21 Sep 1999 19:50:00 -0400
898              Message-ID: <19990921195000.A23938@monk.mps.ohio-state.edu>
899              
900              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
901              To: Mailing list Perl5 <perl5-porters@perl.org>
902              Subject: [PATCH 5.005_61] More verbose -Mre=debug
903              Date: Tue, 21 Sep 1999 22:29:55 -0400
904              Message-ID: <19990921222955.A25094@monk.mps.ohio-state.edu>
905      Branch: cfgperl
906            ! regcomp.c regexec.c
907 ____________________________________________________________________________
908 [  4214] By: jhi                                   on 1999/09/21  21:08:43
909         Log: From: 0000-Admin (0000) <root@devsys0.zenez.com>
910              Reply-To: gerberb@zenez.com
911              To: perl5-porters@perl.org
912              Subject: [ID 19990921.004] Changes for SCO OpenServer and UnixWare 7
913              Date: Tue, 21 Sep 1999 11:07:46 -0600 (MDT)
914              Message-Id: <199909211707.LAA23611@devsys0.zenez.com>
915              
916              (Snipped away the last lines of svr5.sh a la change #3725)
917      Branch: cfgperl
918            + hints/svr5.sh
919            ! Configure MANIFEST config_h.SH hints/sco.sh
920      Branch: metaconfig
921            ! U/modified/Cppsym.U U/modified/Oldconfig.U
922 ____________________________________________________________________________
923 [  4213] By: jhi                                   on 1999/09/21  20:48:01
924         Log: From: Kragen Sitaker <kragen@dnaco.net>
925              To: perl5-porters@perl.org
926              Subject: [ID 19990921.013] accidental list context in perlfaq9
927              Date: Tue, 21 Sep 1999 16:27:53 -0400 (EDT)
928              Reply-To: kragen@pobox.com
929              Message-Id: <199909212027.QAA03450@kirk.dnaco.net>
930      Branch: cfgperl
931            ! pod/perlfaq9.pod
932 ____________________________________________________________________________
933 [  4212] By: jhi                                   on 1999/09/20  19:55:42
934         Log: Integrate with Sarathy.
935      Branch: cfgperl
936           +> README.Y2K
937           !> Changes MANIFEST
938 ____________________________________________________________________________
939 [  4211] By: jhi                                   on 1999/09/20  19:44:44
940         Log: Rename -Duselfs to -Duselargefiles.  We don't need no stnkngbbrvtns.
941      Branch: cfgperl
942            ! Configure config_h.SH pod/perldelta.pod
943      Branch: metaconfig/U/perl
944            ! use64bits.U uselfs.U uselongdbl.U
945 ____________________________________________________________________________
946 [  4210] By: jhi                                   on 1999/09/20  19:38:26
947         Log: Configure -A change: -Afoo=bar is equal to -Aappend:foo=" bar".
948      Branch: cfgperl
949            ! Configure config_h.SH
950      Branch: metaconfig
951            ! U/modified/Options.U
952 ____________________________________________________________________________
953 [  4209] By: gsar                                  on 1999/09/20  19:35:39
954         Log: integrate cfgperl changes into mainline
955      Branch: perl
956           +> lib/unicode/Unicode.html
957            ! Changes
958           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
959           !> config_h.SH doio.c perl.h pod/perldelta.pod pod/perlfunc.pod
960 ____________________________________________________________________________
961 [  4208] By: gsar                                  on 1999/09/20  18:28:44
962         Log: add README.Y2K (from Dominic Dunlop <domo@vo.lu>)
963      Branch: perl
964            + README.Y2K
965            ! MANIFEST
966 ____________________________________________________________________________
967 [  4207] By: jhi                                   on 1999/09/20  11:06:13
968         Log: Document -Duselfs, -Duselongdouble, and -Dusemorebits.
969      Branch: cfgperl
970            ! pod/perldelta.pod
971 ____________________________________________________________________________
972 [  4206] By: jhi                                   on 1999/09/20  09:53:15
973         Log: Do not test for gccish things in non-gccish platforms.
974      Branch: cfgperl
975            ! Configure config_h.SH
976      Branch: metaconfig
977            ! U/compline/ccflags.U
978 ____________________________________________________________________________
979 [  4205] By: jhi                                   on 1999/09/20  09:41:22
980         Log: Prompt for uselfs.
981      Branch: cfgperl
982            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
983            ! config_h.SH
984      Branch: metaconfig
985            ! U/mksample
986      Branch: metaconfig/U/perl
987            ! use64bits.U uselfs.U
988 ____________________________________________________________________________
989 [  4204] By: jhi                                   on 1999/09/20  09:09:29
990         Log: Add usemorebits and uselfs.
991      Branch: cfgperl
992            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
993            ! config_h.SH doio.c perl.h
994      Branch: metaconfig/U/perl
995            + uselfs.U usemorebits.U
996            ! use64bits.U uselongdbl.U
997 ____________________________________________________________________________
998 [  4203] By: jhi                                   on 1999/09/20  07:48:48
999         Log: Dethinko.
1000      Branch: cfgperl
1001            ! pod/perlfunc.pod
1002 ____________________________________________________________________________
1003 [  4202] By: jhi                                   on 1999/09/20  07:33:32
1004         Log: Fix a bug in the description of endianness.  Reported in
1005              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
1006              To: perl5-porters@perl.org
1007              Subject: BUG: perldoc -f pack
1008              Date: Mon, 20 Sep 1999 09:43:49 +0400
1009              Message-ID: <402099F49BEED211999700805FC7359F20D3F5@ru0028exch01.spb.lucent.com>
1010      Branch: cfgperl
1011            ! pod/perlfunc.pod
1012 ____________________________________________________________________________
1013 [  4201] By: jhi                                   on 1999/09/20  07:01:26
1014         Log: Integrate with Sarathy.
1015      Branch: cfgperl
1016           +> t/op/args.t
1017           !> (integrate 31 files)
1018 ____________________________________________________________________________
1019 [  4200] By: gsar                                  on 1999/09/20  03:45:06
1020         Log: From: Russ Allbery <rra@stanford.edu>
1021              Date: 19 Aug 1999 04:35:44 -0700
1022              Message-Id: <yl7lms9f5b.fsf@windlord.stanford.edu>
1023              Subject: [ID 19990819.002] File::Find error when pruning top-level directories
1024      Branch: perl
1025            ! lib/File/Find.pm
1026 ____________________________________________________________________________
1027 [  4199] By: gsar                                  on 1999/09/20  03:27:49
1028         Log: suppress warning (from John Tobey <jtobey@epsilondev.com>)
1029      Branch: perl
1030            ! ext/B/B/Terse.pm
1031 ____________________________________________________________________________
1032 [  4198] By: gsar                                  on 1999/09/20  03:25:25
1033         Log: add arenas for managing allocations of remaining xpv*v structures
1034              From: Vishal Bhatia <vishal@gol.com>
1035              Date: Wed, 25 Aug 1999 00:31:33 +0900 (JST)
1036              Message-ID: <Pine.LNX.4.10.9908250031000.11727-100000@localhost.localdomain>
1037              Subject: [PATCH 5.005_60] removing extra ref count (compiler) 
1038      Branch: perl
1039            ! embed.h embed.pl embedvar.h ext/B/B/C.pm intrpvar.h objXSUB.h
1040            ! proto.h sv.c
1041 ____________________________________________________________________________
1042 [  4197] By: gsar                                  on 1999/09/20  03:06:10
1043         Log: queue errors due to strictures rather than printing them as
1044              warnings; symbols that violate strictures do *not* end up in
1045              the symbol table anyway, making multiple evals of the same piece
1046              of code produce the same errors; errors indicate all locations
1047              of a global symbol rather than just the first one; these
1048              changes make compile-time failures within evals reliably
1049              visible via the return value or contents of $@, and trappable
1050              using __DIE__ hooks
1051      Branch: perl
1052            ! embed.h embed.pl embedvar.h ext/DynaLoader/dlutils.c
1053            ! ext/Thread/Thread.xs global.sym gv.c objXSUB.h op.c perl.c
1054            ! perlapi.c pp_ctl.c proto.h regcomp.c t/pragma/strict-refs
1055            ! t/pragma/strict-vars thrdvar.h toke.c util.c
1056 ____________________________________________________________________________
1057 [  4196] By: gsar                                  on 1999/09/19  22:14:29
1058         Log: control change#1914 via hints (causes problems on some platforms)
1059      Branch: perl
1060            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
1061            ! ext/POSIX/hints/linux.pl
1062 ____________________________________________________________________________
1063 [  4195] By: gsar                                  on 1999/09/19  21:30:18
1064         Log: avoid clearing @_ at all for faster subroutine calls; fix bugs
1065              in passing around references to @_, eg C<sub foo { \@_ }>; add
1066              tests for the same
1067      Branch: perl
1068            + t/op/args.t
1069            ! MANIFEST cop.h pp.c pp_ctl.c pp_hot.c
1070 ____________________________________________________________________________
1071 [  4194] By: jhi                                   on 1999/09/18  18:57:45
1072         Log: Integrate with Sarathy.
1073      Branch: cfgperl
1074           !> opcode.h opcode.pl
1075 ____________________________________________________________________________
1076 [  4193] By: nick                                  on 1999/09/18  15:24:56
1077         Log: Re-integrate mainline
1078              Basic SvUTF8 stuff in headers, no functional changes yet.
1079      Branch: utfperl
1080            + lib/byte.pm lib/byte_heavy.pl
1081           +> ext/B/defsubs_h.PL ext/DB_File/version.c jpl/JNI/Closer.java
1082           +> jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
1083           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
1084           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
1085           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL lib/unicode/ArabShap.txt
1086           +> lib/unicode/Blocks.txt lib/unicode/CompExcl.txt
1087           +> lib/unicode/EAWidth.txt lib/unicode/Index.txt
1088           +> lib/unicode/Jamo-2.txt lib/unicode/LineBrk.txt
1089           +> lib/unicode/Names.txt lib/unicode/Props.txt
1090           +> lib/unicode/ReadMe.txt lib/unicode/SpecCase.txt
1091           +> t/lib/bigfltpm.t
1092            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
1093            - lib/unicode/blocks.txt lib/unicode/index2.txt
1094            - lib/unicode/jamo2.txt lib/unicode/names2.txt
1095            - lib/unicode/props2.txt lib/unicode/readme.txt
1096            - t/lib/bigfloatpm.t
1097            ! doop.c embed.h embed.pl gv.c mg.c objXSUB.h op.c op.h perl.h
1098            ! perlapi.c pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h
1099            ! regexec.c regexp.h regnodes.h sv.c sv.h toke.c utf8.c utf8.h
1100            ! warnings.h
1101           !> (integrate 142 files)
1102 ____________________________________________________________________________
1103 [  4192] By: gsar                                  on 1999/09/18  15:11:47
1104         Log: more op description tweaks
1105      Branch: perl
1106            ! opcode.h opcode.pl
1107 ____________________________________________________________________________
1108 [  4191] By: jhi                                   on 1999/09/18  07:47:16
1109         Log: Integrate with Sarathy.
1110      Branch: cfgperl
1111           !> Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
1112           !> t/pragma/warn/op
1113 ____________________________________________________________________________
1114 [  4190] By: jhi                                   on 1999/09/18  07:35:45
1115         Log: Add description of the Unicode database files.
1116      Branch: cfgperl
1117            + lib/unicode/Unicode.html
1118 ____________________________________________________________________________
1119 [  4189] By: gsar                                  on 1999/09/18  03:14:58
1120         Log: tweak some op names in change#4177 (will any of this break code that
1121              gropes $@ ?)
1122      Branch: perl
1123            ! Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
1124            ! t/pragma/warn/op
1125 ____________________________________________________________________________
1126 [  4188] By: jhi                                   on 1999/09/17  21:30:08
1127         Log: Pick up the typo fix.
1128      Branch: cfgperl
1129           !> t/io/open.t
1130 ____________________________________________________________________________
1131 [  4187] By: gsar                                  on 1999/09/17  21:13:55
1132         Log: fix typo
1133      Branch: perl
1134            ! t/io/open.t
1135 ____________________________________________________________________________
1136 [  4186] By: gsar                                  on 1999/09/17  20:57:29
1137         Log: integrate cfgperl change
1138      Branch: perl
1139           !> vms/subconfigure.com
1140 ____________________________________________________________________________
1141 [  4185] By: jhi                                   on 1999/09/17  20:46:41
1142         Log: Re-apply applicable parts of #3993, #3994, and #3995.
1143      Branch: cfgperl
1144            ! vms/subconfigure.com
1145 ____________________________________________________________________________
1146 [  4184] By: gsar                                  on 1999/09/17  20:26:02
1147         Log: integrate cfgperl contents into mainline
1148      Branch: perl
1149           +> lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
1150           +> lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
1151           +> lib/unicode/Index.txt lib/unicode/Jamo-2.txt
1152           +> lib/unicode/LineBrk.txt lib/unicode/Names.txt
1153           +> lib/unicode/Props.txt lib/unicode/ReadMe.txt
1154           +> lib/unicode/SpecCase.txt
1155            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
1156            - lib/unicode/index2.txt lib/unicode/jamo2.txt
1157            - lib/unicode/names2.txt lib/unicode/props2.txt
1158            - lib/unicode/readme.txt
1159           !> (integrate 73 files)
1160 ____________________________________________________________________________
1161 [  4183] By: jhi                                   on 1999/09/17  20:25:51
1162         Log: Integrate with Sarathy.
1163      Branch: cfgperl
1164           !> configure.com ext/ByteLoader/byterun.h
1165           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
1166           !> lib/File/Spec/VMS.pm pod/perlhist.pod t/io/open.t
1167           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
1168           !> vms/perly_h.vms vms/subconfigure.com vms/vms.c vms/vmsish.h
1169 ____________________________________________________________________________
1170 [  4182] By: gsar                                  on 1999/09/17  20:16:28
1171         Log: integrate vmsperl contents into mainline (where VMS files conflicted,
1172              vmsperl contents have prevailed)
1173      Branch: perl
1174           !> configure.com ext/ByteLoader/byterun.h
1175           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
1176           !> lib/File/Spec/VMS.pm t/io/open.t vms/descrip_mms.template
1177           !> vms/gen_shrfls.pl vms/perly_c.vms vms/perly_h.vms
1178           !> vms/subconfigure.com vms/vms.c vms/vmsish.h
1179 ____________________________________________________________________________
1180 [  4181] By: jhi                                   on 1999/09/17  20:12:37
1181         Log: From: Michael G Schwern <schwern@pobox.com>
1182              To: perl5-porters@perl.org
1183              Subject: [PATCH 5.005_60 lib/Exporter/Heavy.pm] export_to_level()
1184              Date: Thu, 19 Aug 1999 21:30:01 -0400
1185              Message-ID: <19990819213001.A22512@athens.aocn.com>
1186      Branch: cfgperl
1187            ! lib/Exporter/Heavy.pm
1188 ____________________________________________________________________________
1189 [  4180] By: gsar                                  on 1999/09/17  20:11:00
1190         Log: perlhist additions
1191      Branch: perl
1192            ! pod/perlhist.pod
1193 ____________________________________________________________________________
1194 [  4179] By: jhi                                   on 1999/09/17  20:08:00
1195         Log: The change #4176 should've undone only the test, not the code patch.
1196      Branch: cfgperl
1197            ! doio.c
1198 ____________________________________________________________________________
1199 [  4178] By: jhi                                   on 1999/09/17  20:06:08
1200         Log: From: Ian Phillipps <ian@dial.pipex.com>
1201              To: Hans GINZEL <hgin2088@mail.kolej.mff.cuni.cz>, perl5-porters@perl.org
1202              Subject: [PATCH 5.005_59] Re: [ID 19990820.007] Small typo in perlsyn.pod
1203              Date: Sat, 21 Aug 1999 12:36:12 +0100
1204              Message-ID: <19990821123612.A9955@homer.diplex.co.uk>
1205      Branch: cfgperl
1206            ! pod/perlsyn.pod
1207 ____________________________________________________________________________
1208 [  4177] By: jhi                                   on 1999/09/17  20:00:19
1209         Log: More descriptive names for operators.
1210              
1211              From: Michael G Schwern <schwern@pobox.com>
1212              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
1213              Cc: perl5-porters@perl.org
1214              Subject: Re: [ID 19990817.009] [BUG 5.005_60 & 5.005_03] == reported as eq in
1215              Date: Tue, 17 Aug 1999 18:35:45 -0400
1216              Message-ID: <19990817183545.A23073@toldyouso.com>
1217              
1218              From: Michael G Schwern <schwern@pobox.com>
1219              To: perl5-porters@perl.org
1220              Subject: [PATCH 5.005_60 opcode.pl and friends] Improved opcode descriptions
1221              Date: Wed, 18 Aug 1999 03:53:38 -0400
1222              Message-ID: <19990818035337.A31505@athens.aocn.com>
1223      Branch: cfgperl
1224            ! opcode.h opcode.pl pp.sym pp_proto.h sv.c t/op/misc.t
1225            ! t/pragma/warn/op t/pragma/warn/sv
1226 ____________________________________________________________________________
1227 [  4176] By: jhi                                   on 1999/09/17  18:19:18
1228         Log: Take away the infamous io/dup.t #7.
1229              It seems there simply is no way to portably
1230              "flush" an input file handle.
1231      Branch: cfgperl
1232            ! doio.c t/io/dup.t
1233 ____________________________________________________________________________
1234 [  4175] By: jhi                                   on 1999/09/17  14:45:08
1235         Log: From: Barrie Slaymaker <barries@slaysys.com>
1236              To: perl5-porters@perl.org
1237              Subject: [PATCH 5.005_61] Benchmark: screwed patch format, try this instead
1238              Date: Fri, 17 Sep 1999 11:16:48 -0400
1239              Message-Id: <199909171516.LAA30887@jester.slaysys.com>
1240      Branch: cfgperl
1241            ! lib/Benchmark.pm
1242 ____________________________________________________________________________
1243 [  4174] By: jhi                                   on 1999/09/17  14:07:16
1244         Log: UNICOS does support large files but doesn't support sparse files
1245              so we cannot easily test for large file support.
1246      Branch: cfgperl
1247            ! t/lib/syslfs.t t/op/lfs.t
1248 ____________________________________________________________________________
1249 [  4173] By: jhi                                   on 1999/09/17  14:03:44
1250         Log: UNICOS has sloppy division/modulo for floating point numbers.
1251      Branch: cfgperl
1252            ! t/op/arith.t
1253 ____________________________________________________________________________
1254 [  4172] By: jhi                                   on 1999/09/17  13:47:49
1255         Log: Portable blocksize (replaces #4171).
1256      Branch: cfgperl
1257            ! t/lib/syslfs.t t/op/lfs.t
1258 ____________________________________________________________________________
1259 [  4171] By: jhi                                   on 1999/09/17  13:08:54
1260         Log: (replaced by #4172)
1261      Branch: cfgperl
1262            ! t/lib/syslfs.t t/op/lfs.t
1263 ____________________________________________________________________________
1264 [  4170] By: jhi                                   on 1999/09/17  12:59:11
1265         Log: Detypo #4169.
1266      Branch: cfgperl
1267            ! t/lib/syslfs.t t/op/lfs.t
1268 ____________________________________________________________________________
1269 [  4169] By: jhi                                   on 1999/09/17  12:16:34
1270         Log: Diagnose possible quota limits.
1271      Branch: cfgperl
1272            ! t/lib/syslfs.t t/op/lfs.t
1273 ____________________________________________________________________________
1274 [  4168] By: jhi                                   on 1999/09/17  12:10:43
1275         Log: UNICOS doesn't have getpgid().  Or, at least 9.0.1ai
1276              doesn't have one that wouldn't cause SIGSYS.  UNICOS
1277              does have getpgrp(void) so Perl getpgrp() is happy.
1278      Branch: cfgperl
1279            ! hints/unicos.sh
1280 ____________________________________________________________________________
1281 [  4167] By: jhi                                   on 1999/09/17  11:49:30
1282         Log: Filesystem quotas may stop you from using large files.
1283      Branch: cfgperl
1284            ! pod/perldelta.pod t/lib/syslfs.t t/op/lfs.t
1285 ____________________________________________________________________________
1286 [  4166] By: jhi                                   on 1999/09/17  11:36:01
1287         Log: Too strict pattern for parsing group lists.
1288      Branch: cfgperl
1289            ! t/op/groups.t
1290 ____________________________________________________________________________
1291 [  4165] By: jhi                                   on 1999/09/17  09:06:18
1292         Log: Configure maintenance. It's sigaction.sa_flags
1293              and the Glossary regen'ed.
1294      Branch: cfgperl
1295            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1296            ! config_h.SH
1297      Branch: metaconfig
1298            ! U/compline/d_sigaction.U
1299 ____________________________________________________________________________
1300 [  4164] By: jhi                                   on 1999/09/15  06:57:51
1301         Log: Integrate with Sarathy.
1302      Branch: cfgperl
1303           +> jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
1304           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
1305           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
1306           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL
1307           !> Changes MANIFEST embed.h embed.pl jpl/JNI/JNI.pm
1308           !> jpl/JNI/JNI.xs jpl/JNI/Makefile.PL jpl/JNI/test.pl
1309           !> jpl/JNI/typemap jpl/JPL/Makefile.PL
1310           !> jpl/PerlInterpreter/Makefile.PL
1311           !> jpl/PerlInterpreter/PerlInterpreter.c
1312           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
1313           !> jpl/Sample/Makefile.PL jpl/install-jpl
1314           !> lib/File/Spec/Functions.pm pod/perlhist.pod regexec.c
1315           !> t/op/pat.t
1316 ____________________________________________________________________________
1317 [  4163] By: gsar                                  on 1999/09/15  05:17:27
1318         Log: add :ALL export tag (from Chris Nandor <pudge@pobox.com>)
1319      Branch: perl
1320            ! lib/File/Spec/Functions.pm
1321 ____________________________________________________________________________
1322 [  4162] By: gsar                                  on 1999/09/15  05:09:14
1323         Log: addendum to change#4136 (from Robin Barker <rmb1@cise.npl.co.uk>)
1324      Branch: perl
1325            ! Changes embed.h embed.pl
1326 ____________________________________________________________________________
1327 [  4161] By: gsar                                  on 1999/09/15  04:08:25
1328         Log: missing perlhist dates from Jeff Okamoto
1329      Branch: perl
1330            ! pod/perlhist.pod
1331 ____________________________________________________________________________
1332 [  4160] By: gsar                                  on 1999/09/15  03:13:08
1333         Log: jpl tweak
1334      Branch: perl
1335            ! MANIFEST jpl/JNI/Makefile.PL
1336 ____________________________________________________________________________
1337 [  4159] By: gsar                                  on 1999/09/15  02:57:08
1338         Log: update to JPL snapshot v09141999, with minor tweaks (from Brian
1339              Jepson <bjepson@home.com>)
1340      Branch: perl
1341            + jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
1342            + jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
1343            + jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
1344            + jpl/JNI/typemap.win32 jpl/SETVARS.PL
1345            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
1346            ! jpl/JNI/test.pl jpl/JNI/typemap jpl/JPL/Makefile.PL
1347            ! jpl/PerlInterpreter/Makefile.PL
1348            ! jpl/PerlInterpreter/PerlInterpreter.c
1349            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
1350            ! jpl/Sample/Makefile.PL jpl/install-jpl
1351 ____________________________________________________________________________
1352 [  4158] By: gsar                                  on 1999/09/15  01:27:14
1353         Log: From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
1354              Date:    Tue, 14 Sep 1999 21:26:15 EDT
1355              Message-Id: <199909150126.VAA24720@monk.mps.ohio-state.edu>
1356              Subject: [PATCH 5.005_58+] Re: [ID 19990914.001] Perl_re_intuit_start() hangs in a loop
1357      Branch: perl
1358            ! regexec.c t/op/pat.t
1359 ____________________________________________________________________________
1360 [  4157] By: jhi                                   on 1999/09/14  21:18:09
1361         Log: config.h will define USE_64_BITS if need be.
1362      Branch: cfgperl
1363            ! hints/irix_6.sh
1364 ____________________________________________________________________________
1365 [  4156] By: jhi                                   on 1999/09/14  20:30:00
1366         Log: Change #4149 necessitates also a small code change.
1367      Branch: cfgperl
1368            ! ext/B/defsubs_h.PL
1369 ____________________________________________________________________________
1370 [  4155] By: jhi                                   on 1999/09/14  20:15:53
1371         Log: Update EPOC libdir names.
1372      Branch: cfgperl
1373            ! epoc/config.h
1374 ____________________________________________________________________________
1375 [  4154] By: jhi                                   on 1999/09/14  20:13:41
1376         Log: Obsolete epoc/config.h caused #4153 to re-introduce already
1377              deceased HAS.*DBM.*64 mumblings.
1378      Branch: cfgperl
1379            ! Configure config_h.SH epoc/config.h
1380 ____________________________________________________________________________
1381 [  4153] By: jhi                                   on 1999/09/14  20:04:53
1382         Log: Configure nits.
1383      Branch: cfgperl
1384            ! Configure config_h.SH
1385      Branch: metaconfig
1386            ! U/compline/d_sigaction.U U/threads/i_pthread.U
1387 ____________________________________________________________________________
1388 [  4152] By: jhi                                   on 1999/09/14  19:30:22
1389         Log: Integrate with Sarathy.
1390      Branch: cfgperl
1391           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
1392            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
1393           !> INSTALL MANIFEST ext/B/Makefile.PL pod/perldiag.pod
1394           !> win32/config_sh.PL
1395 ____________________________________________________________________________
1396 [  4151] By: jhi                                   on 1999/09/14  10:25:01
1397         Log: Update Unicode database and recompute the tables.
1398              Rename the .txt files to be more Unicode 3.0-like.
1399              Unihan-3.0.txt not included because it is 16 MB.
1400              syllables.txt is manually maintained.
1401              See ReadMe.txt for description of the .txt files.
1402              (not all of them are used yet)
1403      Branch: cfgperl
1404            + lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
1405            + lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
1406            + lib/unicode/Index.txt lib/unicode/Jamo-2.txt
1407            + lib/unicode/LineBrk.txt lib/unicode/Names.txt
1408            + lib/unicode/Props.txt lib/unicode/ReadMe.txt
1409            + lib/unicode/SpecCase.txt
1410            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
1411            - lib/unicode/index2.txt lib/unicode/jamo2.txt
1412            - lib/unicode/names2.txt lib/unicode/props2.txt
1413            - lib/unicode/readme.txt
1414            ! MANIFEST lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
1415            ! lib/unicode/Bidirectional.pl lib/unicode/Block.pl
1416            ! lib/unicode/Category.pl lib/unicode/CombiningClass.pl
1417            ! lib/unicode/Decomposition.pl
1418            ! lib/unicode/In/ArabicPresentationForms-B.pl
1419            ! lib/unicode/In/Specials.pl lib/unicode/In/Tibetan.pl
1420            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
1421            ! lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiL.pl
1422            ! lib/unicode/Is/BidiON.pl lib/unicode/Is/BidiWS.pl
1423            ! lib/unicode/Is/DCcompat.pl lib/unicode/Is/DecoCanon.pl
1424            ! lib/unicode/Is/DecoCompat.pl lib/unicode/Is/L.pl
1425            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lo.pl
1426            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Lu.pl
1427            ! lib/unicode/Is/Pd.pl lib/unicode/Is/Po.pl lib/unicode/Is/S.pl
1428            ! lib/unicode/Is/Sm.pl lib/unicode/Is/So.pl
1429            ! lib/unicode/Is/Upper.pl lib/unicode/Is/Word.pl
1430            ! lib/unicode/JamoShort.pl lib/unicode/UnicodeData-Latest.txt
1431            ! lib/unicode/mktables.PL
1432 ____________________________________________________________________________
1433 [  4150] By: gsar                                  on 1999/09/14  09:31:57
1434         Log: INSTALL tweak
1435      Branch: perl
1436            ! INSTALL
1437 ____________________________________________________________________________
1438 [  4149] By: gsar                                  on 1999/09/14  09:00:45
1439         Log: change some filenames to be 8.3-friendly
1440      Branch: perl
1441           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
1442            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
1443            ! MANIFEST ext/B/Makefile.PL pod/perldiag.pod
1444 ____________________________________________________________________________
1445 [  4148] By: gsar                                  on 1999/09/14  08:35:00
1446         Log: win32 config tweak (suggested by Greg Chapman <glc@well.com>)
1447      Branch: perl
1448            ! win32/config_sh.PL
1449 ____________________________________________________________________________
1450 [  4147] By: jhi                                   on 1999/09/14  08:07:49
1451         Log: Not that UVSIZE normally differs that much from IVSIZE...
1452      Branch: cfgperl
1453            ! perl.h
1454 ____________________________________________________________________________
1455 [  4146] By: jhi                                   on 1999/09/14  08:04:40
1456         Log: Integrate with Sarathy.
1457      Branch: cfgperl
1458           !> Changes ext/DB_File/DB_File.xs
1459 ____________________________________________________________________________
1460 [  4145] By: jhi                                   on 1999/09/14  07:10:02
1461         Log: I_PTHREAD was PTHREADEAD.
1462      Branch: cfgperl
1463            ! Configure config_h.SH
1464      Branch: metaconfig
1465            ! U/threads/i_pthread.U
1466 ____________________________________________________________________________
1467 [  4144] By: gsar                                  on 1999/09/14  06:46:47
1468         Log: change#4113 was missing DB_File.xs changes
1469      Branch: perl
1470            ! ext/DB_File/DB_File.xs
1471 ____________________________________________________________________________
1472 [  4143] By: jhi                                   on 1999/09/13  20:16:20
1473         Log: Small doc and whitespace edits.
1474      Branch: cfgperl
1475            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
1476            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
1477            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
1478            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
1479            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
1480            ! pod/perldelta.pod
1481 ____________________________________________________________________________
1482 [  4142] By: gsar                                  on 1999/09/13  19:32:31
1483         Log: integrate cfgperl contents into mainline, update Changes
1484      Branch: perl
1485           +> ext/DB_File/version.c
1486            ! Changes
1487           !> (integrate 44 files)
1488 ____________________________________________________________________________
1489 [  4141] By: jhi                                   on 1999/09/13  16:16:56
1490         Log: Scan for <pthread.h> always.
1491      Branch: cfgperl
1492            ! Configure config_h.SH perl.h
1493      Branch: metaconfig
1494            ! U/threads/i_pthread.U
1495 ____________________________________________________________________________
1496 [  4140] By: jhi                                   on 1999/09/13  16:00:08
1497         Log: Integrate with Sarathy.
1498      Branch: cfgperl
1499           !> (integrate 27 files)
1500 ____________________________________________________________________________
1501 [  4139] By: jhi                                   on 1999/09/13  15:35:18
1502         Log: Add -A option to Configure to diddle with variables
1503              after the hints file has been applied.
1504      Branch: cfgperl
1505            ! Configure config_h.SH
1506      Branch: metaconfig
1507            ! U/modified/Oldconfig.U U/modified/Options.U
1508 ____________________________________________________________________________
1509 [  4138] By: jhi                                   on 1999/09/13  13:42:56
1510         Log: Change #4136 edited DynaLoader.xs which is kind of fruitless.
1511      Branch: cfgperl
1512            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
1513            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
1514            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
1515            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
1516            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
1517 ____________________________________________________________________________
1518 [  4137] By: jhi                                   on 1999/09/13  13:25:31
1519         Log: Applying change #4136 manually introduced patch residue.
1520      Branch: cfgperl
1521            ! perl.h
1522 ____________________________________________________________________________
1523 [  4136] By: jhi                                   on 1999/09/13  13:23:04
1524         Log: Replace change #4100 with
1525              From: Robin Barker <rmb1@cise.npl.co.uk>
1526              To: gsar@activestate.com
1527              Cc: perl5-porters@perl.org
1528              Subject: Re: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits
1529              Date: Mon, 13 Sep 1999 14:15:11 +0100 (BST)
1530              Message-Id: <199909131315.OAA24012@tempest.npl.co.uk>
1531      Branch: cfgperl
1532            ! doio.c dump.c ext/B/B.xs ext/B/typemap
1533            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
1534            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
1535            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
1536            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
1537 ____________________________________________________________________________
1538 [  4135] By: jhi                                   on 1999/09/13  10:22:31
1539         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1540              To: perl5-porters@perl.org (Mailing list Perl5)
1541              Subject: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
1542              Date: Sat, 11 Sep 1999 05:31:03 -0400 (EDT)
1543              Message-Id: <199909110931.FAA11036@monk.mps.ohio-state.edu>
1544              
1545              From: andreas.koenig@anima.de (Andreas J. Koenig)
1546              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
1547              Cc: perl5-porters@perl.org (Mailing list Perl5)
1548              Subject: Re: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
1549              Date: 11 Sep 1999 15:36:26 +0200
1550              Message-ID: <sfc906dr2n9.fsf@hohenstaufen.in-berlin.de>
1551      Branch: cfgperl
1552            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
1553 ____________________________________________________________________________
1554 [  4134] By: jhi                                   on 1999/09/13  10:20:14
1555         Log: From: Tom Phoenix <rootbeer@redcat.com>
1556              To: Perl Porters Mailing List <perl5-porters@perl.org>
1557              Subject: [DOCPATCH] Server errors and perldiag
1558              Date: Fri, 10 Sep 1999 16:45:02 -0700 (PDT)
1559              Message-ID: <Pine.GSO.4.10.9909101639490.16999-100000@user2.teleport.com>
1560      Branch: cfgperl
1561            ! pod/perldiag.pod
1562 ____________________________________________________________________________
1563 [  4133] By: gsar                                  on 1999/09/13  03:25:43
1564         Log: avoid assertion failure on C<@a'>
1565      Branch: perl
1566            ! toke.c
1567 ____________________________________________________________________________
1568 [  4132] By: gsar                                  on 1999/09/13  03:03:57
1569         Log: add -DPERL_Y2KWARN build option that will generate additional
1570              warnings on "19$yy" etc (reworked a patch suggested by
1571              Ulrich Pfeifer <upf@de.uu.net>)
1572      Branch: perl
1573            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod
1574            ! pp_hot.c sv.c t/pragma/warn/pp_hot t/pragma/warn/sv
1575 ____________________________________________________________________________
1576 [  4131] By: gsar                                  on 1999/09/12  22:06:25
1577         Log: fix DATA leaks; reword documentation about the DATA filehandle
1578      Branch: perl
1579            ! ext/Opcode/Safe.pm lib/Pod/Functions.pm pod/perldata.pod
1580 ____________________________________________________________________________
1581 [  4130] By: gsar                                  on 1999/09/12  20:08:56
1582         Log: make sprintf("%g",...) threadsafe; only taint its result iff the
1583              formatted result looks nonstandard
1584      Branch: perl
1585            ! embed.pl embedvar.h intrpvar.h objXSUB.h perl.c perlapi.c
1586            ! pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
1587            ! t/pragma/locale.t thrdvar.h
1588 ____________________________________________________________________________
1589 [  4129] By: gsar                                  on 1999/09/12  17:04:11
1590         Log: From: Doug MacEachern <dougm@cp.net>
1591              Date: Sun, 25 Jul 1999 15:49:00 -0700 (PDT)
1592              Message-ID: <Pine.LNX.4.10.9907251538380.373-100000@mojo.eng.cp.net>
1593              Subject: [PATCH 5.005_57] B::clearsym
1594      Branch: perl
1595            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/Debug.pm ext/B/B/Terse.pm
1596 ____________________________________________________________________________
1597 [  4128] By: gsar                                  on 1999/09/12  16:59:12
1598         Log: better debugger help output (from Ilya Zakharevich)
1599      Branch: perl
1600            ! lib/perl5db.pl
1601 ____________________________________________________________________________
1602 [  4127] By: jhi                                   on 1999/09/11  20:50:37
1603         Log: Integrate with Sarathy.
1604      Branch: cfgperl
1605           +> pod/perlcompile.pod t/lib/gol-basic.t t/lib/gol-compat.t
1606           +> t/lib/gol-linkage.t
1607           !> (integrate 43 files)
1608 ____________________________________________________________________________
1609 [  4126] By: nick                                  on 1999/09/10  20:44:22
1610         Log: Get resolve -at mainline
1611      Branch: utfperl
1612           +> (branch 297 files)
1613            - README.cygwin32 XSlock.h bytecode.h byterun.c byterun.h
1614            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
1615            - cygwin32/perlld ext/B/byteperl.c ext/DynaLoader/dl_cygwin32.xs
1616            - hints/cygwin32.sh interp.sym myconfig objpp.h perl_exp.SH
1617            - t/pragma/warn-1global t/pragma/warning.t thread.sym
1618            - win32/GenCAPI.pl win32/TEST win32/autosplit.pl
1619            - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
1620            - win32/genxsdef.pl win32/makedef.pl win32/makemain.pl
1621            - win32/makeperldef.pl win32/perlhost.h
1622           !> (integrate 847 files)
1623 ____________________________________________________________________________
1624 [  4125] By: gsar                                  on 1999/09/10  19:22:14
1625         Log: s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS vs dXSARGS
1626              etc.)
1627      Branch: perl
1628            ! XSUB.h pp.h
1629 ____________________________________________________________________________
1630 [  4124] By: gsar                                  on 1999/09/10  19:14:35
1631         Log: rewrote substantive parts of patch
1632              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1633              Date: Fri, 27 Aug 1999 19:02:18 -0400
1634              Message-ID: <19990827190218.A19561@monk.mps.ohio-state.edu>
1635              Subject: [PATCH 5.005_58] REx documentation
1636      Branch: perl
1637            ! pod/perlre.pod
1638 ____________________________________________________________________________
1639 [  4123] By: gsar                                  on 1999/09/10  18:21:53
1640         Log: note about AVf_*
1641      Branch: perl
1642            ! av.h
1643 ____________________________________________________________________________
1644 [  4122] By: gsar                                  on 1999/09/10  17:55:42
1645         Log: allow 'text' in L<text|A::B/"C"> (from Martin Lichtin
1646              <lichtin@bivio.com>)
1647      Branch: perl
1648            ! lib/Pod/Html.pm
1649 ____________________________________________________________________________
1650 [  4121] By: gsar                                  on 1999/09/10  17:49:35
1651         Log: dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
1652      Branch: perl
1653            ! AUTHORS Changes README.dos djgpp/config.over
1654            ! djgpp/configure.bat djgpp/djgpp.c djgpp/djgppsed.sh dosish.h
1655            ! lib/ExtUtils/MM_Unix.pm pod/pod2usage.PL pod/podchecker.PL
1656            ! pod/podselect.PL sv.h t/io/openpid.t util.c
1657 ____________________________________________________________________________
1658 [  4120] By: gsar                                  on 1999/09/10  12:25:01
1659         Log: add perlcompile.pod (edited content from Nathan Torkington
1660              <gnat@frii.com> and others)
1661      Branch: perl
1662            + pod/perlcompile.pod
1663            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod pod/roffitall
1664 ____________________________________________________________________________
1665 [  4119] By: gsar                                  on 1999/09/10  11:05:13
1666         Log: avoid leaking static local_patches unless patchlevel.h is
1667              explicitly included
1668      Branch: perl
1669            ! patchlevel.h perl.c
1670 ____________________________________________________________________________
1671 [  4118] By: gsar                                  on 1999/09/10  10:44:54
1672         Log: upgrade to Getopt::Long v2.20 (from Johan Vromans
1673              <jvromans@squirrel.nl>)
1674      Branch: perl
1675            + t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
1676            ! Changes MANIFEST lib/Getopt/Long.pm
1677 ____________________________________________________________________________
1678 [  4116] By: jhi                                   on 1999/09/09  15:56:52
1679         Log: perldeltify change #4115.
1680      Branch: cfgperl
1681            ! pod/perldelta.pod
1682 ____________________________________________________________________________
1683 [  4115] By: jhi                                   on 1999/09/09  15:48:56
1684         Log: From: "John L. Allen" <allen@grumman.com> 
1685              To: perl5-porters@perl.org 
1686              Subject: [ID 19990901.003] Time::Local should not croak on "out-of-range" days
1687              Date: Wed, 1 Sep 1999 13:33:39 -0400 (EDT) 
1688              Message-Id: <199909011733.NAA17356@gateway.grumman.com> 
1689      Branch: cfgperl
1690            ! lib/Time/Local.pm
1691 ____________________________________________________________________________
1692 [  4114] By: jhi                                   on 1999/09/09  15:42:30
1693         Log: From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
1694              To: perl5-porters@perl.org
1695              Subject: [ID 19990909.003] MAXINT redefined warning on HP-UX 10.20
1696              Date: Thu, 9 Sep 1999 10:33:37 -0500 (CDT)
1697              Message-Id: <199909091533.KAA01242@www.cvm.uiuc.edu>
1698      Branch: cfgperl
1699            ! pp_sys.c
1700 ____________________________________________________________________________
1701 [  4113] By: jhi                                   on 1999/09/09  10:17:45
1702         Log: From: paul.marquess@bt.com
1703              To: gsar@ActiveState.com
1704              Cc: perl5-porters@perl.org
1705              Subject: [PATCH 5.005_61] DB_File 1.71
1706              Date: Thu, 9 Sep 1999 11:20:13 +0100
1707              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BBE@mbtlipnt02.btlabs.bt.co.uk>
1708      Branch: cfgperl
1709            + ext/DB_File/version.c
1710            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
1711            ! ext/DB_File/Makefile.PL ext/DB_File/dbinfo ext/DB_File/typemap
1712            ! t/lib/db-btree.t
1713 ____________________________________________________________________________
1714 [  4112] By: jhi                                   on 1999/09/09  09:05:32
1715         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1716              To: perl5-porters@perl.org (Mailing list Perl5)
1717              Subject: [PATCH 5.005_58] Fix interaction of (?p{}) and (?>)
1718              Date: Thu, 9 Sep 1999 04:40:11 -0400 (EDT)
1719              Message-Id: <199909090840.EAA26471@monk.mps.ohio-state.edu>
1720      Branch: cfgperl
1721            ! regexec.c t/op/pat.t
1722 ____________________________________________________________________________
1723 [  4110] By: jhi                                   on 1999/09/09  07:29:17
1724         Log: Tidy up 64-bit situation in perldelta.
1725      Branch: cfgperl
1726            ! pod/perldelta.pod
1727 ____________________________________________________________________________
1728 [  4109] By: jhi                                   on 1999/09/09  07:26:53
1729         Log: Clear up PL_regcc issues.
1730              
1731              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1732              To: perl5-porters@perl.org (Mailing list Perl5)
1733              Subject: [PATCH 5.005_60] Another regexec.c unobfuscation
1734              Date: Thu, 9 Sep 1999 02:49:49 -0400 (EDT)
1735              Message-Id: <199909090649.CAA26119@monk.mps.ohio-state.edu>
1736      Branch: cfgperl
1737            ! regexec.c
1738 ____________________________________________________________________________
1739 [  4108] By: gsar                                  on 1999/09/08  20:52:51
1740         Log: avoid ass_u_ming uppercase types are not user objects (spotted
1741              by Kurt Starsinic)
1742      Branch: perl
1743            ! ext/Data/Dumper/Dumper.pm
1744 ____________________________________________________________________________
1745 [  4107] By: gsar                                  on 1999/09/08  20:35:18
1746         Log: From: akim@epita.fr (DEMAILLE Akim)
1747              Date: Wed, 8 Sep 1999 18:18:44 +0200 (CEST)
1748              Message-Id: <m11OkQm-003A4IC@beyrouth.lrde.epita.fr>
1749              Subject: [ID 19990908.014] s2p does not quote @
1750      Branch: perl
1751            ! x2p/s2p.PL
1752 ____________________________________________________________________________
1753 [  4106] By: gsar                                  on 1999/09/08  20:25:12
1754         Log: integrate cfgperl contents into mainline
1755      Branch: perl
1756           !> (integrate 30 files)
1757 ____________________________________________________________________________
1758 [  4105] By: jhi                                   on 1999/09/08  09:02:37
1759         Log: Minor touches at the [:class:] description.
1760      Branch: cfgperl
1761            ! pod/perlre.pod
1762 ____________________________________________________________________________
1763 [  4104] By: jhi                                   on 1999/09/08  08:57:58
1764         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1765              To: Mailing list Perl5 <perl5-porters@perl.org>
1766              Subject: [PATCH 5.005_58] Fix debugging output for REx
1767              Date: Wed, 8 Sep 1999 05:02:02 -0400
1768              Message-ID: <19990908050201.A17682@monk.mps.ohio-state.edu>
1769      Branch: cfgperl
1770            ! regcomp.c
1771 ____________________________________________________________________________
1772 [  4103] By: gsar                                  on 1999/09/08  00:53:50
1773         Log: fix memory leak in C<sub f { split ' ', "a b" } f() while 1>
1774      Branch: perl
1775            ! pp.c
1776 ____________________________________________________________________________
1777 [  4102] By: gsar                                  on 1999/09/08  00:52:50
1778         Log: fix memory leak in C<sub f { @_ = 1 } f() while 1>
1779      Branch: perl
1780            ! cop.h pp_hot.c
1781 ____________________________________________________________________________
1782 [  4101] By: gsar                                  on 1999/09/07  17:25:07
1783         Log: various fixups for windows
1784      Branch: perl
1785            ! embed.h embed.pl objXSUB.h op.c perlapi.c proto.h
1786            ! win32/Makefile win32/makefile.mk xsutils.c
1787 ____________________________________________________________________________
1788 [  4100] By: jhi                                   on 1999/09/07  12:49:15
1789         Log: Fix pointer casts.
1790              
1791              From: Robin Barker <rmb1@cise.npl.co.uk>
1792              To: perl5-porters@perl.org
1793              Subject: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with
1794              -Duse64bits
1795              Date: Tue, 7 Sep 1999 12:30:18 +0100 (BST)
1796              Message-Id: <199909071130.MAA11435@tempest.npl.co.uk>
1797      Branch: cfgperl
1798            ! doio.c dump.c ext/B/B.xs ext/B/typemap
1799            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
1800            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
1801            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
1802            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
1803 ____________________________________________________________________________
1804 [  4099] By: jhi                                   on 1999/09/07  10:29:04
1805         Log: Add sig/pid/uid size and sign probes.
1806      Branch: metaconfig
1807            + U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
1808            + U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
1809 ____________________________________________________________________________
1810 [  4098] By: jhi                                   on 1999/09/07  10:27:06
1811         Log: Band-aid until we've got %{Uid_t} or something similar
1812              for sv_catpvfn().
1813      Branch: cfgperl
1814            ! taint.c
1815 ____________________________________________________________________________
1816 [  4097] By: jhi                                   on 1999/09/07  09:41:23
1817         Log: Fix a printf thinko: now quads must have the ll L q prefix.
1818              (in other words, a bare %d is an int/unsigned)
1819      Branch: cfgperl
1820            ! pp_sys.c sv.c t/op/64bit.t
1821 ____________________________________________________________________________
1822 [  4096] By: jhi                                   on 1999/09/07  07:36:17
1823         Log: HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX.
1824              
1825              From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
1826              To: perl5-porters@perl.org
1827              Subject: [ID 19990906.007] Not OK: perl 5.00561 on PA-RISC1.1 10.20
1828              Date: Mon, 6 Sep 1999 21:18:12 -0500 (CDT)
1829              Message-Id: <199909070218.VAA29232@www.cvm.uiuc.edu>
1830      Branch: cfgperl
1831            ! hints/hpux.sh perl.h
1832 ____________________________________________________________________________
1833 [  4095] By: gsar                                  on 1999/09/06  20:47:02
1834         Log: applied suggested patch with suitable test to detect MSVC
1835              From: "Vishal Bhatia" <vishalb@my-deja.com>
1836              Date: Wed, 11 Aug 1999 01:43:28 -0700
1837              Message-ID: <GFCJELIOGEENAAAA@my-deja.com>
1838              Subject: compiler on  win32
1839      Branch: perl
1840            ! ext/B/B/C.pm
1841 ____________________________________________________________________________
1842 [  4094] By: jhi                                   on 1999/09/06  20:34:44
1843         Log: Integrate with Sarathy.
1844      Branch: cfgperl
1845           !> ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
1846           !> t/harness t/pragma/sub_lval.t utils/Makefile utils/perlcc.PL
1847 ____________________________________________________________________________
1848 [  4093] By: jhi                                   on 1999/09/06  20:33:43
1849         Log: Fix UV_SIZEOF to UVSIZE; change the overflow tests
1850              so that they overflow also on 64-bit platforms.
1851      Branch: cfgperl
1852            ! t/pragma/warn/toke t/pragma/warn/util toke.c util.c
1853 ____________________________________________________________________________
1854 [  4092] By: gsar                                  on 1999/09/06  20:16:58
1855         Log: support bytecode and C backends in perlcc (patch suggested
1856              by Tom Hughes <tom@compton.au>); s/-opt/-noopt/ and make the
1857              C backend the default; describe new switches in pod; introduce
1858              PERLCC_OPTS and s/COMPILE_TIMEOUT/PERLCC_TIMEOUT/;
1859              s/COMPILE_TEST/HARNESS_COMPILE_TEST/; document these %ENV
1860              entries
1861      Branch: perl
1862            ! ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
1863            ! t/harness utils/Makefile utils/perlcc.PL
1864 ____________________________________________________________________________
1865 [  4091] By: jhi                                   on 1999/09/06  19:10:41
1866         Log: Integrate with Sarathy.
1867      Branch: cfgperl
1868           +> t/pragma/sub_lval.t
1869           !> (integrate 52 files)
1870 ____________________________________________________________________________
1871 [  4090] By: gsar                                  on 1999/09/06  19:09:06
1872         Log: propagate changed error text
1873      Branch: perl
1874            ! t/pragma/sub_lval.t
1875 ____________________________________________________________________________
1876 [  4089] By: gsar                                  on 1999/09/06  18:54:43
1877         Log: sprintf doc tweak (from Ian Phillipps <ian@dial.pipex.com>)
1878      Branch: perl
1879            ! pod/perlfunc.pod
1880 ____________________________________________________________________________
1881 [  4088] By: gsar                                  on 1999/09/06  18:52:10
1882         Log: From: paul.marquess@bt.com
1883              Date: Sun, 5 Sep 1999 15:11:08 +0100 
1884              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BAB@mbtlipnt02.btlabs.bt.co.uk>
1885              Subject: [PATCH 5.005_61] Another patch for Lexical Warnings
1886      Branch: perl
1887            ! pp_sys.c t/pragma/warn/doio t/pragma/warn/op
1888            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys
1889            ! t/pragma/warn/regcomp t/pragma/warn/sv t/pragma/warn/toke
1890            ! t/pragma/warn/universal t/pragma/warn/utf8 t/pragma/warn/util
1891            ! toke.c
1892 ____________________________________________________________________________
1893 [  4087] By: gsar                                  on 1999/09/06  18:06:06
1894         Log: change#3612 is buggy when quotemeta argument matches target
1895              (hope this is the last of the optimized-OP_SASSIGN bugs)
1896              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1897              Date: Sun, 5 Sep 1999 06:07:42 -0400 (EDT)
1898              Message-Id: <199909051007.GAA06423@monk.mps.ohio-state.edu>
1899              Subject: Re: [BUG: quotemeta]
1900      Branch: perl
1901            ! Changes op.c t/op/lex_assign.t
1902 ____________________________________________________________________________
1903 [  4086] By: gsar                                  on 1999/09/06  17:57:52
1904         Log: misc tweaks
1905      Branch: perl
1906            ! bytecode.pl ext/ByteLoader/byterun.h pod/perlsyn.pod toke.c
1907 ____________________________________________________________________________
1908 [  4085] By: gsar                                  on 1999/09/06  03:54:23
1909         Log: applied patch suggested by Hans Mulder to fix problems on
1910              OPENSTEP-Mach; be more careful about PERL_POLLUTE_MALLOC
1911              when they ask for bincompat (platforms that used to default
1912              to EMBEDMYMALLOC continue to do so); disable warnings.t#192
1913              (appears unsalvageable on some platforms)
1914      Branch: perl
1915            ! embed.h embed.pl handy.h perl.h pp_sys.c t/pragma/warn/pp_hot
1916 ____________________________________________________________________________
1917 [  4084] By: bailey                                on 1999/09/06  02:39:11
1918         Log: Integrate mainline 5.05_61
1919      Branch: vmsperl
1920           +> (branch 32 files)
1921            - lib/unicode/EthiopicSyllables.txt
1922            - lib/unicode/MakeEthiopicSyllables.PL t/pragma/warning.t
1923            - warning.pl
1924            ! vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
1925            ! vms/perly_h.vms vms/vms.c
1926           !> (integrate 346 files)
1927 ____________________________________________________________________________
1928 [  4083] By: gsar                                  on 1999/09/06  00:10:40
1929         Log: optional warning on join(/foo/...) (reworked suggested patch
1930              by Mark-Jason Dominus <mjd@plover.com>)
1931      Branch: perl
1932            ! embed.h objXSUB.h op.c opcode.h opcode.pl perlapi.c
1933            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.sym
1934            ! pp_proto.h t/pragma/warn/op
1935 ____________________________________________________________________________
1936 [  4082] By: gsar                                  on 1999/09/05  22:28:57
1937         Log: fix data loss when more than one block is read from SDBM
1938              *.dir file (suggested by Uwe Ohse <uwe@ohse.de>)
1939      Branch: perl
1940            ! ext/SDBM_File/sdbm/sdbm.c
1941 ____________________________________________________________________________
1942 [  4081] By: gsar                                  on 1999/09/05  22:07:18
1943         Log: initial implementation of lvalue subroutines (slightly fixed
1944              version of patch suggested by Ilya Zakharevich, which in turn
1945              is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>)
1946      Branch: perl
1947            + t/pragma/sub_lval.t
1948            ! MANIFEST cop.h cv.h dump.c embed.h ext/Opcode/Opcode.pm
1949            ! ext/attrs/attrs.pm ext/attrs/attrs.xs global.sym objXSUB.h
1950            ! op.c op.h opcode.h opcode.pl opnames.h perlapi.c
1951            ! pod/perldiag.pod pod/perlsub.pod pp.c pp.sym pp_hot.c
1952            ! pp_proto.h proto.h t/pragma/warn/pp_ctl
1953 ____________________________________________________________________________
1954 [  4080] By: jhi                                   on 1999/09/05  22:02:18
1955         Log: Undo #4055 (related to #4079).
1956      Branch: cfgperl
1957            ! pod/perlop.pod
1958 ____________________________________________________________________________
1959 [  4079] By: jhi                                   on 1999/09/05  21:30:54
1960         Log: Time is not yet ripe.
1961      Branch: cfgperl
1962            ! pod/perldelta.pod pod/perlop.pod pp.c t/op/64bit.t t/op/misc.t
1963 ____________________________________________________________________________
1964 [  4078] By: gsar                                  on 1999/09/05  18:17:32
1965         Log: modified suggested patch to handle cross-refs and qr// objects
1966              correctly; unfollowed refs are represented as simple string
1967              value, not just the bare type; $VERSION stays the same until
1968              it is ready for prime time (avoids CPAN confustication)
1969              From:    John Nolan <jpnolan@Op.Net>
1970              Date:    Wed, 04 Aug 1999 20:21:10 EDT
1971              Message-Id: <199908050021.UAA09693@monet.op.net>
1972              Subject: [ID 19990804.006] [PATCH]5.005_60 (Data::Dumper) - implements Maxdepth setting
1973      Branch: perl
1974            ! Changes ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
1975            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo t/lib/dumper.t
1976 ____________________________________________________________________________
1977 [  4077] By: jhi                                   on 1999/09/04  21:54:42
1978         Log: timesum() wasn't @EXPORTed as promised by the documentation.
1979              Bug reported by Alex Efros <powerman@inart.kharkov.com>.
1980      Branch: cfgperl
1981            ! lib/Benchmark.pm
1982 ____________________________________________________________________________
1983 [  4076] By: gsar                                  on 1999/09/04  20:21:59
1984         Log: integrate cfgperl contents into mainline
1985      Branch: perl
1986           +> lib/attributes.pm lib/warnings.pm t/lib/attrs.t t/op/attrs.t
1987           +> t/pragma/warn/7fatal t/pragma/warn/8signal t/pragma/warnings.t
1988           +> warnings.h warnings.pl xsutils.c
1989            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
1990           !> (integrate 109 files)
1991 ____________________________________________________________________________
1992 [  4075] By: jhi                                   on 1999/09/04  18:04:47
1993         Log: use integer on the problematic subtest.
1994      Branch: cfgperl
1995            ! t/op/misc.t
1996 ____________________________________________________________________________
1997 [  4074] By: jhi                                   on 1999/09/04  17:57:40
1998         Log: Warn about numconvert.t in case somebody
1999              wants to make sv_2pv more 64-bit aware.
2000      Branch: cfgperl
2001            ! sv.c
2002 ____________________________________________________________________________
2003 [  4073] By: jhi                                   on 1999/09/04  17:54:51
2004         Log: Comment upgrading: the quad situation isn't quite as
2005              bad as it used to be.
2006      Branch: cfgperl
2007            ! perl.h
2008 ____________________________________________________________________________
2009 [  4072] By: jhi                                   on 1999/09/04  15:35:37
2010         Log: Integrate with Sarathy.
2011      Branch: cfgperl
2012           !> win32/win32.c
2013 ____________________________________________________________________________
2014 [  4071] By: jhi                                   on 1999/09/04  15:28:11
2015         Log: Fix LFS with -Duseperlio in Solaris.  Reported in
2016              
2017              From: Robin Barker <rmb1@cise.npl.co.uk>
2018              To: perl5-porters@perl.org
2019              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
2020              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
2021              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
2022              
2023              and later (in private email) found to be dependent
2024              on useperlio.
2025              
2026              Mental note: the cpp magic done in perlsdio.h (and assumedly
2027              also in perlsfio.h) may cause trouble later with lfs because
2028              both the perlio scheme by Perl and the lfs support by vendors
2029              like to play cpp games to map the stdio namespace back and forth.
2030              The problem fixed here (fseek vs fseeko, ftell vs ftello) may be
2031              just the beginning.
2032      Branch: cfgperl
2033            ! perlio.c
2034 ____________________________________________________________________________
2035 [  4070] By: jhi                                   on 1999/09/04  13:12:14
2036         Log: Enable 64-bit clean bit ops.
2037              (Disables the t/op/misc.t substest 3 in 64-bit platforms.)
2038      Branch: cfgperl
2039            ! pod/perldelta.pod pod/perlop.pod pp.c pp_hot.c t/op/64bit.t
2040            ! t/op/misc.t
2041 ____________________________________________________________________________
2042 [  4069] By: jhi                                   on 1999/09/03  21:17:30
2043         Log: Turn on USE_64_BIT_OFFSETS implicitly.
2044      Branch: cfgperl
2045            ! perl.h
2046 ____________________________________________________________________________
2047 [  4068] By: jhi                                   on 1999/09/03  08:19:59
2048         Log: Fix from Spider for the sub attributes (there was an undocumented
2049              dependency between force_word() and skipspace()).
2050      Branch: cfgperl
2051            ! toke.c
2052 ____________________________________________________________________________
2053 [  4067] By: jhi                                   on 1999/09/01  23:17:06
2054         Log: From: John Tobey <spam@john-edwin-tobey.org>
2055              To: ilya@math.ohio-state.edu
2056              CC: perl5-porters@perl.org
2057              Subject: Re: [PATCH 5.005_60] distclean forgot two
2058              Date: Mon, 23 Aug 1999 02:10:11 -0400 (EDT)
2059              Message-Id: <m11InJ5-000FPCC@feynman.localnet>
2060      Branch: cfgperl
2061            ! t/lib/dprof.t
2062 ____________________________________________________________________________
2063 [  4066] By: jhi                                   on 1999/09/01  23:14:50
2064         Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
2065              To: perl5-porters@perl.org
2066              Subject: [ID 19990821.001] [PATCH] perl5.005_60 cygwin port
2067              Date: Fri, 20 Aug 1999 15:37:27 +0100
2068              Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST>
2069      Branch: cfgperl
2070            ! cygwin/Makefile.SHs ext/ByteLoader/byterun.h
2071            ! ext/SDBM_File/sdbm/sdbm.c hints/cygwin.sh perl.h pp_sys.c
2072            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t
2073 ____________________________________________________________________________
2074 [  4065] By: jhi                                   on 1999/09/01  22:06:43
2075         Log: From: Dominic Dunlop <domo@vo.lu>
2076              To: perl5-porters@perl.org
2077              Subject: [ID 19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1
2078              (UNINSTALLED) [PATCH]
2079              Date: Thu, 19 Aug 1999 09:48:03 +0200
2080              Message-Id: <v03110709b3e165b51dda@[212.24.192.132]>
2081              
2082              The PERL_POLLUTE_MALLOC part had to be manually applied.
2083      Branch: cfgperl
2084            ! hints/machten.sh perl.h
2085 ____________________________________________________________________________
2086 [  4064] By: jhi                                   on 1999/09/01  13:56:14
2087         Log: From: Martin Lichtin <lichtin@bivio.com>
2088              To: jhi@iki.fi
2089              CC: perl5-porters@perl.org
2090              Subject: Re: [ID 19990829.001] ExtUtils::Install.pm, minor umask problem
2091              Date: Wed, 01 Sep 1999 15:50:04 +0200
2092              Message-ID: <37CD2F0C.944BFACE@bivio.com>
2093      Branch: cfgperl
2094            ! lib/ExtUtils/Install.pm
2095 ____________________________________________________________________________
2096 [  4063] By: jhi                                   on 1999/09/01  13:16:11
2097         Log: Enhance lfs tests: check every seek and sysseek
2098              and test also that -e and -f detect largefiles.
2099      Branch: cfgperl
2100            ! t/lib/syslfs.t t/op/lfs.t
2101 ____________________________________________________________________________
2102 [  4062] By: jhi                                   on 1999/09/01  12:08:04
2103         Log: From: Colin Kuskie <ckuskie@Cadence.COM>
2104              To: Ronald J Kimball <rjk@linguist.dartmouth.edu>
2105              cc: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>,
2106              The Perl Porters Mailing List <perl5-porters@perl.org>
2107              Subject: [REPATCH 5.005_61] Re: perldiag.pod omissions
2108              Date: Tue, 31 Aug 1999 11:24:31 -0700 (PDT)
2109              Message-ID: <Pine.GSO.4.10.9908311055460.11290-100000@pdxult10a.cadence.com>
2110      Branch: cfgperl
2111            ! pod/perldiag.pod
2112 ____________________________________________________________________________
2113 [  4061] By: jhi                                   on 1999/09/01  12:03:03
2114         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2115              To: ilya@math.ohio-state.edu (Ilya Zakharevich)
2116              Cc: perl5-porters@perl.org, cloos@adamsmith.ai
2117              Subject: Re: [ID 19990830.005] Assigning value of an op on an SV to said SV
2118              Date: Wed, 1 Sep 1999 02:56:06 -0400 (EDT)
2119              Message-Id: <199909010656.CAA04478@monk.mps.ohio-state.edu>
2120      Branch: cfgperl
2121            ! op.c t/op/join.t
2122 ____________________________________________________________________________
2123 [  4060] By: jhi                                   on 1999/09/01  07:59:42
2124         Log: IV_DIG and NV_DIG fixes.
2125      Branch: cfgperl
2126            ! perl.h
2127 ____________________________________________________________________________
2128 [  4059] By: jhi                                   on 1999/08/31  14:47:18
2129         Log: \C{} -> \N{} residue.
2130      Branch: cfgperl
2131            ! toke.c
2132 ____________________________________________________________________________
2133 [  4057] By: gsar                                  on 1999/08/30  22:08:19
2134         Log: avoid hiding child process window
2135      Branch: perl
2136            ! win32/win32.c
2137 ____________________________________________________________________________
2138 [  4055] By: jhi                                   on 1999/08/30  21:20:50
2139         Log: Document the undefinedness of overshifting.
2140      Branch: cfgperl
2141            ! pod/perlop.pod
2142 ____________________________________________________________________________
2143 [  4054] By: jhi                                   on 1999/08/30  20:18:18
2144         Log: History fixes and updates.
2145      Branch: cfgperl
2146            ! pod/perlhist.pod
2147 ____________________________________________________________________________
2148 [  4053] By: jhi                                   on 1999/08/30  19:34:02
2149         Log: Shell quoting thinko broke installdirs.
2150              From: JVromans@Squirrel.nl (Johan Vromans)
2151              To: perl5-porters@perl.org
2152              Subject: [ID 19990830.001] 5.005_61 Configure does not substitute
2153              installprefix
2154              Date: Mon, 30 Aug 1999 16:10:10 +0200 (MEST)
2155              Message-Id: <14282.37058.934928.805633@plume.nl.compuware.com>
2156      Branch: cfgperl
2157            ! Configure config_h.SH
2158      Branch: metaconfig
2159            ! U/installdirs/archlib.U U/installdirs/bin.U
2160            ! U/installdirs/html1dir.U U/installdirs/html3dir.U
2161            ! U/installdirs/installprefix.U U/installdirs/man1dir.U
2162            ! U/installdirs/man3dir.U U/installdirs/privlib.U
2163            ! U/installdirs/scriptdir.U U/installdirs/sitearch.U
2164            ! U/installdirs/sitebin.U U/installdirs/sitehtml1dir.U
2165            ! U/installdirs/sitehtml3dir.U U/installdirs/sitelib.U
2166            ! U/installdirs/siteman1dir.U U/installdirs/siteman3dir.U
2167            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
2168            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
2169            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
2170            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
2171            ! U/installdirs/vendorscriptdir.U
2172 ____________________________________________________________________________
2173 [  4052] By: jhi                                   on 1999/08/30  02:57:05
2174         Log: Use \N{named characters} instead of \C.
2175              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2176              To: jhi@iki.fi
2177              Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce),
2178              perl5-porters@perl.org (Mailing list Perl5)
2179              Subject: Re: [PATCH 5.005_58] Named characters in Perl
2180              Date: Sun, 29 Aug 1999 16:46:53 -0400 (EDT)
2181              Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu>
2182      Branch: cfgperl
2183            ! lib/charnames.pm lib/utf8.pm pod/perldiag.pod pod/perlop.pod
2184            ! pod/perlre.pod regcomp.c t/lib/charnames.t toke.c
2185 ____________________________________________________________________________
2186 [  4051] By: jhi                                   on 1999/08/30  02:54:20
2187         Log: From: Spider Boardman <spider@Orb.Nashua.NH.US>
2188              To: perl5-porters@perl.org
2189              Subject: [ID 19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSION
2190              don't mix
2191              Date: Sun, 29 Aug 1999 19:04:53 -0400
2192              Message-Id: <199908292304.TAA13738@Orb.Nashua.NH.US>
2193      Branch: cfgperl
2194            ! universal.c
2195 ____________________________________________________________________________
2196 [  4050] By: jhi                                   on 1999/08/29  16:38:58
2197         Log: Conditionally socksify the LIBS of Socket.
2198      Branch: cfgperl
2199            ! ext/Socket/Makefile.PL
2200 ____________________________________________________________________________
2201 [  4049] By: jhi                                   on 1999/08/29  15:33:30
2202         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2203              To: Mailing list Perl5 <perl5-porters@perl.org>
2204              Subject: Re: [PATCH 5.005_60] fix @DB::typeahead
2205              Date: Wed, 25 Aug 1999 16:19:58 -0400
2206              Message-ID: <19990825161958.A4658@monk.mps.ohio-state.edu>
2207      Branch: cfgperl
2208            ! lib/perl5db.pl
2209 ____________________________________________________________________________
2210 [  4048] By: jhi                                   on 1999/08/29  15:31:36
2211         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
2212              To: perl5-porters@perl.org
2213              Subject: [PATCH _61] Lost arguments to simplified sort
2214              Date: Wed, 25 Aug 1999 23:22:32 -0700 (PDT)
2215              Message-ID: <14276.56616.879390.562685@metonymy.hip.berkeley.edu>
2216      Branch: cfgperl
2217            ! op.c t/op/sort.t
2218 ____________________________________________________________________________
2219 [  4047] By: jhi                                   on 1999/08/29  15:29:29
2220         Log: From: Olaf Flebbe <olaf@science-computing.de>
2221              Sender: owner-perl5-porters@perl.org
2222              To: perl5-porters@perl.org
2223              Subject: [ID 19990827.003] [PATCH]5.005_60 Patch for EPOC Support
2224              Date: Fri, 27 Aug 1999 21:50:41 +0200 (MEST)
2225      Branch: cfgperl
2226            ! README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
2227            ! epoc/perl.mmp epoc/perl.pkg
2228 ____________________________________________________________________________
2229 [  4046] By: jhi                                   on 1999/08/29  15:21:18
2230         Log: From: pvhp@forte.com (Peter Prymmer)
2231              To: perl5-porters@perl.org
2232              Subject: [PATCH: 5.005_61] an EBCDIC friendly cgi-html.t test
2233              Date: Fri, 27 Aug 99 18:51:04 PDT
2234              Message-Id: <9908280151.AA05010@forte.com>
2235      Branch: cfgperl
2236            ! t/lib/cgi-html.t
2237 ____________________________________________________________________________
2238 [  4045] By: jhi                                   on 1999/08/29  15:18:38
2239         Log: Fix scalar gmtime (and localtime) in quad environments,
2240              bug reported by Robin Parker.
2241              
2242              From: Robin Barker <rmb1@cise.npl.co.uk>
2243              To: jhi@iki.fi
2244              Cc: perl5-porters@perl.org
2245              Subject: Re: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
2246              Date: Tue, 24 Aug 1999 11:09:24 +0100 (BST)
2247              Message-Id: <199908241009.LAA24394@tempest.npl.co.uk>
2248      Branch: cfgperl
2249            ! pp_sys.c t/op/time.t
2250 ____________________________________________________________________________
2251 [  4044] By: jhi                                   on 1999/08/29  11:24:03
2252         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2253              To: perl5-porters@perl.org (Mailing list Perl5)
2254              Subject: [PATCH 5.005_60] Speeding up XSUB calls up to 66%
2255              Date: Fri, 27 Aug 1999 03:33:01 -0400 (EDT)
2256              Message-Id: <199908270733.DAA16927@monk.mps.ohio-state.edu>
2257              
2258              Addendum: it's "only" 33% speedup.
2259      Branch: cfgperl
2260            ! dump.c op.c op.h pp.h
2261 ____________________________________________________________________________
2262 [  4043] By: jhi                                   on 1999/08/29  11:10:33
2263         Log: From: spider-perl@Orb.Nashua.NH.US
2264              To: Mailing list Perl5 <perl5-porters@perl.org>
2265              Subject: [PATCH 5.005_61 CORE] sub : attrlist
2266              Date: Sun, 29 Aug 1999 03:02:11 -0400
2267              Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US>
2268      Branch: cfgperl
2269            + lib/attributes.pm t/lib/attrs.t t/op/attrs.t xsutils.c
2270            ! MANIFEST Makefile.SH embed.h embed.pl embedvar.h global.sym
2271            ! gv.c lib/AutoSplit.pm lib/SelfLoader.pm objXSUB.h op.c perl.c
2272            ! perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
2273            ! perly_c.diff pod/perldelta.pod pod/perldiag.pod
2274            ! pod/perlfunc.pod pod/perlmodlib.pod pod/perlsub.pod proto.h
2275            ! toke.c vms/perly_c.vms vms/perly_h.vms warnings.h
2276 ____________________________________________________________________________
2277 [  4042] By: jhi                                   on 1999/08/29  11:08:50
2278         Log: Turn off gcc-2.95's strict-alias optimization.
2279              This, of course, should be only temporary.
2280              From Andy Dougherty.
2281      Branch: cfgperl
2282            ! Configure config_h.SH
2283      Branch: metaconfig
2284            ! U/compline/ccflags.U U/modified/cc.U
2285 ____________________________________________________________________________
2286 [  4041] By: jhi                                   on 1999/08/29  10:47:30
2287         Log: Fix a typo in #4036.
2288      Branch: cfgperl
2289            ! mg.c
2290 ____________________________________________________________________________
2291 [  4040] By: jhi                                   on 1999/08/29  10:34:58
2292         Log: Add a missing #endif forgotten by #4035.
2293      Branch: cfgperl
2294            ! doop.c
2295 ____________________________________________________________________________
2296 [  4039] By: jhi                                   on 1999/08/29  10:31:19
2297         Log: Remove an extra #endif introduced by #4036.
2298      Branch: cfgperl
2299            ! perl.h
2300 ____________________________________________________________________________
2301 [  4038] By: jhi                                   on 1999/08/29  10:18:59
2302         Log: Rename warning to warnings, from Paul Marquess.
2303      Branch: cfgperl
2304            + lib/warnings.pm t/pragma/warn/7fatal t/pragma/warn/8signal
2305            + t/pragma/warnings.t warnings.h warnings.pl
2306            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
2307            ! MANIFEST Makefile.SH gv.c mg.c perl.h pod/perldelta.pod
2308            ! pod/perldiag.pod pod/perlfunc.pod pod/perllexwarn.pod
2309            ! pod/perlmodlib.pod pod/perlrun.pod pod/perltoc.pod
2310            ! pod/perlvar.pod t/op/64bit.t t/op/tie.t t/pragma/warn/2use
2311            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/5nolint
2312            ! t/pragma/warn/6default t/pragma/warn/doio t/pragma/warn/doop
2313            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
2314            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
2315            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
2316            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
2317            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
2318            ! t/pragma/warn/utf8 t/pragma/warn/util toke.c
2319 ____________________________________________________________________________
2320 [  4037] By: jhi                                   on 1999/08/29  10:08:47
2321         Log: Create the equivalence tables based on
2322              the real Unicode decomposition, not on
2323              the character name.
2324      Branch: cfgperl
2325            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
2326            ! lib/unicode/mktables.PL
2327 ____________________________________________________________________________
2328 [  4036] By: jhi                                   on 1999/08/29  09:29:08
2329         Log: Integrate with Sarathy.
2330      Branch: cfgperl
2331           +> lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
2332           +> lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
2333           +> lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
2334           +> lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
2335           +> lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
2336           +> lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
2337           !> (integrate 190 files)
2338 ____________________________________________________________________________
2339 [  4035] By: jhi                                   on 1999/08/29  08:56:15
2340         Log: Implement 64-bit vec().
2341      Branch: cfgperl
2342            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
2343            ! pp.h t/op/64bit.t
2344 ____________________________________________________________________________
2345 [  4034] By: gsar                                  on 1999/08/29  03:35:18
2346         Log: deadcode removal
2347      Branch: perl
2348            ! XSUB.h embed.h embed.pl global.sym mg.c op.c perl.h perlapi.h
2349            ! pp_ctl.c proto.h run.c sv.c
2350 ____________________________________________________________________________
2351 [  4033] By: jhi                                   on 1999/08/28  17:31:07
2352         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
2353              To: perl5-porters@perl.org
2354              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
2355              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
2356              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
2357      Branch: cfgperl
2358            ! perl.h
2359 ____________________________________________________________________________
2360 [  4032] By: gsar                                  on 1999/08/26  23:53:33
2361         Log: new thread should set current interp in TLS
2362      Branch: perl
2363            ! ext/Thread/Thread.xs
2364 ____________________________________________________________________________
2365 [  4031] By: bailey                                on 1999/08/23  03:40:07
2366         Log: When extension doesn't have a "main" object file to anchor linker search, pull in all objct files
2367      Branch: vmsperl
2368            ! lib/ExtUtils/MM_VMS.pm
2369 ____________________________________________________________________________
2370 [  4030] By: bailey                                on 1999/08/23  03:37:43
2371         Log: Patch up holes in realclean target
2372      Branch: vmsperl
2373            ! vms/descrip_mms.template
2374 ____________________________________________________________________________
2375 [  4029] By: bailey                                on 1999/08/23  03:36:24
2376         Log: Fix handling of PERL_POLLUTE
2377      Branch: vmsperl
2378            ! lib/ExtUtils/MM_VMS.pm
2379 ____________________________________________________________________________
2380 [  4028] By: bailey                                on 1999/08/23  03:34:08
2381         Log: Update VMS version of perly.h
2382      Branch: vmsperl
2383            ! vms/perly_h.vms
2384 ____________________________________________________________________________
2385 [  4027] By: bailey                                on 1999/08/23  03:32:45
2386         Log: Update dependencies in Descrip.MMS
2387      Branch: vmsperl
2388            ! vms/descrip_mms.template
2389 ____________________________________________________________________________
2390 [  4026] By: bailey                                on 1999/08/23  03:30:01
2391         Log: Fix prototypes in perlapi.c (64-bit?)
2392              Clear prior definition of getenv_len before defining VMS-specific macro
2393      Branch: vmsperl
2394            ! perlapi.c vms/vmsish.h
2395 ____________________________________________________________________________
2396 [  4025] By: bailey                                on 1999/08/23  03:25:51
2397         Log: Add '-m' option to Configure.com which skips the MANIFEST check
2398      Branch: vmsperl
2399            ! configure.com
2400 ____________________________________________________________________________
2401 [  4024] By: bailey                                on 1999/08/23  03:23:34
2402         Log: Skip open() tests that rely on Unix fork semantics
2403      Branch: vmsperl
2404            ! t/io/open.t
2405 ____________________________________________________________________________
2406 [  4023] By: bailey                                on 1999/08/23  03:21:46
2407         Log: Loosen conditons for recognizing a function name in perl.h to accomodate revisions
2408      Branch: vmsperl
2409            ! vms/gen_shrfls.pl
2410 ____________________________________________________________________________
2411 [  4022] By: bailey                                on 1999/08/23  03:17:33
2412         Log: update MM_VMS to use new File::Spec routines
2413      Branch: vmsperl
2414            ! lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm
2415 ____________________________________________________________________________
2416 [  4021] By: bailey                                on 1999/08/23  03:13:40
2417         Log: byteperl is now part of the ByteLoader ext
2418      Branch: vmsperl
2419            ! ext/ByteLoader/byterun.h vms/descrip_mms.template
2420 ____________________________________________________________________________
2421 [  4020] By: bailey                                on 1999/08/23  03:10:41
2422         Log: Allow option to treat barewords at start of Unix paths as simple words rather than logicals
2423      Branch: vmsperl
2424            ! vms/vms.c
2425 ____________________________________________________________________________
2426 [  4019] By: bailey                                on 1999/08/23  03:07:28
2427         Log: Update calls for new thread context handling
2428      Branch: vmsperl
2429            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
2430            ! ext/POSIX/POSIX.xs vms/vms.c vms/vmsish.h vms/writemain.pl
2431 ____________________________________________________________________________
2432 [  4018] By: bailey                                on 1999/08/23  03:01:31
2433         Log: Allow for file versions in library when looking for .bs files
2434      Branch: vmsperl
2435            ! ext/DynaLoader/DynaLoader_pm.PL
2436 ____________________________________________________________________________
2437 [  4017] By: bailey                                on 1999/08/23  02:58:55
2438         Log: Update VMS configuration procedures for 5.005_60
2439      Branch: vmsperl
2440            ! configure.com vms/subconfigure.com
2441 ____________________________________________________________________________
2442 [  4016] By: gsar                                  on 1999/08/20  22:19:56
2443         Log: update Changes
2444      Branch: perl
2445            ! Changes
2446
2447 ----------------
2448 Version 5.005_61
2449 ----------------
2450
2451 ____________________________________________________________________________
2452 [  4015] By: gsar                                  on 1999/08/20  22:17:41
2453         Log: perl_free() should use PerlMem_free()
2454      Branch: perl
2455            ! perl.c
2456 ____________________________________________________________________________
2457 [  4014] By: gsar                                  on 1999/08/20  22:10:46
2458         Log: win32 tweaks
2459      Branch: perl
2460            ! XSUB.h mg.c perl.c win32/config.bc win32/config.gc
2461            ! win32/config.vc win32/config_H.bc win32/config_H.gc
2462            ! win32/config_H.vc
2463 ____________________________________________________________________________
2464 [  4013] By: gsar                                  on 1999/08/20  22:09:56
2465         Log: DEBUG_m() adjusted to internalize dTHX
2466      Branch: perl
2467            ! malloc.c perl.h util.c
2468 ____________________________________________________________________________
2469 [  4012] By: gsar                                  on 1999/08/20  17:51:06
2470         Log: make autogenerated files writable
2471      Branch: perl
2472            ! (edit 171 files)
2473 ____________________________________________________________________________
2474 [  4011] By: gsar                                  on 1999/08/20  17:43:47
2475         Log: update Changes
2476      Branch: perl
2477            ! Changes perl.h pod/perldelta.pod pod/perlguts.pod
2478 ____________________________________________________________________________
2479 [  4010] By: gsar                                  on 1999/08/20  17:21:53
2480         Log: up patchlevel &c
2481      Branch: perl
2482            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
2483            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
2484 ____________________________________________________________________________
2485 [  4009] By: gsar                                  on 1999/08/20  16:46:26
2486         Log: add missing Is/Syl*.pl files
2487      Branch: perl
2488            + lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
2489            + lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
2490            + lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
2491            + lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
2492            + lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
2493            + lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
2494 ____________________________________________________________________________
2495 [  4008] By: gsar                                  on 1999/08/20  16:31:02
2496         Log: integrate cfgperl contents into mainline
2497      Branch: perl
2498           +> ext/ByteLoader/hints/sunos.pl lib/charnames.pm
2499           +> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
2500           +> lib/unicode/syllables.txt t/lib/charnames.t t/lib/syslfs.t
2501           +> t/op/lfs.t
2502            - lib/unicode/EthiopicSyllables.txt
2503            - lib/unicode/MakeEthiopicSyllables.PL
2504           !> (integrate 261 files)
2505 ____________________________________________________________________________
2506 [  4007] By: gsar                                  on 1999/08/20  15:24:08
2507         Log: support USE_THREADS+MULTIPLICITY; source compat tweaks for
2508              USE_THREADS and MULTIPLICITY; minor pod adjustments
2509      Branch: perl
2510            ! Porting/patching.pod Todo Todo-5.005 XSUB.h embed.pl
2511            ! embedvar.h perl.c perl.h pod/perlguts.pod util.c
2512 ____________________________________________________________________________
2513 [  4006] By: jhi                                   on 1999/08/19  19:01:41
2514         Log: Tighten the vec() code so that naughty BITS cause an error.
2515      Branch: cfgperl
2516            ! doop.c
2517 ____________________________________________________________________________
2518 [  4005] By: jhi                                   on 1999/08/19  15:55:09
2519         Log: Don't document ill-defined vec() bits cases
2520              (for which the code doesn't work right in any case)
2521      Branch: cfgperl
2522            ! pod/perldiag.pod pod/perlfunc.pod
2523 ____________________________________________________________________________
2524 [  4004] By: jhi                                   on 1999/08/19  12:49:41
2525         Log: Removed duplicated code (in pp.c and mg.c) by introducing
2526              do_vecget().  NOTE: the calling convention of do_vecset()
2527              changes, too: the `offset' that is assigned to LvTARGOFF(TARG)
2528              in pp_vec() is no more multiplied by `size' in pp_vec(),
2529              the multiplication is now done in do_vecset().
2530              
2531              Also fix a cpp thinko in change #4002.
2532      Branch: cfgperl
2533            ! doop.c embed.h embed.pl embedvar.h global.sym mg.c objXSUB.h
2534            ! perl.h perlapi.c pod/perldiag.pod pod/perlfunc.pod pp.c
2535            ! proto.h
2536 ____________________________________________________________________________
2537 [  4003] By: jhi                                   on 1999/08/18  08:27:22
2538         Log: Warn about small spherical distances.
2539      Branch: cfgperl
2540            ! lib/Math/Trig.pm
2541 ____________________________________________________________________________
2542 [  4002] By: jhi                                   on 1999/08/17  09:11:51
2543         Log: Enhance IV_FITS_IN_IV (though it's still unused).
2544      Branch: cfgperl
2545            ! perl.h
2546 ____________________________________________________________________________
2547 [  4001] By: jhi                                   on 1999/08/17  08:13:34
2548         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
2549              Message-ID: <sfcogg7ylk7.fsf@hohenstaufen.in-berlin.de>
2550              To: The Perl5 Porters Mailing List <perl5-porters@perl.org>
2551              Subject: [PATCH] overload.pm str/num confu
2552              Date: 17 Aug 1999 08:21:12 +0200
2553      Branch: cfgperl
2554            ! lib/overload.pm
2555 ____________________________________________________________________________
2556 [  4000] By: jhi                                   on 1999/08/17  07:20:23
2557         Log: From: merlyn@stonehenge.com (Randal L. Schwartz)
2558              To: perl5-porters@perl.org
2559              Subject: [ID 19990816.006] small patch to perlobj.pod from 5.005_03
2560              Date: 16 Aug 1999 14:24:28 -0700
2561              Message-Id: <m1ogg7to4z.fsf@halfdome.holdit.com>
2562      Branch: cfgperl
2563            ! pod/perlobj.pod
2564 ____________________________________________________________________________
2565 [  3999] By: jhi                                   on 1999/08/16  19:49:09
2566         Log: Integrate with Nick.
2567      Branch: cfgperl
2568           !> cop.h op.c perl.c t/op/eval.t t/pragma/warn/op util.c
2569 ____________________________________________________________________________
2570 [  3998] By: jhi                                   on 1999/08/16  19:44:29
2571         Log: Fix most of the pod2man moanings reported in
2572              
2573              From: "Larry W. Virden" <lvirden@cas.org>
2574              To: perl5-porters@perl.org
2575              Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6
2576              (UNINSTALLED)
2577              Date: Tue, 3 Aug 1999 15:35:06 -0400 (EDT)
2578              Message-Id: <199908031935.PAA27692@cas.org>
2579              
2580              Configure regen'ed.
2581      Branch: cfgperl
2582            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2583            ! config_h.SH ext/B/B/Stash.pm lib/Carp/Heavy.pm
2584            ! lib/Dumpvalue.pm lib/Exporter/Heavy.pm lib/filetest.pm
2585            ! lib/utf8.pm pod/perllexwarn.pod pod/perlxstut.pod
2586            ! utils/h2xs.PL utils/perlcc.PL
2587 ____________________________________________________________________________
2588 [  3997] By: jhi                                   on 1999/08/16  19:20:37
2589         Log: A fix of sorts for the flush-before-dup scenario.
2590      Branch: cfgperl
2591            ! doio.c
2592 ____________________________________________________________________________
2593 [  3996] By: jhi                                   on 1999/08/16  19:14:37
2594         Log: More paranoia.
2595      Branch: cfgperl
2596            ! sv.c
2597 ____________________________________________________________________________
2598 [  3995] By: jhi                                   on 1999/08/16  18:55:35
2599         Log: Batch of small 64-bit/long double/large file support tweaks:
2600              - scan for LDBL_DIG
2601              - from DBL_DIG and LDBL_DIG select NV_DIG
2602              - introduce IVSIZE, UVSIZE, NVSIZE
2603              - introduce IV_DIG
2604              - remove stdio64
2605              - AIX uses `oslevel` when others use `uname -r`
2606              - already AIX 4.2 goes 64-bit
2607              - in HP-UX require the 64-bit libc, just the directory isn't enough
2608              - group ids are not NVs
2609              - #undef USE_LONG_DOUBLE if long double is no better than double
2610              - introduce NV_WITHIN_*() and IV_FITS_IN_IV
2611              - mention large file support in perldelta
2612              - introduce quad TOPpin' and POPpin'
2613              - the svcat... buffer was tiny for printing quads in %b
2614              - fix the multiplication test in 64bit.t
2615              - try to make VMS to comply with all this removal and "introducal"
2616              of symbols
2617      Branch: cfgperl
2618            ! Configure config_h.SH dump.c hints/aix.sh hints/hpux.sh mg.c
2619            ! perl.h perlio.c pod/perldelta.pod pp.h sv.c t/lib/syslfs.t
2620            ! t/op/64bit.t t/op/lfs.t utf8.c vms/subconfigure.com
2621      Branch: metaconfig
2622            ! U/modified/d_longdbl.U
2623      Branch: metaconfig/U/perl
2624            + d_ldbl_dig.U
2625 ____________________________________________________________________________
2626 [  3994] By: jhi                                   on 1999/08/16  07:53:44
2627         Log: More Configure/subconfigure.com syncing.
2628      Branch: cfgperl
2629            ! vms/subconfigure.com
2630 ____________________________________________________________________________
2631 [  3993] By: jhi                                   on 1999/08/14  22:09:26
2632         Log: Remove from VMS what the change #3982 took away from Configure lands.
2633      Branch: cfgperl
2634            ! vms/subconfigure.com
2635 ____________________________________________________________________________
2636 [  3992] By: jhi                                   on 1999/08/14  13:29:13
2637         Log: Small test tweaks.
2638      Branch: cfgperl
2639            ! t/io/dup.t t/lib/dprof.t t/lib/odbm.t
2640 ____________________________________________________________________________
2641 [  3991] By: jhi                                   on 1999/08/14  13:08:41
2642         Log: Augment filesize limit note.
2643      Branch: cfgperl
2644            ! doio.c
2645 ____________________________________________________________________________
2646 [  3990] By: jhi                                   on 1999/08/14  13:06:12
2647         Log: Note about filesize limits.
2648      Branch: cfgperl
2649            ! doio.c pp_sys.c
2650 ____________________________________________________________________________
2651 [  3989] By: jhi                                   on 1999/08/14  11:31:58
2652         Log: Catch the case of filesize limits.
2653      Branch: cfgperl
2654            ! t/lib/syslfs.t t/op/lfs.t
2655 ____________________________________________________________________________
2656 [  3988] By: nick                                  on 1999/08/14  09:20:58
2657         Log: New lightweight Carp has a require. If Carp is used in a __DIE__ handler
2658              this causes a POPSTACK panic. The problem seems to be that although
2659              die_where() has unwound the tail of perl_vdie() top_env setjmp has been
2660              set to resume execution there. Avoiding setting CATCH_SET(TRUE) in 
2661              call_sv() avoids this. So invent a new G_NOCATCH flag to disable
2662              messing with CATCH_SET() in call_sv, use it in perl_vdie().
2663              Add test to op/eval.t which will fail (panic) if bug comes back.
2664              >>> I AM NOT CONVINCED THIS IS CORRECT LONG TERM FIX <<<
2665      Branch: perl
2666            ! cop.h perl.c t/op/eval.t util.c
2667 ____________________________________________________________________________
2668 [  3987] By: jhi                                   on 1999/08/13  23:57:52
2669         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
2670              To: perl5-porters@perl.org, vmsperl@perl.org, sarathy@activestate.com
2671              Subject: [PATCH 5.005_60] fix MM_VMS.pm for space-delimited lists
2672              Date: Fri, 13 Aug 1999 17:42:47 -0500
2673              Message-Id: <v04210105b3da3ed9599d@[172.16.246.133]>
2674      Branch: cfgperl
2675            ! lib/ExtUtils/MM_VMS.pm
2676 ____________________________________________________________________________
2677 [  3986] By: jhi                                   on 1999/08/13  23:56:44
2678         Log: Don't quit before printing out the message.
2679      Branch: cfgperl
2680            ! t/lib/syslfs.t t/op/lfs.t
2681 ____________________________________________________________________________
2682 [  3985] By: jhi                                   on 1999/08/13  23:35:49
2683         Log: Remove more t/ trash on target "clean".
2684      Branch: cfgperl
2685            ! Makefile.SH
2686 ____________________________________________________________________________
2687 [  3984] By: jhi                                   on 1999/08/13  23:02:53
2688         Log: Avoid double long double. 
2689      Branch: cfgperl
2690            ! Configure config_h.SH
2691      Branch: metaconfig/U/perl
2692            ! uselongdbl.U
2693 ____________________________________________________________________________
2694 [  3983] By: jhi                                   on 1999/08/13  22:59:56
2695         Log: BYTEORDER fix.
2696      Branch: cfgperl
2697            ! Configure config_h.SH
2698      Branch: metaconfig
2699            ! U/compline/byteorder.U
2700 ____________________________________________________________________________
2701 [  3982] By: jhi                                   on 1999/08/13  22:48:40
2702         Log: Jumbo Configure and large file support update.
2703              Remove a lot of unneeded 64-bitness cruft;
2704              re-introduce BYTEORDER; update 64-bitness hints;
2705              lfs should now work in Solaris; long doubles in AIX.
2706      Branch: cfgperl
2707            ! Configure config_h.SH doio.c hints/aix.sh hints/hpux.sh
2708            ! hints/irix_6.sh hints/solaris_2.sh iperlsys.h perl.h perlio.c
2709            ! perlsdio.h pp.h pp_sys.c
2710      Branch: metaconfig
2711            ! U/compline/byteorder.U U/compline/ccflags.U
2712      Branch: metaconfig/U/perl
2713            ! d_dlsymun.U io64.U uselongdbl.U
2714 ____________________________________________________________________________
2715 [  3980] By: jhi                                   on 1999/08/13  15:09:11
2716         Log: Introduce HAS_LLSEEK.
2717      Branch: cfgperl
2718            ! Configure config_h.SH perl.h
2719 ____________________________________________________________________________
2720 [  3979] By: jhi                                   on 1999/08/13  14:29:47
2721         Log: From: <dan@sidhe.org>
2722              To: perl5-porters@perl.org, vmsperl@perl.org, bailey@newman.upenn.edu,
2723              sarathy@activestate.com
2724              Subject: [PATCH 5.005_60]fix up VMS->unix filename translation a bit
2725              Date: Fri, 13 Aug 1999 09:00:42 -0700 (PDT)
2726              Message-ID: <Pine.LNX.4.10.9908130849390.3950-100000@tuatha.sidhe.org>
2727      Branch: cfgperl
2728            ! vms/vms.c
2729 ____________________________________________________________________________
2730 [  3978] By: jhi                                   on 1999/08/13  09:56:46
2731         Log: Make the 64-bit tests more paranoid.
2732      Branch: cfgperl
2733            ! t/op/64bit.t
2734 ____________________________________________________________________________
2735 [  3976] By: jhi                                   on 1999/08/12  21:49:16
2736         Log: IRIX64 needs more -mabi=64 with gcc.
2737      Branch: cfgperl
2738            ! hints/irix_6.sh
2739 ____________________________________________________________________________
2740 [  3975] By: jhi                                   on 1999/08/12  21:02:03
2741         Log: Reincarnate change #3967, now in more modest form.
2742      Branch: cfgperl
2743            ! hints/irix_6.sh
2744 ____________________________________________________________________________
2745 [  3974] By: jhi                                   on 1999/08/12  20:49:36
2746         Log: Remove rt from libswanted (I added it many moons ago
2747              when I thought it would be useful in Digital UNIX,
2748              I was wrong); undo the recent IRIX hints changes,
2749              getting rid of one warning brought new ones.
2750      Branch: cfgperl
2751            ! Configure config_h.SH hints/irix_6.sh
2752      Branch: metaconfig
2753            ! U/modified/Myinit.U
2754 ____________________________________________________________________________
2755 [  3973] By: jhi                                   on 1999/08/12  19:42:53
2756         Log: st_blocks is in 512 byte blocks.
2757      Branch: cfgperl
2758            ! t/lib/syslfs.t t/op/lfs.t
2759 ____________________________________________________________________________
2760 [  3972] By: jhi                                   on 1999/08/12  19:27:31
2761         Log: Don't claim defeat too early.
2762      Branch: cfgperl
2763            ! Configure config_h.SH
2764      Branch: metaconfig/U/perl
2765            ! longdblfio.U
2766 ____________________________________________________________________________
2767 [  3971] By: jhi                                   on 1999/08/12  19:24:14
2768         Log: IRIX 64-bit hint tweak. 
2769      Branch: cfgperl
2770            ! hints/irix_6.sh
2771 ____________________________________________________________________________
2772 [  3970] By: nick                                  on 1999/08/12  19:17:20
2773         Log: Turn of deprecated warnings for defined(@Sompack::ISA) type
2774              tests i.e. RV2AV and RV2HV
2775      Branch: perl
2776            ! op.c t/pragma/warn/op
2777 ____________________________________________________________________________
2778 [  3969] By: jhi                                   on 1999/08/12  19:06:17
2779         Log: Add Configure -Duselongdouble and add a missing semicolon.
2780      Branch: cfgperl
2781            ! Configure config_h.SH sv.c
2782      Branch: metaconfig/U/perl
2783            + uselongdbl.U
2784 ____________________________________________________________________________
2785 [  3968] By: jhi                                   on 1999/08/12  18:46:00
2786         Log: Simply exit() early if lfs support seems unlikely.
2787      Branch: cfgperl
2788            ! t/lib/syslfs.t t/op/lfs.t
2789 ____________________________________________________________________________
2790 [  3967] By: jhi                                   on 1999/08/12  18:44:05
2791         Log: Suffer silently for unused libraries.
2792      Branch: cfgperl
2793            ! hints/irix_6.sh
2794 ____________________________________________________________________________
2795 [  3966] By: jhi                                   on 1999/08/12  13:18:44
2796         Log: Update MANIFEST to follow change #3965.
2797      Branch: cfgperl
2798            ! MANIFEST
2799 ____________________________________________________________________________
2800 [  3965] By: jhi                                   on 1999/08/12  13:15:38
2801         Log: Regenerate Unicode tables based on new syllable lists
2802              from Daniel Yacob.
2803      Branch: cfgperl
2804            ! (edit 159 files)
2805 ____________________________________________________________________________
2806 [  3964] By: jhi                                   on 1999/08/12  10:06:24
2807         Log: Remove more spurious casting.
2808      Branch: cfgperl
2809            ! pp_sys.c
2810 ____________________________________________________________________________
2811 [  3963] By: jhi                                   on 1999/08/12  08:18:53
2812         Log: Minor niggles on the lfs tests.
2813      Branch: cfgperl
2814            ! t/lib/syslfs.t t/op/lfs.t
2815 ____________________________________________________________________________
2816 [  3962] By: jhi                                   on 1999/08/11  22:48:25
2817         Log: Don't bother with lfs testing if off_t is too small.
2818      Branch: cfgperl
2819            ! t/lib/syslfs.t t/op/lfs.t
2820 ____________________________________________________________________________
2821 [  3961] By: jhi                                   on 1999/08/11  22:22:54
2822         Log: Long double patches from Dan Sugalski.
2823      Branch: cfgperl
2824            ! sv.c
2825 ____________________________________________________________________________
2826 [  3960] By: jhi                                   on 1999/08/11  22:17:55
2827         Log: Flush buffer before duplicating file descriptor.
2828              
2829              From: Mark-Jason Dominus <mjd@plover.com>
2830              To: Graham Barr <gbarr@pobox.com>
2831              cc: Vicki Brown <vlb@cfcl.com>, perl5-porters@perl.org, mjd@plover.com
2832              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
2833              Date: Wed, 11 Aug 1999 15:56:09 -0400
2834              Message-ID: <19990811195610.5933.qmail@plover.com>
2835              
2836              From: Mark-Jason Dominus <mjd@plover.com>
2837              To: perl5-porters@perl.org
2838              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57)) 
2839              Date: Wed, 11 Aug 1999 16:05:46 -0400
2840              Message-ID: <19990811200546.6165.qmail@plover.com>
2841      Branch: cfgperl
2842            ! doio.c pod/perldelta.pod
2843 ____________________________________________________________________________
2844 [  3959] By: jhi                                   on 1999/08/11  22:11:35
2845         Log: Bypass fsync(NULL) (crashes miniperl compiled with DEC C 5.2)
2846              
2847              From: "Craig A. Berry" <craig.berry@metamor.com>
2848              Sender: owner-perl5-porters@perl.org
2849              To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com,
2850              bailey@newman.upenn.edu
2851              Subject: [PATCH 5.005_60] vms.c my_flush patch to circumvent fileno
2852              problem
2853              Date: Wed, 11 Aug 1999 14:31:11 -0500
2854              Message-Id: <4.2.0.58.19990811141007.00b8f8a0@mmtnt11.metamor.com>
2855      Branch: cfgperl
2856            ! vms/vms.c
2857 ____________________________________________________________________________
2858 [  3958] By: jhi                                   on 1999/08/11  15:35:45
2859         Log: Add a hopefully comforting message if there seems to be no LFS. 
2860              This seems to be the case with e.g. ext2fs, a somewhat popular fs.
2861              The tests will fail on lfs tests only if quad is available,
2862              if ENOQUAD, the lfs tests will be skipped.
2863      Branch: cfgperl
2864            ! t/lib/syslfs.t t/op/lfs.t
2865 ____________________________________________________________________________
2866 [  3957] By: jhi                                   on 1999/08/11  12:25:59
2867         Log: Unapply an experimental patch that accidentally escaped
2868              from the lab by piggybacking with the change #3955.
2869      Branch: cfgperl
2870            ! pp.c pp.h pp_hot.c
2871 ____________________________________________________________________________
2872 [  3956] By: jhi                                   on 1999/08/11  08:19:23
2873         Log: Add sysio large file support testing.
2874      Branch: cfgperl
2875            + t/lib/syslfs.t
2876            ! MANIFEST pod/perlfunc.pod t/op/64bit.t t/op/lfs.t
2877 ____________________________________________________________________________
2878 [  3955] By: jhi                                   on 1999/08/10  22:39:11
2879         Log: From: <dan@sidhe.org>
2880              To: vmsperl@perl.org, perl5-porters@perl.org,
2881              sarathy@activestate.com, bailey@newman.upenn.edu
2882              Subject: [PATCH 5.005_60]Patches needed to get _60 building with
2883              threads on VMS
2884              Date: Tue, 10 Aug 1999 16:34:56 -0700 (PDT)
2885              Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org>
2886      Branch: cfgperl
2887            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
2888            ! ext/POSIX/POSIX.xs pp.c pp.h pp_hot.c vms/vms.c vms/vmsish.h
2889            ! vms/writemain.pl
2890 ____________________________________________________________________________
2891 [  3954] By: jhi                                   on 1999/08/10  20:37:55
2892         Log: LFS testing robustness.
2893      Branch: cfgperl
2894            ! t/op/lfs.t
2895 ____________________________________________________________________________
2896 [  3953] By: jhi                                   on 1999/08/10  19:54:50
2897         Log: From: <dan@sidhe.org>
2898              To: vmsperl@perl.org, perp5-porters@perl.org, bailey@newman.upenn.edu,
2899              sarathy@activestate.com
2900              Subject: [PATCH 5.005_60]Pathces to get _60 building on VMS
2901              Date: Tue, 10 Aug 1999 13:28:18 -0700 (PDT)
2902              Message-ID: <Pine.LNX.4.10.9908101323130.18266-100000@tuatha.sidhe.org>
2903      Branch: cfgperl
2904            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
2905            ! vms/subconfigure.com vms/vmsish.h
2906 ____________________________________________________________________________
2907 [  3952] By: jhi                                   on 1999/08/10  17:18:57
2908         Log: AIX is different, again.  Now in cc -E output.
2909      Branch: cfgperl
2910            ! Configure config_h.SH
2911      Branch: metaconfig
2912            ! U/modified/cppstdin.U
2913 ____________________________________________________________________________
2914 [  3951] By: jhi                                   on 1999/08/10  14:37:08
2915         Log: Use Pid_t on pgrp matters.
2916      Branch: cfgperl
2917            ! pp_sys.c
2918 ____________________________________________________________________________
2919 [  3950] By: jhi                                   on 1999/08/10  14:35:30
2920         Log: Use Pid_t.
2921      Branch: cfgperl
2922            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
2923            ! pp_sys.c proto.h util.c
2924 ____________________________________________________________________________
2925 [  3949] By: jhi                                   on 1999/08/10  14:11:15
2926         Log: Use Mode_t.
2927      Branch: cfgperl
2928            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
2929            ! perlapi.h pp_sys.c proto.h
2930 ____________________________________________________________________________
2931 [  3948] By: jhi                                   on 1999/08/10  13:53:19
2932         Log: Small perlbug doc tweaks from Jon Orwant.
2933      Branch: cfgperl
2934            ! utils/perlbug.PL
2935 ____________________________________________________________________________
2936 [  3947] By: jhi                                   on 1999/08/10  09:55:11
2937         Log: Large file support testing.
2938      Branch: cfgperl
2939            + t/op/lfs.t
2940            ! MANIFEST t/op/64bit.t
2941 ____________________________________________________________________________
2942 [  3946] By: jhi                                   on 1999/08/10  09:13:54
2943         Log: Remove I32 casting from time-related functions.
2944      Branch: cfgperl
2945            ! pp_sys.c
2946 ____________________________________________________________________________
2947 [  3945] By: jhi                                   on 1999/08/10  09:06:42
2948         Log: Gratuitous uid and gid casts to I32s and ints removed.
2949              There are still problem spots in printfing such ids:
2950              width (%d vs %ld) and signedness %d vs %u.
2951      Branch: cfgperl
2952            ! doio.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
2953            ! perl.c perlapi.c pp_hot.c proto.h
2954 ____________________________________________________________________________
2955 [  3944] By: jhi                                   on 1999/08/10  07:43:03
2956         Log: Remove I32 casts from pp_stat, these make stat()
2957              very broken e.g. on files larger than 2 gigabytes.
2958              Reported by
2959              From: Phil Lobbes <phil@finchcomputer.com>
2960              To: perl5-porters@perl.org
2961              Subject: [ID 19990810.001] Possible bug using stat w/large files Digital
2962              UNIX Perl 5.005_03
2963              Date: Mon, 09 Aug 1999 21:38:54 -0700
2964              Message-Id: <199908100438.VAA08292@ultra.finchcomputer.com>
2965              
2966              There are more of these I32 casts all over pp_sys.c,
2967              all of them should be checked.
2968      Branch: cfgperl
2969            ! pp_sys.c
2970 ____________________________________________________________________________
2971 [  3943] By: jhi                                   on 1999/08/10  07:38:30
2972         Log: Remove blathering.
2973      Branch: cfgperl
2974            ! lib/unicode/mktables.PL
2975 ____________________________________________________________________________
2976 [  3942] By: jhi                                   on 1999/08/09  20:35:13
2977         Log: lexwarn maintenance: new warning class unsafe
2978              subclasses 'overflow' and 'portable' created,
2979              used by the recent integer overflow warnings.
2980              Class syntax subclass 'octal' renamed to 'digit',
2981              binary and hexadecimal parsing errors also 'digit' warnings.
2982      Branch: cfgperl
2983            ! lib/warning.pm pod/perllexwarn.pod t/pragma/warn/util toke.c
2984            ! util.c warning.h warning.pl
2985 ____________________________________________________________________________
2986 [  3941] By: jhi                                   on 1999/08/09  10:40:47
2987         Log: Integrate with Nick.
2988      Branch: cfgperl
2989           +> opnames.h
2990           !> Changes MANIFEST embed.h embed.pl ext/B/B/C.pm ext/B/B/CC.pm
2991           !> global.sym opcode.h opcode.pl perl.h perlapi.c pp.c
2992 ____________________________________________________________________________
2993 [  3940] By: jhi                                   on 1999/08/09  10:32:43
2994         Log: Regenerate the Unicode tables after having updated the Unicode
2995              database (change #3939).
2996      Branch: cfgperl
2997            ! (edit 157 files)
2998 ____________________________________________________________________________
2999 [  3939] By: jhi                                   on 1999/08/09  10:27:22
3000         Log: Unicode data updated to be the latest beta of the Unicode 3.0.
3001      Branch: cfgperl
3002            ! lib/unicode/UnicodeData-Latest.txt
3003 ____________________________________________________________________________
3004 [  3938] By: jhi                                   on 1999/08/09  10:25:54
3005         Log: Ethiopic changes via private email from Daniel Yacob,
3006              <dmulholl@cs.indiana.edu>.  Ethiopic and Cherokee done,
3007              Canadian Syllabics and Yi under construction.
3008      Branch: cfgperl
3009            + lib/unicode/syllables.txt
3010            - lib/unicode/EthiopicSyllables.txt
3011            - lib/unicode/MakeEthiopicSyllables.PL
3012            ! MANIFEST lib/unicode/UnicodeData-Latest.txt
3013            ! lib/unicode/mktables.PL
3014 ____________________________________________________________________________
3015 [  3937] By: jhi                                   on 1999/08/09  10:21:51
3016         Log: Move the equivalence class creation last.
3017      Branch: cfgperl
3018            ! lib/unicode/mktables.PL
3019 ____________________________________________________________________________
3020 [  3936] By: jhi                                   on 1999/08/09  10:20:40
3021         Log: Compute equivalence classes (diacritics stripping) only
3022              for letters, not for ligatures.
3023      Branch: cfgperl
3024            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
3025            ! lib/unicode/mktables.PL
3026 ____________________________________________________________________________
3027 [  3935] By: nick                                  on 1999/08/08  13:53:57
3028         Log: Will now correctly re-call 
3029              bootstrap "Foo";
3030              if requested. This should allow build on Win32 and other
3031              platforms where you cannot link to loadables directly.
3032      Branch: perl
3033            ! ext/B/B/C.pm
3034 ____________________________________________________________________________
3035 [  3934] By: nick                                  on 1999/08/07  12:23:55
3036         Log: Vishal Bhatia <vishalb@my-deja.com>
3037              Subject: [PATCH 5.005_60] fix for some obscure bugs (compiler)
3038              Message-ID: <HLPEBPHPAKHKAAAA@my-deja.com>
3039      Branch: perl
3040            ! ext/B/B/CC.pm
3041 ____________________________________________________________________________
3042 [  3933] By: nick                                  on 1999/08/07  12:19:46
3043         Log: B::C changes to get simple Tk app. compiling again
3044      Branch: perl
3045            ! ext/B/B/C.pm
3046 ____________________________________________________________________________
3047 [  3932] By: jhi                                   on 1999/08/06  21:17:16
3048         Log: Regen Configure to include change #3915.
3049      Branch: cfgperl
3050            ! Configure config_h.SH
3051 ____________________________________________________________________________
3052 [  3931] By: jhi                                   on 1999/08/06  18:52:57
3053         Log: Todo update.
3054      Branch: cfgperl
3055            ! Todo Todo-5.005 lib/unicode/mktables.PL
3056 ____________________________________________________________________________
3057 [  3930] By: jhi                                   on 1999/08/06  13:13:05
3058         Log: Character class equivalence tables.
3059      Branch: cfgperl
3060            + lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
3061            ! MANIFEST lib/unicode/mktables.PL
3062 ____________________________________________________________________________
3063 [  3929] By: jhi                                   on 1999/08/06  11:59:11
3064         Log: More Fcntl constants.  (This process really needs
3065              to be automated, at least partly, see the Errno extension.)
3066              Now also the SEEK_ constants are available via the Fcntl.
3067              Yes, this is redundant (IO::Seekable and POSIX supply them already),
3068              but now Fcntl is a one-stop shopping mall for all your
3069              file-related constants.    
3070      Branch: cfgperl
3071            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs pod/perlfunc.pod
3072 ____________________________________________________________________________
3073 [  3928] By: jhi                                   on 1999/08/06  08:08:03
3074         Log: Protect against pack/unpack repeat count overflows,
3075              based on:
3076              
3077              From: Nathan Torkington <gnat@frii.com>
3078              To: Brian Keefer <mgomes@cwix.com>
3079              Cc: perl5-porters@perl.org
3080              Subject: Re: [ID 19990806.001] Core dump with obfuscated code
3081              Date: Thu, 5 Aug 1999 23:01:51 -0600 (MDT)
3082              Message-ID: <14250.27711.769942.100675@localhost.frii.com>
3083      Branch: cfgperl
3084            ! pod/perldiag.pod pp.c
3085 ____________________________________________________________________________
3086 [  3927] By: jhi                                   on 1999/08/06  07:32:20
3087         Log: Fix for Nathan's fix (#3920) from Guy Decoux.
3088              
3089              From: Nathan Torkington <gnat@frii.com>
3090              To: perl5-porters@perl.org
3091              Subject: Bugfix for my bugfix
3092              Date: Thu, 5 Aug 1999 21:25:47 -0600 (MDT)
3093              Message-ID: <14250.21947.765134.940583@localhost.frii.com>
3094      Branch: cfgperl
3095            ! ext/B/B/Assembler.pm
3096 ____________________________________________________________________________
3097 [  3926] By: jhi                                   on 1999/08/05  17:25:19
3098         Log: Fix regex charclass parsing so that bogus ranges
3099              like [0-\d] and [[:word:]-z] are no more allowed.
3100              The anomaly was noticed by Guy Decoux.
3101      Branch: cfgperl
3102            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
3103 ____________________________________________________________________________
3104 [  3925] By: jhi                                   on 1999/08/05  10:31:47
3105         Log: split /^/ deprecation warning should not be on by default.
3106      Branch: cfgperl
3107            ! pp.c
3108 ____________________________________________________________________________
3109 [  3923] By: jhi                                   on 1999/08/05  09:16:57
3110         Log: From: paul.marquess@bt.com
3111              To: jhi@iki.fi, paul.marquess@bt.com
3112              Cc: gsar@ActiveState.com, perl5-porters@perl.org
3113              Subject: RE: [PATCH 5.005_60] anydbm.t + DB_File + Berkeley DB >= 2.4.10
3114              Date: Thu, 5 Aug 1999 09:33:14 +0100
3115              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B26@mbtlipnt02.btlabs.bt.co.uk>
3116      Branch: cfgperl
3117            ! t/lib/anydbm.t
3118 ____________________________________________________________________________
3119 [  3921] By: jhi                                   on 1999/08/05  08:05:13
3120         Log: From: paul.marquess@bt.com
3121              To: perl5-porters@perl.org
3122              Cc: gsar@activestate.com, nik@tiuk.ti.com, jhi@iki.fi,
3123              randy@theoryx5.uwinnipeg.ca
3124              Subject:  [PATCH 5.005_60] DB_File 1.70
3125              Date: Wed, 4 Aug 1999 23:22:22 +0100
3126              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B21@mbtlipnt02.btlabs.bt.co.uk>
3127              
3128              (Replaces change #3917)
3129      Branch: cfgperl
3130            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3131            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
3132 ____________________________________________________________________________
3133 [  3920] By: jhi                                   on 1999/08/04  19:02:58
3134         Log: From: Nathan Torkington <gnat@frii.com>
3135              To: perl5-porters@perl.org
3136              Subject: [5.005_60 PATCH] Make B::Bytecode work
3137              Date: Wed, 4 Aug 1999 11:24:56 -0600 (MDT)
3138              Message-ID: <14248.30568.769427.216092@localhost.frii.com>
3139      Branch: cfgperl
3140            ! ext/B/B/Assembler.pm
3141 ____________________________________________________________________________
3142 [  3919] By: jhi                                   on 1999/08/04  10:56:26
3143         Log: Update history records.
3144      Branch: cfgperl
3145            ! pod/perlhist.pod
3146 ____________________________________________________________________________
3147 [  3918] By: jhi                                   on 1999/08/04  09:36:13
3148         Log: Minor fixes to linux -Dusethreads -Duseperlio.
3149      Branch: cfgperl
3150            ! perlio.c
3151 ____________________________________________________________________________
3152 [  3917] By: jhi                                   on 1999/08/04  08:13:20
3153         Log: (Replaced by change #3921)
3154              From: paul.marquess@bt.com
3155              To: gsar@activestate.com
3156              Cc: perl5-porters@perl.org
3157              Subject: [PATCH 5.005_60] DB_File 1.69
3158              Date: Tue, 3 Aug 1999 22:55:00 +0100
3159              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6D04@mbtlipnt02.btlabs.bt.co.uk>
3160      Branch: cfgperl
3161            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3162            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
3163 ____________________________________________________________________________
3164 [  3916] By: jhi                                   on 1999/08/04  07:59:05
3165         Log: Introduce the charnames pragma.
3166              
3167              Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O
3168              From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu>
3169              To: Chip Salzenberg <[11]chip@perlsupport.com>
3170              Cc: Mailing list Perl5 <[12]perl5-porters@perl.org>
3171              Date: Sat, 31 Jul 1999 05:44:05 -0400
3172              Message-Id: <[13]199907311407.IAA25042@localhost.frii.com>
3173              
3174              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3175              To: Mailing list Perl5 <perl5-porters@perl.org>
3176              Subject: [PATCH 5.005_58] Named characters in Perl
3177              Date: Mon, 2 Aug 1999 19:25:40 -0400
3178              Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu>
3179      Branch: cfgperl
3180            + lib/charnames.pm t/lib/charnames.t
3181            ! MAINTAIN MANIFEST lib/utf8.pm pod/perldiag.pod pod/perlop.pod
3182            ! pod/perlre.pod regcomp.c toke.c
3183 ____________________________________________________________________________
3184 [  3915] By: jhi                                   on 1999/08/03  21:18:49
3185         Log: Support Configure -Dmake=pmake.
3186              Via private email from Andy.
3187              NOTE: assumes "basename" command.
3188      Branch: metaconfig
3189            ! U/modified/Config_sh.U
3190 ____________________________________________________________________________
3191 [  3914] By: jhi                                   on 1999/08/03  21:11:11
3192         Log: The op/filetest.t failed subtest 7 if testing as root.
3193              
3194              From: =?iso-8859-1?Q?Fran=E7ois=20D=E9sarm=E9nien?= <desar@club-internet.fr>
3195              To: perl5-porters@perl.org
3196              Subject: [ID 19990727.039] Not OK: perl 5.00558 on i386-sco 3.2v5.0.4
3197              Date: Tue, 27 Jul 1999 22:54:05 +0200
3198              Message-Id: <379E1C6D.626DC765@club-internet.fr>
3199      Branch: cfgperl
3200            ! t/op/filetest.t
3201 ____________________________________________________________________________
3202 [  3911] By: jhi                                   on 1999/08/03  19:52:38
3203         Log: The "-Dusethreads -Duseperlio" combination failed.
3204              
3205              From: Spider Boardman <spider@leggy.zk3.dec.com>
3206              To: perl5-porters@perl.org
3207              Subject: [ID 19990803.007] Not OK: perl 5.00560 on alpha-dec_osf-thread
3208              4.0 (UNINSTALLED)
3209              Date: Tue, 3 Aug 1999 14:25:00 -0400
3210              Message-Id: <199908031825.OAA29254@leggy.zk3.dec.com>
3211              
3212              See also change #3912.
3213      Branch: cfgperl
3214            ! perlio.c
3215 ____________________________________________________________________________
3216 [  3910] By: jhi                                   on 1999/08/03  10:44:24
3217         Log: From: Chris Nandor <pudge@pobox.com>
3218              To: perl5-porters@perl.org
3219              Subject: [PATCH 5.005_58] perlbug.PL 1.27
3220              Date: Wed, 28 Jul 1999 23:42:49 -0400
3221              Message-Id: <v04210104b3c57ce9e3de@[152.167.11.247]>
3222      Branch: cfgperl
3223            ! utils/perlbug.PL
3224 ____________________________________________________________________________
3225 [  3909] By: jhi                                   on 1999/08/03  10:41:04
3226         Log: Hints for building ByteLoader in SunoS.  Based on
3227              From: Andy Dougherty <doughera@lafayette.edu>
3228              To: Gurusamy Sarathy <gsar@activestate.com>
3229              Cc: Perl Porters <perl5-porters@perl.org>
3230              Subject: Re: 5.005_58 Not OK SunOS 4.1.3
3231              Date: Mon, 2 Aug 1999 14:01:58 -0400 (EDT)
3232              Message-Id: <Pine.GSU.4.05.9908021357410.5873-100000@newton.phys>
3233      Branch: cfgperl
3234            + ext/ByteLoader/hints/sunos.pl
3235            ! MANIFEST ext/ByteLoader/ByteLoader.xs
3236 ____________________________________________________________________________
3237 [  3908] By: jhi                                   on 1999/08/03  09:29:22
3238         Log: Clarify RE engine code; inline a static function to a macro;
3239              make exact string nodes smaller.
3240              
3241              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3242              To: perl5-porters@perl.org (Mailing list Perl5)
3243              Subject: [PATCH 5.005_60] Cosmetic change to REx engine
3244              Date: Mon, 2 Aug 1999 21:53:36 -0400 (EDT)
3245              Message-Id: <199908030153.VAA10542@monk.mps.ohio-state.edu>
3246      Branch: cfgperl
3247            ! Makefile.SH embed.pl global.sym keywords.h lib/warning.pm
3248            ! opcode.h pp.sym pp_proto.h regcomp.c regcomp.h regexec.c
3249            ! regnodes.h warning.h
3250 ____________________________________________________________________________
3251 [  3907] By: jhi                                   on 1999/08/03  08:11:49
3252         Log: 5_59 configured with -Dd_bincompat5005 can't be made
3253              binary compatible with a 5_03 which was built with -DEMBEDMYMALLOC.
3254              
3255              From: Spider Boardman <spider@leggy.zk3.dec.com>
3256              To: perl5-porters@perl.org
3257              Subject: [ID 19990802.016] Not OK: perl 5.00559
3258              Date: Mon, 2 Aug 1999 16:11:13 -0400
3259              Message-Id: <199908022011.QAA30224@leggy.zk3.dec.com>
3260      Branch: cfgperl
3261            ! embed.pl
3262 ____________________________________________________________________________
3263 [  3906] By: jhi                                   on 1999/08/03  07:48:59
3264         Log: Change #3790 redemption: with a little additional
3265              patch from Ilya it works okay.
3266      Branch: cfgperl
3267            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
3268            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
3269 ____________________________________________________________________________
3270 [  3905] By: gsar                                  on 1999/08/02  21:03:23
3271         Log: this will be 5.005_60
3272      Branch: perl
3273            ! Changes
3274
3275 ----------------
3276 Version 5.005_60
3277 ----------------
3278
3279 ____________________________________________________________________________
3280 [  3904] By: gsar                                  on 1999/08/02  20:30:23
3281         Log: don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
3282              in effect (from Spider Boardman <spider@leggy.zk3.dec.com>);
3283              regen headers
3284      Branch: perl
3285            ! embed.h embed.pl global.sym opcode.h perlapi.c
3286 ____________________________________________________________________________
3287 [  3903] By: gsar                                  on 1999/08/02  20:26:07
3288         Log: native int pack/unpack fixes (from Spider Boardman
3289              <spider@leggy.zk3.dec.com>)
3290      Branch: perl
3291            ! pp.c
3292 ____________________________________________________________________________
3293 [  3902] By: gsar                                  on 1999/08/02  20:24:41
3294         Log: fix broken -DDEBUGGING_OPS (from Spider Boardman
3295              <spider@leggy.zk3.dec.com>)
3296      Branch: perl
3297            + opnames.h
3298            ! Changes MANIFEST opcode.pl perl.h
3299 ____________________________________________________________________________
3300 [  3901] By: gsar                                  on 1999/08/02  18:51:18
3301         Log: integrate cfgperl contents
3302      Branch: perl
3303           !> INSTALL README pod/perldelta.pod
3304 ____________________________________________________________________________
3305 [  3900] By: jhi                                   on 1999/08/02  18:46:21
3306         Log: Update README and INSTALL; partly based on the message
3307              
3308              From: "John L. Allen" <allen@grumman.com>
3309              To: Jarkko Hietaniemi <jhi@iki.fi>
3310              cc: perl5-porters@perl.org
3311              Subject: Re: Perl Installation Problem
3312              Date: Thu, 29 Jul 1999 14:55:05 -0400 (EDT)
3313              Message-ID: <Pine.SOL.3.91.990729144440.1035A-100000@gateway.grumman.com>
3314              
3315              and private email from Andy Dougherty.
3316      Branch: cfgperl
3317            ! INSTALL README
3318 ____________________________________________________________________________
3319 [  3899] By: jhi                                   on 1999/08/02  18:36:35
3320         Log: Integrate with Sarathy.
3321      Branch: cfgperl
3322           !> op.c
3323 ____________________________________________________________________________
3324 [  3898] By: jhi                                   on 1999/08/02  18:34:49
3325         Log: Update PERL_BINCOMPAT_5005; update 64-bitness.
3326      Branch: cfgperl
3327            ! pod/perldelta.pod
3328 ____________________________________________________________________________
3329 [  3897] By: gsar                                  on 1999/08/02  18:18:37
3330         Log: optimizations could sometimes bypass bareword check
3331      Branch: perl
3332            ! op.c
3333 ____________________________________________________________________________
3334 [  3896] By: jhi                                   on 1999/08/02  18:18:34
3335         Log: Integrate with Sarathy.
3336      Branch: cfgperl
3337           !> Changes makedef.pl patchlevel.h win32/Makefile
3338           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3339           !> win32/makefile.mk
3340 ____________________________________________________________________________
3341 [  3895] By: gsar                                  on 1999/08/02  17:22:40
3342         Log: up patchlevel etc.
3343      Branch: perl
3344            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
3345            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
3346 ____________________________________________________________________________
3347 [  3894] By: gsar                                  on 1999/08/02  17:12:31
3348         Log: integrate change#3893, make it conditional on bincompat5005
3349      Branch: perl
3350            ! makedef.pl
3351 ____________________________________________________________________________
3352 [  3893] By: jhi                                   on 1999/08/02  16:49:08
3353         Log: PERL_BINCOMPAT_5005 symbol translation.
3354              (AIX wouldn't link neither perl nor extensions.)
3355      Branch: cfgperl
3356            ! makedef.pl
3357 ____________________________________________________________________________
3358 [  3892] By: gsar                                  on 1999/08/02  16:09:13
3359         Log: integrate cfgperl contents into mainline
3360      Branch: perl
3361           +> t/op/64bit.t
3362            ! Changes
3363           !> Configure MANIFEST config_h.SH doio.c dump.c hints/aix.sh op.c
3364           !> pod/perlfunc.pod pp_hot.c pp_sys.c regcomp.c sv.c t/io/open.t
3365           !> t/pragma/utf8.t t/pragma/warn/pp_hot toke.c util.c
3366 ____________________________________________________________________________
3367 [  3891] By: jhi                                   on 1999/08/02  14:52:40
3368         Log: AIX long long probing requires LL suffix for
3369              the ll constant.  The suffix doesn't seem
3370              to bother other ll platforms.
3371      Branch: cfgperl
3372            ! Configure config_h.SH hints/aix.sh
3373      Branch: metaconfig/U/perl
3374            ! quadfio.U
3375 ____________________________________________________________________________
3376 [  3890] By: jhi                                   on 1999/08/02  14:21:55
3377         Log: Exact path to perl for open -|.
3378      Branch: cfgperl
3379            ! t/io/open.t
3380 ____________________________________________________________________________
3381 [  3889] By: jhi                                   on 1999/08/02  14:18:03
3382         Log: Integrate with Sarathy.
3383      Branch: cfgperl
3384           !> Changes patchlevel.h pod/perlhist.pod pp_ctl.c util.c
3385           !> win32/Makefile win32/config_H.bc win32/config_H.gc
3386           !> win32/config_H.vc win32/makefile.mk win32/win32.c
3387 ____________________________________________________________________________
3388 [  3888] By: jhi                                   on 1999/08/02  14:14:29
3389         Log: AIX -Duse64bits: old AIXen do not have the getconf variables.
3390      Branch: cfgperl
3391            ! hints/aix.sh
3392 ____________________________________________________________________________
3393 [  3887] By: jhi                                   on 1999/08/02  12:53:10
3394         Log: Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
3395              emacs code indentation doesn't get wrong ideas--
3396              in other words, introduce a couple of "redundant" if:s.
3397      Branch: cfgperl
3398            ! doio.c dump.c op.c pp_hot.c pp_sys.c regcomp.c sv.c toke.c
3399            ! util.c
3400 ____________________________________________________________________________
3401 [  3886] By: jhi                                   on 1999/08/02  12:43:16
3402         Log: Mention that also *BSD systems with glibc are known to stumble.
3403      Branch: cfgperl
3404            ! t/pragma/warn/pp_hot
3405 ____________________________________________________________________________
3406 [  3885] By: jhi                                   on 1999/08/02  12:34:15
3407         Log: Allow also non-long long but still quad platforms print quads.
3408      Branch: cfgperl
3409            ! Configure config_h.SH
3410      Branch: metaconfig/U/perl
3411            ! longdblfio.U quadfio.U
3412 ____________________________________________________________________________
3413 [  3884] By: jhi                                   on 1999/08/02  11:56:14
3414         Log: Fix regclass utf8 hex ranges for quads.
3415      Branch: cfgperl
3416            ! regcomp.c
3417 ____________________________________________________________________________
3418 [  3883] By: jhi                                   on 1999/08/02  11:42:14
3419         Log: Enhance the description of how to detect quad support.
3420      Branch: cfgperl
3421            ! pod/perlfunc.pod
3422 ____________________________________________________________________________
3423 [  3882] By: jhi                                   on 1999/08/02  11:22:19
3424         Log: Fix printf %D %U %O for quads.
3425      Branch: cfgperl
3426            ! sv.c t/op/64bit.t
3427 ____________________________________________________________________________
3428 [  3881] By: jhi                                   on 1999/08/02  11:16:12
3429         Log: Document quad printing.
3430      Branch: cfgperl
3431            ! pod/perlfunc.pod
3432 ____________________________________________________________________________
3433 [  3880] By: jhi                                   on 1999/08/02  10:32:01
3434         Log: More 64-bit fixing.  One known bug of that kind
3435              remains, 32-bit platforms using long long in
3436              the test t/pragma/utf8 subtests 1-3 fail.
3437              (Update: change    #3884 fixed that one.)
3438      Branch: cfgperl
3439            + t/op/64bit.t
3440            ! Configure MANIFEST config_h.SH regcomp.c sv.c t/pragma/utf8.t
3441
3442 ----------------
3443 Version 5.005_59
3444 ----------------
3445
3446 ____________________________________________________________________________
3447 [  3879] By: gsar                                  on 1999/08/02  08:18:58
3448         Log: integrate cfgperl changes into mainline
3449      Branch: perl
3450           !> Configure config_h.SH sv.c
3451 ____________________________________________________________________________
3452 [  3878] By: gsar                                  on 1999/08/02  08:13:16
3453         Log: change#3692 had an unintentional patch leak through!
3454              (this would explain the mysterious C<next LABEL> failures
3455              people have seen)
3456      Branch: perl
3457            ! pp_ctl.c
3458 ____________________________________________________________________________
3459 [  3877] By: gsar                                  on 1999/08/02  08:00:29
3460         Log: up patchlevel to 59
3461      Branch: perl
3462            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
3463            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3464            ! win32/makefile.mk
3465 ____________________________________________________________________________
3466 [  3876] By: gsar                                  on 1999/08/02  07:51:18
3467         Log: fix coredump under usethreads+debug
3468      Branch: perl
3469            ! util.c
3470 ____________________________________________________________________________
3471 [  3875] By: jhi                                   on 1999/08/02  07:50:51
3472         Log: d_bincompat5005 could be left empty.
3473      Branch: cfgperl
3474            ! Configure config_h.SH
3475      Branch: metaconfig/U/perl
3476            ! bincompat5005.U
3477 ____________________________________________________________________________
3478 [  3874] By: jhi                                   on 1999/08/02  07:42:45
3479         Log: Fix printf %d when IV is quad.
3480      Branch: cfgperl
3481            ! sv.c
3482 ____________________________________________________________________________
3483 [  3873] By: gsar                                  on 1999/08/02  07:41:03
3484         Log: fix d_bincompat5005='' junking config.h
3485      Branch: perl
3486            ! Configure
3487 ____________________________________________________________________________
3488 [  3872] By: gsar                                  on 1999/08/02  07:38:48
3489         Log: C needs parameter list, not merely type
3490      Branch: perl
3491            ! win32/win32.c
3492 ____________________________________________________________________________
3493 [  3871] By: jhi                                   on 1999/08/02  07:20:51
3494         Log: Integrate with Sarathy.
3495      Branch: cfgperl
3496           !> Changes ext/B/B/C.pm ext/B/B/CC.pm regexec.c
3497 ____________________________________________________________________________
3498 [  3870] By: gsar                                  on 1999/08/02  07:12:18
3499         Log: integrate cfgperl changes into mainline
3500      Branch: perl
3501            ! Changes
3502           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
3503           !> Porting/config_H config_h.SH doio.c dump.c mg.c op.c perl.h
3504           !> pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c t/pragma/warn/sv
3505           !> toke.c util.c
3506 ____________________________________________________________________________
3507 [  3869] By: gsar                                  on 1999/08/02  06:59:09
3508         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
3509              Date: Sat, 31 Jul 1999 19:08:33 -0700
3510              Message-ID: <LAONLKLELDJAFAAA@my-deja.com>
3511              Subject: [PATCH 5.005_58] "use constant" in the compiler
3512      Branch: perl
3513            ! ext/B/B/C.pm ext/B/B/CC.pm
3514 ____________________________________________________________________________
3515 [  3868] By: gsar                                  on 1999/08/02  06:55:51
3516         Log: debug build tweak
3517      Branch: perl
3518            ! regexec.c
3519 ____________________________________________________________________________
3520 [  3867] By: gsar                                  on 1999/08/02  06:35:18
3521         Log: create vmsperl branch (to be owned and operated by: cbailey)
3522      Branch: vmsperl
3523           +> (branch 1476 files)
3524 ____________________________________________________________________________
3525 [  3866] By: jhi                                   on 1999/08/01  23:34:40
3526         Log: so_locations once is enough.
3527      Branch: cfgperl
3528            ! Makefile.SH
3529 ____________________________________________________________________________
3530 [  3865] By: jhi                                   on 1999/08/01  23:13:05
3531         Log: Simplicate duplicated code.
3532      Branch: cfgperl
3533            ! util.c
3534 ____________________________________________________________________________
3535 [  3864] By: jhi                                   on 1999/08/01  22:41:41
3536         Log: Integrate with Sarathy.  perl.h and util.c required manual resolving.
3537      Branch: cfgperl
3538           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
3539           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
3540            - README.cygwin32 cygwin32/Makefile.SHs
3541            - cygwin32/build-instructions.READFIRST
3542            - cygwin32/build-instructions.charles-wilson
3543            - cygwin32/build-instructions.sebastien-barre
3544            - cygwin32/build-instructions.steven-morlock
3545            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
3546            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
3547            - hints/cygwin32.sh
3548           !> (integrate 61 files)
3549 ____________________________________________________________________________
3550 [  3863] By: jhi                                   on 1999/08/01  22:36:02
3551         Log: Regen Configure and Glossary once again.
3552      Branch: cfgperl
3553            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3554            ! config_h.SH
3555 ____________________________________________________________________________
3556 [  3862] By: jhi                                   on 1999/08/01  22:26:09
3557         Log: Glossary update for #3861.
3558      Branch: cfgperl
3559            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3560            ! config_h.SH
3561 ____________________________________________________________________________
3562 [  3861] By: jhi                                   on 1999/08/01  22:22:51
3563         Log: 64-bit work.  Now 32-bit platforms get a 100% make test
3564              with -Duse64bits (using long long).
3565              Tested in Solaris 2.6 sparc  RH Linux 6.0 x86
3566              (and Digital IX 4.0D, to get a true 64-bit opinion).  Now e.g.
3567              'print unpack "q", pack "q", 12345678901'
3568              should work on such 32-bit platforms.
3569              Still a lot of printf()s behind -D which wrongly assume
3570              that %ld/%lx and (long) are a good combination.
3571              Introducing a slew of new macros intended to be used in printf()
3572              format strings: e. g. PERL_PRId64 is the string to be used
3573              when printing an IV, printf("%" PERL_PRId64 "\n", iv).
3574              The PRI... naming follows the C9X naming of <inttypes.h> macros.
3575      Branch: cfgperl
3576            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3577            ! config_h.SH doio.c dump.c mg.c op.c perl.h pp_ctl.c pp_hot.c
3578            ! pp_sys.c scope.c sv.c t/pragma/warn/sv toke.c util.c
3579      Branch: metaconfig/U/perl
3580            + atolf.U atoll.U longdblfio.U quadfio.U strtoull.U
3581 ____________________________________________________________________________
3582 [  3860] By: gsar                                  on 1999/08/01  21:23:18
3583         Log: integrate cfgperl contents into mainline
3584      Branch: perl
3585            ! toke.c
3586           !> (integrate 29 files)
3587 ____________________________________________________________________________
3588 [  3859] By: gsar                                  on 1999/08/01  21:13:09
3589         Log: From: Nathan Torkington <gnat@frii.com>
3590              Date: Sun, 1 Aug 1999 11:23:35 -0600 (MDT)
3591              Message-ID: <14244.33431.739419.806927@localhost.frii.com>
3592              Subject: [PATCH 5.005_58] ext/B/B/Disassembler.pm patch
3593      Branch: perl
3594            ! ext/B/B/Disassembler.pm
3595 ____________________________________________________________________________
3596 [  3858] By: gsar                                  on 1999/08/01  21:09:15
3597         Log: DB_File 1.68 update from Paul Marquess
3598      Branch: perl
3599            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3600            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
3601            ! t/lib/db-recno.t
3602 ____________________________________________________________________________
3603 [  3857] By: gsar                                  on 1999/08/01  21:05:54
3604         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3605              Date: Sat, 31 Jul 1999 05:13:38 -0400
3606              Message-Id: <199907311407.IAA25038@localhost.frii.com>
3607              Subject: [PATCH 5.005_58] More optimizations to REx engine
3608      Branch: perl
3609            ! embed.pl embedvar.h ext/Thread/Thread.xs objXSUB.h perl.c
3610            ! perl.h proto.h regcomp.c regexec.c t/op/re_tests thrdvar.h
3611 ____________________________________________________________________________
3612 [  3856] By: gsar                                  on 1999/08/01  20:59:59
3613         Log: slightly modified version of suggested patch
3614              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3615              Date: Sat, 31 Jul 1999 04:45:12 -0400
3616              Message-Id: <199907311406.IAA25034@localhost.frii.com>
3617              Subject: [PATCH 5.005_58] Fix OS/2 build
3618      Branch: perl
3619            ! Makefile.SH lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
3620            ! makedef.pl os2/Makefile.SHs os2/diff.configure perl.h sv.h
3621 ____________________________________________________________________________
3622 [  3855] By: gsar                                  on 1999/08/01  20:49:06
3623         Log: cygwin update
3624              From: "Fifer, Eric" <EFifer@sanwaint.com>
3625              Date: Fri, 30 Jul 1999 18:31:48 +0100
3626              Message-Id: <71E287AB0D94D111BBD600600849EC8185EE06@POST>
3627              Subject: [ID 19990730.003] PATCH] perl5.005_58 cygwin port
3628      Branch: perl
3629            ! doio.c dosish.h lib/File/Spec/Unix.pm mg.c perl.h perlsdio.h
3630            ! pp_sys.c unixish.h util.c
3631 ____________________________________________________________________________
3632 [  3854] By: gsar                                  on 1999/08/01  20:41:53
3633         Log: fixes from Stephen McCamant that address bugs in change#3612
3634              (the optimization shouldn't be enabled in expressions where
3635              the variable is introduced), and fix Deparse to grok the
3636              optimization
3637              Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT)
3638              Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net>
3639              Subject: [PATCH _58] Set OPpTARGET_MY more consistently
3640              --
3641              Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT)
3642              Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net>
3643              Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction
3644              --
3645              Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT)
3646              Message-Id: <199907310326.VAA24376@localhost.frii.com>
3647              Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...')
3648      Branch: perl
3649            ! ext/B/B/Deparse.pm op.c
3650 ____________________________________________________________________________
3651 [  3853] By: gsar                                  on 1999/08/01  20:31:32
3652         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
3653              Date: Thu, 29 Jul 1999 14:08:50 -0500 (CDT)
3654              Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net>
3655              Subject: [PATCH _58] Two one-liner LOGOP tweaks
3656      Branch: perl
3657            ! op.c opcode.h opcode.pl
3658 ____________________________________________________________________________
3659 [  3852] By: gsar                                  on 1999/08/01  20:29:17
3660         Log: rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
3661      Branch: perl
3662            ! AUTHORS EXTERN.h INSTALL MAINTAIN Makefile.SH Porting/patchls
3663            ! README.cygwin README.win32 XSUB.h cygwin/Makefile.SHs
3664            ! ext/DynaLoader/dl_cygwin.xs ext/POSIX/POSIX.xs
3665            ! ext/SDBM_File/sdbm/pair.c hints/cygwin.sh
3666            ! lib/ExtUtils/MM_Cygwin.pm makedepend.SH perl.h pod/perl.pod
3667            ! pod/perlport.pod pp_sys.c util.c
3668 ____________________________________________________________________________
3669 [  3851] By: gsar                                  on 1999/08/01  20:20:05
3670         Log: move files around for s/cygwin32/cygwin/ renaming
3671      Branch: perl
3672           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
3673           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
3674            - README.cygwin32 cygwin32/Makefile.SHs
3675            - cygwin32/build-instructions.READFIRST
3676            - cygwin32/build-instructions.charles-wilson
3677            - cygwin32/build-instructions.sebastien-barre
3678            - cygwin32/build-instructions.steven-morlock
3679            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
3680            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
3681            - hints/cygwin32.sh
3682            ! MANIFEST
3683 ____________________________________________________________________________
3684 [  3850] By: gsar                                  on 1999/08/01  20:05:14
3685         Log: posix-bc hints tweak (via private mail from Thomas Dorner
3686              <Thomas.Dorner@start.de>)
3687      Branch: perl
3688            ! Changes hints/posix-bc.sh
3689 ____________________________________________________________________________
3690 [  3849] By: gsar                                  on 1999/08/01  19:50:20
3691         Log: notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
3692              <gnat@frii.com>)
3693      Branch: perl
3694            ! perl.h pod/perldelta.pod pod/perlguts.pod
3695 ____________________________________________________________________________
3696 [  3848] By: gsar                                  on 1999/08/01  18:34:41
3697         Log: fix defined(@foo) encarpments
3698      Branch: perl
3699            ! ext/B/B/C.pm lib/CGI.pm lib/Dumpvalue.pm lib/dumpvar.pl
3700            ! pod/perltrap.pod
3701 ____________________________________________________________________________
3702 [  3847] By: jhi                                   on 1999/08/01  17:17:07
3703         Log: Undo #3790 and the patches that attempted to fix it
3704              (#3837, #3838, #3845).  The #3790 caused linkage failures
3705              and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
3706              IRIX 6.5.
3707      Branch: cfgperl
3708            - ext/SDBM_File/hints/dec_osf.pl ext/SDBM_File/hints/solaris.pl
3709            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
3710            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
3711 ____________________________________________________________________________
3712 [  3846] By: jhi                                   on 1999/08/01  11:41:52
3713         Log: Reading 64-bit decimal numbers was broken because
3714              the NV was cast to an I32, not an IV.
3715      Branch: cfgperl
3716            ! toke.c
3717 ____________________________________________________________________________
3718 [  3845] By: jhi                                   on 1999/08/01  11:00:24
3719         Log: Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
3720      Branch: cfgperl
3721            + ext/SDBM_File/hints/solaris.pl
3722 ____________________________________________________________________________
3723 [  3844] By: jhi                                   on 1999/08/01  10:55:44
3724         Log: Enable Solaris largefiles support only if -Duse64bits is used.
3725              (Effectively removes #3311).
3726      Branch: cfgperl
3727            ! hints/solaris_2.sh
3728 ____________________________________________________________________________
3729 [  3843] By: jhi                                   on 1999/07/31  22:44:56
3730         Log: Integer overflow iteration.
3731      Branch: cfgperl
3732            ! t/op/oct.t toke.c util.c
3733 ____________________________________________________________________________
3734 [  3842] By: jhi                                   on 1999/07/31  22:11:03
3735         Log: Remove a lot of unused regnode codes.
3736              Noticed by Ilya.
3737      Branch: cfgperl
3738            ! regcomp.c regcomp.sym regexec.c regnodes.h
3739 ____________________________________________________________________________
3740 [  3841] By: jhi                                   on 1999/07/31  21:53:54
3741         Log: Make the use64bits and usethreads friendlier/braver;
3742              they no more wimp out if the platform is unknown.
3743              On use64bits if gcc used -DUSE_LONG_LONG is added
3744              to the ccflags (this dependency on gcc caused a slightly weird
3745              reordering of Configure, but things still seem to work.)
3746      Branch: cfgperl
3747            ! Configure README.threads config_h.SH
3748      Branch: metaconfig
3749            ! U/threads/usethreads.U
3750      Branch: metaconfig/U/perl
3751            ! use64bits.U
3752 ____________________________________________________________________________
3753 [  3840] By: jhi                                   on 1999/07/31  20:26:22
3754         Log: Hack the "integer overflow" code some more.
3755      Branch: cfgperl
3756            ! perl.h toke.c util.c
3757 ____________________________________________________________________________
3758 [  3839] By: jhi                                   on 1999/07/31  20:22:00
3759         Log: Test oct() at the 2^32-1 limit.
3760      Branch: cfgperl
3761            ! t/op/oct.t
3762 ____________________________________________________________________________
3763 [  3838] By: jhi                                   on 1999/07/31  20:08:43
3764         Log: Update MANIFEST for #3837.
3765      Branch: cfgperl
3766            ! MANIFEST
3767 ____________________________________________________________________________
3768 [  3837] By: jhi                                   on 1999/07/31  20:02:40
3769         Log: Digital UNIX 4.0D doesn't like perl malloc on sdbm
3770              (a core dump with a corrput stack ensues).
3771      Branch: cfgperl
3772            + ext/SDBM_File/hints/dec_osf.pl
3773 ____________________________________________________________________________
3774 [  3836] By: jhi                                   on 1999/07/29  21:09:01
3775         Log: Allow for Configure -Ubincompat5005 override.
3776      Branch: cfgperl
3777            ! Configure config_h.SH
3778      Branch: metaconfig/U/perl
3779            ! bincompat5005.U
3780 ____________________________________________________________________________
3781 [  3835] By: jhi                                   on 1999/07/29  21:04:02
3782         Log: Make Configure support PERL_BINCOMPAT_5005.
3783      Branch: cfgperl
3784            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3785            ! config_h.SH
3786      Branch: metaconfig/U/perl
3787            + bincompat5005.U
3788 ____________________________________________________________________________
3789 [  3834] By: jhi                                   on 1999/07/29  19:25:35
3790         Log: AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com> 
3791      Branch: cfgperl
3792            ! Makefile.SH
3793 ____________________________________________________________________________
3794 [  3833] By: jhi                                   on 1999/07/29  14:07:09
3795         Log: Integrate with Sarathy.  I overruled on perldelta
3796              and perldiag.
3797      Branch: cfgperl
3798           !> README.win32 emacs/cperl-mode.el globals.c installperl
3799           !> iperlsys.h makedef.pl perl.h pod/perldelta.pod
3800           !> pod/perldiag.pod pod/perllexwarn.pod toke.c utils/perldoc.PL
3801           !> win32/Makefile win32/bin/pl2bat.pl win32/makefile.mk
3802           !> win32/perllib.c win32/win32.c
3803 ____________________________________________________________________________
3804 [  3832] By: jhi                                   on 1999/07/29  14:02:50
3805         Log: Repent and make overly large integerish
3806              constants non-fatal.  They are now promoted
3807              to NVs, accompanied by an overflow warning that
3808              is by default on.
3809      Branch: cfgperl
3810            ! embed.pl global.sym pod/perldelta.pod pod/perldiag.pod pp.c
3811            ! proto.h t/op/oct.t t/pragma/warn/6default t/pragma/warn/util
3812            ! toke.c util.c
3813 ____________________________________________________________________________
3814 [  3831] By: jhi                                   on 1999/07/29  11:40:04
3815         Log: AIX exhibits different error on failed system().
3816              Slightly modified patch via private email from
3817              David R. Favor <dfavor@austin.ibm.com>
3818      Branch: cfgperl
3819            ! t/op/exec.t
3820 ____________________________________________________________________________
3821 [  3830] By: gsar                                  on 1999/07/29  07:46:11
3822         Log: cperl-mode.el v4.19
3823      Branch: perl
3824            ! emacs/cperl-mode.el
3825 ____________________________________________________________________________
3826 [  3829] By: gsar                                  on 1999/07/29  07:30:35
3827         Log: From: jan.dubois@ibm.net (Jan Dubois)
3828              Date: Wed, 28 Jul 1999 22:01:42 +0200
3829              Message-ID: <37aa5f9b.12941448@smtp1.ibm.net>
3830              Subject: [PATCH 5.005_58] win32/bin/pl2bat.pl doesn't work correctly
3831      Branch: perl
3832            ! win32/bin/pl2bat.pl
3833 ____________________________________________________________________________
3834 [  3828] By: gsar                                  on 1999/07/29  07:19:27
3835         Log: tweak previous change for multiple hits
3836      Branch: perl
3837            ! utils/perldoc.PL
3838 ____________________________________________________________________________
3839 [  3827] By: gsar                                  on 1999/07/29  07:10:00
3840         Log: band-aid for perldoc -t broken-ness (the new Pod::Text
3841              really needs a pod2text() compatibility function)
3842      Branch: perl
3843            ! utils/perldoc.PL
3844 ____________________________________________________________________________
3845 [  3826] By: gsar                                  on 1999/07/29  01:33:46
3846         Log: minor tweaks to pods and toke.c comments
3847      Branch: perl
3848            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod toke.c
3849 ____________________________________________________________________________
3850 [  3825] By: gsar                                  on 1999/07/29  00:12:52
3851         Log: integrate cfgperl changes into mainline
3852      Branch: perl
3853           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3854           !> README.threads config_h.SH ext/IO/lib/IO/Handle.pm
3855           !> ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
3856           !> ext/POSIX/POSIX.xs lib/ExtUtils/Install.pm perl.h
3857           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
3858           !> pod/perllexwarn.pod pod/perlre.pod pp.c pp_sys.c
3859           !> t/lib/io_unix.t t/op/oct.t t/pragma/warn/6default
3860           !> t/pragma/warn/util toke.c util.c
3861 ____________________________________________________________________________
3862 [  3824] By: jhi                                   on 1999/07/28  21:15:04
3863         Log: Tiny patch to go over #3820 (via private mail from Lincoln).
3864      Branch: cfgperl
3865            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
3866            ! ext/IO/lib/IO/Socket/INET.pm
3867 ____________________________________________________________________________
3868 [  3823] By: jhi                                   on 1999/07/28  20:29:17
3869         Log: Continue pack() doc honing.
3870      Branch: cfgperl
3871            ! pod/perlfunc.pod
3872 ____________________________________________________________________________
3873 [  3822] By: jhi                                   on 1999/07/28  20:17:37
3874         Log: Enhance pack() doc.
3875      Branch: cfgperl
3876            ! pod/perlfunc.pod
3877 ____________________________________________________________________________
3878 [  3821] By: jhi                                   on 1999/07/28  18:34:50
3879         Log: UNIX Domain Sockets are not implemented under QNX.
3880              
3881              From: Norton Allen <allen@huarp.harvard.edu>
3882              To: perl5-porters@perl.org
3883              Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX
3884              Date: Wed, 28 Jul 1999 14:07:16 -0400 (edt)
3885              Message-Id: <199907281807.OAA13167@bottesini.harvard.edu>
3886      Branch: cfgperl
3887            ! t/lib/io_unix.t
3888 ____________________________________________________________________________
3889 [  3820] By: jhi                                   on 1999/07/28  18:13:37
3890         Log: IO::* enhancements.
3891              
3892              1) write() and syswrite() will now accept a single-argument
3893              form of the call, for consistency with Perl's syswrite().
3894              2) You can create a TCP-based IO::Socket::INET without forcing
3895              a connect attempt.  This allows you to configure its options
3896              (like making it non-blocking) and then call connect() manually.
3897              3) Fixed a bug that prevented the IO::Socket::protocol() accessor
3898              from ever returning the correct value.
3899              
3900              From: Lincoln Stein <lstein@formaggio.cshl.org>
3901              To: Graham Barr <gbarr@pobox.com>
3902              Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
3903              Subject: Re: patch for IO::*
3904              Date: Wed, 28 Jul 1999 13:55:05 -0400 (EDT)
3905              Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
3906      Branch: cfgperl
3907            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
3908            ! ext/IO/lib/IO/Socket/INET.pm
3909 ____________________________________________________________________________
3910 [  3819] By: gsar                                  on 1999/07/28  18:08:06
3911         Log: misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
3912      Branch: perl
3913            ! README.win32 globals.c installperl iperlsys.h makedef.pl
3914            ! perl.h win32/Makefile win32/makefile.mk win32/perllib.c
3915            ! win32/win32.c
3916 ____________________________________________________________________________
3917 [  3818] By: jhi                                   on 1999/07/28  17:48:16
3918         Log: Need to add QNX to the list for DONT_DECLARE_STD.
3919              (The elimination of use of the _() macro apparently triggered
3920              an incompatability with a #define of atof)
3921              
3922              From: Norton Allen <allen@huarp.harvard.edu>
3923              To: perl5-porters@perl.org
3924              Subject: [ID 19990728.008] Patch:perl.h _58 QNX
3925              Date: Wed, 28 Jul 1999 13:06:23 -0400 (edt)
3926              Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>
3927      Branch: cfgperl
3928            ! perl.h
3929 ____________________________________________________________________________
3930 [  3817] By: jhi                                   on 1999/07/28  17:46:30
3931         Log: Need to add some more conditions to deal with the case
3932              defined(HAS_GETSPNAM) && ! defined(HAS_GETSPENT)
3933              which is true for QNX4.
3934              From: Norton Allen <allen@huarp.harvard.edu>
3935              To: perl5-porters@perl.org
3936              Subject: [ID 19990728.009] Patch:pp_sys.c _58 QNX
3937              Date: Wed, 28 Jul 1999 13:08:42 -0400 (edt)
3938              Message-Id: <199907281708.NAA07947@bottesini.harvard.edu>
3939      Branch: cfgperl
3940            ! pp_sys.c
3941 ____________________________________________________________________________
3942 [  3816] By: jhi                                   on 1999/07/28  17:43:40
3943         Log: The QNX shell needs a couple more semicolons.
3944              
3945              From: Norton Allen <allen@huarp.harvard.edu>
3946              To: perl5-porters@perl.org
3947              Subject: [ID 19990728.007] Patch:Configure _58 QNX
3948              Date: Wed, 28 Jul 1999 13:03:00 -0400 (edt)
3949              Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
3950              
3951              plus silence metalint moanings on vendorprefix.
3952      Branch: cfgperl
3953            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3954            ! config_h.SH
3955 ____________________________________________________________________________
3956 [  3815] By: jhi                                   on 1999/07/28  17:31:11
3957         Log: Silence metalint on vendorprefix.U.
3958      Branch: metaconfig
3959            ! U/installdirs/vendorprefix.U
3960 ____________________________________________________________________________
3961 [  3814] By: jhi                                   on 1999/07/28  17:13:29
3962         Log: QNX shell needs more semicolons.
3963      Branch: metaconfig/U/perl
3964            ! Extensions.U
3965 ____________________________________________________________________________
3966 [  3813] By: jhi                                   on 1999/07/28  17:05:08
3967         Log: Integrate with Sarathy.
3968      Branch: cfgperl
3969           !> lib/ExtUtils/MM_Unix.pm
3970 ____________________________________________________________________________
3971 [  3812] By: jhi                                   on 1999/07/28  16:20:17
3972         Log: Fix a typo, un-shout, and reformat the installation output.
3973      Branch: cfgperl
3974            ! lib/ExtUtils/Install.pm
3975 ____________________________________________________________________________
3976 [  3811] By: gsar                                  on 1999/07/28  15:41:11
3977         Log: fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
3978      Branch: perl
3979            ! lib/ExtUtils/MM_Unix.pm
3980 ____________________________________________________________________________
3981 [  3810] By: jhi                                   on 1999/07/28  13:55:57
3982         Log: Talk more about subsecond things in perlfunc.
3983              (Yes, redundant with perlfaq8.)
3984      Branch: cfgperl
3985            ! pod/perlfunc.pod
3986 ____________________________________________________________________________
3987 [  3809] By: jhi                                   on 1999/07/28  07:23:48
3988         Log: Integrate with Sarathy.
3989      Branch: cfgperl
3990           !> configpm hints/freebsd.sh lib/Pod/Html.pm perl.h t/op/grent.t
3991           !> t/op/pwent.t
3992 ____________________________________________________________________________
3993 [  3808] By: jhi                                   on 1999/07/28  07:23:03
3994         Log: Document toke.c.
3995              From: Nathan Torkington <gnat@frii.com>
3996              To: perl5-porters@perl.org
3997              Subject: Re: toke.c patch, work in progress
3998              Date: Tue, 27 Jul 1999 23:02:09 -0600 (MDT)
3999              Message-ID: <14238.36561.979473.667842@localhost.frii.com>
4000      Branch: cfgperl
4001            ! toke.c
4002 ____________________________________________________________________________
4003 [  3807] By: jhi                                   on 1999/07/28  07:10:56
4004         Log: perlre clarification.
4005              
4006              From: Ian Phillipps <ian@dial.pipex.com>
4007              To: Perl 5 Porters <perl5-porters@perl.org>
4008              Subject: [PATCH 5.00557] Add definite article to perlre.pod
4009              Date: Tue, 27 Jul 1999 10:46:29 +0100
4010              Message-ID: <19990727104629.A10074@homer.diplex.co.uk>
4011      Branch: cfgperl
4012            ! pod/perlre.pod
4013 ____________________________________________________________________________
4014 [  3806] By: gsar                                  on 1999/07/28  07:07:46
4015         Log: fix the perl -V breakage
4016              
4017              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4018              To: Jarkko Hietaniemi <jhi@iki.fi>
4019              Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org,
4020              gsar@activestate.com
4021              Subject: Re: Follow up to: _58 on AIX 431
4022              Date: Tue, 27 Jul 1999 17:42:00 -0400
4023              Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu>
4024      Branch: perl
4025            ! configpm
4026 ____________________________________________________________________________
4027 [  3805] By: gsar                                  on 1999/07/28  07:03:34
4028         Log: avoid warning (from Doug MacEachern)
4029      Branch: perl
4030            ! perl.h
4031 ____________________________________________________________________________
4032 [  3804] By: gsar                                  on 1999/07/28  06:59:30
4033         Log: Pod::Html tweak
4034              
4035              From: jan.dubois@ibm.net (Jan Dubois)
4036              To: perl5-porters@perl.org
4037              Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
4038              Date: Tue, 27 Jul 1999 22:14:12 +0200
4039              Message-ID: <37a50af0.46171380@smtp1.ibm.net>
4040      Branch: perl
4041            ! lib/Pod/Html.pm
4042 ____________________________________________________________________________
4043 [  3803] By: gsar                                  on 1999/07/28  06:56:38
4044         Log: freebsd hints update
4045              
4046              From: Anton Berezin <tobez@plab.ku.dk>
4047              To: perl5-porters@perl.org
4048              Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED)
4049              Date: Tue, 27 Jul 1999 20:29:39 +0200 (CEST)
4050              Message-Id: <199907271829.UAA62861@lion.plab.ku.dk>
4051      Branch: perl
4052            ! hints/freebsd.sh
4053 ____________________________________________________________________________
4054 [  3802] By: gsar                                  on 1999/07/28  06:51:32
4055         Log: cosmetic testsuite patch
4056              
4057              From: Graham Barr <gbarr@ti.com>
4058              To: Perl5 Porters <perl5-porters@perl.org>
4059              Subject: 5.005_58 build
4060              Date: Tue, 27 Jul 1999 08:09:25 -0500
4061              Message-ID: <19990727080925.F4683@dal.asp.ti.com>
4062      Branch: perl
4063            ! t/op/grent.t t/op/pwent.t
4064 ____________________________________________________________________________
4065 [  3801] By: jhi                                   on 1999/07/27  13:49:39
4066         Log: Minuscule cleanup of the integer overflow patch.
4067      Branch: cfgperl
4068            ! util.c
4069 ____________________________________________________________________________
4070 [  3800] By: jhi                                   on 1999/07/27  13:37:23
4071         Log: Test hex('x...').
4072      Branch: cfgperl
4073            ! t/op/oct.t
4074 ____________________________________________________________________________
4075 [  3799] By: jhi                                   on 1999/07/27  12:45:45
4076         Log: Integrate with Sarathy (5.005_58).
4077      Branch: cfgperl
4078            - ext/B/byteperl.c
4079           !> Changes MANIFEST Porting/makerel configpm embed.h embed.pl
4080           !> ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.pm
4081           !> ext/SDBM_File/Makefile.PL lib/AutoLoader.pm
4082           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
4083           !> lib/Pod/Parser.pm lib/SelfLoader.pm os2/OS2/REXX/Makefile.PL
4084           !> perl.h pod/perldelta.pod pod/perlfaq9.pod pod/perlhist.pod
4085           !> win32/bin/pl2bat.pl win32/config_H.bc win32/config_H.gc
4086           !> win32/config_H.vc
4087 ____________________________________________________________________________
4088 [  3798] By: jhi                                   on 1999/07/27  12:42:43
4089         Log: Integer constants (0x, 0[0-7], 0b) now overflow fatally,
4090              they used to be just optional lexical warnings.
4091              Also, with warnings turned on, constants > 2**32-1
4092              trigger a non-portability warning.
4093      Branch: cfgperl
4094            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod pp.c
4095            ! t/op/oct.t t/pragma/warn/6default t/pragma/warn/util toke.c
4096            ! util.c
4097 ____________________________________________________________________________
4098 [  3797] By: gsar                                  on 1999/07/27  10:48:27
4099         Log: here lies 5.005_58
4100      Branch: perl
4101            - ext/B/byteperl.c
4102            ! Changes MANIFEST Porting/makerel pod/perldelta.pod
4103            ! pod/perlfaq9.pod pod/perlhist.pod
4104
4105 ----------------
4106 Version 5.005_58
4107 ----------------
4108
4109 ____________________________________________________________________________
4110 [  3796] By: gsar                                  on 1999/07/27  09:23:42
4111         Log: regenerate win32/config_H.?c
4112      Branch: perl
4113            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4114 ____________________________________________________________________________
4115 [  3795] By: gsar                                  on 1999/07/27  09:02:31
4116         Log: From: Tye McQueen <tye@metronet.com>
4117              Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
4118              Message-Id: <199907270019.AA08223@metronet.com>
4119              Subject: Patch pl2bat.pl so batch file can fail
4120      Branch: perl
4121            ! win32/bin/pl2bat.pl
4122 ____________________________________________________________________________
4123 [  3794] By: gsar                                  on 1999/07/27  08:59:58
4124         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4125              Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
4126              Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
4127              Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
4128      Branch: perl
4129            ! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
4130            ! lib/SelfLoader.pm
4131 ____________________________________________________________________________
4132 [  3793] By: gsar                                  on 1999/07/27  08:19:16
4133         Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
4134              (from Andy Dougherty)
4135      Branch: perl
4136            ! embed.h embed.pl
4137 ____________________________________________________________________________
4138 [  3792] By: gsar                                  on 1999/07/27  08:04:19
4139         Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
4140              and Brad Appleton)
4141      Branch: perl
4142            ! lib/Pod/Parser.pm
4143 ____________________________________________________________________________
4144 [  3791] By: gsar                                  on 1999/07/27  07:50:54
4145         Log: cover case where CLK_TCK is a float, not integer (from
4146              alexander smishlajev <als@turnhere.com>)
4147      Branch: perl
4148            ! ext/Devel/DProf/DProf.xs
4149 ____________________________________________________________________________
4150 [  3790] By: gsar                                  on 1999/07/27  07:45:08
4151         Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
4152              to call Perl_malloc() as malloc() (from Ilya Zakharevich)
4153      Branch: perl
4154            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
4155            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
4156 ____________________________________________________________________________
4157 [  3789] By: jhi                                   on 1999/07/27  07:44:55
4158         Log: Integrate with Sarathy.
4159      Branch: cfgperl
4160           +> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
4161           !> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
4162           !> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
4163           !> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
4164           !> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
4165           !> proto.h t/comp/proto.t t/io/open.t
4166 ____________________________________________________________________________
4167 [  3788] By: gsar                                  on 1999/07/27  07:29:59
4168         Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
4169              to Russ Allbery <rra@stanford.edu>); s/Simple// and
4170              s/pod2txt/pod2text/ etc.
4171      Branch: perl
4172            + lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
4173            ! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
4174 ____________________________________________________________________________
4175 [  3787] By: gsar                                  on 1999/07/27  06:48:40
4176         Log: From: Andy Dougherty <doughera@lafayette.edu>
4177              Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
4178              Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
4179              Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
4180      Branch: perl
4181            ! ext/SDBM_File/sdbm/sdbm.h
4182 ____________________________________________________________________________
4183 [  3786] By: gsar                                  on 1999/07/27  06:30:09
4184         Log: applied suggested patch; added missing prototype changes to
4185              opcode.pl along with documentation typos (feature still needs
4186              to be described in perlopentut.pod and summarized in
4187              perldelta.pod)
4188              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4189              Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
4190              Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
4191              Subject: [PATCH 5.00557] 3-arg open
4192      Branch: perl
4193            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
4194            ! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
4195            ! proto.h t/comp/proto.t t/io/open.t
4196 ____________________________________________________________________________
4197 [  3785] By: gsar                                  on 1999/07/27  04:36:39
4198         Log: don't quit if =head* wasn't found (suggested by Roland Bauer
4199              <roland.bauer@fff.at>)
4200      Branch: perl
4201            ! lib/Pod/Html.pm
4202 ____________________________________________________________________________
4203 [  3784] By: gsar                                  on 1999/07/27  03:56:17
4204         Log: change#3762 wasn't needed
4205      Branch: perl
4206            ! ext/B/B/CC.pm
4207 ____________________________________________________________________________
4208 [  3783] By: jhi                                   on 1999/07/26  19:08:21
4209         Log: Integrate with Sarathy.
4210      Branch: cfgperl
4211           !> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
4212           !> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
4213           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
4214 ____________________________________________________________________________
4215 [  3782] By: gsar                                  on 1999/07/26  18:16:50
4216         Log: update Changes, patchlevel &c.
4217      Branch: perl
4218            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
4219            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
4220 ____________________________________________________________________________
4221 [  3781] By: gsar                                  on 1999/07/26  17:54:47
4222         Log: a more correct fix for change#2744
4223              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
4224              Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
4225              Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
4226              Subject: [PATCH _57] Re: toke.c questions 
4227      Branch: perl
4228            ! toke.c
4229 ____________________________________________________________________________
4230 [  3780] By: gsar                                  on 1999/07/26  17:37:04
4231         Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
4232      Branch: perl
4233            ! pod/perlfunc.pod
4234 ____________________________________________________________________________
4235 [  3779] By: jhi                                   on 1999/07/26  16:37:23
4236         Log: Dusting off.
4237      Branch: cfgperl
4238            ! README.threads
4239 ____________________________________________________________________________
4240 [  3778] By: gsar                                  on 1999/07/26  13:28:46
4241         Log: avoid DIVZERO
4242      Branch: perl
4243            ! utils/dprofpp.PL
4244 ____________________________________________________________________________
4245 [  3777] By: gsar                                  on 1999/07/26  13:18:53
4246         Log: warnings identified by Borland compiler
4247      Branch: perl
4248            ! makedef.pl pp_ctl.c
4249 ____________________________________________________________________________
4250 [  3776] By: jhi                                   on 1999/07/26  13:07:36
4251         Log: Integrate with Sarathy.
4252      Branch: cfgperl
4253           !> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
4254 ____________________________________________________________________________
4255 [  3775] By: gsar                                  on 1999/07/26  12:55:43
4256         Log: avoid infinite recursion when Thread.pm croaks during
4257              bootstrap
4258      Branch: perl
4259            ! lib/Carp/Heavy.pm
4260 ____________________________________________________________________________
4261 [  3774] By: gsar                                  on 1999/07/26  12:43:02
4262         Log: integrate cfgperl contents into mainline
4263      Branch: perl
4264           +> lib/Carp/Heavy.pm
4265           !> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
4266           !> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
4267           !> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
4268           !> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
4269           !> writemain.SH x2p/Makefile.SH x2p/cflags.SH
4270 ____________________________________________________________________________
4271 [  3773] By: jhi                                   on 1999/07/26  12:40:29
4272         Log: Use long doubles only if they are useful.
4273      Branch: cfgperl
4274            ! ext/POSIX/POSIX.xs
4275 ____________________________________________________________________________
4276 [  3772] By: gsar                                  on 1999/07/26  12:33:11
4277         Log: typo in change#3768
4278      Branch: perl
4279            ! pp_hot.c
4280 ____________________________________________________________________________
4281 [  3771] By: gsar                                  on 1999/07/26  12:08:27
4282         Log: alpha-stage support for user-hooks in @INC
4283              From: Ken Fox <kfox@ford.com>
4284              Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
4285              Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
4286              Subject: Re: loading remote modules
4287      Branch: perl
4288            ! pp_ctl.c
4289 ____________________________________________________________________________
4290 [  3770] By: jhi                                   on 1999/07/26  11:38:36
4291         Log: Back out #3735.  Needs more work.
4292      Branch: cfgperl
4293            ! Makefile.SH cflags.SH configpm ext/util/make_ext
4294            ! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
4295            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
4296            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
4297            ! writemain.SH x2p/Makefile.SH x2p/cflags.SH
4298 ____________________________________________________________________________
4299 [  3769] By: jhi                                   on 1999/07/26  11:24:45
4300         Log: Integrate with Sarathy.
4301      Branch: cfgperl
4302           !> (integrate 35 files)
4303 ____________________________________________________________________________
4304 [  3768] By: gsar                                  on 1999/07/26  11:03:07
4305         Log: optimize method name lookup
4306              From: Chip Salzenberg <chip@perlsupport.com>
4307              Date: Thu, 22 Jul 1999 13:43:36 -0400
4308              Message-ID: <19990722134336.Q391@perlsupport.com>
4309              Subject: [PATCH] OP_METHOD_NAMED
4310      Branch: perl
4311            ! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
4312            ! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
4313            ! proto.h
4314 ____________________________________________________________________________
4315 [  3767] By: gsar                                  on 1999/07/26  10:44:11
4316         Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
4317              foo()->()); rework grammar to remove conflicts
4318              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
4319              Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
4320              Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
4321              Subject: [PATCH _57, long] Re: optional arrow asymmetry
4322      Branch: perl
4323            ! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
4324            ! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
4325            ! vms/perly_c.vms vms/perly_h.vms
4326 ____________________________________________________________________________
4327 [  3766] By: jhi                                   on 1999/07/26  10:18:56
4328         Log: Use $< instead of $*.c in *perlmain.o rules.
4329      Branch: cfgperl
4330            ! Makefile.SH
4331 ____________________________________________________________________________
4332 [  3765] By: gsar                                  on 1999/07/26  09:28:48
4333         Log: From: Ian Phillipps <ian@dial.pipex.com>
4334              Date: Fri, 23 Jul 1999 23:35:56 +0100
4335              Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
4336              Subject: (Version 2) Extending unpack to deal with counted strings
4337      Branch: perl
4338            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
4339 ____________________________________________________________________________
4340 [  3764] By: jhi                                   on 1999/07/26  09:17:26
4341         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4342              To: perl5-porters@perl.org (Mailing list Perl5)
4343              Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
4344              Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
4345              Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
4346              
4347              The patch was based on 5_57 so had to re-apply lib/Carp.pm
4348              parts of changes #3498, #3696, and #3702 for the new
4349              lib/Carp/Heavy.pm.
4350      Branch: cfgperl
4351            + lib/Carp/Heavy.pm
4352            ! MANIFEST lib/Carp.pm
4353 ____________________________________________________________________________
4354 [  3763] By: gsar                                  on 1999/07/26  09:03:17
4355         Log: ~ isn't valid in VMS filenames
4356      Branch: perl
4357            ! lib/Pod/Html.pm
4358 ____________________________________________________________________________
4359 [  3762] By: gsar                                  on 1999/07/26  08:59:47
4360         Log: setstate stop-gap from Vishal Bhatia
4361      Branch: perl
4362            ! ext/B/B/CC.pm
4363 ____________________________________________________________________________
4364 [  3761] By: gsar                                  on 1999/07/26  08:06:39
4365         Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
4366              add B::OP::name() method that returns just the op_name;
4367              convert Deparse et all to use that instead of B::OP::ppaddr();
4368              add support for OP_SETSTATE in Deparse
4369      Branch: perl
4370            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
4371            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
4372            ! ext/B/B/Xref.pm opcode.h opcode.pl
4373 ____________________________________________________________________________
4374 [  3760] By: jhi                                   on 1999/07/26  07:14:43
4375         Log: Integrate with Sarathy.
4376      Branch: cfgperl
4377           !> (integrate 43 files)
4378 ____________________________________________________________________________
4379 [  3759] By: gsar                                  on 1999/07/26  05:12:24
4380         Log: add disclaimer about perl 4 libraries (modified version of
4381              patch suggested by Clinton Pierce <cpierce1@ford.com>)
4382      Branch: perl
4383            ! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
4384            ! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
4385            ! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
4386            ! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
4387            ! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
4388 ____________________________________________________________________________
4389 [  3758] By: gsar                                  on 1999/07/26  04:48:35
4390         Log: make reset() behave with high-bit characters
4391              From: Ian Phillipps <ian@dial.pipex.com>
4392              Date: Thu, 22 Jul 1999 22:48:59 +0100
4393              Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
4394              Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
4395      Branch: perl
4396            ! sv.c
4397 ____________________________________________________________________________
4398 [  3757] By: gsar                                  on 1999/07/26  04:40:32
4399         Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
4400      Branch: perl
4401            ! pod/perlport.pod
4402 ____________________________________________________________________________
4403 [  3756] By: gsar                                  on 1999/07/26  04:20:37
4404         Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
4405      Branch: perl
4406            ! utils/dprofpp.PL
4407 ____________________________________________________________________________
4408 [  3755] By: gsar                                  on 1999/07/26  04:18:00
4409         Log: disable VPATH for now (breaks x2p build)
4410      Branch: perl
4411            ! x2p/Makefile.SH
4412 ____________________________________________________________________________
4413 [  3754] By: gsar                                  on 1999/07/26  03:15:33
4414         Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
4415              (%! has the necessary magic); misc typos
4416      Branch: perl
4417            ! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
4418            ! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
4419            ! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
4420            ! utils/h2xs.PL
4421 ____________________________________________________________________________
4422 [  3753] By: gsar                                  on 1999/07/26  02:38:28
4423         Log: integrate cfgperl contents into mainline
4424      Branch: perl
4425           +> t/pragma/locale/latin1 t/pragma/locale/utf8
4426           !> (integrate 53 files)
4427 ____________________________________________________________________________
4428 [  3752] By: gsar                                  on 1999/07/26  02:11:31
4429         Log: ensure implicitly closed handles don't set $? or $!
4430      Branch: perl
4431            ! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
4432 ____________________________________________________________________________
4433 [  3751] By: gsar                                  on 1999/07/26  01:28:34
4434         Log: change#3534 didn't preserve undef return values from caller()
4435      Branch: perl
4436            ! Changes pp_ctl.c
4437 ____________________________________________________________________________
4438 [  3750] By: jhi                                   on 1999/07/25  20:59:29
4439         Log: Back up a tiny bit from #3735.
4440              This may break builds outside the source directory
4441              but then again, they do not work that ell yet anyway.
4442      Branch: cfgperl
4443            ! Makefile.SH
4444 ____________________________________________________________________________
4445 [  3750] By: jhi                                   on 1999/07/25  20:59:29
4446         Log: Back up a tiny bit from #3735.
4447              This may break builds outside the source directory
4448              but then again, they do not work that ell yet anyway.
4449      Branch: cfgperl
4450            ! Makefile.SH
4451 ____________________________________________________________________________
4452 [  3749] By: jhi                                   on 1999/07/25  19:15:55
4453         Log: Integrate with Sarathy.
4454      Branch: cfgperl
4455           !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
4456 ____________________________________________________________________________
4457 [  3748] By: jhi                                   on 1999/07/25  19:06:59
4458         Log: Recode locale.t so that the change in #3730
4459              is not needed and locale.t works both without
4460              and with the utf8 pragma.
4461      Branch: cfgperl
4462            + t/pragma/locale/latin1 t/pragma/locale/utf8
4463            ! MANIFEST t/pragma/locale.t
4464 ____________________________________________________________________________
4465 [  3747] By: jhi                                   on 1999/07/25  19:01:46
4466         Log: Like #3743.
4467      Branch: cfgperl
4468            ! utils/perlbug.PL
4469 ____________________________________________________________________________
4470 [  3746] By: gsar                                  on 1999/07/25  18:08:58
4471         Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
4472              append a HISTORY section to POD if option is used
4473      Branch: perl
4474            ! utils/h2xs.PL
4475 ____________________________________________________________________________
4476 [  3745] By: gsar                                  on 1999/07/25  17:40:03
4477         Log: warn rather than die when parse_version() can't cut it (from
4478              Michael G Schwern <schwern@pobox.com>)
4479      Branch: perl
4480            ! lib/ExtUtils/MM_Unix.pm
4481 ____________________________________________________________________________
4482 [  3744] By: gsar                                  on 1999/07/25  16:32:48
4483         Log: make map behave like grep wrt indirect object slot when
4484              there are parentheses; revert an experimental mod by Larry
4485              in change#2038 that failed to parse %{{qw(a b c)}} properly
4486              (this means C<map {use Foo; ...} ...> still needs a proper
4487              fix)
4488      Branch: perl
4489            ! toke.c
4490 ____________________________________________________________________________
4491 [  3743] By: jhi                                   on 1999/07/25  16:24:55
4492         Log: Fix a typo in #3725.
4493      Branch: cfgperl
4494            ! utils/perlbug.PL
4495 ____________________________________________________________________________
4496 [  3742] By: jhi                                   on 1999/07/25  16:14:39
4497         Log: Integrate with Sarathy.
4498      Branch: cfgperl
4499           !> (integrate 26 files)
4500 ____________________________________________________________________________
4501 [  3741] By: jhi                                   on 1999/07/25  16:02:28
4502         Log: Cut-and-pasto in #3737.
4503      Branch: cfgperl
4504            ! perl.c
4505 ____________________________________________________________________________
4506 [  3740] By: gsar                                  on 1999/07/25  15:59:34
4507         Log: add note about glibc bug
4508      Branch: perl
4509            ! t/pragma/warn/pp_hot
4510 ____________________________________________________________________________
4511 [  3739] By: gsar                                  on 1999/07/25  15:48:40
4512         Log: fix bug in change#3728 that might free COPs prematurely;
4513              null(op) now does more thorough scrubbing of the op, which
4514              fixes a few compile-time memory "leaks"
4515      Branch: perl
4516            ! dump.c embed.h embed.pl op.c proto.h
4517 ____________________________________________________________________________
4518 [  3738] By: jhi                                   on 1999/07/25  14:15:26
4519         Log: In accordance with #3737.
4520      Branch: metaconfig
4521            ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
4522            ! U/modified/Oldconfig.U
4523      Branch: metaconfig/U/perl
4524            ! Extensions.U
4525 ____________________________________________________________________________
4526 [  3737] By: jhi                                   on 1999/07/25  14:12:34
4527         Log: Use vendorprefixlib.
4528      Branch: cfgperl
4529            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4530            ! config_h.SH perl.c
4531 ____________________________________________________________________________
4532 [  3736] By: jhi                                   on 1999/07/25  13:10:03
4533         Log: Populate metaconfig branch.
4534      Branch: metaconfig
4535            + (add 1468 files)
4536      Branch: metaconfig/U/perl
4537            + (add 101 files)
4538 ____________________________________________________________________________
4539 [  3735] By: jhi                                   on 1999/07/25  12:27:20
4540         Log: First steps of making builds outside the source
4541              directory possible.  These should get us as far
4542              as miniperl, then building DynaLoader falls into
4543              tiny twinkling pieces as MakeMaker knows nothing
4544              of VPATH mindset.
4545      Branch: cfgperl
4546            ! Configure Makefile.SH cflags.SH config_h.SH configpm
4547            ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
4548            ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
4549            ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
4550            ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
4551 ____________________________________________________________________________
4552 [  3734] By: jhi                                   on 1999/07/25  11:19:28
4553         Log: Poor Glossary--are we fixed yet?
4554      Branch: cfgperl
4555            ! Porting/Glossary
4556 ____________________________________________________________________________
4557 [  3733] By: jhi                                   on 1999/07/25  11:15:06
4558         Log: Change #3732 mistakenly clobbered Glossary.
4559      Branch: cfgperl
4560            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4561            ! config_h.SH
4562 ____________________________________________________________________________
4563 [  3732] By: jhi                                   on 1999/07/25  10:46:39
4564         Log: Andy's new installation scheme (note: a lot of this
4565              leaked in already with change #3731).  The vendor*
4566              stuff is not used anywhere (in *.SH, say), so it
4567              isn't in Configure, either.
4568      Branch: cfgperl
4569            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4570            ! config_h.SH
4571 ____________________________________________________________________________
4572 [  3731] By: jhi                                   on 1999/07/25  10:12:07
4573         Log: Circumcode a strange shell(?) bug in AIX found
4574              while trying to do -Duse64bits (which I couldn't do
4575              in the end because the CPU isn't 64-bit in that box,
4576              but at least now the probing doesn't crash.)
4577      Branch: cfgperl
4578            ! Configure config_h.SH hints/aix.sh
4579 ____________________________________________________________________________
4580 [  3730] By: gsar                                  on 1999/07/25  04:56:56
4581         Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
4582              a utf8 bug in one of the new RE optimizations
4583      Branch: perl
4584            ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
4585            ! t/pragma/locale.t
4586 ____________________________________________________________________________
4587 [  3729] By: jhi                                   on 1999/07/23  19:56:27
4588         Log: From: Andy Dougherty <doughera@lafayette.edu>
4589              To: Perl Porters <perl5-porters@perl.org>
4590              Subject: [PATCH 5.005_57] INSTALL-1.58
4591              Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
4592              Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
4593              
4594              plus
4595              
4596              From: "Kurt D. Starsinic" <kstar@chapin.edu>
4597              To: Andy Dougherty <doughera@lafayette.edu>
4598              Cc: Perl Porters <perl5-porters@perl.org>
4599              Subject: Re: [PATCH 5.005_57] INSTALL-1.58
4600              Date: Fri, 23 Jul 1999 13:38:25 -0400
4601              Message-ID: <19990723133825.A12033@O2.chapin.edu>
4602      Branch: cfgperl
4603            ! INSTALL
4604 ____________________________________________________________________________
4605 [  3728] By: gsar                                  on 1999/07/23  17:24:42
4606         Log: applied suggested patch for tracking line numbers correctly in
4607              optimized blocks with a single statement; changed setcop to
4608              setstate and added code for -Dx dumps
4609              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4610              Date: Wed, 23 Jun 1999 17:27:42 +0100
4611              Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
4612              Subject: [PATCH 5.005_57] Line number error in optimised else() 
4613      Branch: perl
4614            ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
4615            ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
4616            ! pp_proto.h t/op/misc.t
4617 ____________________________________________________________________________
4618 [  3727] By: gsar                                  on 1999/07/23  15:56:04
4619         Log: avoid useless use of target for pp_each(); also fixes bugs due to
4620              refcount held by the target
4621      Branch: perl
4622            ! opcode.h opcode.pl pp.c t/op/each.t
4623 ____________________________________________________________________________
4624 [  3726] By: jhi                                   on 1999/07/23  12:08:30
4625         Log: Change #3725 aftershock.
4626      Branch: cfgperl
4627            ! INSTALL jpl/JNI/JNI.pm
4628 ____________________________________________________________________________
4629 [  3725] By: jhi                                   on 1999/07/23  11:58:49
4630         Log: Introduce $Config{ldlibpthname} which contains
4631              the name of the environment variable holding the
4632              dynamic library search path, often LD_LIBRARY_PATH.
4633              Use this new feature all over.
4634              Also removed remnants of admonition "add LD_LIBRARY_PATH
4635              before running make" because Makefile.SH does this for you. 
4636      Branch: cfgperl
4637            ! Configure Makefile.SH config_h.SH
4638            ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
4639            ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
4640            ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
4641            ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
4642            ! jpl/install-jpl utils/perlbug.PL
4643 ____________________________________________________________________________
4644 [  3724] By: jhi                                   on 1999/07/23  08:03:36
4645         Log: From: Spider Boardman <spider@orb.nashua.nh.us>
4646              To: perl5-porters@perl.org
4647              Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $# 
4648              Date: Thu, 22 Jul 1999 19:58:34 -0400
4649              Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
4650      Branch: cfgperl
4651            ! av.c
4652 ____________________________________________________________________________
4653 [  3723] By: gsar                                  on 1999/07/23  00:01:29
4654         Log: emit warning about function calls that were encountered too early
4655              to enforce their prototype
4656      Branch: perl
4657            ! op.c op.h pod/perldiag.pod
4658 ____________________________________________________________________________
4659 [  3722] By: jhi                                   on 1999/07/22  21:19:59
4660         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
4661              To: perl5-porters@perl.org
4662              Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
4663              Subject: [PATCH] MakeMaker documentation
4664              Date: Wed, 21 Jul 1999 14:15:42 -0400
4665              Message-ID: <19990721141542.A1800@O2.chapin.edu>
4666      Branch: cfgperl
4667            ! lib/ExtUtils/MakeMaker.pm
4668 ____________________________________________________________________________
4669 [  3721] By: jhi                                   on 1999/07/22  21:05:19
4670         Log: From: pvhp@forte.com (Peter Prymmer)
4671              To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
4672              Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
4673              Date: Wed, 21 Jul 99 17:15:39 PDT
4674              Message-Id: <9907220015.AA11931@forte.com>
4675      Branch: cfgperl
4676            ! hints/os390.sh
4677 ____________________________________________________________________________
4678 [  3720] By: jhi                                   on 1999/07/22  20:51:17
4679         Log: AIX magic: ccdlflags needs to be different for
4680              Perl itself and for extra-core extensions
4681              (as used by ExtUtilss::embed::ldopts).
4682              Based on the problems described in
4683              
4684              From: Mike W Ellwood <mwe@rl.ac.uk>
4685              To: perl5-porters@perl.org
4686              Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
4687              Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
4688              Reply-To: m.w.ellwood@rl.ac.uk
4689              Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
4690      Branch: cfgperl
4691            ! Configure Makefile.SH config_h.SH hints/aix.sh
4692 ____________________________________________________________________________
4693 [  3719] By: jhi                                   on 1999/07/22  08:23:53
4694         Log: Update history records.
4695      Branch: cfgperl
4696            ! pod/perlhist.pod
4697 ____________________________________________________________________________
4698 [  3718] By: jhi                                   on 1999/07/21  13:54:42
4699         Log: Todododobedobedo.
4700      Branch: cfgperl
4701            ! Todo
4702 ____________________________________________________________________________
4703 [  3717] By: jhi                                   on 1999/07/21  12:10:48
4704         Log: Even more Todo.
4705      Branch: cfgperl
4706            ! Todo
4707 ____________________________________________________________________________
4708 [  3716] By: jhi                                   on 1999/07/21  11:40:39
4709         Log: Use Errno more extensively so that error
4710              messages are more portable (another way
4711              would be to muck around with LC_MESSAGES).
4712              Problem reported in
4713              
4714              From: oracle@pcr8.pcr.com
4715              To: perl5-porters@perl.org
4716              Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
4717              Date: Mon, 19 Jul 1999 18:39:13 -0400
4718              Message-Id: <9907192239.AA44990@pcr8.pcr.com>
4719      Branch: cfgperl
4720            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
4721            ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
4722            ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
4723 ____________________________________________________________________________
4724 [  3715] By: jhi                                   on 1999/07/21  11:05:36
4725         Log: Slightly modified patch.
4726              From: Sean Sheedy <seans@ncube.com>
4727              To: perl5-porters@perl.org
4728              Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
4729              Date: Tue, 20 Jul 1999 09:52:06 -0700
4730              Message-Id: <3794A935.1C150E54@ncube.com>
4731      Branch: cfgperl
4732            ! cflags.SH x2p/cflags.SH
4733 ____________________________________________________________________________
4734 [  3714] By: jhi                                   on 1999/07/20  21:26:19
4735         Log: More Todo.
4736      Branch: cfgperl
4737            ! Todo
4738 ____________________________________________________________________________
4739 [  3713] By: jhi                                   on 1999/07/20  18:02:45
4740         Log: Integrate with Sarathy.
4741      Branch: cfgperl
4742           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
4743           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
4744           +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
4745           +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
4746           +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
4747           +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
4748           +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
4749           +> utils/dprofpp.PL
4750           !> INSTALL MAINTAIN MANIFEST configure.com
4751           !> ext/Devel/Peek/Makefile.PL installman installperl
4752           !> pod/roffitall utils/Makefile vms/descrip_mms.template
4753           !> win32/Makefile win32/makefile.mk win32/win32.h
4754 ____________________________________________________________________________
4755 [  3712] By: gsar                                  on 1999/07/20  15:29:01
4756         Log: DProf tweak
4757      Branch: perl
4758            ! ext/Devel/DProf/DProf.xs
4759 ____________________________________________________________________________
4760 [  3711] By: gsar                                  on 1999/07/20  07:56:19
4761         Log: another DProf build tweak
4762      Branch: perl
4763            ! utils/dprofpp.PL
4764 ____________________________________________________________________________
4765 [  3710] By: gsar                                  on 1999/07/20  07:36:36
4766         Log: move DProf things around to where they are supposed to be
4767      Branch: perl
4768            + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
4769            + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
4770            + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
4771            + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
4772            + t/lib/dprof/test6_t t/lib/dprof/test6_v
4773           +> utils/dprofpp.PL
4774            - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
4775            - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
4776            - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
4777            - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
4778            - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
4779            - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
4780            - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
4781            - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
4782            ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
4783            ! installperl pod/roffitall utils/Makefile
4784            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
4785 ____________________________________________________________________________
4786 [  3709] By: gsar                                  on 1999/07/20  06:13:16
4787         Log: DProf fixups for PERL_IMPLICIT_CONTEXT
4788      Branch: perl
4789            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
4790            ! ext/Devel/Peek/Makefile.PL
4791 ____________________________________________________________________________
4792 [  3708] By: gsar                                  on 1999/07/20  06:01:22
4793         Log: move DProf to Devel/DProf
4794      Branch: perl
4795           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
4796           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
4797           +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
4798           +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
4799           +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
4800           +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
4801           +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
4802           +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
4803           +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
4804           +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
4805           +> ext/Devel/DProf/test.pl
4806            - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
4807            - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
4808            - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
4809            - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
4810            - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
4811            - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
4812            - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
4813            ! MAINTAIN MANIFEST configure.com win32/Makefile
4814            ! win32/makefile.mk
4815 ____________________________________________________________________________
4816 [  3707] By: gsar                                  on 1999/07/20  05:39:11
4817         Log: add Devel::DProf v19990108 from CPAN, as it was
4818      Branch: perl
4819            + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
4820            + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
4821            + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
4822            + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
4823            + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
4824            + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
4825            + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
4826            ! MANIFEST
4827 ____________________________________________________________________________
4828 [  3706] By: gsar                                  on 1999/07/20  04:52:25
4829         Log: C<union any> needs no PERL_OBJECT-treatment
4830      Branch: perl
4831            ! win32/win32.h
4832 ____________________________________________________________________________
4833 [  3705] By: gsar                                  on 1999/07/20  04:11:54
4834         Log: fix problem in default build
4835      Branch: perl
4836            ! win32/Makefile win32/makefile.mk
4837 ____________________________________________________________________________
4838 [  3704] By: jhi                                   on 1999/07/19  07:06:36
4839         Log: Integrate with Sarathy.
4840      Branch: cfgperl
4841           !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
4842           !> win32/win32.c
4843 ____________________________________________________________________________
4844 [  3703] By: gsar                                  on 1999/07/19  05:55:57
4845         Log: win32 nits
4846      Branch: perl
4847            ! makedef.pl sv.h
4848 ____________________________________________________________________________
4849 [  3702] By: gsar                                  on 1999/07/19  04:29:34
4850         Log: don't display tid from main thread (or testsuite breaks)
4851      Branch: perl
4852            ! lib/Carp.pm util.c
4853 ____________________________________________________________________________
4854 [  3701] By: gsar                                  on 1999/07/19  00:47:52
4855         Log: remove several doubled (and tripled!) entries
4856      Branch: perl
4857            ! pod/perldiag.pod
4858 ____________________________________________________________________________
4859 [  3700] By: gsar                                  on 1999/07/19  00:42:34
4860         Log: integrate cfgperl contents into mainline
4861      Branch: perl
4862           +> makedef.pl
4863            - perl_exp.SH win32/makedef.pl
4864           !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
4865           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
4866           !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
4867           !> utf8.c util.c win32/Makefile win32/makefile.mk
4868 ____________________________________________________________________________
4869 [  3699] By: gsar                                  on 1999/07/19  00:33:59
4870         Log: avoid bug in win32_str_os_error() (from Jan Dubois)
4871      Branch: perl
4872            ! Changes win32/win32.c
4873 ____________________________________________________________________________
4874 [  3698] By: jhi                                   on 1999/07/18  21:33:57
4875         Log: Integrate with Sarathy.
4876      Branch: cfgperl
4877           +> t/op/chars.t
4878           !> (integrate 57 files)
4879 ____________________________________________________________________________
4880 [  3697] By: gsar                                  on 1999/07/18  05:22:36
4881         Log: From: pvhp@forte.com (Peter Prymmer)
4882              Date: Thu, 1 Jul 99 19:31:24 PDT
4883              Message-Id: <9907020231.AA16942@forte.com>
4884              Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
4885      Branch: perl
4886            + t/op/chars.t
4887            ! MANIFEST ebcdic.c t/op/ord.t
4888 ____________________________________________________________________________
4889 [  3696] By: gsar                                  on 1999/07/18  05:11:02
4890         Log: display thread id in diagnostics (suggested by Dan Sugalski)
4891      Branch: perl
4892            ! lib/Carp.pm util.c
4893 ____________________________________________________________________________
4894 [  3695] By: gsar                                  on 1999/07/18  04:57:47
4895         Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
4896      Branch: perl
4897            ! pod/perldiag.pod
4898 ____________________________________________________________________________
4899 [  3694] By: gsar                                  on 1999/07/18  04:56:28
4900         Log: cache [NIUP]V conversions of defined READONLY values
4901              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4902              Date: Sun, 11 Jul 1999 04:39:44 -0400
4903              Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
4904              Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
4905      Branch: perl
4906            ! sv.c
4907 ____________________________________________________________________________
4908 [  3693] By: gsar                                  on 1999/07/18  03:53:38
4909         Log: From: jan.dubois@ibm.net (Jan Dubois)
4910              Date: Sat, 17 Jul 1999 10:58:29 +0200
4911              Message-ID: <379144ad.13616689@smtp1.ibm.net>
4912              Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
4913      Branch: perl
4914            ! lib/ExtUtils/Manifest.pm
4915 ____________________________________________________________________________
4916 [  3692] By: gsar                                  on 1999/07/18  03:51:03
4917         Log: remove spurious newSTATEOP() that causes goto to enter one too many
4918              contexts when jumping between if and elsif blocks
4919      Branch: perl
4920            ! perly.c perly.y pp_ctl.c t/op/goto.t
4921 ____________________________________________________________________________
4922 [  3691] By: gsar                                  on 1999/07/18  01:49:59
4923         Log: detypo, update Changes
4924      Branch: perl
4925            ! Changes doio.c
4926 ____________________________________________________________________________
4927 [  3690] By: gsar                                  on 1999/07/18  01:16:59
4928         Log: mention the -Minteger effect on modulus (from Nathan Torkington)
4929      Branch: perl
4930            ! lib/integer.pm
4931 ____________________________________________________________________________
4932 [  3689] By: gsar                                  on 1999/07/18  00:47:17
4933         Log: ensure __END__ appears on a line by itself in wrapped
4934              scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
4935              mention caveat about successfull kill()
4936      Branch: perl
4937            ! pod/perlfunc.pod win32/bin/pl2bat.pl
4938 ____________________________________________________________________________
4939 [  3688] By: gsar                                  on 1999/07/17  20:47:44
4940         Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
4941      Branch: perl
4942            ! ext/SDBM_File/sdbm/Makefile.PL
4943 ____________________________________________________________________________
4944 [  3687] By: gsar                                  on 1999/07/17  20:43:27
4945         Log: make CC.pm use a distinct CCPP() macro rather than PP()
4946              (suggested by Vishal Bhatia <vishalb@my-deja.com>)
4947      Branch: perl
4948            ! cc_runtime.h ext/B/B/CC.pm
4949 ____________________________________________________________________________
4950 [  3686] By: gsar                                  on 1999/07/17  20:39:08
4951         Log: tiny bug in vars.pm (from John Dlugosz)
4952      Branch: perl
4953            ! lib/vars.pm
4954 ____________________________________________________________________________
4955 [  3685] By: gsar                                  on 1999/07/17  20:37:27
4956         Log: applied suggested patch, along with later tweak
4957              From: jan.dubois@ibm.net (Jan Dubois)
4958              Date: Wed, 14 Jul 1999 23:53:43 +0200
4959              Message-ID: <37a902e7.15977234@smtp1.ibm.net>
4960              Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
4961      Branch: perl
4962            ! lib/Pod/Html.pm
4963 ____________________________________________________________________________
4964 [  3684] By: gsar                                  on 1999/07/17  20:24:32
4965         Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
4966      Branch: perl
4967            ! thrdvar.h
4968 ____________________________________________________________________________
4969 [  3683] By: gsar                                  on 1999/07/17  20:21:01
4970         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4971              Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
4972              Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
4973              Subject: [PATCH 5.005_57] Segfaults if $^P
4974      Branch: perl
4975            ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
4976            ! proto.h
4977 ____________________________________________________________________________
4978 [  3682] By: gsar                                  on 1999/07/17  20:04:17
4979         Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
4980              and prefix/lib/perl5/man are ass_u_med only if those directories
4981              actually exist; else prefix/{lib,man} are used)
4982      Branch: perl
4983            ! lib/ExtUtils/MM_Unix.pm
4984 ____________________________________________________________________________
4985 [  3681] By: gsar                                  on 1999/07/17  19:12:33
4986         Log: allow $foo{$x} and $bar[$i] for (\$) prototype
4987      Branch: perl
4988            ! op.c t/comp/proto.t
4989 ____________________________________________________________________________
4990 [  3680] By: gsar                                  on 1999/07/17  18:23:55
4991         Log: fix vec() on magic values
4992              From: Ian Phillipps <ian@dial.pipex.com>
4993              Date: Mon, 12 Jul 1999 12:30:05 +0100
4994              Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
4995              Subject: [PATCH 5.005_57] Re: do_vecset is broken.  Re: [ID 19990703.003].
4996      Branch: perl
4997            ! doop.c t/op/tie.t
4998 ____________________________________________________________________________
4999 [  3679] By: gsar                                  on 1999/07/17  18:10:44
5000         Log: make system() return -1 and set $! if exec of child failed
5001              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5002              Date: Fri, 9 Jul 1999 05:21:13 -0400
5003              Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
5004              Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
5005      Branch: perl
5006            ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
5007            ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
5008 ____________________________________________________________________________
5009 [  3678] By: gsar                                  on 1999/07/17  17:54:01
5010         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5011              Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
5012              Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
5013              Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
5014      Branch: perl
5015            ! util.c
5016 ____________________________________________________________________________
5017 [  3677] By: gsar                                  on 1999/07/17  17:34:38
5018         Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
5019              converted Ken's documentation outline into pod
5020      Branch: perl
5021            ! x2p/find2perl.PL
5022 ____________________________________________________________________________
5023 [  3676] By: gsar                                  on 1999/07/17  16:34:09
5024         Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
5025              Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
5026              Steve Lidie
5027      Branch: perl
5028            ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
5029            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
5030            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
5031            ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
5032            ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
5033            ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
5034 ____________________________________________________________________________
5035 [  3675] By: gsar                                  on 1999/07/17  00:16:53
5036         Log: backout redundant change#3628
5037      Branch: perl
5038            ! Changes hints/bsdos.sh
5039 ____________________________________________________________________________
5040 [  3674] By: jhi                                   on 1999/07/15  14:26:03
5041         Log: Fix the bin/oct/hex constant overflow tests for
5042              long long platforms.
5043      Branch: cfgperl
5044            ! t/pragma/warn/util
5045 ____________________________________________________________________________
5046 [  3673] By: jhi                                   on 1999/07/14  21:59:11
5047         Log: Fixed AIX dynamic loading and AIX shared Perl library.
5048              Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
5049              4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
5050              Hijacked win32/makedef.pl for more general purpose export
5051              list building, now it is used (as toplevel makedef.pl)
5052              for win32 and AIX (perl_exp.SH made unnecessary).
5053              Because the export lists are now correct in AIX, no more linker
5054              warnings about "Exported symbol not defined" should appear.
5055      Branch: cfgperl
5056            + makedef.pl
5057            - perl_exp.SH win32/makedef.pl
5058            ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
5059            ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
5060            ! win32/makefile.mk
5061 ____________________________________________________________________________
5062 [  3672] By: gsar                                  on 1999/07/14  17:12:13
5063         Log: minor efficiency tweak
5064      Branch: perl
5065            ! pp_ctl.c
5066 ____________________________________________________________________________
5067 [  3671] By: jhi                                   on 1999/07/14  16:22:39
5068         Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
5069              if its caller re_intuit_start() was entered with strend == strpos
5070              because end_shift ended up as -1.  The patch ain't necessarily
5071              correct but least the core dump is avoided.
5072      Branch: cfgperl
5073            ! regexec.c
5074 ____________________________________________________________________________
5075 [  3670] By: jhi                                   on 1999/07/13  07:59:09
5076         Log: Integrate with Sarathy.
5077      Branch: cfgperl
5078            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
5079            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
5080           !> (integrate 67 files)
5081 ____________________________________________________________________________
5082 [  3669] By: gsar                                  on 1999/07/12  06:14:54
5083         Log: fixups for sundry warnings about function pointers
5084      Branch: perl
5085            ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
5086            ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
5087            ! win32/win32.c win32/win32.h
5088 ____________________________________________________________________________
5089 [  3668] By: gsar                                  on 1999/07/12  04:11:58
5090         Log: tweaks for win32/borland
5091      Branch: perl
5092            ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
5093 ____________________________________________________________________________
5094 [  3667] By: gsar                                  on 1999/07/12  01:55:15
5095         Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
5096              builds; passing the implicit context is unified among the three
5097              flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
5098              flavors (see the top of perl.h) for testing; all varargs functions
5099              foo() have a va_list-taking variant vfoo() for generating the
5100              context-free versions; the PERL_OBJECT build should now be
5101              hyper-compatible with CPAN extensions (C++ is totally out of
5102              the picture)
5103              
5104              result has only been tested on Windows
5105              
5106              TODO: write docs on the THX rationale and idiomatic usage of
5107              the Perl API
5108      Branch: perl
5109            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
5110            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
5111            ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
5112            ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
5113            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
5114            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
5115            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
5116            ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
5117            ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
5118            ! global.sym globals.c intrpvar.h iperlsys.h
5119            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
5120            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
5121            ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
5122            ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
5123            ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
5124            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
5125            ! win32/dl_win32.xs win32/include/dirent.h
5126            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
5127            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
5128            ! win32/win32iop.h win32/win32sck.c
5129 ____________________________________________________________________________
5130 [  3666] By: jhi                                   on 1999/07/11  22:00:13
5131         Log: Integrate with Sarathy.
5132      Branch: cfgperl
5133           !> op.c t/op/lex_assign.t
5134 ____________________________________________________________________________
5135 [  3665] By: jhi                                   on 1999/07/11  21:59:01
5136         Log: More manual sync.
5137      Branch: cfgperl
5138            ! pod/perldelta.pod
5139 ____________________________________________________________________________
5140 [  3664] By: gsar                                  on 1999/07/11  19:11:07
5141         Log: change#3612 was buggy and failed to build Tk; applied Ilya's
5142              remedy and related tests via private mail
5143      Branch: perl
5144            ! op.c t/op/lex_assign.t
5145 ____________________________________________________________________________
5146 [  3663] By: jhi                                   on 1999/07/11  15:04:37
5147         Log: Manual synchronization with Sarathy (some files
5148              had drifted apart for no apparent reason), plus
5149              I had a typo in dl_vms.xs Sarathy had fixed.
5150      Branch: cfgperl
5151            ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
5152 ____________________________________________________________________________
5153 [  3662] By: jhi                                   on 1999/07/10  12:23:21
5154         Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
5155              to adapt to the underlying platform (the binary, 0b1..., test
5156              was broken in 64-bit platforms).  Also change "hex" in the
5157              warning messages to "hexadecimal" to match "binary" and "octal".
5158      Branch: cfgperl
5159            ! pod/perldiag.pod t/pragma/warn/util util.c
5160 ____________________________________________________________________________
5161 [  3661] By: jhi                                   on 1999/07/08  21:54:55
5162         Log: Integrate with Sarathy.
5163      Branch: cfgperl
5164           +> perlapi.c perlapi.h
5165           !> (integrate 43 files)
5166 ____________________________________________________________________________
5167 [  3660] By: gsar                                  on 1999/07/08  18:47:35
5168         Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
5169      Branch: perl
5170            + perlapi.c perlapi.h
5171            ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
5172            ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
5173            ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
5174            ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
5175            ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
5176            ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
5177            ! win32/win32.h
5178 ____________________________________________________________________________
5179 [  3659] By: gsar                                  on 1999/07/08  18:41:45
5180         Log: sundry cleanups for clean build on windows
5181      Branch: perl
5182            ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
5183 ____________________________________________________________________________
5184 [  3658] By: gsar                                  on 1999/07/08  01:24:25
5185         Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
5186              type mismatch problems
5187      Branch: perl
5188            ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
5189            ! t/pragma/warn/op toke.c utf8.c util.c
5190 ____________________________________________________________________________
5191 [  3657] By: jhi                                   on 1999/07/07  23:01:16
5192         Log: Integrate with Sarathy.  perldiag.pod required manual editing.
5193      Branch: cfgperl
5194            ! pod/perldiag.pod
5195           !> Changes configure.com ext/B/B/Deparse.pm
5196           !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
5197           !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
5198           !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
5199           !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
5200           !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
5201           !> t/pragma/overload.t thread.h vms/vms.c
5202 ____________________________________________________________________________
5203 [  3656] By: gsar                                  on 1999/07/07  21:04:38
5204         Log: integrate cfgperl contents
5205      Branch: perl
5206           +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
5207           +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
5208           +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
5209            ! Changes
5210           !> (integrate 45 files)
5211 ____________________________________________________________________________
5212 [  3655] By: gsar                                  on 1999/07/07  18:55:45
5213         Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
5214              <pvhp@forte.com>
5215      Branch: perl
5216            ! ext/ByteLoader/Makefile.PL t/op/filetest.t
5217 ____________________________________________________________________________
5218 [  3654] By: gsar                                  on 1999/07/07  18:47:03
5219         Log: change#1889 mistakenly removed F_SETLK
5220      Branch: perl
5221            ! ext/Fcntl/Fcntl.xs
5222 ____________________________________________________________________________
5223 [  3653] By: gsar                                  on 1999/07/07  18:42:42
5224         Log: B::Deparse update
5225              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
5226              Date: Mon,  5 Jul 1999 17:57:03 -0500 (CDT)
5227              Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
5228              Subject: [PATCH _57, long] B::Deparse 0.58
5229      Branch: perl
5230            ! ext/B/B/Deparse.pm
5231 ____________________________________________________________________________
5232 [  3652] By: gsar                                  on 1999/07/07  18:41:07
5233         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5234              Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
5235              Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
5236              Subject: Re: [ID 19990705.001] Overloading boolean conversion
5237      Branch: perl
5238            ! gv.c t/pragma/overload.t
5239 ____________________________________________________________________________
5240 [  3651] By: gsar                                  on 1999/07/07  17:47:30
5241         Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
5242      Branch: perl
5243            ! perlsfio.h
5244 ____________________________________________________________________________
5245 [  3650] By: gsar                                  on 1999/07/07  17:45:52
5246         Log: applied new parts of suggested patch
5247              From: Charles Bailey <BAILEY@newman.upenn.edu>
5248              Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
5249              Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
5250              Subject: [PATCH 5.005_57] Consolidated VMS patch
5251      Branch: perl
5252            ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
5253            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
5254            ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
5255            ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
5256            ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
5257 ____________________________________________________________________________
5258 [  3649] By: jhi                                   on 1999/07/07  13:38:02
5259         Log: Sync regcomp warn with reality.
5260      Branch: cfgperl
5261            ! t/pragma/warn/regcomp
5262 ____________________________________________________________________________
5263 [  3648] By: jhi                                   on 1999/07/07  13:04:55
5264         Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
5265              resolved manually.
5266      Branch: cfgperl
5267           +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
5268           +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
5269           +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
5270            - README.lexwarn
5271           !> (integrate 79 files)
5272 ____________________________________________________________________________
5273 [  3647] By: gsar                                  on 1999/07/07  10:32:03
5274         Log: From: jan.dubois@ibm.net (Jan Dubois)
5275              Date: Thu, 01 Jul 1999 11:17:53 +0200
5276              Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
5277              Subject: [PATCH 5.005_57] MakeMaker support for pod2html
5278      Branch: perl
5279            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
5280            ! lib/ExtUtils/MakeMaker.pm
5281 ____________________________________________________________________________
5282 [  3646] By: gsar                                  on 1999/07/07  10:27:55
5283         Log: fix undocumented IO::Handle functions as suggested
5284              by cj10@cam.ac.uk
5285      Branch: perl
5286            ! ext/IO/lib/IO/Handle.pm
5287 ____________________________________________________________________________
5288 [  3645] By: gsar                                  on 1999/07/07  10:18:55
5289         Log: prohibit thread join()ing itself (from Dan Sugalski)
5290      Branch: perl
5291            ! ext/Thread/Thread.xs
5292 ____________________________________________________________________________
5293 [  3644] By: gsar                                  on 1999/07/07  10:14:26
5294         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
5295              Date: Wed, 30 Jun 1999 14:02:42 -0700
5296              Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
5297              Subject:  [PATCH 5.005_57] Compiler and XSUBS
5298      Branch: perl
5299            ! ext/B/B/C.pm
5300 ____________________________________________________________________________
5301 [  3643] By: gsar                                  on 1999/07/07  10:08:38
5302         Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
5303              (from François Désarménien <desar@club-internet.fr>)
5304      Branch: perl
5305            ! pod/perlsyn.pod
5306 ____________________________________________________________________________
5307 [  3642] By: gsar                                  on 1999/07/07  10:03:24
5308         Log: From: Doug MacEachern <dougm@cp.net>
5309              Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
5310              Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
5311              Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
5312      Branch: perl
5313            ! ext/B/B.xs
5314 ____________________________________________________________________________
5315 [  3641] By: gsar                                  on 1999/07/07  10:00:57
5316         Log: slightly modified version of suggested patch
5317              From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
5318              Date: Mon, 28 Jun 1999 14:23:59 -0400
5319              Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
5320              Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
5321      Branch: perl
5322            ! ext/POSIX/POSIX.xs
5323 ____________________________________________________________________________
5324 [  3640] By: gsar                                  on 1999/07/07  09:45:43
5325         Log: lexical warnings update (warning.t fails one test
5326              due to leaked scalar, investigation pending)
5327              From: paul.marquess@bt.com
5328              Date: Sat, 26 Jun 1999 23:19:52 +0100
5329              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
5330              Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
5331      Branch: perl
5332            + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
5333            + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
5334            + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
5335            - README.lexwarn
5336            ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
5337            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
5338            ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
5339            ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
5340            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
5341            ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
5342            ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
5343            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
5344            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
5345            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
5346            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
5347            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
5348            ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
5349            ! warning.h warning.pl win32/win32.c
5350 ____________________________________________________________________________
5351 [  3639] By: gsar                                  on 1999/07/07  08:09:30
5352         Log: From: Brian Jepson <bjepson@home.com>
5353              Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
5354              Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
5355              Subject: Patch to JPL example program
5356      Branch: perl
5357            ! jpl/JPL_Rolo/JPL_Rolo.jpl
5358 ____________________________________________________________________________
5359 [  3638] By: jhi                                   on 1999/07/07  08:07:58
5360         Log: Integrate with Sarathy.
5361      Branch: cfgperl
5362           !> (integrate 34 files)
5363 ____________________________________________________________________________
5364 [  3637] By: gsar                                  on 1999/07/07  08:07:49
5365         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
5366              Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
5367              Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
5368              Subject: [PATCH _57, long] Eliminate CONDOPs
5369      Branch: perl
5370            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
5371            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
5372            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
5373            ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
5374            ! pod/perltoc.pod pp_ctl.c pp_hot.c
5375 ____________________________________________________________________________
5376 [  3636] By: gsar                                  on 1999/07/07  07:50:51
5377         Log: adapted suggested patch for IO-1.20x
5378              From: ian@dial.pipex.com
5379              Date:  Fri, 25 Jun 1999 10:39:42 +0100
5380              Message-Id:  <199906250939.KAA02152@homer.diplex.co.uk>
5381              Subject: [ID 19990625.001]  Minor fixes for IO::Socket.pm
5382      Branch: perl
5383            ! ext/IO/lib/IO/Socket.pm
5384 ____________________________________________________________________________
5385 [  3635] By: gsar                                  on 1999/07/07  07:26:05
5386         Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
5387      Branch: perl
5388            ! hints/powerux.sh
5389 ____________________________________________________________________________
5390 [  3634] By: gsar                                  on 1999/07/07  07:20:02
5391         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5392              Date: Wed, 23 Jun 1999 16:16:05 +0100
5393              Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
5394              Subject: [PATCH 5.005_57] memleak in optimizer
5395      Branch: perl
5396            ! embed.h embed.pl objXSUB.h op.c proto.h
5397 ____________________________________________________________________________
5398 [  3633] By: gsar                                  on 1999/07/07  07:10:52
5399         Log: add do-not-edit caveats for files generated by opcode.pl
5400              (suggested by Hugo van der Sanden)
5401      Branch: perl
5402            ! opcode.h opcode.pl pp.sym pp_proto.h
5403 ____________________________________________________________________________
5404 [  3632] By: gsar                                  on 1999/07/07  06:41:13
5405         Log: better diagnostics on read operations from write-only
5406              filehandles
5407      Branch: perl
5408            ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
5409            ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
5410 ____________________________________________________________________________
5411 [  3631] By: gsar                                  on 1999/07/07  02:03:34
5412         Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
5413              by David Muir Sharnoff <muir@idiom.com>)
5414      Branch: perl
5415            ! lib/Sys/Hostname.pm
5416 ____________________________________________________________________________
5417 [  3630] By: gsar                                  on 1999/07/07  01:57:16
5418         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
5419              Date: Sun, 20 Jun 1999 17:17:17 -0700
5420              Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
5421              Subject: [PATCH 5.005_57] Minor bug fix in pp_require
5422      Branch: perl
5423            ! ext/B/B/CC.pm
5424 ____________________________________________________________________________
5425 [  3629] By: gsar                                  on 1999/07/07  01:46:03
5426         Log: installperl should write normal messages to STDOUT, not STDERR
5427      Branch: perl
5428            ! installperl
5429 ____________________________________________________________________________
5430 [  3628] By: gsar                                  on 1999/07/07  01:41:25
5431         Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
5432      Branch: perl
5433            ! hints/bsdos.sh
5434 ____________________________________________________________________________
5435 [  3627] By: gsar                                  on 1999/07/07  00:27:10
5436         Log: make diagnostic on C<my $^I> etc., more readable
5437      Branch: perl
5438            ! op.c
5439 ____________________________________________________________________________
5440 [  3626] By: gsar                                  on 1999/07/06  23:47:27
5441         Log: From: Andy Dougherty <doughera@lafayette.edu>
5442              Date:  Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
5443              Message-Id:  <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
5444              Subject: [ID 19990617.004  [PATCH 5.005_57] make distclean fixes]
5445      Branch: perl
5446            ! Makefile.SH utils/Makefile
5447 ____________________________________________________________________________
5448 [  3625] By: jhi                                   on 1999/07/06  21:50:46
5449         Log: Some new files of #3624 missing from MANIFEST.
5450      Branch: cfgperl
5451            ! MANIFEST
5452 ____________________________________________________________________________
5453 [  3624] By: jhi                                   on 1999/07/06  21:47:04
5454         Log: POSIX [[:character class:]] support for standard, locale,
5455              and utf8.  If both utf8 and locale are on, utf8 wins.
5456              I don't fully understand why so many tables changed in
5457              lib/unicode because of "make" -- maybe it was just overdue.
5458      Branch: cfgperl
5459            + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
5460            + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
5461            + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
5462            ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
5463            ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
5464            ! lib/unicode/Block.pl lib/unicode/Category.pl
5465            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
5466            ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
5467            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
5468            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
5469            ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
5470            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
5471            ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
5472            ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
5473            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
5474            ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
5475            ! t/pragma/warn/regcomp utf8.c
5476 ____________________________________________________________________________
5477 [  3623] By: gsar                                  on 1999/07/06  20:52:48
5478         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5479              Date: Wed, 16 Jun 1999 14:57:22 -0400
5480              Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
5481              Subject: [PATCH 5.00557] Devel::Peek
5482      Branch: perl
5483            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
5484 ____________________________________________________________________________
5485 [  3622] By: gsar                                  on 1999/07/06  20:22:59
5486         Log: applied patch after demunging headers with appropriate paths
5487              From: "Vishal Bhatia" <vishalb@my-deja.com>
5488              Date: Sat, 12 Jun 1999 08:23:59 -0700
5489              Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
5490              Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
5491      Branch: perl
5492            ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
5493            ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
5494 ____________________________________________________________________________
5495 [  3621] By: gsar                                  on 1999/07/06  20:10:50
5496         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5497              Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
5498              Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
5499              Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
5500      Branch: perl
5501            ! doio.c
5502 ____________________________________________________________________________
5503 [  3620] By: jhi                                   on 1999/07/06  19:16:47
5504         Log: Mention EPOC and SOCKS.
5505      Branch: cfgperl
5506            ! pod/perldelta.pod
5507 ____________________________________________________________________________
5508 [  3619] By: gsar                                  on 1999/07/06  16:52:37
5509         Log: fix int vs STRLEN issue
5510      Branch: perl
5511            ! pp.c
5512 ____________________________________________________________________________
5513 [  3618] By: jhi                                   on 1999/07/06  16:52:20
5514         Log: There ain't Perl_atonv().
5515      Branch: cfgperl
5516            ! ext/ByteLoader/bytecode.h
5517 ____________________________________________________________________________
5518 [  3617] By: jhi                                   on 1999/07/06  15:55:22
5519         Log: Integrate with Sarathy.
5520      Branch: cfgperl
5521           !> Makefile.SH
5522 ____________________________________________________________________________
5523 [  3616] By: jhi                                   on 1999/07/06  15:54:09
5524         Log: Tweak for #3613.
5525      Branch: cfgperl
5526            ! Configure config_h.SH
5527 ____________________________________________________________________________
5528 [  3615] By: gsar                                  on 1999/07/06  11:00:21
5529         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
5530              Date:  Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
5531              Message-Id:  <199906132346.RAA26632@xerxes.courtesan.com>
5532              Subject: [ID 19990613.003  linklibperl set incorrectly in Makefile.SH for OpenBSD]
5533      Branch: perl
5534            ! Makefile.SH
5535 ____________________________________________________________________________
5536 [  3614] By: jhi                                   on 1999/07/06  10:44:48
5537         Log: Integrate with Sarathy.
5538      Branch: cfgperl
5539           !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
5540           !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
5541 ____________________________________________________________________________
5542 [  3613] By: jhi                                   on 1999/07/06  10:43:20
5543         Log: From: Nathan Kurz <nate@valleytel.net>
5544              Subject: [ID 19990612.001 compiling three deep modules within ext/]
5545              ply-To: nate@valleytel.net
5546              erl5-porters@perl.org
5547              Date: Sat, 12 Jun 1999 01:26:04 -0500
5548              Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
5549      Branch: cfgperl
5550            ! Configure config_h.SH
5551 ____________________________________________________________________________
5552 [  3612] By: gsar                                  on 1999/07/06  10:17:52
5553         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5554              Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
5555              Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
5556              Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
5557      Branch: perl
5558            ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
5559 ____________________________________________________________________________
5560 [  3611] By: gsar                                  on 1999/07/06  09:51:20
5561         Log: From: pvhp@forte.com (Peter Prymmer)
5562              Date: Fri, 11 Jun 99 17:07:19 PDT
5563              Message-Id: <9906120007.AA13802@forte.com>
5564              Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
5565      Branch: perl
5566            ! ext/IO/lib/IO/File.pm
5567 ____________________________________________________________________________
5568 [  3610] By: gsar                                  on 1999/07/06  09:37:37
5569         Log: fix for C<$/ = 42> setting paragraph mode (applied with small
5570              tweak)
5571              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5572              Date: Wed, 09 Jun 1999 18:27:51 +0100
5573              Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
5574              Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
5575      Branch: perl
5576            ! perl.h t/base/rs.t
5577 ____________________________________________________________________________
5578 [  3609] By: jhi                                   on 1999/07/06  09:28:48
5579         Log: Integrate with Sarathy.
5580      Branch: cfgperl
5581           !> (integrate 49 files)
5582 ____________________________________________________________________________
5583 [  3608] By: gsar                                  on 1999/07/06  09:28:21
5584         Log: test tweak
5585      Branch: perl
5586            ! t/pragma/warn/op
5587 ____________________________________________________________________________
5588 [  3607] By: jhi                                   on 1999/07/06  09:22:48
5589         Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
5590      Branch: cfgperl
5591            ! Configure config_h.SH
5592 ____________________________________________________________________________
5593 [  3606] By: gsar                                  on 1999/07/06  09:05:02
5594         Log: applied slightly tweaked version of suggested patch for
5595              improved RE API
5596              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5597              Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
5598              Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
5599              Subject: [PATCH 5.005_57] REx engine rehash
5600      Branch: perl
5601            ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
5602            ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
5603            ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
5604            ! util.c
5605 ____________________________________________________________________________
5606 [  3605] By: gsar                                  on 1999/07/06  08:54:03
5607         Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
5608      Branch: perl
5609            ! sv.c
5610 ____________________________________________________________________________
5611 [  3604] By: gsar                                  on 1999/07/06  07:08:30
5612         Log: From: paul.marquess@bt.com
5613              Date: Tue, 8 Jun 1999 22:37:58 +0100 
5614              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
5615              Subject: [PATCH 5.005_57] DB_File 1.67
5616      Branch: perl
5617            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5618            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
5619 ____________________________________________________________________________
5620 [  3603] By: gsar                                  on 1999/07/06  07:04:50
5621         Log: From: paul.marquess@bt.com
5622              Date: Tue, 8 Jun 1999 22:34:01 +0100 
5623              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
5624              Subject: [PATCH 5.005_57] DBM Filters
5625      Branch: perl
5626            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
5627            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
5628            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
5629            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
5630 ____________________________________________________________________________
5631 [  3602] By: gsar                                  on 1999/07/06  07:00:01
5632         Log: slightly tweaked version of suggested patch
5633              From: Dan Sugalski <sugalskd@ous.edu>
5634              Date: Tue, 08 Jun 1999 14:09:38 -0700
5635              Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
5636              Subject: [PATCH 5.005_57]Use NV instead of double in the core
5637      Branch: perl
5638            ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
5639            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
5640            ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
5641            ! proto.h sv.c sv.h toke.c universal.c util.c
5642 ____________________________________________________________________________
5643 [  3601] By: gsar                                  on 1999/07/06  06:52:57
5644         Log: integrate cfgperl contents into mainline
5645      Branch: perl
5646           +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
5647           +> epoc/perl.mmp epoc/perl.pkg
5648           !> (integrate 30 files)
5649 ____________________________________________________________________________
5650 [  3598] By: jhi                                   on 1999/07/05  20:02:55
5651         Log: Integrate with mainperl.
5652      Branch: cfgperl
5653           +> lib/CGI/Pretty.pm
5654           !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
5655           !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
5656           !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
5657           !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
5658           !> vms/vmsish.h
5659 ____________________________________________________________________________
5660 [  3597] By: jhi                                   on 1999/07/05  19:59:48
5661         Log: Hack SOCKS support some more plus a patch from Andy Dougherty
5662              that addresses the notorious "Additional libraries" question.
5663      Branch: cfgperl
5664            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5665            ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
5666            ! pp_sys.c
5667 ____________________________________________________________________________
5668 [  3596] By: gsar                                  on 1999/07/05  18:30:51
5669         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5670              Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
5671              Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
5672              Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
5673      Branch: perl
5674            ! pp_sys.c t/lib/io_udp.t
5675 ____________________________________________________________________________
5676 [  3595] By: gsar                                  on 1999/07/05  18:29:08
5677         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5678              Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
5679              Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
5680              Subject: [PATCH 5.00557] Setting $^E wipes out $!
5681      Branch: perl
5682            ! mg.c
5683 ____________________________________________________________________________
5684 [  3594] By: gsar                                  on 1999/07/05  18:24:53
5685         Log: hand-apply whitespace mutiliated patch
5686              From: Dan Sugalski <sugalskd@osshe.edu>
5687              Date: Mon, 07 Jun 1999 14:46:42 -0700
5688              Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
5689              Subject: [PATCH 5.005_57]Updated VMS patch
5690      Branch: perl
5691            ! thread.h vms/descrip_mms.template vms/subconfigure.com
5692            ! vms/vms.c vms/vmsish.h
5693 ____________________________________________________________________________
5694 [  3593] By: gsar                                  on 1999/07/05  17:53:04
5695         Log: applied parts not duplicated by previous patches
5696              From: "Vishal Bhatia" <vishalb@my-deja.com>
5697              Date: Sat, 05 Jun 1999 08:42:17 -0700
5698              Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
5699              Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
5700      Branch: perl
5701            ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
5702            ! ext/B/B/Stackobj.pm
5703 ____________________________________________________________________________
5704 [  3592] By: jhi                                   on 1999/07/05  17:17:22
5705         Log: AIX threaded build, plus few more on the side.
5706      Branch: cfgperl
5707            ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
5708            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
5709            ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
5710            ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
5711 ____________________________________________________________________________
5712 [  3591] By: gsar                                  on 1999/07/05  16:52:34
5713         Log: "\e" and "\a" didn't produce right escape under EBCDIC
5714              From: pvhp@forte.com (Peter Prymmer)
5715              Date: Fri, 4 Jun 99 12:00:27 PDT
5716              Message-Id: <9906041900.AA28387@forte.com>
5717              Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
5718      Branch: perl
5719            ! toke.c
5720 ____________________________________________________________________________
5721 [  3590] By: gsar                                  on 1999/07/05  16:40:01
5722         Log: s/scalar ref constructor/single ref constructor/ (suggested
5723              by Stephen McCamant)
5724      Branch: perl
5725            ! opcode.h opcode.pl
5726 ____________________________________________________________________________
5727 [  3589] By: gsar                                  on 1999/07/05  16:34:06
5728         Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
5729      Branch: perl
5730            ! ext/GDBM_File/GDBM_File.xs
5731 ____________________________________________________________________________
5732 [  3588] By: gsar                                  on 1999/07/05  16:29:39
5733         Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
5734              is unchanged still)
5735      Branch: perl
5736            ! op.c
5737 ____________________________________________________________________________
5738 [  3587] By: jhi                                   on 1999/07/05  10:31:43
5739         Log: Make perl_exp.SH smarter about what to include and what to exclude.
5740      Branch: cfgperl
5741            ! perl_exp.SH
5742 ____________________________________________________________________________
5743 [  3586] By: jhi                                   on 1999/07/05  09:29:31
5744         Log: Remove unnecessary and extraneous my $i = 0.
5745      Branch: cfgperl
5746            ! bytecode.pl
5747 ____________________________________________________________________________
5748 [  3585] By: jhi                                   on 1999/07/05  07:28:59
5749         Log: Integrate with mainperl.
5750      Branch: cfgperl
5751           !> (integrate 30 files)
5752 ____________________________________________________________________________
5753 [  3584] By: gsar                                  on 1999/07/05  05:36:28
5754         Log: From: Vishal Bhatia <vishalb@hotmail.com>
5755              Date: Thu, 03 Jun 1999 00:57:48 PDT
5756              Message-ID: <19990603075749.86665.qmail@hotmail.com>
5757              Subject: Re: [PATCH 5.005_57] pp_sort sorted out
5758      Branch: perl
5759            ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
5760 ____________________________________________________________________________
5761 [  3583] By: gsar                                  on 1999/07/05  05:31:19
5762         Log: suppress fancy display when in verbose mode (suggested by
5763              Paul Johnson <pjcj@transeda.com>)
5764      Branch: perl
5765            ! lib/Test/Harness.pm
5766 ____________________________________________________________________________
5767 [  3582] By: gsar                                  on 1999/07/05  05:17:12
5768         Log: cygwin32 update
5769              From: "Fifer, Eric" <EFifer@sanwaint.com>
5770              Date:  Wed, 2 Jun 1999 15:16:05 +0100
5771              Message-Id:  <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
5772              Subject:  [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
5773      Branch: perl
5774            ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
5775            ! cygwin32/build-instructions.READFIRST
5776            ! cygwin32/build-instructions.charles-wilson
5777            ! cygwin32/build-instructions.sebastien-barre
5778            ! cygwin32/build-instructions.steven-morlock
5779            ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
5780            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
5781            ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
5782            ! t/op/magic.t util.c
5783 ____________________________________________________________________________
5784 [  3581] By: gsar                                  on 1999/07/05  02:46:18
5785         Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
5786      Branch: perl
5787            ! util.c
5788 ____________________________________________________________________________
5789 [  3580] By: gsar                                  on 1999/07/05  02:38:03
5790         Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
5791              Date: Mon, 31 May 1999 18:18:13 -0600
5792              Message-ID: <19990601001813.AAA17834@csgsystems.com>
5793              Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
5794      Branch: perl
5795            ! t/TEST t/UTEST t/harness utils/perlcc.PL
5796 ____________________________________________________________________________
5797 [  3579] By: gsar                                  on 1999/07/05  01:20:58
5798         Log: compatibility tweak for Class::Struct
5799      Branch: perl
5800            ! lib/Class/Struct.pm
5801 ____________________________________________________________________________
5802 [  3578] By: jhi                                   on 1999/07/04  23:26:01
5803         Log: Miscellaneus AIX fixes + SOCKS support.
5804      Branch: cfgperl
5805            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
5806            ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
5807            ! hints/aix.sh pp_sys.c
5808 ____________________________________________________________________________
5809 [  3577] By: gsar                                  on 1999/07/04  23:07:39
5810         Log: test tweak
5811      Branch: perl
5812            ! t/io/openpid.t
5813 ____________________________________________________________________________
5814 [  3576] By: jhi                                   on 1999/07/04  22:39:23
5815         Log: Integrate with mainperl.
5816      Branch: cfgperl
5817           +> t/io/openpid.t
5818            - win32/perlhost.h
5819           !> (integrate 51 files)
5820 ____________________________________________________________________________
5821 [  3575] By: jhi                                   on 1999/07/04  22:26:48
5822         Log: Added 64-bit support for AIX 4.3 or better
5823              based on Martin H. Rusoff's observations.
5824      Branch: cfgperl
5825            ! Configure config_h.SH hints/aix.sh
5826 ____________________________________________________________________________
5827 [  3574] By: jhi                                   on 1999/07/04  21:34:47
5828         Log: Do not throw away gccvers compilation errors.
5829              From: Andy Dougherty <doughera@lafayette.edu>
5830              To: Ron Seguin <rseguin@on.bell.ca>
5831              Cc: Perl Porters <perl5-porters@perl.org>
5832              Subject: [PATCH] Re: [ID 19990625.011]  WHOA There
5833              Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
5834              Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
5835      Branch: cfgperl
5836            ! Configure config_h.SH
5837 ____________________________________________________________________________
5838 [  3573] By: gsar                                  on 1999/07/04  21:10:32
5839         Log: adapted suggested tests for addition to testsuite
5840              From: RonaldWS@aol.com
5841              Date:  Sun, 30 May 1999 16:27:28 EDT
5842              Message-Id:  <25cd799f.2482f930@aol.com>
5843              Subject: [19990530.007] Open with pipe | does not return pid under win32
5844      Branch: perl
5845            + t/io/openpid.t
5846            ! MANIFEST win32/win32.c
5847 ____________________________________________________________________________
5848 [  3572] By: gsar                                  on 1999/07/04  20:29:32
5849         Log: perl_run() should call my_exit(0) for normal completion
5850      Branch: perl
5851            ! perl.c
5852 ____________________________________________________________________________
5853 [  3571] By: jhi                                   on 1999/07/04  20:10:44
5854         Log: Add test for change #3568 plus general cleanup.
5855      Branch: cfgperl
5856            ! t/pragma/locale.t
5857 ____________________________________________________________________________
5858 [  3570] By: gsar                                  on 1999/07/04  20:03:21
5859         Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
5860              overloading
5861      Branch: perl
5862            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
5863            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
5864 ____________________________________________________________________________
5865 [  3569] By: gsar                                  on 1999/07/04  18:04:48
5866         Log: make AIX dynaloading work when libperl is shared (and thus under
5867              mod_perl etc.)
5868              From: Jens-Uwe Mager <jum@helios.de>
5869              Date:  Sat, 29 May 1999 17:09:52 +0200
5870              Message-Id:  <199905291509.RAA43978@ans.helios.de>
5871              Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
5872      Branch: perl
5873            ! ext/DynaLoader/dl_aix.xs
5874 ____________________________________________________________________________
5875 [  3568] By: jhi                                   on 1999/07/04  14:54:23
5876         Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
5877              This resulted for example in the 'o' magic not being cleared by
5878              magic_setcollxfrm(), which resulted in strange cmp results.
5879              The bug was reported originally in the message
5880              Subject: Bug with locale
5881              From: Jan Starzynski <jan@planet.de> 
5882              To: perlbug@perl.com 
5883              Date: Fri, 09 Apr 1999 13:23:07 +0200 
5884              Message-ID: <370DE31B.DAEE1332@planet.de> 
5885      Branch: cfgperl
5886            ! pp.c
5887 ____________________________________________________________________________
5888 [  3567] By: gsar                                  on 1999/07/04  02:38:34
5889         Log: remove misleading info on defined(&func), unclutter deprecation
5890              about defined(@array)
5891      Branch: perl
5892            ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
5893            ! t/pragma/warn/op
5894 ____________________________________________________________________________
5895 [  3566] By: gsar                                  on 1999/07/04  01:46:31
5896         Log: From: jan.dubois@ibm.net (Jan Dubois)
5897              Date: Wed, 26 May 1999 22:07:17 +0200
5898              Message-ID: <374c53ac.10322322@smtp1.ibm.net>
5899              Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
5900      Branch: perl
5901            ! Changes win32/win32.c win32/win32.h
5902 ____________________________________________________________________________
5903 [  3565] By: gsar                                  on 1999/07/04  01:26:02
5904         Log: newer version of perlxstut from Jeff Okamoto (slightly edited
5905              for win32 issues)
5906      Branch: perl
5907            ! pod/perlxstut.pod
5908 ____________________________________________________________________________
5909 [  3564] By: gsar                                  on 1999/07/02  03:09:04
5910         Log: avoid warnings
5911      Branch: perl
5912            ! ext/Thread/Thread/Specific.pm lib/fields.pm
5913 ____________________________________________________________________________
5914 [  3563] By: gsar                                  on 1999/06/28  19:23:47
5915         Log: inc version (for CPAN.pm sanity)
5916      Branch: perl
5917            ! lib/Text/ParseWords.pm
5918 ____________________________________________________________________________
5919 [  3562] By: gsar                                  on 1999/06/28  19:19:01
5920         Log: regen perltoc
5921      Branch: perl
5922            ! pod/perltoc.pod
5923 ____________________________________________________________________________
5924 [  3561] By: gsar                                  on 1999/06/28  19:08:41
5925         Log: From: Damian Conway <damian@cs.monash.edu.au>
5926              Date: Wed, 26 May 1999 00:58:35 -0400
5927              Message-Id: <199905260458.AAA06411@defender.perl.org>
5928              Subject: [19990526.002] Misc. improvements to Class:Struct
5929      Branch: perl
5930            ! MANIFEST lib/Class/Struct.pm
5931 ____________________________________________________________________________
5932 [  3560] By: gsar                                  on 1999/06/28  18:50:52
5933         Log: remove bogus PL_optype_size
5934      Branch: perl
5935            ! bytecode.pl ext/ByteLoader/byterun.h
5936 ____________________________________________________________________________
5937 [  3559] By: gsar                                  on 1999/06/28  18:22:26
5938         Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
5939      Branch: perl
5940            + lib/CGI/Pretty.pm
5941            ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
5942            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
5943            ! t/lib/cgi-html.t t/lib/cgi-request.t
5944 ____________________________________________________________________________
5945 [  3558] By: jhi                                   on 1999/06/28  07:30:21
5946         Log: Change Olaf Lebbe's email address.
5947      Branch: cfgperl
5948            ! README.epoc
5949 ____________________________________________________________________________
5950 [  3557] By: gsar                                  on 1999/06/28  00:07:33
5951         Log: make autogenerated files writable
5952      Branch: perl
5953            - win32/perlhost.h
5954            ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
5955            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
5956            ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
5957            ! proto.h regnodes.h warning.h win32/config_H.bc
5958            ! win32/config_H.gc win32/config_H.vc
5959 ____________________________________________________________________________
5960 [  3556] By: jhi                                   on 1999/06/27  19:22:53
5961         Log: Update MANIFEST to match #3555.
5962      Branch: cfgperl
5963            ! MANIFEST
5964 ____________________________________________________________________________
5965 [  3555] By: jhi                                   on 1999/06/27  19:16:22
5966         Log: EPOC port to Psion5.
5967              From: Olaf Flebbe <O.Flebbe@science-computing.de>
5968              To: Jarkko Hietaniemi <jhi@iki.fi>
5969              Cc: perl5-porters@perl.org
5970              Subject: Re: Psion5
5971              Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
5972              Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
5973      Branch: cfgperl
5974            + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
5975            + epoc/perl.mmp epoc/perl.pkg
5976            ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
5977            ! perl.h sv.c util.c
5978 ____________________________________________________________________________
5979 [  3554] By: jhi                                   on 1999/06/27  18:50:52
5980         Log: Integrate from mainperl.
5981      Branch: cfgperl
5982           !> (integrate 48 files)
5983 ____________________________________________________________________________
5984 [  3553] By: gsar                                  on 1999/06/27  14:28:49
5985         Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
5986              gone from the public API); PERL_OBJECT builds again on
5987              windows
5988              
5989              TODO: namespace-clean the typedefs in iperlsys.h and
5990              elsewhere; remove C++ remnants from public headers
5991      Branch: perl
5992            ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
5993            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
5994            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
5995            ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
5996            ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
5997            ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
5998            ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
5999            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
6000            ! win32/config.gc win32/config.vc win32/dl_win32.xs
6001            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
6002            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
6003            ! win32/win32sck.c
6004 ____________________________________________________________________________
6005 [  3552] By: gsar                                  on 1999/06/27  13:49:31
6006         Log: integrate cfgperl changes into mainline
6007      Branch: perl
6008           !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
6009           !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
6010           !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
6011           !> util.c
6012 ____________________________________________________________________________
6013 [  3551] By: gsar                                  on 1999/06/27  13:31:11
6014         Log: fix indents
6015      Branch: perl
6016            ! op.c
6017 ____________________________________________________________________________
6018 [  3550] By: gsar                                  on 1999/06/24  22:42:53
6019         Log: update Changes
6020      Branch: perl
6021            ! Changes
6022 ____________________________________________________________________________
6023 [  3549] By: gsar                                  on 1999/06/24  22:41:17
6024         Log: avoid race condition in the CAPI extension bootstrap handler
6025      Branch: perl
6026            ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
6027 ____________________________________________________________________________
6028 [  3548] By: gsar                                  on 1999/06/24  22:39:53
6029         Log: sanity check to cover the case when perl is installed into the
6030              X:\ (drive root)
6031      Branch: perl
6032            ! win32/win32.c
6033 ____________________________________________________________________________
6034 [  3547] By: gsar                                  on 1999/06/22  19:30:32
6035         Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
6036      Branch: perl
6037            ! lib/Tie/RefHash.pm
6038 ____________________________________________________________________________
6039 [  3544] By: jhi                                   on 1999/06/18  19:24:28
6040         Log: Tidy up #3542 and #3543. 
6041      Branch: cfgperl
6042            ! t/pragma/locale.t util.c
6043 ____________________________________________________________________________
6044 [  3543] By: jhi                                   on 1999/06/18  10:28:45
6045         Log: Spice up locale.t.
6046      Branch: cfgperl
6047            ! t/pragma/locale.t
6048 ____________________________________________________________________________
6049 [  3542] By: jhi                                   on 1999/06/17  22:42:03
6050         Log: Fixed two long-standing locale bugs.
6051              
6052              Both problems were related to numeric locale which
6053              controls the radix character aka the decimal separator.
6054              (1) printf (and sprintf) were resetting the numeric locale to C.
6055              (2) Using locale-numerically formatted floating point
6056              numbers (e.g. "1,23") together with -w caused warnings about
6057              "isn't numeric".  The operations were working fine, though,
6058              because atof() was using the local locale.
6059              Both problems reported by Stefan Vogtner.
6060              
6061              Introduced a wrapper for atof() that attempts to convert
6062              the string both ways.  This helps Perl to understand
6063              numbers like this "4.56" even when using a local locale
6064              makes atof() understand only numbers like this "7,89".
6065              
6066              Remaining related problems, both of which existed before
6067              this patch and continue to exist after this patch:
6068              (a) The behaviour of print() is _not_ as documented by perllocale.
6069              Instead of always using the C locale, print() does use the
6070              local locale, just like the *printf() do.  This may be fixable
6071              now that switching to-and-fro between locales has been made
6072              more consistent, but fixing print() would change existing
6073              behaviour.  perllocale is not changed by this patch.
6074              (b) If a number has been stringified (say, via "$number") under
6075              a local locale, the cached string value persists even under
6076              "no locale".  This may or may not be a problem: operations
6077              work fine because the original number is still there, but
6078              that the string form keeps its locale-ish outlook may be
6079              somewhat confusing.
6080      Branch: cfgperl
6081            ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
6082            ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
6083            ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
6084            ! util.c
6085 ____________________________________________________________________________
6086 [  3541] By: jhi                                   on 1999/06/17  20:00:16
6087         Log: Integrate from mainperl.
6088      Branch: cfgperl
6089           !> ext/Data/Dumper/Dumper.pm op.c
6090 ____________________________________________________________________________
6091 [  3540] By: gsar                                  on 1999/06/16  16:49:55
6092         Log: dump C<0> as such, not C<'0'>
6093      Branch: perl
6094            ! ext/Data/Dumper/Dumper.pm
6095 ____________________________________________________________________________
6096 [  3539] By: gsar                                  on 1999/06/13  04:04:40
6097         Log: fix coredumper in change#3498
6098      Branch: perl
6099            ! op.c
6100 ____________________________________________________________________________
6101 [  3538] By: jhi                                   on 1999/06/12  22:01:26
6102         Log: Integrate from mainperl.
6103      Branch: cfgperl
6104           +> lib/caller.pm
6105           !> (integrate 36 files)
6106 ____________________________________________________________________________
6107 [  3537] By: gsar                                  on 1999/06/12  06:43:03
6108         Log: EXTERN_C declarations for global arrays in various
6109              headers, so perl can be built even in C++ mode; win32
6110              build fixups; regen headers
6111      Branch: perl
6112            ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
6113            ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
6114 ____________________________________________________________________________
6115 [  3536] By: gsar                                  on 1999/06/12  06:38:21
6116         Log: caller.pm typos
6117      Branch: perl
6118            ! lib/caller.pm
6119 ____________________________________________________________________________
6120 [  3535] By: gsar                                  on 1999/06/11  23:13:54
6121         Log: various little tweaks; most globals are now in intrpvar.h, ninterps
6122              is temporarily gone
6123      Branch: perl
6124            ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
6125            ! pod/perldelta.pod proto.h win32/perllib.c
6126 ____________________________________________________________________________
6127 [  3534] By: gsar                                  on 1999/06/11  20:41:51
6128         Log: implement C<use caller 'encoding'>
6129      Branch: perl
6130            + lib/caller.pm
6131            ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
6132 ____________________________________________________________________________
6133 [  3533] By: gsar                                  on 1999/06/11  16:51:04
6134         Log: truncate() has a peculiar exemption from strict barewords, even
6135              though it has a non-filehandle prototype
6136      Branch: perl
6137            ! op.c t/io/fs.t
6138 ____________________________________________________________________________
6139 [  3532] By: gsar                                  on 1999/06/11  09:09:16
6140         Log: GDBM tweak
6141      Branch: perl
6142            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
6143 ____________________________________________________________________________
6144 [  3531] By: gsar                                  on 1999/06/10  23:34:19
6145         Log: part of the platform changes for IMPLICIT_CONTEXT
6146      Branch: perl
6147            ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
6148            ! jpl/PerlInterpreter/PerlInterpreter.c
6149            ! jpl/PerlInterpreter/PerlInterpreter.h
6150            ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
6151            ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
6152 ____________________________________________________________________________
6153 [  3530] By: jhi                                   on 1999/06/10  20:55:56
6154         Log: Integrate from mainperl.
6155      Branch: cfgperl
6156           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
6157 ____________________________________________________________________________
6158 [  3529] By: gsar                                  on 1999/06/10  20:40:01
6159         Log: DB_File tweaks for IMPLICIT CONTEXT
6160      Branch: perl
6161            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
6162 ____________________________________________________________________________
6163 [  3528] By: jhi                                   on 1999/06/10  10:18:15
6164         Log: Integrate from mainperl.
6165      Branch: cfgperl
6166           !> (integrate 105 files)
6167 ____________________________________________________________________________
6168 [  3527] By: gsar                                  on 1999/06/10  09:30:35
6169         Log: most globals are now interpreter local; locale initialization
6170              was too early, defer it until interpreter is allocated and
6171              initialized; multiple interpreters should now be
6172              concurrency-safe (untested)
6173      Branch: perl
6174            ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
6175            ! perlvars.h
6176 ____________________________________________________________________________
6177 [  3526] By: gsar                                  on 1999/06/10  08:38:00
6178         Log: fix small nits
6179      Branch: perl
6180            ! cc_runtime.h ext/B/B/CC.pm run.c
6181 ____________________________________________________________________________
6182 [  3525] By: gsar                                  on 1999/06/10  04:41:38
6183         Log: win32 build fixes
6184      Branch: perl
6185            ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
6186            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
6187            ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
6188            ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
6189            ! win32/Makefile win32/config_H.bc win32/config_H.gc
6190            ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
6191            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
6192            ! win32/win32.c win32/win32.h win32/win32sck.c
6193            ! win32/win32thread.c win32/win32thread.h
6194 ____________________________________________________________________________
6195 [  3524] By: gsar                                  on 1999/06/09  18:03:01
6196         Log: more complete support for implicit thread/interpreter pointer,
6197              enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
6198              without that enabled):
6199              - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
6200              is a noop; tests pass on Solaris; should be faster now!
6201              - MULTIPLICITY has been tested with and without
6202              PERL_IMPLICIT_CONTEXT on Solaris
6203              - improved function database now merged with embed.pl
6204              - everything except the varargs functions have foo(a,b,c) macros
6205              to provide compatibility
6206              - varargs functions default to compatibility variants that
6207              get the context pointer using dTHX
6208              - there should be almost no source compatibility issues as a
6209              result of all this
6210              - dl_foo.xs changes other than dl_dlopen.xs untested
6211              - still needs documentation, fixups for win32 etc
6212              Next step: migrate most non-mutex variables from perlvars.h
6213              to intrpvar.h
6214      Branch: perl
6215            - proto.pl
6216            ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
6217            ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
6218            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
6219            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
6220            ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
6221            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
6222            ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
6223            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
6224            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
6225            ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
6226            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
6227            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
6228            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
6229            ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
6230            ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
6231            ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
6232            ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
6233            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
6234            ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
6235            ! util.c win32/Makefile win32/makefile.mk writemain.SH
6236 ____________________________________________________________________________
6237 [  3523] By: gsar                                  on 1999/06/07  05:24:13
6238         Log: missed a file
6239      Branch: perl
6240            + proto.pl
6241            ! MANIFEST
6242 ____________________________________________________________________________
6243 [  3522] By: gsar                                  on 1999/06/07  05:18:34
6244         Log: initial stub implementation of implicit thread/this
6245              pointer    argument; builds/tests on Solaris, win32
6246              hasn't been fixed up yet; proto.h, global.sym and
6247              static function decls are now generated from a common
6248              database in proto.pl; some inconsistently named
6249              perl_foo() things are now Perl_foo(), compatibility
6250              #defines provided; perl_foo() (lowercase 'p') reserved
6251              for functions that take an explicit context argument;
6252              next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
6253      Branch: perl
6254            ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
6255            ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
6256            ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
6257            ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
6258            ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
6259            ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
6260            ! universal.c utf8.c util.c
6261 ____________________________________________________________________________
6262 [  3521] By: gsar                                  on 1999/06/04  23:00:22
6263         Log: clean up some stray "global" symbols
6264      Branch: perl
6265            ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
6266            ! pp_proto.h proto.h
6267 ____________________________________________________________________________
6268 [  3520] By: jhi                                   on 1999/06/02  21:33:28
6269         Log: Integrate from mainperl.
6270      Branch: cfgperl
6271           !> (integrate 94 files)
6272 ____________________________________________________________________________
6273 [  3519] By: gsar                                  on 1999/06/02  07:16:10
6274         Log: avoid dereferencing null pointer from getpwent() et al
6275      Branch: perl
6276            ! pp_sys.c
6277 ____________________________________________________________________________
6278 [  3518] By: gsar                                  on 1999/06/02  04:47:10
6279         Log: remove _() non-ansism
6280      Branch: perl
6281            ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
6282            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
6283            ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
6284            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
6285            ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
6286            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
6287            ! ext/re/re.xs handy.h hv.c iperlsys.h
6288            ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
6289            ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
6290            ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
6291            ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
6292            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
6293            ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
6294            ! vms/vmsish.h vms/writemain.pl vos/config.h
6295            ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
6296            ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
6297            ! win32/perllib.c win32/runperl.c win32/win32.h
6298            ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
6299            ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
6300 ____________________________________________________________________________
6301 [  3517] By: gsar                                  on 1999/06/02  02:17:51
6302         Log: missed a few files
6303      Branch: perl
6304            ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
6305 ____________________________________________________________________________
6306 [  3516] By: gsar                                  on 1999/06/02  01:37:33
6307         Log: integrate cfgperl contents into mainline
6308      Branch: perl
6309           +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
6310           +> ext/ByteLoader/byterun.h
6311            - bytecode.h byterun.c byterun.h
6312            ! Changes
6313           !> (integrate 58 files)
6314 ____________________________________________________________________________
6315 [  3515] By: gsar                                  on 1999/06/02  00:48:50
6316         Log: remove stray K&R-isms
6317      Branch: perl
6318            ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
6319            ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
6320            ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
6321            ! toke.c util.c win32/win32.c x2p/hash.c
6322 ____________________________________________________________________________
6323 [  3514] By: gsar                                  on 1999/06/01  15:55:55
6324         Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
6325              strict 'subs'
6326      Branch: perl
6327            ! op.c t/pragma/strict-subs
6328 ____________________________________________________________________________
6329 [  3513] By: jhi                                   on 1999/06/01  07:17:05
6330         Log: Patch applying of #3499 had gone awry.
6331      Branch: cfgperl
6332            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
6333 ____________________________________________________________________________
6334 [  3512] By: gsar                                  on 1999/05/31  19:21:30
6335         Log: tighter -help output
6336      Branch: perl
6337            ! perl.c
6338 ____________________________________________________________________________
6339 [  3511] By: gsar                                  on 1999/05/31  17:18:23
6340         Log: fix memory leak in C<eval 'return sub {...}'>
6341      Branch: perl
6342            ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
6343 ____________________________________________________________________________
6344 [  3510] By: gsar                                  on 1999/05/31  14:11:46
6345         Log: tweak C++isms
6346      Branch: perl
6347            ! win32/dl_win32.xs win32/win32.c
6348 ____________________________________________________________________________
6349 [  3509] By: jhi                                   on 1999/05/30  13:02:26
6350         Log: Cleanup of #3488.
6351      Branch: cfgperl
6352            ! Configure config_h.SH
6353 ____________________________________________________________________________
6354 [  3508] By: jhi                                   on 1999/05/30  11:16:01
6355         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6356              To: Mailing list Perl5 <perl5-porters@perl.org>
6357              Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
6358              Date: Sat, 29 May 1999 20:18:13 -0400
6359              Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
6360      Branch: cfgperl
6361            ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
6362 ____________________________________________________________________________
6363 [  3507] By: jhi                                   on 1999/05/29  20:05:40
6364         Log: From: Mark-Jason Dominus <mjd@plover.com>
6365              To: perl5-porters@perl.com
6366              Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
6367              Date: Sat, 29 May 1999 14:45:10 -0400
6368              Message-ID: <19990529184510.27557.qmail@plover.com>
6369      Branch: cfgperl
6370            ! op.h
6371 ____________________________________________________________________________
6372 [  3506] By: gsar                                  on 1999/05/29  16:49:39
6373         Log: avoid gv_check() recursive pit
6374      Branch: perl
6375            ! gv.c
6376 ____________________________________________________________________________
6377 [  3505] By: jhi                                   on 1999/05/29  11:38:16
6378         Log: From: jan.dubois@ibm.net (Jan Dubois)
6379              To: Gurusamy Sarathy <gsar@activestate.com>
6380              Cc: perl5-porters@perl.org
6381              Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
6382              Date: Sat, 29 May 1999 08:46:22 +0200
6383              Message-ID: <374f8007.2016008@smtp1.ibm.net>
6384      Branch: cfgperl
6385            ! t/op/grent.t t/op/pwent.t
6386 ____________________________________________________________________________
6387 [  3504] By: jhi                                   on 1999/05/29  11:07:10
6388         Log: QNX needs <sys/select.h> to define fd_set.
6389              
6390              From: Norton Allen <allen@huarp.harvard.edu>
6391              To: perl5-porters@perl.org
6392              Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
6393              Date:  Wed, 26 May 1999 13:51:27 -0400 (EDT)
6394              Message-Id:  <199905261751.NAA20966@bottesini.harvard.edu>
6395      Branch: cfgperl
6396            ! ext/IO/poll.c
6397 ____________________________________________________________________________
6398 [  3503] By: jhi                                   on 1999/05/29  10:53:31
6399         Log: From: jan.dubois@ibm.net (Jan Dubois)
6400              To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
6401              Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
6402              Date: Fri, 28 May 1999 20:14:35 +0200
6403              Message-ID: <3751daa4.7188847@smtp1.ibm.net>
6404      Branch: cfgperl
6405            ! lib/Math/BigFloat.pm
6406 ____________________________________________________________________________
6407 [  3502] By: jhi                                   on 1999/05/29  10:44:44
6408         Log: Make Configure support the change #3367,
6409              SysV shadow passwords.
6410      Branch: cfgperl
6411            ! Configure config_h.SH pp_sys.c
6412 ____________________________________________________________________________
6413 [  3501] By: gsar                                  on 1999/05/28  21:22:23
6414         Log: add wide versions of win32 system calls (first step in
6415              globalization); delayload winsock for performance if compiling
6416              with VC 6.0
6417      Branch: perl
6418            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
6419            ! win32/win32.c win32/win32.h
6420 ____________________________________________________________________________
6421 [  3500] By: jhi                                   on 1999/05/28  21:17:24
6422         Log: The new t/lib/io_linenum.t was using stricture
6423              before @INC was set up.
6424      Branch: cfgperl
6425            ! t/lib/io_linenum.t
6426 ____________________________________________________________________________
6427 [  3499] By: jhi                                   on 1999/05/28  17:13:23
6428         Log: From: Tom Hughes <tom@compton.nu>
6429              To: perl5-porters@perl.org
6430              Subject: [PATCH 5.005_57] ByteLoader mark 2
6431              Date: Wed, 26 May 1999 23:59:49 +0100
6432              Message-ID: <bf337a0849.tom@compton.compton.nu>
6433              
6434              plus resolve tiny conflict with #3479
6435              plus regen_headers.
6436      Branch: cfgperl
6437            + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
6438            + ext/ByteLoader/byterun.h
6439            - bytecode.h byterun.c byterun.h
6440            ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
6441            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
6442            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
6443            ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
6444            ! perl.h perlvars.h proto.h util.c utils/Makefile
6445 ____________________________________________________________________________
6446 [  3498] By: jhi                                   on 1999/05/28  16:53:04
6447         Log: From: Mark-Jason Dominus <mjd@plover.com>
6448              To: perl5-porters@perl.com
6449              Subject: PATCH (5.005_57): defined(@a) now deprecated
6450              Date: Thu, 27 May 1999 16:05:44 -0400
6451              Message-ID: <19990527200544.13330.qmail@plover.com>
6452      Branch: cfgperl
6453            ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
6454            ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
6455 ____________________________________________________________________________
6456 [  3497] By: jhi                                   on 1999/05/28  16:50:54
6457         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6458              To: perl5-porters@perl.org (Mailing list Perl5)
6459              Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
6460              Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
6461              Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
6462      Branch: cfgperl
6463            ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
6464            ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
6465 ____________________________________________________________________________
6466 [  3496] By: jhi                                   on 1999/05/28  16:48:39
6467         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6468              To: perl5-porters@perl.org (Mailing list Perl5)
6469              Subject: [PATCH 5.00557] Required OS/2-related patches
6470              Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
6471              Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
6472      Branch: cfgperl
6473            ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
6474            ! t/op/stat.t util.c
6475 ____________________________________________________________________________
6476 [  3495] By: jhi                                   on 1999/05/28  16:45:56
6477         Log: From: Paul Johnson <pjcj@transeda.com>
6478              To: perl5-porters <perl5-porters@perl.org>
6479              Subject: [PATCH 5.005_57] Provide more useful test okay percentage
6480              Date: Fri, 28 May 1999 15:13:54 +0100
6481              Message-ID: <19990528151354.B289@west-tip.transeda.com>
6482      Branch: cfgperl
6483            ! t/TEST
6484 ____________________________________________________________________________
6485 [  3494] By: jhi                                   on 1999/05/28  16:44:34
6486         Log: From: Paul Johnson <pjcj@transeda.com>
6487              To: perl5-porters <perl5-porters@perl.org>
6488              Subject: [PATCH 5.005_57] Fixes related to working local $.
6489              Date: Fri, 28 May 1999 15:11:18 +0100
6490              Message-ID: <19990528151118.A289@west-tip.transeda.com>
6491      Branch: cfgperl
6492            ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
6493 ____________________________________________________________________________
6494 [  3493] By: gsar                                  on 1999/05/28  16:37:26
6495         Log: change#3449 wasn't doing enough
6496      Branch: perl
6497            ! op.c t/comp/proto.t
6498 ____________________________________________________________________________
6499 [  3492] By: jhi                                   on 1999/05/28  08:12:23
6500         Log: From: paul.marquess@bt.com
6501              To: doughera@lafayette.edu
6502              Cc: perl5-porters@perl.org
6503              Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
6504              Date: Thu, 27 May 1999 23:31:38 +0100
6505              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
6506              
6507              Had to be applied manually; some mailer had munged the patch slightly.
6508      Branch: cfgperl
6509            ! ext/NDBM_File/NDBM_File.xs
6510 ____________________________________________________________________________
6511 [  3491] By: jhi                                   on 1999/05/28  07:51:17
6512         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
6513              To: perl5-porters@perl.org
6514              Subject: [PATCH 5.005_57] fixing eval in the compiler
6515              Date: Thu, 27 May 1999 07:56:54 -0700
6516              Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
6517      Branch: cfgperl
6518            ! cc_runtime.h scope.h
6519 ____________________________________________________________________________
6520 [  3490] By: jhi                                   on 1999/05/28  07:47:06
6521         Log: From: Andy Dougherty <doughera@lafayette.edu>
6522              To: perlbug@perl.com
6523              Cc: Jarkko Hietaniemi <jhi@iki.fi>
6524              Subject: [PATCH] Configure updates for ISC 4.1
6525              Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
6526              Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
6527      Branch: cfgperl
6528            ! Configure config_h.SH
6529 ____________________________________________________________________________
6530 [  3489] By: jhi                                   on 1999/05/28  07:39:17
6531         Log: Integrate from mainperl.
6532      Branch: cfgperl
6533           !> malloc.c win32/makedef.pl win32/win32.c
6534 ____________________________________________________________________________
6535 [  3488] By: jhi                                   on 1999/05/27  16:57:19
6536         Log: From: Andy Dougherty <doughera@lafayette.edu>
6537              To: Perl Porters <perl5-porters@perl.org>
6538              Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
6539              Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
6540              Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
6541      Branch: cfgperl
6542            ! Configure config_h.SH hints/sunos_4_1.sh util.c
6543 ____________________________________________________________________________
6544 [  3487] By: gsar                                  on 1999/05/27  03:56:20
6545         Log: make win32_spawnvp() inherit standard handles even when they
6546              may be redirected
6547      Branch: perl
6548            ! win32/win32.c
6549 ____________________________________________________________________________
6550 [  3486] By: jhi                                   on 1999/05/26  19:55:52
6551         Log: From: Andy Dougherty <doughera@lafayette.edu>
6552              To: perl5-porters@perl.org
6553              Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
6554              Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
6555              Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
6556      Branch: cfgperl
6557            ! util.c
6558 ____________________________________________________________________________
6559 [  3485] By: chip                                  on 1999/05/26  17:19:11
6560         Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
6561      Branch: maint-5.004/perl
6562            ! Configure
6563 ____________________________________________________________________________
6564 [  3484] By: gsar                                  on 1999/05/26  01:56:28
6565         Log: fix missing exported symbol
6566      Branch: perl
6567            ! malloc.c win32/makedef.pl
6568 ____________________________________________________________________________
6569 [  3483] By: jhi                                   on 1999/05/25  23:08:07
6570         Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
6571              
6572              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
6573              To: perlbug@perl.com
6574              Subject: OpenBSD hints file update
6575              Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
6576              Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
6577      Branch: cfgperl
6578            ! hints/openbsd.sh
6579 ____________________________________________________________________________
6580 [  3482] By: jhi                                   on 1999/05/25  23:01:25
6581         Log: From: Tom Hughes <tom@compton.nu>
6582              To: perl5-porters@perl.org
6583              Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
6584              Date: Tue, 25 May 1999 23:10:23 +0100
6585              Message-ID: <1ed7f10749.tom@compton.compton.nu>
6586      Branch: cfgperl
6587            ! Configure config_h.SH
6588 ____________________________________________________________________________
6589 [  3481] By: jhi                                   on 1999/05/25  22:31:50
6590         Log: 3479, 3480, 3481 seems logical.
6591      Branch: cfgperl
6592           !> hints/aix.sh
6593 ____________________________________________________________________________
6594 [  3480] By: jhi                                   on 1999/05/25  22:13:39
6595         Log: The change #3479 wasn't perfect.
6596      Branch: perl
6597            ! hints/aix.sh
6598 ____________________________________________________________________________
6599 [  3479] By: jhi                                   on 1999/05/25  21:59:21
6600         Log: Cures for _57 in AIX 4.1.5.0.
6601              (1) The lddlflags lost its -lc by change #3660
6602              (and the politeness of change #3257).
6603              (2) optype_size must end up in perl.exp (as PL_optype_size).
6604              Added it to perlvars.h, fixed bytecode.pl,
6605              regen'ed the relevant headers.
6606      Branch: cfgperl
6607            ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
6608            ! perlvars.h
6609      Branch: perl
6610            ! hints/aix.sh
6611 ____________________________________________________________________________
6612 [  3478] By: jhi                                   on 1999/05/25  20:13:47
6613         Log: Integrate from mainperl.
6614      Branch: cfgperl
6615           +> pod/perltootc.pod
6616           !> (integrate 101 files)
6617 ____________________________________________________________________________
6618 [  3477] By: gsar                                  on 1999/05/25  10:43:48
6619         Log: here be 5.005_57
6620      Branch: perl
6621            ! Changes MANIFEST Porting/makerel
6622           !> Changes5.005
6623
6624 ----------------
6625 Version 5.005_57
6626 ----------------
6627
6628 ____________________________________________________________________________
6629 [  3476] By: gsar                                  on 1999/05/25  09:23:43
6630         Log: up patchlevel &c
6631      Branch: perl
6632            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
6633            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6634            ! win32/makefile.mk
6635 ____________________________________________________________________________
6636 [  3475] By: gsar                                  on 1999/05/25  09:14:51
6637         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6638              Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
6639              Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
6640              Subject: [PATCH 5.005_56] REx engine improvements
6641      Branch: perl
6642            ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
6643            ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
6644            ! thrdvar.h util.c
6645 ____________________________________________________________________________
6646 [  3474] By: gsar                                  on 1999/05/25  08:39:56
6647         Log: test case for change#3470
6648      Branch: perl
6649            ! t/lib/bigintpm.t
6650 ____________________________________________________________________________
6651 [  3473] By: gsar                                  on 1999/05/25  08:36:52
6652         Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
6653      Branch: perl
6654            ! Changes pod/perlport.pod
6655 ____________________________________________________________________________
6656 [  3472] By: gsar                                  on 1999/05/25  08:28:57
6657         Log: assorted tweaks
6658      Branch: perl
6659            ! doio.c iperlsys.h win32/config.bc win32/config.gc
6660            ! win32/config.vc win32/config_H.bc win32/config_H.gc
6661            ! win32/config_H.vc win32/makedef.pl
6662 ____________________________________________________________________________
6663 [  3471] By: gsar                                  on 1999/05/25  06:06:04
6664         Log: perlref update from Tom Christiansen
6665      Branch: perl
6666            ! pod/perlref.pod
6667 ____________________________________________________________________________
6668 [  3470] By: gsar                                  on 1999/05/25  06:03:27
6669         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6670              Date: Mon, 24 May 1999 17:43:56 -0400
6671              Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
6672              Subject: [PATCH 5.005_*] hv.c calling negative malloc()
6673      Branch: perl
6674            ! hv.c
6675 ____________________________________________________________________________
6676 [  3469] By: gsar                                  on 1999/05/25  05:59:22
6677         Log: avoid temporary files that have a constant name (from a suggestion
6678              by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
6679      Branch: perl
6680            ! lib/ExtUtils/MM_Unix.pm
6681 ____________________________________________________________________________
6682 [  3468] By: gsar                                  on 1999/05/25  05:54:29
6683         Log: From: pvhp@forte.com (Peter Prymmer)
6684              Date: Mon, 24 May 99 11:20:25 PDT
6685              Message-Id: <9905241820.AA28071@forte.com>
6686              Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
6687      Branch: perl
6688            ! lib/Pod/Text.pm
6689 ____________________________________________________________________________
6690 [  3467] By: gsar                                  on 1999/05/25  04:08:50
6691         Log: fix glob() bug that resulted in missing symlinks that don't point
6692              anywhere
6693      Branch: perl
6694            ! pp_hot.c
6695 ____________________________________________________________________________
6696 [  3466] By: gsar                                  on 1999/05/25  03:00:00
6697         Log: avoid enumerating @INC contents in diagnostic if @INC was never
6698              searched
6699      Branch: perl
6700            ! pod/perldiag.pod pp_ctl.c
6701 ____________________________________________________________________________
6702 [  3465] By: gsar                                  on 1999/05/25  02:24:08
6703         Log: add caveat about close(PIPE) carelessness
6704      Branch: perl
6705            ! pod/perlfunc.pod
6706 ____________________________________________________________________________
6707 [  3464] By: gsar                                  on 1999/05/24  23:55:53
6708         Log: fix bogus line numbers for void context warnings
6709              (change#2548 was overeager)
6710      Branch: perl
6711            ! op.c
6712 ____________________________________________________________________________
6713 [  3463] By: gsar                                  on 1999/05/24  23:31:58
6714         Log: change#3455 had a typo
6715      Branch: perl
6716            ! pp_ctl.c
6717 ____________________________________________________________________________
6718 [  3462] By: gsar                                  on 1999/05/24  17:32:20
6719         Log: more pod updates from Tom Christiansen; regen perltoc
6720      Branch: perl
6721            ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
6722            ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
6723 ____________________________________________________________________________
6724 [  3461] By: gsar                                  on 1999/05/24  07:41:32
6725         Log: perlmod notes from Damian Conway (via Tom Christiansen)
6726      Branch: perl
6727            ! pod/perlmod.pod
6728 ____________________________________________________________________________
6729 [  3460] By: gsar                                  on 1999/05/24  07:24:11
6730         Log: major pod update from Tom Christiansen
6731      Branch: perl
6732            + pod/perltootc.pod
6733            ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
6734            ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
6735            ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
6736            ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
6737            ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
6738            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
6739            ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
6740            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
6741            ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
6742            ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
6743            ! pod/perlxs.pod pod/pod2man.PL
6744 ____________________________________________________________________________
6745 [  3459] By: gsar                                  on 1999/05/24  06:26:48
6746         Log: perlfaq update from Tom Christiansen
6747      Branch: perl
6748            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
6749            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
6750            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
6751            ! pod/perlfaq9.pod
6752 ____________________________________________________________________________
6753 [  3458] By: gsar                                  on 1999/05/24  05:55:11
6754         Log: updated to v1.50 from CPAN
6755      Branch: perl
6756            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
6757 ____________________________________________________________________________
6758 [  3457] By: gsar                                  on 1999/05/24  05:46:20
6759         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6760              Date: Sun, 23 May 1999 16:35:07 +0100
6761              Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
6762              Subject: [PATCH 5.005_56] name PL_in_eval bits
6763      Branch: perl
6764            ! cop.h op.c perl.c pp_ctl.c toke.c util.c
6765 ____________________________________________________________________________
6766 [  3456] By: gsar                                  on 1999/05/24  05:18:06
6767         Log: make -t mode the default on emacs/dumb terminals
6768      Branch: perl
6769            ! Changes utils/perldoc.PL
6770 ____________________________________________________________________________
6771 [  3455] By: gsar                                  on 1999/05/24  05:05:19
6772         Log: return 0 rather than "" when scalar grep has nothing to iterate
6773              on (brings behavior in line with documentation)
6774      Branch: perl
6775            ! pp_ctl.c
6776 ____________________________________________________________________________
6777 [  3454] By: gsar                                  on 1999/05/24  04:52:52
6778         Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
6779              Date: Thu, 20 May 1999 13:27:02 -1000
6780              Message-Id: <E10kcDN-0007TA-00@lapaki>
6781              Subject: Problem with MM_Unix in 5.005_03
6782      Branch: perl
6783            ! lib/ExtUtils/MM_Unix.pm
6784 ____________________________________________________________________________
6785 [  3453] By: gsar                                  on 1999/05/24  04:39:49
6786         Log: avoid removing duplicates in user-generated warnings
6787              From: byron@omix.com (Byron Brummer)
6788              Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
6789              Message-Id: <199905201101.EAA91175@thrush.omix.com>
6790              Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
6791      Branch: perl
6792            ! lib/diagnostics.pm
6793 ____________________________________________________________________________
6794 [  3452] By: gsar                                  on 1999/05/24  04:23:10
6795         Log: straighten some code to avoid NeXT compiler bugs (from
6796              Geoff Kuenning <geoff@cs.hmc.edu>)
6797      Branch: perl
6798            ! pp_ctl.c
6799 ____________________________________________________________________________
6800 [  3451] By: gsar                                  on 1999/05/24  03:03:05
6801         Log: minor logic tweak for reserved word warning
6802      Branch: perl
6803            ! lib/Test/Harness.pm toke.c
6804 ____________________________________________________________________________
6805 [  3450] By: gsar                                  on 1999/05/24  02:34:20
6806         Log: oops, some files missing in change#3449
6807      Branch: perl
6808            ! op.c op.h toke.c
6809 ____________________________________________________________________________
6810 [  3449] By: gsar                                  on 1999/05/24  02:33:12
6811         Log: allow '*' prototype to autoquote even barewords that happen to be
6812              function names; parens or ampersand continue to force the other
6813              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
6814              do the right thing, for example
6815      Branch: perl
6816            ! t/comp/proto.t
6817 ____________________________________________________________________________
6818 [  3448] By: gsar                                  on 1999/05/24  01:51:24
6819         Log: remove vestiges of PL_last_proto
6820      Branch: perl
6821            ! embedvar.h intrpvar.h objXSUB.h
6822 ____________________________________________________________________________
6823 [  3447] By: gsar                                  on 1999/05/24  01:49:20
6824         Log: redo change#2061 and parts of change#1169 with code in the
6825              parser; PL_last_proto hackery gone, strict 'subs' in now
6826              implemented in the optimizer where specifying the exceptional
6827              cases is much more robust; '*' (bareword) prototype now works
6828              reliably when used in second and subsequent arguments
6829      Branch: perl
6830            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
6831 ____________________________________________________________________________
6832 [  3446] By: gsar                                  on 1999/05/23  05:00:55
6833         Log: remove redundant part of change#1169 superceded by change#2061;
6834              avoid "future reserved word" warning on prototypical bearwords
6835      Branch: perl
6836            ! t/lib/fatal.t toke.c
6837 ____________________________________________________________________________
6838 [  3445] By: gsar                                  on 1999/05/21  23:36:49
6839         Log: s/isspace/isSPACE/g and make sure the CRT version is always
6840              passed an unsigned char (fixes random occurrence of spaces in
6841              arguments containing high-bit chars passed to spawned children,
6842              on win32)
6843      Branch: perl
6844            ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
6845 ____________________________________________________________________________
6846 [  3444] By: gsar                                  on 1999/05/21  23:08:55
6847         Log: integrate Configure changes from cfgperl
6848      Branch: perl
6849           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6850           !> config_h.SH
6851 ____________________________________________________________________________
6852 [  3443] By: jhi                                   on 1999/05/21  22:00:56
6853         Log: Integrate from mainperl.
6854      Branch: cfgperl
6855           !> Changes doop.c ext/SDBM_File/sdbm/dba.c
6856           !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
6857           !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
6858           !> win32/perlhost.h win32/win32.c x2p/walk.c
6859 ____________________________________________________________________________
6860 [  3442] By: jhi                                   on 1999/05/21  21:59:46
6861         Log: fflush.
6862      Branch: cfgperl
6863            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6864            ! config_h.SH
6865 ____________________________________________________________________________
6866 [  3441] By: gsar                                  on 1999/05/21  17:48:55
6867         Log: integrate cfgperl changes
6868      Branch: perl
6869           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6870           !> config_h.SH hints/sunos_4_1.sh installperl
6871 ____________________________________________________________________________
6872 [  3440] By: gsar                                  on 1999/05/21  17:42:49
6873         Log: test tweak
6874      Branch: perl
6875            ! t/comp/proto.t
6876 ____________________________________________________________________________
6877 [  3439] By: gsar                                  on 1999/05/21  17:31:26
6878         Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
6879              (Configure fflush(NULL) detection seems broken on Solaris, which
6880              is why I hit the problem)
6881      Branch: perl
6882            ! Changes perl.h
6883 ____________________________________________________________________________
6884 [  3438] By: gsar                                  on 1999/05/20  16:41:01
6885         Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
6886      Branch: perl
6887            ! pod/perlport.pod
6888 ____________________________________________________________________________
6889 [  3437] By: jhi                                   on 1999/05/20  07:14:39
6890         Log: Patches to fflushing in SunOS 4 from Andy Dougherty
6891              (via private email).
6892      Branch: cfgperl
6893            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6894            ! config_h.SH hints/sunos_4_1.sh
6895 ____________________________________________________________________________
6896 [  3436] By: gsar                                  on 1999/05/20  05:18:26
6897         Log: various little nits
6898      Branch: perl
6899            ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
6900            ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
6901            ! win32/perlhost.h win32/win32.c x2p/walk.c
6902 ____________________________________________________________________________
6903 [  3435] By: jhi                                   on 1999/05/18  16:25:49
6904         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6905              To: perl5-porters@perl.org
6906              Subject: installperl
6907              Date: Fri, 14 May 1999 21:34:58 +0100
6908              Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
6909      Branch: cfgperl
6910            ! installperl
6911 ____________________________________________________________________________
6912 [  3434] By: jhi                                   on 1999/05/17  21:25:54
6913         Log: Integrate from mainperl.
6914      Branch: cfgperl
6915           +> lib/ExtUtils/MM_Cygwin.pm
6916            - cygwin32/impure_ptr.c
6917           !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
6918           !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
6919           !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
6920           !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
6921           !> x2p/find2perl.PL
6922 ____________________________________________________________________________
6923 [  3433] By: gsar                                  on 1999/05/17  09:49:01
6924         Log: integrate cfgperl changes into mainline
6925      Branch: perl
6926           !> Configure INSTALL config_h.SH configure.com embed.h
6927           !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
6928           !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
6929           !> util.c
6930 ____________________________________________________________________________
6931 [  3432] By: gsar                                  on 1999/05/17  09:06:45
6932         Log: emit more appropriate diagnostic for failed glob (variant
6933              of patch suggested by Graham Barr)
6934      Branch: perl
6935            ! gv.c pod/perldiag.pod pp.c pp_hot.c
6936 ____________________________________________________________________________
6937 [  3431] By: gsar                                  on 1999/05/17  08:38:09
6938         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
6939              Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
6940              Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
6941              Subject: find2perl does not grok the 'c' suffix to the -size argument
6942      Branch: perl
6943            ! x2p/find2perl.PL
6944 ____________________________________________________________________________
6945 [  3430] By: gsar                                  on 1999/05/17  08:26:21
6946         Log: additional cleanups for cygwin32 port
6947              From: "Fifer, Eric" <EFifer@sanwaint.com>
6948              Date: Wed, 12 May 1999 20:25:54 +0100
6949              Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
6950              Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
6951      Branch: perl
6952            + lib/ExtUtils/MM_Cygwin.pm
6953            - cygwin32/impure_ptr.c
6954            ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
6955            ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
6956            ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
6957            ! perl.h util.c
6958 ____________________________________________________________________________
6959 [  3429] By: gsar                                  on 1999/05/17  08:01:04
6960         Log: From: Andy Dougherty <doughera@lafayette.edu>
6961              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
6962              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
6963              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
6964      Branch: perl
6965            ! INSTALL
6966 ____________________________________________________________________________
6967 [  3428] By: jhi                                   on 1999/05/17  07:03:26
6968         Log: Integrate from mainperl modulo the Socket.xs change.
6969      Branch: cfgperl
6970           !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
6971           !> win32/win32.c win32/win32.h
6972 ____________________________________________________________________________
6973 [  3427] By: jhi                                   on 1999/05/16  22:09:11
6974         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6975              To: perl5-porters@perl.org (Mailing list Perl5)
6976              Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
6977              Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
6978              Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
6979      Branch: cfgperl
6980            ! ext/Devel/Peek/Peek.xs
6981 ____________________________________________________________________________
6982 [  3426] By: jhi                                   on 1999/05/16  22:07:11
6983         Log: From: Mark-Jason Dominus <mjd@plover.com>
6984              To: perl5-porters@perl.com
6985              Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
6986              Date: Sat, 15 May 1999 12:43:47 -0400
6987              Message-ID: <19990515164348.7313.qmail@plover.com>
6988      Branch: cfgperl
6989            ! pod/perldiag.pod
6990 ____________________________________________________________________________
6991 [  3425] By: nick                                  on 1999/05/15  15:56:10
6992         Log: Mingw32 + w32api-0.1.5 tweaks
6993              - now more like other Win32 compilers
6994      Branch: perl
6995            ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
6996            ! win32/win32.h
6997 ____________________________________________________________________________
6998 [  3424] By: nick                                  on 1999/05/14  21:04:22
6999         Log: Experimental "slab" allocator for ops.
7000              To try it -DPL_OP_SLAB_ALLOC for op.c 
7001              This is for proof of concept only, it leaks memory 
7002              (ops are not free'd) so don't use in embedded apps.
7003              If this minimalist version does not show performance 
7004              gain then whole idea is worthless. 
7005              Nick see's approx 12% speed up vs perlmalloc running
7006              perl -Ilib -MCPAN -e '' 
7007              Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
7008      Branch: perl
7009            ! op.c
7010 ____________________________________________________________________________
7011 [  3423] By: gsar                                  on 1999/05/14  19:55:04
7012         Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
7013              found (brings sitelib intuition in line with privlib)
7014      Branch: perl
7015            ! win32/win32.c
7016 ____________________________________________________________________________
7017 [  3422] By: jhi                                   on 1999/05/14  08:08:01
7018         Log: From: pvhp@forte.com (Peter Prymmer)
7019              To: perl5-porters@perl.org, vmsperl@perl.org
7020              Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
7021              Date: Thu, 13 May 99 15:29:57 PDT
7022              Message-Id: <9905132229.AA15854@forte.com>
7023      Branch: cfgperl
7024            ! configure.com
7025 ____________________________________________________________________________
7026 [  3421] By: jhi                                   on 1999/05/14  07:34:20
7027         Log: Integrate from mainperl.
7028      Branch: cfgperl
7029           !> lib/ExtUtils/MM_Unix.pm win32/win32.c
7030 ____________________________________________________________________________
7031 [  3420] By: jhi                                   on 1999/05/14  07:33:26
7032         Log: Still fflushing.
7033      Branch: cfgperl
7034            ! Configure config_h.SH util.c
7035 ____________________________________________________________________________
7036 [  3419] By: gsar                                  on 1999/05/14  03:08:29
7037         Log: mortalize string allocations by win32_get_{priv,site}lib()
7038              (fixes small memory leak in interpreter)
7039      Branch: perl
7040            ! win32/win32.c
7041 ____________________________________________________________________________
7042 [  3418] By: gsar                                  on 1999/05/14  03:06:50
7043         Log: make win32_longname() preserve kind of slashes in argument
7044      Branch: perl
7045            ! win32/win32.c
7046 ____________________________________________________________________________
7047 [  3417] By: gsar                                  on 1999/05/14  03:04:44
7048         Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
7049      Branch: perl
7050            ! lib/ExtUtils/MM_Unix.pm
7051 ____________________________________________________________________________
7052 [  3416] By: jhi                                   on 1999/05/13  21:18:06
7053         Log: Integrate from mainperl.
7054      Branch: cfgperl
7055           !> pp_ctl.c
7056 ____________________________________________________________________________
7057 [  3415] By: jhi                                   on 1999/05/13  21:16:49
7058         Log: Fixes from Andy Dougherty (via private email).
7059      Branch: cfgperl
7060            ! Configure config_h.SH
7061 ____________________________________________________________________________
7062 [  3414] By: nick                                  on 1999/05/13  20:04:26
7063         Log: valist vs va_list typo
7064      Branch: perl
7065            ! pp_ctl.c
7066 ____________________________________________________________________________
7067 [  3413] By: jhi                                   on 1999/05/13  15:04:05
7068         Log: From: Andy Dougherty <doughera@lafayette.edu>
7069              To: perlbug@perl.com
7070              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
7071              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
7072              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
7073      Branch: cfgperl
7074            ! INSTALL
7075 ____________________________________________________________________________
7076 [  3412] By: jhi                                   on 1999/05/13  14:20:17
7077         Log: Integrate from mainperl.
7078      Branch: cfgperl
7079           !> pp_ctl.c
7080 ____________________________________________________________________________
7081 [  3411] By: gsar                                  on 1999/05/13  14:16:56
7082         Log: docatch_body() declaration mismatch
7083      Branch: perl
7084            ! pp_ctl.c
7085 ____________________________________________________________________________
7086 [  3410] By: jhi                                   on 1999/05/13  13:51:44
7087         Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
7088      Branch: cfgperl
7089            ! Configure config_h.SH perl.h
7090 ____________________________________________________________________________
7091 [  3409] By: jhi                                   on 1999/05/13  13:31:53
7092         Log: Still fflushing strong.
7093      Branch: cfgperl
7094            ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
7095            ! proto.h util.c
7096 ____________________________________________________________________________
7097 [  3408] By: jhi                                   on 1999/05/12  14:30:23
7098         Log: Integrate from mainperl.
7099      Branch: cfgperl
7100           !> (integrate 30 files)
7101 ____________________________________________________________________________
7102 [  3407] By: jhi                                   on 1999/05/12  12:28:31
7103         Log: Be tidier with fflush(NULL) testing.
7104      Branch: cfgperl
7105            ! Configure config_h.SH
7106 ____________________________________________________________________________
7107 [  3406] By: gsar                                  on 1999/05/12  11:26:03
7108         Log: better range-checking on list slices, with test
7109              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7110              Date: Sun, 02 May 1999 17:02:53 +0100
7111              Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
7112              Subject: Re: List slice of undefs returns 0 items 
7113      Branch: perl
7114            ! pp.c t/op/list.t
7115 ____________________________________________________________________________
7116 [  3405] By: gsar                                  on 1999/05/12  11:22:27
7117         Log: change#3397 needs test tweak
7118      Branch: perl
7119            ! Changes t/pragma/warn/sv
7120 ____________________________________________________________________________
7121 [  3404] By: gsar                                  on 1999/05/12  11:07:44
7122         Log: typo in change#3397
7123      Branch: perl
7124            ! doop.c
7125 ____________________________________________________________________________
7126 [  3403] By: gsar                                  on 1999/05/12  10:49:01
7127         Log: From: Stephen Zander <gibreel@pobox.com>
7128              Date: 12 May 1999 01:22:31 -0700
7129              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
7130              Subject: Re: Test::Harness runs tainted tests with wrong library path
7131      Branch: perl
7132            ! lib/Test/Harness.pm
7133 ____________________________________________________________________________
7134 [  3402] By: gsar                                  on 1999/05/12  10:42:06
7135         Log: typo in change#3400
7136      Branch: perl
7137            ! ext/B/B/Deparse.pm
7138 ____________________________________________________________________________
7139 [  3401] By: jhi                                   on 1999/05/12  10:40:42
7140         Log: A better, shinier, and possibly even correctly working
7141              reincarnation of #3398.
7142      Branch: cfgperl
7143            ! Configure config_h.SH
7144 ____________________________________________________________________________
7145 [  3400] By: gsar                                  on 1999/05/12  10:40:11
7146         Log: deparse \&func() as \(&func()) for clarity
7147              From: Albert Dvornik <bert@genscan.com>
7148              Date: 11 May 1999 13:32:04 -0400
7149              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
7150              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
7151      Branch: perl
7152            ! ext/B/B/Deparse.pm
7153 ____________________________________________________________________________
7154 [  3399] By: gsar                                  on 1999/05/12  10:36:02
7155         Log: more testsuite smarts (many of them courtesy Ilya)
7156      Branch: perl
7157            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
7158            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
7159            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
7160            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
7161            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
7162            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
7163            ! t/op/pwent.t
7164 ____________________________________________________________________________
7165 [  3398] By: jhi                                   on 1999/05/12  09:33:08
7166         Log: Detect whether fflush(NULL) works as per change #3352.
7167      Branch: cfgperl
7168            ! Configure config_h.SH perl.h
7169 ____________________________________________________________________________
7170 [  3397] By: gsar                                  on 1999/05/12  08:56:03
7171         Log: From: jan.dubois@ibm.net (Jan Dubois)
7172              Date: Wed, 12 May 1999 01:01:00 +0200
7173              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
7174              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
7175      Branch: perl
7176            ! doop.c
7177 ____________________________________________________________________________
7178 [  3396] By: gsar                                  on 1999/05/12  08:23:27
7179         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
7180              stat() behaves similarly
7181      Branch: perl
7182            ! win32/win32.c
7183 ____________________________________________________________________________
7184 [  3395] By: jhi                                   on 1999/05/11  22:21:32
7185         Log: Redo parts of #3341 and #3358 that #3394 undid.
7186      Branch: cfgperl
7187            ! Configure config_h.SH
7188 ____________________________________________________________________________
7189 [  3394] By: jhi                                   on 1999/05/11  22:03:48
7190         Log: Add I_NETINET_TCP to help change #3391.
7191      Branch: cfgperl
7192            ! Configure config_h.SH ext/Socket/Socket.xs
7193 ____________________________________________________________________________
7194 [  3393] By: jhi                                   on 1999/05/11  21:44:59
7195         Log: Integrate from mainperl.
7196      Branch: cfgperl
7197           !> (integrate 55 files)
7198 ____________________________________________________________________________
7199 [  3392] By: gsar                                  on 1999/05/11  20:56:43
7200         Log: update embedvar.h
7201      Branch: perl
7202            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
7203 ____________________________________________________________________________
7204 [  3391] By: gsar                                  on 1999/05/11  16:32:05
7205         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
7206              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
7207              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
7208              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
7209      Branch: perl
7210            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
7211 ____________________________________________________________________________
7212 [  3390] By: gsar                                  on 1999/05/11  15:27:40
7213         Log: display more frequent progress messages when STDOUT is a tty
7214      Branch: perl
7215            ! lib/Test/Harness.pm
7216 ____________________________________________________________________________
7217 [  3389] By: gsar                                  on 1999/05/11  14:40:58
7218         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7219              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
7220              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
7221              Subject: [PATCH 5.005_53] Explanations by Test::Harness
7222      Branch: perl
7223            ! lib/Test/Harness.pm
7224 ____________________________________________________________________________
7225 [  3388] By: gsar                                  on 1999/05/11  14:08:14
7226         Log: avoid creating spurious subroutine stubs on failed subroutine
7227              call and other places of sv_2cv() misuse; fixes problems with
7228              failed subroutine calls "hiding" later attempts to lookup methods
7229              in base classes
7230      Branch: perl
7231            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
7232 ____________________________________________________________________________
7233 [  3387] By: gsar                                  on 1999/05/11  09:34:13
7234         Log: various fixes for clean build and test on win32; configpm broken,
7235              needed to open myconfig.SH rather than myconfig; sundry adjustments
7236              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
7237              work under win32; getenv_sv() changed to getenv_len() since SVs
7238              aren't visible in the lower echelons; remove bogus exports from
7239              config.sym; PERL_OBJECT-ness for C++ exception support; null out
7240              IoDIRP in filter_del() or sv_free() will attempt to close it
7241      Branch: perl
7242            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
7243            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
7244            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
7245            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
7246            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
7247            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
7248            ! win32/config.gc win32/config.vc win32/makedef.pl
7249            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
7250            ! win32/win32.c win32/win32.h
7251 ____________________________________________________________________________
7252 [  3386] By: gsar                                  on 1999/05/11  02:49:07
7253         Log: gutsupport for C++ exceptions
7254              From: Chip Salzenberg <chip@perlsupport.com>
7255              Date: Tue, 9 Mar 1999 11:51:57 -0500
7256              Message-ID: <19990309115157.E7911@perlsupport.com>
7257              Subject: [PATCH 5.005] Flexible Exceptions
7258      Branch: perl
7259            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
7260            ! scope.c scope.h thrdvar.h util.c
7261 ____________________________________________________________________________
7262 [  3385] By: gsar                                  on 1999/05/10  19:33:36
7263         Log: "weak" references internals, still needs perlguts documentation
7264              (somewhat modified version of patch suggested by Tuomas J. Lukka
7265              <lukka@fas.harvard.edu>)
7266      Branch: perl
7267            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
7268            ! pod/perldiag.pod proto.h sv.c sv.h util.c
7269 ____________________________________________________________________________
7270 [  3384] By: jhi                                   on 1999/05/10  18:21:43
7271         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
7272              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
7273      Branch: cfgperl
7274            ! INSTALL hints/dec_osf.sh
7275 ____________________________________________________________________________
7276 [  3381] By: jhi                                   on 1999/05/10  14:39:28
7277         Log: Integrate from mainperl.
7278      Branch: cfgperl
7279           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
7280           +> cygwin32/build-instructions.charles-wilson
7281           +> cygwin32/build-instructions.sebastien-barre
7282           +> cygwin32/build-instructions.steven-morlock
7283           +> cygwin32/build-instructions.steven-morlock2
7284           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
7285           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
7286           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
7287           +> t/op/numconvert.t utils/perlbc.PL
7288            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
7289            - cygwin32/perlld
7290           !> (integrate 105 files)
7291 ____________________________________________________________________________
7292 [  3380] By: gsar                                  on 1999/05/10  12:27:14
7293         Log: regen regnodes.h
7294      Branch: perl
7295            ! Changes regnodes.h
7296 ____________________________________________________________________________
7297 [  3379] By: gsar                                  on 1999/05/10  12:17:26
7298         Log: From: jan.dubois@ibm.net (Jan Dubois)
7299              Date: Sat, 01 May 1999 22:55:36 +0200
7300              Message-ID: <373067e9.56194713@smtp1.ibm.net>
7301              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
7302      Branch: perl
7303            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
7304            ! win32/config_H.vc
7305 ____________________________________________________________________________
7306 [  3378] By: gsar                                  on 1999/05/10  12:07:13
7307         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7308              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
7309              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
7310              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
7311      Branch: perl
7312            + t/op/numconvert.t
7313            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
7314            ! util.c
7315 ____________________________________________________________________________
7316 [  3377] By: gsar                                  on 1999/05/10  11:39:48
7317         Log: pp_modulo comment tweak from Ilya
7318      Branch: perl
7319            ! pp.c
7320 ____________________________________________________________________________
7321 [  3376] By: gsar                                  on 1999/05/10  11:30:40
7322         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
7323              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
7324              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
7325              Subject: Test.pm update [PATCH _56]
7326      Branch: perl
7327            ! lib/Test.pm
7328 ____________________________________________________________________________
7329 [  3375] By: gsar                                  on 1999/05/10  11:28:30
7330         Log: From: jan.dubois@ibm.net (Jan Dubois)
7331              Date: Fri, 07 May 1999 00:59:54 +0200
7332              Message-ID: <373318ae.19292461@smtp1.ibm.net>
7333              Subject: Re: Using existing memory for an SV's PV 
7334      Branch: perl
7335            ! sv.c
7336 ____________________________________________________________________________
7337 [  3374] By: gsar                                  on 1999/05/10  11:23:44
7338         Log: From: jan.dubois@ibm.net (Jan Dubois)
7339              Date: Fri, 07 May 1999 00:59:52 +0200
7340              Message-ID: <37321800.19118320@smtp1.ibm.net>
7341              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
7342      Branch: perl
7343            ! perl.h
7344 ____________________________________________________________________________
7345 [  3373] By: gsar                                  on 1999/05/10  11:22:10
7346         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7347              Date: Thu, 6 May 1999 18:17:28 -0400
7348              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
7349              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
7350      Branch: perl
7351            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
7352            ! util.c
7353 ____________________________________________________________________________
7354 [  3372] By: gsar                                  on 1999/05/10  10:57:49
7355         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7356              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
7357              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
7358              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
7359      Branch: perl
7360            ! regcomp.c regcomp.pl
7361 ____________________________________________________________________________
7362 [  3371] By: gsar                                  on 1999/05/10  10:54:01
7363         Log: From: lane@duphy4.physics.drexel.edu
7364              Date: Tue, 04 May 1999 10:19:25 -0700
7365              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
7366              Subject: [PATCH 5.005.56] pod->html VMS fixes
7367      Branch: perl
7368            ! installhtml lib/Pod/Html.pm
7369 ____________________________________________________________________________
7370 [  3370] By: gsar                                  on 1999/05/10  10:45:52
7371         Log: testsuite nits
7372      Branch: perl
7373            ! t/lib/io_linenum.t t/op/filetest.t
7374 ____________________________________________________________________________
7375 [  3369] By: gsar                                  on 1999/05/10  10:35:22
7376         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7377              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
7378              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
7379              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
7380      Branch: perl
7381            ! os2/os2ish.h os2/os2thread.h
7382 ____________________________________________________________________________
7383 [  3368] By: gsar                                  on 1999/05/10  10:00:11
7384         Log: From: Albert Dvornik <bert@genscan.com>
7385              Date: 03 May 1999 12:20:57 -0400
7386              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
7387              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
7388      Branch: perl
7389            ! dump.c
7390 ____________________________________________________________________________
7391 [  3367] By: gsar                                  on 1999/05/10  09:55:51
7392         Log: shadow password support for Solaris (needs Configure help to
7393              determine HAS_GETSPENT)
7394              From: "Patrick O'Brien" <pdo@cs.umd.edu>
7395              Date: Sat, 01 May 1999 19:41:17 -0400
7396              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
7397              Subject: getpwent() under solaris
7398      Branch: perl
7399            ! pp_sys.c
7400 ____________________________________________________________________________
7401 [  3366] By: gsar                                  on 1999/05/10  09:45:58
7402         Log: From: jan.dubois@ibm.net (Jan Dubois)
7403              Date: Sat, 01 May 1999 23:45:47 +0200
7404              Message-ID: <373373fb.59284266@smtp1.ibm.net>
7405              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
7406      Branch: perl
7407            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
7408            ! pod/perldelta.pod
7409 ____________________________________________________________________________
7410 [  3365] By: gsar                                  on 1999/05/10  09:34:22
7411         Log: test suite and fix input_line_number()
7412              From: Paul Johnson <pjcj@transeda.com>
7413              Date: Thu, 29 Apr 1999 06:28:14 +0100
7414              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
7415              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
7416      Branch: perl
7417            + t/lib/io_linenum.t
7418            ! MANIFEST ext/IO/lib/IO/Handle.pm
7419 ____________________________________________________________________________
7420 [  3364] By: gsar                                  on 1999/05/10  09:20:56
7421         Log: fix overeager [:foo:] parsing
7422              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7423              Date: Fri, 30 Apr 1999 09:26:18 +0100
7424              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
7425              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
7426      Branch: perl
7427            ! regcomp.c t/op/re_tests
7428 ____________________________________________________________________________
7429 [  3363] By: gsar                                  on 1999/05/10  09:09:21
7430         Log: documentation for Win32 builtins (somewhat modified)
7431              From: jan.dubois@ibm.net (Jan Dubois)
7432              Date: Tue, 30 Mar 1999 08:05:03 +0200
7433              Message-ID: <37006783.1926460@smtp1.ibm.net>
7434              Subject: Re: Issues with build 509 
7435      Branch: perl
7436            + pod/Win32.pod
7437            ! MANIFEST
7438 ____________________________________________________________________________
7439 [  3362] By: gsar                                  on 1999/05/10  08:22:07
7440         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
7441      Branch: perl
7442            ! lib/File/Copy.pm win32/win32.c
7443 ____________________________________________________________________________
7444 [  3361] By: gsar                                  on 1999/05/10  08:11:29
7445         Log: escape ampersands in <pre> sections
7446      Branch: perl
7447            ! Changes lib/Pod/Html.pm
7448 ____________________________________________________________________________
7449 [  3360] By: gsar                                  on 1999/05/10  08:04:14
7450         Log: AIX hints enhancements (threads build, SOCKS support)
7451              From: "David R. Favor" <dfavor@austin.ibm.com>
7452              Date: Wed, 28 Apr 1999 08:45:28 -0500
7453              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
7454              Subject: Working build for AIX + gcc + threading
7455      Branch: perl
7456            ! hints/aix.sh
7457 ____________________________________________________________________________
7458 [  3359] By: gsar                                  on 1999/05/10  07:49:26
7459         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
7460              Date: Tue, 27 Apr 1999 23:47:24 PDT
7461              Message-ID: <19990428064724.95244.qmail@hotmail.com>
7462              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
7463              --
7464              Date: Thu, 29 Apr 1999 18:21:06 -0700
7465              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
7466              Subject: [PATCH 5.005_56] double constants ( C.pm)
7467              --
7468              Date: Mon, 03 May 1999 20:21:31 PDT
7469              Message-ID: <19990504032131.81113.qmail@hotmail.com>
7470              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
7471              --
7472              Date: Thu, 06 May 1999 17:57:09 -0700
7473              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
7474              Subject: Stash.pm
7475      Branch: perl
7476            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
7477            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
7478 ____________________________________________________________________________
7479 [  3358] By: gsar                                  on 1999/05/10  04:39:15
7480         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
7481              From: alexander smishlajev <als@turnhere.com>
7482              Date: Sun, 25 Apr 1999 14:58:29 +0300
7483              Message-ID: <37230365.5F68B460@turnhere.com>
7484              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
7485      Branch: perl
7486            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
7487            + cygwin32/build-instructions.charles-wilson
7488            + cygwin32/build-instructions.sebastien-barre
7489            + cygwin32/build-instructions.steven-morlock
7490            + cygwin32/build-instructions.steven-morlock2
7491            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
7492            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
7493            - cygwin32/perlld
7494            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
7495            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
7496            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
7497            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
7498            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
7499            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
7500 ____________________________________________________________________________
7501 [  3357] By: gsar                                  on 1999/05/10  04:07:07
7502         Log: applied suggested patch, modulo already applied parts
7503              From: Charles Bailey <BAILEY@newman.upenn.edu>
7504              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
7505              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
7506              Subject: [Patch 5.005_56] VMS consolidated patch #2
7507      Branch: perl
7508            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
7509            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
7510            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
7511            ! vms/subconfigure.com vms/test.com vms/vms.c
7512 ____________________________________________________________________________
7513 [  3356] By: gsar                                  on 1999/05/10  03:48:08
7514         Log: applied suggested patch, with win32 and PERL_OBJECT additions
7515              From: Tom Hughes <tom@compton.nu>
7516              Date: Sat, 24 Apr 1999 18:11:59 +0100
7517              Message-ID: <609bdff748.tom@compton.compton.nu>
7518              Subject: ByteLoader patch
7519      Branch: perl
7520            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
7521            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
7522            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
7523            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
7524            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
7525            ! utils/Makefile win32/Makefile win32/makefile.mk
7526 ____________________________________________________________________________
7527 [  3355] By: gsar                                  on 1999/05/10  03:22:49
7528         Log: document 'test' attribute (from Andreas Koenig)
7529      Branch: perl
7530            ! lib/ExtUtils/MakeMaker.pm
7531 ____________________________________________________________________________
7532 [  3354] By: gsar                                  on 1999/05/10  03:12:37
7533         Log: From: pmarquess@bfsec.bt.co.uk
7534              Date: Thu, 22 Apr 1999 23:12:08 +0100
7535              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
7536              Subject: PATCH for small bug in scan_bin
7537      Branch: perl
7538            ! util.c
7539 ____________________________________________________________________________
7540 [  3353] By: gsar                                  on 1999/05/10  02:39:33
7541         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
7542              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
7543      Branch: perl
7544            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
7545            ! win32/win32iop.h
7546 ____________________________________________________________________________
7547 [  3352] By: gsar                                  on 1999/05/09  22:47:39
7548         Log: flush all open output buffers before fork(), exec(), system, qx//
7549              and pipe open() operations, simplifying buffering headaches faced
7550              by users; uses fflush(NULL), which may need Configure test
7551      Branch: perl
7552            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
7553            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
7554 ____________________________________________________________________________
7555 [  3351] By: gsar                                  on 1999/05/09  21:11:51
7556         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
7557              Leroy <jll@skynet.be>)
7558      Branch: perl
7559            ! utils/perlcc.PL
7560 ____________________________________________________________________________
7561 [  3350] By: gsar                                  on 1999/05/09  20:39:11
7562         Log: normalize $^X to full pathname on win32
7563      Branch: perl
7564            ! win32/runperl.c
7565 ____________________________________________________________________________
7566 [  3349] By: gsar                                  on 1999/05/09  20:23:07
7567         Log: allow readline($globref), <$globref> already works
7568      Branch: perl
7569            ! pp_hot.c
7570 ____________________________________________________________________________
7571 [  3348] By: gsar                                  on 1999/05/09  20:00:09
7572         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
7573              <lemburg@online-club.de>)
7574      Branch: perl
7575            ! utils/perldoc.PL
7576 ____________________________________________________________________________
7577 [  3347] By: gsar                                  on 1999/05/09  18:47:21
7578         Log: additions to Thread.pm docs from Tuomas J. Lukka
7579              <lukka@fas.harvard.edu>
7580      Branch: perl
7581            ! ext/Thread/Thread.pm
7582 ____________________________________________________________________________
7583 [  3346] By: gsar                                  on 1999/05/09  18:38:00
7584         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
7585              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
7586              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
7587              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
7588      Branch: perl
7589            ! ext/B/B/Xref.pm
7590 ____________________________________________________________________________
7591 [  3345] By: gsar                                  on 1999/05/09  18:22:43
7592         Log: work around mangled archname on win32 while finding privlib/sitelib;
7593              normalize lib paths to forward slashes internally
7594      Branch: perl
7595            ! win32/win32.c
7596 ____________________________________________________________________________
7597 [  3344] By: gsar                                  on 1999/05/09  03:20:06
7598         Log: fix typo in dbm filters that caused odbm.t to fail
7599      Branch: perl
7600            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
7601 ____________________________________________________________________________
7602 [  3343] By: gsar                                  on 1999/05/09  02:02:59
7603         Log: tweak test totals
7604      Branch: perl
7605            ! Changes t/lib/tie-stdhandle.t
7606 ____________________________________________________________________________
7607 [  3342] By: gsar                                  on 1999/05/09  01:42:06
7608         Log: import list propagation busted (pointed out by Ton Hospel
7609              <thospel@mail.dma.be>)
7610      Branch: perl
7611            ! lib/autouse.pm
7612 ____________________________________________________________________________
7613 [  3341] By: gsar                                  on 1999/05/09  00:54:18
7614         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
7615              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
7616      Branch: perl
7617            ! Configure Makefile.SH
7618 ____________________________________________________________________________
7619 [  3340] By: gsar                                  on 1999/05/09  00:40:41
7620         Log: generate manpages for newly added utils
7621      Branch: perl
7622            ! installman
7623 ____________________________________________________________________________
7624 [  3339] By: gsar                                  on 1999/05/09  00:33:50
7625         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7626              Date: Sun, 02 May 1999 17:59:24 +0100
7627              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
7628              Subject: [PATCH] Re: ptr to realloced memory in yylex
7629      Branch: perl
7630            ! toke.c
7631 ____________________________________________________________________________
7632 [  3338] By: jhi                                   on 1999/05/08  22:40:29
7633         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
7634      Branch: cfgperl
7635            ! INSTALL
7636 ____________________________________________________________________________
7637 [  3337] By: jhi                                   on 1999/05/08  22:22:26
7638         Log: Integrate from mainperl.
7639      Branch: cfgperl
7640           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
7641           !> (integrate 54 files)
7642 ____________________________________________________________________________
7643 [  3336] By: gsar                                  on 1999/05/08  21:48:22
7644         Log: make perldoc -f grok nested =items
7645      Branch: perl
7646            ! utils/perldoc.PL
7647 ____________________________________________________________________________
7648 [  3335] By: gsar                                  on 1999/05/08  19:48:11
7649         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
7650      Branch: perl
7651            ! op.c t/lib/fields.t
7652 ____________________________________________________________________________
7653 [  3334] By: gsar                                  on 1999/05/08  19:09:41
7654         Log: update test totals
7655      Branch: perl
7656            ! t/lib/bigintpm.t
7657 ____________________________________________________________________________
7658 [  3333] By: gsar                                  on 1999/05/08  16:56:02
7659         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
7660      Branch: perl
7661            ! pod/perlfunc.pod
7662 ____________________________________________________________________________
7663 [  3332] By: gsar                                  on 1999/05/08  16:46:44
7664         Log: applied suggested patch, added tests
7665              From: William Mann <wmann@avici.com>
7666              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
7667              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
7668              Subject: BigInt.pm extensions for logical operations
7669      Branch: perl
7670            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
7671 ____________________________________________________________________________
7672 [  3331] By: gsar                                  on 1999/05/08  16:09:33
7673         Log: avoid temporary files named 'tmp'
7674      Branch: perl
7675            ! Makefile.SH pp.c
7676 ____________________________________________________________________________
7677 [  3330] By: nick                                  on 1999/05/08  14:16:30
7678         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
7679              Provide Tie::StdHandle
7680              Basic update of docs.
7681      Branch: perl
7682            + t/lib/tie-stdhandle.t
7683            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
7684 ____________________________________________________________________________
7685 [  3329] By: nick                                  on 1999/05/08  12:03:45
7686         Log: Tweaks to open(my $fh,...) stuff
7687      Branch: perl
7688            ! op.c pp.c pp_sys.c t/io/open.t
7689 ____________________________________________________________________________
7690 [  3328] By: nick                                  on 1999/05/08  11:18:42
7691         Log: Bring SDBM_File.xs into line with new typemap
7692      Branch: perl
7693            ! ext/SDBM_File/SDBM_File.xs
7694 ____________________________________________________________________________
7695 [  3327] By: gsar                                  on 1999/05/08  00:07:11
7696         Log: add test case for AUTOLOAD reentrancy fix in change#3279
7697      Branch: perl
7698            ! t/lib/autoloader.t
7699 ____________________________________________________________________________
7700 [  3326] By: nick                                  on 1999/05/07  21:24:50
7701         Log: Implement open( my $fh, ...) and similar.
7702              Set flag in op.c for "constructor ops"
7703              In pp_rv2gv, if flag is set and arg is PADSV and uninit
7704              vivify as reference to a detached GV.
7705              (Name of GV is the pad name.)
7706              This scheme should "just work" for pipe/socket etc. too.
7707              
7708              #if 0 out the open(FH,undef) for now.
7709              Change t/io/open.t to test open(my $fh,...)
7710      Branch: perl
7711            ! op.c pp.c pp_sys.c t/io/open.t
7712 ____________________________________________________________________________
7713 [  3325] By: nick                                  on 1999/05/07  21:18:42
7714         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
7715      Branch: perl
7716            ! util.c
7717 ____________________________________________________________________________
7718 [  3324] By: gsar                                  on 1999/05/07  20:28:31
7719         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
7720              intervening code has to allocate SVs)
7721      Branch: perl
7722            ! util.c
7723 ____________________________________________________________________________
7724 [  3323] By: gsar                                  on 1999/05/07  19:45:08
7725         Log: allow line numbers to show in diagnostics during global destruction
7726      Branch: perl
7727            ! util.c
7728 ____________________________________________________________________________
7729 [  3322] By: gsar                                  on 1999/05/07  09:38:11
7730         Log: From: Dan Sugalski <sugalskd@ous.edu>
7731              Date: Fri, 09 Apr 1999 16:16:39 -0700
7732              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
7733              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
7734      Branch: perl
7735            ! lib/ExtUtils/MM_VMS.pm
7736 ____________________________________________________________________________
7737 [  3321] By: gsar                                  on 1999/05/07  09:08:23
7738         Log: From: kwzh@gnu.org (Karl Heuer)
7739              Date: Wed, 7 Apr 1999 23:58:58 -0400
7740              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
7741              Subject: [perl-5.005.02] detect lack of /dev/tty
7742      Branch: perl
7743            ! Makefile.SH
7744 ____________________________________________________________________________
7745 [  3320] By: gsar                                  on 1999/05/07  08:52:14
7746         Log: allow distinct prefix for versioned executables
7747              From: Roderick Schertler <roderick@argon.org>
7748              Date: Wed, 07 Apr 1999 15:34:56 -0400
7749              Message-ID: <3003.923513696@eeyore.ibcinc.com>
7750              Subject: perl55.00503 -> perl5.00503 patch for installperl
7751      Branch: perl
7752            ! INSTALL installperl
7753 ____________________________________________________________________________
7754 [  3319] By: gsar                                  on 1999/05/07  08:07:02
7755         Log: From: Dan Sugalski <sugalskd@osshe.edu>
7756              Date: Mon, 05 Apr 1999 15:38:42 -0700
7757              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
7758              Subject: Re: chomp fails with $/ in fixed-length record mode
7759              --
7760              From: Roderick Schertler <roderick@argon.org>
7761              Date: Tue, 06 Apr 1999 21:11:37 -0400
7762              Message-ID: <2795.923447497@eeyore.ibcinc.com>
7763              Subject: Re: chomp fails with $/ in fixed-length record mode
7764      Branch: perl
7765            ! doop.c pod/perlfunc.pod t/op/chop.t
7766 ____________________________________________________________________________
7767 [  3318] By: gsar                                  on 1999/05/07  07:56:35
7768         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7769              Date: Tue, 6 Apr 1999 01:40:36 -0400
7770              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
7771              Subject: [PATCH 5.005_*] Make % use fmod()
7772      Branch: perl
7773            ! pp.c t/op/arith.t
7774 ____________________________________________________________________________
7775 [  3317] By: gsar                                  on 1999/05/07  04:18:11
7776         Log: DBM Filters (via private mail)
7777              From: pmarquess@bfsec.bt.co.uk
7778              Date: Sun, 18 Apr 1999 21:05:52 +0100
7779              Message-Id: <199904182009.NAA19152@activestate.com>
7780              Subject: DBM Filters
7781      Branch: perl
7782            + pod/perldbmfilter.pod
7783            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
7784            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
7785            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
7786            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
7787            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
7788            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
7789            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
7790            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
7791            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
7792            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
7793            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
7794            ! t/lib/sdbm.t
7795 ____________________________________________________________________________
7796 [  3316] By: gsar                                  on 1999/05/07  03:28:53
7797         Log: avoid negative return value from Win32::GetTickCount()
7798              From: jan.dubois@ibm.net (Jan Dubois)
7799              Date: Sat, 03 Apr 1999 19:04:18 +0200
7800              Message-ID: <37084742.22824479@smtp1.ibm.net>
7801              Subject: Re: Win32::GetTickCount
7802      Branch: perl
7803            ! win32/win32.c
7804 ____________________________________________________________________________
7805 [  3314] By: gsar                                  on 1999/05/06  08:01:23
7806         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
7807              Date: Tue, 30 Mar 1999 23:40:34 PST
7808              Message-ID: <19990331074034.6117.qmail@hotmail.com>
7809              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
7810              --
7811              Date: Wed, 07 Apr 1999 00:28:23 -0800
7812              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
7813              Subject: [PATCH 5.005_56] function prototypes(B.pm)
7814              --
7815              Date: Thu, 22 Apr 1999 23:40:52 -0700
7816              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
7817              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
7818              --
7819              Date: Tue, 27 Apr 1999 01:14:49 PDT
7820              Message-ID: <19990427081449.28615.qmail@hotmail.com>
7821              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
7822      Branch: perl
7823            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
7824            ! t/op/ref.t
7825 ____________________________________________________________________________
7826 [  3313] By: jhi                                   on 1999/05/06  07:59:52
7827         Log: Integrate from mainperl.
7828      Branch: cfgperl
7829           !> (integrate 33 files)
7830 ____________________________________________________________________________
7831 [  3312] By: gsar                                  on 1999/05/06  07:11:50
7832         Log: add Ethiopic section to unicode master database (from Ken
7833              Whistler <kenw@sybase.com>)
7834      Branch: perl
7835            ! lib/unicode/UnicodeData-Latest.txt
7836 ____________________________________________________________________________
7837 [  3311] By: gsar                                  on 1999/05/06  05:37:55
7838         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
7839              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
7840              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
7841              Subject: Largefiles for Solaris
7842      Branch: perl
7843            ! hints/solaris_2.sh
7844 ____________________________________________________________________________
7845 [  3310] By: gsar                                  on 1999/05/06  05:14:35
7846         Log: emit more accurate diagnostic for syntax errors involving <>
7847              within eval""
7848      Branch: perl
7849            ! toke.c utils/perldoc.PL
7850 ____________________________________________________________________________
7851 [  3309] By: gsar                                  on 1999/05/06  04:36:31
7852         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
7853      Branch: perl
7854            ! t/lib/open3.t
7855 ____________________________________________________________________________
7856 [  3308] By: gsar                                  on 1999/05/06  03:19:16
7857         Log: applied first part of suggested patch (bug described cannot be
7858              reproduced any longer, so the second inconclusive part has not
7859              been applied)
7860              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7861              Date: Sun, 28 Mar 1999 04:51:34 +0100
7862              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
7863              Subject: [PATCH 5.005_56] Re: A core dump 
7864      Branch: perl
7865            ! toke.c
7866 ____________________________________________________________________________
7867 [  3307] By: gsar                                  on 1999/05/06  01:56:06
7868         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
7869              change#3180)
7870      Branch: perl
7871            ! op.c
7872 ____________________________________________________________________________
7873 [  3306] By: gsar                                  on 1999/05/05  17:17:34
7874         Log: applied non-conflicting parts of suggested patch
7875              From: Charles Bailey <BAILEY@newman.upenn.edu>
7876              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
7877              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
7878              Subject: [Patch 5.005_56] Revised VMS patch
7879      Branch: perl
7880            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
7881            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
7882 ____________________________________________________________________________
7883 [  3305] By: gsar                                  on 1999/05/05  16:20:19
7884         Log: make perldoc use backslashed pathnames within system() on win32
7885      Branch: perl
7886            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
7887 ____________________________________________________________________________
7888 [  3304] By: gsar                                  on 1999/05/05  07:29:43
7889         Log: upgrade Pod::Parser to v1.081 from CPAN
7890      Branch: perl
7891            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
7892            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
7893            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
7894 ____________________________________________________________________________
7895 [  3303] By: gsar                                  on 1999/05/05  07:02:07
7896         Log: From: Andy Dougherty <doughera@lafayette.edu>
7897              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
7898              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
7899              Subject: [PATCH 5.005_03-MT3] INSTALL patches
7900      Branch: perl
7901            ! INSTALL
7902 ____________________________________________________________________________
7903 [  3302] By: gsar                                  on 1999/05/05  06:55:21
7904         Log: load base packages based on nonexistent $VERSION
7905              From: andreas.koenig@anima.de (Andreas J. Koenig)
7906              Date: 19 Mar 1999 06:00:28 +0100
7907              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
7908              Subject: Re: base.pm flaw
7909      Branch: perl
7910            ! lib/base.pm lib/locale.pm
7911 ____________________________________________________________________________
7912 [  3301] By: gsar                                  on 1999/05/04  05:41:08
7913         Log: pod2man outputs switched date and revision label (fix suggested by
7914              EthanSasiela@mede.com)
7915      Branch: perl
7916            ! pod/pod2man.PL
7917 ____________________________________________________________________________
7918 [  3300] By: gsar                                  on 1999/05/03  18:48:25
7919         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
7920              (makes opendir(D,"c:") work reliably)
7921      Branch: perl
7922            ! win32/win32.c
7923 ____________________________________________________________________________
7924 [  3299] By: gsar                                  on 1999/05/02  19:39:55
7925         Log: add test case for change#3298
7926      Branch: perl
7927            ! sv.c t/op/readdir.t
7928 ____________________________________________________________________________
7929 [  3298] By: gsar                                  on 1999/05/02  19:24:41
7930         Log: close directory handles properly when localized
7931      Branch: perl
7932            ! sv.c
7933 ____________________________________________________________________________
7934 [  3297] By: jhi                                   on 1999/04/30  11:42:14
7935         Log: Integrate from mainperl.
7936      Branch: cfgperl
7937           !> Changes config_h.SH configure.com lib/AutoLoader.pm
7938           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
7939           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
7940           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
7941           !> vms/subconfigure.com win32/win32.c
7942 ____________________________________________________________________________
7943 [  3293] By: chip                                  on 1999/04/29  18:50:49
7944         Log: Fix shebang lines.
7945      Branch: maint-5.004/perl
7946            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
7947            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
7948            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
7949            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
7950            ! x2p/find2perl.PL x2p/s2p.PL
7951 ____________________________________________________________________________
7952 [  3284] By: gsar                                  on 1999/04/27  00:48:42
7953         Log: integrate change#3279 from maint-5.004
7954      Branch: perl
7955            ! lib/AutoLoader.pm
7956 ____________________________________________________________________________
7957 [  3279] By: chip                                  on 1999/04/26  23:09:26
7958         Log: Make &AutoLoad::AUTOLOAD reentrant.
7959      Branch: maint-5.004/perl
7960            ! lib/AutoLoader.pm
7961 ____________________________________________________________________________
7962 [  3276] By: chip                                  on 1999/04/26  22:34:36
7963         Log: Make porting scripts executable.
7964      Branch: maint-5.004/perl
7965            ! Changes Porting/genlog Porting/makerel Porting/p4desc
7966            ! Porting/patchls
7967 ____________________________________________________________________________
7968 [  3274] By: gsar                                  on 1999/04/26  17:30:31
7969         Log: allow embedded null characters in diagnostics
7970      Branch: perl
7971            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
7972 ____________________________________________________________________________
7973 [  3273] By: gsar                                  on 1999/04/26  08:27:22
7974         Log: hand-applied conflicting parts of suggested patch
7975              From: Charles Bailey <BAILEY@newman.upenn.edu>
7976              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
7977              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
7978              Subject: [PATCH 5.005_56] VMS configuration/build
7979      Branch: perl
7980            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
7981            ! vms/munchconfig.c vms/subconfigure.com
7982 ____________________________________________________________________________
7983 [  3272] By: gsar                                  on 1999/04/26  08:25:41
7984         Log: update Changes; tweak minor regressions
7985      Branch: perl
7986            ! Changes lib/AutoSplit.pm lib/File/Path.pm
7987 ____________________________________________________________________________
7988 [  3271] By: gsar                                  on 1999/04/26  07:52:51
7989         Log: integrate change#3229 from maint-5.004
7990      Branch: perl
7991            ! pp_ctl.c util.c
7992 ____________________________________________________________________________
7993 [  3270] By: gsar                                  on 1999/04/25  22:58:27
7994         Log: fix buggy reference count on refs to SVs with autoviv magic
7995              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
7996              accessing free()d memory)
7997      Branch: perl
7998            ! pp.c t/op/ref.t
7999 ____________________________________________________________________________
8000 [  3269] By: gsar                                  on 1999/04/24  17:07:55
8001         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
8002              on win32)
8003      Branch: perl
8004            ! win32/win32.c
8005 ____________________________________________________________________________
8006 [  3268] By: gsar                                  on 1999/04/24  16:38:25
8007         Log: kill dup hunk
8008      Branch: perl
8009            ! config_h.SH
8010 ____________________________________________________________________________
8011 [  3267] By: gsar                                  on 1999/04/24  16:35:57
8012         Log: integrate cfgperl changes into mainline
8013      Branch: perl
8014           +> myconfig.SH
8015            - myconfig
8016            ! pod/perlre.pod
8017           !> (integrate 38 files)
8018 ____________________________________________________________________________
8019 [  3266] By: jhi                                   on 1999/04/23  18:42:44
8020         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
8021              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
8022              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
8023              Cc: Lionel Cons <lionel.cons@cern.ch>,
8024              Ilya Zakharevich <ilya@math.ohio-state.edu>,
8025              David Hayes <david@bdel.com>
8026              Subject: [PATCH] h2ph
8027              Date: Fri, 23 Apr 1999 12:37:23 -0400
8028              Message-ID: <19990423123723.A49550@O2.chapin.edu>
8029      Branch: cfgperl
8030            ! utils/h2ph.PL
8031 ____________________________________________________________________________
8032 [  3265] By: jhi                                   on 1999/04/21  18:17:12
8033         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
8034              To: perlbug@perl.org
8035              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
8036              Date: Wed, 21 Apr 1999 08:17:54 -0700
8037              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
8038      Branch: cfgperl
8039            ! vms/descrip_mms.template
8040 ____________________________________________________________________________
8041 [  3264] By: jhi                                   on 1999/04/20  08:50:54
8042         Log: From: Andy Dougherty <doughera@lafayette.edu>
8043              To: The Perl Porters Mailing List <perl5-porters@perl.org>
8044              Subject: [PATCH 5.005_56] Re: 5.006 Todo
8045              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
8046              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
8047      Branch: cfgperl
8048            ! Porting/pumpkin.pod
8049 ____________________________________________________________________________
8050 [  3263] By: jhi                                   on 1999/04/20  08:05:01
8051         Log: From: Chip Salzenberg <chip@perlsupport.com>
8052              To: Perl 5 Porters <perl5-porters@perl.org>
8053              Subject: [PATCH 5.005_56] Configure: $sig_count
8054              Date: Sun, 18 Apr 1999 17:54:36 -0400
8055              Message-ID: <19990418175436.A27496@perlsupport.com>
8056      Branch: cfgperl
8057            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8058            ! config_h.SH
8059 ____________________________________________________________________________
8060 [  3262] By: jhi                                   on 1999/04/19  18:23:50
8061         Log: Subject: PATCH wrong faq reference in perlbook.pod
8062              From: Robin Barker <rmb1@cise.npl.co.uk>
8063              To: perlbug@perl.com
8064              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
8065              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
8066      Branch: cfgperl
8067            ! pod/perlbook.pod
8068 ____________________________________________________________________________
8069 [  3261] By: jhi                                   on 1999/04/15  13:59:04
8070         Log: From: Andy Dougherty <doughera@lafayette.edu>
8071              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
8072              Cc: Perl Porters <perl5-porters@perl.org>
8073              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
8074              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
8075              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
8076      Branch: cfgperl
8077            ! hints/solaris_2.sh
8078 ____________________________________________________________________________
8079 [  3260] By: jhi                                   on 1999/04/15  13:56:53
8080         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
8081              To: pumpkings@jhereg.perl.com
8082              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
8083              Date: Thu, 15 Apr 1999 07:13:41 -0600
8084              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
8085      Branch: cfgperl
8086            ! pod/perldata.pod
8087 ____________________________________________________________________________
8088 [  3259] By: jhi                                   on 1999/04/13  23:12:52
8089         Log: LDLIBPTH also on 'clean' targets.
8090      Branch: cfgperl
8091            ! Makefile.SH
8092 ____________________________________________________________________________
8093 [  3258] By: jhi                                   on 1999/04/13  21:38:46
8094         Log: Add information about the two DEC C compiler optimizer bugs
8095              (what patch levels of the compilers fix them).
8096      Branch: cfgperl
8097            ! pp.c t/op/repeat.t
8098 ____________________________________________________________________________
8099 [  3257] By: jhi                                   on 1999/04/13  14:25:08
8100         Log: Be polite about ccdlflags and lddflags, too.
8101              Avoid Perl's malloc only when threaded.
8102      Branch: cfgperl
8103            ! hints/aix.sh
8104 ____________________________________________________________________________
8105 [  3256] By: jhi                                   on 1999/04/13  10:21:33
8106         Log: Croak if no known ways to semctl() (don't assume union semun).
8107      Branch: cfgperl
8108            ! doio.c perl.h
8109 ____________________________________________________________________________
8110 [  3255] By: jhi                                   on 1999/04/13  09:10:26
8111         Log: From: Dan Sugalski <sugalskd@osshe.edu>
8112              To: perl5-porters@perl.org, vmsperl@perl.org
8113              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
8114              Date: Mon, 12 Apr 1999 13:36:48 -0700
8115              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
8116      Branch: cfgperl
8117            ! lib/ExtUtils/MM_VMS.pm
8118 ____________________________________________________________________________
8119 [  3254] By: jhi                                   on 1999/04/13  06:56:26
8120         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
8121              To: perlbug@perl.com
8122              Subject: Update for OpenBSD hints
8123              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
8124              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
8125      Branch: cfgperl
8126            ! hints/openbsd.sh
8127 ____________________________________________________________________________
8128 [  3229] By: chip                                  on 1999/04/13  04:04:14
8129         Log: Preserve errno from importunities of sfio.
8130      Branch: maint-5.004/perl
8131            ! pp_ctl.c util.c
8132 ____________________________________________________________________________
8133 [  3226] By: jhi                                   on 1999/04/11  12:52:26
8134         Log: If both ways to call semctl are broken,    skip the tests.
8135      Branch: cfgperl
8136            ! t/lib/ipc_sysv.t
8137 ____________________________________________________________________________
8138 [  3225] By: jhi                                   on 1999/04/10  22:27:28
8139         Log: From: Andy Dougherty <doughera@lafayette.edu>
8140              To: dsembr01@ox.slug.louisville.edu
8141              Cc: perlbug@perl.com
8142              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
8143              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
8144              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
8145      Branch: cfgperl
8146            ! ext/POSIX/POSIX.xs
8147 ____________________________________________________________________________
8148 [  3224] By: jhi                                   on 1999/04/09  18:50:32
8149         Log: From: Andy Dougherty <doughera@lafayette.edu>
8150              To: Perl Porters <perl5-porters@perl.org>
8151              Subject: [PATCH 5.005_56] Re: prefix= in hints
8152              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
8153              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
8154              
8155              (Overrides change #3204 from Kurt)
8156      Branch: cfgperl
8157            ! hints/linux.sh
8158 ____________________________________________________________________________
8159 [  3223] By: jhi                                   on 1999/04/09  18:37:55
8160         Log: Understand Apollo's //node notation.
8161              
8162              From: Johann Klasek <jk@auto.tuwien.ac.at>
8163              To: jhi@iki.fi
8164              Subject: Re: DomainPerl
8165              Date: Fri, 9 Apr 1999 18:21:37 +0200
8166              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
8167      Branch: cfgperl
8168            ! lib/Cwd.pm
8169 ____________________________________________________________________________
8170 [  3220] By: jhi                                   on 1999/04/04  16:33:49
8171         Log: Integrate from mainperl.
8172      Branch: cfgperl
8173           !> (integrate 39 files)
8174 ____________________________________________________________________________
8175 [  3219] By: gsar                                  on 1999/04/04  02:48:17
8176         Log: tweak previous change
8177      Branch: maint-5.005/perl
8178            ! win32/win32.c
8179 ____________________________________________________________________________
8180 [  3218] By: gsar                                  on 1999/04/04  02:44:47
8181         Log: be careful about extending the stack for the Win32:: builtins
8182      Branch: maint-5.005/perl
8183            ! win32/win32.c
8184 ____________________________________________________________________________
8185 [  3217] By: gsar                                  on 1999/04/04  01:59:26
8186         Log: correct places that said newSVpv() when they meant newSVpvn()
8187      Branch: perl
8188            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
8189            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
8190            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
8191            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
8192            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
8193            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
8194            ! win32/win32.c
8195 ____________________________________________________________________________
8196 [  3216] By: gsar                                  on 1999/04/03  23:58:27
8197         Log: avoid duplicate code
8198      Branch: perl
8199            ! sv.c
8200 ____________________________________________________________________________
8201 [  3215] By: gsar                                  on 1999/04/03  23:14:34
8202         Log: grow PL_tmps_stack more efficiently; make it more amenable to
8203              STRESS_REALLOC testing
8204      Branch: perl
8205            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
8206            ! sv.c
8207 ____________________________________________________________________________
8208 [  3214] By: gsar                                  on 1999/04/03  21:01:09
8209         Log: scrounge and save three extra branches in pp_entersub()
8210      Branch: perl
8211            ! cv.h pp_ctl.c pp_hot.c
8212 ____________________________________________________________________________
8213 [  3213] By: gsar                                  on 1999/04/03  17:43:23
8214         Log: remove duplicate code and an extra branch in sv_setsv() and
8215              other hot code by making SvTHINKFIRST() think about FAKE SVs
8216      Branch: perl
8217            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
8218            ! proto.h scope.c sv.c sv.h
8219 ____________________________________________________________________________
8220 [  3212] By: jhi                                   on 1999/04/03  16:20:09
8221         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
8222              
8223              From: John Bley <jbb6@acpub.duke.edu>
8224              To: perlbug@perl.org
8225              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
8226              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
8227              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
8228      Branch: cfgperl
8229            ! doio.c pp_sys.c
8230 ____________________________________________________________________________
8231 [  3211] By: jhi                                   on 1999/04/03  13:27:26
8232         Log: Change #3210 was rather unportable.  This is better.
8233      Branch: cfgperl
8234            ! Configure config_h.SH
8235 ____________________________________________________________________________
8236 [  3210] By: jhi                                   on 1999/04/03  13:16:20
8237         Log: Avoid Digital UNIX' ksh.
8238              
8239              From: Jarkko Hietaniemi <jhi@iki.fi> 
8240              To: Henrik Tougaard <ht000@siberut.foa.dk> 
8241              Cc: perlbug@perl.com, ht000@foa.dk 
8242              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
8243              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
8244              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
8245      Branch: cfgperl
8246            ! Configure config_h.SH
8247 ____________________________________________________________________________
8248 [  3209] By: jhi                                   on 1999/04/03  12:49:04
8249         Log: Integrate from mainperl.
8250      Branch: cfgperl
8251           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
8252 ____________________________________________________________________________
8253 [  3208] By: jhi                                   on 1999/04/03  12:27:24
8254         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
8255              
8256              From: Lionel Cons <lionel.cons@cern.ch>
8257              To: jhi@iki.fi
8258              Cc: perlbug@perl.com, kstar@isinet.com,
8259              Philippe Defert <philippe.defert@cern.ch>
8260              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
8261              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
8262              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
8263      Branch: cfgperl
8264            ! hints/irix_6.sh
8265 ____________________________________________________________________________
8266 [  3207] By: jhi                                   on 1999/04/03  12:20:21
8267         Log: Be polite about usemymalloc.
8268      Branch: cfgperl
8269            ! hints/aix.sh
8270 ____________________________________________________________________________
8271 [  3206] By: gsar                                  on 1999/04/02  23:31:59
8272         Log: a typo in change#3205
8273      Branch: perl
8274            ! t/lib/bigfloatpm.t
8275 ____________________________________________________________________________
8276 [  3205] By: gsar                                  on 1999/04/02  23:20:31
8277         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
8278              returns NaNs faithfully)
8279      Branch: perl
8280            ! t/lib/bigfloatpm.t
8281 ____________________________________________________________________________
8282 [  3204] By: jhi                                   on 1999/04/02  22:03:23
8283         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
8284              
8285              From: "Kurt D. Starsinic" <kstar@chapin.edu>
8286              To: perl5-porters@perl.org
8287              Subject: linux hints nit
8288              Date: Fri, 2 Apr 1999 16:49:47 -0500
8289              Message-ID: <19990402164947.E80926@O2.chapin.edu>
8290      Branch: cfgperl
8291            ! hints/linux.sh
8292 ____________________________________________________________________________
8293 [  3203] By: jhi                                   on 1999/04/02  22:00:56
8294         Log: Display exact glibc version in Linux. 
8295              
8296              From: Andy Dougherty <doughera@lafayette.edu>
8297              To: Perl Porters <perl5-porters@perl.org>
8298              Subject: Displaying glibc version on Linux
8299              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
8300              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
8301      Branch: cfgperl
8302            ! hints/linux.sh
8303 ____________________________________________________________________________
8304 [  3202] By: gsar                                  on 1999/04/02  21:23:18
8305         Log: various little goofs
8306      Branch: perl
8307            ! Changes Makefile.SH README installperl
8308 ____________________________________________________________________________
8309 [  3201] By: jhi                                   on 1999/04/02  13:13:39
8310         Log: Configure regen.
8311              
8312              Add llseek + offset_t probing.
8313              Change CONFIG to CONFIGDOTSH.
8314              'unset foo' is unportable, use foo=''.
8315      Branch: cfgperl
8316            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
8317            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
8318            ! perl_exp.SH writemain.SH
8319 ____________________________________________________________________________
8320 [  3200] By: jhi                                   on 1999/04/02  12:06:22
8321         Log: Introduce myconfig.SH.
8322              
8323              From: Andy Dougherty <doughera@lafayette.edu>
8324              To: Jarkko Hietaniemi <jhi@iki.fi>
8325              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
8326              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
8327              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
8328              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
8329      Branch: cfgperl
8330            + myconfig.SH
8331            - myconfig
8332            ! MANIFEST
8333 ____________________________________________________________________________
8334 [  3195] By: jhi                                   on 1999/03/28  16:42:54
8335         Log: Update perlhist on 5_03.
8336      Branch: maint-5.005/perl
8337            ! pod/perlhist.pod
8338 ____________________________________________________________________________
8339 [  3194] By: jhi                                   on 1999/03/28  12:30:01
8340         Log: Integrate from mainperl.
8341      Branch: cfgperl
8342           +> t/op/grep.t
8343            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
8344            ! t/lib/bigintpm.t
8345           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
8346           !> t/lib/thread.t
8347 ____________________________________________________________________________
8348 [  3189] By: gsar                                  on 1999/03/28  08:22:00
8349         Log: various pod niggles
8350      Branch: maint-5.005/perl
8351            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
8352            ! pod/perlfunc.pod pod/perlhist.pod
8353 ____________________________________________________________________________
8354 [  3187] By: gsar                                  on 1999/03/28  07:31:16
8355         Log: regularize CAPI declarations (CAPI extensions now build under
8356              the Borland compiler)
8357      Branch: maint-5.005/perl
8358            ! win32/GenCAPI.pl
8359 ____________________________________________________________________________
8360 [  3186] By: gsar                                  on 1999/03/28  07:26:33
8361         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
8362              -DPERL_CAPI
8363      Branch: maint-5.005/perl
8364            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
8365 ____________________________________________________________________________
8366 [  3183] By: gsar                                  on 1999/03/28  06:00:46
8367         Log: update p4 utility to ignore non-text files
8368      Branch: perl
8369            ! Porting/p4desc
8370 ____________________________________________________________________________
8371 [  3181] By: gsar                                  on 1999/03/28  03:37:23
8372         Log: integrate change#3179 from maint-5.005
8373      Branch: perl
8374           !> ext/Thread/Thread.xs t/lib/thread.t
8375 ____________________________________________________________________________
8376 [  3180] By: gsar                                  on 1999/03/28  02:28:20
8377         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
8378              (sometimes caused bizarreness in the BLOCK)
8379      Branch: perl
8380            + t/op/grep.t
8381            ! MANIFEST op.c
8382 ____________________________________________________________________________
8383 [  3179] By: gsar                                  on 1999/03/28  02:14:04
8384         Log: fix thread segfault when passing large number of arguments to child
8385              a la C<Thread->new($foo, 1..1000)>
8386      Branch: maint-5.005/perl
8387            ! ext/Thread/Thread.xs t/lib/thread.t
8388 ____________________________________________________________________________
8389 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
8390         Log: fix $Config{'usethreads'} typo in perlthrtut
8391              
8392              From: Ian Maloney <szhmf9@wsblob.ubs.com>
8393              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
8394              Message-Id: <199903251540.QAA02439@wsblob.>
8395              Subject: perlthrtut documentation error
8396      Branch: maint-5.005/perl
8397            ! pod/perlthrtut.pod
8398 ____________________________________________________________________________
8399 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
8400         Log: Update Test.pm to VERSION 1.122 from CPAN
8401      Branch: maint-5.005/perl
8402            ! lib/Test.pm
8403 ____________________________________________________________________________
8404 [  3171] By: jhi                                   on 1999/03/26  22:38:28
8405         Log: Integrate from mainperl.
8406      Branch: cfgperl
8407           !> (integrate 37 files)
8408 ____________________________________________________________________________
8409 [  3170] By: gsar                                  on 1999/03/26  01:30:25
8410         Log: specify type of bracket in "Unmatched bracket" diagnostic;
8411              prefer 'brace' or 'curly bracket' over 'curly brace'
8412      Branch: perl
8413            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
8414            ! t/op/misc.t t/op/re_tests toke.c
8415 ____________________________________________________________________________
8416 [  3169] By: gsar                                  on 1999/03/26  00:50:51
8417         Log: better description of "Integer overflow" diagnostic
8418      Branch: perl
8419            ! pod/perldiag.pod
8420 ____________________________________________________________________________
8421 [  3168] By: gsar                                  on 1999/03/25  11:02:46
8422         Log: applied needful parts of suggested patch
8423              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
8424              Date: Tue, 23 Mar 1999 16:21:43 -0800
8425              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
8426              Subject: [PATCH 5.005_56] pp_formline correction
8427      Branch: perl
8428            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
8429 ____________________________________________________________________________
8430 [  3167] By: gsar                                  on 1999/03/25  10:39:02
8431         Log: clarify what a "comment" means (due to Mark-Jason Dominus
8432              <mjd@plover.com>)
8433      Branch: perl
8434            ! pod/perlsyn.pod
8435 ____________________________________________________________________________
8436 [  3166] By: gsar                                  on 1999/03/25  10:33:18
8437         Log: describe current behavior on local($foo{nothere}) (suggested by
8438              Lionel Cons <lionel.cons@cern.ch>)
8439      Branch: perl
8440            ! pod/perlsub.pod
8441 ____________________________________________________________________________
8442 [  3165] By: gsar                                  on 1999/03/25  06:21:05
8443         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
8444              <vishalb@hotmail.com>)
8445      Branch: perl
8446            ! ext/B/B/C.pm
8447 ____________________________________________________________________________
8448 [  3164] By: gsar                                  on 1999/03/25  06:17:27
8449         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8450              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
8451              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
8452              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
8453      Branch: perl
8454            ! ext/B/B.xs op.h opcode.pl
8455 ____________________________________________________________________________
8456 [  3163] By: gsar                                  on 1999/03/25  06:15:49
8457         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
8458              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
8459              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
8460              Subject: [PATCH _56] B::Deparse 0.57
8461              --
8462              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
8463              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
8464              Subject: Re: [PATCH _56] B::Deparse 0.57 
8465      Branch: perl
8466            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
8467 ____________________________________________________________________________
8468 [  3162] By: gsar                                  on 1999/03/25  06:11:46
8469         Log: fix a few places that said 'int', but meant 'STRLEN'
8470      Branch: perl
8471            ! pod/perlguts.pod proto.h sv.c
8472 ____________________________________________________________________________
8473 [  3161] By: gsar                                  on 1999/03/25  06:01:18
8474         Log: From: Russ Allbery <rra@stanford.edu>
8475              Date: 22 Mar 1999 04:26:26 -0800
8476              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
8477              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
8478      Branch: perl
8479            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
8480            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
8481            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
8482            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
8483 ____________________________________________________________________________
8484 [  3160] By: gsar                                  on 1999/03/25  02:26:31
8485         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
8486      Branch: perl
8487            ! opcode.h opcode.pl
8488 ____________________________________________________________________________
8489 [  3159] By: gsar                                  on 1999/03/25  02:18:17
8490         Log: add statement-modifier loops to :base_loop class
8491      Branch: perl
8492            ! ext/Opcode/Opcode.pm
8493 ____________________________________________________________________________
8494 [  3158] By: gsar                                  on 1999/03/25  00:36:57
8495         Log: integrate changes#3105,3130,3154 from maint-5.005
8496      Branch: perl
8497           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
8498 ____________________________________________________________________________
8499 [  3157] By: gsar                                  on 1999/03/25  00:24:17
8500         Log: remove bogus panic()
8501      Branch: perl
8502            ! Changes lib/Math/BigFloat.pm
8503 ____________________________________________________________________________
8504 [  3156] By: jhi                                   on 1999/03/24  22:43:43
8505         Log: Integrate from mainperl.
8506      Branch: cfgperl
8507           +> (branch 38 files)
8508           !> (integrate 68 files)
8509 ____________________________________________________________________________
8510 [  3155] By: jhi                                   on 1999/03/24  22:12:17
8511         Log: Configure regenerated because of changes #3130/#3154 and #3147.
8512      Branch: cfgperl
8513            ! Configure config_h.SH
8514 ____________________________________________________________________________
8515 [  3154] By: jhi                                   on 1999/03/24  21:40:51
8516         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
8517              based on suggestions from Andy Dougherty.
8518      Branch: maint-5.005/perl
8519            ! INSTALL
8520 ____________________________________________________________________________
8521 [  3153] By: gsar                                  on 1999/03/24  10:38:05
8522         Log: applied suggested patch, modulo superceded parts
8523              From: Charles Bailey <BAILEY@newman.upenn.edu>
8524              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
8525              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
8526              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
8527      Branch: perl
8528            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
8529            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
8530            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
8531            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
8532 ____________________________________________________________________________
8533 [  3152] By: gsar                                  on 1999/03/24  10:30:51
8534         Log: applied suggested patch, modulo superceded parts
8535              From: Charles Bailey <BAILEY@newman.upenn.edu>
8536              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
8537              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
8538              Subject: [PATCH 5.005_56] Miscellaneous small fixes
8539      Branch: perl
8540            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
8541            ! lib/File/Basename.pm
8542 ____________________________________________________________________________
8543 [  3151] By: gsar                                  on 1999/03/24  10:15:00
8544         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
8545      Branch: perl
8546            ! pod/perlop.pod
8547 ____________________________________________________________________________
8548 [  3150] By: gsar                                  on 1999/03/24  10:09:13
8549         Log: missing integration in previous change
8550      Branch: perl
8551           !> README.apollo
8552 ____________________________________________________________________________
8553 [  3149] By: gsar                                  on 1999/03/24  10:06:44
8554         Log: integrate changes#3116,3119 from maint-5.005
8555      Branch: perl
8556            + README.apollo
8557           +> apollo/netinet/in.h
8558           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
8559 ____________________________________________________________________________
8560 [  3148] By: gsar                                  on 1999/03/24  10:01:56
8561         Log: integrate changes#3091-3094 from maint-5.005
8562      Branch: perl
8563           !> README.hurd vms/subconfigure.com vos/config.h
8564           !> vos/config_h.SH_orig
8565 ____________________________________________________________________________
8566 [  3147] By: gsar                                  on 1999/03/24  09:31:49
8567         Log: warn about newfangled vfork() caveats
8568      Branch: perl
8569            ! Configure
8570 ____________________________________________________________________________
8571 [  3146] By: jhi                                   on 1999/03/24  09:20:14
8572         Log: Bring in changes #2808 and #2812 (from mainline perl)
8573              that enhance the perlbug checklist.
8574      Branch: maint-5.005/perl
8575            ! utils/perlbug.PL
8576 ____________________________________________________________________________
8577 [  3145] By: gsar                                  on 1999/03/24  08:37:02
8578         Log: integrate change#3115 from maint-5.005
8579      Branch: perl
8580           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
8581           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
8582 ____________________________________________________________________________
8583 [  3144] By: gsar                                  on 1999/03/24  08:33:59
8584         Log: add note about map in scalar context
8585      Branch: perl
8586            ! pod/perlfunc.pod
8587 ____________________________________________________________________________
8588 [  3143] By: gsar                                  on 1999/03/24  08:25:59
8589         Log: doc tweak
8590      Branch: perl
8591            ! lib/Time/Local.pm
8592 ____________________________________________________________________________
8593 [  3142] By: gsar                                  on 1999/03/24  08:20:37
8594         Log: applied suggested patch, modulo bogus hunk
8595              From: "Vishal Bhatia" <vishalb@hotmail.com>
8596              Date: Thu, 11 Mar 1999 07:40:27 PST
8597              Message-ID: <19990311154027.25891.qmail@hotmail.com>
8598              Subject: [PATCH 5.005_56] Minor fixes in perlcc
8599      Branch: perl
8600            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
8601 ____________________________________________________________________________
8602 [  3141] By: gsar                                  on 1999/03/24  08:06:12
8603         Log: integrate change#3104 from maint-5.005
8604      Branch: perl
8605           !> README.os390 t/lib/posix.t
8606 ____________________________________________________________________________
8607 [  3140] By: gsar                                  on 1999/03/24  06:34:56
8608         Log: fix failure of C<&locked_sub;> under -Dusethreads
8609      Branch: perl
8610            ! pp_hot.c t/lib/thread.t
8611 ____________________________________________________________________________
8612 [  3139] By: gsar                                  on 1999/03/24  05:52:00
8613         Log: debugger tweak (wasn't printing a newline after recalled commands)
8614      Branch: perl
8615            ! lib/perl5db.pl
8616 ____________________________________________________________________________
8617 [  3138] By: gsar                                  on 1999/03/24  05:33:28
8618         Log: document OO exceptions (based on a suggestion by Andreas Koenig
8619              <andreas.koenig@anima.de>)
8620      Branch: perl
8621            ! pod/perlfunc.pod
8622 ____________________________________________________________________________
8623 [  3137] By: gsar                                  on 1999/03/24  02:50:20
8624         Log: better "Illegal %s digit ignored" warnings
8625      Branch: perl
8626            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
8627            ! toke.c util.c
8628 ____________________________________________________________________________
8629 [  3136] By: gsar                                  on 1999/03/24  02:26:38
8630         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
8631      Branch: perl
8632            + t/pragma/utf8.t
8633            ! regcomp.c
8634 ____________________________________________________________________________
8635 [  3135] By: gsar                                  on 1999/03/24  01:29:09
8636         Log: flip release & version in win32_uname()
8637      Branch: perl
8638            ! win32/win32.c
8639 ____________________________________________________________________________
8640 [  3134] By: gsar                                  on 1999/03/24  01:08:33
8641         Log: support POSIX::uname() via win32_uname()
8642      Branch: perl
8643            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
8644            ! win32/config.gc win32/config.vc win32/config_H.bc
8645            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
8646            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
8647 ____________________________________________________________________________
8648 [  3133] By: gsar                                  on 1999/03/23  22:20:10
8649         Log: From: jan.dubois@ibm.net (Jan Dubois)
8650              Date: Sat, 06 Mar 1999 21:42:56 +0100
8651              Message-ID: <36e49281.50337171@smtp1.ibm.net>
8652              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
8653      Branch: perl
8654            ! pod/perldelta.pod
8655 ____________________________________________________________________________
8656 [  3132] By: gsar                                  on 1999/03/23  22:17:45
8657         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
8658              Date: Sat, 06 Mar 1999 17:50:49 +0100
8659              Message-ID: <36e25209.33833760@smtp1.ibm.net>
8660              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
8661              --
8662              Date: Sat, 06 Mar 1999 18:15:00 +0100
8663              Message-ID: <36e36222.37954195@smtp1.ibm.net>
8664              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
8665      Branch: perl
8666            + t/lib/filefunc.t
8667            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
8668            ! pod/perldelta.pod pod/perlmodlib.pod
8669 ____________________________________________________________________________
8670 [  3131] By: gsar                                  on 1999/03/23  22:07:59
8671         Log: integrate cfgperl changes into mainline
8672      Branch: perl
8673           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
8674           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
8675           !> installperl malloc.c perl.c perl.h pod/perl.pod
8676           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
8677 ____________________________________________________________________________
8678 [  3130] By: jhi                                   on 1999/03/23  22:02:23
8679         Log: Don't use config.msg to remind about the
8680              LD_LIBRARY_PATH because Makefile.SH takes
8681              care of that.
8682              
8683              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
8684              This used to be the default but in some MT or another it
8685              was dropped because of some transient error or another.
8686      Branch: maint-5.005/perl
8687            ! Configure hints/dec_osf.sh
8688 ____________________________________________________________________________
8689 [  3129] By: gsar                                  on 1999/03/23  21:38:03
8690         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
8691              to size    and better maintainability)
8692      Branch: perl
8693            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
8694            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
8695            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
8696            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
8697            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
8698            + t/pod/include.xr t/pod/included.t t/pod/included.xr
8699            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
8700            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
8701            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
8702            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
8703            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
8704            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
8705            ! win32/Makefile win32/makefile.mk win32/pod.mak
8706 ____________________________________________________________________________
8707 [  3128] By: jhi                                   on 1999/03/23  10:14:54
8708         Log: Integrate from mainperl.
8709      Branch: cfgperl
8710           !> (integrate 46 files)
8711 ____________________________________________________________________________
8712 [  3127] By: gsar                                  on 1999/03/23  06:57:30
8713         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
8714              Date: Thu, 4 Mar 1999 10:54:01 -0800
8715              Message-Id: <9903041854.AA46868@frc0000>
8716              Subject: patch for useless Math::BigInt warnings
8717      Branch: perl
8718            ! lib/Math/BigInt.pm
8719 ____________________________________________________________________________
8720 [  3126] By: gsar                                  on 1999/03/23  05:54:37
8721         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
8722              From: "Kurt D. Starsinic" <kstar@chapin.edu>
8723              Date: Fri, 19 Feb 1999 15:47:59 -0500
8724              Message-ID: <19990219154759.A32350@O2.chapin.edu>
8725              Subject: [PATCH] OSF/1 hints
8726      Branch: perl
8727            ! hints/dec_osf.sh
8728 ____________________________________________________________________________
8729 [  3125] By: gsar                                  on 1999/03/23  00:56:38
8730         Log: avoid typeglob persistence in pp_readline()
8731      Branch: perl
8732            ! sv.c t/op/gv.t
8733 ____________________________________________________________________________
8734 [  3124] By: gsar                                  on 1999/03/22  21:12:23
8735         Log: update copyright years
8736      Branch: perl
8737            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
8738            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
8739            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
8740            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
8741            ! sv.c sv.h toke.c utf8.c utf8.h util.c
8742 ____________________________________________________________________________
8743 [  3123] By: gsar                                  on 1999/03/22  07:07:06
8744         Log: implement win32_spawnvp() internally, making it return true PIDs
8745              for asynchronous spawns; fix win32_kill() to always deal with
8746              PIDs
8747      Branch: perl
8748            ! win32/win32.c win32/win32.h
8749 ____________________________________________________________________________
8750 [  3122] By: jhi                                   on 1999/03/19  21:12:14
8751         Log: Describe the new Benchmark feature in more detail.
8752      Branch: cfgperl
8753            ! pod/perldelta.pod
8754      Branch: maint-5.005/perl
8755            ! pod/perldelta.pod
8756 ____________________________________________________________________________
8757 [  3121] By: jhi                                   on 1999/03/19  08:16:12
8758         Log: AVAILABILITY tuning.
8759      Branch: cfgperl
8760            ! pod/perl.pod
8761      Branch: maint-5.005/perl
8762            ! pod/perl.pod
8763 ____________________________________________________________________________
8764 [  3120] By: jhi                                   on 1999/03/17  14:52:17
8765         Log: Rhapsody change assumed too much.
8766      Branch: cfgperl
8767            ! t/op/stat.t
8768 ____________________________________________________________________________
8769 [  3119] By: jhi                                   on 1999/03/17  14:33:43
8770         Log: More Apollo fixes.
8771      Branch: maint-5.005/perl
8772            ! README.apollo hints/apollo.sh t/lib/io_udp.t
8773 ____________________________________________________________________________
8774 [  3118] By: jhi                                   on 1999/03/16  17:23:39
8775         Log: Nada.
8776      Branch: maint-5.005/perl
8777            ! README.apollo
8778 ____________________________________________________________________________
8779 [  3117] By: jhi                                   on 1999/03/16  17:18:49
8780         Log: Apollo DomainOS AVAILABILITY.
8781      Branch: cfgperl
8782            ! pod/perl.pod
8783      Branch: maint-5.005/perl
8784            ! pod/perl.pod
8785 ____________________________________________________________________________
8786 [  3116] By: jhi                                   on 1999/03/16  17:14:00
8787         Log: Apollo DomainOS patch
8788              From: Johann Klasek <jk@auto.tuwien.ac.at>
8789              Subject: Re: DomainPerl
8790              Date: Tue, 16 Mar 1999 17:46:32 +0100
8791              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
8792      Branch: maint-5.005/perl
8793            + README.apollo apollo/netinet/in.h
8794            ! MANIFEST hints/apollo.sh
8795 ____________________________________________________________________________
8796 [  3115] By: jhi                                   on 1999/03/16  14:23:54
8797         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
8798              To: Gurusamy Sarathy <gsar@activestate.com>,
8799              Graham Barr <gbarr@pobox.com>
8800              Cc: Perl5 Porters <perl5-porters@perl.org>,
8801              "Paul.Marquess" <Paul.Marquess@btinternet.com>
8802              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
8803              Date: Sun, 14 Mar 1999 14:43:57 -0000
8804              Message-Id: <199903141841.NAA17040@defender.perl.org>
8805      Branch: maint-5.005/perl
8806            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8807            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
8808 ____________________________________________________________________________
8809 [  3114] By: jhi                                   on 1999/03/16  12:42:20
8810         Log: Mention Rhapsody in 5.005_5X perldelta,
8811              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
8812              *planned* AVAILABILITY.
8813      Branch: cfgperl
8814            ! pod/perl.pod pod/perldelta.pod
8815      Branch: maint-5.005/perl
8816            ! pod/perl.pod
8817 ____________________________________________________________________________
8818 [  3113] By: jhi                                   on 1999/03/16  10:38:53
8819         Log: perldelta niggling.
8820      Branch: cfgperl
8821            ! pod/perldelta.pod
8822      Branch: maint-5.005/perl
8823            ! pod/perldelta.pod
8824 ____________________________________________________________________________
8825 [  3112] By: jhi                                   on 1999/03/16  10:35:21
8826         Log: Integrate from mainperl.
8827      Branch: cfgperl
8828           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
8829           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
8830 ____________________________________________________________________________
8831 [  3111] By: jhi                                   on 1999/03/16  10:28:10
8832         Log: AVAILABILITY update: still mention PowerUX,
8833              Novell Netware now has sources available.
8834      Branch: cfgperl
8835            ! pod/perl.pod
8836      Branch: maint-5.005/perl
8837            ! pod/perl.pod
8838 ____________________________________________________________________________
8839 [  3110] By: gsar                                  on 1999/03/16  04:34:23
8840         Log: sundry pod niggles
8841      Branch: perl
8842            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
8843            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
8844 ____________________________________________________________________________
8845 [  3109] By: jhi                                   on 1999/03/15  17:00:11
8846         Log: Integrate from mainperl.
8847      Branch: cfgperl
8848           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
8849           +> lib/unicode/Is/Syllable.pl
8850           +> lib/unicode/MakeEthiopicSyllables.PL
8851           +> lib/unicode/README.Ethiopic
8852           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
8853           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
8854           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
8855           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
8856           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
8857           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
8858           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
8859           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
8860 ____________________________________________________________________________
8861 [  3108] By: jhi                                   on 1999/03/15  16:58:12
8862         Log: First pass of integrating the Rhapsody port,
8863              
8864              From: Wilfredo Sanchez <wsanchez@apple.com> 
8865              Subject: Keeping the world in sync.
8866              Reply-To: wsanchez@apple.com 
8867              To: perlbug@perl.com 
8868              Date: Fri, 13 Nov 1998 17:11:30 -0800 
8869              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
8870      Branch: cfgperl
8871            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
8872            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
8873            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
8874            ! x2p/util.c
8875 ____________________________________________________________________________
8876 [  3107] By: gsar                                  on 1999/03/15  03:22:10
8877         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
8878              From: Daniel Yacob <dmulholl@cs.indiana.edu>
8879              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
8880              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
8881              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
8882      Branch: perl
8883            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
8884            + lib/unicode/Is/Syllable.pl
8885            + lib/unicode/MakeEthiopicSyllables.PL
8886            + lib/unicode/README.Ethiopic
8887            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
8888            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
8889            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
8890            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
8891            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
8892            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
8893            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
8894            ! lib/unicode/Name.pl lib/unicode/Number.pl
8895 ____________________________________________________________________________
8896 [  3106] By: gsar                                  on 1999/03/12  20:35:36
8897         Log: change#3067 failed package.t due to needless creation of $a and $b;
8898              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
8899      Branch: perl
8900            ! op.c
8901 ____________________________________________________________________________
8902 [  3105] By: jhi                                   on 1999/03/12  15:54:57
8903         Log: Recognize the NetBSD packages collection.
8904      Branch: maint-5.005/perl
8905            ! hints/netbsd.sh
8906 ____________________________________________________________________________
8907 [  3104] By: jhi                                   on 1999/03/12  09:07:04
8908         Log: From: pvhp@forte.com (Peter Prymmer)
8909              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
8910              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
8911              Date: Thu, 11 Mar 99 14:24:54 PST
8912              Message-Id: <9903112224.AA24346@forte.com>
8913      Branch: maint-5.005/perl
8914            ! README.os390 t/lib/posix.t
8915 ____________________________________________________________________________
8916 [  3103] By: jhi                                   on 1999/03/10  11:07:46
8917         Log: Integrate from mainperl.
8918      Branch: cfgperl
8919           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
8920           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
8921           !> t/pragma/warn/1global toke.c win32/makedef.pl
8922 ____________________________________________________________________________
8923 [  3102] By: jhi                                   on 1999/03/10  11:01:20
8924         Log: From: pvhp@forte.com (Peter Prymmer)
8925              To: perl5-porters@perl.org
8926              Subject: [5.005_03-MT6]Patch: time passes
8927              Date: Tue, 9 Mar 99 18:42:17 PST
8928              Message-Id: <9903100242.AA29057@forte.com>
8929      Branch: maint-5.005/perl
8930            ! perl.c
8931 ____________________________________________________________________________
8932 [  3101] By: jhi                                   on 1999/03/10  10:30:15
8933         Log: From: Mark-Jason Dominus <mjd@plover.com>
8934              To: perl5-porters@perl.com
8935              Subject: Minor fix to perlfunc.pod
8936              Date: Mon, 08 Mar 1999 20:05:53 -0500
8937              Message-ID: <19990309010553.13757.qmail@plover.com>
8938      Branch: maint-5.005/perl
8939            ! pod/perlfunc.pod
8940 ____________________________________________________________________________
8941 [  3100] By: gsar                                  on 1999/03/09  23:04:44
8942         Log: change#3060 had the wrong quotes
8943      Branch: perl
8944            ! pod/pod2man.PL
8945 ____________________________________________________________________________
8946 [  3099] By: jhi                                   on 1999/03/09  12:52:21
8947         Log: d_uname was broken (probably since _53), reported by
8948              
8949              From: Alan Burlison <Alan.Burlison@uk.sun.com>
8950              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
8951              cpan-testers@perl.org
8952              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
8953              Date: Mon, 08 Mar 1999 13:22:31 +0000
8954              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
8955              
8956              and
8957              
8958              From: lvirden@cas.org (Larry W. Virden)
8959              To: perlbug@perl.com
8960              Subject: configure not correctly identifying uname posix compatibility
8961              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
8962              Message-Id: <199903081136.GAA23682@cas.org>
8963      Branch: cfgperl
8964            ! Configure config_h.SH
8965 ____________________________________________________________________________
8966 [  3098] By: gsar                                  on 1999/03/09  03:16:07
8967         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
8968      Branch: perl
8969            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
8970 ____________________________________________________________________________
8971 [  3097] By: gsar                                  on 1999/03/09  02:50:43
8972         Log: use yyerror() instead of croak() so that compile-time failures in
8973              my(LIST) don't confuse globals with lexicals
8974      Branch: perl
8975            ! op.c toke.c
8976 ____________________________________________________________________________
8977 [  3096] By: gsar                                  on 1999/03/09  02:47:36
8978         Log: adjust testsuite for change#3067
8979      Branch: perl
8980            ! t/pragma/warn/1global
8981 ____________________________________________________________________________
8982 [  3095] By: gsar                                  on 1999/03/08  21:04:48
8983         Log: remove bogus symbols from global.sym
8984      Branch: perl
8985            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
8986            ! perl.h win32/makedef.pl
8987 ____________________________________________________________________________
8988 [  3094] By: jhi                                   on 1999/03/06  16:16:15
8989         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
8990              To: jhi@iki.fi
8991              Subject: Oops
8992              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
8993              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
8994      Branch: maint-5.005/perl
8995            ! README.hurd
8996 ____________________________________________________________________________
8997 [  3093] By: jhi                                   on 1999/03/06  15:59:46
8998         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
8999              To: jhi@iki.fi
9000              Subject: New Hurd README
9001              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
9002              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
9003      Branch: maint-5.005/perl
9004            ! README.hurd
9005 ____________________________________________________________________________
9006 [  3092] By: jhi                                   on 1999/03/06  12:52:06
9007         Log: From: Paul_Green@stratus.com
9008              To: perl5-porters@perl.org
9009              Cc: jhi@iki.fi, Paul_Green@stratus.com
9010              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
9011              Date: Fri, 5 Mar 1999 18:08:49 -0500 
9012              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
9013      Branch: maint-5.005/perl
9014            ! vos/config.h vos/config_h.SH_orig
9015 ____________________________________________________________________________
9016 [  3091] By: jhi                                   on 1999/03/06  12:42:21
9017         Log: From: Dan Sugalski <sugalskd@osshe.edu>
9018              To: perl5-porters@perl.org, vmsperl@perl.org
9019              Subject: [PATCH 5.005_03-MT6]VMS build patch
9020              Date: Fri, 05 Mar 1999 12:36:19 -0800
9021              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
9022      Branch: maint-5.005/perl
9023            ! vms/subconfigure.com
9024 ____________________________________________________________________________
9025 [  3090] By: gsar                                  on 1999/03/06  04:40:03
9026         Log: integrate change#3089 from mainline
9027              
9028              tolerate CRs after options
9029      Branch: maint-5.005/perl
9030           !> perl.c
9031 ____________________________________________________________________________
9032 [  3089] By: gsar                                  on 1999/03/06  04:30:40
9033         Log: tolerate CRs after options
9034      Branch: perl
9035            ! perl.c
9036 ____________________________________________________________________________
9037 [  3088] By: jhi                                   on 1999/03/05  12:49:01
9038         Log: Integrate from mainperl.
9039      Branch: cfgperl
9040           +> README.hurd
9041           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
9042 ____________________________________________________________________________
9043 [  3087] By: gsar                                  on 1999/03/05  06:41:16
9044         Log: adjust timeouts to accomodate slow/busy systems
9045      Branch: perl
9046            ! t/lib/io_sock.t
9047 ____________________________________________________________________________
9048 [  3083] By: gsar                                  on 1999/03/05  01:32:47
9049         Log: integrate change#3081 from maint-5.005
9050      Branch: perl
9051           !> ext/Errno/Errno_pm.PL
9052 ____________________________________________________________________________
9053 [  3082] By: gsar                                  on 1999/03/05  01:31:06
9054         Log: integrate change#2904 from maint-5.005
9055      Branch: perl
9056           +> README.hurd
9057           !> MANIFEST
9058 ____________________________________________________________________________
9059 [  3081] By: gsar                                  on 1999/03/05  00:14:33
9060         Log: protect against doubled backslashes
9061      Branch: maint-5.005/perl
9062            ! ext/Errno/Errno_pm.PL
9063 ____________________________________________________________________________
9064 [  3077] By: jhi                                   on 1999/03/04  08:10:13
9065         Log: Integrate from mainperl.
9066      Branch: cfgperl
9067           +> ext/B/B/Stash.pm
9068           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
9069           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
9070           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
9071           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
9072 ____________________________________________________________________________
9073 [  3076] By: jhi                                   on 1999/03/04  08:07:59
9074         Log: Regen config_h.SH once more because of *size, 
9075              noticed by
9076              
9077              From: Hans Mulder <hansm@icgned.icgroup.nl>
9078              To: Jarkko Hietaniemi <jhi@iki.fi>
9079              Cc: perl5-porters@perl.org
9080              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
9081              Date: Thu,  4 Mar 99 00:10:45 +0100
9082              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
9083      Branch: cfgperl
9084            ! Configure config_h.SH
9085 ____________________________________________________________________________
9086 [  3068] By: gsar                                  on 1999/03/04  05:48:03
9087         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
9088              Date: Thu,  4 Mar 99 00:10:45 +0100
9089              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
9090              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
9091      Branch: perl
9092            ! config_h.SH
9093 ____________________________________________________________________________
9094 [  3067] By: gsar                                  on 1999/03/04  05:44:32
9095         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
9096              From: Graham Barr <gbarr@ti.com>
9097              Date: Wed, 3 Mar 1999 17:23:56 -0600
9098              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
9099              Subject: Re: 'use strict' doesn't work for one-letter variables
9100      Branch: perl
9101            ! gv.c op.c
9102 ____________________________________________________________________________
9103 [  3066] By: gsar                                  on 1999/03/04  05:20:50
9104         Log: updates to compiler modules
9105              From: "Vishal Bhatia" <vishalb@hotmail.com>
9106              Date: Tue, 02 Mar 1999 23:27:25 PST
9107              Message-ID: <19990303072725.779.qmail@hotmail.com>
9108              Subject: PATCH 5.005_56 + Test procedure
9109      Branch: perl
9110            + ext/B/B/Stash.pm
9111            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
9112            ! lib/Test/Harness.pm utils/perlcc.PL
9113 ____________________________________________________________________________
9114 [  3065] By: gsar                                  on 1999/03/04  05:03:30
9115         Log: more s/s_/s!/ etc.
9116      Branch: perl
9117            ! pod/perldelta.pod pod/perlfunc.pod
9118 ____________________________________________________________________________
9119 [  3064] By: gsar                                  on 1999/03/04  04:50:45
9120         Log: integrate cfgperl contents into mainline
9121      Branch: perl
9122           !> Configure README.vms bytecode.h config_h.SH configure.com
9123           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
9124           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
9125           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
9126 ____________________________________________________________________________
9127 [  3063] By: gsar                                  on 1999/03/04  04:44:13
9128         Log: HP-UX has yet another spelling for /NaNQ?/
9129      Branch: perl
9130            ! t/lib/bigfloatpm.t
9131 ____________________________________________________________________________
9132 [  3062] By: gsar                                  on 1999/03/04  04:36:08
9133         Log: error-check for accept() test
9134      Branch: perl
9135            ! t/lib/io_sock.t
9136 ____________________________________________________________________________
9137 [  3061] By: gsar                                  on 1999/03/04  03:40:25
9138         Log: allow custom comparison function in File::Compare::compare_text()
9139              From: jan.dubois@ibm.net (Jan Dubois)
9140              Date: Fri, 26 Feb 1999 21:56:09 +0100
9141              Message-ID: <36db0838.8805651@smtp1.ibm.net>
9142              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
9143      Branch: perl
9144            ! lib/File/Compare.pm
9145 ____________________________________________________________________________
9146 [  3060] By: gsar                                  on 1999/03/04  03:37:38
9147         Log: better version of change#3038
9148              From: abigail@fnx.com
9149              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
9150              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
9151              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
9152      Branch: perl
9153            ! pod/pod2man.PL
9154 ____________________________________________________________________________
9155 [  3058] By: jhi                                   on 1999/03/03  22:30:40
9156         Log: Configure regen to
9157              (1) match maint-5.005 patches #3056 and #3057
9158              (2) better version of PHOSTNAME of #3050
9159              (3) the crosscompile/multiarch config_h.SH trouble solved for now
9160      Branch: cfgperl
9161            ! Configure config_h.SH
9162 ____________________________________________________________________________
9163 [  3054] By: jhi                                   on 1999/03/03  09:57:59
9164         Log: Change #3053 missed perldelta.
9165      Branch: cfgperl
9166            ! pod/perldelta.pod
9167 ____________________________________________________________________________
9168 [  3053] By: jhi                                   on 1999/03/03  08:29:43
9169         Log: Use '!' to mark native integer packings instead of '_'.
9170      Branch: cfgperl
9171            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
9172 ____________________________________________________________________________
9173 [  3052] By: jhi                                   on 1999/03/02  23:12:36
9174         Log: The HP-UX threads patch (change #3028) is needed also here.
9175      Branch: cfgperl
9176            ! hints/hpux.sh thread.h
9177 ____________________________________________________________________________
9178 [  3051] By: jhi                                   on 1999/03/02  08:24:52
9179         Log: From: Dan Sugalski <sugalskd@osshe.edu>
9180              To: perl5-porters@perl.org, vmsperl@perl.org
9181              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
9182              Date: Mon, 01 Mar 1999 16:10:57 -0800
9183              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
9184      Branch: cfgperl
9185            ! README.vms
9186      Branch: maint-5.005/perl
9187            ! README.vms
9188 ____________________________________________________________________________
9189 [  3050] By: jhi                                   on 1999/03/02  08:22:29
9190         Log: From: Dan Sugalski <sugalskd@osshe.edu>
9191              To: perl5-porters@perl.org, vmsperl@perl.org
9192              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
9193              Date: Mon, 01 Mar 1999 16:06:29 -0800
9194              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
9195              
9196              From: Dan Sugalski <sugalskd@osshe.edu>
9197              To: perl5-porters@perl.org, vmsperl@perl.org
9198              Subject: [PATCH 5.005_56]vmsish.pm patch
9199              Date: Mon, 01 Mar 1999 20:19:04 -0800
9200              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
9201              
9202              plus Configure regen containing a "solution" to the
9203              crosscompile/multiarch problem.
9204      Branch: cfgperl
9205            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
9206            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
9207 ____________________________________________________________________________
9208 [  3049] By: jhi                                   on 1999/03/02  07:34:21
9209         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
9210              To: perl5-porters@perl.org
9211              Subject: [PATCH] Eliminate (valid) warning in byterun.c
9212              Date: Mon, 01 Mar 1999 17:27:59 -0500
9213              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
9214      Branch: cfgperl
9215            ! bytecode.h
9216      Branch: maint-5.005/perl
9217            ! bytecode.h
9218 ____________________________________________________________________________
9219 [  3048] By: gsar                                  on 1999/03/02  06:41:21
9220         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
9221      Branch: perl
9222            ! MANIFEST README.hpux
9223 ____________________________________________________________________________
9224 [  3047] By: jhi                                   on 1999/03/01  06:34:43
9225         Log: Integrate from mainperl.
9226      Branch: cfgperl
9227           +> README.hpux lib/File/Spec/Functions.pm
9228           !> (integrate 28 files)
9229 ____________________________________________________________________________
9230 [  3046] By: gsar                                  on 1999/03/01  05:34:28
9231         Log: this is 5.005_56
9232      Branch: perl
9233            ! Changes
9234
9235 ----------------
9236 Version 5.005_56
9237 ----------------
9238
9239 ____________________________________________________________________________
9240 [  3045] By: gsar                                  on 1999/03/01  03:32:30
9241         Log: destroy PL_svref_mutex in perl_destruct()
9242      Branch: perl
9243            ! perl.c
9244 ____________________________________________________________________________
9245 [  3044] By: gsar                                  on 1999/03/01  00:38:50
9246         Log: up patchlevel &c.
9247      Branch: perl
9248            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
9249            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9250            ! win32/makefile.mk
9251 ____________________________________________________________________________
9252 [  3043] By: gsar                                  on 1999/03/01  00:14:15
9253         Log: integrate cfgperl contents into mainline
9254      Branch: perl
9255            ! pod/perldelta.pod
9256           !> Configure config_h.SH
9257 ____________________________________________________________________________
9258 [  3042] By: gsar                                  on 1999/02/28  23:55:08
9259         Log: slightly edited version of suggested patch
9260              From: jan.dubois@ibm.net (Jan Dubois)
9261              Date: Mon, 01 Mar 1999 00:32:05 +0100
9262              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
9263              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
9264      Branch: perl
9265            + lib/File/Spec/Functions.pm
9266            ! MANIFEST lib/File/Spec.pm
9267 ____________________________________________________________________________
9268 [  3041] By: gsar                                  on 1999/02/28  22:47:19
9269         Log: fix subtle bug in eval'' testsuite
9270      Branch: perl
9271            ! t/op/eval.t
9272 ____________________________________________________________________________
9273 [  3040] By: gsar                                  on 1999/02/28  22:46:24
9274         Log: avoid literal control characters in change#3039
9275      Branch: perl
9276            ! t/base/lex.t
9277 ____________________________________________________________________________
9278 [  3039] By: gsar                                  on 1999/02/28  21:47:18
9279         Log: todo item: permit extended control variables a la ${^Foo} (patch
9280              courtesy Mark-Jason Dominus <mjd@plover.com>)
9281      Branch: perl
9282            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
9283            ! t/base/lex.t toke.c
9284 ____________________________________________________________________________
9285 [  3038] By: gsar                                  on 1999/02/28  21:21:05
9286         Log: From: abigail@fnx.com
9287              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
9288              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
9289              Subject: Recognize -> and => inside [A-Z]<> sequences.
9290      Branch: perl
9291            ! pod/pod2man.PL
9292 ____________________________________________________________________________
9293 [  3037] By: gsar                                  on 1999/02/28  21:12:22
9294         Log: fix longstanding bug: searches for lexicals originating within eval''
9295              weren't stopping at the subroutine boundary correctly
9296      Branch: perl
9297            ! op.c proto.h t/op/eval.t
9298 ____________________________________________________________________________
9299 [  3036] By: gsar                                  on 1999/02/28  20:02:29
9300         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
9301              as stacked list values
9302              From: jan.dubois@ibm.net (Jan Dubois)
9303              Date: Sat, 27 Feb 1999 18:24:17 +0100
9304              Message-ID: <36e22849.36531259@smtp1.ibm.net>
9305              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
9306      Branch: perl
9307            ! win32/win32.c
9308 ____________________________________________________________________________
9309 [  3035] By: gsar                                  on 1999/02/28  19:48:54
9310         Log: remove superfluous stack_sp decl
9311      Branch: perl
9312            ! jpl/JNI/JNI.xs
9313 ____________________________________________________________________________
9314 [  3034] By: gsar                                  on 1999/02/28  19:34:58
9315         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
9316      Branch: perl
9317            ! lib/Getopt/Std.pm
9318 ____________________________________________________________________________
9319 [  3033] By: gsar                                  on 1999/02/28  19:23:41
9320         Log: add File::Compare::compare_text()
9321              From: jan.dubois@ibm.net (Jan Dubois)
9322              Date: Fri, 26 Feb 1999 00:20:41 +0100
9323              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
9324              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
9325      Branch: perl
9326            ! lib/File/Compare.pm pod/perltodo.pod
9327 ____________________________________________________________________________
9328 [  3032] By: gsar                                  on 1999/02/28  19:01:33
9329         Log: add README.hpux
9330      Branch: perl
9331            + README.hpux
9332            ! MAINTAIN MANIFEST
9333 ____________________________________________________________________________
9334 [  3031] By: gsar                                  on 1999/02/28  18:49:08
9335         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
9336              James Cromie <jcromie@fossil.uswc.uswest.com>
9337      Branch: perl
9338            ! lib/Pod/Html.pm
9339 ____________________________________________________________________________
9340 [  3030] By: gsar                                  on 1999/02/28  18:35:09
9341         Log: From: jan.dubois@ibm.net (Jan Dubois)
9342              Date: Wed, 24 Feb 1999 22:34:56 +0100
9343              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
9344              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
9345      Branch: perl
9346            ! lib/Test/Harness.pm
9347 ____________________________________________________________________________
9348 [  3029] By: gsar                                  on 1999/02/28  18:28:18
9349         Log: add note about env pollution
9350      Branch: perl
9351            ! INSTALL pod/perltodo.pod
9352 ____________________________________________________________________________
9353 [  3028] By: jhi                                   on 1999/02/26  14:40:00
9354         Log: HP-UX 11 threads.
9355              
9356              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
9357              To: perl5-porters@perl.org
9358              Cc: jhi@cc.hut.fi
9359              Subject: Maint 5 and _54 with threading on HP-UX 11.00
9360              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
9361              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
9362              
9363              NOTE from jhi: the hpux hints could still be more robust by
9364              disabling gdbm when necessary.
9365              
9366              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
9367              linking -lgdbm -lpthread creates an executable that instantly
9368              core dumps on a pthreads internal panic:
9369              
9370              ./gdpt
9371              
9372              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
9373              Return Pointer is 0xc082bf33
9374              17639 quit (core dumped)  ./gdpt
9375              
9376              You don't have to *use* either gdbm or pthreads in the executable,
9377              just linking them together is enough.  Workaround is to recompile
9378              the GDBM under HP-UX 11, that makes the problem go away.
9379      Branch: maint-5.005/perl
9380            ! hints/hpux.sh thread.h
9381 ____________________________________________________________________________
9382 [  3025] By: jhi                                   on 1999/02/25  20:41:07
9383         Log: Temporary workaround for the config_h.SH versus
9384              crosscompile and multiarch plus introduce 'rt'
9385              to $libswanted: in UNIX98 sched_yield() lives there.
9386      Branch: cfgperl
9387            ! Configure config_h.SH
9388 ____________________________________________________________________________
9389 [  3024] By: jhi                                   on 1999/02/24  12:54:59
9390         Log: Integrate from mainperl.
9391      Branch: cfgperl
9392           +> t/lib/fatal.t
9393           !> (integrate 44 files)
9394 ____________________________________________________________________________
9395 [  3023] By: gsar                                  on 1999/02/24  07:02:12
9396         Log: integrate cfgperl contents
9397      Branch: perl
9398           !> (integrate 30 files)
9399 ____________________________________________________________________________
9400 [  3022] By: gsar                                  on 1999/02/24  05:59:47
9401         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
9402              Date: 23 Feb 1999 17:53:22 -0700
9403              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
9404              Subject: [PATCH: _55] perldoc -q broken
9405      Branch: perl
9406            ! utils/perldoc.PL
9407 ____________________________________________________________________________
9408 [  3021] By: gsar                                  on 1999/02/24  05:51:53
9409         Log: ansify perlio.c, fix PerlIO-ish typos
9410      Branch: perl
9411            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
9412            ! iperlsys.h perlio.c
9413 ____________________________________________________________________________
9414 [  3020] By: gsar                                  on 1999/02/24  05:28:06
9415         Log: adjust a Perl_malloc() flag for NeXT
9416              From: Hans Mulder <hansm@icgned.icgroup.nl>
9417              Date: Tue, 23 Feb 99 00:26:25 +0100
9418              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
9419              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
9420      Branch: perl
9421            ! perl.h
9422 ____________________________________________________________________________
9423 [  3019] By: gsar                                  on 1999/02/24  05:19:42
9424         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
9425      Branch: perl
9426            ! pod/perltodo.pod
9427 ____________________________________________________________________________
9428 [  3018] By: gsar                                  on 1999/02/24  04:15:18
9429         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
9430              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
9431              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
9432              Subject: improved error message [PATCH _55] [RESEND]
9433      Branch: perl
9434            ! sv.c
9435 ____________________________________________________________________________
9436 [  3017] By: gsar                                  on 1999/02/24  03:50:34
9437         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
9438              Date: Sun, 21 Feb 1999 20:02:18 -0700
9439              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
9440              Subject: perlfunc updates (against 55)
9441      Branch: perl
9442            ! pod/perlfunc.pod
9443 ____________________________________________________________________________
9444 [  3016] By: gsar                                  on 1999/02/24  03:17:05
9445         Log: testsuite adjustments
9446              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
9447              Date: Sat, 20 Feb 1999 15:24:57 +0000
9448              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
9449              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
9450      Branch: perl
9451            ! t/lib/io_sock.t t/op/lex_assign.t
9452 ____________________________________________________________________________
9453 [  3015] By: gsar                                  on 1999/02/24  02:54:47
9454         Log: avoid modifying readonly values from qw()
9455      Branch: perl
9456            ! lib/ExtUtils/MM_Unix.pm
9457 ____________________________________________________________________________
9458 [  3014] By: gsar                                  on 1999/02/24  02:49:04
9459         Log: more "correct" utbuf for utime()
9460      Branch: perl
9461            ! doio.c
9462 ____________________________________________________________________________
9463 [  3013] By: jhi                                   on 1999/02/22  19:27:44
9464         Log: Fix MacPerl version, change PowerUX to PowerMAX.
9465              
9466              From: Chris Nandor <pudge@pobox.com>
9467              To: jhi@iki.fi
9468              Cc: perl5-porters@perl.org
9469              Subject: Re: perl current availability as documented by perl.pod
9470              Date: Sun, 21 Feb 1999 11:06:03 -0500
9471              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
9472              
9473              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
9474              To: jhi@iki.fi
9475              Cc: perl5-porters@perl.org
9476              Subject: Re: perl current availability as documented by perl.pod
9477              Date: Mon, 22 Feb 1999 13:08:30 GMT
9478              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
9479      Branch: cfgperl
9480            ! pod/perl.pod
9481      Branch: maint-5.005/perl
9482            ! pod/perl.pod
9483 ____________________________________________________________________________
9484 [  3012] By: jhi                                   on 1999/02/22  10:26:11
9485         Log: Snapshot the cross-compilation/multiarchitecture stuff
9486              (currently broken in next)
9487      Branch: cfgperl
9488            ! Configure config_h.SH pp.c
9489 ____________________________________________________________________________
9490 [  3011] By: jhi                                   on 1999/02/22  10:24:51
9491         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
9492              To: gsar@activestate.com (Gurusamy Sarathy)
9493              Cc: perl5-porters@perl.org (Perl5 Porters)
9494              Subject: [PATCH 5.005_55] DB_File 1.64 patch
9495              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
9496              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
9497      Branch: cfgperl
9498            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
9499            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
9500 ____________________________________________________________________________
9501 [  3009] By: jhi                                   on 1999/02/22  09:14:26
9502         Log: Scratch #3008 and introduce $crosscompile and $multiarch
9503              also in non-Configure lands.
9504      Branch: cfgperl
9505            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
9506            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
9507            ! win32/config.gc win32/config.vc win32/config_H.bc
9508            ! win32/config_H.gc win32/config_H.vc
9509 ____________________________________________________________________________
9510 [  3008] By: jhi                                   on 1999/02/22  08:58:04
9511         Log: Add -DMULTIARCH (see change #3006).
9512      Branch: cfgperl
9513            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
9514 ____________________________________________________________________________
9515 [  3007] By: jhi                                   on 1999/02/22  08:54:06
9516         Log: Undo the references to local{lib,arch} introduced by #3006.
9517      Branch: cfgperl
9518            ! Configure config_h.SH
9519 ____________________________________________________________________________
9520 [  3006] By: jhi                                   on 1999/02/22  08:43:50
9521         Log: From: hansm@icgned.icgroup.nl
9522              To: perlbug@perl.com
9523              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
9524              Date: Sun, 21 Feb 1999 22:58:55 +0100
9525              Reply-To: hansmu@xs4all.nl
9526              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
9527              
9528              plus other Configure changes: prepare for cross-compilation/
9529              multiarchitecture builds.
9530      Branch: cfgperl
9531            ! Configure config_h.SH
9532 ____________________________________________________________________________
9533 [  3005] By: jhi                                   on 1999/02/22  08:35:30
9534         Log: Configure/Perl knew how to look for use Mach cthreads
9535              but Configure didn't let them to be used ($osname 'next').
9536      Branch: cfgperl
9537            ! Configure config_h.SH
9538      Branch: maint-5.005/perl
9539            ! Configure
9540 ____________________________________________________________________________
9541 [  3004] By: jhi                                   on 1999/02/21  15:46:02
9542         Log: Update Acorn AVAILABILITY.
9543      Branch: cfgperl
9544            ! pod/perl.pod
9545      Branch: maint-5.005/perl
9546            ! pod/perl.pod
9547 ____________________________________________________________________________
9548 [  3003] By: jhi                                   on 1999/02/21  14:50:42
9549         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
9550              To: perl5-porters@perl.org (Perl 5 Porters)
9551              Subject: PATCH: perlref.pod - symbolic ref example
9552              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
9553              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
9554      Branch: cfgperl
9555            ! pod/perlref.pod
9556      Branch: maint-5.005/perl
9557            ! pod/perlref.pod
9558 ____________________________________________________________________________
9559 [  3002] By: jhi                                   on 1999/02/21  14:35:22
9560         Log: Sync cfgperl with maint-5.005 change #3000.
9561      Branch: cfgperl
9562            ! pod/perlfunc.pod t/op/pack.t
9563 ____________________________________________________________________________
9564 [  2999] By: gsar                                  on 1999/02/20  22:48:30
9565         Log: From:    John Bley <jbb6@acpub.duke.edu>
9566              Date:    Sat, 20 Feb 1999 16:02:34 EST
9567              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
9568              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
9569      Branch: perl
9570            ! regcomp.c
9571 ____________________________________________________________________________
9572 [  2998] By: jhi                                   on 1999/02/20  14:13:06
9573         Log: Enhanced the endianness description.
9574      Branch: cfgperl
9575            ! pod/perlfunc.pod
9576 ____________________________________________________________________________
9577 [  2996] By: jhi                                   on 1999/02/20  13:55:41
9578         Log: Glossary now mostly fixed.
9579      Branch: cfgperl
9580            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9581            ! config_h.SH
9582 ____________________________________________________________________________
9583 [  2994] By: jhi                                   on 1999/02/20  11:58:33
9584         Log: Perldeltify GNU/Hurd.
9585      Branch: cfgperl
9586            ! pod/perldelta.pod
9587 ____________________________________________________________________________
9588 [  2993] By: gsar                                  on 1999/02/20  00:59:10
9589         Log: fix typo in Perl_sbrk()
9590              From: hansm@icgned.icgroup.nl
9591              Date: Fri, 19 Feb 1999 23:19:31 +0100
9592              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
9593              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
9594      Branch: perl
9595            ! malloc.c
9596 ____________________________________________________________________________
9597 [  2992] By: gsar                                  on 1999/02/20  00:51:08
9598         Log: integrate change#2980 from maint-5.005
9599      Branch: perl
9600           !> utils/h2xs.PL
9601 ____________________________________________________________________________
9602 [  2991] By: gsar                                  on 1999/02/20  00:34:01
9603         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9604              Date: Thu, 18 Feb 1999 18:51:38 +0000
9605              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
9606              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
9607      Branch: perl
9608            ! pp_hot.c t/op/pat.t
9609 ____________________________________________________________________________
9610 [  2990] By: gsar                                  on 1999/02/20  00:30:48
9611         Log: From: jan.dubois@ibm.net (Jan Dubois)
9612              Date: Thu, 18 Feb 1999 19:14:07 +0100
9613              Message-ID: <36d15809.40853323@smtp1.ibm.net>
9614              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
9615      Branch: perl
9616            ! win32/win32.c
9617 ____________________________________________________________________________
9618 [  2989] By: gsar                                  on 1999/02/20  00:27:01
9619         Log: do poll() emulation unless HAS_POLL && I_POLL
9620      Branch: perl
9621            ! ext/IO/poll.h
9622 ____________________________________________________________________________
9623 [  2988] By: gsar                                  on 1999/02/19  23:52:12
9624         Log: tweak RE for NaNQ? recognition
9625      Branch: perl
9626            ! t/lib/bigfloatpm.t
9627 ____________________________________________________________________________
9628 [  2987] By: gsar                                  on 1999/02/19  23:29:59
9629         Log: mention C<use utf8> and C<use warning> in perldelta
9630      Branch: perl
9631            ! pod/perldelta.pod
9632 ____________________________________________________________________________
9633 [  2985] By: jhi                                   on 1999/02/19  20:43:19
9634         Log: pack/unpack better in (network-)short-non-16-bits and
9635              (network-)long-non-32-bits systems such as Cray C90.
9636      Branch: cfgperl
9637            ! perl.h pp.c t/op/pack.t
9638 ____________________________________________________________________________
9639 [  2984] By: jhi                                   on 1999/02/19  20:38:54
9640         Log: Regen Configure.
9641      Branch: cfgperl
9642            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9643            ! perl.c
9644 ____________________________________________________________________________
9645 [  2982] By: jhi                                   on 1999/02/19  19:51:49
9646         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
9647              not probed for and         
9648              
9649              From: "Kurt D. Starsinic" <kstar@chapin.edu>
9650              To: Chaim Frenkel <chaimf@pobox.com>,
9651              Russ Allbery <rra@stanford.edu>,
9652              Jarkko Hietaniemi <jhi@iki.fi>,
9653              Gurusamy Sarathy <gsar@activestate.com>,
9654              Graham Barr <gbarr@pobox.com>
9655              Cc: bdensch@ameritech.net, perlbug@perl.com
9656              Subject: [PATCH] Re: Solaris 7 for Intel
9657              Message-ID: <19990219124404.A30182@O2.chapin.edu>
9658              
9659              Glossary is still missing some terms because
9660              mkglossary is misbehaving (change #2981 updated
9661              Glossary manually)
9662      Branch: cfgperl
9663            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
9664            ! Porting/config_H
9665 ____________________________________________________________________________
9666 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
9667         Log: Make result of h2xs work when user adds C<use strict>
9668      Branch: maint-5.005/perl
9669            ! utils/h2xs.PL
9670 ____________________________________________________________________________
9671 [  2979] By: gsar                                  on 1999/02/19  05:24:29
9672         Log: doc for change#2978
9673      Branch: perl
9674            ! pod/perlsub.pod
9675 ____________________________________________________________________________
9676 [  2978] By: gsar                                  on 1999/02/19  05:08:29
9677         Log: bring '*' prototype closer to how it behaves internally
9678      Branch: perl
9679            + t/lib/fatal.t
9680            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
9681 ____________________________________________________________________________
9682 [  2977] By: gsar                                  on 1999/02/19  02:50:31
9683         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
9684      Branch: perl
9685            ! perly.h
9686 ____________________________________________________________________________
9687 [  2975] By: gsar                                  on 1999/02/18  21:41:57
9688         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
9689              of lexical searches in BEGIN|INIT|END)
9690      Branch: perl
9691            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
9692            ! vms/perly_c.vms
9693 ____________________________________________________________________________
9694 [  2974] By: gsar                                  on 1999/02/18  21:03:06
9695         Log: missing PERL_POLLUTE_MALLOC
9696      Branch: perl
9697            ! ext/SDBM_File/sdbm/sdbm.h
9698 ____________________________________________________________________________
9699 [  2973] By: gsar                                  on 1999/02/18  17:10:49
9700         Log: From:    Andy Dougherty <doughera@lafayette.edu>
9701              Date:    Wed, 17 Feb 1999 17:22:50 EST
9702              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
9703              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
9704      Branch: perl
9705            ! lib/dotsh.pl
9706 ____________________________________________________________________________
9707 [  2972] By: gsar                                  on 1999/02/18  17:04:12
9708         Log: s/#defined/#define/
9709      Branch: perl
9710            ! ext/Data/Dumper/Dumper.xs
9711 ____________________________________________________________________________
9712 [  2970] By: gsar                                  on 1999/02/18  03:26:43
9713         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
9714      Branch: perl
9715            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
9716            ! ext/GDBM_File/typemap
9717 ____________________________________________________________________________
9718 [  2969] By: gsar                                  on 1999/02/17  23:30:47
9719         Log: correct slurp mode doc
9720      Branch: perl
9721            ! pod/perlfunc.pod pod/perlop.pod
9722 ____________________________________________________________________________
9723 [  2968] By: jhi                                   on 1999/02/17  23:15:49
9724         Log: Ultrix hints update.
9725              
9726              From: Spider Boardman <spider@zk3.dec.com>
9727              To: perlbug@perl.com
9728              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
9729              Date: Tue, 16 Feb 1999 23:04:28 -0500
9730              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
9731      Branch: cfgperl
9732            ! hints/ultrix_4.sh
9733 ____________________________________________________________________________
9734 [  2966] By: jhi                                   on 1999/02/17  23:09:21
9735         Log: Change #2965 wiped out some Sarathy's _55 changes.
9736              Now unwiped.
9737      Branch: cfgperl
9738            ! Configure pp.c t/op/pack.t
9739 ____________________________________________________________________________
9740 [  2965] By: jhi                                   on 1999/02/17  23:00:04
9741         Log: Configure tweaks.
9742              
9743              Fix the Unixware/SCO uname scan:
9744              
9745              From: Tom Hughes <thh@cyberscience.com>
9746              To: perlbug@perl.com
9747              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
9748              Date: 17 Feb 1999 15:34:15 +0000    
9749              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
9750              
9751              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
9752              
9753              From: Joe Buehler <jhpb@hekimian.com>
9754              To: perl5-porters@perl.org
9755              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
9756              Date: 12 Feb 1999 11:25:21 -0500
9757              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
9758              
9759              Make the pthreads joinable constant scan to output to fd 4, not 2.
9760      Branch: cfgperl
9761            ! Configure
9762 ____________________________________________________________________________
9763 [  2964] By: gsar                                  on 1999/02/17  21:30:07
9764         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
9765              Date: Wed, 17 Feb 1999 06:53:13 -0700
9766              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
9767              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
9768      Branch: perl
9769            ! lib/Pod/Functions.pm
9770 ____________________________________________________________________________
9771 [  2963] By: gsar                                  on 1999/02/17  21:18:21
9772         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
9773              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9774              Date: Wed, 17 Feb 1999 10:06:01 +0000
9775              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
9776              Subject: Re: [5.005_53] panic: pad_free curpad 
9777      Branch: perl
9778            ! regcomp.c regexec.c t/op/misc.t
9779 ____________________________________________________________________________
9780 [  2962] By: gsar                                  on 1999/02/16  21:26:28
9781         Log: NaNQ? tweak
9782      Branch: perl
9783            ! t/lib/bigfloatpm.t
9784 ____________________________________________________________________________
9785 [  2961] By: jhi                                   on 1999/02/16  19:26:38
9786         Log: Integrate from mainperl.
9787      Branch: cfgperl
9788           !> (integrate 37 files)
9789 ____________________________________________________________________________
9790 [  2960] By: gsar                                  on 1999/02/16  18:04:29
9791         Log: undo change#2465 (qw[] is a real list now)
9792      Branch: perl
9793            ! pod/perlop.pod
9794 ____________________________________________________________________________
9795 [  2959] By: gsar                                  on 1999/02/16  07:09:33
9796         Log: this was 5.005_55
9797      Branch: perl
9798            ! Changes
9799
9800 ----------------
9801 Version 5.005_55
9802 ----------------
9803
9804 ____________________________________________________________________________
9805 [  2958] By: gsar                                  on 1999/02/16  06:18:27
9806         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
9807              elide dups and non-dependents from Changes
9808      Branch: perl
9809            ! Changes pod/perlhist.pod
9810           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
9811           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
9812           !> pod/perlport.pod pp.c t/op/pack.t
9813 ____________________________________________________________________________
9814 [  2957] By: gsar                                  on 1999/02/16  04:09:47
9815         Log: propagate PERL_VERSION everywhere, add to pod
9816      Branch: perl
9817            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
9818            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
9819            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
9820            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
9821            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
9822            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
9823            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
9824            ! win32/config.gc win32/config.vc win32/config_sh.PL
9825            ! win32/win32.c x2p/a2py.c
9826 ____________________________________________________________________________
9827 [  2955] By: jhi                                   on 1999/02/15  16:15:03
9828         Log: The pack tests now better in C90 (after the packnative patches).
9829      Branch: cfgperl
9830            ! t/op/pack.t
9831 ____________________________________________________________________________
9832 [  2954] By: gsar                                  on 1999/02/15  14:11:50
9833         Log: tweak Configure to follow new PERL_VERSION etc.
9834      Branch: perl
9835            ! Configure patchlevel.h pod/perlhist.pod
9836 ____________________________________________________________________________
9837 [  2953] By: jhi                                   on 1999/02/15  14:02:21
9838         Log: Integrate from mainperl.
9839      Branch: cfgperl
9840           !> MANIFEST Porting/makerel
9841 ____________________________________________________________________________
9842 [  2952] By: jhi                                   on 1999/02/15  13:50:07
9843         Log: Enhance the packnative patch: use the packnative code
9844              only if required.  Also added hefty testing (hopefully
9845              I didn't assume too much...).  Tested on alpha, ix86, sparc.
9846      Branch: cfgperl
9847            ! pod/perlfunc.pod pp.c t/op/pack.t
9848 ____________________________________________________________________________
9849 [  2951] By: jhi                                   on 1999/02/15  13:46:56
9850         Log: AVAILABILITY from 5.005_03-tobe, will of course
9851              require updating when 5.006 comes out.
9852      Branch: cfgperl
9853            ! pod/perl.pod
9854 ____________________________________________________________________________
9855 [  2949] By: gsar                                  on 1999/02/15  13:28:51
9856         Log: will this be it for 5.005_55?
9857      Branch: perl
9858            ! MANIFEST Porting/makerel
9859 ____________________________________________________________________________
9860 [  2948] By: jhi                                   on 1999/02/15  13:23:52
9861         Log: Integrate from mainperl.
9862      Branch: cfgperl
9863           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
9864           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
9865           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
9866           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
9867           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
9868           !> win32/config.gc win32/config.vc win32/config_H.bc
9869           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
9870 ____________________________________________________________________________
9871 [  2947] By: jhi                                   on 1999/02/15  13:20:41
9872         Log: perlport.pod 1.39 from Chris.
9873      Branch: cfgperl
9874            ! pod/perlport.pod
9875 ____________________________________________________________________________
9876 [  2946] By: jhi                                   on 1999/02/15  13:09:58
9877         Log: Import Ultrix update, change #2864, 
9878              
9879              From: Spider Boardman <spider@zk3.dec.com>
9880              To: perlbug@perl.com
9881              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
9882              Date: Wed, 10 Feb 1999 23:33:31 -0500
9883              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
9884      Branch: cfgperl
9885            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
9886 ____________________________________________________________________________
9887 [  2945] By: jhi                                   on 1999/02/15  13:04:50
9888         Log: OpenBSD sparc SHMLBA.
9889      Branch: cfgperl
9890            ! ext/IPC/SysV/SysV.xs
9891 ____________________________________________________________________________
9892 [  2944] By: gsar                                  on 1999/02/15  12:09:52
9893         Log: update win32/config* stuff, Changes
9894      Branch: perl
9895            ! Changes win32/Makefile win32/config.bc win32/config.gc
9896            ! win32/config.vc win32/config_H.bc win32/config_H.gc
9897            ! win32/config_H.vc win32/makefile.mk
9898 ____________________________________________________________________________
9899 [  2943] By: gsar                                  on 1999/02/15  11:54:08
9900         Log: #include patchlevel.h by default, provide
9901              PERL_{REVISION,VERSION,SUBVERSION}
9902      Branch: perl
9903            ! patchlevel.h perl.h
9904 ____________________________________________________________________________
9905 [  2942] By: gsar                                  on 1999/02/15  10:26:59
9906         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
9907              misc fixes
9908      Branch: perl
9909            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
9910 ____________________________________________________________________________
9911 [  2941] By: gsar                                  on 1999/02/15  10:24:37
9912         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
9913              Message-ID: <19990207002851.B9185@toldyouso.com>
9914              Message-ID: <19990207212152.A9765@toldyouso.com>
9915              Message-ID: <19990207212041.A9622@toldyouso.com>
9916              Message-ID: <19990207213127.A10244@toldyouso.com>
9917              Message-ID: <19990207212559.A9950@toldyouso.com>
9918              Message-ID: <19990207212842.A9994@toldyouso.com>
9919              Message-ID: <19990207212500.A9860@toldyouso.com>
9920              Message-ID: <19990207213013.A10105@toldyouso.com>
9921      Branch: perl
9922            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
9923            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
9924            ! pod/perlmodlib.pod pod/perltoc.pod
9925 ____________________________________________________________________________
9926 [  2940] By: gsar                                  on 1999/02/15  10:07:08
9927         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
9928              of suggested patch)
9929              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
9930              Date: Mon, 08 Feb 1999 01:14:41 -0000
9931              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
9932              Subject: [PATCH 5.005_54] some pending C.pm stuff 
9933      Branch: perl
9934            ! ext/B/B/C.pm
9935 ____________________________________________________________________________
9936 [  2939] By: jhi                                   on 1999/02/15  08:40:18
9937         Log: Integrate from mainperl.
9938      Branch: cfgperl
9939           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
9940            - lib/File/PathConvert.pm
9941           !> (integrate 81 files)
9942 ____________________________________________________________________________
9943 [  2938] By: gsar                                  on 1999/02/15  06:56:39
9944         Log: change#2839 was bogus, redo
9945      Branch: perl
9946           !> t/lib/h2ph.pht
9947 ____________________________________________________________________________
9948 [  2937] By: gsar                                  on 1999/02/15  06:38:15
9949         Log: support Win32::GetFullPathName() and Win32::SetLastError()
9950              From: jan.dubois@ibm.net (Jan Dubois)
9951              Date: Tue, 09 Feb 1999 22:27:31 +0100
9952              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
9953              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
9954      Branch: perl
9955            ! win32/win32.c
9956 ____________________________________________________________________________
9957 [  2936] By: gsar                                  on 1999/02/15  06:26:39
9958         Log: support native integers, pack("L_",...) etc. (via private mail)
9959              From: Jarkko Hietaniemi <jhi@iki.fi>
9960              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
9961              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
9962              Subject: the "packnative" patch
9963      Branch: perl
9964            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
9965            ! t/lib/ipc_sysv.t t/op/pack.t
9966 ____________________________________________________________________________
9967 [  2935] By: gsar                                  on 1999/02/15  06:04:02
9968         Log: From: Michael G Schwern <schwern@pobox.com>
9969              Date: Tue, 9 Feb 1999 04:13:12 -0500
9970              Message-ID: <19990209041312.A15788@toldyouso.com>
9971              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
9972      Branch: perl
9973            ! utils/h2xs.PL
9974 ____________________________________________________________________________
9975 [  2934] By: gsar                                  on 1999/02/15  05:30:13
9976         Log: fix bugs in the handling of negative numbers, among other things
9977              From: Steven Knight <knight@theopera.baldmt.citilink.com>
9978              Date: Mon, 8 Feb 1999 01:16:24 -0600
9979              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
9980              Subject: Math::BigFloat and Math::BigInt
9981      Branch: perl
9982            + t/lib/bigfloat.t t/lib/bigfloatpm.t
9983            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
9984            ! t/lib/bigintpm.t
9985 ____________________________________________________________________________
9986 [  2933] By: gsar                                  on 1999/02/15  04:57:52
9987         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
9988              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
9989              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
9990              Subject: s2p incorrectly handles hold space commands
9991      Branch: perl
9992            ! x2p/s2p.PL
9993 ____________________________________________________________________________
9994 [  2932] By: gsar                                  on 1999/02/15  04:45:55
9995         Log: clarify what a "line" is
9996      Branch: perl
9997            ! pod/perlfunc.pod pod/perlvar.pod
9998 ____________________________________________________________________________
9999 [  2931] By: gsar                                  on 1999/02/15  04:23:29
10000         Log: backout change#2811 and add newer version based on File::Spec
10001              From: Barrie Slaymaker <rbs@telerama.com>
10002              Date: Thu, 11 Feb 1999 16:29:24 -0500
10003              Message-ID: <36C34BB4.A62090E0@telerama.com>
10004              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
10005      Branch: perl
10006            - lib/File/PathConvert.pm
10007            ! MANIFEST installhtml lib/Pod/Html.pm
10008 ____________________________________________________________________________
10009 [  2930] By: gsar                                  on 1999/02/15  04:16:25
10010         Log: From: Barrie Slaymaker <rbs@telerama.com>
10011              Date: Thu, 11 Feb 1999 19:39:48 -0500
10012              Message-ID: <36C37854.707D139@telerama.com>
10013              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
10014      Branch: perl
10015            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
10016 ____________________________________________________________________________
10017 [  2929] By: gsar                                  on 1999/02/15  04:06:50
10018         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
10019              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
10020              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
10021              Subject: [PATCH]5.005_54 (DOC) fix many typos
10022              --
10023              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
10024              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
10025              Subject: [PATCH]5.005_54 (DOC) typos
10026      Branch: perl
10027            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
10028            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
10029            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
10030            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
10031            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
10032            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
10033            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
10034            ! pod/perlvar.pod pod/perlxs.pod
10035 ____________________________________________________________________________
10036 [  2928] By: gsar                                  on 1999/02/15  03:39:53
10037         Log: allow the Carp routines to pass through exception objects
10038      Branch: perl
10039            ! lib/Carp.pm
10040 ____________________________________________________________________________
10041 [  2927] By: gsar                                  on 1999/02/15  03:22:57
10042         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
10043      Branch: perl
10044            ! pod/perlfaq8.pod
10045 ____________________________________________________________________________
10046 [  2926] By: gsar                                  on 1999/02/15  03:19:39
10047         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
10048              have done that, but didn't)
10049      Branch: perl
10050           !> utils/h2ph.PL
10051 ____________________________________________________________________________
10052 [  2925] By: gsar                                  on 1999/02/15  03:17:01
10053         Log: integrate cfgperl changes into mainline
10054      Branch: perl
10055            ! Changes
10056           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10057           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
10058           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
10059           !> vms/subconfigure.com
10060 ____________________________________________________________________________
10061 [  2924] By: gsar                                  on 1999/02/15  03:07:08
10062         Log: add const qualifier to most char* prototypes, handle ripple effect
10063      Branch: perl
10064            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
10065            ! universal.c util.c
10066 ____________________________________________________________________________
10067 [  2923] By: gsar                                  on 1999/02/15  01:04:30
10068         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10069              Date: Thu, 04 Feb 1999 02:37:31 +0000
10070              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
10071              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
10072      Branch: perl
10073            ! pp_ctl.c t/op/range.t
10074 ____________________________________________________________________________
10075 [  2922] By: gsar                                  on 1999/02/15  00:24:34
10076         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10077              Date: Sun, 31 Jan 1999 01:50:06 +0000
10078              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
10079              Subject: [PATCH 5.005_03t4] regexp flags bug
10080      Branch: perl
10081            ! regcomp.c t/op/re_tests
10082 ____________________________________________________________________________
10083 [  2921] By: gsar                                  on 1999/02/15  00:13:02
10084         Log: use New() et al., rather than safemalloc() et al.
10085              From: jan.dubois@ibm.net (Jan Dubois)
10086              Date: Fri, 29 Jan 1999 23:27:22 +0100
10087              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
10088              Subject: [PATCH _03-MT5] POSIX.xs memory API
10089      Branch: perl
10090            ! ext/POSIX/POSIX.xs
10091 ____________________________________________________________________________
10092 [  2920] By: gsar                                  on 1999/02/15  00:05:33
10093         Log: tweak READ() docs to mention $buffer must be altered by reference
10094      Branch: perl
10095            ! pod/perltie.pod
10096 ____________________________________________________________________________
10097 [  2919] By: gsar                                  on 1999/02/14  23:50:39
10098         Log: applied suggested patch, with several language/readability tweaks
10099              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10100              Date: Fri, 29 Jan 1999 00:25:02 -0500
10101              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
10102              Subject: Re: [PATCH 5.005_*] Better parsing docs
10103      Branch: perl
10104            ! pod/perlop.pod
10105 ____________________________________________________________________________
10106 [  2918] By: gsar                                  on 1999/02/14  23:20:42
10107         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
10108              of silently returning bogus values)
10109              From: Peter Chines <pchines@nhgri.nih.gov>
10110              Date: Wed, 27 Jan 1999 16:11:31 -0500
10111              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
10112              Subject: Time::Local
10113      Branch: perl
10114            ! lib/Time/Local.pm pod/perldelta.pod
10115 ____________________________________________________________________________
10116 [  2917] By: gsar                                  on 1999/02/14  11:21:43
10117         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10118              Date: Thu, 28 Jan 1999 10:02:20 -0500
10119              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
10120              Subject: Re: [PATCH 5.005_53] Better perldoc
10121      Branch: perl
10122            ! utils/perldoc.PL
10123 ____________________________________________________________________________
10124 [  2916] By: gsar                                  on 1999/02/14  10:59:38
10125         Log: back out change#2751, apply updated version 
10126              From: jan.dubois@ibm.net (Jan Dubois)
10127              Date: Sat, 06 Feb 1999 01:06:29 +0100
10128              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
10129              Subject: [PATCH] Cleanup of File::Spec module
10130      Branch: perl
10131            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
10132            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
10133            ! lib/File/Spec/Win32.pm
10134 ____________________________________________________________________________
10135 [  2915] By: gsar                                  on 1999/02/14  10:48:01
10136         Log: tweak select() test
10137      Branch: perl
10138            ! pod/perlipc.pod t/op/fh.t
10139 ____________________________________________________________________________
10140 [  2914] By: gsar                                  on 1999/02/14  10:25:55
10141         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
10142      Branch: perl
10143            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
10144 ____________________________________________________________________________
10145 [  2913] By: gsar                                  on 1999/02/14  10:03:51
10146         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
10147              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
10148              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
10149              Subject: Re: SvOPV() or SvPV_nolen() or ...
10150      Branch: perl
10151            ! pod/perlguts.pod
10152 ____________________________________________________________________________
10153 [  2912] By: gsar                                  on 1999/02/14  09:57:29
10154         Log: provide SvPV_nolen(sv) to avoid use of PL_na
10155              From: jan.dubois@ibm.net (Jan Dubois)
10156              Date: Sun, 24 Jan 1999 02:45:32 +0100
10157              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
10158              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
10159      Branch: perl
10160            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
10161            ! sv.h
10162 ____________________________________________________________________________
10163 [  2911] By: gsar                                  on 1999/02/14  06:51:05
10164         Log: elide stray effluvium
10165      Branch: perl
10166            ! pod/perldelta.pod
10167 ____________________________________________________________________________
10168 [  2910] By: gsar                                  on 1999/02/14  05:51:56
10169         Log: slurping an empty file should return '' rather than undef, with
10170              commensurate effects on ARGV processing
10171      Branch: perl
10172            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
10173            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
10174 ____________________________________________________________________________
10175 [  2909] By: gsar                                  on 1999/02/14  00:02:11
10176         Log: perly_c.diff typo
10177      Branch: perl
10178            ! perly.c perly_c.diff vms/perly_c.vms
10179 ____________________________________________________________________________
10180 [  2908] By: gsar                                  on 1999/02/13  18:20:13
10181         Log: From: jan.dubois@ibm.net (Jan Dubois)
10182              Date: Sat, 13 Feb 1999 13:25:53 +0100
10183              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
10184              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
10185      Branch: perl
10186            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
10187 ____________________________________________________________________________
10188 [  2907] By: jhi                                   on 1999/02/13  15:07:26
10189         Log: Integrate from mainperl.
10190      Branch: cfgperl
10191           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
10192           !> (integrate 150 files)
10193 ____________________________________________________________________________
10194 [  2903] By: gsar                                  on 1999/02/12  13:25:59
10195         Log: From: jan.dubois@ibm.net (Jan Dubois)
10196              Date: Sun, 24 Jan 1999 01:12:00 +0100
10197              Message-ID: <36b66479.62756298@smtp1.ibm.net>
10198              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
10199      Branch: perl
10200            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
10201            ! proto.h sv.c sv.h
10202 ____________________________________________________________________________
10203 [  2902] By: gsar                                  on 1999/02/12  12:55:11
10204         Log: script to generate ctags from etags
10205              From: Colin Kuskie <ckuskie@cadence.com>
10206              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
10207              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
10208              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
10209      Branch: perl
10210            + emacs/e2ctags.pl
10211            ! Makefile.SH pod/perlfaq3.pod
10212 ____________________________________________________________________________
10213 [  2901] By: gsar                                  on 1999/02/12  12:40:17
10214         Log: allow boolean assign ops to be lvalues
10215              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
10216              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
10217              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
10218              --
10219              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10220              Date: Mon, 18 Jan 1999 10:04:00 +0000
10221              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
10222              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
10223      Branch: perl
10224            + t/op/lop.t
10225            ! MANIFEST op.c
10226 ____________________________________________________________________________
10227 [  2899] By: jhi                                   on 1999/02/12  12:03:48
10228         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
10229      Branch: cfgperl
10230            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10231            ! config_h.SH hints/openbsd.sh
10232 ____________________________________________________________________________
10233 [  2898] By: gsar                                  on 1999/02/12  11:49:25
10234         Log: support win32_putenv()
10235      Branch: perl
10236            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
10237            ! win32/win32.c win32/win32iop.h
10238 ____________________________________________________________________________
10239 [  2894] By: gsar                                  on 1999/02/12  11:09:27
10240         Log: add missing hunk in change#2657
10241      Branch: perl
10242            ! ext/B/B/CC.pm
10243 ____________________________________________________________________________
10244 [  2893] By: gsar                                  on 1999/02/12  11:00:13
10245         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10246              Date: Tue, 19 Jan 1999 20:13:15 -0500
10247              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
10248              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
10249      Branch: perl
10250            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
10251            ! t/pragma/subs.t t/pragma/warning.t
10252 ____________________________________________________________________________
10253 [  2892] By: gsar                                  on 1999/02/12  10:44:38
10254         Log: update change#2670 to later version
10255              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10256              Date: Sun, 31 Jan 1999 16:16:14 +0000
10257              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
10258              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
10259      Branch: perl
10260            ! t/op/subst.t toke.c
10261 ____________________________________________________________________________
10262 [  2891] By: gsar                                  on 1999/02/12  10:31:17
10263         Log: make testsuite somewhat location independent
10264      Branch: perl
10265            ! (edit 117 files)
10266 ____________________________________________________________________________
10267 [  2890] By: gsar                                  on 1999/02/12  10:00:30
10268         Log: add $AutoLoader::VERSION
10269      Branch: perl
10270            ! lib/AutoLoader.pm
10271 ____________________________________________________________________________
10272 [  2889] By: gsar                                  on 1999/02/12  09:55:48
10273         Log: tweak PERL_STRICT_CR notes
10274      Branch: perl
10275            ! pod/perl5005delta.pod
10276 ____________________________________________________________________________
10277 [  2888] By: gsar                                  on 1999/02/12  09:41:45
10278         Log: add note about test-notty target
10279      Branch: perl
10280            ! README.win32
10281 ____________________________________________________________________________
10282 [  2887] By: gsar                                  on 1999/02/12  09:37:37
10283         Log: add perltodo.pod
10284      Branch: perl
10285            + pod/perltodo.pod
10286            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
10287            ! win32/pod.mak
10288 ____________________________________________________________________________
10289 [  2886] By: jhi                                   on 1999/02/12  08:52:14
10290         Log: Integrate from mainperl.
10291      Branch: cfgperl
10292           +> t/op/fh.t
10293           !> (integrate 30 files)
10294 ____________________________________________________________________________
10295 [  2885] By: gsar                                  on 1999/02/12  08:42:10
10296         Log: note how to find REG_INFTY limit
10297      Branch: perl
10298            ! pod/perlre.pod
10299 ____________________________________________________________________________
10300 [  2884] By: jhi                                   on 1999/02/12  08:36:14
10301         Log: OpenBSD pthreads awareness, thanks to
10302              David Leonard <david.leonard@csee.uq.edu.au>
10303      Branch: maint-5.005/perl
10304            ! Configure hints/openbsd.sh
10305 ____________________________________________________________________________
10306 [  2882] By: gsar                                  on 1999/02/12  08:05:20
10307         Log: IO is maintained by p5p (per Graham Barr's wishes)
10308      Branch: perl
10309            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
10310            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
10311            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
10312            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
10313 ____________________________________________________________________________
10314 [  2881] By: gsar                                  on 1999/02/12  07:57:13
10315         Log: fh.t typo
10316      Branch: perl
10317            ! t/op/fh.t
10318 ____________________________________________________________________________
10319 [  2880] By: gsar                                  on 1999/02/12  07:38:16
10320         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
10321      Branch: perl
10322            ! perl.c pod/perlrun.pod
10323 ____________________________________________________________________________
10324 [  2879] By: gsar                                  on 1999/02/12  05:39:29
10325         Log: fix ops that are not filehandle constructors to not create GV if it
10326              doesn't already exist (avoids leaks); extend semantics of defined()
10327              so that defined(*{$foo}) works (experimental)
10328      Branch: perl
10329            + t/op/fh.t
10330            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
10331            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
10332 ____________________________________________________________________________
10333 [  2877] By: jhi                                   on 1999/02/11  20:44:00
10334         Log: From: Chris Nandor <pudge@pobox.com>
10335              To: perl5-porters@perl.org
10336              Subject: [PATCH] perlport.pod 1.39
10337              Date: Thu, 11 Feb 1999 12:28:35 -0500
10338              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
10339      Branch: cfgperl
10340            ! pod/perlport.pod
10341 ____________________________________________________________________________
10342 [  2870] By: gsar                                  on 1999/02/11  11:17:08
10343         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
10344      Branch: perl
10345            ! ext/IO/lib/IO/Pipe.pm
10346 ____________________________________________________________________________
10347 [  2869] By: gsar                                  on 1999/02/11  11:00:56
10348         Log: update win32/pod.mak
10349      Branch: perl
10350            ! win32/pod.mak
10351 ____________________________________________________________________________
10352 [  2868] By: gsar                                  on 1999/02/11  10:42:44
10353         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
10354              Date: Fri, 08 Jan 1999 14:36:53 +1100
10355              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
10356              Subject: Re: [Fwd: IO::Socket::connect and blocking]
10357      Branch: perl
10358            ! ext/IO/lib/IO/Socket.pm
10359 ____________________________________________________________________________
10360 [  2867] By: gsar                                  on 1999/02/11  09:43:03
10361         Log: av_extend() doc tweak from Jan Dubois
10362      Branch: perl
10363            ! pod/perlguts.pod
10364 ____________________________________________________________________________
10365 [  2866] By: gsar                                  on 1999/02/11  09:27:17
10366         Log: display full pathname of unreadable files
10367      Branch: perl
10368            ! utils/perldoc.PL
10369 ____________________________________________________________________________
10370 [  2865] By: gsar                                  on 1999/02/11  09:02:31
10371         Log: missing patch in change#2522
10372      Branch: perl
10373            ! lib/Pod/Text.pm
10374 ____________________________________________________________________________
10375 [  2864] By: jhi                                   on 1999/02/11  08:45:00
10376         Log: From: Spider Boardman <spider@zk3.dec.com>
10377              To: perlbug@perl.com
10378              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
10379              Date: Wed, 10 Feb 1999 23:33:31 -0500
10380              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
10381      Branch: maint-5.005/perl
10382            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
10383 ____________________________________________________________________________
10384 [  2862] By: gsar                                  on 1999/02/11  08:14:34
10385         Log: integrate changes#2738,2740 from maint-5.005
10386      Branch: perl
10387           !> lib/ExtUtils/MakeMaker.pm
10388 ____________________________________________________________________________
10389 [  2861] By: jhi                                   on 1999/02/11  08:04:25
10390         Log: Integrate from mainperl.
10391      Branch: cfgperl
10392           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
10393           !> t/op/range.t win32/config.gc
10394 ____________________________________________________________________________
10395 [  2860] By: gsar                                  on 1999/02/11  07:30:08
10396         Log: binmode() support for cygwin32 (suggested by Steven Morlock
10397              <newspost@morlock.net>)
10398      Branch: perl
10399            ! perl.h
10400 ____________________________________________________________________________
10401 [  2859] By: gsar                                  on 1999/02/11  07:14:21
10402         Log: update Changes
10403      Branch: perl
10404            ! Changes
10405           !> pod/perl5005delta.pod
10406 ____________________________________________________________________________
10407 [  2856] By: gsar                                  on 1999/02/11  07:07:39
10408         Log: integrate perldelta changes from maint-5.005
10409      Branch: perl
10410           !> pod/perl5005delta.pod
10411 ____________________________________________________________________________
10412 [  2855] By: gsar                                  on 1999/02/11  06:31:50
10413         Log: applied suggested patch; added tests
10414              From: Adam Krolnik <adamk@gypsy.cyrix.com>
10415              Date: Sat, 12 Dec 98 15:30:18 -0600
10416              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
10417              Subject: Range operation doesn't handle IV_MAX
10418      Branch: perl
10419            ! pp_ctl.c t/op/range.t
10420 ____________________________________________________________________________
10421 [  2854] By: gsar                                  on 1999/02/11  05:00:55
10422         Log: compatibility fix: magic non-propagation in foreach implicit localization
10423      Branch: perl
10424            ! pp_ctl.c t/op/local.t win32/config.gc
10425 ____________________________________________________________________________
10426 [  2852] By: gsar                                  on 1999/02/10  23:17:49
10427         Log: fair warning about -Dusethreads
10428      Branch: maint-5.005/perl
10429            ! Configure INSTALL README.threads
10430 ____________________________________________________________________________
10431 [  2847] By: jhi                                   on 1999/02/09  19:13:28
10432         Log: Integrate from mainperl.
10433      Branch: cfgperl
10434           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
10435           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
10436 ____________________________________________________________________________
10437 [  2846] By: gsar                                  on 1999/02/09  13:53:28
10438         Log: a modified version of suggested patch for pack template 'Z'; added docs
10439              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
10440              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
10441              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
10442              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
10443      Branch: perl
10444            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
10445 ____________________________________________________________________________
10446 [  2845] By: gsar                                  on 1999/02/09  00:03:26
10447         Log: clarify docs for change#2835
10448      Branch: perl
10449            ! pod/perldelta.pod pod/perlop.pod
10450 ____________________________________________________________________________
10451 [  2844] By: gsar                                  on 1999/02/08  23:40:57
10452         Log: addendum to change#2823
10453              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
10454              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
10455              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
10456              Subject: [PATCH] Docs and tests for method-call syntax
10457      Branch: perl
10458            ! pod/perlobj.pod t/op/method.t
10459 ____________________________________________________________________________
10460 [  2843] By: jhi                                   on 1999/02/08  21:06:28
10461         Log: Ultrix mmap tidbit.
10462      Branch: cfgperl
10463            ! hints/ultrix_4.sh
10464 ____________________________________________________________________________
10465 [  2842] By: jhi                                   on 1999/02/08  20:22:55
10466         Log: Integrate from mainperl.
10467      Branch: cfgperl
10468           +> t/op/subst_wamp.t
10469           !> (integrate 35 files)
10470 ____________________________________________________________________________
10471 [  2841] By: jhi                                   on 1999/02/08  18:23:26
10472         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10473              To: Mailing list Perl5 <perl5-porters@perl.org>
10474              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
10475              Date: Sun, 7 Feb 1999 17:25:22 -0500
10476              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
10477      Branch: cfgperl
10478            + t/op/subst_amp.t
10479            ! MANIFEST regcomp.c t/op/subst.t
10480 ____________________________________________________________________________
10481 [  2840] By: jhi                                   on 1999/02/08  18:16:54
10482         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10483              To: Mailing list Perl5 <perl5-porters@perl.org>
10484              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
10485              Date: Sun, 7 Feb 1999 17:00:10 -0500
10486              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
10487      Branch: cfgperl
10488            ! pp_hot.c t/op/pat.t
10489 ____________________________________________________________________________
10490 [  2839] By: jhi                                   on 1999/02/08  17:25:30
10491         Log: A require was missing.
10492      Branch: cfgperl
10493            ! t/lib/h2ph.pht
10494 ____________________________________________________________________________
10495 [  2838] By: jhi                                   on 1999/02/08  16:38:41
10496         Log: Bring in the change #2809 (the Configure part has been
10497              modified rather a lot since the #2809, though.)
10498      Branch: cfgperl
10499            ! Configure utils/h2ph.PL
10500 ____________________________________________________________________________
10501 [  2835] By: gsar                                  on 1999/02/08  14:40:23
10502         Log: make qw() into a true list at compile time (slightly modified
10503              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
10504      Branch: perl
10505            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
10506 ____________________________________________________________________________
10507 [  2834] By: gsar                                  on 1999/02/08  13:23:16
10508         Log: make safesysmalloc() etc., always available; safemalloc() et al are
10509              now macros that point to the right malloc; fix various places in
10510              sources that need to always use safesysmalloc() et al
10511      Branch: perl
10512            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
10513            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
10514 ____________________________________________________________________________
10515 [  2833] By: gsar                                  on 1999/02/08  10:56:16
10516         Log: remove spurious #endif in last change
10517      Branch: perl
10518            ! perl.h
10519 ____________________________________________________________________________
10520 [  2832] By: gsar                                  on 1999/02/08  10:34:55
10521         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
10522              them ask for insanity (untested)
10523      Branch: perl
10524            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
10525            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
10526            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
10527 ____________________________________________________________________________
10528 [  2831] By: jhi                                   on 1999/02/08  08:33:33
10529         Log: Update vms/subconfigure.com along the lines of change #2829.
10530      Branch: cfgperl
10531            ! vms/subconfigure.com
10532 ____________________________________________________________________________
10533 [  2830] By: gsar                                  on 1999/02/08  00:19:46
10534         Log: integrate cfgperl changes into mainline
10535      Branch: perl
10536           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
10537           +> lib/File/PathConvert.pm pod/perlthrtut.pod
10538            ! Changes
10539           !> (integrate 93 files)
10540 ____________________________________________________________________________
10541 [  2829] By: jhi                                   on 1999/02/07  23:49:46
10542         Log: Configure update.
10543              
10544              Probe for mmap() et alia.
10545              The *cc*symbols patch (just Configure, no h2ph).
10546      Branch: cfgperl
10547            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10548            ! config_h.SH perl.h
10549 ____________________________________________________________________________
10550 [  2828] By: gsar                                  on 1999/02/07  23:38:47
10551         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10552              Date: Sun, 7 Feb 1999 17:25:22 -0500
10553              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
10554              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
10555      Branch: perl
10556            + t/op/subst_amp.t t/op/subst_wamp.t
10557            ! MANIFEST regcomp.c t/op/subst.t
10558 ____________________________________________________________________________
10559 [  2827] By: gsar                                  on 1999/02/07  23:27:32
10560         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10561              Date: Sun, 7 Feb 1999 17:00:10 -0500
10562              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
10563              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
10564      Branch: perl
10565            ! pp_hot.c t/op/pat.t
10566 ____________________________________________________________________________
10567 [  2826] By: gsar                                  on 1999/02/07  23:26:04
10568         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
10569              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10570              Date: Sun, 7 Feb 1999 15:07:27 -0500
10571              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
10572              Subject: Re: fixing memory leaks in REx compilation
10573      Branch: perl
10574            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
10575            ! regexec.c
10576 ____________________________________________________________________________
10577 [  2825] By: jhi                                   on 1999/02/07  18:05:13
10578         Log: Integrate from mainperl.
10579      Branch: cfgperl
10580           +> lib/DB.pm t/comp/bproto.t
10581           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
10582           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
10583           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
10584           !> toke.c vms/perly_c.vms
10585 ____________________________________________________________________________
10586 [  2824] By: gsar                                  on 1999/02/07  14:21:48
10587         Log: tweak doc on bitwise ops
10588      Branch: perl
10589            ! pod/perlop.pod
10590 ____________________________________________________________________________
10591 [  2823] By: gsar                                  on 1999/02/07  13:38:31
10592         Log: applied suggested patch; regen perly* and vms/perly*
10593              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
10594              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
10595              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
10596              Subject: [PATCH] Re: Suggestion for perlobj man page
10597      Branch: perl
10598            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
10599 ____________________________________________________________________________
10600 [  2822] By: gsar                                  on 1999/02/07  12:39:09
10601         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
10602              disabled, fails tests)
10603      Branch: perl
10604            ! regcomp.h
10605 ____________________________________________________________________________
10606 [  2821] By: gsar                                  on 1999/02/07  11:09:39
10607         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
10608              <Alexander.Barilo@aexp.com>)
10609      Branch: perl
10610            ! lib/Pod/Html.pm
10611 ____________________________________________________________________________
10612 [  2820] By: gsar                                  on 1999/02/07  10:20:35
10613         Log: add draft debugging API implementation
10614      Branch: perl
10615            + lib/DB.pm
10616            ! MANIFEST
10617 ____________________________________________________________________________
10618 [  2819] By: gsar                                  on 1999/02/07  09:58:45
10619         Log: avoid garbage in db->dirbuf
10620              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
10621              Date: Sat, 05 Dec 1998 14:14:54 +0900
10622              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
10623              Subject: SDBM bug
10624      Branch: perl
10625            ! ext/SDBM_File/sdbm/sdbm.c
10626 ____________________________________________________________________________
10627 [  2818] By: gsar                                  on 1999/02/07  09:32:24
10628         Log: missing entry
10629      Branch: perl
10630            ! MANIFEST
10631 ____________________________________________________________________________
10632 [  2817] By: gsar                                  on 1999/02/07  09:30:47
10633         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
10634      Branch: perl
10635            + t/comp/bproto.t
10636            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
10637 ____________________________________________________________________________
10638 [  2816] By: gsar                                  on 1999/02/06  00:14:29
10639         Log: minor bug in dumping blessed subrefs
10640      Branch: perl
10641            ! ext/Data/Dumper/Dumper.pm
10642 ____________________________________________________________________________
10643 [  2812] By: jhi                                   on 1999/02/03  22:02:24
10644         Log: Enhance change #2808.
10645              
10646              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
10647              To: perl5-porters@perl.org
10648              Subject: Re: [PATCH 5.00*]: perlbug checklist
10649              Date: Wed, 3 Feb 1999 19:02:27 +0000
10650              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
10651      Branch: cfgperl
10652            ! utils/perlbug.PL
10653 ____________________________________________________________________________
10654 [  2811] By: jhi                                   on 1999/02/03  21:53:23
10655         Log: From: Barrie Slaymaker <rbs@telerama.com>
10656              To: perl5-porters@perl.org
10657              CC: pod-people@perl.org
10658              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
10659              Date: Wed, 03 Feb 1999 10:34:18 -0500
10660              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
10661              
10662              Add File::PathConvert.pm.
10663              Fix Pod::Html and installhtml to understand relative urls.
10664      Branch: cfgperl
10665            + lib/File/PathConvert.pm
10666            ! MANIFEST installhtml lib/Pod/Html.pm
10667 ____________________________________________________________________________
10668 [  2810] By: jhi                                   on 1999/02/03  20:25:10
10669         Log: From: Francois Desarmenien <desar@club-internet.fr>
10670              To: Mailing list Perl5 <perl5-porters@perl.org>
10671              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
10672              Date: Wed, 03 Feb 1999 13:13:24 +0000
10673              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
10674              
10675              (note: this patch completely overrides Tom Wolfe's patch,
10676              change #2604)
10677      Branch: cfgperl
10678            + ext/GDBM_File/hints/sco.pl
10679            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
10680 ____________________________________________________________________________
10681 [  2809] By: jhi                                   on 1999/02/03  19:54:16
10682         Log: h2ph fixes + Configure patch to support them.
10683              
10684              From: "Kurt D. Starsinic" <kstar@chapin.edu>
10685              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
10686              Gurusamy Sarathy <gsar@engin.umich.edu>
10687              Cc: perl5-porters@perl.org
10688              Subject: [PATCH 5.00503_MT5] h2ph.PL
10689              Date: Tue, 2 Feb 1999 19:48:06 -0500
10690              Message-ID: <19990202194806.E10647@O2.chapin.edu>
10691      Branch: maint-5.005/perl
10692            ! Configure utils/h2ph.PL
10693 ____________________________________________________________________________
10694 [  2808] By: jhi                                   on 1999/02/03  16:59:55
10695         Log: Enhance the perlbug checklist.
10696      Branch: cfgperl
10697            ! utils/perlbug.PL
10698 ____________________________________________________________________________
10699 [  2807] By: jhi                                   on 1999/02/03  14:01:37
10700         Log: Document the standard strftime %formats.
10701              
10702              From: Dominic Dunlop <domo@vo.lu>
10703              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
10704              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
10705              Date: Tue, 2 Feb 1999 15:55:29 +0100
10706              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
10707      Branch: cfgperl
10708            ! ext/POSIX/POSIX.pod
10709 ____________________________________________________________________________
10710 [  2806] By: jhi                                   on 1999/02/03  13:58:00
10711         Log: Integrate from mainperl.
10712      Branch: cfgperl
10713           !> perl.h
10714 ____________________________________________________________________________
10715 [  2805] By: gsar                                  on 1999/02/03  03:32:31
10716         Log: PL_uuemap[] init needs help for sizeof()
10717      Branch: perl
10718            ! perl.h
10719 ____________________________________________________________________________
10720 [  2804] By: jhi                                   on 1999/02/02  20:44:30
10721         Log: These should've been already in #2803.
10722      Branch: cfgperl
10723            ! Configure config_h.SH vms/subconfigure.com
10724 ____________________________________________________________________________
10725 [  2803] By: jhi                                   on 1999/02/02  20:38:45
10726         Log: telldir prototype issue, from mists of time...
10727      Branch: cfgperl
10728            ! hints/netbsd.sh pp_sys.c
10729 ____________________________________________________________________________
10730 [  2801] By: jhi                                   on 1999/02/02  17:40:14
10731         Log: From: John Bley <jbb6@acpub.duke.edu>
10732              To: perlbug@perl.org
10733              Subject: [PATCH]5.005_54 (DOC) fix minor typos
10734              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
10735              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
10736      Branch: cfgperl
10737            ! pod/perlre.pod
10738 ____________________________________________________________________________
10739 [  2800] By: jhi                                   on 1999/02/02  17:26:49
10740         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
10741      Branch: cfgperl
10742            ! Todo-5.005
10743 ____________________________________________________________________________
10744 [  2799] By: jhi                                   on 1999/02/02  17:18:51
10745         Log: Update FindBin from maint-5.005.
10746      Branch: cfgperl
10747            ! lib/FindBin.pm
10748 ____________________________________________________________________________
10749 [  2798] By: jhi                                   on 1999/02/02  17:16:07
10750         Log: Fix typecasts in #2797
10751              
10752              From: "G. Del Merritt" <del@intranetics.com>
10753              Date: Fri, 29 Jan 1999 11:47:25 -0700
10754              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
10755              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
10756      Branch: cfgperl
10757            ! ext/POSIX/POSIX.xs
10758 ____________________________________________________________________________
10759 [  2797] By: jhi                                   on 1999/02/02  17:14:37
10760         Log: From: Ted Law <tedlaw@cibcwg.com>
10761              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
10762              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
10763              Subject: POSIX::strftime buffer overflow problem
10764      Branch: cfgperl
10765            ! ext/POSIX/POSIX.xs
10766 ____________________________________________________________________________
10767 [  2796] By: jhi                                   on 1999/02/02  17:13:23
10768         Log: Do not use File::Slurp.
10769      Branch: cfgperl
10770            ! t/lib/textfill.t
10771 ____________________________________________________________________________
10772 [  2795] By: jhi                                   on 1999/02/02  17:11:48
10773         Log: perlhist update from maint-5.005.
10774      Branch: cfgperl
10775            ! pod/perlhist.pod
10776 ____________________________________________________________________________
10777 [  2794] By: jhi                                   on 1999/02/02  17:10:33
10778         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
10779      Branch: cfgperl
10780            ! ext/POSIX/POSIX.pm
10781 ____________________________________________________________________________
10782 [  2793] By: jhi                                   on 1999/02/02  17:08:39
10783         Log: Missed the html test from change #2787. 
10784      Branch: cfgperl
10785            ! t/lib/cgi-html.t
10786 ____________________________________________________________________________
10787 [  2792] By: jhi                                   on 1999/02/02  17:01:24
10788         Log: Update Getopt::Long to 2.19.
10789      Branch: cfgperl
10790            ! lib/Getopt/Long.pm
10791 ____________________________________________________________________________
10792 [  2791] By: jhi                                   on 1999/02/02  16:59:13
10793         Log: overload syntax is no longer experimental
10794      Branch: cfgperl
10795            ! lib/overload.pm
10796 ____________________________________________________________________________
10797 [  2789] By: jhi                                   on 1999/02/02  16:47:50
10798         Log: Still doc fixes.
10799      Branch: cfgperl
10800            ! lib/diagnostics.pm
10801 ____________________________________________________________________________
10802 [  2788] By: jhi                                   on 1999/02/02  16:47:07
10803         Log: Doc fixes.
10804      Branch: cfgperl
10805            ! lib/CGI.pm lib/diagnostics.pm
10806 ____________________________________________________________________________
10807 [  2787] By: jhi                                   on 1999/02/02  16:38:55
10808         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
10809              where applicable).
10810      Branch: cfgperl
10811            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
10812            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
10813            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
10814            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
10815            ! eg/cgi/frameset.cgi eg/cgi/index.html
10816            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
10817            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
10818            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
10819            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
10820            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
10821            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
10822 ____________________________________________________________________________
10823 [  2786] By: jhi                                   on 1999/02/02  16:17:52
10824         Log: Update CPAN to 1.47.
10825      Branch: cfgperl
10826            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
10827 ____________________________________________________________________________
10828 [  2785] By: jhi                                   on 1999/02/02  16:09:03
10829         Log: From: Mark-Jason Dominus <mjd@plover.com>
10830              Date: Sat, 16 Jan 1999 17:22:06 -0500
10831              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
10832              Message-ID: <19990116222206.3674.qmail@plover.com>
10833      Branch: cfgperl
10834            ! pod/perlsub.pod
10835 ____________________________________________________________________________
10836 [  2784] By: jhi                                   on 1999/02/02  16:01:31
10837         Log: Fix incorrect "used only once" warnings
10838              
10839              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10840              Date: Fri, 8 Jan 1999 04:37:10 -0500
10841              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
10842              Subject: Re: change#965 flakiness
10843      Branch: cfgperl
10844            ! gv.c
10845 ____________________________________________________________________________
10846 [  2783] By: jhi                                   on 1999/02/02  15:50:38
10847         Log: perldelta updates.
10848      Branch: cfgperl
10849            ! pod/perldelta.pod
10850 ____________________________________________________________________________
10851 [  2782] By: jhi                                   on 1999/02/02  14:28:26
10852         Log: Mirror change #2781.
10853      Branch: cfgperl
10854            ! hints/linux.sh
10855 ____________________________________________________________________________
10856 [  2781] By: jhi                                   on 1999/02/02  14:27:01
10857         Log: Update the MkLinux note.
10858      Branch: maint-5.005/perl
10859            ! hints/linux.sh
10860 ____________________________________________________________________________
10861 [  2780] By: jhi                                   on 1999/02/02  14:10:59
10862         Log: Update todo.
10863      Branch: cfgperl
10864            ! Todo-5.005
10865 ____________________________________________________________________________
10866 [  2779] By: jhi                                   on 1999/02/02  14:00:25
10867         Log: Integrate from mainperl.
10868      Branch: cfgperl
10869            ! t/lib/textfill.t t/lib/textwrap.t
10870           !> (integrate 32 files)
10871 ____________________________________________________________________________
10872 [  2778] By: jhi                                   on 1999/02/02  13:56:23
10873         Log: VMS update, applicable parts of
10874              
10875              From: Dan Sugalski <sugalskd@osshe.edu>
10876              To: perl5-porters@perl.org
10877              Subject: [PATCH 5.005_03MT3]VMS configure tweak
10878              Date: Wed, 20 Jan 1999 12:05:18 -0800
10879              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
10880              
10881              From: Dan Sugalski <sugalskd@osshe.edu>
10882              To: perlbug@perl.com, vmsperl@perl.org
10883              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
10884              Date: Tue, 26 Jan 1999 14:40:38 -0800
10885              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
10886              
10887              From: Dan Sugalski <sugalskd@osshe.edu>
10888              To: perl5-porters@perl.org, vmsperl@perl.org
10889              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
10890              Date: Tue, 26 Jan 1999 14:55:29 -0800
10891              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
10892      Branch: cfgperl
10893            ! vms/ext/Stdio/test.pl vms/subconfigure.com
10894 ____________________________________________________________________________
10895 [  2777] By: jhi                                   on 1999/02/02  13:43:24
10896         Log: Synch usethreads parts from maint-5.005.
10897      Branch: cfgperl
10898            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
10899            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
10900            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
10901            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
10902 ____________________________________________________________________________
10903 [  2776] By: jhi                                   on 1999/02/02  13:17:16
10904         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
10905      Branch: cfgperl
10906            ! Makefile.SH hints/freebsd.sh
10907 ____________________________________________________________________________
10908 [  2774] By: jhi                                   on 1999/02/02  13:10:39
10909         Log: Add perlthrtut, update pod/* machinery.
10910              (a pod/Makefile.SH is sorely needed)
10911      Branch: cfgperl
10912            + pod/perlthrtut.pod
10913            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
10914 ____________________________________________________________________________
10915 [  2773] By: jhi                                   on 1999/02/02  12:54:24
10916         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
10917              To: perl5-porters@perl.org
10918              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
10919              Date: Tue, 26 Jan 1999 22:25:07 +0000
10920              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
10921      Branch: cfgperl
10922            ! pod/perlguts.pod
10923 ____________________________________________________________________________
10924 [  2771] By: jhi                                   on 1999/02/02  12:47:34
10925         Log: Use perlbug instead of personal email address.
10926      Branch: cfgperl
10927            ! Configure
10928 ____________________________________________________________________________
10929 [  2770] By: jhi                                   on 1999/02/02  12:42:06
10930         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
10931              
10932              From: "G. Del Merritt" <del@intranetics.com>
10933              To: perlbug@perl.com
10934              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
10935              Date: Tue, 26 Jan 1999 12:09:09 -0700
10936              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
10937      Branch: cfgperl
10938            ! iperlsys.h
10939 ____________________________________________________________________________
10940 [  2769] By: jhi                                   on 1999/02/02  12:37:57
10941         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10942              To: Mailing list Perl5 <perl5-porters@perl.org>
10943              Subject: [PATCH 5.005_*] OS/2 threads
10944              Date: Tue, 26 Jan 1999 13:39:46 -0500
10945              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
10946      Branch: cfgperl
10947            ! os2/os2ish.h
10948 ____________________________________________________________________________
10949 [  2768] By: jhi                                   on 1999/02/02  12:36:16
10950         Log: Apply change #2711 from maint-5.005:
10951              
10952              make ok", "make okfile", and "make nok" were broken
10953              with -Duseshrplib, because of a shared typo.
10954              
10955              From: Spider Boardman <spider@web.zk3.dec.com>
10956              To: perlbug@perl.com
10957              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
10958              Date: Wed, 27 Jan 1999 12:27:15 -0500
10959              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
10960      Branch: cfgperl
10961            ! Makefile.SH
10962 ____________________________________________________________________________
10963 [  2766] By: jhi                                   on 1999/02/02  12:27:08
10964         Log: Make Configure use "int main()" instead of bare "main()".
10965              Like maint-5.005 change #2703 but now via metaconfig.
10966      Branch: cfgperl
10967            ! Configure
10968 ____________________________________________________________________________
10969 [  2765] By: jhi                                   on 1999/02/02  11:59:30
10970         Log: Undo part of change #2562.
10971      Branch: cfgperl
10972            ! Configure
10973 ____________________________________________________________________________
10974 [  2764] By: jhi                                   on 1999/02/02  11:52:39
10975         Log: NetBSD synch with maint-5.005.
10976      Branch: cfgperl
10977            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
10978 ____________________________________________________________________________
10979 [  2763] By: jhi                                   on 1999/02/02  11:44:07
10980         Log: $Config{installusrbinperl}
10981              (maint-5.005 changes #2614 and #2709)
10982      Branch: cfgperl
10983            ! Configure installperl
10984 ____________________________________________________________________________
10985 [  2762] By: jhi                                   on 1999/02/02  11:29:13
10986         Log: Errno update from maint-5.005 (changes #2583, #2710).
10987      Branch: cfgperl
10988            ! Configure ext/Errno/Errno_pm.PL
10989 ____________________________________________________________________________
10990 [  2759] By: jhi                                   on 1999/02/02  10:53:20
10991         Log: Update Trig.pm from maint-5.005.
10992      Branch: cfgperl
10993            ! lib/Math/Trig.pm
10994 ____________________________________________________________________________
10995 [  2757] By: jhi                                   on 1999/02/02  10:41:26
10996         Log: MPE/iX update (mirror maint-5.005 change #2715)
10997      Branch: cfgperl
10998            ! hints/mpeix.sh mpeix/relink
10999 ____________________________________________________________________________
11000 [  2756] By: jhi                                   on 1999/02/02  10:38:08
11001         Log: BeOS update (Mirror maint-5.005 change #2727).
11002      Branch: cfgperl
11003            + ext/DynaLoader/dl_beos.xs
11004            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
11005            ! lib/ExtUtils/MM_Unix.pm
11006 ____________________________________________________________________________
11007 [  2754] By: gsar                                  on 1999/02/02  08:52:13
11008         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
11009      Branch: perl
11010            ! Porting/pumpkin.pod Todo Todo-5.005
11011 ____________________________________________________________________________
11012 [  2753] By: gsar                                  on 1999/02/02  08:46:21
11013         Log: Todo tweaks
11014      Branch: perl
11015            ! Todo Todo-5.005
11016 ____________________________________________________________________________
11017 [  2752] By: jhi                                   on 1999/02/01  22:15:12
11018         Log: Add perlthrtut.pod.
11019              
11020              From: Dan Sugalski <sugalskd@osshe.edu>
11021              To: perl5-porters@perl.org
11022              Subject: perlthrtut.pod
11023              Date: Mon, 01 Feb 1999 10:57:11 -0800
11024              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
11025      Branch: maint-5.005/perl
11026            + pod/perlthrtut.pod
11027            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
11028            ! pod/roffitall
11029 ____________________________________________________________________________
11030 [  2751] By: gsar                                  on 1999/02/01  07:28:05
11031         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
11032      Branch: perl
11033            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
11034            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
11035 ____________________________________________________________________________
11036 [  2750] By: gsar                                  on 1999/02/01  07:09:20
11037         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11038              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
11039              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
11040              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
11041      Branch: perl
11042            ! regexec.c
11043 ____________________________________________________________________________
11044 [  2749] By: gsar                                  on 1999/02/01  07:07:59
11045         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11046              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
11047              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
11048              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
11049      Branch: perl
11050            ! regexec.c
11051 ____________________________________________________________________________
11052 [  2748] By: gsar                                  on 1999/02/01  06:47:06
11053         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
11054              Date: Thu, 3 Dec 1998 15:10:17 -0500
11055              Message-Id: <199812032010.PAA09692@jik.shore.net>
11056              Subject: sample checksum code in "perlfunc" man page is wrong
11057      Branch: perl
11058            ! pod/perlfunc.pod
11059 ____________________________________________________________________________
11060 [  2747] By: gsar                                  on 1999/02/01  06:35:13
11061         Log: typos in Pod/Text.pm
11062              From: "Greg Chapman" <glc@well.com>
11063              Date: Tue, 1 Dec 1998 10:50:18 -0800
11064              Message-Id: <199812011849.KAA08816@smtp.well.com>
11065              Subject: Glitch in Pod::Text
11066      Branch: perl
11067            ! lib/Pod/Text.pm
11068 ____________________________________________________________________________
11069 [  2746] By: gsar                                  on 1999/02/01  06:27:35
11070         Log: various win32-ish changes merged from maint-5.005
11071      Branch: perl
11072            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
11073            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
11074            ! win32/Makefile win32/config.bc win32/config.vc
11075            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
11076            ! win32/win32.c
11077 ____________________________________________________________________________
11078 [  2745] By: gsar                                  on 1999/02/01  04:51:54
11079         Log: integrate cfgperl changes into mainline
11080      Branch: perl
11081           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
11082 ____________________________________________________________________________
11083 [  2744] By: gsar                                  on 1999/02/01  04:31:09
11084         Log: improved diagnostic on syntax errors at EOL
11085      Branch: perl
11086            ! toke.c
11087 ____________________________________________________________________________
11088 [  2743] By: gsar                                  on 1999/02/01  03:59:13
11089         Log: don't attempt connect() to bogus IP addresses
11090              From:    Graham Barr <gbarr@pobox.com>
11091              Date:    Sun, 31 Jan 1999 21:50:45 CST
11092              Message-Id: <19990131215045.A633@pobox.com>
11093      Branch: perl
11094            ! t/lib/io_multihomed.t
11095 ____________________________________________________________________________
11096 [  2742] By: gsar                                  on 1999/02/01  03:08:58
11097         Log: update Changes
11098      Branch: perl
11099            ! Changes pod/perldelta.pod
11100 ____________________________________________________________________________
11101 [  2740] By: gsar                                  on 1999/02/01  02:43:07
11102         Log: CAPI inheritance tweak and doc
11103      Branch: maint-5.005/perl
11104            ! lib/ExtUtils/MakeMaker.pm
11105 ____________________________________________________________________________
11106 [  2739] By: jhi                                   on 1999/01/31  18:31:54
11107         Log: Undo changes #2730 and #2731 and replace them
11108              with an extensively tested patch from
11109              Anton Berezin <tobez@plab.ku.dk> (via private email).
11110      Branch: maint-5.005/perl
11111            ! Makefile.SH hints/freebsd.sh
11112 ____________________________________________________________________________
11113 [  2738] By: gsar                                  on 1999/01/31  05:04:32
11114         Log: fix bogus CAPI inheritance from change#2541
11115      Branch: maint-5.005/perl
11116            ! lib/ExtUtils/MakeMaker.pm
11117 ____________________________________________________________________________
11118 [  2731] By: jhi                                   on 1999/01/29  14:33:12
11119         Log: FreeBSD version numbers can be like "2.2.8-release".
11120      Branch: maint-5.005/perl
11121            ! hints/freebsd.sh
11122 ____________________________________________________________________________
11123 [  2730] By: jhi                                   on 1999/01/29  12:40:38
11124         Log: FreeBSD hints iteration (hopefully convergent).
11125              usethreads: require at least FreeBSD 2.2.8.
11126              signal type: mirror change #2429 in cfgperl.
11127      Branch: maint-5.005/perl
11128            ! hints/freebsd.sh
11129 ____________________________________________________________________________
11130 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
11131         Log: From: Tom Spindler <dogcow@isi.net>
11132              Date: Thu, 28 Jan 1999 17:15:11 -0800
11133              Message-ID: <19990128171510.A11778@isi.net>
11134              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
11135      Branch: maint-5.005/perl
11136            + ext/DynaLoader/dl_beos.xs
11137            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
11138            ! lib/ExtUtils/MM_Unix.pm
11139 ____________________________________________________________________________
11140 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
11141         Log: Remove use of File::Slurp in t/lib/textfill.t
11142      Branch: maint-5.005/perl
11143            ! t/lib/textfill.t
11144 ____________________________________________________________________________
11145 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
11146         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
11147              Date: Wed, 27 Jan 1999 23:14:33 -0800
11148              Message-Id: <199901280714.XAA10176@activestate.com>
11149              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
11150      Branch: maint-5.005/perl
11151            ! win32/Makefile win32/makefile.mk
11152 ____________________________________________________________________________
11153 [  2720] By: gsar                                  on 1999/01/27  21:54:42
11154         Log: missing space while munging CCFLAGS for PERL_CAPI
11155      Branch: perl
11156            ! lib/ExtUtils/MM_Unix.pm
11157 ____________________________________________________________________________
11158 [  2718] By: jhi                                   on 1999/01/27  19:46:04
11159         Log: io/fs.t fails test #18 (sense of tests appears to have been
11160              changed incompletely; this patch just skips the test attached,
11161              a la test #17 preceding it).
11162              
11163              From: "G. Del Merritt" <del@intranetics.com>
11164              To: perlbug@perl.com
11165              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
11166              Date: Tue, 26 Jan 1999 12:09:09 -0700
11167              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
11168      Branch: maint-5.005/perl
11169            ! t/io/fs.t
11170 ____________________________________________________________________________
11171 [  2717] By: jhi                                   on 1999/01/27  19:44:46
11172         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
11173              
11174              From: "G. Del Merritt" <del@intranetics.com>
11175              To: perlbug@perl.com
11176              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
11177              Date: Tue, 26 Jan 1999 12:09:09 -0700
11178              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
11179      Branch: maint-5.005/perl
11180            ! iperlsys.h
11181 ____________________________________________________________________________
11182 [  2715] By: jhi                                   on 1999/01/27  19:34:28
11183         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
11184              To: perl5-porters@perl.org
11185              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
11186              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
11187              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
11188      Branch: maint-5.005/perl
11189            ! hints/mpeix.sh mpeix/relink
11190 ____________________________________________________________________________
11191 [  2710] By: jhi                                   on 1999/01/27  19:22:23
11192         Log: Errno fixes:
11193              
11194              From: Spider Boardman <spider@web.zk3.dec.com>
11195              To: perlbug@perl.com
11196              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
11197              Date: Wed, 27 Jan 1999 12:27:15 -0500
11198              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
11199              
11200              From: Spider Boardman <spider@web.zk3.dec.com>
11201              To: perlbug@perl.com
11202              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
11203              Date: Wed, 27 Jan 1999 13:31:16 -0500
11204              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
11205      Branch: maint-5.005/perl
11206            ! Configure ext/Errno/Errno_pm.PL
11207 ____________________________________________________________________________
11208 [  2709] By: jhi                                   on 1999/01/27  19:17:35
11209         Log: Fix Configure installusrbinperl:
11210              
11211              From: Spider Boardman <spider@web.zk3.dec.com>
11212              To: jhi@iki.fi
11213              cc: perl5-porters@perl.org
11214              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
11215              Date: Wed, 27 Jan 1999 13:03:35 -0500
11216              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
11217      Branch: maint-5.005/perl
11218            ! Configure
11219 ____________________________________________________________________________
11220 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
11221         Log: Add redef IO::Handle::* for setv?buf()
11222      Branch: maint-5.005/perl
11223            ! ext/POSIX/POSIX.pm
11224 ____________________________________________________________________________
11225 [  2705] By: jhi                                   on 1999/01/24  15:14:30
11226         Log: Mention year-1900 and month 0..11.
11227      Branch: cfgperl
11228            ! lib/Time/Local.pm
11229 ____________________________________________________________________________
11230 [  2704] By: jhi                                   on 1999/01/24  15:13:36
11231         Log: Document Configure -Uinstallusrbinperl.
11232      Branch: cfgperl
11233            ! INSTALL pod/perldelta.pod
11234 ____________________________________________________________________________
11235 [  2698] By: jhi                                   on 1999/01/24  12:46:00
11236         Log: Use only xlc_r for usethreads.
11237      Branch: cfgperl
11238            ! hints/aix.sh
11239 ____________________________________________________________________________
11240 [  2695] By: gsar                                  on 1999/01/24  07:09:05
11241         Log: integrate cfgperl changes into mainline
11242      Branch: perl
11243           +> lib/Exporter/Heavy.pm
11244           !> (integrate 65 files)
11245 ____________________________________________________________________________
11246 [  2694] By: gsar                                  on 1999/01/24  01:28:49
11247         Log: better notes on 'make' on win32
11248      Branch: perl
11249            ! README.win32
11250 ____________________________________________________________________________
11251 [  2683] By: jhi                                   on 1999/01/22  15:41:00
11252         Log: More de-cut-and-pastos.
11253      Branch: cfgperl
11254            ! hints/irix_6.sh hints/os2.sh
11255 ____________________________________________________________________________
11256 [  2682] By: jhi                                   on 1999/01/22  15:30:51
11257         Log: usethreads.cbu cut-and-pasto.
11258      Branch: cfgperl
11259            ! hints/solaris_2.sh
11260 ____________________________________________________________________________
11261 [  2681] By: jhi                                   on 1999/01/22  14:54:55
11262         Log: Better (I hope) LANGUAGE documentation.
11263      Branch: cfgperl
11264            ! pod/perllocale.pod
11265 ____________________________________________________________________________
11266 [  2680] By: jhi                                   on 1999/01/22  09:20:29
11267         Log: From: Dan Sugalski <sugalskd@osshe.edu>
11268              To: perl5-porters@perl.org
11269              Subject: [PATCH 5.005_03MT3]VMS configure tweak
11270              Date: Wed, 20 Jan 1999 12:05:18 -0800
11271              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
11272      Branch: cfgperl
11273            ! vms/subconfigure.com
11274 ____________________________________________________________________________
11275 [  2679] By: jhi                                   on 1999/01/22  09:13:18
11276         Log: nosuid getmntent() branch.
11277      Branch: cfgperl
11278            ! perl.c perl.h
11279 ____________________________________________________________________________
11280 [  2678] By: jhi                                   on 1999/01/22  08:54:19
11281         Log: nosuid patch continued: *BSD needs <sys/param.h>.
11282      Branch: cfgperl
11283            ! Configure config_h.SH
11284 ____________________________________________________________________________
11285 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
11286         Log: Fixup FindBin to use File::Spec
11287              
11288              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
11289              Date: Wed, 20 Jan 1999 18:51:57 +0000
11290              From: Paul Johnson <pjcj@transeda.com>
11291              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
11292      Branch: maint-5.005/perl
11293            ! lib/FindBin.pm
11294 ____________________________________________________________________________
11295 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
11296         Log: Fix win32 for Borland compiler and spaces in paths
11297              
11298              From: Gurusamy Sarathy <gsar@activestate.com>
11299              Date: Mon, 18 Jan 1999 20:33:17 -0800
11300              Message-Id: <199901190433.UAA03656@activestate.com>
11301              Subject: [PATCH] 5.005_03-trial3 win32 issues
11302      Branch: maint-5.005/perl
11303            ! README.win32 win32/Makefile win32/config_sh.PL
11304            ! win32/makefile.mk win32/runperl.c
11305 ____________________________________________________________________________
11306 [  2670] By: jhi                                   on 1999/01/21  16:12:38
11307         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11308              To: perl5-porters@perl.org
11309              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
11310              Date: Thu, 21 Jan 1999 12:08:01 +0000
11311              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
11312      Branch: cfgperl
11313            ! pod/perldiag.pod t/op/subst.t toke.c
11314 ____________________________________________________________________________
11315 [  2669] By: jhi                                   on 1999/01/21  16:11:46
11316         Log: To: perl5-porters@perl.org
11317              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
11318              From: Anton Berezin <tobez@plab.ku.dk>
11319              Date: 21 Jan 1999 17:07:28 +0100
11320              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
11321      Branch: cfgperl
11322            ! hints/freebsd.sh
11323 ____________________________________________________________________________
11324 [  2668] By: jhi                                   on 1999/01/21  15:38:34
11325         Log: Add Daniel Grisinger <dgris@dimensional.com>.
11326      Branch: cfgperl
11327            ! AUTHORS MAINTAIN
11328 ____________________________________________________________________________
11329 [  2667] By: jhi                                   on 1999/01/21  15:32:28
11330         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11331              To: Mailing list Perl5 <perl5-porters@perl.org>
11332              Subject: [PATCH 5.005_53] Lean Exporter.pm
11333              Date: Thu, 21 Jan 1999 03:25:23 -0500
11334              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
11335      Branch: cfgperl
11336            + lib/Exporter/Heavy.pm
11337            ! MANIFEST lib/Exporter.pm
11338 ____________________________________________________________________________
11339 [  2666] By: jhi                                   on 1999/01/21  15:24:10
11340         Log: From: "W. Phillip Moore" <wpm@ms.com>
11341              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
11342              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
11343              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
11344              Message-ID: <13988.46383.298992.97303@zappa>
11345      Branch: cfgperl
11346            ! lib/File/Path.pm
11347 ____________________________________________________________________________
11348 [  2665] By: jhi                                   on 1999/01/21  15:20:48
11349         Log: CPAN update (CPAN-1.44_54) from Andreas and
11350              jumbo doc patch from Abigail.
11351              
11352              From: abigail@fnx.com
11353              To: perl5-porters@perl.org (Perl Porters)
11354              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
11355              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
11356              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
11357              
11358              From: abigail@fnx.com
11359              To: perl5-porters@perl.org (Perl Porters)
11360              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
11361              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
11362              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
11363              
11364              From: abigail@fnx.com
11365              To: perl5-porters@perl.org (Perl Porters)
11366              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
11367              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
11368              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
11369              
11370              From: abigail@fnx.com
11371              To: perl5-porters@perl.org (Perl Porters)
11372              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
11373              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
11374              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
11375              
11376              From: abigail@fnx.com
11377              To: perl5-porters@perl.org (Perl Porters)
11378              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
11379              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
11380              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
11381              
11382              From: abigail@fnx.com
11383              To: perl5-porters@perl.org (Perl Porters)
11384              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
11385              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
11386              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
11387              
11388              From: abigail@fnx.com
11389              To: perl5-porters@perl.org (Perl Porters)
11390              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
11391              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
11392              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
11393              
11394              From: abigail@fnx.com
11395              To: perl5-porters@perl.org (Perl Porters)
11396              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
11397              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
11398              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
11399              
11400              From: abigail@fnx.com
11401              To: perl5-porters@perl.org (Perl Porters)
11402              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
11403              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
11404              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
11405              
11406              From: abigail@fnx.com
11407              To: perl5-porters@perl.org (Perl Porters)
11408              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
11409              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
11410              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
11411              
11412              From: abigail@fnx.com
11413              To: perl5-porters@perl.org (Perl Porters)
11414              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
11415              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
11416              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
11417              
11418              From: abigail@fnx.com
11419              To: perl5-porters@perl.org (Perl Porters)
11420              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
11421              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
11422              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
11423              
11424              From: abigail@fnx.com
11425              To: perl5-porters@perl.org (Perl Porters)
11426              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
11427              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
11428              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
11429      Branch: cfgperl
11430            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
11431            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
11432            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
11433            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
11434 ____________________________________________________________________________
11435 [  2664] By: jhi                                   on 1999/01/21  14:47:43
11436         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11437              To: Mailing list Perl5 <perl5-porters@perl.org>
11438              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
11439              Date: Thu, 21 Jan 1999 03:58:29 -0500
11440              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
11441      Branch: cfgperl
11442            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
11443 ____________________________________________________________________________
11444 [  2663] By: jhi                                   on 1999/01/21  14:43:58
11445         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11446              To: Mailing list Perl5 <perl5-porters@perl.org>
11447              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
11448              Date: Thu, 21 Jan 1999 02:46:34 -0500
11449              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
11450      Branch: cfgperl
11451            ! ext/Errno/Errno_pm.PL
11452 ____________________________________________________________________________
11453 [  2662] By: jhi                                   on 1999/01/21  14:42:42
11454         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
11455              To: Francois Desarmenien <desar@club-internet.fr>
11456              Cc: Gurusamy Sarathy <gsar@activestate.com>,
11457              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
11458              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
11459              Date: 21 Jan 1999 00:17:35 -0700
11460              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
11461      Branch: cfgperl
11462            ! Porting/patching.pod
11463 ____________________________________________________________________________
11464 [  2661] By: jhi                                   on 1999/01/21  14:41:13
11465         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11466              To: Mailing list Perl5 <perl5-porters@perl.org>
11467              Subject: [PATCH 5.00*] makedepend
11468              Date: Thu, 21 Jan 1999 02:08:27 -0500
11469              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
11470      Branch: cfgperl
11471            ! makedepend.SH
11472 ____________________________________________________________________________
11473 [  2660] By: jhi                                   on 1999/01/21  14:36:45
11474         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11475              To: Mailing list Perl5 <perl5-porters@perl.org>
11476              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
11477              Date: Tue, 19 Jan 1999 20:06:45 -0500
11478              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
11479      Branch: cfgperl
11480            ! os2/Changes os2/os2.c
11481 ____________________________________________________________________________
11482 [  2657] By: jhi                                   on 1999/01/21  11:40:35
11483         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
11484              To: perl5-porters@perl.org
11485              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
11486              Date: Mon, 18 Jan 1999 01:32:31 PST
11487              Message-ID: <19990118093231.18443.qmail@hotmail.com>
11488      Branch: cfgperl
11489            ! ext/B/B/CC.pm
11490 ____________________________________________________________________________
11491 [  2656] By: jhi                                   on 1999/01/21  11:35:34
11492         Log: From: Achim Bohnet <ach@mpe.mpg.de>
11493              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
11494              Date: Wed, 20 Jan 1999 20:25:53 +0100
11495              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
11496      Branch: cfgperl
11497            ! pp.c
11498 ____________________________________________________________________________
11499 [  2655] By: jhi                                   on 1999/01/21  10:46:01
11500         Log: Handle NIS (and NetInfo) more robustly.
11501      Branch: cfgperl
11502            ! t/op/grent.t t/op/pwent.t
11503 ____________________________________________________________________________
11504 [  2654] By: jhi                                   on 1999/01/21  10:17:20
11505         Log: Two-argument eaccess() of SCO.
11506      Branch: cfgperl
11507            ! pp_sys.c
11508 ____________________________________________________________________________
11509 [  2653] By: jhi                                   on 1999/01/21  08:53:14
11510         Log: -DNO_NOSUID_CHECK for those platforms which have no way
11511              of checking for nosuid but still want suidperl.
11512      Branch: cfgperl
11513            ! perl.c
11514 ____________________________________________________________________________
11515 [  2652] By: jhi                                   on 1999/01/21  08:22:50
11516         Log: The LANGUAGE mirrors LC_ALL usage.
11517      Branch: cfgperl
11518            ! Configure config_h.SH
11519 ____________________________________________________________________________
11520 [  2651] By: jhi                                   on 1999/01/20  22:01:21
11521         Log: I_MNTENT was missing.
11522      Branch: cfgperl
11523            ! Configure config_h.SH
11524 ____________________________________________________________________________
11525 [  2650] By: jhi                                   on 1999/01/19  13:42:03
11526         Log: NetBSD update, based on patches from the NetBSD packages system.
11527      Branch: cfgperl
11528            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
11529 ____________________________________________________________________________
11530 [  2649] By: jhi                                   on 1999/01/19  12:44:02
11531         Log: Jumbo Configure update.
11532              * -Uinstallusrbinperl: disable /usr/bin/perl installation
11533              by installperl
11534              * usethreads.cbu
11535              * use64bits.cbu
11536              * "nosuid"
11537      Branch: cfgperl
11538            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
11539            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
11540            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
11541            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
11542            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
11543            ! pod/perldiag.pod
11544 ____________________________________________________________________________
11545 [  2648] By: jhi                                   on 1999/01/19  09:16:44
11546         Log: Mention /usr/share/locale.
11547      Branch: cfgperl
11548            ! pod/perllocale.pod
11549 ____________________________________________________________________________
11550 [  2647] By: jhi                                   on 1999/01/19  09:11:11
11551         Log: SHMLBA strikes back in NetBSD/sparc.
11552              
11553              From: Dave Nelson <David.Nelson@bellcow.com>
11554              To: jhi@iki.fi
11555              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
11556              Date: Mon, 18 Jan 1999 22:07:56 -0600
11557              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
11558      Branch: cfgperl
11559            ! ext/IPC/SysV/SysV.xs
11560 ____________________________________________________________________________
11561 [  2646] By: jhi                                   on 1999/01/19  08:58:17
11562         Log: Show LANGUAGE env var when needed. (Augment change #2645).
11563      Branch: cfgperl
11564            ! util.c utils/perlbug.PL
11565 ____________________________________________________________________________
11566 [  2645] By: jhi                                   on 1999/01/19  08:52:15
11567         Log: Document the GNU LANGUAGE env var.
11568      Branch: cfgperl
11569            ! pod/perllocale.pod
11570 ____________________________________________________________________________
11571 [  2644] By: jhi                                   on 1999/01/19  08:42:25
11572         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11573              To: Mailing list Perl5 <perl5-porters@perl.org>
11574              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
11575              Date: Mon, 18 Jan 1999 20:57:02 -0500
11576              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
11577      Branch: cfgperl
11578            ! pp_hot.c t/op/pat.t
11579 ____________________________________________________________________________
11580 [  2643] By: jhi                                   on 1999/01/18  11:23:41
11581         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
11582      Branch: cfgperl
11583            ! Makefile.SH
11584 ____________________________________________________________________________
11585 [  2642] By: jhi                                   on 1999/01/18  11:03:38
11586         Log: GNU libc locale system has LANGUAGE env var that partly
11587              overrides even LC_ALL.
11588      Branch: cfgperl
11589            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
11590 ____________________________________________________________________________
11591 [  2641] By: jhi                                   on 1999/01/18  10:55:04
11592         Log: Integrate from mainperl.
11593      Branch: cfgperl
11594           +> ext/B/defsubs.h.PL
11595            ! t/op/groups.t
11596           !> (integrate 38 files)
11597 ____________________________________________________________________________
11598 [  2640] By: gsar                                  on 1999/01/18  10:06:29
11599         Log: a few random cleanups
11600      Branch: perl
11601            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
11602 ____________________________________________________________________________
11603 [  2639] By: gsar                                  on 1999/01/18  05:56:21
11604         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
11605              Date:    Sun, 17 Jan 1999 16:41:10 PST
11606              Message-Id: <19990118004111.29667.qmail@hotmail.com>
11607              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
11608      Branch: perl
11609            ! ext/B/B/C.pm
11610 ____________________________________________________________________________
11611 [  2638] By: gsar                                  on 1999/01/18  05:41:21
11612         Log: From:    jan.dubois@ibm.net (Jan Dubois)
11613              Date:    Mon, 18 Jan 1999 00:37:41 +0100
11614              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
11615              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
11616      Branch: perl
11617            ! dump.c
11618 ____________________________________________________________________________
11619 [  2633] By: gsar                                  on 1999/01/17  13:39:59
11620         Log: bogus assert()
11621      Branch: perl
11622            ! pp.c t/op/groups.t
11623 ____________________________________________________________________________
11624 [  2632] By: gsar                                  on 1999/01/17  13:22:04
11625         Log: various tweaks for clean build and test on win32
11626      Branch: perl
11627            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
11628            ! op.c t/pragma/warn/doio
11629 ____________________________________________________________________________
11630 [  2631] By: gsar                                  on 1999/01/17  12:28:06
11631         Log: undo change#2336, and add clarification about subversive
11632              CPAN distributions from Andreas Koenig
11633      Branch: perl
11634            ! Porting/pumpkin.pod lib/CPAN.pm
11635 ____________________________________________________________________________
11636 [  2630] By: gsar                                  on 1999/01/17  12:04:06
11637         Log: fix silent taint failures under -U
11638      Branch: perl
11639            ! doio.c
11640 ____________________________________________________________________________
11641 [  2629] By: gsar                                  on 1999/01/17  12:00:23
11642         Log: sanity check piped opens (tweaked version of patch suggested
11643              by Mark-Jason Dominus)
11644      Branch: perl
11645            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
11646            ! t/op/taint.t t/pragma/warn/doio
11647 ____________________________________________________________________________
11648 [  2628] By: gsar                                  on 1999/01/17  11:26:21
11649         Log: regen headers
11650      Branch: perl
11651            ! embed.h embedvar.h objXSUB.h
11652 ____________________________________________________________________________
11653 [  2627] By: gsar                                  on 1999/01/17  11:23:37
11654         Log: PERL_OBJECTness for change#2595
11655      Branch: perl
11656            ! embed.pl op.c pod/perlport.pod proto.h
11657 ____________________________________________________________________________
11658 [  2626] By: gsar                                  on 1999/01/17  09:47:07
11659         Log: PERL_OBJECT tweaks for change#2426
11660      Branch: perl
11661            ! embed.pl proto.h regcomp.c
11662 ____________________________________________________________________________
11663 [  2625] By: gsar                                  on 1999/01/17  09:37:58
11664         Log: documentation in change#2596 is not quite right; fix it
11665      Branch: perl
11666            ! lib/Math/BigFloat.pm pod/perlguts.pod
11667 ____________________________________________________________________________
11668 [  2624] By: gsar                                  on 1999/01/17  09:28:34
11669         Log: undo change#2571; C<use File::Spec> instead
11670      Branch: perl
11671            ! lib/FindBin.pm
11672 ____________________________________________________________________________
11673 [  2623] By: gsar                                  on 1999/01/17  09:20:42
11674         Log: change#2572 is not applicable; undo, retaining scan_bin addition
11675              to global.sym
11676      Branch: perl
11677            ! global.sym perl.c proto.h
11678 ____________________________________________________________________________
11679 [  2622] By: gsar                                  on 1999/01/17  09:17:42
11680         Log: change#2576 is based on a wrong premise; undo it
11681      Branch: perl
11682            ! pp_ctl.c
11683 ____________________________________________________________________________
11684 [  2621] By: gsar                                  on 1999/01/17  09:12:42
11685         Log: fix change#2602 to not used hard coded constants
11686      Branch: perl
11687            ! ext/B/B/C.pm ext/B/defsubs.h.PL
11688 ____________________________________________________________________________
11689 [  2620] By: gsar                                  on 1999/01/17  09:02:07
11690         Log: integrate cfgperl changes into mainline, fix conflicts
11691      Branch: perl
11692           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
11693           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
11694           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
11695           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
11696           +> pod/perlopentut.pod
11697           !> (integrate 162 files)
11698 ____________________________________________________________________________
11699 [  2619] By: gsar                                  on 1999/01/17  08:42:04
11700         Log: a few doc typos
11701      Branch: perl
11702            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
11703 ____________________________________________________________________________
11704 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
11705         Log: Win32 changes from Jan
11706              
11707              From: jan.dubois@ibm.net (Jan Dubois)
11708              Date: Fri, 15 Jan 1999 23:38:35 +0100
11709              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
11710              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
11711              
11712              From: jan.dubois@ibm.net (Jan Dubois)
11713              Date: Sat, 16 Jan 1999 13:02:45 +0100
11714              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
11715              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
11716      Branch: maint-5.005/perl
11717            ! README.win32 win32/Makefile win32/makefile.mk
11718 ____________________________________________________________________________
11719 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
11720         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
11721              
11722              From: Gurusamy Sarathy <gsar@engin.umich.edu>
11723              Date: Thu, 07 Jan 1999 00:12:00 -0500
11724              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
11725              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
11726              
11727              From: Gurusamy Sarathy <gsar@engin.umich.edu>
11728              Date: Thu, 14 Jan 1999 19:21:46 -0500
11729              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
11730              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
11731      Branch: maint-5.005/perl
11732            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
11733            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
11734            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
11735            ! win32/makedef.pl win32/runperl.c win32/win32.c
11736 ____________________________________________________________________________
11737 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
11738         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
11739              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
11740              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
11741              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
11742              
11743              From: Jarkko Hietaniemi <jhi@iki.fi>
11744              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
11745              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
11746              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
11747              
11748              From: Jarkko Hietaniemi <jhi@iki.fi>
11749              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
11750              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
11751              Subject: the promised "installusrbinperl + NetBSD" fix
11752      Branch: maint-5.005/perl
11753            ! Configure Makefile.SH hints/netbsd.sh installperl
11754            ! makedepend.SH unixish.h
11755 ____________________________________________________________________________
11756 [  2611] By: jhi                                   on 1999/01/14  12:16:14
11757         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
11758              To: pumpkings@jhereg.perl.com
11759              Subject: perlopentut.pod
11760              Date: Sat, 09 Jan 1999 08:13:18 -0700
11761              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
11762      Branch: cfgperl
11763            + pod/perlopentut.pod
11764            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
11765 ____________________________________________________________________________
11766 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
11767         Log: Added Carp::cluck to perldelta.pod
11768      Branch: maint-5.005/perl
11769            ! pod/perldelta.pod
11770 ____________________________________________________________________________
11771 [  2605] By: jhi                                   on 1999/01/13  18:26:19
11772         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
11773              To: "'cpan@perl.org'" <cpan@perl.org>
11774              Subject: "Bug" fix for File::Find.pm
11775              Date:   Thu, 31 Dec 1998 13:01:50 -0500
11776              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
11777      Branch: cfgperl
11778            ! lib/File/Find.pm
11779 ____________________________________________________________________________
11780 [  2604] By: jhi                                   on 1999/01/13  18:08:45
11781         Log: From: Peter Wolfe <wolfe@teloseng.com>
11782              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
11783              To: perlbug@perl.com
11784              Date: 11 Jan 1999 23:00:05 +0200
11785              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
11786      Branch: cfgperl
11787            ! hints/sco.sh
11788 ____________________________________________________________________________
11789 [  2603] By: jhi                                   on 1999/01/13  18:06:56
11790         Log: From: hans@icgroup.nl (Hans Mulder)
11791              Subject: [Patch for 5.005_54] re::debugcolors dumps core
11792              To: perlbug@perl.com
11793              Cc: hansmu@xs4all.nl
11794              Date: 11 Jan 1999 22:22:45 +0200
11795              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
11796      Branch: cfgperl
11797            ! ext/re/re.pm regcomp.c
11798 ____________________________________________________________________________
11799 [  2602] By: jhi                                   on 1999/01/13  18:05:43
11800         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
11801              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
11802              Date: 11 Jan 1999 08:02:41 +0200
11803              Lines: 134
11804              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
11805      Branch: cfgperl
11806            ! ext/B/B.xs ext/B/B/C.pm
11807 ____________________________________________________________________________
11808 [  2601] By: jhi                                   on 1999/01/13  18:01:53
11809         Log: From: James FitzGibbon <james@ican.net>
11810              Subject: Trivial patch for HP-UX 11 and shared libperl
11811              To: perl5-porters@perl.org
11812              Date: 8 Jan 1999 19:13:23 +0200
11813              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
11814      Branch: cfgperl
11815            ! Makefile.SH
11816 ____________________________________________________________________________
11817 [  2600] By: jhi                                   on 1999/01/13  17:59:45
11818         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
11819              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
11820              To: perl5-porters@perl.org
11821              Date: 8 Jan 1999 12:43:36 +0200
11822              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
11823      Branch: cfgperl
11824            ! ext/B/B/CC.pm
11825 ____________________________________________________________________________
11826 [  2599] By: jhi                                   on 1999/01/13  17:50:11
11827         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
11828              Subject: PATCH to installperl
11829              To: perl5-porters@perl.org
11830              Date: 4 Jan 1999 16:15:18 +0200
11831              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
11832      Branch: cfgperl
11833            ! installperl
11834 ____________________________________________________________________________
11835 [  2598] By: jhi                                   on 1999/01/13  17:34:51
11836         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
11837              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
11838              Cc: perl5-porters@perl.org
11839              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
11840              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
11841              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
11842      Branch: cfgperl
11843            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
11844            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
11845 ____________________________________________________________________________
11846 [  2597] By: jhi                                   on 1999/01/13  17:30:33
11847         Log: From: David Dyck <dcd@tc.fluke.com>
11848              To: Perl Porters <perl5-porters@perl.org>,
11849              Gurusamy Sarathy <gsar@engin.umich.edu>
11850              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
11851              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
11852              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
11853      Branch: cfgperl
11854            ! pod/perldsc.pod
11855 ____________________________________________________________________________
11856 [  2596] By: jhi                                   on 1999/01/13  17:26:44
11857         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
11858              To: perl5-porters@perl.org
11859              Subject: [PATCH] modglobal w/ spelling fixes
11860              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
11861              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
11862      Branch: cfgperl
11863            ! pod/perlguts.pod
11864 ____________________________________________________________________________
11865 [  2595] By: jhi                                   on 1999/01/13  17:24:59
11866         Log: From: Hans Mulder <hansm@icgroup.nl>
11867              Optimize common sort routines.  Thread started by the message
11868              
11869              From: Hans Mulder <hansm@icgroup.nl>
11870              Sender: owner-perl5-porters@perl.org
11871              To: perl5-porters@perl.org
11872              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
11873              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
11874              
11875              and the patch from the message
11876              
11877              From: Hans Mulder <hans@icgroup.nl>
11878              To: jhi@iki.fi
11879              Cc: perl5-porters@perl.org
11880              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
11881              $b }
11882              Date: Wed, 13 Jan 1999 17:39:35 +0100
11883              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
11884      Branch: cfgperl
11885            ! Todo op.c op.h pp_ctl.c t/op/sort.t
11886 ____________________________________________________________________________
11887 [  2594] By: jhi                                   on 1999/01/13  16:50:17
11888         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
11889              (the diffs were based on 5.004_02).  Tested by Guido
11890              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
11891      Branch: cfgperl
11892            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
11893            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
11894            + mint/sys/time.h mint/time.h
11895            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
11896            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
11897 ____________________________________________________________________________
11898 [  2593] By: jhi                                   on 1999/01/09  16:54:26
11899         Log: Detypo.
11900      Branch: cfgperl
11901            ! hints/dec_osf.sh
11902 ____________________________________________________________________________
11903 [  2592] By: jhi                                   on 1999/01/09  16:17:13
11904         Log: Move usethreads and use64bits logic from hints to Configure.
11905      Branch: cfgperl
11906            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
11907            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
11908            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
11909            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
11910 ____________________________________________________________________________
11911 [  2591] By: jhi                                   on 1999/01/09  14:45:24
11912         Log: Missing dTHRs added.
11913      Branch: cfgperl
11914            ! regcomp.c toke.c
11915 ____________________________________________________________________________
11916 [  2590] By: jhi                                   on 1999/01/08  15:27:17
11917         Log: Finalize change #2589 and add better AIX nm scanning from:
11918              
11919              Message-Id: <m0zyNW0-00017VC@gentoo.com>
11920              From: bll@gentoo.com (Brad Lanam)
11921              Subject: Re: mailhelp returned a non-zero status
11922              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
11923              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
11924      Branch: cfgperl
11925            ! Configure hints/freebsd.sh hints/linux.sh
11926 ____________________________________________________________________________
11927 [  2589] By: jhi                                   on 1999/01/08  15:14:54
11928         Log: Undo change #2581.
11929      Branch: cfgperl
11930            ! Configure hints/freebsd.sh hints/linux.sh
11931 ____________________________________________________________________________
11932 [  2588] By: jhi                                   on 1999/01/08  11:51:52
11933         Log: FAQ jumbo patch from tchrist.
11934              
11935              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
11936              From: Tom Christiansen <tchrist@jhereg.perl.com>
11937              To: pumpkings@jhereg.perl.com
11938              Subject: newest version of perlfaq.pod
11939              Date: Thu, 7 Jan 1999 23:05:02 -0700
11940              
11941              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
11942              From: Tom Christiansen <tchrist@jhereg.perl.com>
11943              To: pumpkings@jhereg.perl.com
11944              Subject: newest version of perlfaq1.pod
11945              Date: Thu, 7 Jan 1999 23:05:02 -0700
11946              
11947              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
11948              From: Tom Christiansen <tchrist@jhereg.perl.com>
11949              To: pumpkings@jhereg.perl.com
11950              Subject: newest version of perlfaq2.pod
11951              Date: Thu, 7 Jan 1999 23:05:02 -0700
11952              
11953              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
11954              From: Tom Christiansen <tchrist@jhereg.perl.com>
11955              To: pumpkings@jhereg.perl.com
11956              Subject: newest version of perlfaq3.pod
11957              Date: Thu, 7 Jan 1999 23:05:02 -0700
11958              
11959              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
11960              From: Tom Christiansen <tchrist@jhereg.perl.com>
11961              To: pumpkings@jhereg.perl.com
11962              Subject: newest version of perlfaq4.pod
11963              Date: Thu, 7 Jan 1999 23:05:02 -0700
11964              
11965              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
11966              From: Tom Christiansen <tchrist@jhereg.perl.com>
11967              To: pumpkings@jhereg.perl.com
11968              Subject: newest version of perlfaq5.pod
11969              Date: Thu, 7 Jan 1999 23:05:02 -0700
11970              
11971              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
11972              From: Tom Christiansen <tchrist@jhereg.perl.com>
11973              To: pumpkings@jhereg.perl.com
11974              Subject: newest version of perlfaq6.pod
11975              Date: Thu, 7 Jan 1999 23:05:02 -0700
11976              
11977              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
11978              From: Tom Christiansen <tchrist@jhereg.perl.com>
11979              To: pumpkings@jhereg.perl.com
11980              Subject: newest version of perlfaq7.pod
11981              Date: Thu, 7 Jan 1999 23:05:03 -0700
11982              
11983              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
11984              From: Tom Christiansen <tchrist@jhereg.perl.com>
11985              To: pumpkings@jhereg.perl.com
11986              Subject: newest version of perlfaq8.pod
11987              Date: Thu, 7 Jan 1999 23:05:03 -0700
11988              
11989              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
11990              From: Tom Christiansen <tchrist@jhereg.perl.com>
11991              To: pumpkings@jhereg.perl.com
11992              Subject: newest version of perlfaq9.pod
11993              Date: Thu, 7 Jan 1999 23:05:03 -0700
11994      Branch: cfgperl
11995            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
11996            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
11997            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
11998            ! pod/perlfaq9.pod
11999 ____________________________________________________________________________
12000 [  2587] By: jhi                                   on 1999/01/08  11:17:43
12001         Log: More doc fixes from Abigail.
12002      Branch: cfgperl
12003            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
12004            ! lib/User/pwent.pm
12005 ____________________________________________________________________________
12006 [  2585] By: jhi                                   on 1999/01/08  08:31:02
12007         Log: Change #2584 from maint-5.005:
12008              
12009              implemented Ilya's suggested fix, and added a testcase
12010              
12011              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12012              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
12013              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
12014              Subject: Re: Text::ParseWords: regex fix
12015      Branch: cfgperl
12016            ! lib/Text/ParseWords.pm t/lib/parsewords.t
12017 ____________________________________________________________________________
12018 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
12019         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
12020              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
12021              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
12022              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
12023      Branch: maint-5.005/perl
12024            ! ext/Errno/Errno_pm.PL
12025 ____________________________________________________________________________
12026 [  2581] By: jhi                                   on 1999/01/07  16:38:03
12027         Log: Configure update:
12028              - usethreads, use64bits, and usemultiplicity
12029              are no more interactively asked by Configure
12030              - "int main()" (vs bare "main()") enforced in test programs
12031      Branch: cfgperl
12032            ! Configure hints/freebsd.sh hints/linux.sh
12033 ____________________________________________________________________________
12034 [  2580] By: jhi                                   on 1999/01/07  11:19:12
12035         Log: From: Dan Sugalski <sugalskd@osshe.edu>
12036              Date: Wed, 06 Jan 1999 13:47:34 -0800
12037              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
12038              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
12039      Branch: cfgperl
12040            ! vms/vms.c
12041 ____________________________________________________________________________
12042 [  2579] By: jhi                                   on 1999/01/07  09:08:36
12043         Log: Another set of doc patches from Abigail
12044              
12045              From: abigail@fnx.com
12046              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
12047              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
12048              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
12049              
12050              From: abigail@fnx.com
12051              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
12052              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
12053              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
12054              
12055              From: abigail@fnx.com
12056              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
12057              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
12058              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
12059              
12060              From: abigail@fnx.com
12061              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
12062              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
12063              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
12064              
12065              From: abigail@fnx.com
12066              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
12067              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
12068              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
12069              
12070              From: abigail@fnx.com
12071              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
12072              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
12073              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
12074              
12075              From: abigail@fnx.com
12076              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
12077              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
12078              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
12079              
12080              From: abigail@fnx.com
12081              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
12082              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
12083              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
12084              
12085              From: abigail@fnx.com
12086              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
12087              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
12088              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
12089              
12090              From: abigail@fnx.com
12091              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
12092              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
12093              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
12094              
12095              From: abigail@fnx.com
12096              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
12097              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
12098              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
12099              
12100              From: abigail@fnx.com
12101              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
12102              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
12103              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
12104              
12105              From: abigail@fnx.com
12106              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
12107              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
12108              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
12109              
12110              From: abigail@fnx.com
12111              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
12112              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
12113              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
12114      Branch: cfgperl
12115            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
12116            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
12117            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
12118            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
12119            ! lib/Tie/Array.pm lib/Tie/Hash.pm
12120 ____________________________________________________________________________
12121 [  2576] By: jhi                                   on 1999/01/06  17:05:20
12122         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
12123      Branch: cfgperl
12124            ! pp_ctl.c
12125 ____________________________________________________________________________
12126 [  2575] By: jhi                                   on 1999/01/06  13:18:56
12127         Log: Enhance the great_circle_distance() documentation.
12128      Branch: cfgperl
12129            ! lib/Math/Trig.pm
12130 ____________________________________________________________________________
12131 [  2574] By: jhi                                   on 1999/01/06  12:58:03
12132         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
12133              To: perlbug@perl.com
12134              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
12135              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
12136              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
12137      Branch: cfgperl
12138            ! t/op/sysio.t
12139 ____________________________________________________________________________
12140 [  2573] By: jhi                                   on 1999/01/06  12:40:19
12141         Log: From: "W. Phillip Moore" <wpm@ms.com>
12142              To: perlbug@perl.org
12143              Subject: [PATCH] POSIX getpgrp is not -w clean
12144              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
12145              Message-ID: <13970.20107.190314.549471@zappa>
12146      Branch: cfgperl
12147            ! ext/POSIX/POSIX.pm
12148 ____________________________________________________________________________
12149 [  2572] By: jhi                                   on 1999/01/06  12:25:24
12150         Log: Based on
12151              From: jan.dubois@ibm.net (Jan Dubois)
12152              To: perl5-porters@perl.org
12153              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
12154              Date: Wed, 06 Jan 1999 01:24:09 +0100
12155              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
12156              except that
12157              - objXSUB.h was already okay
12158              - embed.h patching is futile, global.sym patched instead
12159              - objpp.h does not exist
12160              - proto.h addition applied manually
12161              - win32/GenCAPI.pl was already okay
12162              - win32/makedef.pl was already okay
12163      Branch: cfgperl
12164            ! global.sym perl.c proto.h
12165 ____________________________________________________________________________
12166 [  2571] By: jhi                                   on 1999/01/06  11:25:48
12167         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
12168              To: perlbug@perl.com
12169              Subject: FindBin.pm on Win32 systems
12170              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
12171              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
12172      Branch: cfgperl
12173            ! lib/FindBin.pm
12174 ____________________________________________________________________________
12175 [  2570] By: jhi                                   on 1999/01/06  11:21:48
12176         Log: From: Dan Sugalski <sugalskd@osshe.edu>
12177              To: perl5-porters@perl.org, vmsperl@perl.org
12178              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
12179              Date: Tue, 05 Jan 1999 16:47:31 -0800
12180              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
12181              
12182              (the ext/IO/lib/IO/Socket.pm was not really changed here;
12183              it was a leftover from #2569)
12184      Branch: cfgperl
12185            ! ext/IO/lib/IO/Socket.pm taint.c
12186 ____________________________________________________________________________
12187 [  2569] By: jhi                                   on 1999/01/06  11:18:22
12188         Log: Jumbo doc patch from Abigail (almost identical to
12189              the 5.005-maint change #2562 except for the
12190              ext/IO/lib/IO/Socket.pm patch which was not
12191              applicable because the IO version of 5.005-devel
12192              is somewhat different (why?))
12193              
12194              From: abigail@fnx.com
12195              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
12196              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
12197              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
12198              
12199              From: abigail@fnx.com
12200              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
12201              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
12202              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
12203              
12204              From: abigail@fnx.com
12205              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
12206              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
12207              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
12208              
12209              From: abigail@fnx.com
12210              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
12211              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
12212              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
12213              
12214              From: abigail@fnx.com
12215              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
12216              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
12217              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
12218              
12219              From: abigail@fnx.com
12220              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
12221              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
12222              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
12223              
12224              From: abigail@fnx.com
12225              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
12226              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
12227              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
12228              
12229              From: abigail@fnx.com
12230              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
12231              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
12232              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
12233              
12234              From: abigail@fnx.com
12235              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
12236              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
12237              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
12238              
12239              From: abigail@fnx.com
12240              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
12241              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
12242              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
12243      Branch: cfgperl
12244            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
12245            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
12246            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
12247            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
12248            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
12249 ____________________________________________________________________________
12250 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
12251         Log: From: jan.dubois@ibm.net (Jan Dubois)
12252              Date: Wed, 06 Jan 1999 01:24:09 +0100
12253              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
12254              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
12255      Branch: maint-5.005/perl
12256            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
12257            ! win32/GenCAPI.pl win32/makedef.pl
12258 ____________________________________________________________________________
12259 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
12260         Log: From: "W. Phillip Moore" <wpm@ms.com>
12261              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
12262              Message-ID: <13970.20107.190314.549471@zappa>
12263              Subject: [PATCH] POSIX getpgrp is not -w clean
12264      Branch: maint-5.005/perl
12265            ! ext/POSIX/POSIX.pm
12266 ____________________________________________________________________________
12267 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
12268         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
12269              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
12270              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
12271              Subject: FindBin.pm on Win32 systems
12272      Branch: maint-5.005/perl
12273            ! lib/FindBin.pm
12274 ____________________________________________________________________________
12275 [  2561] By: jhi                                   on 1999/01/05  10:49:10
12276         Log: Reword the setlocale() 1-arg case better.
12277      Branch: cfgperl
12278            ! ext/POSIX/POSIX.pod
12279 ____________________________________________________________________________
12280 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
12281         Log: From: Blair Zajac <bzajac@geostaff.com>
12282              Date: Wed, 23 Dec 1998 17:13:32 -0800
12283              Message-ID: <3681953C.8B6A90AA@geostaff.com>
12284              Subject: Tie::SubstrHash patch
12285      Branch: maint-5.005/perl
12286            ! lib/Tie/SubstrHash.pm
12287 ____________________________________________________________________________
12288 [  2554] By: jhi                                   on 1999/01/02  14:55:06
12289         Log: Object destruction order testing.
12290      Branch: cfgperl
12291            ! t/op/misc.t
12292 ____________________________________________________________________________
12293 [  2553] By: jhi                                   on 1999/01/02  14:49:40
12294         Log: perldelta the Dumpvalue.pm of change #2513.
12295      Branch: cfgperl
12296            ! lib/Dumpvalue.pm pod/perldelta.pod
12297 ____________________________________________________________________________
12298 [  2552] By: nick                                  on 1999/01/02  14:45:38
12299         Log: Tone down Makefile.PL so it works on Win32
12300      Branch: perl
12301            ! ext/B/Makefile.PL
12302 ____________________________________________________________________________
12303 [  2551] By: nick                                  on 1999/01/02  14:06:30
12304         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
12305              Use them in various B::* rather than have local defs.
12306      Branch: perl
12307            + ext/B/defsubs.h.PL
12308            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
12309            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
12310            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
12311 ____________________________________________________________________________
12312 [  2550] By: nick                                  on 1999/01/02  10:04:02
12313         Log: Integrate ext/B changes from //depot/cfgperl
12314      Branch: perl
12315           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
12316 ____________________________________________________________________________
12317 [  2549] By: jhi                                   on 1999/01/01  13:54:16
12318         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
12319              To: perlbug@perl.com
12320              Subject: op/groups.t fails test 1 on HP-UX 10.20
12321              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
12322              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
12323      Branch: cfgperl
12324            ! t/op/groups.t
12325 ____________________________________________________________________________
12326 [  2548] By: jhi                                   on 1999/01/01  13:53:31
12327         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12328              To: perl5-porters@perl.org
12329              cc: hv@crypt0.demon.co.uk
12330              Subject: [bug 5.004_54] duplicate error message
12331              Date: Thu, 31 Dec 1998 04:05:25 +0000
12332              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
12333              
12334              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
12335              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
12336              To: hv@crypt0.demon.co.uk
12337              Cc: perl5-porters@perl.org
12338              Subject: [PATCH _54] Re: duplicate error message
12339              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
12340              
12341              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
12342              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12343              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
12344              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
12345              Subject: [TEST PATCH _54] Re: duplicate error message 
12346              Date: Fri, 01 Jan 1999 07:32:14 +0000
12347      Branch: cfgperl
12348            ! op.c t/pragma/warn/op
12349 ____________________________________________________________________________
12350 [  2547] By: jhi                                   on 1998/12/31  14:15:04
12351         Log: From: Chris Nandor <pudge@pobox.com>
12352              To: jhi@iki.fi
12353              Cc: perl5-porters@perl.org
12354              Subject: Re: [PATCH] perlport.pod 1.38
12355              Date: Thu, 31 Dec 1998 09:06:48 -0500
12356              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
12357      Branch: cfgperl
12358            ! pod/perlport.pod
12359 ____________________________________________________________________________
12360 [  2546] By: jhi                                   on 1998/12/31  11:18:17
12361         Log: From: Wilson P. Snyder II
12362              To: perl5-porters@perl.org
12363              Subject: [PATCH v5.5.53] REV2: Binary number support
12364              Date: 1998/11/30
12365              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
12366      Branch: cfgperl
12367            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
12368            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
12369            ! toke.c util.c
12370 ____________________________________________________________________________
12371 [  2545] By: jhi                                   on 1998/12/31  09:27:40
12372         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
12373              To: perlbug@perl.com
12374              Subject: "perl -T -P" dumps core on OpenBSD and Linux
12375              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
12376              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
12377      Branch: cfgperl
12378            ! taint.c
12379 ____________________________________________________________________________
12380 [  2544] By: jhi                                   on 1998/12/31  09:21:45
12381         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
12382              To: perlbug@perl.com 
12383              Subject: bug in pod2man search for perl binary [5.005_5x]
12384              Date: Sat, 12 Dec 1998 23:08:51 +0000 
12385              Message-ID: <19981212230851.A20578@ig.co.uk> 
12386      Branch: cfgperl
12387            ! pod/pod2man.PL
12388 ____________________________________________________________________________
12389 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
12390         Log: From: jan.dubois@ibm.net (Jan Dubois)
12391              Date: Wed, 23 Dec 1998 21:26:38 +0100
12392              Message-ID: <36895086.8849224@smtp1.ibm.net>
12393              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
12394      Branch: maint-5.005/perl
12395            ! lib/ExtUtils/MakeMaker.pm
12396 ____________________________________________________________________________
12397 [  2540] By: jhi                                   on 1998/12/30  08:42:04
12398         Log: Evermore AUTHORS and MAINTAIN.
12399      Branch: cfgperl
12400            ! AUTHORS MAINTAIN
12401 ____________________________________________________________________________
12402 [  2539] By: jhi                                   on 1998/12/29  15:10:34
12403         Log: More AUTHORS and MAINTAIN.
12404      Branch: cfgperl
12405            ! AUTHORS MAINTAIN
12406 ____________________________________________________________________________
12407 [  2537] By: jhi                                   on 1998/12/29  14:34:47
12408         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
12409              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
12410              Message-ID: <13942.32480.700000.640927@utensil>
12411              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
12412              (mirror change#2531 in the 5.005-maint)
12413      Branch: cfgperl
12414            ! lib/AutoSplit.pm
12415 ____________________________________________________________________________
12416 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
12417         Log: change in_pod pattern to /^=\w/ from /^=/
12418              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
12419              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
12420              Message-ID: <13942.32480.700000.640927@utensil>
12421              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
12422      Branch: maint-5.005/perl
12423            ! lib/AutoSplit.pm
12424 ____________________________________________________________________________
12425 [  2525] By: jhi                                   on 1998/12/29  13:06:26
12426         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
12427              To: perl5-porters@perl.org
12428              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
12429              Date: 16 Dec 1998 03:17:03 +0200
12430              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
12431      Branch: cfgperl
12432            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
12433 ____________________________________________________________________________
12434 [  2524] By: jhi                                   on 1998/12/29  13:00:06
12435         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
12436              To: perl5-porters@perl.org
12437              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
12438              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
12439              Date: 10 Dec 1998 08:30:02 +0200
12440              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
12441              
12442              (Nick's part was applied earlier, in change #2460)
12443      Branch: cfgperl
12444            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
12445 ____________________________________________________________________________
12446 [  2523] By: jhi                                   on 1998/12/29  12:41:31
12447         Log: From: "vishal bhatia" <vishalb@hotmail.com>
12448              To: nick@ni-s.u-net.com
12449              Cc: perl5-porters@perl.org
12450              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
12451              Date: 9 Dec 1998 06:50:30 +0200
12452              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
12453      Branch: cfgperl
12454            ! ext/B/B/CC.pm
12455 ____________________________________________________________________________
12456 [  2522] By: jhi                                   on 1998/12/29  12:15:18
12457         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
12458              To: perl5-porters@perl.org (Perl 5 Porters)
12459              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
12460              Date: 25 Dec 1998 23:02:28 +0200
12461              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
12462      Branch: cfgperl
12463            ! lib/Pod/Text.pm
12464 ____________________________________________________________________________
12465 [  2521] By: jhi                                   on 1998/12/29  12:07:54
12466         Log: Undo #2519 (breaks universal.c).
12467      Branch: cfgperl
12468            ! XSUB.h
12469 ____________________________________________________________________________
12470 [  2519] By: jhi                                   on 1998/12/29  11:41:10
12471         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
12472              To: perl5-porters@perl.org
12473              Cc: perl-xs@perl.org
12474              Subject: XSUB.h refinement [PATCH]
12475              Date: 18 Dec 1998 03:58:44 +0200
12476              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
12477      Branch: cfgperl
12478            ! XSUB.h
12479 ____________________________________________________________________________
12480 [  2518] By: jhi                                   on 1998/12/29  11:36:19
12481         Log: From: abigail@fnx.com
12482              To: perl5-porters@perl.org (Perl Porters)
12483              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
12484              Date: 28 Dec 1998 21:39:15 +0200
12485              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
12486      Branch: cfgperl
12487            ! lib/fields.pm
12488 ____________________________________________________________________________
12489 [  2517] By: jhi                                   on 1998/12/29  11:35:03
12490         Log: Document change #2516.
12491      Branch: cfgperl
12492            ! pod/perldelta.pod
12493 ____________________________________________________________________________
12494 [  2516] By: jhi                                   on 1998/12/29  11:32:26
12495         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12496              To: perl5-porters@perl.org (Mailing list Perl5)
12497              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
12498              Date: 9 Dec 1998 10:39:31 +0200
12499              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
12500      Branch: cfgperl
12501            ! pod/perldiag.pod regcomp.c toke.c
12502 ____________________________________________________________________________
12503 [  2515] By: jhi                                   on 1998/12/29  11:27:11
12504         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12505              To: perl5-porters@perl.org (Mailing list Perl5)
12506              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
12507              Date: 8 Dec 1998 09:02:04 +0200
12508              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
12509              
12510              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
12511      Branch: cfgperl
12512            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
12513 ____________________________________________________________________________
12514 [  2514] By: jhi                                   on 1998/12/29  11:21:31
12515         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12516              To: perl5-porters@perl.org (Mailing list Perl5)
12517              Subject: [PATCH 5.005_53] Regexp tests and UTF8
12518              Date: 8 Dec 1998 07:02:01 +0200
12519              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
12520      Branch: cfgperl
12521            ! regcomp.c
12522 ____________________________________________________________________________
12523 [  2513] By: jhi                                   on 1998/12/29  11:18:34
12524         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12525              Subject: [PATCH 5.005_*] Dumpvar.pm
12526              To: perl5-porters@perl.org (Mailing list Perl5)
12527              Date: 7 Dec 1998 10:17:35 +0200
12528              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
12529      Branch: cfgperl
12530            + lib/Dumpvalue.pm
12531            ! MANIFEST
12532 ____________________________________________________________________________
12533 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
12534         Log: From: jan.dubois@ibm.net (Jan Dubois)
12535              Date: Tue, 01 Dec 1998 00:07:33 +0100
12536              Message-ID: <366921b5.14512598@smtp1.ibm.net>
12537              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
12538              
12539              From: jan.dubois@ibm.net (Jan Dubois)
12540              Date: Wed, 02 Dec 1998 00:24:54 +0100
12541              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
12542              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
12543      Branch: maint-5.005/perl
12544            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
12545            ! win32/config.bc win32/config.gc win32/config.vc
12546            ! win32/config_sh.PL win32/makedef.pl
12547 ____________________________________________________________________________
12548 [  2509] By: jhi                                   on 1998/12/28  13:00:31
12549     Log: Kickstart AUTHORS and MAINTAIN.
12550  Branch: cfgperl
12551        + AUTHORS MAINTAIN
12552        ! MANIFEST
12553 ____________________________________________________________________________
12554 [  2508] By: jhi                                   on 1998/12/28  08:04:00
12555     Log: From: Nathan Torkington <gnat@frii.com>
12556          To: perlbug@perl.com
12557          Subject: [PATCH] perlxstut.pod fix
12558          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
12559          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
12560  Branch: cfgperl
12561        ! pod/perlxstut.pod
12562 ____________________________________________________________________________
12563 [  2507] By: jhi                                   on 1998/12/28  07:59:00
12564     Log: From: abigail@fnx.com
12565          To: perlbug@perl.com
12566          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
12567          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
12568          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
12569          (slightly modified, a part of the patch was rejected)
12570          (strange, I thought I had already submitted this one
12571          but Perforce disagrees with me...)
12572  Branch: cfgperl
12573        ! pod/perlop.pod
12574 ____________________________________________________________________________
12575 [  2506] By: jhi                                   on 1998/12/28  07:56:59
12576     Log: From: Artur <artur@vogon-solutions.com>
12577          To: perlbug@perl.com
12578          Subject: PATCH: perlmodlib.pod
12579          Date: Fri, 25 Dec 1998 00:48:39 +0000
12580          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
12581  Branch: cfgperl
12582        ! pod/perlmodlib.pod pod/perlop.pod
12583 ____________________________________________________________________________
12584 [  2505] By: jhi                                   on 1998/12/28  07:46:06
12585     Log: From: abigail@fnx.com
12586          To: perl5-porters@perl.org (Perl Porters)
12587          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
12588          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
12589          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
12590  Branch: cfgperl
12591        ! pod/pod2html.PL
12592 ____________________________________________________________________________
12593 [  2504] By: jhi                                   on 1998/12/28  07:44:35
12594     Log: From: Jim Avera <avera@fjst.com>
12595          To: perlbug@perl.com
12596          Subject: perlbug bug - shows dates reversed
12597          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
12598          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
12599  Branch: cfgperl
12600        ! utils/perlbug.PL
12601 ____________________________________________________________________________
12602 [  2503] By: jhi                                   on 1998/12/28  07:41:39
12603     Log: From: jan.dubois@ibm.net (Jan Dubois)
12604          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
12605          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
12606          Date: Wed, 23 Dec 1998 21:26:38 +0100
12607          Message-ID: <36895086.8849224@smtp1.ibm.net>
12608  Branch: cfgperl
12609        ! lib/ExtUtils/MakeMaker.pm
12610 ____________________________________________________________________________
12611 [  2502] By: jhi                                   on 1998/12/28  07:39:20
12612     Log: From: Blair Zajac <bzajac@geostaff.com>
12613          To: perl5-porters@perl.org
12614          Subject: Tie::SubstrHash patch
12615          Date: Wed, 23 Dec 1998 17:13:32 -0800
12616          Message-ID: <3681953C.8B6A90AA@geostaff.com>
12617  Branch: cfgperl
12618        ! lib/Tie/SubstrHash.pm
12619 ____________________________________________________________________________
12620 [  2501] By: jhi                                   on 1998/12/28  07:37:16
12621     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
12622          To: perlbug@perl.com
12623          Subject: perlfaq9 minor error
12624          Date: Wed, 23 Dec 1998 14:54:19 -0800
12625          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
12626  Branch: cfgperl
12627        ! pod/perlfaq9.pod
12628 ____________________________________________________________________________
12629 [  2500] By: jhi                                   on 1998/12/23  10:38:18
12630     Log: More porting notes about filesystems, AmigaOS, and MiNT.
12631  Branch: cfgperl
12632        ! pod/perlport.pod
12633 ____________________________________________________________________________
12634 [  2499] By: jhi                                   on 1998/12/22  09:26:49
12635     Log: Add few MSG_ and uio constants.
12636  Branch: cfgperl
12637        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
12638 ____________________________________________________________________________
12639 [  2498] By: jhi                                   on 1998/12/22  08:39:30
12640     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
12641          a Digital C compiler optimizer bug that broke the 'x'
12642          operator under certain circumstances.  See t/op/repeat.t
12643          test #20 for graphic details.  Reported in
12644          
12645          From: Gisle Aas <gisle@aas.no>
12646          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
12647          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
12648          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
12649          Date: 18 Dec 1998 14:27:40 +0100
12650          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
12651          
12652          and discussed further in the thread
12653          
12654          From: Jarkko Hietaniemi <jhi@iki.fi>
12655          To: Gisle Aas <gisle@aas.no>
12656          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
12657          cpan-testers@perl.org, perl5-porters@perl.org
12658          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
12659          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
12660          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
12661  Branch: cfgperl
12662        ! t/op/repeat.t util.c
12663 ____________________________________________________________________________
12664 [  2497] By: jhi                                   on 1998/12/21  14:18:57
12665     Log: Change #2483 update.
12666  Branch: cfgperl
12667        ! t/op/tr.t
12668 ____________________________________________________________________________
12669 [  2496] By: jhi                                   on 1998/12/21  14:07:41
12670     Log: Update on change #2493.
12671  Branch: cfgperl
12672        ! t/pragma/warn/op
12673 ____________________________________________________________________________
12674 [  2495] By: jhi                                   on 1998/12/21  13:52:00
12675     Log: Change #2487 aftershock.
12676  Branch: cfgperl
12677        ! warning.pl
12678 ____________________________________________________________________________
12679 [  2494] By: jhi                                   on 1998/12/21  12:35:00
12680     Log: From: Chris Nandor <pudge@pobox.com>
12681          To: perl5-porters@perl.org
12682          Subject: [PATCH] perlport.pod v1.37
12683          Date: Sat, 19 Dec 1998 12:54:34 -0500
12684          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
12685  Branch: cfgperl
12686        ! pod/perlport.pod
12687 ____________________________________________________________________________
12688 [  2493] By: jhi                                   on 1998/12/21  12:22:44
12689     Log: From: Mark-Jason Dominus <mjd@plover.com>
12690          To: perl5-porters@perl.com
12691          Subject: PATCH (5.005_02): Dejargonizing
12692          Date: Sun, 20 Dec 1998 14:35:20 -0500
12693          Message-ID: <19981220193520.11230.qmail@plover.com>
12694          
12695          From: Mark-Jason Dominus <mjd@plover.com>
12696          To: perl5-porters@perl.com
12697          Subject: PATCH (5.005_02): Spelling correction in warning message
12698          Date: Sun, 20 Dec 1998 13:51:30 -0500
12699          Message-ID: <19981220185130.11067.qmail@plover.com>
12700  Branch: cfgperl
12701        ! doio.c op.c
12702 ____________________________________________________________________________
12703 [  2492] By: jhi                                   on 1998/12/21  09:00:05
12704     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
12705          To: perl5-porters@perl.org
12706          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
12707          Date: Sun, 20 Dec 1998 19:03:25 PST
12708          Message-ID: <19981221030326.27660.qmail@hotmail.com>
12709          
12710          (slightly reformatted)
12711  Branch: cfgperl
12712        ! ext/B/B/CC.pm
12713 ____________________________________________________________________________
12714 [  2491] By: nick                                  on 1998/12/20  14:21:29
12715     Log: Save _all_ GV's which have SV, AV or HV set.
12716  Branch: perl
12717        ! ext/B/B/C.pm
12718 ____________________________________________________________________________
12719 [  2490] By: jhi                                   on 1998/12/18  15:13:19
12720     Log: Add idea about generalising cpp symbol probing of Errno.
12721  Branch: cfgperl
12722        ! Todo
12723 ____________________________________________________________________________
12724 [  2489] By: jhi                                   on 1998/12/18  14:47:57
12725     Log: Address some of the issues of:
12726          
12727          From: Tom Christiansen <tchrist@jhereg.perl.com>
12728          To: perl-porters-active@jhereg.perl.com
12729          Subject: Undocumentation Issues for 5.005
12730          Date: Thu, 17 Dec 1998 14:46:24 -0700
12731          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
12732  Branch: cfgperl
12733        ! pod/perl5005delta.pod
12734 ____________________________________________________________________________
12735 [  2488] By: jhi                                   on 1998/12/18  11:26:32
12736     Log: From: root <root@dubravka.in-berlin.de>
12737          To: perlbug@perl.com
12738          Cc: k@dubravka.in-berlin.de
12739          Subject: Please add no_modify to PERL_POLLUTE
12740          Date: Fri, 18 Dec 1998 10:45:52 +0100
12741          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
12742          
12743          (Really from Andreas König)
12744  Branch: cfgperl
12745        ! embed.pl
12746 ____________________________________________________________________________
12747 [  2487] By: jhi                                   on 1998/12/17  14:05:52
12748     Log: Some (by far not all) issues of the below message addressed.
12749          
12750          From: Tom Christiansen <tchrist@jhereg.perl.com>
12751          To: The Perl Porters Mailing List <perl5-porters@perl.org>
12752          Subject: important UNDOC issues for 5.005_54
12753          Date: Wed, 16 Dec 1998 21:14:53 -0700
12754          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
12755  Branch: cfgperl
12756        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
12757 ____________________________________________________________________________
12758 [  2486] By: jhi                                   on 1998/12/17  12:47:15
12759     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12760          To: domo@computer.org
12761          Cc: jhi@iki.fi, perl5-porters@perl.org
12762          Subject: Re: stuff related to malloc.c
12763          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
12764          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
12765  Branch: cfgperl
12766        ! malloc.c
12767 ____________________________________________________________________________
12768 [  2485] By: jhi                                   on 1998/12/17  12:17:19
12769     Log: More porting notes.
12770  Branch: cfgperl
12771        ! Porting/pumpkin.pod
12772 ____________________________________________________________________________
12773 [  2484] By: jhi                                   on 1998/12/15  08:38:05
12774     Log: Undo #2386 and #2205.
12775  Branch: cfgperl
12776        ! pod/perlfunc.pod
12777 ____________________________________________________________________________
12778 [  2483] By: jhi                                   on 1998/12/14  17:58:35
12779     Log: lib was missing from @INC.
12780  Branch: cfgperl
12781        ! t/op/tr.t
12782 ____________________________________________________________________________
12783 [  2482] By: jhi                                   on 1998/12/14  17:52:42
12784     Log: Was missing use Text::Wrap.
12785  Branch: cfgperl
12786        ! t/lib/textfill.t
12787 ____________________________________________________________________________
12788 [  2481] By: jhi                                   on 1998/12/14  16:00:22
12789     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
12790          
12791          From: Jonathan Roy <roy@idle.com>
12792          To: perl5-porters@perl.org
12793          Subject: nlist.h add to Configure checks?
12794          Date: Sun, 13 Dec 1998 22:22:49 -0500
12795          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
12796  Branch: cfgperl
12797        + ext/DynaLoader/hints/linux.pl
12798        ! MANIFEST
12799 ____________________________________________________________________________
12800 [  2480] By: jhi                                   on 1998/12/14  15:02:44
12801     Log: Give up completely using nm in AIX.
12802          
12803          From: "Kurt D. Starsinic" <kstar@chapin.edu>
12804          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
12805          Cc: perl5-porters@perl.org
12806          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
12807          Date: Thu, 10 Dec 1998 00:51:46 -0500
12808          Message-ID: <19981210005146.B29986@O2.chapin.edu>
12809  Branch: cfgperl
12810        ! hints/aix.sh
12811 ____________________________________________________________________________
12812 [  2479] By: jhi                                   on 1998/12/14  14:39:52
12813     Log: AIX' error messages are different.
12814          
12815          From: "Kurt D. Starsinic" <kstar@chapin.edu>
12816          To: Gurusamy Sarathy <gsar@engin.umich.edu>
12817          Cc: perl5-porters@perl.org
12818          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
12819          Date: Thu, 10 Dec 1998 00:42:36 -0500
12820          Message-ID: <19981210004236.A29986@O2.chapin.edu>
12821          
12822          From: Michael Engel <engel@nms1.cc.huji.ac.il>
12823          To: perlbug@perl.com
12824          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
12825          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
12826          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
12827  Branch: cfgperl
12828        ! t/pragma/warn/doio
12829 ____________________________________________________________________________
12830 [  2475] By: jhi                                   on 1998/12/13  12:35:55
12831     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12832          To: jhi@iki.fi
12833          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
12834          Subject: Re: stuff related to malloc.c
12835          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
12836          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
12837  Branch: cfgperl
12838        ! malloc.c
12839 ____________________________________________________________________________
12840 [  2474] By: jhi                                   on 1998/12/13  12:32:42
12841     Log: Some notes about porting issues.
12842  Branch: cfgperl
12843        ! Porting/pumpkin.pod
12844 ____________________________________________________________________________
12845 [  2473] By: jhi                                   on 1998/12/13  12:03:58
12846     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
12847          To: Perl 5 Porters <perl5-porters@perl.org>
12848          Subject: [patch 5.005_02] dos-djgpp update
12849          Date: Sun, 13 Dec 1998 00:08:44 +0100
12850          Message-ID: <19981213000844.C264@beeblebrox>
12851  Branch: cfgperl
12852        ! djgpp/config.over
12853 ____________________________________________________________________________
12854 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
12855     Log: undo changes to Exporter.pm from #2312
12856  Branch: maint-5.005/perl
12857        ! lib/Exporter.pm
12858 ____________________________________________________________________________
12859 [  2465] By: jhi                                   on 1998/12/12  12:31:21
12860     Log: Document that qw() taints.
12861          
12862          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
12863          To: perlbug@perl.com 
12864          Subject: taint problems
12865          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
12866          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
12867  Branch: cfgperl
12868        ! pod/perlop.pod
12869 ____________________________________________________________________________
12870 [  2464] By: jhi                                   on 1998/12/11  14:09:51
12871     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
12872          To: dist-users@foretune.co.jp
12873          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
12874          Date: Mon, 07 Dec 1998 20:13:04 -0400
12875          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
12876  Branch: cfgperl
12877        ! Configure
12878 ____________________________________________________________________________
12879 [  2463] By: jhi                                   on 1998/12/11  13:29:54
12880     Log: MAXPATHLEN.
12881  Branch: cfgperl
12882        ! perl.h
12883 ____________________________________________________________________________
12884 [  2462] By: jhi                                   on 1998/12/11  08:37:58
12885     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
12886          To: perl5-porters@perl.org
12887          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
12888          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
12889          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
12890  Branch: cfgperl
12891        + hints/gnu.sh
12892 ____________________________________________________________________________
12893 [  2461] By: nick                                  on 1998/12/10  21:00:50
12894     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
12895          From: Vishal Bhatia <vishalb@hotmail.com>
12896          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
12897          2. Fixes the bug  regarding return value of c-functions generated out 
12898          of perl subs. ( Just includes the patch I sent earlier)
12899          3. Incorporates the other changes that need to be done to get CC.pm
12900          use ISA search for packages and methods on the same lines as C.pm
12901          
12902          Vishal would appreciate comments about B::Stackobj changes from 
12903          someone knowing that module well.
12904  Branch: perl
12905        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
12906 ____________________________________________________________________________
12907 [  2460] By: jhi                                   on 1998/12/08  08:11:27
12908     Log: Integrate from mainperl.
12909  Branch: cfgperl
12910       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
12911       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
12912       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
12913       !> toke.c util.c
12914 ____________________________________________________________________________
12915 [  2459] By: jhi                                   on 1998/12/07  07:50:11
12916     Log: From: hansm@icgroup.nl 
12917          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
12918          Reply-To: hansmu@xs4all.nl 
12919          To: perlbug@perl.com 
12920          Date: Sun, 6 Dec 98 22:19:54 +0100 
12921          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
12922  Branch: cfgperl
12923        ! util.c
12924 ____________________________________________________________________________
12925 [  2458] By: gsar                                  on 1998/12/07  06:00:55
12926     Log: fix dup lexical
12927  Branch: perl
12928        ! ext/B/B/Deparse.pm t/lib/io_unix.t
12929 ____________________________________________________________________________
12930 [  2457] By: gsar                                  on 1998/12/06  14:38:59
12931     Log: mention limit on line numbers reported by diagnostics
12932  Branch: perl
12933        ! pod/perl.pod toke.c
12934 ____________________________________________________________________________
12935 [  2456] By: gsar                                  on 1998/12/06  13:49:02
12936     Log: branch perldelta.pod
12937  Branch: maint-5.005/perl
12938       +> pod/perldelta.pod
12939 ____________________________________________________________________________
12940 [  2455] By: gsar                                  on 1998/12/06  13:47:21
12941     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
12942  Branch: maint-5.005/perl
12943        - pod/perldelta.pod
12944 ____________________________________________________________________________
12945 [  2454] By: gsar                                  on 1998/12/06  13:35:31
12946     Log: fix outdated/incorrect info about arbitrary limits
12947  Branch: perl
12948        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
12949        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
12950 ____________________________________________________________________________
12951 [  2453] By: nick                                  on 1998/12/05  16:14:42
12952     Log: Avoid hard-coding op numbers
12953          Update CC.pm to save %INC, and to co-exist with new C.pm
12954  Branch: perl
12955        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
12956 ____________________________________________________________________________
12957 [  2452] By: nick                                  on 1998/12/05  10:44:28
12958     Log: B.xs had its own code to calculate hash() which differed from
12959          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
12960          which meant that run-time require was re-done.
12961          Removed some debug from C.pm
12962  Branch: perl
12963        ! ext/B/B.xs ext/B/B/C.pm
12964 ____________________________________________________________________________
12965 [  2451] By: nick                                  on 1998/12/04  21:58:49
12966     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
12967          well as _54, but with pre-scan for classes and save the ISA scheme.
12968  Branch: perl
12969        ! ext/B/B/C.pm
12970 ____________________________________________________________________________
12971 [  2450] By: nick                                  on 1998/12/04  17:58:44
12972     Log: Vishal Bhatia's patch as a basis.
12973  Branch: perl
12974        ! ext/B/B/C.pm ext/B/B/CC.pm
12975 ____________________________________________________________________________
12976 [  2449] By: jhi                                   on 1998/12/04  16:39:21
12977     Log: Integrate from mainperl.
12978  Branch: cfgperl
12979       !> t/op/goto.t t/op/tr.t
12980 ____________________________________________________________________________
12981 [  2448] By: gsar                                  on 1998/12/04  06:06:49
12982     Log: tweak test for UTEST
12983  Branch: perl
12984        ! t/op/tr.t
12985 ____________________________________________________________________________
12986 [  2444] By: jhi                                   on 1998/12/03  14:37:22
12987     Log: s/\bthe the\b/the/g *.pod
12988  Branch: cfgperl
12989        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
12990 ____________________________________________________________________________
12991 [  2443] By: jhi                                   on 1998/12/03  13:39:53
12992     Log: Change#2441 aftermath.
12993  Branch: cfgperl
12994        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12995        ! config_h.SH thread.h vms/subconfigure.com
12996 ____________________________________________________________________________
12997 [  2441] By: jhi                                   on 1998/12/03  08:15:13
12998     Log: From: Dan Sugalski <sugalskd@osshe.edu>
12999          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
13000          Subject: [PATCH 5.005_54]Initial VMS patches
13001          Date: 3 Dec 1998 01:05:55 +0200
13002          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
13003          
13004          The patch to config_h.SH requires more study because
13005          metaconfig needs to agree.
13006  Branch: cfgperl
13007        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
13008        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
13009        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
13010 ____________________________________________________________________________
13011 [  2440] By: gsar                                  on 1998/12/03  01:32:16
13012     Log: add failed check-in of goto.t from change#1867
13013  Branch: perl
13014        ! t/op/goto.t
13015 ____________________________________________________________________________
13016 [  2437] By: jhi                                   on 1998/12/02  18:03:51
13017     Log: Fix most of the bad L<> links of
13018          
13019          From: Tom Christiansen <tchrist@jhereg.perl.com> 
13020          Subject: bad L<> links
13021          Reply-to: tchrist@perl.com 
13022          To: perlbug@jhereg.perl.com 
13023          Date: Tue, 11 Aug 1998 10:58:07 -0500 
13024          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
13025          
13026          The ones not fixed may require darker Pod::HTML magic,
13027          for example the perlguts.html#tags should work fine, IMHO.
13028  Branch: cfgperl
13029        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
13030        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
13031        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
13032        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
13033        ! pod/perlvar.pod
13034 ____________________________________________________________________________
13035 [  2436] By: jhi                                   on 1998/12/02  16:35:04
13036     Log: One paste too many in #2345.
13037  Branch: cfgperl
13038        ! lib/Pod/Html.pm
13039 ____________________________________________________________________________
13040 [  2435] By: jhi                                   on 1998/12/02  16:32:33
13041     Log: Pod::Html and Pod::Text were not locale-savvy:
13042          for example in =head1 all non-ASCII-\w-runs were
13043          turned into underscores in NAME tags.  This could
13044          result in several NAME tags becoming identical.
13045          Reported by:
13046          
13047          From: Fyodor Krasnov <fyodor@aha.ru> 
13048          Subject: pod2html vs Russian Characters
13049          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
13050          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
13051          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
13052  Branch: cfgperl
13053        ! lib/Pod/Html.pm lib/Pod/Text.pm
13054 ____________________________________________________________________________
13055 [  2434] By: jhi                                   on 1998/12/02  10:29:00
13056     Log: The real Mc5_54 integration.
13057  Branch: cfgperl
13058       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
13059 ____________________________________________________________________________
13060 [  2433] By: jhi                                   on 1998/12/02  08:52:13
13061     Log: From: Andy Dougherty <doughera@lafayette.edu>
13062          To: Perl Porters <perl5-porters@perl.org>
13063          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
13064          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
13065          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
13066  Branch: cfgperl
13067        ! Configure
13068 ____________________________________________________________________________
13069 [  2432] By: jhi                                   on 1998/12/02  08:49:47
13070     Log: From: Andy Dougherty <doughera@lafayette.edu>
13071          To: Perl Porters <perl5-porters@perl.org>
13072          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
13073          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
13074          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
13075  Branch: cfgperl
13076        ! Configure
13077 ____________________________________________________________________________
13078 [  2431] By: jhi                                   on 1998/12/01  16:11:50
13079     Log: From: achampio@lehman.com (Alan Champion)
13080          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
13081          To: perlbug@perl.com
13082          Date: 1 Dec 1998 17:36:33 +0200
13083          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
13084          
13085          Skip NIS includes.
13086  Branch: cfgperl
13087        ! t/op/pwent.t
13088 ____________________________________________________________________________
13089 [  2430] By: gsar                                  on 1998/12/01  12:12:50
13090     Log: 5.005_54, as released
13091  Branch: perl
13092        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
13093 ____________________________________________________________________________
13094 [  2429] By: jhi                                   on 1998/12/01  11:28:39
13095     Log: From: Anton Berezin <tobez@plab.ku.dk>
13096          To: perl5-porters@perl.org
13097          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
13098          Date: 30 Nov 1998 19:46:24 +0100
13099          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
13100  Branch: cfgperl
13101        ! hints/freebsd.sh
13102 ____________________________________________________________________________
13103 [  2428] By: jhi                                   on 1998/12/01  11:08:16
13104     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
13105  Branch: cfgperl
13106       +> (branch 30 files)
13107       !> (integrate 71 files)
13108 ____________________________________________________________________________
13109 [  2427] By: jhi                                   on 1998/12/01  10:51:37
13110     Log: Default to accepting a hinted $randfunc even when $csym
13111          does not find it.  (the previous defaylt behaviour was not
13112          to accept).
13113  Branch: cfgperl
13114        ! Configure
13115 ____________________________________________________________________________
13116 [  2426] By: jhi                                   on 1998/12/01  10:13:03
13117     Log: Separated the [:foo:] parsing to its own function.
13118          Passes all tests.
13119  Branch: cfgperl
13120        ! regcomp.c
13121 ____________________________________________________________________________
13122 [  2425] By: jhi                                   on 1998/12/01  08:22:49
13123     Log: Typo in comments.
13124  Branch: cfgperl
13125        ! regexec.c
13126 ____________________________________________________________________________
13127 [  2424] By: jhi                                   on 1998/12/01  08:21:38
13128     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13129          Subject: [PATCH 5.005_*] Debugger 'v' command
13130          To: perl5-porters@perl.org (Mailing list Perl5)
13131          Date: 1 Dec 1998 07:55:11 +0200
13132          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
13133  Branch: cfgperl
13134        ! lib/perl5db.pl
13135 ____________________________________________________________________________
13136 [  2423] By: jhi                                   on 1998/12/01  08:19:08
13137     Log: From: pvhp@forte.com (Peter Prymmer)
13138          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
13139          To: perl5-porters@perl.org
13140          Date: 1 Dec 1998 07:27:11 +0200
13141          Message-ID: <MLIST_9812010508.AA07791@forte.com>
13142  Branch: cfgperl
13143        ! hints/os390.sh
13144 ____________________________________________________________________________
13145 [  2417] By: jhi                                   on 1998/11/30  08:14:00
13146     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
13147  Branch: cfgperl
13148        ! ext/Socket/Socket.xs
13149 ____________________________________________________________________________
13150 [  2416] By: jhi                                   on 1998/11/30  08:00:15
13151     Log: Undo #2395, seems more like a problem in netbsd-current.
13152  Branch: cfgperl
13153        ! util.c
13154
13155 ----------------
13156 Version 5.005_54
13157 ----------------
13158
13159 ____________________________________________________________________________
13160 [  2414] By: gsar                                  on 1998/11/30  02:23:55
13161     Log: more JPL tweaks
13162  Branch: perl
13163        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
13164        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
13165 ____________________________________________________________________________
13166 [  2413] By: gsar                                  on 1998/11/30  01:35:56
13167     Log: stub bin/jpl that just runs JPL::Compile::files()
13168  Branch: perl
13169        + jpl/bin/jpl
13170 ____________________________________________________________________________
13171 [  2412] By: gsar                                  on 1998/11/30  01:32:14
13172     Log: delete symlink
13173  Branch: perl
13174        - jpl/bin/jpl
13175 ____________________________________________________________________________
13176 [  2410] By: gsar                                  on 1998/11/30  01:30:44
13177     Log: branch jpl from perlext to perl
13178  Branch: perl
13179       +> (branch 30 files)
13180 ____________________________________________________________________________
13181 [  2407] By: gsar                                  on 1998/11/30  01:24:53
13182     Log: JPL tweaks to build with 5.005
13183  Branch: perlext
13184        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
13185        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
13186 ____________________________________________________________________________
13187 [  2406] By: gsar                                  on 1998/11/30  00:55:54
13188     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
13189  Branch: perl
13190        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
13191 ____________________________________________________________________________
13192 [  2405] By: gsar                                  on 1998/11/30  00:28:55
13193     Log: patchlevel up to 54
13194  Branch: perl
13195        ! patchlevel.h win32/Makefile win32/config_H.bc
13196        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
13197 ____________________________________________________________________________
13198 [  2403] By: gsar                                  on 1998/11/29  23:35:50
13199     Log: integrate cfgperl changes into mainline
13200  Branch: perl
13201       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
13202       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
13203 ____________________________________________________________________________
13204 [  2402] By: gsar                                  on 1998/11/29  23:08:42
13205     Log: sync Text::Wrap version number
13206  Branch: perl
13207        ! lib/Text/Wrap.pm
13208 ____________________________________________________________________________
13209 [  2401] By: gsar                                  on 1998/11/29  22:56:21
13210     Log: textfill.t tweak
13211  Branch: perl
13212        ! t/lib/textfill.t
13213 ____________________________________________________________________________
13214 [  2400] By: gsar                                  on 1998/11/29  22:50:41
13215     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
13216          <muir@idiom.com>
13217  Branch: perl
13218        + t/lib/textfill.t
13219        ! MANIFEST lib/Text/Wrap.pm
13220 ____________________________________________________________________________
13221 [  2399] By: gsar                                  on 1998/11/29  22:28:05
13222     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
13223          has happened without the authors knowledge or consent; the subversive
13224          version (which is in 5.00502) breaks one of the tests in the
13225          authors testsuite; attempts are being made to find a fix that
13226          avoids breaking code already running with the 5.005_02 version
13227          From:    David Muir Sharnoff <muir@idiom.com>
13228          Date:    Sat, 28 Nov 1998 04:34:17 PST
13229          Message-Id: <199811281234.EAA03082@idiom.com>
13230          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
13231  Branch: perl
13232        ! lib/Text/Wrap.pm t/lib/textwrap.t
13233 ____________________________________________________________________________
13234 [  2397] By: nick                                  on 1998/11/29  20:13:58
13235     Log: Update docs and English.pm for $^C
13236  Branch: perl
13237        ! lib/English.pm pod/perlvar.pod
13238 ____________________________________________________________________________
13239 [  2396] By: jhi                                   on 1998/11/29  20:13:03
13240     Log: Mirror #2384.
13241  Branch: cfgperl
13242        ! t/op/pwent.t
13243 ____________________________________________________________________________
13244 [  2395] By: jhi                                   on 1998/11/29  19:59:12
13245     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
13246  Branch: cfgperl
13247        ! util.c
13248 ____________________________________________________________________________
13249 [  2394] By: gsar                                  on 1998/11/29  19:49:08
13250     Log: updated perlreftut.pod
13251  Branch: perl
13252        ! pod/perlreftut.pod
13253 ____________________________________________________________________________
13254 [  2393] By: gsar                                  on 1998/11/29  19:31:56
13255     Log: misc tweaks
13256  Branch: perl
13257        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
13258 ____________________________________________________________________________
13259 [  2392] By: gsar                                  on 1998/11/29  19:31:18
13260     Log: notes about -DPERL_POLLUTE
13261  Branch: perl
13262        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
13263 ____________________________________________________________________________
13264 [  2391] By: gsar                                  on 1998/11/29  19:13:52
13265     Log: explain various win32 build caveats more clearly
13266  Branch: perl
13267        ! README.win32 win32/Makefile win32/makefile.mk
13268 ____________________________________________________________________________
13269 [  2390] By: gsar                                  on 1998/11/29  16:51:59
13270     Log: remove I_POLL detection (Configure will do that now)
13271  Branch: perl
13272        ! ext/IO/Makefile.PL
13273 ____________________________________________________________________________
13274 [  2389] By: jhi                                   on 1998/11/29  16:39:16
13275     Log: Add I_POLL for IO 1.20.
13276  Branch: cfgperl
13277        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13278        ! config_h.SH
13279 ____________________________________________________________________________
13280 [  2388] By: gsar                                  on 1998/11/29  16:23:30
13281     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
13282  Branch: perl
13283        + Porting/p4desc
13284        ! MANIFEST
13285 ____________________________________________________________________________
13286 [  2387] By: gsar                                  on 1998/11/29  16:08:03
13287     Log: another threads reliability fix: serialize writes to thr->threadsv
13288          avoid most uses of PL_na (which is much more inefficient than a
13289          simple local); update docs to suit; PL_na now being thr->Tna may
13290          be a minor compatibility issue for extensions--will require dTHR
13291          outside of XSUBs (those get automatic dTHR)
13292  Branch: perl
13293        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
13294        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
13295        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
13296        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
13297        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
13298        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
13299        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
13300        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
13301        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
13302 ____________________________________________________________________________
13303 [  2386] By: jhi                                   on 1998/11/29  15:40:42
13304     Log: Tune the "if" entry.
13305  Branch: cfgperl
13306        ! pod/perlfunc.pod
13307 ____________________________________________________________________________
13308 [  2385] By: gsar                                  on 1998/11/29  12:40:28
13309     Log: various fixes for race conditions under threads: mutex locks based
13310          on PL_threadnum were seriously flawed, since it means more than one
13311          thread could enter the critical region; PL_na was global instead of
13312          thread-local; child thread could finish and free thr structures
13313          before Thread->new() got around to creating the Thread object;
13314          cv_clone() needed locking, as it mucks with PL_comppad and other
13315          global data; new_struct_thread() needed to lock template-thread's
13316          mutex while copying its data
13317  Branch: perl
13318        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
13319        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
13320 ____________________________________________________________________________
13321 [  2384] By: gsar                                  on 1998/11/29  10:54:38
13322     Log: s/warn/print/ on multiply defined groups
13323  Branch: perl
13324        ! t/op/grent.t
13325 ____________________________________________________________________________
13326 [  2383] By: gsar                                  on 1998/11/29  10:48:39
13327     Log: backout change#2334
13328  Branch: perl
13329        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
13330 ____________________________________________________________________________
13331 [  2382] By: jhi                                   on 1998/11/29  10:33:40
13332     Log: Better NetInfo behaviour.
13333  Branch: cfgperl
13334        ! t/op/grent.t t/op/pwent.t
13335 ____________________________________________________________________________
13336 [  2381] By: jhi                                   on 1998/11/29  10:08:15
13337     Log: Integrate from mainperl.
13338  Branch: cfgperl
13339       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
13340       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
13341       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
13342       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
13343       +> t/lib/io_poll.t t/lib/io_unix.t
13344       !> (integrate 58 files)
13345 ____________________________________________________________________________
13346 [  2380] By: gsar                                  on 1998/11/29  08:22:49
13347     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
13348          Tim Bunce)
13349  Branch: perl
13350        ! gv.c
13351 ____________________________________________________________________________
13352 [  2379] By: gsar                                  on 1998/11/29  07:06:43
13353     Log: fix for pat.t failure under USE_THREADS
13354  Branch: perl
13355        ! pp_ctl.c regexec.c
13356 ____________________________________________________________________________
13357 [  2378] By: nick                                  on 1998/11/28  22:46:57
13358     Log: More C.pm tweaks
13359          Save globs even if we have saved cv itself before - may be imported.
13360          
13361          While we don't save "bootstrap" CV we need to provide a stub,
13362          so that if we require it later we don't fall through and attempt
13363          to DynaLoad module again.
13364          
13365          Attempt to save %INC so that "require" does not reload things
13366          we have compiled-in (does not work right yet - seems to be due
13367          to PL_incgv being created in perl_parse() current scheme setting 
13368          GvHV() is "better" than saving the glob, but still does not 
13369          work as I expect). 
13370  Branch: perl
13371        ! ext/B/B/C.pm
13372 ____________________________________________________________________________
13373 [  2377] By: gsar                                  on 1998/11/28  22:30:38
13374     Log: various tweaks; result passes all tests for normal build on Solaris;
13375          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
13376          win32 due to lack of select() that works on non-socket fds
13377  Branch: perl
13378        ! ext/IO/poll.c regcomp.c regexec.c scope.c
13379        ! t/lib/io_multihomed.t win32/makefile.mk
13380 ____________________________________________________________________________
13381 [  2376] By: gsar                                  on 1998/11/28  20:44:39
13382     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
13383  Branch: perl
13384        ! myconfig
13385 ____________________________________________________________________________
13386 [  2375] By: gsar                                  on 1998/11/28  20:42:58
13387     Log: integrate cfgperl changes into mainline
13388  Branch: perl
13389       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
13390       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
13391 ____________________________________________________________________________
13392 [  2374] By: gsar                                  on 1998/11/28  20:02:03
13393     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13394          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
13395          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
13396          Subject: [PATCH 5.00553] Yet another OS/2 patch
13397  Branch: perl
13398        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
13399 ____________________________________________________________________________
13400 [  2373] By: gsar                                  on 1998/11/28  19:30:06
13401     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13402          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
13403          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
13404          Subject: [PATCH 5.005_53] Change $#+
13405  Branch: perl
13406        ! mg.c pod/perlvar.pod t/op/pat.t
13407 ____________________________________________________________________________
13408 [  2372] By: gsar                                  on 1998/11/28  19:28:00
13409     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13410          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
13411          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
13412          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
13413  Branch: perl
13414        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
13415        ! thrdvar.h
13416 ____________________________________________________________________________
13417 [  2371] By: gsar                                  on 1998/11/28  19:23:53
13418     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13419          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
13420          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
13421          Subject: [PATCH 5.005_53] better -Mre=debugcolor
13422  Branch: perl
13423        ! embedvar.h objXSUB.h regexec.c thrdvar.h
13424 ____________________________________________________________________________
13425 [  2370] By: gsar                                  on 1998/11/28  19:21:17
13426     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13427          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
13428          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
13429          Subject: [PATCH 5.005_*] regcolors
13430  Branch: perl
13431        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
13432 ____________________________________________________________________________
13433 [  2369] By: gsar                                  on 1998/11/28  19:00:15
13434     Log: allow final period in a file (not followed by a newline) to
13435          terminate format spec
13436  Branch: perl
13437        ! toke.c
13438 ____________________________________________________________________________
13439 [  2368] By: gsar                                  on 1998/11/28  18:58:25
13440     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
13441          add C<$Config{installarchlib}/CORE> to the default locations searched
13442          on win32
13443  Branch: perl
13444        ! lib/ExtUtils/Liblist.pm
13445 ____________________________________________________________________________
13446 [  2367] By: gsar                                  on 1998/11/28  18:46:05
13447     Log: applied suggested patch with PERL_OBJECT tweaks
13448          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13449          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
13450          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
13451          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
13452  Branch: perl
13453        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
13454        ! regexec.c t/op/pat.t thrdvar.h
13455 ____________________________________________________________________________
13456 [  2366] By: gsar                                  on 1998/11/28  18:38:34
13457     Log: additional documentation for qr//
13458          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13459          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
13460          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
13461          Subject: [PATCH 5.005_*] Documentation (fwd)
13462  Branch: perl
13463        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
13464 ____________________________________________________________________________
13465 [  2365] By: gsar                                  on 1998/11/28  18:35:35
13466     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13467          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
13468          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
13469          Subject: [PATCH 5.005_*] Fix \G in REx without //g
13470  Branch: perl
13471        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
13472        ! regexp.h t/op/pat.t thrdvar.h
13473 ____________________________________________________________________________
13474 [  2364] By: gsar                                  on 1998/11/28  18:24:20
13475     Log: update Test.pm to Test-1.12; tweak 're' detection
13476  Branch: perl
13477        ! lib/Test.pm
13478 ____________________________________________________________________________
13479 [  2363] By: gsar                                  on 1998/11/28  18:12:04
13480     Log: avoid command-line quoting portability problems in lex_assign.t
13481  Branch: perl
13482        ! t/op/lex_assign.t
13483 ____________________________________________________________________________
13484 [  2362] By: gsar                                  on 1998/11/28  18:08:50
13485     Log: From: John Tobey <jtobey@channel1.com>
13486          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
13487          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
13488          Subject: PATCH: document English.pm sawampersand and thread issues
13489  Branch: perl
13490        ! lib/English.pm pod/perlvar.pod
13491 ____________________________________________________________________________
13492 [  2361] By: gsar                                  on 1998/11/28  18:03:04
13493     Log: fix uninitialized warnings
13494          From: Brian Callaghan <callagh@itginc.com>
13495          Date: Thu, 19 Nov 1998 17:49:10 -0800
13496          Message-Id: <3654CA96.B64FCAEB@itginc.com>
13497          Subject: Complete.pm patch (version 1.1)
13498  Branch: perl
13499        ! lib/Term/Complete.pm
13500 ____________________________________________________________________________
13501 [  2360] By: gsar                                  on 1998/11/28  17:59:16
13502     Log: s/Array/List/ suggested by John Tobey
13503  Branch: perl
13504        ! pod/perldata.pod
13505 ____________________________________________________________________________
13506 [  2359] By: gsar                                  on 1998/11/28  17:47:48
13507     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
13508  Branch: perl
13509        ! lib/Tie/Handle.pm pod/perlfunc.pod
13510 ____________________________________________________________________________
13511 [  2358] By: jhi                                   on 1998/11/28  17:23:15
13512     Log: Revamp the locale tests.
13513          (0) Instead of rewiring a few locales scan for them.
13514          (1) Bogus test #101 removed.
13515          (2) All the locales are checked, the lists of failed
13516          and non-failed ones are displayed.
13517          (3) The test #103 is again 'active' so that it may fail.
13518          (4) To balance (3) a hopefully pacifying message is shown
13519          if the #103 fails.
13520  Branch: cfgperl
13521        ! t/pragma/locale.t
13522 ____________________________________________________________________________
13523 [  2357] By: gsar                                  on 1998/11/28  17:21:07
13524     Log: add perlreftut.pod
13525  Branch: perl
13526        + pod/perlreftut.pod
13527        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
13528        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
13529        ! win32/pod.mak
13530 ____________________________________________________________________________
13531 [  2356] By: jhi                                   on 1998/11/28  16:58:01
13532     Log: Change #2346 fallout.
13533  Branch: cfgperl
13534        ! t/op/undef.t
13535 ____________________________________________________________________________
13536 [  2355] By: gsar                                  on 1998/11/28  16:46:43
13537     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
13538          ANSI prototypes
13539  Branch: perl
13540        ! ext/IO/IO.xs
13541 ____________________________________________________________________________
13542 [  2354] By: gsar                                  on 1998/11/28  16:08:07
13543     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
13544          keep platform hacks that aren't in the 1.20 dist; add new files
13545          to MANIFEST; hack Makefile.PL; result hasn't been tested
13546          anywhere
13547  Branch: perl
13548        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
13549        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
13550        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
13551        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
13552        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
13553        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
13554        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
13555        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
13556        ! t/lib/io_sock.t t/lib/io_udp.t
13557 ____________________________________________________________________________
13558 [  2353] By: jhi                                   on 1998/11/28  15:51:03
13559     Log: Locale collation, ctype, and numeric, were initialized wrong
13560          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
13561          as reported by
13562          
13563          From: Ilya.Sandler@etak.com (Ilya Sandler)
13564          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
13565          To: perlbug@perl.com
13566          Date: 25 Nov 1998 04:53:52 +0200
13567          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
13568  Branch: cfgperl
13569        ! util.c
13570 ____________________________________________________________________________
13571 [  2352] By: nick                                  on 1998/11/28  15:21:59
13572     Log: Implement $^C to allow perl access to -c flag - I think this 
13573          was agreed once...
13574  Branch: perl
13575        ! gv.c mg.c
13576 ____________________________________________________________________________
13577 [  2351] By: jhi                                   on 1998/11/28  15:14:24
13578     Log: Change #2251 fixup.
13579  Branch: cfgperl
13580        ! myconfig
13581 ____________________________________________________________________________
13582 [  2350] By: jhi                                   on 1998/11/28  14:58:19
13583     Log: Integrate from mainperl.
13584  Branch: cfgperl
13585       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
13586       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
13587       +> pod/perl5005delta.pod
13588       !> (integrate 49 files)
13589 ____________________________________________________________________________
13590 [  2349] By: jhi                                   on 1998/11/28  14:27:36
13591     Log: Passwd and group file groveling.
13592  Branch: cfgperl
13593        ! t/op/grent.t t/op/pwent.t
13594 ____________________________________________________________________________
13595 [  2348] By: gsar                                  on 1998/11/28  14:09:50
13596     Log: more conservative version of changes#2345,2346,2347; those break
13597          C<defined(@{"foo::ISA"})> which seems to be extensively used in
13598          the libs :-(
13599  Branch: perl
13600        ! pp.c t/op/method.t
13601 ____________________________________________________________________________
13602 [  2347] By: gsar                                  on 1998/11/28  13:36:08
13603     Log: tweak bogus test
13604  Branch: perl
13605        ! t/op/method.t
13606 ____________________________________________________________________________
13607 [  2346] By: gsar                                  on 1998/11/28  13:20:34
13608     Log: test cases for previous change
13609  Branch: perl
13610        ! t/op/undef.t
13611 ____________________________________________________________________________
13612 [  2345] By: gsar                                  on 1998/11/28  13:07:17
13613     Log: fix typo in pp_defined() causing C<defined %tied> to fail
13614  Branch: perl
13615        ! pp.c
13616 ____________________________________________________________________________
13617 [  2344] By: gsar                                  on 1998/11/28  13:03:29
13618     Log: s/comment/comment_t/ tweak (suggested by John Gorman
13619          <jgorman@webbysoft.com>)
13620  Branch: perl
13621        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
13622 ____________________________________________________________________________
13623 [  2343] By: gsar                                  on 1998/11/28  12:52:40
13624     Log: add (stub) perldelta.pod
13625  Branch: perl
13626        + pod/perldelta.pod
13627 ____________________________________________________________________________
13628 [  2342] By: gsar                                  on 1998/11/28  12:49:26
13629     Log: rename perldelta.pod to perl5005delta.pod in preparation for
13630          starting a new one
13631  Branch: perl
13632       +> pod/perl5005delta.pod
13633        - pod/perldelta.pod
13634        ! MANIFEST pod/perl.pod
13635 ____________________________________________________________________________
13636 [  2341] By: gsar                                  on 1998/11/28  12:41:55
13637     Log: fix MALLOC_LOCK #define
13638  Branch: perl
13639        ! malloc.c
13640 ____________________________________________________________________________
13641 [  2340] By: gsar                                  on 1998/11/28  12:18:23
13642     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13643          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
13644          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
13645          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
13646  Branch: perl
13647        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
13648 ____________________________________________________________________________
13649 [  2339] By: jhi                                   on 1998/11/28  11:59:01
13650     Log: Add -lm to dynix/ptx POSIX hints.
13651          From: "Martin J. Bligh" <mbligh@sequent.com>
13652          To: jhi@iki.fi
13653          Subject: Re: Making Perl work on DYNIX/ptx
13654          Date: Wed, 25 Nov 1998 10:34:41 -0800
13655          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
13656  Branch: cfgperl
13657        ! ext/POSIX/hints/dynixptx.pl
13658 ____________________________________________________________________________
13659 [  2338] By: jhi                                   on 1998/11/28  11:57:19
13660     Log: Detypo.
13661  Branch: cfgperl
13662        ! lib/filetest.pm
13663 ____________________________________________________________________________
13664 [  2337] By: jhi                                   on 1998/11/28  11:56:29
13665     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
13666  Branch: cfgperl
13667        ! Configure
13668 ____________________________________________________________________________
13669 [  2336] By: gsar                                  on 1998/11/28  11:41:14
13670     Log: teach CPAN.pm to ignore beta perl distributions when looking for
13671          modules
13672          From: root@dogberry.rutgers.edu (root)
13673          Date: Thu, 12 Nov 1998 23:08:39 -0500
13674          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
13675          Subject: recompile tries getting a perl distribution
13676  Branch: perl
13677        ! lib/CPAN.pm
13678 ____________________________________________________________________________
13679 [  2335] By: gsar                                  on 1998/11/28  11:27:46
13680     Log: make $1 et al readonly under threads; make C<undef $1> fail like
13681          C<$1 = undef> does
13682  Branch: perl
13683        ! op.c pp.c t/op/undef.t
13684 ____________________________________________________________________________
13685 [  2334] By: gsar                                  on 1998/11/28  10:24:52
13686     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
13687  Branch: perl
13688        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
13689 ____________________________________________________________________________
13690 [  2333] By: gsar                                  on 1998/11/28  09:36:40
13691     Log: document changed PERL_HASH()
13692  Branch: perl
13693        ! pod/perlfunc.pod pod/perlguts.pod
13694 ____________________________________________________________________________
13695 [  2332] By: nick                                  on 1998/11/27  21:10:27
13696     Log: Handle INIT list in C.pm
13697          1. Provide init_av() from B.xs
13698          2. Export it in B.pm
13699          3. Use it in C.pm
13700          Also disable some pruning in savecv() which seems to undo
13701          my previous patch.
13702          Experimental feature - save pathnames of .so files in easily 
13703          grep-able form for use in wrapper to feed to linker.  
13704  Branch: perl
13705        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
13706 ____________________________________________________________________________
13707 [  2327] By: gsar                                  on 1998/11/27  15:12:01
13708     Log: integrate change#2315 from maint-5.005
13709  Branch: perl
13710        ! t/op/sort.t
13711       !> op.c sv.c
13712 ____________________________________________________________________________
13713 [  2326] By: gsar                                  on 1998/11/27  15:00:42
13714     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
13715  Branch: perl
13716       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
13717       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
13718       !> lib/ExtUtils/typemap
13719 ____________________________________________________________________________
13720 [  2325] By: gsar                                  on 1998/11/27  14:46:18
13721     Log: malloc bugfix and documentation from Ilya Zakharevich
13722          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
13723          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
13724          Subject: [PATCH 5.005_*] Re: Internal coredump
13725          --
13726          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
13727          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
13728          Subject: [PATCH 5.005_*] malloc.c documentation
13729  Branch: perl
13730        ! malloc.c
13731 ____________________________________________________________________________
13732 [  2324] By: gsar                                  on 1998/11/27  14:41:38
13733     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
13734  Branch: perl
13735        ! ext/B/B/C.pm
13736 ____________________________________________________________________________
13737 [  2323] By: gsar                                  on 1998/11/27  14:33:44
13738     Log: From: maeda@src.ricoh.co.jp
13739          Date: Tue, 24 Nov 1998 10:37:45 +0900
13740          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
13741          Subject: format "..." bug
13742  Branch: perl
13743        ! pp_ctl.c t/op/write.t
13744 ____________________________________________________________________________
13745 [  2322] By: gsar                                  on 1998/11/27  14:20:12
13746     Log: add ext/Devel/Peek
13747          From: jan.dubois@ibm.net (Jan Dubois)
13748          Date: Mon, 23 Nov 1998 00:48:11 +0100
13749          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
13750          Subject: [PATCH 5.005_53] Devel::Peek integration
13751  Branch: perl
13752        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
13753        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
13754        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
13755        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
13756        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
13757 ____________________________________________________________________________
13758 [  2321] By: gsar                                  on 1998/11/27  13:03:08
13759     Log: ensure 'make regen_headers' even without perl installed
13760          (suggested by Ilya Zakharevich)
13761  Branch: perl
13762        ! bytecode.pl warning.pl
13763 ____________________________________________________________________________
13764 [  2320] By: gsar                                  on 1998/11/27  12:58:36
13765     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13766          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
13767          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
13768          Subject: [PATCH 5.005_*] Cosmetic malloc patch
13769  Branch: perl
13770        ! malloc.c
13771 ____________________________________________________________________________
13772 [  2319] By: gsar                                  on 1998/11/27  12:56:13
13773     Log: eliminate dup hunk from integration
13774  Branch: perl
13775        ! lib/filetest.pm perl.h
13776 ____________________________________________________________________________
13777 [  2318] By: gsar                                  on 1998/11/27  12:50:08
13778     Log: integrate cfgperl changes into mainline
13779  Branch: perl
13780       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
13781        ! pod/perlfaq4.pod
13782       !> (integrate 30 files)
13783 ____________________________________________________________________________
13784 [  2317] By: jhi                                   on 1998/11/27  11:38:13
13785     Log: C<-x>.
13786  Branch: cfgperl
13787        ! lib/filetest.pm
13788 ____________________________________________________________________________
13789 [  2316] By: jhi                                   on 1998/11/27  11:10:22
13790     Log: Integrate from mainperl.
13791  Branch: cfgperl
13792       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
13793       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
13794       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
13795       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
13796       !> win32/win32sck.c
13797 ____________________________________________________________________________
13798 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
13799     Log: integrate change#2246 from mainline, while still allowing
13800          C<sort $globref @foo>
13801          
13802          allow C<sort $coderef @foo>
13803  Branch: maint-5.005/perl
13804        ! op.c sv.c
13805       !> t/op/sort.t
13806 ____________________________________________________________________________
13807 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
13808     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
13809          forwarded by Jarkko Hietaniemi from Mark Bixby
13810  Branch: maint-5.005/perl
13811        ! ext/DynaLoader/dl_mpeix.xs installperl
13812 ____________________________________________________________________________
13813 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
13814     Log: Allow PL_FILES to have multiple targets from one source by allowing
13815          an array ref as the value in the hash
13816  Branch: maint-5.005/perl
13817        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
13818        ! lib/ExtUtils/MakeMaker.pm
13819 ____________________________________________________________________________
13820 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
13821     Log: fix unsigned variables to use SvUV and sv_setuv
13822  Branch: maint-5.005/perl
13823        ! lib/ExtUtils/typemap
13824 ____________________________________________________________________________
13825 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
13826     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
13827  Branch: maint-5.005/perl
13828        ! lib/ExtUtils/MM_Unix.pm
13829 ____________________________________________________________________________
13830 [  2301] By: gsar                                  on 1998/11/26  10:16:54
13831     Log: fix PL_defoutgv leak under threads
13832  Branch: perl
13833        ! ext/Thread/Thread.xs
13834 ____________________________________________________________________________
13835 [  2300] By: gsar                                  on 1998/11/26  09:04:44
13836     Log: properly free temporaries created by threads
13837  Branch: perl
13838        ! ext/Thread/Thread.xs
13839 ____________________________________________________________________________
13840 [  2299] By: gsar                                  on 1998/11/26  06:51:16
13841     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
13842          to set the package for the block properly
13843  Branch: perl
13844        ! op.c t/comp/package.t t/lib/dumper.t
13845 ____________________________________________________________________________
13846 [  2298] By: nick                                  on 1998/11/24  22:04:20
13847     Log: Part-1 of tweaks to allow Tk to be "compiled"
13848          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
13849          (May also need attention to exports etc. - to follow.)
13850  Branch: perl
13851        ! universal.c
13852 ____________________________________________________________________________
13853 [  2294] By: jhi                                   on 1998/11/23  10:44:26
13854     Log: The new socket tests need in some platforms
13855          to #include <sys/types.h>.
13856  Branch: cfgperl
13857        ! Configure
13858 ____________________________________________________________________________
13859 [  2293] By: jhi                                   on 1998/11/23  10:33:42
13860     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
13861          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
13862          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
13863          Date: Mon, 23 Nov 1998 10:07:04 +0100
13864          Message-Id: <9811230907.AA06484@AWT.nl>
13865          
13866          NeXTstep NetInfo uses nidump to get the user/group databases.
13867  Branch: cfgperl
13868        ! t/op/grent.t t/op/pwent.t
13869 ____________________________________________________________________________
13870 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
13871     Log: Updated Porting/patchls utility.
13872  Branch: maint-5.004/perl
13873        ! Porting/patchls
13874 ____________________________________________________________________________
13875 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
13876     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
13877          From:  Henrik Tougaard <ht.000@foa.dk>
13878          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
13879          Files:  lib/Sys/Syslog.pm
13880  Branch: maint-5.004/perl
13881        ! lib/Sys/Syslog.pm
13882 ____________________________________________________________________________
13883 [  2286] By: jhi                                   on 1998/11/22  19:08:42
13884     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
13885  Branch: cfgperl
13886        ! ext/Socket/Socket.xs
13887 ____________________________________________________________________________
13888 [  2285] By: jhi                                   on 1998/11/22  18:21:07
13889     Log: MSG_PROXY for GNU/Hurd (previously we believed that
13890          all GNU libc platforms have MSG_PROXY.  Untrue).
13891          In fact this ended up as a major MSG_* and SCM_*
13892          update.  The MSG_XXX known to be enums in some
13893          versions of the glibc are now probed for and respective
13894          HAS_MSG_XXX are defined.  While I was at it I noticed
13895          SCM_RIGHTS being similarly an enum.  This reminded me of
13896          an ancient discussion in perl5-porters:
13897          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
13898          The BSD socket interface has a nifty feature for passing
13899          file descriptors and credentials--via sockets.  It may be
13900          too late to add this functionality to the CORE but
13901          at least Configure now probes for the functions,
13902          structs, and includes, defining the appropriate
13903          HAS_YYY and I_ZZZ, and the Socket extension exports
13904          the constants, in case somebody wants to write an
13905          extension for this interface.
13906  Branch: cfgperl
13907        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13908        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
13909        ! iperlsys.h
13910 ____________________________________________________________________________
13911 [  2284] By: jhi                                   on 1998/11/22  18:13:21
13912     Log: perlhist.pod 1.54, containing 5_53.
13913  Branch: cfgperl
13914        ! pod/perlhist.pod
13915 ____________________________________________________________________________
13916 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
13917     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
13918  Branch: maint-5.004/perl
13919        ! doio.c
13920 ____________________________________________________________________________
13921 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
13922     Log: Improve op/die_exit.t test for implicit close changing $!
13923  Branch: maint-5.004/perl
13924        ! t/op/die_exit.t
13925 ____________________________________________________________________________
13926 [  2268] By: jhi                                   on 1998/11/22  14:44:11
13927     Log: Fix thinko.
13928  Branch: cfgperl
13929        ! hints/dynixptx.sh
13930 ____________________________________________________________________________
13931 [  2267] By: jhi                                   on 1998/11/22  13:19:41
13932     Log: Document the d_socket override.
13933  Branch: cfgperl
13934        ! hints/dynixptx.sh
13935 ____________________________________________________________________________
13936 [  2266] By: jhi                                   on 1998/11/22  12:12:29
13937     Log: From: John Tobey <jtobey@channel1.com>
13938          Subject: [PATCH] perlfaq typos
13939          To: perl5-porters@perl.com
13940          Date: 22 Nov 1998 04:25:15 +0200
13941          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
13942  Branch: cfgperl
13943        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
13944        ! pod/perlfaq7.pod pod/perlfaq8.pod
13945 ____________________________________________________________________________
13946 [  2265] By: jhi                                   on 1998/11/22  12:06:29
13947     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
13948          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
13949          Newsgroups: hut.lists.perl5-porters
13950          To: gsar@engin.umich.edu (Gurusamy Sarathy)
13951          Cc: perl5-porters@perl.org (Perl5 Porters)
13952          Date: 20 Nov 1998 12:20:41 +0200
13953  Branch: cfgperl
13954        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
13955        ! ext/DB_File/DB_File.xs
13956 ____________________________________________________________________________
13957 [  2264] By: jhi                                   on 1998/11/22  11:55:09
13958     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
13959          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
13960          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
13961          To: perlbug@perl.com
13962          Date: 20 Nov 1998 18:39:06 +0200
13963          Lines: 47
13964          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
13965  Branch: cfgperl
13966        ! t/op/grent.t t/op/pwent.t
13967 ____________________________________________________________________________
13968 [  2263] By: jhi                                   on 1998/11/22  11:42:59
13969     Log: Permission testing is tricky when we have too much power.
13970          Problem reported in
13971          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
13972          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
13973          To: perlbug@perl.com
13974          Date: 20 Nov 1998 18:39:06 +0200
13975          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
13976  Branch: cfgperl
13977        ! t/op/filetest.t
13978 ____________________________________________________________________________
13979 [  2262] By: gsar                                  on 1998/11/22  11:37:02
13980     Log: fix broken CAPI generation
13981  Branch: perl
13982        ! win32/GenCAPI.pl
13983 ____________________________________________________________________________
13984 [  2261] By: jhi                                   on 1998/11/22  11:17:00
13985     Log: -x should be C<-x>, reported by Gerben Wierda.
13986  Branch: cfgperl
13987        ! pod/perlfunc.pod
13988 ____________________________________________________________________________
13989 [  2260] By: gsar                                  on 1998/11/22  11:12:02
13990     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
13991  Branch: perl
13992        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
13993        ! proto.h
13994 ____________________________________________________________________________
13995 [  2259] By: jhi                                   on 1998/11/22  11:06:40
13996     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
13997          Subject: Re: [PATCH] Re: pod2man bug in date generated line
13998          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
13999          Cc: perlbug@perl.com
14000          Date: 20 Nov 1998 21:30:17 +0200
14001          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
14002  Branch: cfgperl
14003        ! pod/pod2man.PL
14004 ____________________________________________________________________________
14005 [  2256] By: jhi                                   on 1998/11/21  10:44:01
14006     Log: From: Thomas Bowditch <bowditch@inmet.com>
14007          Subject: Benchmark.pm suggestion
14008          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
14009          Date: Fri, 20 Nov 1998 17:43:46 -0500
14010          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
14011          
14012          Added timesum().
14013  Branch: cfgperl
14014        ! lib/Benchmark.pm
14015 ____________________________________________________________________________
14016 [  2255] By: gsar                                  on 1998/11/21  08:45:06
14017     Log: another win32 portability fix: make sysread() and syswrite()
14018          work on sockets
14019  Branch: perl
14020        ! pp_sys.c win32/win32.h
14021 ____________________________________________________________________________
14022 [  2254] By: gsar                                  on 1998/11/21  07:49:06
14023     Log: win32_recvfrom() compatibility fix
14024  Branch: perl
14025        ! win32/win32sck.c
14026 ____________________________________________________________________________
14027 [  2253] By: jhi                                   on 1998/11/20  08:22:06
14028     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
14029          To: jhi@iki.fi
14030          Subject: MPE/iX Perl 5.005_02 oops
14031          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
14032          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
14033  Branch: cfgperl
14034        ! ext/DynaLoader/dl_mpeix.xs installperl
14035 ____________________________________________________________________________
14036 [  2252] By: gsar                                  on 1998/11/19  17:38:03
14037     Log: mess_sv tweak for change#2249
14038  Branch: perl
14039        ! util.c
14040 ____________________________________________________________________________
14041 [  2251] By: jhi                                   on 1998/11/18  12:32:19
14042     Log: Display use64bits and usemultiplicity but only if necessary.
14043  Branch: cfgperl
14044        ! myconfig
14045 ____________________________________________________________________________
14046 [  2250] By: jhi                                   on 1998/11/18  12:26:50
14047     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
14048          Subject: pp.c uses 'unsigned Quad_t'
14049          To: perlbug@perl.com 
14050          Date: Sun, 15 Nov 1998 20:57:05 -0300 
14051          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
14052  Branch: cfgperl
14053        ! perl.h pp.c
14054 ____________________________________________________________________________
14055 [  2249] By: gsar                                  on 1998/11/18  05:43:11
14056     Log: use PL_mess_sv only during global destruction (fixes problems with
14057          overlapping invocations of form()/warn()/die()/croak() trampling on
14058          each other's messages)
14059  Branch: perl
14060        ! mg.c util.c
14061 ____________________________________________________________________________
14062 [  2248] By: gsar                                  on 1998/11/18  05:39:36
14063     Log: tweak change#2245 to skip previous message if any
14064  Branch: perl
14065        ! pp_ctl.c t/pragma/warn/pp_ctl
14066 ____________________________________________________________________________
14067 [  2247] By: jhi                                   on 1998/11/17  11:46:56
14068     Log: Integrate from mainperl.
14069  Branch: cfgperl
14070       !> (integrate 26 files)
14071 ____________________________________________________________________________
14072 [  2246] By: gsar                                  on 1998/11/17  09:41:10
14073     Log: allow C<sort $coderef @foo>
14074  Branch: perl
14075        ! op.c t/op/sort.t t/pragma/overload.t
14076 ____________________________________________________________________________
14077 [  2245] By: gsar                                  on 1998/11/17  08:28:26
14078     Log: propagate failures in DESTROY() as (optional) warnings
14079  Branch: perl
14080        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
14081 ____________________________________________________________________________
14082 [  2244] By: gsar                                  on 1998/11/17  07:43:08
14083     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
14084  Branch: perl
14085        ! perl.c thrdvar.h
14086 ____________________________________________________________________________
14087 [  2243] By: gsar                                  on 1998/11/17  07:40:09
14088     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
14089  Branch: perl
14090        ! lib/warning.pm warning.h warning.pl
14091 ____________________________________________________________________________
14092 [  2242] By: gsar                                  on 1998/11/17  06:32:39
14093     Log: fix skipspace() to properly account for newlines in eval''-ed
14094          strings (caused bogus line numbers in diagnostics and debugger)
14095  Branch: perl
14096        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
14097 ____________________________________________________________________________
14098 [  2241] By: gsar                                  on 1998/11/17  03:48:12
14099     Log: s/Perl_utf8skip/PL_utf8skip/g
14100  Branch: perl
14101        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
14102 ____________________________________________________________________________
14103 [  2240] By: gsar                                  on 1998/11/14  06:09:06
14104     Log: rework op/groups.t
14105  Branch: perl
14106        ! t/op/filetest.t t/op/groups.t
14107 ____________________________________________________________________________
14108 [  2235] By: gsar                                  on 1998/11/14  00:17:05
14109     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
14110  Branch: perl
14111        ! op.c
14112 ____________________________________________________________________________
14113 [  2234] By: gsar                                  on 1998/11/14  00:14:02
14114     Log: update Changes
14115  Branch: perl
14116        ! Changes win32/config.bc win32/config.gc win32/config.vc
14117 ____________________________________________________________________________
14118 [  2233] By: gsar                                  on 1998/11/13  09:43:03
14119     Log: doc tweak
14120  Branch: perl
14121        ! README.win32
14122 ____________________________________________________________________________
14123 [  2230] By: jhi                                   on 1998/11/12  17:07:45
14124     Log: Allow hints file override for d_socket
14125          (based on Sequent-induced change #2229).
14126  Branch: cfgperl
14127        ! Configure
14128 ____________________________________________________________________________
14129 [  2229] By: jhi                                   on 1998/11/12  16:32:33
14130     Log: 
14131          From: "Martin J. Bligh" <mbligh@sequent.com>
14132          To: jhi@iki.fi
14133          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
14134          Subject: Re: Making Perl work on DYNIX/ptx
14135          Date: Tue, 10 Nov 1998 16:24:26 -0800
14136          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
14137  Branch: cfgperl
14138        ! hints/dynixptx.sh
14139 ____________________________________________________________________________
14140 [  2228] By: jhi                                   on 1998/11/12  11:40:37
14141     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
14142          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
14143          To: jhi@iki.fi
14144          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
14145          Subject: Re: Making Perl work on DYNIX/ptx
14146          Date: Tue, 10 Nov 1998 18:01:10 -0800
14147  Branch: cfgperl
14148        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
14149 ____________________________________________________________________________
14150 [  2227] By: jhi                                   on 1998/11/12  11:17:42
14151     Log: Integrate from mainperl.
14152  Branch: cfgperl
14153       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
14154       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
14155       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
14156       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
14157       !> win32/win32.c x2p/s2p.PL
14158 ____________________________________________________________________________
14159 [  2226] By: gsar                                  on 1998/11/11  21:05:42
14160     Log: provide -DPERL_POLLUTE
14161  Branch: perl
14162        ! embed.pl embedvar.h
14163 ____________________________________________________________________________
14164 [  2225] By: jhi                                   on 1998/11/09  07:45:12
14165     Log: From: Hans Mulder <hansm@icgroup.nl>
14166          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
14167          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
14168          perl5-porters@perl.org
14169          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
14170          (UNINSTALLED)
14171          Date: Sun,  8 Nov 98 22:20:23 +0100
14172          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
14173  Branch: cfgperl
14174        ! malloc.c perl.h
14175 ____________________________________________________________________________
14176 [  2224] By: gsar                                  on 1998/11/09  03:13:14
14177     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
14178          Christoph <lupe@alanya.m.isar.de>)
14179  Branch: perl
14180        ! lib/Text/Wrap.pm
14181 ____________________________________________________________________________
14182 [  2223] By: gsar                                  on 1998/11/09  02:09:06
14183     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
14184          <lionel.fourquaux@wanadoo.fr>)
14185  Branch: perl
14186        ! x2p/s2p.PL
14187 ____________________________________________________________________________
14188 [  2222] By: gsar                                  on 1998/11/09  01:56:24
14189     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
14190          Date: Wed, 04 Nov 1998 12:19:44 +0000
14191          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
14192          Subject: [PATCH] Re: [5.005_53] read overflow? 
14193          --
14194          Date: Wed, 04 Nov 1998 13:15:18 +0000
14195          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
14196          Subject: [PATCH 5.005_53] perl -V fix
14197  Branch: perl
14198        ! perl.c regexec.c
14199 ____________________________________________________________________________
14200 [  2221] By: gsar                                  on 1998/11/09  01:34:56
14201     Log: From: jan.dubois@ibm.net (Jan Dubois)
14202          Date: Sun, 01 Nov 1998 00:05:01 +0100
14203          Message-ID: <364294bd.18052307@smtp1.ibm.net>
14204          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
14205  Branch: perl
14206        ! Changes win32/makedef.pl
14207 ____________________________________________________________________________
14208 [  2220] By: gsar                                  on 1998/11/08  21:13:07
14209     Log: integrate changes#2120,2168,2218 from maint-5.005;
14210          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
14211          enum; make regen_headers
14212  Branch: perl
14213        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
14214        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
14215 ____________________________________________________________________________
14216 [  2219] By: gsar                                  on 1998/11/08  19:42:57
14217     Log: integrate cfgperl changes into mainline
14218  Branch: perl
14219       +> README.vmesa
14220       !> Configure MANIFEST Porting/Glossary Porting/config.sh
14221       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
14222       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
14223       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
14224       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
14225       !> thread.h vms/subconfigure.com vos/config.h
14226 ____________________________________________________________________________
14227 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
14228     Log: From: Graham Barr <gbarr@ti.com>
14229          Date: Mon, 2 Nov 1998 07:38:52 -0600
14230          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
14231          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
14232  Branch: maint-5.005/perl
14233        ! ext/IPC/SysV/Msg.pm
14234 ____________________________________________________________________________
14235 [  2215] By: gsar                                  on 1998/11/08  02:52:52
14236     Log: set close-on-exec bit on pipe() FDs
14237  Branch: perl
14238        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
14239 ____________________________________________________________________________
14240 [  2214] By: gsar                                  on 1998/11/08  02:27:57
14241     Log: typo in newHVhv()
14242  Branch: perl
14243        ! hv.c
14244 ____________________________________________________________________________
14245 [  2211] By: jhi                                   on 1998/11/07  21:14:18
14246     Log: Finalize the Mach CThreads support.
14247          
14248          From: Hans Mulder <hansm@icgroup.nl>
14249          Date: Sat,  7 Nov 98 22:06:20 +0100
14250          To: Gurusamy Sarathy <gsar@engin.umich.edu>
14251          Cc: jhi@iki.fi, perl5-porters@perl.org
14252          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
14253          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
14254  Branch: cfgperl
14255        ! malloc.c perl.h
14256 ____________________________________________________________________________
14257 [  2210] By: gsar                                  on 1998/11/06  20:36:50
14258     Log: fix AvREALISH bogusness
14259  Branch: perl
14260        ! av.c t/op/array.t
14261 ____________________________________________________________________________
14262 [  2209] By: jhi                                   on 1998/11/06  08:05:31
14263     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
14264          ASSERT() causes problems in {NeXTStep,OpenStep}.
14265          
14266          From: Hans Mulder <hansm@icgroup.nl>
14267          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
14268          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
14269          Date: Fri,  6 Nov 98 01:27:41 +0100
14270          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
14271          
14272          and
14273          
14274          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14275          Subject: Re: ASSERT() in malloc.c
14276          To: jhi@iki.fi
14277          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
14278          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
14279  Branch: cfgperl
14280        ! malloc.c
14281 ____________________________________________________________________________
14282 [  2208] By: jhi                                   on 1998/11/06  07:55:38
14283     Log: Mach CThreads needs #include <mach/cthreads.h>.
14284  Branch: cfgperl
14285        ! perl.h
14286 ____________________________________________________________________________
14287 [  2206] By: jhi                                   on 1998/11/05  14:54:52
14288     Log: PERL_BADLANG wrongly documented.
14289          
14290          From: ts <decoux@moulon.inra.fr>
14291          To: jhi@cc.hut.fi
14292          Subject: Re: Locale warning messages
14293          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
14294          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
14295          
14296          and
14297          
14298          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14299          Subject: Re: PERL_BADLANG
14300          To: jhi@iki.fi
14301          Subject: Re: PERL_BADLANG
14302          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
14303          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
14304  Branch: cfgperl
14305        ! pod/perllocale.pod
14306 ____________________________________________________________________________
14307 [  2205] By: jhi                                   on 1998/11/05  14:24:33
14308     Log: Document all the control flow keywords in perlfunc
14309          so that "perlfunc -f while" works.
14310  Branch: cfgperl
14311        ! pod/perlfunc.pod
14312 ____________________________________________________________________________
14313 [  2204] By: jhi                                   on 1998/11/05  12:46:02
14314     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
14315          (from vos/config.h).  Update Porting/{Glossary,config*}.
14316  Branch: cfgperl
14317        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14318        ! config_h.SH vos/config.h
14319 ____________________________________________________________________________
14320 [  2203] By: jhi                                   on 1998/11/05  08:34:39
14321     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
14322  Branch: cfgperl
14323        ! hints/vmesa.sh vms/subconfigure.com
14324 ____________________________________________________________________________
14325 [  2202] By: jhi                                   on 1998/11/05  08:03:20
14326     Log: Integrate from mainperl.
14327  Branch: cfgperl
14328       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
14329       !> win32/Makefile win32/makefile.mk win32/win32.c
14330 ____________________________________________________________________________
14331 [  2201] By: gsar                                  on 1998/11/05  04:40:44
14332     Log: another POPSTACK victim
14333  Branch: perl
14334        ! cop.h sv.c
14335 ____________________________________________________________________________
14336 [  2196] By: gsar                                  on 1998/11/05  02:07:54
14337     Log: fix a location affected by change#2191, add note about POPSTACK
14338  Branch: perl
14339        ! cop.h gv.c pp_ctl.c
14340 ____________________________________________________________________________
14341 [  2195] By: gsar                                  on 1998/11/05  02:04:45
14342     Log: makefile notes
14343  Branch: perl
14344        ! win32/Makefile win32/makefile.mk
14345 ____________________________________________________________________________
14346 [  2192] By: gsar                                  on 1998/11/04  23:48:53
14347     Log: indeterminate order-of-evaluation fixes
14348  Branch: perl
14349        ! mg.c
14350 ____________________________________________________________________________
14351 [  2191] By: gsar                                  on 1998/11/04  23:02:16
14352     Log: refetch local stack pointer in POPSTACK
14353  Branch: perl
14354        ! cop.h perl.c
14355 ____________________________________________________________________________
14356 [  2190] By: jhi                                   on 1998/11/04  08:50:40
14357     Log: Configure update.
14358          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
14359          
14360          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
14361          To: Martin Bligh <mbligh@sequent.com>
14362          Cc: Jarkko Hietaniemi <jhi@iki.fi>
14363          Subject: Re: Perl 5's configure on DYNIX/ptx
14364          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
14365          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
14366          
14367          find sockets also from libsocket, not just libnet.
14368          OS390: $compile_ok instead of $compile for <inttypes.h>,
14369          
14370          From: pvhp@forte.com (Peter Prymmer)
14371          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
14372          Subject: _53 not OK on os390 but looking better than ever
14373          Date: Tue, 3 Nov 98 17:33:22 PST
14374          Message-Id: <9811040133.AA09450@forte.com>
14375  Branch: cfgperl
14376        ! Configure
14377 ____________________________________________________________________________
14378 [  2189] By: jhi                                   on 1998/11/04  07:43:58
14379     Log: sysio.t failure: fix undefined order of evaluation, from
14380          
14381          From: Spider Boardman <spider@web.zk3.dec.com>
14382          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
14383          To: perlbug@perl.com
14384          Date: 4 Nov 1998 01:22:30 +0200
14385          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
14386  Branch: cfgperl
14387        ! pp_sys.c
14388 ____________________________________________________________________________
14389 [  2188] By: gsar                                  on 1998/11/04  02:59:16
14390     Log: fix return value of win32_pclose()
14391  Branch: perl
14392        ! win32/win32.c
14393 ____________________________________________________________________________
14394 [  2187] By: gsar                                  on 1998/11/04  02:56:34
14395     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
14396  Branch: perl
14397        ! Changes doop.c gv.c util.c
14398 ____________________________________________________________________________
14399 [  2186] By: jhi                                   on 1998/11/03  08:17:52
14400     Log: Document quads in pack.
14401  Branch: cfgperl
14402        ! pod/perlfunc.pod
14403 ____________________________________________________________________________
14404 [  2185] By: jhi                                   on 1998/11/03  07:49:35
14405     Log: (IV) vs (I32) vs I_V()
14406          
14407          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
14408          From: Anton Berezin <tobez@plab.ku.dk> 
14409          To: "p5p" <perl5-porters@perl.org> 
14410          Date: 01 Nov 1998 15:09:11 +0100 
14411          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
14412          
14413          and
14414          
14415          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
14416          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
14417          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
14418  Branch: cfgperl
14419        ! sv.c
14420 ____________________________________________________________________________
14421 [  2184] By: jhi                                   on 1998/11/03  07:42:46
14422     Log: VM/ESA updates.
14423  Branch: cfgperl
14424        + README.vmesa
14425        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
14426 ____________________________________________________________________________
14427 [  2183] By: jhi                                   on 1998/11/02  12:58:13
14428     Log: The id(1)-parsing is real fun.
14429  Branch: cfgperl
14430        ! t/op/groups.t
14431 ____________________________________________________________________________
14432 [  2182] By: jhi                                   on 1998/11/02  12:07:43
14433     Log: Decommission the symlink test.
14434  Branch: cfgperl
14435        ! t/op/lex_assign.t
14436 ____________________________________________________________________________
14437 [  2181] By: jhi                                   on 1998/11/02  12:03:08
14438     Log: Replace ATTR_JOINABLE with true Configure probe
14439          for PTHREAD_CREATE_JOINABLE (or equivalent:
14440          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
14441          Remove ATTR_JOINABLE itself: Thread.xs uses
14442          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
14443          
14444          Really scan for <mach/cthreads.h> only if usethreads.
14445  Branch: cfgperl
14446        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
14447 ____________________________________________________________________________
14448 [  2180] By: jhi                                   on 1998/11/02  11:07:34
14449     Log: In HP-UX 10.X usethreads only if the required files are present.
14450  Branch: cfgperl
14451        ! hints/hpux.sh
14452 ____________________________________________________________________________
14453 [  2179] By: jhi                                   on 1998/11/02  09:10:33
14454     Log: Prefer groups(1).
14455          id -Gn can be broken.
14456          id -a can save the day.
14457  Branch: cfgperl
14458        ! t/op/groups.t
14459 ____________________________________________________________________________
14460 [  2178] By: jhi                                   on 1998/11/02  08:35:29
14461     Log: Detrail enum comma.
14462  Branch: cfgperl
14463        ! perl.h
14464 ____________________________________________________________________________
14465 [  2177] By: jhi                                   on 1998/11/02  08:24:12
14466     Log: 0**0 = 1, from
14467          
14468          From: d-lewart@uiuc.edu (Daniel S. Lewart)
14469          Subject: Math::Complex 0**0 patches
14470          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
14471          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
14472          To: jhi@iki.fi (Jarkko Hietaniemi),
14473          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
14474  Branch: cfgperl
14475        ! lib/Math/Complex.pm t/lib/complex.t
14476 ____________________________________________________________________________
14477 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
14478     Log: From: jan.dubois@ibm.net (Jan Dubois)   
14479          Date: Fri, 09 Oct 1998 23:28:31 +0200
14480          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
14481          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
14482  Branch: maint-5.005/perl
14483        ! XSUB.h
14484 ____________________________________________________________________________
14485 [  2164] By: jhi                                   on 1998/10/31  15:50:02
14486     Log: Integrate from mainperl.
14487  Branch: cfgperl
14488       +> t/op/lex_assign.t
14489       !> (integrate 45 files)
14490
14491 ----------------
14492 Version 5.005_53
14493 ----------------
14494
14495 ____________________________________________________________________________
14496 [  2163] By: gsar                                  on 1998/10/31  11:31:12
14497     Log: bump patchlevel; other minor fixes for clean build and test on
14498          Solaris and win32
14499  Branch: perl
14500        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
14501        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
14502        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
14503        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
14504        ! x2p/a2p.c
14505 ____________________________________________________________________________
14506 [  2162] By: gsar                                  on 1998/10/31  09:40:31
14507     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14508          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
14509          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
14510          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
14511  Branch: perl
14512        ! pp.h
14513 ____________________________________________________________________________
14514 [  2161] By: gsar                                  on 1998/10/31  09:39:13
14515     Log: From: Albert Dvornik <bert@genscan.com>
14516          Date: 30 Oct 1998 17:50:04 -0500
14517          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
14518          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
14519  Branch: perl
14520        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
14521 ____________________________________________________________________________
14522 [  2160] By: gsar                                  on 1998/10/31  09:35:03
14523     Log: fix for bugs in -x mode
14524          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14525          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
14526          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
14527          Subject: [PATCH 5.00552] Fix h2xs
14528  Branch: perl
14529        ! utils/h2xs.PL
14530 ____________________________________________________________________________
14531 [  2159] By: gsar                                  on 1998/10/31  09:31:36
14532     Log: Data::Dumper update
14533  Branch: perl
14534        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
14535        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
14536 ____________________________________________________________________________
14537 [  2153] By: gsar                                  on 1998/10/30  21:40:09
14538     Log: add testsuite portion of patch
14539          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14540          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
14541          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
14542          Subject: [PATCH 5.00321 ;-)] 87% speedup
14543  Branch: perl
14544        + t/op/lex_assign.t
14545        ! MANIFEST
14546 ____________________________________________________________________________
14547 [  2152] By: gsar                                  on 1998/10/30  21:08:11
14548     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
14549  Branch: perl
14550        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
14551 ____________________________________________________________________________
14552 [  2151] By: gsar                                  on 1998/10/30  20:18:09
14553     Log: From: Mark-Jason Dominus <mjd@plover.com>
14554          Date: Fri, 30 Oct 1998 14:24:23 EST
14555          Message-Id: <19981030192423.27276.qmail@plover.com>
14556          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
14557  Branch: perl
14558        ! x2p/walk.c
14559 ____________________________________________________________________________
14560 [  2150] By: gsar                                  on 1998/10/30  20:08:57
14561     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14562          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
14563          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
14564          Subject: [PATCH 5.00552] Overloaded <> and deref again
14565  Branch: perl
14566        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
14567        ! t/pragma/overload.t toke.c
14568 ____________________________________________________________________________
14569 [  2149] By: gsar                                  on 1998/10/30  19:38:15
14570     Log: From: Roderick Schertler <roderick@argon.org>
14571          Date: Thu, 29 Oct 1998 14:50:18 -0500
14572          Message-ID: <17625.909690618@eeyore.ibcinc.com>
14573          Subject: patch for daemonization docs in perlipc
14574  Branch: perl
14575        ! pod/perlipc.pod
14576 ____________________________________________________________________________
14577 [  2148] By: gsar                                  on 1998/10/30  19:36:07
14578     Log: From: Anton Berezin <tobez@plab.ku.dk>
14579          Date: 29 Oct 1998 17:06:25 +0100
14580          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
14581          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
14582  Branch: perl
14583        ! win32/win32.c
14584 ____________________________________________________________________________
14585 [  2147] By: gsar                                  on 1998/10/30  19:31:37
14586     Log: tweaked version of suggested patch
14587          From: Anton Berezin <tobez@plab.ku.dk>
14588          Date: 29 Oct 1998 14:48:54 +0100
14589          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
14590          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
14591  Branch: perl
14592        ! win32/win32.c
14593 ____________________________________________________________________________
14594 [  2146] By: gsar                                  on 1998/10/30  19:03:50
14595     Log: hand-apply whitespace-mutiliated patch
14596          From: "vishal bhatia" <vishalb@hotmail.com>
14597          Date: Wed, 28 Oct 1998 23:45:32 PST
14598          Message-ID: <19981029074534.2334.qmail@hotmail.com>
14599          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
14600  Branch: perl
14601        ! ext/B/B/C.pm ext/B/B/CC.pm
14602 ____________________________________________________________________________
14603 [  2145] By: gsar                                  on 1998/10/30  18:46:58
14604     Log: remaining PL_foo stragglers
14605  Branch: perl
14606        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
14607        ! op.h os2/os2.c vms/gen_shrfls.pl
14608 ____________________________________________________________________________
14609 [  2144] By: gsar                                  on 1998/10/30  17:38:36
14610     Log: integrate cfgperl tweaks into mainline
14611  Branch: perl
14612       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
14613       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
14614 ____________________________________________________________________________
14615 [  2143] By: jhi                                   on 1998/10/30  13:27:39
14616     Log: There can be multiple yacc/bison errors.
14617  Branch: cfgperl
14618        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
14619 ____________________________________________________________________________
14620 [  2142] By: jhi                                   on 1998/10/30  13:18:43
14621     Log: README.posix-bc update.
14622  Branch: cfgperl
14623        ! README.posix-bc
14624 ____________________________________________________________________________
14625 [  2141] By: jhi                                   on 1998/10/30  09:12:59
14626     Log: #2133 fallout.
14627  Branch: cfgperl
14628        ! doio.c ext/POSIX/POSIX.xs
14629 ____________________________________________________________________________
14630 [  2140] By: jhi                                   on 1998/10/30  08:43:18
14631     Log: Integrate from mainperl.
14632  Branch: cfgperl
14633       +> globvar.sym pp.sym
14634        - objpp.h thread.sym
14635       !> (integrate 61 files)
14636 ____________________________________________________________________________
14637 [  2133] By: gsar                                  on 1998/10/30  02:51:39
14638     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
14639          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
14640          should soon be automated also; the global variables that
14641          escaped the PL_foo conversion are now reined in; renamed
14642          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
14643          type of same name; duplicated lists of pp_things in various
14644          places is now gone; result has only been tested on win32
14645  Branch: perl
14646        + globvar.sym pp.sym
14647        - objpp.h thread.sym
14648        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
14649        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
14650        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
14651        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
14652        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
14653        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
14654        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
14655        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
14656        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
14657        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14658        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
14659 ____________________________________________________________________________
14660 [  2130] By: jhi                                   on 1998/10/29  15:31:26
14661     Log: Pure bison yylex() proto was broken.
14662  Branch: cfgperl
14663        ! proto.h
14664 ____________________________________________________________________________
14665 [  2126] By: jhi                                   on 1998/10/29  08:35:54
14666     Log: Integrate mainperl.
14667  Branch: cfgperl
14668       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
14669       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
14670       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
14671       !> t/pragma/warn/doio toke.c win32/makefile.mk
14672 ____________________________________________________________________________
14673 [  2125] By: jhi                                   on 1998/10/29  08:32:38
14674     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
14675  Branch: cfgperl
14676        ! Makefile.SH
14677 ____________________________________________________________________________
14678 [  2124] By: jhi                                   on 1998/10/29  08:06:44
14679     Log: EBCDIC Makefile.SH tuneup.
14680  Branch: cfgperl
14681        ! Makefile.SH
14682 ____________________________________________________________________________
14683 [  2119] By: gsar                                  on 1998/10/28  23:24:04
14684     Log: remove doubled hunk from integration
14685  Branch: perl
14686        ! pp.c
14687 ____________________________________________________________________________
14688 [  2118] By: gsar                                  on 1998/10/28  22:03:31
14689     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14690          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
14691          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
14692          Subject: [PATCH 5.00552] Minor debugger tweaks
14693  Branch: perl
14694        ! lib/perl5db.pl
14695 ____________________________________________________________________________
14696 [  2117] By: gsar                                  on 1998/10/28  22:02:30
14697     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14698          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
14699          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
14700          Subject: [PATCH 5.00552] Make sort respect overloading
14701  Branch: perl
14702        ! pp_ctl.c proto.h t/pragma/overload.t
14703 ____________________________________________________________________________
14704 [  2116] By: gsar                                  on 1998/10/28  21:51:11
14705     Log: MM patches from Ilya Zakharevich
14706          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
14707          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
14708          Subject: [PATCH 5.00552] Make MakeMaker more verbose
14709          --
14710          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
14711          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
14712          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
14713  Branch: perl
14714        ! lib/ExtUtils/MakeMaker.pm
14715 ____________________________________________________________________________
14716 [  2115] By: gsar                                  on 1998/10/28  21:46:19
14717     Log: add explicit references to perl source path in ld2 and gcc2
14718  Branch: perl
14719        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
14720 ____________________________________________________________________________
14721 [  2114] By: gsar                                  on 1998/10/28  21:39:56
14722     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
14723          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
14724          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
14725          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
14726  Branch: perl
14727        ! INSTALL
14728 ____________________________________________________________________________
14729 [  2113] By: gsar                                  on 1998/10/28  21:21:16
14730     Log: integrate cfgperl into mainline
14731  Branch: perl
14732       +> t/op/filetest.t
14733       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
14734       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
14735       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
14736       !> thread.h toke.c vmesa/Makefile
14737 ____________________________________________________________________________
14738 [  2112] By: gsar                                  on 1998/10/28  21:14:18
14739     Log: minor cleanup
14740  Branch: perl
14741        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
14742 ____________________________________________________________________________
14743 [  2111] By: gsar                                  on 1998/10/28  18:52:10
14744     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
14745  Branch: perl
14746        ! toke.c
14747 ____________________________________________________________________________
14748 [  2110] By: jhi                                   on 1998/10/28  15:07:54
14749     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
14750  Branch: cfgperl
14751        ! Makefile.SH
14752 ____________________________________________________________________________
14753 [  2109] By: jhi                                   on 1998/10/28  13:39:54
14754     Log: a2p.y needs to generate also y.tab.h.
14755  Branch: cfgperl
14756        ! Makefile.SH
14757 ____________________________________________________________________________
14758 [  2108] By: jhi                                   on 1998/10/28  10:33:36
14759     Log: The "parse error" must be converted to "syntax error",
14760          just matching it aint' enough.
14761  Branch: cfgperl
14762        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
14763        ! t/pragma/warning.t
14764 ____________________________________________________________________________
14765 [  2107] By: jhi                                   on 1998/10/28  10:23:05
14766     Log: Regen sig_n{ame,umber}* if slightest doubt.
14767  Branch: cfgperl
14768        ! Configure
14769 ____________________________________________________________________________
14770 [  2106] By: jhi                                   on 1998/10/28  08:44:49
14771     Log: Bison says 'parse error', not 'parser error'.
14772  Branch: cfgperl
14773        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
14774        ! t/pragma/warning.t
14775 ____________________________________________________________________________
14776 [  2105] By: jhi                                   on 1998/10/28  08:42:09
14777     Log: yylex() parametrization.
14778  Branch: cfgperl
14779        ! proto.h toke.c
14780 ____________________________________________________________________________
14781 [  2104] By: jhi                                   on 1998/10/28  08:25:09
14782     Log: Bring in #2102.
14783  Branch: cfgperl
14784        ! pp.c
14785 ____________________________________________________________________________
14786 [  2103] By: jhi                                   on 1998/10/28  08:22:04
14787     Log: From: Dominic Dunlop <domo@vo.lu>
14788          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
14789          Date: 27 Oct 1998 20:47:25 +0200
14790          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
14791  Branch: cfgperl
14792        ! t/op/groups.t
14793 ____________________________________________________________________________
14794 [  2102] By: larry                                 on 1998/10/27  18:58:55
14795     Log: utf8 change to quotemeta broke EBCDIC
14796  Branch: perl
14797        ! pp.c
14798 ____________________________________________________________________________
14799 [  2101] By: jhi                                   on 1998/10/27  12:55:34
14800     Log: $Config{sig_num_init}.
14801          Also, a new approach to the 'pthreads-created-joinable': drop
14802          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
14803          directly. (See also #2096).
14804  Branch: cfgperl
14805        ! Configure config_h.SH
14806 ____________________________________________________________________________
14807 [  2100] By: jhi                                   on 1998/10/27  10:48:55
14808     Log: Regenerated perly_c.diff.
14809  Branch: cfgperl
14810        ! perly_c.diff
14811 ____________________________________________________________________________
14812 [  2099] By: jhi                                   on 1998/10/27  08:42:25
14813     Log: First the mangler was Netscape, then it was me.
14814  Branch: cfgperl
14815        ! vmesa/Makefile
14816 ____________________________________________________________________________
14817 [  2098] By: jhi                                   on 1998/10/27  08:34:40
14818     Log: `id -Gn` might be available where `groups` is not.
14819  Branch: cfgperl
14820        ! t/op/groups.t
14821 ____________________________________________________________________________
14822 [  2097] By: jhi                                   on 1998/10/27  08:05:17
14823     Log: Netscape had mangled the tabs.
14824  Branch: cfgperl
14825        ! vmesa/Makefile
14826 ____________________________________________________________________________
14827 [  2096] By: jhi                                   on 1998/10/27  08:03:05
14828     Log: ATTR_JOINABLE logic, based on (private email)
14829          
14830          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
14831          Subject: Some little diffs
14832          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
14833          Date: Tue, 27 Oct 1998 13:44:42 +1300
14834  Branch: cfgperl
14835        ! thread.h
14836 ____________________________________________________________________________
14837 [  2095] By: jhi                                   on 1998/10/27  07:56:57
14838     Log: Mach cthreads support based on:
14839          
14840          From: brie@corp.home.net (Brian Harrison)
14841          Subject: perl5.005_02 patch for mthreads
14842          To: perl5-porters@perl.org
14843          Date: 24 Oct 1998 01:01:55 +0300
14844          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
14845          
14846          Pthread yield probe (dejavu)
14847          Cosmetic nanochange for the union semun output.
14848          Better inttypes.h probe.
14849          Undo the 'void *' $selecttype probe from #1971 because
14850          it breaks the $selectminbits test.
14851  Branch: cfgperl
14852        ! Configure config_h.SH perl.h thread.h
14853 ____________________________________________________________________________
14854 [  2094] By: jhi                                   on 1998/10/26  13:02:07
14855     Log: Also posix-bc wants to reyacc.
14856  Branch: cfgperl
14857        ! Makefile.SH
14858 ____________________________________________________________________________
14859 [  2093] By: jhi                                   on 1998/10/26  10:17:21
14860     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
14861          5_02 and really breaking things in non-ASCII worlds.
14862  Branch: cfgperl
14863        ! pp.c
14864 ____________________________________________________________________________
14865 [  2092] By: jhi                                   on 1998/10/26  09:08:00
14866     Log: More robustness.
14867  Branch: cfgperl
14868        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
14869        ! t/pragma/warning.t
14870 ____________________________________________________________________________
14871 [  2091] By: jhi                                   on 1998/10/26  08:47:32
14872     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
14873          Bison really wants YYLEX_PARAM.
14874  Branch: cfgperl
14875        ! perly.y proto.h toke.c
14876 ____________________________________________________________________________
14877 [  2090] By: jhi                                   on 1998/10/26  08:21:25
14878     Log: s/YYLEX_PARAM/YYLEXPARAM/
14879  Branch: cfgperl
14880        ! perly.y
14881 ____________________________________________________________________________
14882 [  2089] By: jhi                                   on 1998/10/26  08:17:33
14883     Log: Indicate skipped subtests.
14884  Branch: cfgperl
14885        ! t/io/pipe.t
14886 ____________________________________________________________________________
14887 [  2088] By: jhi                                   on 1998/10/26  08:11:36
14888     Log: Integrate from mainperl.
14889  Branch: cfgperl
14890       !> (integrate 54 files)
14891 ____________________________________________________________________________
14892 [  2087] By: jhi                                   on 1998/10/26  08:08:02
14893     Log: Add test for filetests.
14894  Branch: cfgperl
14895        + t/op/filetest.t
14896        ! MANIFEST
14897 ____________________________________________________________________________
14898 [  2086] By: gsar                                  on 1998/10/26  02:44:44
14899     Log: various win32 tweaks; disable new xs_cpp section (it creates
14900          ambiguous inference graph for %.xs --> %.o)
14901  Branch: perl
14902        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
14903        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
14904        ! win32/config.gc win32/config_H.gc win32/makedef.pl
14905        ! win32/makefile.mk win32/win32.h
14906 ____________________________________________________________________________
14907 [  2085] By: gsar                                  on 1998/10/26  00:50:02
14908     Log: sanity-check $Config{drand01} in rand.t
14909  Branch: perl
14910        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
14911        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14912 ____________________________________________________________________________
14913 [  2078] By: gsar                                  on 1998/10/25  10:22:04
14914     Log: update win32/config*.?c
14915  Branch: perl
14916        ! Changes win32/config.bc win32/config.gc win32/config.vc
14917        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14918 ____________________________________________________________________________
14919 [  2077] By: gsar                                  on 1998/10/25  08:39:25
14920     Log: From: Graham Barr <gbarr@pobox.com>
14921          Date: Sat, 24 Oct 1998 21:45:50 -0500
14922          Message-ID: <19981024214550.C508@pobox.com>
14923          Subject: Re: die with a reference  should use overload "" operator
14924  Branch: perl
14925        ! pp_ctl.c
14926 ____________________________________________________________________________
14927 [  2076] By: gsar                                  on 1998/10/25  08:37:49
14928     Log: From: Graham Barr <gbarr@pobox.com>
14929          Date: Sat, 24 Oct 1998 12:45:21 -0500
14930          Message-ID: <19981024124521.C512@pobox.com>
14931          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
14932  Branch: perl
14933        ! sv.c
14934 ____________________________________________________________________________
14935 [  2075] By: gsar                                  on 1998/10/25  08:24:09
14936     Log: fix C<print $n += 5;> etc.
14937  Branch: perl
14938        ! toke.c
14939 ____________________________________________________________________________
14940 [  2074] By: gsar                                  on 1998/10/25  08:12:28
14941     Log: list builtins with portability caveats
14942          From: Jarkko Hietaniemi <jhi@iki.fi>
14943          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
14944          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
14945          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
14946  Branch: perl
14947        ! pod/perlfunc.pod
14948 ____________________________________________________________________________
14949 [  2073] By: gsar                                  on 1998/10/25  07:55:43
14950     Log: fix stack overrun in file test operators
14951  Branch: perl
14952        ! pp_sys.c
14953 ____________________________________________________________________________
14954 [  2072] By: gsar                                  on 1998/10/25  07:29:45
14955     Log: implement C<goto &func> and other fixes (via private mail)
14956          From:    "vishal bhatia" <vishalb@hotmail.com>
14957          Date:    Wed, 21 Oct 1998 22:59:03 PDT
14958          Message-Id: <19981022055904.20083.qmail@hotmail.com>
14959          Subject: [PATCH 5.005_52] More fixes for B
14960  Branch: perl
14961        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
14962 ____________________________________________________________________________
14963 [  2071] By: gsar                                  on 1998/10/25  07:14:41
14964     Log: From: Graham Barr <gbarr@pobox.com>
14965          Date: Sat, 17 Oct 1998 20:42:41 -0500
14966          Message-ID: <19981017204241.G510@pobox.com>
14967          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
14968  Branch: perl
14969        ! pp_ctl.c
14970 ____________________________________________________________________________
14971 [  2070] By: gsar                                  on 1998/10/25  07:07:29
14972     Log: avoid bogus line number in XSUB redefined warnings
14973  Branch: perl
14974        ! op.c
14975 ____________________________________________________________________________
14976 [  2069] By: gsar                                  on 1998/10/25  06:59:03
14977     Log: From: Martijn Koster <mak@excitecorp.com>
14978          Date: Wed, 21 Oct 1998 13:12:03 +0100
14979          Message-ID: <19981021131203.A15661@excitecorp.com>
14980          Subject: File::Path::mkpath reports the wrong error
14981  Branch: perl
14982        ! lib/File/Path.pm
14983 ____________________________________________________________________________
14984 [  2068] By: gsar                                  on 1998/10/25  06:54:43
14985     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
14986          Date: Tue, 20 Oct 1998 20:52:20 -0500
14987          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
14988          Subject: Exporter.pm's export_to_level() argument handling buggy
14989  Branch: perl
14990        ! lib/Exporter.pm
14991 ____________________________________________________________________________
14992 [  2067] By: gsar                                  on 1998/10/25  06:50:19
14993     Log: From: jan.dubois@ibm.net (Jan Dubois)
14994          Date: Wed, 21 Oct 1998 00:55:51 +0200
14995          Message-ID: <36380269.55370608@smtp1.ibm.net>
14996          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
14997  Branch: perl
14998        ! ext/DynaLoader/DynaLoader_pm.PL
14999 ____________________________________________________________________________
15000 [  2066] By: gsar                                  on 1998/10/25  06:48:19
15001     Log: recognize '%' as a shell metachar for win32
15002          From: jan.dubois@ibm.net (Jan Dubois)
15003          Date: Tue, 20 Oct 1998 21:57:35 +0200
15004          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
15005          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
15006  Branch: perl
15007        ! win32/win32.c
15008 ____________________________________________________________________________
15009 [  2065] By: gsar                                  on 1998/10/25  06:46:30
15010     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
15011  Branch: perl
15012        ! sv.c
15013 ____________________________________________________________________________
15014 [  2064] By: gsar                                  on 1998/10/25  06:45:09
15015     Log: From: Gisle Aas <gisle@aas.no>
15016          Date: 20 Oct 1998 14:24:44 +0200
15017          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
15018          Subject: ord() and unpack("U*",...) should not be negative
15019  Branch: perl
15020        ! pp.c
15021 ____________________________________________________________________________
15022 [  2063] By: gsar                                  on 1998/10/25  06:42:29
15023     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15024          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
15025          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
15026          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
15027  Branch: perl
15028        ! os2/os2.c
15029 ____________________________________________________________________________
15030 [  2062] By: gsar                                  on 1998/10/25  06:41:26
15031     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15032          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
15033          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
15034          Subject: [PATCH 5.005_*] Speed up aassign
15035  Branch: perl
15036        ! pp_hot.c
15037 ____________________________________________________________________________
15038 [  2061] By: gsar                                  on 1998/10/25  06:39:04
15039     Log: From: Graham Barr <gbarr@pobox.com>
15040          Date: Sat, 17 Oct 1998 22:22:02 -0500
15041          Message-ID: <19981017222202.J510@pobox.com>
15042          Subject: Re: '*' prototype does not allow bareword with strict
15043  Branch: perl
15044        ! toke.c
15045 ____________________________________________________________________________
15046 [  2060] By: gsar                                  on 1998/10/25  06:37:34
15047     Log: handle '::' in section names properly
15048          From: Graham Barr <gbarr@pobox.com>
15049          Date: Sat, 17 Oct 1998 12:57:54 -0500
15050          Message-ID: <19981017125754.C510@pobox.com>
15051          Subject: Re: pod2html
15052  Branch: perl
15053        ! lib/Pod/Html.pm
15054 ____________________________________________________________________________
15055 [  2059] By: gsar                                  on 1998/10/25  06:33:43
15056     Log: integrate changes#1982,2014,2021 (from maint-5.005)
15057  Branch: perl
15058       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
15059       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
15060 ____________________________________________________________________________
15061 [  2058] By: gsar                                  on 1998/10/25  05:44:17
15062     Log: allow more win32 symbol exports (suggested by Jan Dubois)
15063  Branch: perl
15064        ! win32/makedef.pl
15065 ____________________________________________________________________________
15066 [  2057] By: gsar                                  on 1998/10/25  05:40:40
15067     Log: integrate change#2053 from maint-5.005
15068  Branch: perl
15069       !> cop.h t/cmd/while.t
15070 ____________________________________________________________________________
15071 [  2056] By: gsar                                  on 1998/10/25  05:16:41
15072     Log: commented version of a patch suggested by Drago Goricanec
15073          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
15074          Date: 16 Oct 1998 15:24:45 +0300
15075          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
15076          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
15077  Branch: perl
15078        ! pp_sys.c
15079 ____________________________________________________________________________
15080 [  2055] By: gsar                                  on 1998/10/25  05:11:03
15081     Log: include eof() in description of buffering caveats
15082          From: Anton Berezin <tobez@plab.ku.dk>
15083          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
15084          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
15085          Subject: [DOCPATCH] pod/perlfunc.pod
15086  Branch: perl
15087        ! pod/perlfunc.pod
15088 ____________________________________________________________________________
15089 [  2054] By: gsar                                  on 1998/10/25  05:07:42
15090     Log: disallow 'x' in hex numbers (except leading '0x')
15091          From: Gisle Aas <gisle@aas.no>
15092          Date: 16 Oct 1998 16:33:12 +0200
15093          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
15094          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
15095  Branch: perl
15096        ! perlvars.h t/op/oct.t util.c
15097 ____________________________________________________________________________
15098 [  2052] By: gsar                                  on 1998/10/25  04:49:04
15099     Log: avoid the circular refcnt logic in magic_mutexfree()
15100  Branch: perl
15101        ! mg.c pp.c pp_hot.c
15102 ____________________________________________________________________________
15103 [  2051] By: gsar                                  on 1998/10/25  04:35:07
15104     Log: properly restore PL_rsfp_filters after require
15105  Branch: perl
15106        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
15107        ! scope.h
15108 ____________________________________________________________________________
15109 [  2050] By: gsar                                  on 1998/10/25  02:42:32
15110     Log: integrate cfgperl changes back into mainline
15111  Branch: perl
15112       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
15113       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
15114       !> (integrate 33 files)
15115 ____________________________________________________________________________
15116 [  2049] By: gsar                                  on 1998/10/25  01:30:48
15117     Log: avoid "mysterious" compile-time failures without messages
15118  Branch: perl
15119        ! gv.c
15120 ____________________________________________________________________________
15121 [  2041] By: gsar                                  on 1998/10/23  21:11:56
15122     Log: checkin jpl under //depot/perlext/jpl/...
15123  Branch: perlext
15124        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
15125        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
15126        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
15127        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
15128        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
15129        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
15130        + jpl/PerlInterpreter/Makefile.PL
15131        + jpl/PerlInterpreter/PerlInterpreter.c
15132        + jpl/PerlInterpreter/PerlInterpreter.h
15133        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
15134        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
15135        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
15136        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
15137        + jpl/get_jdk/jdk_hosts jpl/install-jpl
15138 ____________________________________________________________________________
15139 [  2040] By: larry                                 on 1998/10/23  19:31:42
15140     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
15141  Branch: perl
15142        ! pp.c
15143 ____________________________________________________________________________
15144 [  2039] By: larry                                 on 1998/10/23  18:48:34
15145     Log: tr///d does not seem to work
15146  Branch: perl
15147        ! lib/utf8_heavy.pl
15148 ____________________________________________________________________________
15149 [  2038] By: larry                                 on 1998/10/23  18:00:41
15150     Log: Program with utf8 identifiers fails to compile
15151  Branch: perl
15152        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
15153 ____________________________________________________________________________
15154 [  2037] By: jhi                                   on 1998/10/23  14:04:51
15155     Log: Test suite portability:
15156          - posix-bc does not write to broken pipes
15157          - filehand #11 only iff we have fork
15158          - warning.t can now match $expected using regular expressions
15159  Branch: cfgperl
15160        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
15161        ! t/pragma/warning.t
15162 ____________________________________________________________________________
15163 [  2036] By: jhi                                   on 1998/10/23  12:12:07
15164     Log: yacc clarification.
15165  Branch: cfgperl
15166        ! README.posix-bc
15167 ____________________________________________________________________________
15168 [  2035] By: jhi                                   on 1998/10/23  12:09:59
15169     Log: Some C compilers get upset about 8-bit characters in /* comments. */
15170  Branch: cfgperl
15171        ! mg.c
15172 ____________________________________________________________________________
15173 [  2034] By: jhi                                   on 1998/10/22  09:11:52
15174     Log: Configure update: both for pthread_yield more robust
15175          testing (all variants of pthread_attr_getdetachstate()) --
15176          and because Configure was broken in major way! About 1000
15177          last lines were truncated.
15178  Branch: cfgperl
15179        ! Configure
15180 ____________________________________________________________________________
15181 [  2033] By: jhi                                   on 1998/10/22  07:47:10
15182     Log: DJGPP feedback for #2028.
15183  Branch: cfgperl
15184        ! thread.h
15185 ____________________________________________________________________________
15186 [  2032] By: jhi                                   on 1998/10/21  13:03:57
15187     Log: yielding, the saga continues.
15188  Branch: cfgperl
15189        ! Configure config_h.SH
15190       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
15191       !> t/op/goto.t t/pragma/constant.t
15192 ____________________________________________________________________________
15193 [  2031] By: jhi                                   on 1998/10/21  09:15:42
15194     Log: VM/ESA feedback for #2028.
15195  Branch: cfgperl
15196        ! Configure config_h.SH thread.h
15197 ____________________________________________________________________________
15198 [  2030] By: gsar                                  on 1998/10/21  04:22:53
15199     Log: fix handling of mayhaps-extended @_ in goto &sub
15200  Branch: perl
15201        ! av.c pp_ctl.c t/op/goto.t
15202 ____________________________________________________________________________
15203 [  2029] By: gsar                                  on 1998/10/21  00:54:14
15204     Log: restore sanity to "constant" references
15205  Branch: perl
15206        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
15207 ____________________________________________________________________________
15208 [  2028] By: jhi                                   on 1998/10/20  15:01:20
15209     Log: OLD_PTHREADS_API reorganizing.
15210  Branch: cfgperl
15211        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
15212        ! vmesa/vmesaish.h
15213 ____________________________________________________________________________
15214 [  2027] By: jhi                                   on 1998/10/20  14:14:51
15215     Log: #2026 fallout.
15216  Branch: cfgperl
15217        ! Makefile.SH
15218 ____________________________________________________________________________
15219 [  2026] By: jhi                                   on 1998/10/20  11:47:21
15220     Log: VM/ESA update.
15221  Branch: cfgperl
15222        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
15223 ____________________________________________________________________________
15224 [  2025] By: jhi                                   on 1998/10/20  08:20:56
15225     Log: 64-bitness, based on
15226          
15227          From: Scott Henry <scotth@sgi.com>
15228          To: perl-64bit@perl.org
15229          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
15230          Subject: Re: Configure problems/questions...
15231          Date: 19 Oct 1998 22:38:06 -0700
15232  Branch: cfgperl
15233        ! hints/irix_6.sh perl.h
15234 ____________________________________________________________________________
15235 [  2024] By: jhi                                   on 1998/10/20  08:09:07
15236     Log: Add lseeksize.
15237  Branch: cfgperl
15238        ! config_h.SH
15239 ____________________________________________________________________________
15240 [  2023] By: jhi                                   on 1998/10/20  08:08:33
15241     Log: Mumble about _yields() only when threaded.
15242  Branch: cfgperl
15243        ! Configure
15244 ____________________________________________________________________________
15245 [  2022] By: jhi                                   on 1998/10/20  07:46:26
15246     Log: Thinko at PTHREADS_CREATED_JOINABLE.
15247  Branch: cfgperl
15248        ! thread.h
15249 ____________________________________________________________________________
15250 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
15251     Log: From: Chip Salzenberg <chip@perlsupport.com>
15252          Date: Tue, 6 Oct 1998 13:33:05 -0400
15253          Message-ID: <19981006133305.A2348@perlsupport.com>
15254          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
15255  Branch: maint-5.005/perl
15256        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
15257        ! t/op/tie.t
15258 ____________________________________________________________________________
15259 [  2020] By: jhi                                   on 1998/10/19  09:15:53
15260     Log: YIELD more robustly.
15261  Branch: cfgperl
15262        ! thread.h
15263 ____________________________________________________________________________
15264 [  2019] By: jhi                                   on 1998/10/19  08:48:33
15265     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
15266          the 'new' one (just like DJGPP, it seems).
15267  Branch: cfgperl
15268        ! thread.h
15269 ____________________________________________________________________________
15270 [  2018] By: jhi                                   on 1998/10/19  07:02:44
15271     Log: vmesaish.h doesn't exclude unixish.h.
15272  Branch: cfgperl
15273        ! perl.h
15274 ____________________________________________________________________________
15275 [  2017] By: jhi                                   on 1998/10/19  06:44:19
15276     Log: 1<<$randbits is not good for randbits=48.
15277  Branch: cfgperl
15278        ! t/op/rand.t
15279 ____________________________________________________________________________
15280 [  2016] By: jhi                                   on 1998/10/19  06:39:47
15281     Log: Make #2012 glob pattern more portable.
15282  Branch: cfgperl
15283        ! Makefile.SH
15284 ____________________________________________________________________________
15285 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
15286     Log: Fix POSIX::sigprocmask not to check type of $old parameter
15287          as it is output only
15288  Branch: maint-5.005/perl
15289        ! ext/POSIX/POSIX.xs
15290 ____________________________________________________________________________
15291 [  2012] By: jhi                                   on 1998/10/17  15:04:23
15292     Log: clean numbered core dumps and t/tmp[0-9]*.
15293  Branch: cfgperl
15294        ! Makefile.SH
15295 ____________________________________________________________________________
15296 [  2011] By: jhi                                   on 1998/10/17  14:59:15
15297     Log: More robust yacc/bison failure output handling.
15298  Branch: cfgperl
15299        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
15300 ____________________________________________________________________________
15301 [  2010] By: jhi                                   on 1998/10/17  14:51:05
15302     Log: BC2000 POSIX update.
15303  Branch: cfgperl
15304        ! MANIFEST
15305 ____________________________________________________________________________
15306 [  2009] By: jhi                                   on 1998/10/17  14:49:46
15307     Log: POSIX BC2000 port from perl-mvs:
15308          
15309          Subject: Ported perl 5.005.02 to BS2000 / POSIX
15310          From: Dorner Thomas <Thomas.Dorner@start.de> 
15311          Date: Tue, 29 Sep 1998 13:29:36 +0100 
15312          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
15313  Branch: cfgperl
15314        + README.posix-bc hints/posix-bc.sh
15315        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
15316        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
15317        ! unixish.h
15318 ____________________________________________________________________________
15319 [  2008] By: jhi                                   on 1998/10/17  14:07:49
15320     Log: VM/ESA-update.
15321  Branch: cfgperl
15322        ! MANIFEST
15323 ____________________________________________________________________________
15324 [  2007] By: jhi                                   on 1998/10/17  13:55:34
15325     Log: Forgot few S_I* imports.
15326  Branch: cfgperl
15327        ! t/lib/ipc_sysv.t
15328 ____________________________________________________________________________
15329 [  2006] By: jhi                                   on 1998/10/17  13:43:54
15330     Log: The VM/ESA port essentials, based on
15331          
15332          perl-mvs:
15333          
15334          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
15335          Subject: Re: Can't find Data/Dumper.pm
15336          Date: Mon, 28 Sep 1998 07:40:49 +1300
15337          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
15338          
15339          private email:
15340          
15341          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
15342          Subject: Re: Perl thread problems in VM/ESA
15343          Date: Thu, 15 Oct 1998 07:18:35 +1300
15344          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
15345          
15346          and private email:
15347          
15348          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
15349          Subject:  perl archive
15350          Date:  Sun, 11 Oct 1998 19:28:54 EDT
15351          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
15352          which gave a pointer to
15353          
15354          http://pucc.princeton.edu/~neale/perl.tar
15355          
15356          (based on Perl 5.005_51)
15357  Branch: cfgperl
15358        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
15359        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
15360        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
15361        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
15362 ____________________________________________________________________________
15363 [  2005] By: jhi                                   on 1998/10/17  13:17:19
15364     Log: Integrate mainperl.
15365  Branch: cfgperl
15366       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
15367       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
15368       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
15369       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
15370       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
15371       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
15372       !> win32/makefile.mk
15373 ____________________________________________________________________________
15374 [  2004] By: jhi                                   on 1998/10/17  11:19:06
15375     Log: Removed an extra ' from the int64_t test.
15376  Branch: cfgperl
15377        ! Configure
15378 ____________________________________________________________________________
15379 [  2003] By: gsar                                  on 1998/10/17  04:11:40
15380     Log: silence -w noises (suggested by Greg Bacon)
15381  Branch: perl
15382        ! lib/Term/Complete.pm
15383 ____________________________________________________________________________
15384 [  2002] By: gsar                                  on 1998/10/17  04:07:48
15385     Log: From: Gisle Aas <gisle@aas.no>
15386          Date: 14 Oct 1998 15:53:14 +0200
15387          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
15388          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
15389  Branch: perl
15390        ! util.c
15391 ____________________________________________________________________________
15392 [  2001] By: gsar                                  on 1998/10/17  04:06:10
15393     Log: From: Gisle Aas <gisle@aas.no>
15394          Date: 14 Oct 1998 15:17:44 +0200
15395          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
15396          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
15397  Branch: perl
15398        ! toke.c
15399 ____________________________________________________________________________
15400 [  2000] By: gsar                                  on 1998/10/17  03:06:33
15401     Log: From: Gisle Aas <gisle@aas.no>
15402          Date: 14 Oct 1998 00:38:06 +0200
15403          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
15404          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
15405  Branch: perl
15406        ! sv.c
15407 ____________________________________________________________________________
15408 [  1999] By: gsar                                  on 1998/10/17  03:04:48
15409     Log: From: Dan Sugalski <sugalskd@osshe.edu>
15410          Date: Tue, 13 Oct 1998 15:10:57 -0700
15411          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
15412          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
15413  Branch: perl
15414        ! vms/ext/Stdio/Stdio.pm
15415 ____________________________________________________________________________
15416 [  1998] By: gsar                                  on 1998/10/17  03:00:40
15417     Log: skip readonly vars and unref references when doing a reset()
15418  Branch: perl
15419        ! sv.c
15420 ____________________________________________________________________________
15421 [  1997] By: gsar                                  on 1998/10/17  02:49:19
15422     Log: fix buggy treatment of large checksums on unicode strings
15423          From: Gisle Aas <gisle@aas.no>
15424          Date: 13 Oct 1998 21:35:39 +0200
15425          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
15426          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
15427  Branch: perl
15428        ! pp.c
15429 ____________________________________________________________________________
15430 [  1996] By: gsar                                  on 1998/10/17  02:43:22
15431     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15432          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
15433          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
15434          Subject: [PATCH 5.005_52] Memory overrun in os2.c
15435  Branch: perl
15436        ! os2/Makefile.SHs os2/os2.c
15437 ____________________________________________________________________________
15438 [  1995] By: gsar                                  on 1998/10/17  02:42:01
15439     Log: clarify section name rules for typemaps
15440  Branch: perl
15441        ! pod/perlxs.pod
15442 ____________________________________________________________________________
15443 [  1994] By: gsar                                  on 1998/10/17  02:33:02
15444     Log: whitespace-proof grent.t
15445  Branch: perl
15446        ! t/op/grent.t
15447 ____________________________________________________________________________
15448 [  1993] By: gsar                                  on 1998/10/17  02:27:29
15449     Log: fix bug in B::CC::pp_sassign()
15450          From: "vishal bhatia" <vishalb@hotmail.com>
15451          Date: Sun, 11 Oct 1998 18:41:38 PDT
15452          Message-ID: <19981012014139.19614.qmail@hotmail.com>
15453          Subject: B::CC problems with pp_sassign routine
15454  Branch: perl
15455        ! ext/B/B/CC.pm
15456 ____________________________________________________________________________
15457 [  1992] By: gsar                                  on 1998/10/17  02:17:49
15458     Log: applied suggested patch with small doc tweak
15459          From: Gisle Aas <gisle@aas.no>
15460          Date: 11 Oct 1998 12:53:13 +0200
15461          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
15462          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
15463  Branch: perl
15464        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
15465        ! t/op/tiehandle.t
15466 ____________________________________________________________________________
15467 [  1991] By: gsar                                  on 1998/10/17  02:08:30
15468     Log: apply non-conflicting parts from suggested patch
15469          From: jan.dubois@ibm.net (Jan Dubois)
15470          Date: Sat, 10 Oct 1998 13:15:45 +0200
15471          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
15472          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
15473  Branch: perl
15474        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
15475 ____________________________________________________________________________
15476 [  1990] By: gsar                                  on 1998/10/17  02:01:24
15477     Log: provide option to enable optimization with VC (suggested by Jan
15478          Dubois)
15479  Branch: perl
15480        ! win32/Makefile win32/makefile.mk
15481 ____________________________________________________________________________
15482 [  1989] By: gsar                                  on 1998/10/17  01:55:27
15483     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
15484          Dave Leppik <dleppik@gage.com>
15485  Branch: perl
15486        ! perl.h
15487 ____________________________________________________________________________
15488 [  1988] By: gsar                                  on 1998/10/17  01:49:05
15489     Log: stray typo found by Hugo van der Sanden
15490  Branch: perl
15491        ! op.c
15492 ____________________________________________________________________________
15493 [  1987] By: gsar                                  on 1998/10/17  01:45:52
15494     Log: perldoc pod update
15495          From: Daniel Grisinger <dgris@perrin.dimensional.com>
15496          Date: 06 Oct 1998 23:56:51 -0600
15497          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
15498          Subject: [PATCH _02 and _52] perldoc
15499  Branch: perl
15500        ! utils/perldoc.PL
15501 ____________________________________________________________________________
15502 [  1986] By: gsar                                  on 1998/10/17  01:41:40
15503     Log: qualify names of builtins
15504  Branch: perl
15505        ! ext/POSIX/POSIX.pm
15506 ____________________________________________________________________________
15507 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
15508     Log: From: Jochen Wiedmann <joe@ispsoft.de>
15509          Date: Thu, 17 Sep 1998 17:16:06 +0200
15510          Message-ID: <360127B6.E44564A@ispsoft.de>
15511          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
15512  Branch: maint-5.005/perl
15513        ! lib/ExtUtils/MakeMaker.pm
15514 ____________________________________________________________________________
15515 [  1978] By: gsar                                  on 1998/10/16  01:58:58
15516     Log: integrate cfgperl mods into mainline
15517  Branch: perl
15518       +> ext/DynaLoader/dl_vmesa.xs
15519        ! Porting/genlog
15520       !> Configure MANIFEST Makefile.SH config_h.SH
15521       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
15522       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
15523       !> x2p/Makefile.SH
15524 ____________________________________________________________________________
15525 [  1976] By: gsar                                  on 1998/10/16  00:10:52
15526     Log: stray tweak
15527  Branch: perl
15528        ! op.c
15529 ____________________________________________________________________________
15530 [  1975] By: gsar                                  on 1998/10/15  23:54:38
15531     Log: propagate typeness of lexicals while cloning them
15532  Branch: perl
15533        ! op.c
15534 ____________________________________________________________________________
15535 [  1974] By: gsar                                  on 1998/10/15  23:53:25
15536     Log: s/last/first/ typo in append_list()
15537  Branch: perl
15538        ! op.c
15539 ____________________________________________________________________________
15540 [  1973] By: gsar                                  on 1998/10/15  20:06:17
15541     Log: nuke confperl branch and contents
15542  Branch: confperl
15543        - (delete 1284 files)
15544 ____________________________________________________________________________
15545 [  1972] By: jhi                                   on 1998/10/15  07:07:35
15546     Log: Test #162 had been added but the "print 1..161" had not been updated.
15547  Branch: cfgperl
15548        ! t/op/pat.t
15549 ____________________________________________________________________________
15550 [  1971] By: gsar                                  on 1998/10/15  03:09:58
15551     Log: check in all confperl changes as of change#1964 into cfgperl
15552  Branch: cfgperl
15553        + ext/DynaLoader/dl_vmesa.xs
15554        ! Configure MANIFEST Makefile.SH config_h.SH
15555        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
15556        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
15557 ____________________________________________________________________________
15558 [  1970] By: gsar                                  on 1998/10/15  03:05:59
15559     Log: integrate mainline to get tr.t
15560  Branch: cfgperl
15561       +> t/op/tr.t
15562 ____________________________________________________________________________
15563 [  1969] By: gsar                                  on 1998/10/15  03:04:17
15564     Log: add missing tr.t to repository
15565  Branch: perl
15566        + t/op/tr.t
15567 ____________________________________________________________________________
15568 [  1968] By: gsar                                  on 1998/10/15  03:02:43
15569     Log: create cfgperl branch
15570  Branch: cfgperl
15571       +> (branch 1282 files)
15572 ____________________________________________________________________________
15573 [  1967] By: gsar                                  on 1998/10/15  02:46:08
15574     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
15575          (MAN3PODS cannot be set to ' '; stray stricture violation)
15576  Branch: perl
15577        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
15578        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
15579        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
15580        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
15581        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
15582        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
15583        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
15584        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
15585        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
15586        ! lib/ExtUtils/MM_Unix.pm
15587 ____________________________________________________________________________
15588 [  1966] By: gsar                                  on 1998/10/15  02:19:03
15589     Log: tweak to make fix in change#1944 behave correctly for closures
15590          created within eval''
15591  Branch: perl
15592        ! op.c t/op/eval.t
15593 ____________________________________________________________________________
15594 [  1965] By: gsar                                  on 1998/10/14  23:22:41
15595     Log: use better numbers for exitstatus test
15596  Branch: perl
15597        ! t/op/die_exit.t
15598 ____________________________________________________________________________
15599 [  1964] By: jhi                                   on 1998/10/14  17:25:41
15600     Log: Add VM/ESA dynaloading (uses <dll.h>).
15601  Branch: confperl
15602        + ext/DynaLoader/dl_vmesa.xs
15603        ! MANIFEST
15604 ____________________________________________________________________________
15605 [  1963] By: jhi                                   on 1998/10/14  17:17:10
15606     Log: Remove a2p.loadmap in 'clean' target.
15607  Branch: confperl
15608        ! x2p/Makefile.SH
15609 ____________________________________________________________________________
15610 [  1962] By: jhi                                   on 1998/10/14  17:13:11
15611     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
15612  Branch: confperl
15613        ! Makefile.SH
15614 ____________________________________________________________________________
15615 [  1961] By: jhi                                   on 1998/10/14  16:27:39
15616     Log: VM/ESA creates executable.loadmaps.
15617  Branch: confperl
15618        ! Makefile.SH
15619 ____________________________________________________________________________
15620 [  1960] By: jhi                                   on 1998/10/14  15:37:39
15621     Log: Introduce SCHED_YIELD (one of sched_yield(),
15622          pthread_yield(), or pthread_yield(NULL)).
15623          YIELD is then defined using SCHED_YIELD unless
15624          a platform-specific YIELD has already been defined.
15625          
15626          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
15627          
15628          The need for pthread_yield(NULL) and pthread_attr_setdet...
15629          introduced by (private email)
15630          
15631          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
15632          Date: Sat, 10 Oct 1998 21:08:15 +1300
15633          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
15634          Subject: Re: Perl thread problems in VM/ESA
15635          
15636          Better select() protoprobe (for AIX), from (private email)
15637          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
15638          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
15639          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
15640          Subject: AIX select (fwd)
15641          From: Lars Hecking <lhecking@nmrc.ucc.ie>
15642          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
15643          Date: Fri, 2 Oct 1998 10:40:01 +0100
15644          Subject: AIX select
15645          
15646          Linux-avoid-so.X.Y, based on
15647          From: "Kurt D. Starsinic" <kstar@chapin.edu>
15648          Date: Tue, 13 Oct 1998 15:55:07 -0400
15649          Message-ID: <19981013155507.B4004@O2.chapin.edu>
15650          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
15651  Branch: confperl
15652        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
15653        ! thread.h
15654 ____________________________________________________________________________
15655 [  1959] By: jhi                                   on 1998/10/14  12:51:26
15656     Log: Some old pthread implementations have
15657          pthread_attr_setdetachstate(pthread_attr_t*, int*).
15658  Branch: confperl
15659        ! ext/Thread/Thread.xs
15660 ____________________________________________________________________________
15661 [  1958] By: jhi                                   on 1998/10/14  12:41:11
15662     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
15663          counterparts will follow soon.
15664  Branch: confperl
15665        ! thread.h
15666 ____________________________________________________________________________
15667 [  1957] By: jhi                                   on 1998/10/14  12:38:11
15668     Log: Add tr.t (MANIFEST already knew about it, strange)
15669  Branch: confperl
15670        + t/op/tr.t
15671 ____________________________________________________________________________
15672 [  1956] By: jhi                                   on 1998/10/14  12:24:35
15673     Log: Mutexen should be initialized only once.
15674  Branch: confperl
15675        ! gv.c op.c
15676 ____________________________________________________________________________
15677 [  1955] By: jhi                                   on 1998/10/14  12:19:38
15678     Log: os390 has its own cppstdin.
15679  Branch: confperl
15680        ! hints/os390.sh
15681 ____________________________________________________________________________
15682 [  1954] By: jhi                                   on 1998/10/14  12:15:06
15683     Log: Integrate with mainperl.
15684  Branch: confperl
15685       !> (integrate 1280 files)
15686 ____________________________________________________________________________
15687 [  1953] By: jhi                                   on 1998/10/14  11:48:08
15688     Log: Removed duplicate CMA threads code for HPUX 10.X.
15689          (probably residue of patch(1) being too understanding)
15690          Enhanced 64-bit settings. (redo change#1940)
15691  Branch: confperl
15692        ! hints/hpux.sh
15693 ____________________________________________________________________________
15694 [  1952] By: jhi                                   on 1998/10/14  11:45:16
15695     Log: (redo change#1949) Detypo in the d_open64 warning about
15696          the impending WHOA.
15697  Branch: confperl
15698        ! hints/irix_6.sh
15699 ____________________________________________________________________________
15700 [  1951] By: jhi                                   on 1998/10/14  10:54:16
15701     Log: Mutexen should only be inited once, after they have been New()ed.
15702  Branch: confperl
15703        ! gv.c op.c
15704 ____________________________________________________________________________
15705 [  1950] By: jhi                                   on 1998/10/14  10:41:43
15706     Log: Own cppstdin.
15707  Branch: confperl
15708        ! hints/os390.sh
15709 ____________________________________________________________________________
15710 [  1949] By: jhi                                   on 1998/10/14  10:34:23
15711     Log: Detypo in the d_open64 warning about the impending WHOA.
15712  Branch: confperl
15713        ! hints/irix_6.sh
15714 ____________________________________________________________________________
15715 [  1948] By: gsar                                  on 1998/10/14  05:38:01
15716     Log: two typos
15717  Branch: perl
15718        ! pp_hot.c t/op/eval.t
15719 ____________________________________________________________________________
15720 [  1947] By: gsar                                  on 1998/10/14  05:37:10
15721     Log: let docatch() pass the buck when restartop turns out to be null,
15722          making exceptions in BEGIN{} propagate as expected
15723  Branch: perl
15724        ! pp_ctl.c t/op/misc.t
15725 ____________________________________________________________________________
15726 [  1946] By: gsar                                  on 1998/10/13  03:41:49
15727     Log: add missing file from change#1943
15728  Branch: perl
15729        ! proto.h
15730 ____________________________________________________________________________
15731 [  1945] By: gsar                                  on 1998/10/13  03:32:02
15732     Log: defer "deep recursion" warnings until CXt_SUB context is properly
15733          set up
15734  Branch: perl
15735        ! pp_hot.c t/pragma/warn/pp_hot
15736 ____________________________________________________________________________
15737 [  1944] By: gsar                                  on 1998/10/13  03:15:50
15738     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
15739          fixup the cop_seq value that must be seen by lexical lookups that
15740          emanate within eval''
15741  Branch: perl
15742        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
15743 ____________________________________________________________________________
15744 [  1943] By: gsar                                  on 1998/10/13  02:06:09
15745     Log: ensure recursive attempts to findlex()icals know enough about where
15746          the last eval'' context was encountered
15747  Branch: perl
15748        ! op.c t/op/eval.t
15749 ____________________________________________________________________________
15750 [  1942] By: gsar                                  on 1998/10/13  02:01:24
15751     Log: force copy of substrings when matching against temporaries
15752  Branch: perl
15753        ! pp_hot.c t/op/pat.t
15754 ____________________________________________________________________________
15755 [  1941] By: gsar                                  on 1998/10/13  01:49:16
15756     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
15757          implementation)
15758  Branch: perl
15759        ! pp_ctl.c t/op/runlevel.t
15760 ____________________________________________________________________________
15761 [  1940] By: jhi                                   on 1998/10/12  09:57:44
15762     Log: Removed duplicate CMA threads code for HPUX 10.X.
15763          (probably residue of patch(1) being too understanding)
15764          Enhanced 64-bit settings.
15765  Branch: confperl
15766        ! hints/hpux.sh
15767 ____________________________________________________________________________
15768 [  1939] By: jhi                                   on 1998/10/12  09:53:11
15769     Log: Initial sync from mainline perl.
15770  Branch: confperl
15771        + (add 1282 files)
15772 ____________________________________________________________________________
15773 [  1937] By: gsar                                  on 1998/10/06  21:16:34
15774     Log: fix $/ init for USE_THREADS
15775  Branch: perl
15776        ! perl.c
15777 ____________________________________________________________________________
15778 [  1936] By: gsar                                  on 1998/10/06  07:19:39
15779     Log: fix globals caught by change#1927; builds and tests on Solaris
15780  Branch: perl
15781        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
15782        ! warning.h warning.pl
15783 ____________________________________________________________________________
15784 [  1935] By: gsar                                  on 1998/10/06  06:50:35
15785     Log: add test for previous fix
15786  Branch: perl
15787        ! ext/Thread/create.t
15788 ____________________________________________________________________________
15789 [  1934] By: gsar                                  on 1998/10/06  06:37:36
15790     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
15791  Branch: perl
15792        ! util.c
15793 ____________________________________________________________________________
15794 [  1933] By: gsar                                  on 1998/10/06  05:04:20
15795     Log: undo bogus part of change#1903 (as pointed out by Larry)
15796  Branch: perl
15797        ! pp_ctl.c
15798 ____________________________________________________________________________
15799 [  1932] By: gsar                                  on 1998/10/06  04:21:31
15800     Log: added tweaked version of suggested patch
15801          From: jan.dubois@ibm.net (Jan Dubois)
15802          Date: Sat, 03 Oct 1998 19:04:48 +0200
15803          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
15804          Subject: [PATCH 5.005_52] More MakeMaker  patches
15805  Branch: perl
15806        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
15807        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
15808 ____________________________________________________________________________
15809 [  1931] By: gsar                                  on 1998/10/06  04:04:33
15810     Log: use cpp symbols instead of hardwired constants
15811          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15812          Date: Mon, 05 Oct 1998 09:23:33 +0100
15813          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
15814          Subject: [PATCH 5.005_52] By the numbers (resend)
15815  Branch: perl
15816        ! op.c
15817 ____________________________________________________________________________
15818 [  1930] By: gsar                                  on 1998/10/06  04:01:55
15819     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15820          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
15821          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
15822          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
15823  Branch: perl
15824        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
15825        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
15826 ____________________________________________________________________________
15827 [  1929] By: gsar                                  on 1998/10/06  03:50:36
15828     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15829          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
15830          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
15831          Subject: [PATCH 5.00552] Minor test improvement
15832  Branch: perl
15833        ! t/op/magic.t
15834 ____________________________________________________________________________
15835 [  1928] By: gsar                                  on 1998/10/06  03:49:03
15836     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15837          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
15838          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
15839          Subject: [PATCH 5.00552] emacs/ptags inprovements
15840  Branch: perl
15841        ! emacs/ptags
15842 ____________________________________________________________________________
15843 [  1927] By: gsar                                  on 1998/10/06  03:47:44
15844     Log: disable C<#define dirty PL_dirty> et al.
15845  Branch: perl
15846        ! embed.pl embedvar.h
15847 ____________________________________________________________________________
15848 [  1926] By: gsar                                  on 1998/10/06  03:43:32
15849     Log: From: Mark-Jason Dominus <mjd@plover.com>
15850          Date: Sun, 04 Oct 1998 14:48:11 -0400
15851          Message-ID: <19981004184811.16048.qmail@plover.com>
15852          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
15853  Branch: perl
15854        ! utils/perldoc.PL
15855 ____________________________________________________________________________
15856 [  1925] By: gsar                                  on 1998/10/06  03:27:35
15857     Log: disable USE_THREADS when PERL_OBJECT is enabled
15858  Branch: perl
15859        ! win32/Makefile win32/makefile.mk
15860 ____________________________________________________________________________
15861 [  1924] By: gsar                                  on 1998/10/06  03:26:54
15862     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
15863  Branch: perl
15864        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
15865        ! vms/perly_c.vms
15866 ____________________________________________________________________________
15867 [  1923] By: gsar                                  on 1998/10/03  05:19:56
15868     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
15869          overridden
15870  Branch: perl
15871        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
15872        ! proto.h vms/perly_c.vms
15873 ____________________________________________________________________________
15874 [  1922] By: gsar                                  on 1998/10/03  03:59:50
15875     Log: suppress manifypods leak in extensions
15876  Branch: perl
15877        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
15878 ____________________________________________________________________________
15879 [  1921] By: gsar                                  on 1998/10/02  22:30:15
15880     Log: os390 fixes (suggested by Peter Prymmer)
15881  Branch: perl
15882        ! Makefile.SH regcomp.c
15883 ____________________________________________________________________________
15884 [  1920] By: gsar                                  on 1998/10/02  21:41:19
15885     Log: squelch undef warnings
15886          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15887          Date: Fri, 02 Oct 1998 11:01:14 +0100
15888          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
15889          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
15890  Branch: perl
15891        ! Changes lib/Math/BigInt.pm
15892 ____________________________________________________________________________
15893 [  1919] By: gsar                                  on 1998/10/02  04:59:13
15894     Log: add note to INSTALL about ANSI C
15895  Branch: perl
15896        ! INSTALL
15897 ____________________________________________________________________________
15898 [  1918] By: gsar                                  on 1998/10/02  04:21:10
15899     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
15900          From: jan.dubois@ibm.net (Jan Dubois)
15901          Date: Wed, 30 Sep 1998 23:35:30 +0200
15902          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
15903          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
15904  Branch: perl
15905        ! lib/ExtUtils/xsubpp
15906 ____________________________________________________________________________
15907 [  1917] By: gsar                                  on 1998/10/02  04:16:02
15908     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
15909          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
15910          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
15911          Subject: Re: Configure test for selectbits busted
15912  Branch: perl
15913        ! Configure
15914 ____________________________________________________________________________
15915 [  1916] By: gsar                                  on 1998/10/02  04:14:17
15916     Log: From: Dan Sugalski <sugalskd@osshe.edu>
15917          Date: Wed, 30 Sep 1998 17:15:20 -0700
15918          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
15919          Subject: [PATCH 5.005_02]VMS config tweaks
15920  Branch: perl
15921        ! vms/descrip_mms.template vms/subconfigure.com
15922 ____________________________________________________________________________
15923 [  1915] By: gsar                                  on 1998/10/02  04:10:47
15924     Log: use Off_t to permit 64-bit seek()
15925          From: Scott Henry <scotth@sgi.com>
15926          Date: 29 Sep 1998 17:38:46 -0700
15927          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
15928          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
15929          --
15930          Date: 28 Sep 1998 18:55:37 -0700
15931          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
15932          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
15933  Branch: perl
15934        ! doio.c pp_sys.c proto.h sv.c
15935 ____________________________________________________________________________
15936 [  1914] By: gsar                                  on 1998/10/02  04:05:36
15937     Log: normalize tm struct passed to strftime() with mktime()
15938          From: Spider Boardman <spider@orb.nashua.nh.us>
15939          Date: Wed, 30 Sep 1998 15:12:09 -0400
15940          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
15941          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
15942  Branch: perl
15943        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
15944 ____________________________________________________________________________
15945 [  1913] By: gsar                                  on 1998/10/02  03:59:46
15946     Log: don't try to run foo_SH.orig etc.
15947  Branch: perl
15948        ! Configure
15949 ____________________________________________________________________________
15950 [  1912] By: gsar                                  on 1998/10/02  03:45:37
15951     Log: make warning about glob process failure optional
15952  Branch: perl
15953        ! pod/perldiag.pod pp_hot.c
15954 ____________________________________________________________________________
15955 [  1911] By: gsar                                  on 1998/10/02  02:52:21
15956     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
15957          From: Dominic Dunlop <domo@vo.lu>
15958          Date: Tue, 29 Sep 1998 21:06:30 +0000
15959          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
15960          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
15961          --
15962          Date: Wed, 30 Sep 1998 11:46:44 +0000
15963          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
15964          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
15965  Branch: perl
15966        ! pod/perldiag.pod regcomp.c
15967 ____________________________________________________________________________
15968 [  1910] By: gsar                                  on 1998/10/02  02:48:48
15969     Log: minor Configure tweaks (via private mail)
15970          From: Jarkko Hietaniemi <jhi@iki.fi>
15971          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
15972          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
15973          Subject: [PATCH] 5.005_52: the drizzle continues
15974  Branch: perl
15975        ! Configure config_h.SH handy.h
15976 ____________________________________________________________________________
15977 [  1909] By: gsar                                  on 1998/10/02  02:46:39
15978     Log: update SCO hints for dynamic loading
15979          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
15980          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
15981          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
15982          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
15983          --
15984          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
15985          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
15986          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
15987  Branch: perl
15988        ! hints/sco.sh
15989 ____________________________________________________________________________
15990 [  1908] By: gsar                                  on 1998/10/02  02:33:39
15991     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
15992  Branch: perl
15993        ! lib/File/Find.pm
15994 ____________________________________________________________________________
15995 [  1907] By: gsar                                  on 1998/10/02  02:21:52
15996     Log: applied patches, but retained old behavior for win32 (where compilers
15997          can't read from stdin at all)
15998          From: Graham Barr <gbarr@ti.com>
15999          Date: Mon, 28 Sep 1998 09:41:49 -0500
16000          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
16001          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
16002          --
16003          Date: Tue, 29 Sep 1998 12:35:43 -0500
16004          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
16005          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
16006  Branch: perl
16007        ! ext/Errno/Errno_pm.PL
16008 ____________________________________________________________________________
16009 [  1906] By: gsar                                  on 1998/10/02  02:02:19
16010     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
16011          Hietaniemi)
16012  Branch: perl
16013        ! t/op/grent.t
16014 ____________________________________________________________________________
16015 [  1905] By: gsar                                  on 1998/10/02  01:59:56
16016     Log: win32 caveats about truncate()
16017  Branch: perl
16018        ! pod/perlport.pod
16019 ____________________________________________________________________________
16020 [  1904] By: gsar                                  on 1998/10/02  01:53:25
16021     Log: various Configure and hints updates (prefer drand48() or random()
16022          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
16023          applied modulo SCO hints superceded by later patch
16024          From: Jarkko Hietaniemi <jhi@iki.fi>
16025          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
16026          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
16027          Subject: [PATCH] 5.005_52: Configure et al:
16028  Branch: perl
16029        + ext/IPC/SysV/hints/next_3.pl
16030        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
16031        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
16032        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
16033 ____________________________________________________________________________
16034 [  1903] By: gsar                                  on 1998/10/02  01:42:37
16035     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
16036          Date: Mon, 28 Sep 1998 17:41:49 +0100
16037          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
16038          Subject: [PATCH 5.005_52] Re: More on ?p 
16039          --
16040          Date: Thu, 01 Oct 1998 09:10:58 +0100
16041          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
16042          Subject: [PATCH 5.005_52] ?p fix
16043          --
16044          Date: Thu, 01 Oct 1998 10:45:56 +0100
16045          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
16046          Subject: [PATCH 5.005_52] more on ?p
16047  Branch: perl
16048        ! pp_ctl.c
16049 ____________________________________________________________________________
16050 [  1902] By: gsar                                  on 1998/10/02  01:36:14
16051     Log: From: Kenneth Duda <kjd@cisco.com>
16052          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
16053          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
16054          Subject: writemain dies when there are more than 4000 characters of extensions
16055  Branch: perl
16056        ! writemain.SH
16057 ____________________________________________________________________________
16058 [  1901] By: gsar                                  on 1998/10/02  01:33:16
16059     Log: tweak run_byacc recipe
16060  Branch: perl
16061        ! Makefile.SH Porting/pumpkin.pod
16062 ____________________________________________________________________________
16063 [  1900] By: gsar                                  on 1998/10/02  01:02:09
16064     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
16065  Branch: perl
16066        ! perl.h pp_ctl.c
16067 ____________________________________________________________________________
16068 [  1899] By: gsar                                  on 1998/09/28  20:46:30
16069     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
16070          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
16071          Dvornik)
16072  Branch: perl
16073        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
16074 ____________________________________________________________________________
16075 [  1898] By: gsar                                  on 1998/09/28  20:42:52
16076     Log: flush unsubmitted 5.00552 change
16077  Branch: perl
16078        ! MANIFEST
16079 ____________________________________________________________________________
16080 [  1897] By: gsar                                  on 1998/09/27  04:43:06
16081     Log: run vms_yfix.pl
16082  Branch: perl
16083        ! vms/perly_c.vms
16084 ____________________________________________________________________________
16085 [  1896] By: gsar                                  on 1998/09/27  03:38:55
16086     Log: small tweak on last change
16087  Branch: perl
16088        ! win32/win32.c
16089 ____________________________________________________________________________
16090 [  1895] By: gsar                                  on 1998/09/27  03:17:17
16091     Log: fix win32_stat() to do the right thing for share names
16092  Branch: perl
16093        ! win32/win32.c
16094 ____________________________________________________________________________
16095 [  1891] By: larry                                 on 1998/09/25  18:50:40
16096     Log: Fixed apostrophe problem from Mark Knutsen.
16097  Branch: perl
16098        ! sv.h
16099
16100 ----------------
16101 Version 5.005_52
16102 ----------------
16103
16104 ____________________________________________________________________________
16105 [  1890] By: gsar                                  on 1998/09/25  10:25:00
16106     Log: update template config.sh, add new config vars to win32 stuff
16107  Branch: perl
16108        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
16109        ! pp_sys.c proto.h win32/config.bc win32/config.gc
16110        ! win32/config.vc win32/config_H.bc win32/config_H.gc
16111        ! win32/config_H.vc win32/win32.h
16112 ____________________________________________________________________________
16113 [  1889] By: gsar                                  on 1998/09/25  07:13:13
16114     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
16115          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
16116          of full-fledged 64-bit support (including support for: fseeko/ftello,
16117          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
16118          in Fcntl)
16119          From: Jarkko Hietaniemi <jhi@iki.fi>
16120          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
16121          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
16122          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
16123          --
16124          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
16125          Date: 12 Sep 1998 09:44:25 +0300
16126          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
16127          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
16128  Branch: perl
16129        + lib/filetest.pm
16130        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
16131        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
16132        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
16133        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
16134        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
16135        ! win32/makedef.pl
16136 ____________________________________________________________________________
16137 [  1888] By: gsar                                  on 1998/09/25  06:27:12
16138     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
16139  Branch: perl
16140        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
16141        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16142        ! win32/makedef.pl win32/makefile.mk win32/win32.c
16143 ____________________________________________________________________________
16144 [  1887] By: gsar                                  on 1998/09/25  04:50:49
16145     Log: win32.c tweak
16146  Branch: perl
16147        ! win32/win32.c
16148 ____________________________________________________________________________
16149 [  1886] By: gsar                                  on 1998/09/25  04:47:32
16150     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
16151  Branch: perl
16152        ! lib/ExtUtils/MakeMaker.pm
16153 ____________________________________________________________________________
16154 [  1885] By: gsar                                  on 1998/09/25  04:05:09
16155     Log: From: Dominic Dunlop <domo@vo.lu>
16156          Date: Thu, 10 Sep 1998 11:02:46 +0000
16157          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
16158          Subject: MM_Unix::canonpath erroneously turns leading // into /
16159  Branch: perl
16160        ! lib/ExtUtils/MM_Unix.pm
16161 ____________________________________________________________________________
16162 [  1884] By: gsar                                  on 1998/09/25  03:06:10
16163     Log: temporarily disable perl malloc for a2p until we clean up
16164          conflicting malloc() declarations everywhere
16165  Branch: perl
16166        ! x2p/Makefile.SH
16167 ____________________________________________________________________________
16168 [  1883] By: gsar                                  on 1998/09/25  02:27:00
16169     Log: remove obsolete win32/bin/*.pl
16170  Branch: perl
16171        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
16172        ! Changes MANIFEST win32/Makefile win32/makefile.mk
16173 ____________________________________________________________________________
16174 [  1882] By: gsar                                  on 1998/09/25  02:04:43
16175     Log: missing file in last submit
16176  Branch: perl
16177        ! proto.h
16178 ____________________________________________________________________________
16179 [  1881] By: gsar                                  on 1998/09/25  01:56:54
16180     Log: serial access to PL_x[inpr]v_root for USE_THREADS
16181  Branch: perl
16182        ! sv.c
16183 ____________________________________________________________________________
16184 [  1880] By: gsar                                  on 1998/09/25  01:19:38
16185     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
16186          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
16187          Date: Thu, 24 Sep 1998 22:01:09 +0900
16188          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
16189          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
16190  Branch: perl
16191        ! hv.c proto.h
16192 ____________________________________________________________________________
16193 [  1879] By: gsar                                  on 1998/09/25  00:20:07
16194     Log: tweaks to enable PERL_OBJECT to build & test on win32
16195  Branch: perl
16196        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
16197        ! win32/GenCAPI.pl
16198 ____________________________________________________________________________
16199 [  1878] By: gsar                                  on 1998/09/25  00:13:36
16200     Log: fix change#1861, which breaks default boot_xxx symbol generation
16201  Branch: perl
16202        ! lib/ExtUtils/Mksymlists.pm
16203 ____________________________________________________________________________
16204 [  1877] By: gsar                                  on 1998/09/24  10:29:54
16205     Log: two tweaks for clean build and test on Solaris
16206  Branch: perl
16207        ! op.c t/op/subst.t
16208 ____________________________________________________________________________
16209 [  1876] By: gsar                                  on 1998/09/24  09:04:43
16210     Log: From: Colin Kuskie <ckuskie@cadence.com>
16211          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
16212          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
16213          Subject: [PATCH 5.005_51] perlform.pod
16214  Branch: perl
16215        ! pod/perlform.pod
16216 ____________________________________________________________________________
16217 [  1875] By: gsar                                  on 1998/09/24  08:47:47
16218     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16219          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
16220          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
16221          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
16222  Branch: perl
16223        ! regexec.c
16224 ____________________________________________________________________________
16225 [  1874] By: gsar                                  on 1998/09/24  08:44:55
16226     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16227          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
16228          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
16229          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
16230  Branch: perl
16231        ! toke.c
16232 ____________________________________________________________________________
16233 [  1873] By: gsar                                  on 1998/09/24  08:39:41
16234     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16235          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
16236          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
16237          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
16238  Branch: perl
16239        ! Changes regcomp.c
16240 ____________________________________________________________________________
16241 [  1872] By: gsar                                  on 1998/09/24  08:37:00
16242     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
16243          Date: Sun, 23 Aug 1998 23:18:38 PDT
16244          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
16245          Subject: new irix_6.sh hints file
16246  Branch: perl
16247        ! hints/irix_6.sh
16248 ____________________________________________________________________________
16249 [  1871] By: gsar                                  on 1998/09/24  07:26:37
16250     Log: correct FSF address in various places
16251  Branch: perl
16252        ! Copying README ext/B/README lib/Getopt/Long.pm
16253 ____________________________________________________________________________
16254 [  1870] By: gsar                                  on 1998/09/24  07:11:56
16255     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
16256          Date:    Fri, 14 Aug 1998 09:20:16 PDT
16257          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
16258          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
16259  Branch: perl
16260        ! configure.com
16261 ____________________________________________________________________________
16262 [  1869] By: gsar                                  on 1998/09/24  06:55:59
16263     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
16264          From:    Scott Henry <scotth@sgi.com>
16265          Date:    13 Aug 1998 09:52:15 PDT
16266          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
16267          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
16268  Branch: perl
16269        ! hints/irix_6.sh
16270 ____________________________________________________________________________
16271 [  1868] By: gsar                                  on 1998/09/24  06:51:23
16272     Log: From:    Nathan Torkington <gnat@frii.com>
16273          Date:    Thu, 13 Aug 1998 10:59:48 MDT
16274          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
16275          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
16276  Branch: perl
16277        ! pod/perlfunc.pod
16278 ____________________________________________________________________________
16279 [  1867] By: gsar                                  on 1998/09/24  06:45:13
16280     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
16281          that are autoloaded)
16282  Branch: perl
16283        ! pp_ctl.c
16284 ____________________________________________________________________________
16285 [  1866] By: gsar                                  on 1998/09/24  05:21:19
16286     Log: grandfather deprecated "$$<digit>" no more
16287  Branch: perl
16288        ! pod/perldiag.pod toke.c
16289 ____________________________________________________________________________
16290 [  1865] By: gsar                                  on 1998/09/24  04:52:48
16291     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
16292          low bits (suggested by Ilya Zakharevich)
16293  Branch: perl
16294        ! hv.h
16295 ____________________________________________________________________________
16296 [  1864] By: gsar                                  on 1998/09/24  04:29:14
16297     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
16298          perly_c.diff
16299  Branch: perl
16300        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
16301        ! perly_c.diff toke.c
16302 ____________________________________________________________________________
16303 [  1863] By: gsar                                  on 1998/09/24  03:36:30
16304     Log: provide locked access to string table for USE_THREADS
16305  Branch: perl
16306        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
16307 ____________________________________________________________________________
16308 [  1862] By: gsar                                  on 1998/09/24  03:30:32
16309     Log: remove bogus warn()
16310  Branch: perl
16311        ! embed.pl
16312 ____________________________________________________________________________
16313 [  1861] By: gsar                                  on 1998/09/24  02:58:51
16314     Log: applied suggested patch, adapted for all platforms
16315          From: jan.dubois@ibm.net (Jan Dubois)
16316          Date: Sun, 20 Sep 1998 12:56:38 +0200
16317          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
16318          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
16319  Branch: perl
16320        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
16321        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
16322        ! lib/ExtUtils/MakeMaker.pm
16323 ____________________________________________________________________________
16324 [  1860] By: gsar                                  on 1998/09/24  02:16:14
16325     Log: upgrade to CPAN-1.40
16326  Branch: perl
16327        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
16328 ____________________________________________________________________________
16329 [  1859] By: gsar                                  on 1998/09/24  02:08:59
16330     Log: use $ENV{MAKEMAKEROPT} to set default command line args
16331  Branch: perl
16332        ! lib/ExtUtils/MakeMaker.pm
16333 ____________________________________________________________________________
16334 [  1857] By: gsar                                  on 1998/09/23  10:58:36
16335     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16336          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
16337          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
16338          Subject: More verbose Test::Harness [PATCH]
16339  Branch: perl
16340        ! lib/Test/Harness.pm
16341 ____________________________________________________________________________
16342 [  1856] By: gsar                                  on 1998/09/23  10:56:24
16343     Log: update hints for OPENSTEP 4.2 on i386
16344          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
16345          Date: Sun, 20 Sep 1998 01:03:18 +0200
16346          Message-Id: <9809192303.AA29190@Spike>
16347          Subject: Perl 5.005_02 compilation problems
16348  Branch: perl
16349        ! hints/next_4.sh
16350 ____________________________________________________________________________
16351 [  1855] By: gsar                                  on 1998/09/23  10:52:27
16352     Log: reset errno after C<require> search (as suggested by Larry)
16353  Branch: perl
16354        ! pp_ctl.c
16355 ____________________________________________________________________________
16356 [  1854] By: gsar                                  on 1998/09/23  10:50:26
16357     Log: misc pod tweaks
16358  Branch: perl
16359        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
16360 ____________________________________________________________________________
16361 [  1853] By: gsar                                  on 1998/09/23  10:46:06
16362     Log: make Pod/Html.pm handle the --title option properly (as suggested
16363          by gml4410@ggr.co.uk)
16364  Branch: perl
16365        ! lib/Pod/Html.pm
16366 ____________________________________________________________________________
16367 [  1852] By: gsar                                  on 1998/09/23  10:41:39
16368     Log: SSNEW() API for allocating memory on the savestack
16369          From: Albert Dvornik <bert@genscan.com>
16370          Date: 17 Sep 1998 19:23:07 -0400
16371          Message-Id: <tqemtae338.fsf@puma.genscan.com>
16372          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
16373  Branch: perl
16374        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
16375        ! perl.h proto.h scope.c scope.h t/io/tell.t
16376 ____________________________________________________________________________
16377 [  1851] By: gsar                                  on 1998/09/23  10:37:05
16378     Log: From: Jochen Wiedmann <joe@ispsoft.de>
16379          Date: Thu, 17 Sep 1998 17:16:06 +0200
16380          Message-ID: <360127B6.E44564A@ispsoft.de>
16381          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
16382  Branch: perl
16383        ! lib/ExtUtils/MakeMaker.pm
16384 ____________________________________________________________________________
16385 [  1850] By: gsar                                  on 1998/09/23  10:33:05
16386     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
16387          Date: 15 Sep 1998 01:32:31 +0200
16388          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
16389          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
16390  Branch: perl
16391        ! lib/ExtUtils/MM_Unix.pm
16392 ____________________________________________________________________________
16393 [  1849] By: gsar                                  on 1998/09/23  10:29:04
16394     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
16395          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
16396          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
16397          Subject: Re: extralibs.ld problem in MM_VMS.pm
16398  Branch: perl
16399        ! lib/ExtUtils/MM_VMS.pm
16400 ____________________________________________________________________________
16401 [  1848] By: gsar                                  on 1998/09/23  10:25:24
16402     Log: From: Roderick Schertler <roderick@argon.org>
16403          Date: 11 Sep 1998 16:19:21 -0400
16404          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
16405          Subject: Re: Open2 and memory leaks
16406  Branch: perl
16407        ! lib/IPC/Open3.pm
16408 ____________________________________________________________________________
16409 [  1847] By: gsar                                  on 1998/09/23  10:18:31
16410     Log: From: Roderick Schertler <roderick@argon.org>
16411          Date: Wed, 09 Sep 1998 23:52:48 -0400
16412          Message-ID: <20567.905399568@eeyore.ibcinc.com>
16413          Subject: seed srand from /dev/urandom when possible
16414  Branch: perl
16415        ! pod/perlfunc.pod pp.c
16416 ____________________________________________________________________________
16417 [  1846] By: gsar                                  on 1998/09/23  10:12:22
16418     Log: From: Roderick Schertler <roderick@argon.org>
16419          Date: Thu, 10 Sep 1998 00:32:17 -0400
16420          Message-ID: <21142.905401937@eeyore.ibcinc.com>
16421          Subject: doc update for crypt()'s salt
16422  Branch: perl
16423        ! pod/perlfunc.pod
16424 ____________________________________________________________________________
16425 [  1845] By: gsar                                  on 1998/09/23  10:09:23
16426     Log: fix h2ph handling of C<#error "foo">
16427          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
16428          Date: Thu, 10 Sep 1998 09:59:33 +0900
16429          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
16430          Subject: [5.005_02] h2ph problem
16431  Branch: perl
16432        ! utils/h2ph.PL
16433 ____________________________________________________________________________
16434 [  1844] By: gsar                                  on 1998/09/23  10:06:13
16435     Log: plug strictly private function leaks in API listing
16436  Branch: perl
16437        ! pod/perlguts.pod
16438 ____________________________________________________________________________
16439 [  1843] By: gsar                                  on 1998/09/23  10:02:57
16440     Log: hide symbol for static build
16441          From: Dominic Dunlop <domo@vo.lu>
16442          Date: Tue, 8 Sep 1998 21:40:46 +0000
16443          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
16444          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
16445  Branch: perl
16446        ! regcomp.c
16447 ____________________________________________________________________________
16448 [  1842] By: gsar                                  on 1998/09/23  09:52:46
16449     Log: define PUT_svindex(), PUT_opindex()
16450  Branch: perl
16451        ! ext/B/B/Assembler.pm
16452 ____________________________________________________________________________
16453 [  1841] By: gsar                                  on 1998/09/23  09:44:25
16454     Log: From: Dominic Dunlop <domo@vo.lu>
16455          Date: Tue, 8 Sep 1998 15:34:53 +0000
16456          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
16457          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
16458  Branch: perl
16459        ! t/pragma/warn/regexec
16460 ____________________________________________________________________________
16461 [  1840] By: gsar                                  on 1998/09/23  09:42:17
16462     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
16463  Branch: perl
16464        ! win32/bin/pl2bat.pl
16465 ____________________________________________________________________________
16466 [  1839] By: gsar                                  on 1998/09/23  09:38:18
16467     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
16468          Date: Mon, 7 Sep 1998 17:36:09 +0900
16469          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
16470          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
16471  Branch: perl
16472        ! ext/Thread/Thread.xs
16473 ____________________________________________________________________________
16474 [  1838] By: gsar                                  on 1998/09/23  09:21:11
16475     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
16476          Date: Thu, 10 Sep 1998 00:02:07 -0400
16477          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
16478          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
16479  Branch: perl
16480        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
16481        + vos/config.h vos/config_h.SH_orig vos/perl.bind
16482        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
16483        ! MANIFEST perl.c perl.h pod/perlport.pod
16484 ____________________________________________________________________________
16485 [  1837] By: gsar                                  on 1998/09/23  08:45:58
16486     Log: (via private mail)
16487          From: Charles Bailey <BAILEY@newman.upenn.edu>
16488          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
16489          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
16490          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
16491  Branch: perl
16492        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
16493        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
16494        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
16495        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
16496        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
16497        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
16498        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
16499        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
16500        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
16501        ! vms/writemain.pl
16502 ____________________________________________________________________________
16503 [  1836] By: gsar                                  on 1998/09/23  08:17:42
16504     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16505          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
16506          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
16507          Subject: [PATCH 5.005_*] OS/2 spawning typos
16508  Branch: perl
16509        ! os2/os2.c
16510 ____________________________________________________________________________
16511 [  1835] By: gsar                                  on 1998/09/23  08:09:55
16512     Log: warn on C<my($foo,$foo)>
16513  Branch: perl
16514        ! op.c pod/perldiag.pod
16515 ____________________________________________________________________________
16516 [  1834] By: gsar                                  on 1998/09/23  07:35:56
16517     Log: From: pvhp@forte.com (Peter Prymmer)
16518          Date: Fri, 4 Sep 98 13:27:41 PDT
16519          Message-Id: <9809042027.AA04463@forte.com>
16520          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
16521  Branch: perl
16522        ! README.vms
16523 ____________________________________________________________________________
16524 [  1833] By: gsar                                  on 1998/09/23  07:27:34
16525     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
16526          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
16527          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
16528          Subject: PATCH: 5.005_02 hint/hpux.sh
16529  Branch: perl
16530        ! hints/hpux.sh
16531 ____________________________________________________________________________
16532 [  1832] By: gsar                                  on 1998/09/23  07:22:40
16533     Log: fix (some) installhtml bugs
16534          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
16535          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
16536          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
16537          Subject: installhtml script needs work
16538  Branch: perl
16539        ! installhtml
16540 ____________________________________________________________________________
16541 [  1831] By: gsar                                  on 1998/09/23  07:19:30
16542     Log: document 'U' magic with examples
16543          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
16544          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
16545          Message-Id: <199809011455.PAA00631@sale-wts>
16546          Subject: Re: Looking for some XS MAGIC examples...
16547  Branch: perl
16548        ! pod/perlguts.pod
16549 ____________________________________________________________________________
16550 [  1830] By: gsar                                  on 1998/09/23  07:16:43
16551     Log: From: pvhp@forte.com (Peter Prymmer)
16552          Date: Mon, 31 Aug 98 17:13:49 PDT
16553          Message-Id: <9809010013.AA06737@forte.com>
16554          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
16555  Branch: perl
16556        ! README.os390
16557 ____________________________________________________________________________
16558 [  1829] By: gsar                                  on 1998/09/23  07:15:08
16559     Log: fix problematic typecast in filter_del()
16560          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
16561          Date: Mon, 31 Aug 1998 21:13:11 GMT
16562          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
16563          Subject: perl5.005_02 does not build on Cray T90
16564  Branch: perl
16565        ! toke.c
16566 ____________________________________________________________________________
16567 [  1828] By: gsar                                  on 1998/09/23  07:11:34
16568     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16569          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
16570          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
16571          Subject: [PATCH 5.005_5*] (?>) broken in RE
16572  Branch: perl
16573        ! regexec.c t/op/re_tests
16574 ____________________________________________________________________________
16575 [  1827] By: gsar                                  on 1998/09/23  07:09:50
16576     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
16577  Branch: perl
16578        ! t/op/grent.t t/op/groups.t
16579 ____________________________________________________________________________
16580 [  1826] By: gsar                                  on 1998/09/23  07:03:16
16581     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
16582          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
16583          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
16584          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
16585  Branch: perl
16586        - interp.sym
16587        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
16588 ____________________________________________________________________________
16589 [  1825] By: gsar                                  on 1998/09/23  06:56:40
16590     Log: re-introduce change#1703
16591  Branch: perl
16592        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
16593 ____________________________________________________________________________
16594 [  1824] By: gsar                                  on 1998/09/23  06:44:19
16595     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16596          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
16597          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
16598          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
16599  Branch: perl
16600        ! lib/perl5db.pl
16601 ____________________________________________________________________________
16602 [  1823] By: gsar                                  on 1998/09/23  06:41:34
16603         Log: From: Joe Buehler <jhpb@hekimian.com>
16604              Date: 29 Aug 1998 17:13:28 -0400
16605              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
16606              Subject: patches for perl 5.005_51 under U/WIN
16607      Branch: perl
16608            + hints/uwin.sh
16609            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
16610            ! t/lib/posix.t
16611 ____________________________________________________________________________
16612 [  1822] By: gsar                                  on 1998/09/23  06:36:59
16613         Log: add missing C<no utf8;> tweak from Larry
16614      Branch: perl
16615            ! t/op/subst.t
16616 ____________________________________________________________________________
16617 [  1821] By: gsar                                  on 1998/09/23  06:27:51
16618         Log: s/runops/CALLRUNOPS/
16619      Branch: perl
16620            ! cc_runtime.h
16621 ____________________________________________________________________________
16622 [  1820] By: gsar                                  on 1998/09/23  06:24:49
16623         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
16624      Branch: perl
16625           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
16626           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
16627           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
16628           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
16629           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
16630           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
16631           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
16632           +> t/pragma/warn/util
16633            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
16634            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
16635            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
16636            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
16637            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
16638            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
16639            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
16640            - t/pragma/warn-util
16641            ! MANIFEST t/pragma/warning.t
16642 ____________________________________________________________________________
16643 [  1819] By: gsar                                  on 1998/09/23  06:08:46
16644         Log: make \(%foo) return refs to values (not copies of values)
16645              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
16646              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
16647              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
16648              --
16649              From: Roderick Schertler <roderick@argon.org>
16650              Date: Sat, 29 Aug 1998 00:58:33 -0400
16651              Message-ID: <29894.904366713@eeyore.ibcinc.com>
16652              Subject: Re: \(%x) problems
16653      Branch: perl
16654            ! doop.c pod/perlref.pod
16655 ____________________________________________________________________________
16656 [  1818] By: gsar                                  on 1998/09/23  06:05:08
16657         Log: make h2xs generate ANSI prototypes
16658      Branch: perl
16659            ! utils/h2xs.PL
16660 ____________________________________________________________________________
16661 [  1817] By: gsar                                  on 1998/09/23  05:57:16
16662         Log: updated usethreads hints for hpux 10.X
16663              From: Matthew T Harden <mthard@mthard1.monsanto.com>
16664              Date: Fri, 28 Aug 1998 14:10:42 GMT
16665              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
16666              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
16667      Branch: perl
16668            ! hints/hpux.sh perl.h
16669 ____________________________________________________________________________
16670 [  1816] By: gsar                                  on 1998/09/23  05:53:31
16671         Log: don't create empty directories in installperl
16672              From: Robin Barker <rmb1@cise.npl.co.uk>
16673              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
16674              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
16675              Subject: [PATCH 5.005_02] install: empty dirs
16676      Branch: perl
16677            ! installperl
16678 ____________________________________________________________________________
16679 [  1815] By: gsar                                  on 1998/09/23  05:50:36
16680         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
16681              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16682              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
16683              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
16684              Subject: Re: your mail
16685      Branch: perl
16686            ! regexec.c t/op/re_tests
16687 ____________________________________________________________________________
16688 [  1814] By: gsar                                  on 1998/09/23  05:45:17
16689         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
16690              Date: Thu, 20 Aug 1998 20:59:03 -0400
16691              Message-ID: <19980820205903.A12908@O2.chapin.edu>
16692              Subject: [PATCH] h2ph misquotes #error directives
16693      Branch: perl
16694            ! t/lib/h2ph.pht utils/h2ph.PL
16695 ____________________________________________________________________________
16696 [  1813] By: gsar                                  on 1998/09/23  05:42:41
16697         Log: patch to support computed regular subexpressions
16698              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16699              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
16700              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
16701              Subject: [5.005_5* PATCH] Postponed RE - now!
16702      Branch: perl
16703            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
16704            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
16705 ____________________________________________________________________________
16706 [  1812] By: gsar                                  on 1998/09/23  05:26:26
16707         Log: better CR-handling on shebang line and in formats (fixed variant of
16708              patch suggested by Igor Sysoev <igor@nitek.ru>)
16709      Branch: perl
16710            ! perl.c toke.c
16711 ____________________________________________________________________________
16712 [  1811] By: gsar                                  on 1998/09/23  04:35:46
16713         Log: document non-loopish blocks better
16714              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16715              Date: Tue, 18 Aug 1998 12:28:36 +0100
16716              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
16717              Subject: Re: next in do {} while block gives error message
16718      Branch: perl
16719            ! pod/perlfunc.pod
16720 ____________________________________________________________________________
16721 [  1810] By: gsar                                  on 1998/09/23  04:12:05
16722         Log: fix bogus integerization of pop()'s return value
16723              From: Gurusamy Sarathy <gsar@engin.umich.edu>
16724              Date: Sat, 15 Aug 1998 23:27:54 -0400
16725              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
16726              Subject: Re: Complex expression does integer arithmetic 
16727      Branch: perl
16728            ! opcode.h opcode.pl
16729 ____________________________________________________________________________
16730 [  1809] By: gsar                                  on 1998/09/23  04:09:43
16731         Log: tweak README.win32
16732      Branch: perl
16733            ! README.win32
16734 ____________________________________________________________________________
16735 [  1808] By: gsar                                  on 1998/09/23  03:40:57
16736         Log: better diagnostic for do{} used as lvalue
16737      Branch: perl
16738            ! op.c pod/perlport.pod
16739 ____________________________________________________________________________
16740 [  1807] By: gsar                                  on 1998/09/23  03:38:30
16741         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
16742              From: hansm@icgroup.nl
16743              Date: Tue, 11 Aug 98 21:08:51 +0200
16744              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
16745              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
16746      Branch: perl
16747            ! malloc.c
16748 ____________________________________________________________________________
16749 [  1806] By: gsar                                  on 1998/09/23  03:36:08
16750         Log: support make written in perl (aka "pmake") on win32
16751      Branch: perl
16752            ! lib/ExtUtils/MM_Win32.pm
16753 ____________________________________________________________________________
16754 [  1805] By: gsar                                  on 1998/09/23  03:30:07
16755         Log: fix mismatched UV/U32 types for to_utf8_*()
16756      Branch: perl
16757            ! utf8.c
16758 ____________________________________________________________________________
16759 [  1804] By: gsar                                  on 1998/09/23  03:22:22
16760         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
16761              Date: Sun, 9 Aug 1998 22:38:23 +0200
16762              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
16763              Subject: [PATCH 5.5002] dos-djgpp update
16764      Branch: perl
16765            ! t/io/fs.t
16766 ____________________________________________________________________________
16767 [  1803] By: gsar                                  on 1998/09/23  03:20:13
16768         Log: apply minimal variant of patch (sent via private mail)
16769              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
16770              Date: Wed, 12 Aug 1998 15:42:35 +0300
16771              Message-Id: <199808121242.PAA29761@comanche.spices>
16772              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
16773      Branch: perl
16774            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
16775            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
16776 ____________________________________________________________________________
16777 [  1802] By: gsar                                  on 1998/09/23  03:03:39
16778         Log: adjust searchdict.t for EBCDIC (still needs documenting)
16779              From: pvhp@forte.com (Peter Prymmer)
16780              Date: Thu, 6 Aug 98 18:09:39 PDT
16781              Message-Id: <9808070109.AA06158@forte.com>
16782              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
16783      Branch: perl
16784            ! README.os390 t/lib/searchdict.t
16785 ____________________________________________________________________________
16786 [  1801] By: gsar                                  on 1998/09/23  02:54:15
16787         Log: silence redefined warning for XS(INIT) {}
16788      Branch: perl
16789            ! op.c
16790 ____________________________________________________________________________
16791 [  1800] By: gsar                                  on 1998/09/23  02:42:23
16792         Log: support match indices via special variables @- and @+
16793              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16794              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
16795              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
16796              Subject: [PATCH 5.004_76] @- and @+
16797      Branch: perl
16798            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
16799            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
16800 ____________________________________________________________________________
16801 [  1799] By: gsar                                  on 1998/09/23  01:44:31
16802         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16803              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
16804              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
16805              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
16806      Branch: perl
16807            ! regcomp.c t/op/re_tests
16808 ____________________________________________________________________________
16809 [  1798] By: gsar                                  on 1998/09/23  01:39:23
16810         Log: integrate maint-5.005 changes (except conflicting change#1794)
16811      Branch: perl
16812            ! Changes
16813           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
16814           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
16815           !> win32/win32.h
16816 ____________________________________________________________________________
16817 [  1797] By: gsar                                  on 1998/09/23  01:32:36
16818         Log: add note to win32/Makefile about setting CCHOME
16819      Branch: perl
16820            ! win32/Makefile win32/makefile.mk
16821 ____________________________________________________________________________
16822 [  1796] By: gsar                                  on 1998/09/23  01:31:32
16823         Log: perl.pod tweak
16824      Branch: perl
16825            ! pod/perl.pod
16826 ____________________________________________________________________________
16827 [  1795] By: gsar                                  on 1998/09/21  20:34:10
16828         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
16829      Branch: perl
16830            ! lib/ExtUtils/xsubpp
16831 ____________________________________________________________________________
16832 [  1789] By: gsar                                  on 1998/09/18  18:01:37
16833         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
16834      Branch: perl
16835            ! cop.h t/cmd/for.t
16836 ____________________________________________________________________________
16837 [  1788] By: gsar                                  on 1998/09/17  02:19:11
16838         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
16839      Branch: perl
16840            ! win32/config.bc win32/config.gc win32/config.vc
16841 ____________________________________________________________________________
16842 [  1787] By: gsar                                  on 1998/09/17  01:45:14
16843         Log: suppress bogus warning on C<sub x {} x()>
16844      Branch: perl
16845            ! toke.c
16846 ____________________________________________________________________________
16847 [  1786] By: gsar                                  on 1998/09/17  01:42:51
16848         Log: ntohl typo in objXSUB.h
16849      Branch: perl
16850            ! objXSUB.h
16851 ____________________________________________________________________________
16852 [  1785] By: gsar                                  on 1998/09/17  01:41:48
16853         Log: fill gaps in sig_* entries in win32/config.?c
16854      Branch: perl
16855            ! win32/config.bc win32/config.gc win32/config.vc
16856 ____________________________________________________________________________
16857 [  1781] By: larry                                 on 1998/09/05  23:48:24
16858         Log: tr/// logic was hosed under utf8
16859      Branch: perl
16860            ! doop.c op.c op.h pp.c proto.h
16861 ____________________________________________________________________________
16862 [  1780] By: larry                                 on 1998/09/05  23:44:16
16863         Log: several new tests needed tweaking to work under utf8
16864      Branch: perl
16865            ! t/comp/require.t t/op/pack.t t/op/substr.t
16866 ____________________________________________________________________________
16867 [  1779] By: larry                                 on 1998/09/05  23:41:42
16868         Log: index() applied BM optimization to wrong argument
16869      Branch: perl
16870            ! op.c util.c
16871 ____________________________________________________________________________
16872 [  1778] By: larry                                 on 1998/09/05  23:38:29
16873         Log: Implicit require during compile reset line numbering
16874      Branch: perl
16875            ! pp_ctl.c
16876
16877 ----------------
16878 Version 5.005_51
16879 ----------------
16880
16881 ____________________________________________________________________________
16882 [  1777] By: gsar                                  on 1998/08/10  07:02:38
16883         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
16884              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
16885              lexical warning testsuite for win32
16886      Branch: perl
16887            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
16888            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
16889            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
16890            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
16891            ! win32/Makefile win32/makefile.mk
16892 ____________________________________________________________________________
16893 [  1776] By: gsar                                  on 1998/08/09  17:53:48
16894         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
16895      Branch: perl
16896            ! Changes MANIFEST perl.c pod/perlhist.pod
16897 ____________________________________________________________________________
16898 [  1775] By: gsar                                  on 1998/08/09  14:35:33
16899         Log: tweak warning test
16900      Branch: perl
16901            ! t/pragma/warn-toke
16902 ____________________________________________________________________________
16903 [  1774] By: gsar                                  on 1998/08/09  14:13:46
16904         Log: add missing dTHR; notes for test failures due to small stacksize
16905      Branch: perl
16906            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
16907            ! toke.c universal.c util.c
16908 ____________________________________________________________________________
16909 [  1773] By: gsar                                  on 1998/08/09  11:31:53
16910         Log: lexical warnings; tweaks to places that didn't apply correctly
16911              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
16912              Date:    Wed, 29 Jul 1998 09:28:45 BST
16913              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
16914              Subject: lexical warnings patch for 5.005_50
16915      Branch: perl
16916            + README.lexwarn lib/warning.pm t/pragma/warn-2use
16917            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
16918            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
16919            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
16920            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
16921            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
16922            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
16923            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
16924            + warning.h warning.pl
16925            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
16926            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
16927            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
16928            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
16929            ! universal.c util.c
16930 ____________________________________________________________________________
16931 [  1772] By: gsar                                  on 1998/08/08  23:06:00
16932         Log: bump patchlevel to 5.005_51
16933      Branch: perl
16934            ! patchlevel.h win32/Makefile win32/config_H.bc
16935            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
16936 ____________________________________________________________________________
16937 [  1771] By: gsar                                  on 1998/08/08  23:01:57
16938         Log: fix bogus warning on "\x{123}"
16939              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
16940              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
16941              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
16942              Subject: [5.005_50 PATCH] Some unicode problems
16943      Branch: perl
16944            ! regcomp.c toke.c
16945 ____________________________________________________________________________
16946 [  1770] By: gsar                                  on 1998/08/08  22:56:55
16947         Log: hide dup symbol for static build of ext/re
16948              From: Dominic Dunlop <domo@ppp72.vo.lu>
16949              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
16950              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
16951              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
16952      Branch: perl
16953            ! regcomp.c
16954 ____________________________________________________________________________
16955 [  1769] By: gsar                                  on 1998/08/08  22:45:06
16956         Log: fix double free on -Mutf8 -e '$b=uc("")'
16957              From: larry@wall.org (Larry Wall)
16958              Date: Fri, 7 Aug 1998 14:42:43 -0700
16959              Message-Id: <199808072142.OAA14920@wall.org>
16960              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
16961      Branch: perl
16962            ! pp.c
16963 ____________________________________________________________________________
16964 [  1768] By: gsar                                  on 1998/08/08  22:42:29
16965         Log: substr() assumes utf8 without say-so
16966              From: larry@wall.org (Larry Wall)
16967              Date: Fri, 7 Aug 1998 12:25:12 -0700
16968              Message-Id: <199808071925.MAA13436@wall.org>
16969              Subject: [PATCH 5.005_50] substr bug?
16970      Branch: perl
16971            ! pp.c
16972 ____________________________________________________________________________
16973 [  1767] By: gsar                                  on 1998/08/08  22:38:25
16974         Log: fix intolerance of SWASHes for blank lines
16975              From: Gisle Aas <aas@sn.no>
16976              Date: 06 Aug 1998 23:28:57 +0200
16977              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
16978              Subject: Re: Re[2]: another joyride begins
16979      Branch: perl
16980            ! lib/utf8_heavy.pl
16981 ____________________________________________________________________________
16982 [  1766] By: gsar                                  on 1998/08/08  22:33:10
16983         Log: utf8 doc tweak
16984              From: Gisle Aas <aas@sn.no>
16985              Date: 05 Aug 1998 00:41:04 +0200
16986              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
16987              Subject: Matching clumps
16988      Branch: perl
16989            ! lib/utf8.pm
16990 ____________________________________________________________________________
16991 [  1765] By: gsar                                  on 1998/08/08  22:31:37
16992         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
16993              From: Gisle Aas <aas@sn.no>
16994              Date: 04 Aug 1998 22:56:11 +0200
16995              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
16996              Subject: Re: another joyride begins
16997      Branch: perl
16998            ! lib/utf8_heavy.pl
16999 ____________________________________________________________________________
17000 [  1764] By: gsar                                  on 1998/08/08  22:28:43
17001         Log: From: larry@wall.org (Larry Wall)
17002              Date: Tue, 4 Aug 1998 17:04:51 -0700
17003              Message-Id: <199808050004.RAA22592@wall.org>
17004              Subject: [PATCH 5.005_50] \pX not implemented!
17005      Branch: perl
17006            ! regcomp.c
17007 ____________________________________________________________________________
17008 [  1763] By: gsar                                  on 1998/08/08  22:27:15
17009         Log: From: Stephen McCamant <alias@mcs.com>
17010              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
17011              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
17012              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
17013      Branch: perl
17014            ! op.c
17015 ____________________________________________________________________________
17016 [  1762] By: gsar                                  on 1998/08/08  22:26:09
17017         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
17018              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
17019              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
17020              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
17021      Branch: perl
17022            + t/op/grent.t t/op/pwent.t
17023            ! MANIFEST
17024 ____________________________________________________________________________
17025 [  1761] By: gsar                                  on 1998/08/08  22:21:52
17026         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17027              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
17028              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
17029              Subject: [5.005_50 PATCH] misprint in RE engine
17030      Branch: perl
17031            ! regexec.c t/op/re_tests
17032 ____________________________________________________________________________
17033 [  1760] By: gsar                                  on 1998/08/08  22:18:54
17034         Log: integrate maint-5.005 changes into mainline
17035      Branch: perl
17036           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
17037           !> (integrate 138 files)
17038 ____________________________________________________________________________
17039 [  1672] By: gsar                                  on 1998/07/27  18:35:28
17040         Log: create new Changes
17041      Branch: perl
17042            + Changes
17043            ! Changes5.005 MANIFEST
17044 ____________________________________________________________________________
17045 [  1671] By: gsar                                  on 1998/07/27  18:30:57
17046         Log: rename Changes --> Changes5.005
17047      Branch: perl
17048           +> Changes5.005
17049            - Changes
17050 ____________________________________________________________________________
17051 [  1670] By: gsar                                  on 1998/07/27  18:10:14
17052         Log: integrate 5.005_01 changes from maint
17053      Branch: perl
17054            ! Changes
17055           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
17056           !> win32/win32.c
17057 ____________________________________________________________________________
17058 [  1667] By: nick                                  on 1998/07/26  14:31:01
17059         Log: Add dTHR so that it compiles miniperl in threaded mode
17060      Branch: perl
17061            ! doop.c mg.c regcomp.c regexec.c
17062 ____________________________________________________________________________
17063 [  1666] By: nick                                  on 1998/07/26  13:01:10
17064         Log: Resolve ansiperl against mainline (@1648?)
17065              Unclear that change number has "taken".
17066      Branch: ansiperl
17067           +> (branch 169 files)
17068            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
17069           !> (integrate 131 files)
17070
17071 ----------------
17072 Version 5.005_50
17073 ----------------
17074
17075 ____________________________________________________________________________
17076 [  1665] By: gsar                                  on 1998/07/26  05:38:48
17077         Log: add trailing newline to file
17078      Branch: perl
17079            ! Changes lib/unicode/blocks.txt
17080 ____________________________________________________________________________
17081 [  1664] By: gsar                                  on 1998/07/26  05:08:48
17082         Log: integrate proto.h additions from maint-5.005
17083      Branch: perl
17084           !> pod/perlhist.pod proto.h
17085 ____________________________________________________________________________
17086 [  1663] By: gsar                                  on 1998/07/26  05:07:05
17087         Log: add new files to MANIFEST; add missing prototypes to proto.h;
17088              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
17089              add typecasts to silence warnings; tweaks for win32 builds
17090      Branch: perl
17091            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
17092            ! win32/Makefile win32/makefile.mk
17093 ____________________________________________________________________________
17094 [  1662] By: gsar                                  on 1998/07/26  05:01:52
17095         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
17096      Branch: maint-5.005/perl
17097            ! pod/perlhist.pod proto.h
17098 ____________________________________________________________________________
17099 [  1661] By: gsar                                  on 1998/07/26  02:52:48
17100         Log: up patchlevel to 5.005_50
17101      Branch: perl
17102            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
17103            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
17104 ____________________________________________________________________________
17105 [  1660] By: gsar                                  on 1998/07/26  02:43:57
17106         Log: integrate utfperl
17107      Branch: perl
17108           +> (branch 162 files)
17109           !> (integrate 29 files)
17110 ____________________________________________________________________________
17111 [  1659] By: gsar                                  on 1998/07/26  02:38:22
17112         Log: integrate maint-5.005 changes
17113      Branch: perl
17114           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
17115           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
17116           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
17117           !> vms/descrip_mms.template vms/subconfigure.com
17118 ____________________________________________________________________________
17119 [  1658] By: gsar                                  on 1998/07/26  02:23:46
17120         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
17121              Date: Fri, 24 Jul 1998 11:38:25 -0700
17122              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
17123              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
17124              --
17125              Date: Fri, 24 Jul 1998 12:30:36 -0700
17126              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
17127              Subject: [PATCH 5.005]Tweaks to README.vms
17128              --
17129              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
17130              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
17131              Subject: [PATCH 5.005] Final build cleanup patch
17132      Branch: maint-5.005/perl
17133            ! README.vms vms/descrip_mms.template vms/subconfigure.com
17134 ____________________________________________________________________________
17135 [  1657] By: gsar                                  on 1998/07/26  02:19:50
17136         Log: another platform where pp_sselect() needs a whole fd_set buffer
17137              From: Lupe Christoph <lupe@alanya.m.isar.de>
17138              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
17139              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
17140              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
17141      Branch: maint-5.005/perl
17142            ! pp_sys.c
17143 ____________________________________________________________________________
17144 [  1656] By: gsar                                  on 1998/07/26  02:12:46
17145         Log: fix problem building modules on dos-djgpp
17146              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
17147              Date: Sat, 25 Jul 1998 00:53:39 +0200
17148              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
17149              Subject: [PATCH 5.005] dos-djgpp and modules problem
17150      Branch: maint-5.005/perl
17151            ! djgpp/fixpmain
17152 ____________________________________________________________________________
17153 [  1655] By: gsar                                  on 1998/07/26  02:11:09
17154         Log: From: Tom Spindler <dogcow@home.merit.edu>
17155              Date: Wed, 22 Jul 1998 16:11:07 -0400
17156              Message-ID: <19980722161107.A16813@home.merit.edu>
17157              Subject: [PATCH 5.005] BeOS tweak
17158      Branch: maint-5.005/perl
17159            ! hints/beos.sh
17160 ____________________________________________________________________________
17161 [  1654] By: gsar                                  on 1998/07/26  02:09:29
17162         Log: various pod tweaks
17163      Branch: maint-5.005/perl
17164            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
17165            ! pod/perltoc.pod
17166 ____________________________________________________________________________
17167 [  1653] By: gsar                                  on 1998/07/26  02:05:46
17168         Log: fix emacs/ptags for PL_* changes
17169              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17170              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
17171              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
17172              Subject: [PATCH 5.004_76] Yet better ptags
17173      Branch: maint-5.005/perl
17174            ! emacs/ptags
17175 ____________________________________________________________________________
17176 [  1652] By: gsar                                  on 1998/07/26  02:03:01
17177         Log: fix behavior of <=> on bigints
17178              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17179              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
17180              Date: Fri, 24 Jul 1998 18:29:53 +0100
17181              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
17182      Branch: maint-5.005/perl
17183            ! lib/Math/BigInt.pm t/lib/bigintpm.t
17184 ____________________________________________________________________________
17185 [  1651] By: larry                                 on 1998/07/24  05:44:33
17186         Log: Here are the long-expected Unicode/UTF-8 modifications.
17187      Branch: utfperl
17188            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
17189            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
17190            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
17191            + lib/unicode/Decomposition.pl
17192            + lib/unicode/In/AlphabeticPresentationForms.pl
17193            + lib/unicode/In/Arabic.pl
17194            + lib/unicode/In/ArabicPresentationForms-A.pl
17195            + lib/unicode/In/ArabicPresentationForms-B.pl
17196            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
17197            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
17198            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
17199            + lib/unicode/In/BoxDrawing.pl
17200            + lib/unicode/In/CJKCompatibility.pl
17201            + lib/unicode/In/CJKCompatibilityForms.pl
17202            + lib/unicode/In/CJKCompatibilityIdeographs.pl
17203            + lib/unicode/In/CJKSymbolsandPunctuation.pl
17204            + lib/unicode/In/CJKUnifiedIdeographs.pl
17205            + lib/unicode/In/CombiningDiacriticalMarks.pl
17206            + lib/unicode/In/CombiningHalfMarks.pl
17207            + lib/unicode/In/CombiningMarksforSymbols.pl
17208            + lib/unicode/In/ControlPictures.pl
17209            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
17210            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
17211            + lib/unicode/In/EnclosedAlphanumerics.pl
17212            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
17213            + lib/unicode/In/GeneralPunctuation.pl
17214            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
17215            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
17216            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
17217            + lib/unicode/In/HalfwidthandFullwidthForms.pl
17218            + lib/unicode/In/HangulCompatibilityJamo.pl
17219            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
17220            + lib/unicode/In/Hebrew.pl
17221            + lib/unicode/In/HighPrivateUseSurrogates.pl
17222            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
17223            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
17224            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
17225            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
17226            + lib/unicode/In/LatinExtended-A.pl
17227            + lib/unicode/In/LatinExtended-B.pl
17228            + lib/unicode/In/LatinExtendedAdditional.pl
17229            + lib/unicode/In/LetterlikeSymbols.pl
17230            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
17231            + lib/unicode/In/MathematicalOperators.pl
17232            + lib/unicode/In/MiscellaneousSymbols.pl
17233            + lib/unicode/In/MiscellaneousTechnical.pl
17234            + lib/unicode/In/NumberForms.pl
17235            + lib/unicode/In/OpticalCharacterRecognition.pl
17236            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
17237            + lib/unicode/In/SmallFormVariants.pl
17238            + lib/unicode/In/SpacingModifierLetters.pl
17239            + lib/unicode/In/Specials.pl
17240            + lib/unicode/In/SuperscriptsandSubscripts.pl
17241            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
17242            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
17243            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
17244            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
17245            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
17246            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
17247            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
17248            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
17249            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
17250            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
17251            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
17252            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
17253            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
17254            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
17255            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
17256            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
17257            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
17258            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
17259            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
17260            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
17261            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
17262            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
17263            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
17264            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
17265            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
17266            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
17267            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
17268            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
17269            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
17270            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
17271            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
17272            + lib/unicode/JamoShort.pl lib/unicode/Makefile
17273            + lib/unicode/Name.pl lib/unicode/Number.pl
17274            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
17275            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
17276            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
17277            + lib/unicode/blocks.txt lib/unicode/index2.txt
17278            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
17279            + lib/unicode/names2.txt lib/unicode/props2.txt
17280            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
17281            + utf8.c utf8.h
17282            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
17283            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
17284            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
17285            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
17286            ! t/op/vec.t toke.c util.c vms/vmsish.h
17287 ____________________________________________________________________________
17288 [  1650] By: gsar                                  on 1998/07/24  04:06:48
17289         Log: create utfperl branch
17290      Branch: utfperl
17291           +> (branch 1079 files)
17292 ____________________________________________________________________________
17293 [  1649] By: gsar                                  on 1998/07/24  03:56:56
17294         Log: create maint-5.005 branch
17295      Branch: maint-5.005/perl
17296           +> (branch 1079 files)
17297 ____________________________________________________________________________
17298 [  1648] By: gsar                                  on 1998/07/24  03:36:35
17299         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
17300      Branch: perl
17301            ! Changes
17302