Bypass PERL_INC_VERSION_LIST until we support in in Configure.Com
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a summary of significant changes
2 between versions and sub-versions of Perl, not necessarily a complete
3 list of each modification.  If you'd like more detailed information,
4 please consult the comments in the patches on which the relevant
5 release of Perl is based.  (Patches can be found on any CPAN
6 site, in the .../src/5.0 directory for full version releases,
7 or in the .../src/5/0/unsupported directory for sub-version
8 releases.)
9
10
11                            ---------------
12                             CAST AND CREW
13                            ---------------
14
15 To give due honor to those who have made Perl what is is today,
16 here are some of the more common names in the Changes file, and their
17 current addresses (as of February 2000):
18
19     Gisle Aas           <gisle@aas.no>
20     Abigail             <abigail@delanet.com>
21     Kenneth Albanowski  <kjahds@kjahds.com>
22     Russ Allbery        <rra@stanford.edu>
23     Brad Appleton       <bradapp@enteract.com>
24     Greg Bacon          <gbacon@itsc.uah.edu>
25     Robin Barker        <rmb1@cise.npl.co.uk>
26     Vishal Bhatia       <vishal@gol.com>
27     Spider Boardman     <spider@orb.nashua.nh.us>
28     Tom Christiansen    <tchrist@perl.com>
29     Mark-Jason Dominus  <mjd@plover.com>
30     Jan Dubois          <jand@activestate.com>
31     Dominic Dunlop      <domo@computer.org>
32     Eric Fifer          <efifer@sanwaint.com>
33     Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
34     M. J. T. Guy        <mjtg@cus.cam.ac.uk>
35     Jarkko Hietaniemi   <jhi@iki.fi>
36     Tom Hughes          <tom@compton.nu>
37     Nick Ing-Simmons    <nik@tiuk.ti.com>
38     Andreas Koenig      <a.koenig@mind.de>
39     Douglas Lankshear   <dougl@activestate.com>
40     Doug MacEachern     <dougm@opengroup.org>
41     Raphael Manfredi    <Raphael.Manfredi@st.com>
42     Paul Marquess       <Paul.Marquess@btinternet.com>
43     Stephen McCamant    <alias@mcs.com>
44     Laszlo Molnar       <laszlo.molnar@eth.ericsson.se>
45     Hans Mulder         <hansmu@xs4all.nl>
46     Chris Nandor        <pudge@pobox.com>
47     Matthias Neeracher  <neeri@iis.ee.ethz.ch>
48     Jeff Okamoto        <okamoto@hpcc123.corp.hp.com>
49     Ulrich Pfeifer      <pfeifer@charly.informatik.uni-dortmund.de>
50     Tom Phoenix         <rootbeer@teleport.com>
51     Joshua Pritikin     <joshua.pritikin@db.com>
52     Peter Prymmer       <pvhp@forte.com>
53     Norbert Pueschel    <pueschel@imsdd.meb.uni-bonn.de>
54     Dean Roehrich       <roehrich@cray.com>
55     Hugo van der Sanden <hv@crypt0.demon.co.uk>
56     Michael G Schwern   <schwern@pobox.com>
57     Roderick Schertler  <roderick@argon.org>
58     Kurt D. Starsinic   <kstar@isinet.com>
59     Benjamin Stuhl      <sho_pi@hotmail.com>
60     Dan Sugalski        <sugalskd@osshe.edu>
61     Nathan Torkington   <gnat@frii.com>
62     Larry W. Virden     <lvirden@cas.org>
63     Johan Vromans       <jvromans@squirrel.nl>
64     Ilya Zakharevich    <ilya@math.ohio-state.edu>
65
66 And the Keepers of the Patch Pumpkin:
67
68     Charles Bailey      <bailey@newman.upenn.edu>
69     Graham Barr         <gbarr@ti.com>
70     Malcolm Beattie     <mbeattie@sable.ox.ac.uk>
71     Tim Bunce           <Tim.Bunce@ig.co.uk>
72     Andy Dougherty      <doughera@lafcol.lafayette.edu>
73     Gurusamy Sarathy    <gsar@activestate.com>
74     Chip Salzenberg     <chip@perl.com>
75
76 And, of course, the Author of Perl:
77
78     Larry Wall          <larry@wall.org>
79
80
81 NOTE: Each change entry shows the change number; who checked it into the
82 repository; when; description of the change; which branch the change
83 happened in; and the affected files.  The file lists have a short symbolic
84 indicator:
85
86             !       modified
87             +       added
88             -       deleted
89             +>      branched (from elsewhere)
90             !>      merged changes (from elsewhere)
91
92
93 ----------------
94 Version v5.5.670        Development release working toward v5.6
95 ----------------
96
97 ____________________________________________________________________________
98 [  5397] By: gsar                                  on 2000/03/01  06:44:42
99         Log: consolidated VMS patches (from Craig A. Berry
100              <craig.berry@metamorgs.com>); Glob.pm patch modified to use
101              $DEFAULT_FLAGS, and iff no flags were supplied
102      Branch: perl
103            ! configure.com ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
104            ! installperl lib/ExtUtils/MM_VMS.pm lib/File/Find.pm
105            ! lib/Pod/Checker.pm lib/Pod/Parser.pm t/io/open.t
106            ! t/io/openpid.t t/lib/glob-basic.t t/op/goto.t t/op/runlevel.t
107            ! t/op/split.t t/pod/testp2pt.pl t/pragma/strict.t
108            ! t/pragma/subs.t t/pragma/warn/8signal t/pragma/warn/pp_sys
109            ! t/pragma/warnings.t vms/descrip_mms.template
110            ! vms/subconfigure.com vms/test.com vms/vms.c
111 ____________________________________________________________________________
112 [  5396] By: gsar                                  on 2000/03/01  06:28:22
113         Log: integrate cfgperl changes into mainline
114      Branch: perl
115           !> ext/Fcntl/Fcntl.pm hints/solaris_2.sh pp.c sv.c
116 ____________________________________________________________________________
117 [  5395] By: jhi                                   on 2000/03/01  06:12:10
118         Log: Integrate with Sarathy.
119      Branch: cfgperl
120           +> lib/open.pm
121           !> MANIFEST Todo-5.6 mg.c
122 ____________________________________________________________________________
123 [  5394] By: gsar                                  on 2000/03/01  06:07:00
124         Log: fix segfault on C<local ${^WARNING_BITS}>
125      Branch: perl
126            ! mg.c
127 ____________________________________________________________________________
128 [  5393] By: jhi                                   on 2000/03/01  06:02:12
129         Log: Fcntl de-cut-and-pasto.
130              From: Doug MacEachern <dougm@pobox.com>
131              To: perl5-porters@perl.org
132              Subject: [PATCH v5.5.660] Fcntl.pm
133              Date: Tue, 29 Feb 2000 21:24:00 -0800 (PST)
134              Message-ID: <Pine.LNX.4.10.10002292120200.382-100000@mojo.itixs.com>
135      Branch: cfgperl
136            ! ext/Fcntl/Fcntl.pm
137 ____________________________________________________________________________
138 [  5392] By: gsar                                  on 2000/03/01  05:55:20
139         Log: update Todo-5.6, add stub open.pm
140      Branch: perl
141            + lib/open.pm
142            ! MANIFEST Todo-5.6
143 ____________________________________________________________________________
144 [  5391] By: jhi                                   on 2000/03/01  05:42:25
145         Log: The 64-bitallness does require the /usr/lib/sparcv9 in loclibpth.
146      Branch: cfgperl
147            ! hints/solaris_2.sh
148 ____________________________________________________________________________
149 [  5390] By: jhi                                   on 2000/03/01  05:35:53
150         Log: Couple of math functions need to be Perl_ so that
151              they are correctly long double, especially the frexp()
152              in sv_vcatpvfn() (spotted by Spider Boardman).
153      Branch: cfgperl
154            ! pp.c sv.c
155 ____________________________________________________________________________
156 [  5389] By: jhi                                   on 2000/03/01  05:33:54
157         Log: Integrate with Sarathy.
158      Branch: cfgperl
159           +> pod/perlnumber.pod
160           !> Changes MANIFEST README.win32 ext/DynaLoader/DynaLoader_pm.PL
161           !> ext/DynaLoader/Makefile.PL ext/DynaLoader/dl_dlopen.xs
162           !> ext/DynaLoader/dlutils.c lib/File/Find.pm lib/Test/Harness.pm
163           !> pod/Makefile pod/buildtoc pod/perl.pod pod/perldelta.pod
164           !> pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
165           !> pod/perlport.pod pod/perltoc.pod pod/roffitall vms/vms.c
166           !> win32/perllib.c win32/win32.c win32/win32.h
167 ____________________________________________________________________________
168 [  5388] By: gsar                                  on 2000/03/01  03:38:03
169         Log: Windows miscellany
170      Branch: perl
171            ! pod/perlguts.pod win32/perllib.c win32/win32.c win32/win32.h
172 ____________________________________________________________________________
173 [  5387] By: gsar                                  on 2000/03/01  03:13:37
174         Log: mention ftp/rsync access to repository in perlhack
175      Branch: perl
176            ! Changes pod/perlhack.pod pod/perlhist.pod
177 ____________________________________________________________________________
178 [  5386] By: gsar                                  on 2000/03/01  03:04:54
179         Log: support kill(0,$pid) on Windows to test if process exists
180      Branch: perl
181            ! README.win32 pod/perldelta.pod pod/perlport.pod win32/win32.c
182 ____________________________________________________________________________
183 [  5385] By: gsar                                  on 2000/03/01  02:10:01
184         Log: integrate cfgperl changes into mainline
185      Branch: perl
186           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
187           !> config_h.SH epoc/config.sh hints/dec_osf.sh hints/solaris_2.sh
188           !> perl.h vms/subconfigure.com vos/config.def win32/config.bc
189           !> win32/config.gc win32/config.vc
190 ____________________________________________________________________________
191 [  5384] By: gsar                                  on 2000/03/01  01:47:55
192         Log: oops, change#5382 didn't really fix the typo
193      Branch: perl
194            ! ext/DynaLoader/dl_dlopen.xs
195 ____________________________________________________________________________
196 [  5383] By: gsar                                  on 2000/03/01  01:38:25
197         Log: avoid warning on type-mismatch
198      Branch: perl
199            ! ext/DynaLoader/dlutils.c
200 ____________________________________________________________________________
201 [  5382] By: gsar                                  on 2000/03/01  01:33:42
202         Log: fix bug in change#5381
203      Branch: perl
204            ! ext/DynaLoader/dl_dlopen.xs
205 ____________________________________________________________________________
206 [  5381] By: gsar                                  on 2000/03/01  00:46:44
207         Log: unload extension shared objects when exiting, implemented
208              only for dl_dlopen.xs (from Alan Burlison)
209      Branch: perl
210            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL
211            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
212 ____________________________________________________________________________
213 [  5380] By: gsar                                  on 2000/03/01  00:34:10
214         Log: add perlnumber.pod (from Ilya Zakharevich); substantially edited
215              prose
216      Branch: perl
217            + pod/perlnumber.pod
218            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
219            ! pod/perltoc.pod pod/roffitall
220 ____________________________________________________________________________
221 [  5379] By: jhi                                   on 2000/02/29  23:37:01
222         Log: Be understanding.
223      Branch: cfgperl
224            ! Configure config_h.SH
225      Branch: metaconfig/U/perl
226            ! use64bits.U uselfs.U
227 ____________________________________________________________________________
228 [  5378] By: gsar                                  on 2000/02/29  23:35:50
229         Log: VMS fixups (from Dan Sugalski); cosmetic tweaks
230      Branch: perl
231            ! lib/Test/Harness.pm vms/vms.c
232 ____________________________________________________________________________
233 [  5377] By: jhi                                   on 2000/02/29  23:12:29
234         Log: Tru64 hints fix from Spider Boardman; Tru64 hint for
235              d_Gconvert on long doubles to use sprintf %Lg.
236      Branch: cfgperl
237            ! hints/dec_osf.sh
238 ____________________________________________________________________________
239 [  5376] By: jhi                                   on 2000/02/29  23:02:45
240         Log: Integrate with Sarathy.
241      Branch: cfgperl
242           !> gv.c lib/Pod/Html.pm malloc.c pod/perlapi.pod pod/perlcall.pod
243           !> pod/perldiag.pod pod/perlembed.pod pod/perlfunc.pod
244           !> pod/perlguts.pod pod/perlop.pod
245 ____________________________________________________________________________
246 [  5375] By: gsar                                  on 2000/02/29  23:02:34
247         Log: fix File::Find::finddepth() bugs (from Helmut Jarausch)
248      Branch: perl
249            ! lib/File/Find.pm
250 ____________________________________________________________________________
251 [  5374] By: jhi                                   on 2000/02/29  23:01:35
252         Log: Add libsunmath (long double math library for Solaris,
253              SUNWspro cc only) awareness; fix various Solaris nits.
254      Branch: cfgperl
255            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
256            ! config_h.SH epoc/config.sh hints/solaris_2.sh perl.h
257            ! vms/subconfigure.com vos/config.def win32/config.bc
258            ! win32/config.gc win32/config.vc
259      Branch: metaconfig
260            ! U/modified/libs.U
261      Branch: metaconfig/U/perl
262            + i_sunmath.U
263 ____________________________________________________________________________
264 [  5373] By: gsar                                  on 2000/02/29  22:56:10
265         Log: fix Pod::Html to recognize C<< > >> etc., and convert some pods
266              to the more readable form (from Robin Barker)
267      Branch: perl
268            ! lib/Pod/Html.pm pod/perlfunc.pod pod/perlop.pod
269 ____________________________________________________________________________
270 [  5372] By: gsar                                  on 2000/02/29  22:52:27
271         Log: better fix for malloc bug in change#5346 (from Dominic Dunlop)
272      Branch: perl
273            ! malloc.c
274 ____________________________________________________________________________
275 [  5371] By: gsar                                  on 2000/02/29  22:29:36
276         Log: fix pods to reflect newer canonical names for call_sv() etc.
277      Branch: perl
278            ! gv.c pod/perlapi.pod pod/perlcall.pod pod/perldiag.pod
279            ! pod/perlembed.pod pod/perlguts.pod
280 ____________________________________________________________________________
281 [  5370] By: jhi                                   on 2000/02/29  22:08:26
282         Log: Integrate with Sarathy.
283      Branch: cfgperl
284           !> perl.c perl.h win32/win32.c win32/win32.h
285 ____________________________________________________________________________
286 [  5369] By: gsar                                  on 2000/02/29  21:37:10
287         Log: remove bogus code that caused test failures on HP-UX
288      Branch: perl
289            ! perl.h
290 ____________________________________________________________________________
291 [  5368] By: gsar                                  on 2000/02/29  20:45:01
292         Log: change#5364 had a few problems
293      Branch: perl
294            ! perl.c win32/win32.c win32/win32.h
295 ____________________________________________________________________________
296 [  5367] By: gsar                                  on 2000/02/29  18:19:04
297         Log: integrate cfgperl changes into mainline
298      Branch: perl
299           !> Configure config_h.SH epoc/config.sh hints/hpux.sh
300           !> hints/solaris_2.sh regcomp.c vms/subconfigure.com
301           !> vos/config.def win32/config.bc win32/config.gc win32/config.vc
302 ____________________________________________________________________________
303 [  5366] By: jhi                                   on 2000/02/29  18:15:09
304         Log: Some compilers have problems with quad switch() controls.
305      Branch: cfgperl
306            ! regcomp.c
307 ____________________________________________________________________________
308 [  5365] By: jhi                                   on 2000/02/29  18:14:30
309         Log: Integrate with Sarathy.
310      Branch: cfgperl
311           !> perl.c win32/Makefile win32/makefile.mk win32/win32.c
312           !> win32/win32.h
313 ____________________________________________________________________________
314 [  5364] By: gsar                                  on 2000/02/29  18:11:34
315         Log: utf8-ize @ARGV when -C switch is used on Windows
316      Branch: perl
317            ! perl.c win32/Makefile win32/makefile.mk win32/win32.c
318            ! win32/win32.h
319 ____________________________________________________________________________
320 [  5363] By: jhi                                   on 2000/02/29  17:47:48
321         Log: HP-UX lddlflags were broken.
322      Branch: cfgperl
323            ! Configure config_h.SH
324      Branch: metaconfig/U/perl
325            ! dlsrc.U
326 ____________________________________________________________________________
327 [  5362] By: jhi                                   on 2000/02/29  17:32:27
328         Log: Make the failsafe question about socket address structure
329              sizes hopefully a bit less confusing.
330      Branch: cfgperl
331            ! Configure config_h.SH
332      Branch: metaconfig
333            ! U/protos/socksizetype.U
334 ____________________________________________________________________________
335 [  5361] By: jhi                                   on 2000/02/29  17:17:10
336         Log: Integrate with Sarathy.
337      Branch: cfgperl
338           !> malloc.c
339 ____________________________________________________________________________
340 [  5360] By: gsar                                  on 2000/02/29  17:16:09
341         Log: malloc "fix" in change#5346 coredumps on HP-UX, revert
342      Branch: perl
343            ! malloc.c
344 ____________________________________________________________________________
345 [  5359] By: jhi                                   on 2000/02/29  17:06:12
346         Log: Make the warning about preferring HP's ar more visible.
347      Branch: cfgperl
348            ! hints/hpux.sh
349 ____________________________________________________________________________
350 [  5358] By: jhi                                   on 2000/02/29  17:04:36
351         Log: The sprintf option was blithely printing long doubles as
352              doubles (spotted by Spider Boardman); dqgcvt() wasn't ever
353              being used; made the test more thorough.
354      Branch: cfgperl
355            ! Configure config_h.SH epoc/config.sh vms/subconfigure.com
356            ! vos/config.def win32/config.bc win32/config.gc win32/config.vc
357      Branch: metaconfig
358            ! U/compline/d_gconvert.U
359 ____________________________________________________________________________
360 [  5357] By: jhi                                   on 2000/02/29  16:58:08
361         Log: Make the warning about abandoning long doubles more visible.
362      Branch: cfgperl
363            ! Configure config_h.SH
364      Branch: metaconfig/U/perl
365            ! uselongdbl.U
366 ____________________________________________________________________________
367 [  5356] By: jhi                                   on 2000/02/29  16:51:33
368         Log: HP-UX gcc fix; detypo in use64bits.
369      Branch: cfgperl
370            ! Configure config_h.SH
371      Branch: metaconfig/U/perl
372            ! dlsrc.U use64bits.U
373 ____________________________________________________________________________
374 [  5355] By: jhi                                   on 2000/02/29  16:31:17
375         Log: Solaris 64-bitness hints saga continues.
376      Branch: cfgperl
377            ! hints/solaris_2.sh
378 ____________________________________________________________________________
379 [  5354] By: jhi                                   on 2000/02/29  16:04:42
380         Log: Integrate with Sarathy.
381      Branch: cfgperl
382           !> ext/Thread/Thread.xs perl.c perl.h
383 ____________________________________________________________________________
384 [  5353] By: jhi                                   on 2000/02/29  15:54:10
385         Log: Solaris hints tweak for 64-bitallness.
386      Branch: cfgperl
387            ! hints/solaris_2.sh
388 ____________________________________________________________________________
389 [  5352] By: jhi                                   on 2000/02/29  15:35:13
390         Log: Too many 64-bitness option combinations.
391      Branch: cfgperl
392            ! Configure config_h.SH
393      Branch: metaconfig/U/perl
394            ! use64bits.U
395 ____________________________________________________________________________
396 [  5351] By: gsar                                  on 2000/02/29  15:31:56
397         Log: more adjustments needed for change#5342 under use5005threads
398      Branch: perl
399            ! ext/Thread/Thread.xs perl.c perl.h
400 ____________________________________________________________________________
401 [  5350] By: jhi                                   on 2000/02/29  15:24:59
402         Log: Integrate with Sarathy.
403      Branch: cfgperl
404           +> pod/perlboot.pod
405           !> (integrate 40 files)
406 ____________________________________________________________________________
407 [  5349] By: gsar                                  on 2000/02/29  08:13:56
408         Log: more m//s and $ vs \z fixups (from Greg Bacon)
409      Branch: perl
410            ! lib/File/CheckTree.pm lib/File/Copy.pm lib/File/DosGlob.pm
411            ! lib/File/Path.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
412            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
413            ! lib/File/Spec/Win32.pm
414 ____________________________________________________________________________
415 [  5348] By: gsar                                  on 2000/02/29  08:00:48
416         Log: increase sleep to compensate for slow cpu (from Peter Haworth
417              <pmh@edison.ioppublishing.com>)
418      Branch: perl
419            ! t/io/pipe.t
420 ____________________________________________________________________________
421 [  5347] By: gsar                                  on 2000/02/29  07:52:35
422         Log: add OO tutorial for beginners (from Randal L. Schwartz
423              <merlyn@stonehenge.com>)
424      Branch: perl
425            + pod/perlboot.pod
426            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
427            ! pod/perldelta.pod pod/perltoc.pod
428 ____________________________________________________________________________
429 [  5346] By: gsar                                  on 2000/02/29  07:24:52
430         Log: malloc bug fix and machten hints (from Dominic Dunlop
431              <domo@computer.org>)
432      Branch: perl
433            ! hints/machten.sh malloc.c
434 ____________________________________________________________________________
435 [  5345] By: gsar                                  on 2000/02/29  06:32:56
436         Log: integrate cfgperl contents into mainline
437      Branch: perl
438           !> Configure MANIFEST config_h.SH ext/DynaLoader/dl_aix.xs
439           !> ext/DynaLoader/hints/aix.pl ext/File/Glob/Makefile.PL
440           !> hints/aix.sh hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
441           !> mg.c perl.h pod/perldelta.pod pod/perlop.pod pp.c sv.c
442           !> t/lib/ipc_sysv.t t/op/64bit.t t/op/misc.t t/op/numconvert.t
443           !> win32/config.bc win32/config.gc win32/config.vc
444 ____________________________________________________________________________
445 [  5344] By: gsar                                  on 2000/02/29  06:25:33
446         Log: export list tweak
447      Branch: perl
448            ! makedef.pl
449 ____________________________________________________________________________
450 [  5343] By: gsar                                  on 2000/02/29  06:01:22
451         Log: various shenanigans in change#5342
452      Branch: perl
453            ! makedef.pl thread.h util.c win32/Makefile win32/makefile.mk
454            ! win32/win32.h win32/win32thread.h
455 ____________________________________________________________________________
456 [  5342] By: gsar                                  on 2000/02/29  04:53:00
457         Log: support fetching current interpreter from TLS under useithreads
458      Branch: perl
459            ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
460            ! objXSUB.h perl.c perl.h perlapi.h perlvars.h pod/perldelta.pod
461            ! proto.h sv.c thread.h util.c win32/perlhost.h win32/perllib.c
462            ! win32/win32.h win32/win32thread.c win32/win32thread.h
463 ____________________________________________________________________________
464 [  5341] By: jhi                                   on 2000/02/29  03:26:11
465         Log: Don't know how to do large files using gcc in HP-UX.
466      Branch: cfgperl
467            ! hints/hpux.sh
468 ____________________________________________________________________________
469 [  5340] By: jhi                                   on 2000/02/29  03:07:16
470         Log: Added few more libs to scan.
471      Branch: cfgperl
472            ! Configure config_h.SH
473      Branch: metaconfig
474            ! U/modified/Myinit.U U/modified/libs.U
475 ____________________________________________________________________________
476 [  5339] By: jhi                                   on 2000/02/29  01:37:43
477         Log: Bigger warning on the changed behaviour of the unary ~.
478      Branch: cfgperl
479            ! pod/perldelta.pod
480 ____________________________________________________________________________
481 [  5338] By: jhi                                   on 2000/02/29  01:17:07
482         Log: IRIX 64-bitness fixes.
483      Branch: cfgperl
484            ! Configure config_h.SH hints/irix_6.sh
485      Branch: metaconfig
486            ! U/modified/Cppsym.U
487 ____________________________________________________________________________
488 [  5337] By: jhi                                   on 2000/02/29  00:59:08
489         Log: Userfriendliness.
490      Branch: cfgperl
491            ! Configure config_h.SH
492      Branch: metaconfig/U/perl
493            ! use64bits.U
494 ____________________________________________________________________________
495 [  5336] By: jhi                                   on 2000/02/29  00:53:51
496         Log: Undo the sv_2pv() change of #5329, caused numconvert.t
497              problems in IRIX 32-n32. 
498      Branch: cfgperl
499            ! sv.c
500 ____________________________________________________________________________
501 [  5335] By: jhi                                   on 2000/02/29  00:22:37
502         Log: Fixes for building on HP-UX using gcc from Daniel S. Lewart.
503      Branch: cfgperl
504            ! Configure config_h.SH hints/hpux.sh
505      Branch: metaconfig/U/perl
506            ! dlsrc.U
507 ____________________________________________________________________________
508 [  5334] By: jhi                                   on 2000/02/28  23:59:59
509         Log: Do not cast pointers into I32s.
510      Branch: cfgperl
511            ! mg.c
512 ____________________________________________________________________________
513 [  5333] By: jhi                                   on 2000/02/28  23:39:26
514         Log: More AIX fixes from Steven Hirsch.
515      Branch: cfgperl
516            ! Configure config_h.SH ext/DynaLoader/dl_aix.xs
517            ! ext/DynaLoader/hints/aix.pl hints/aix.sh
518      Branch: metaconfig/U/perl
519            ! use64bits.U
520 ____________________________________________________________________________
521 [  5332] By: jhi                                   on 2000/02/28  22:45:59
522         Log: Detypo.
523      Branch: cfgperl
524            ! hints/irix_6.sh
525 ____________________________________________________________________________
526 [  5331] By: jhi                                   on 2000/02/28  22:23:36
527         Log: Regularize the call-back units (and fix a bug in #5330).
528      Branch: cfgperl
529            ! hints/aix.sh hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
530 ____________________________________________________________________________
531 [  5330] By: jhi                                   on 2000/02/28  21:50:28
532         Log: Don't be overeager to turn on 64-bitallness.
533      Branch: cfgperl
534            ! hints/solaris_2.sh
535 ____________________________________________________________________________
536 [  5329] By: jhi                                   on 2000/02/28  20:32:53
537         Log: Lift the 32-bit straightjacket from bit ops;
538              prefer IV/UV over NV in sv_2pv().
539      Branch: cfgperl
540            ! pod/perldelta.pod pod/perlop.pod pp.c sv.c t/op/64bit.t
541            ! t/op/misc.t t/op/numconvert.t
542 ____________________________________________________________________________
543 [  5328] By: jhi                                   on 2000/02/28  20:11:59
544         Log: Do not add -Ae for gcc.
545      Branch: cfgperl
546            ! hints/hpux.sh
547 ____________________________________________________________________________
548 [  5327] By: jhi                                   on 2000/02/28  17:35:39
549         Log: Use the vendor file(1).
550      Branch: cfgperl
551            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
552 ____________________________________________________________________________
553 [  5326] By: jhi                                   on 2000/02/28  17:31:19
554         Log: Put back madvise lost because of a typo.
555      Branch: cfgperl
556            ! Configure config_h.SH perl.h win32/config.bc win32/config.gc
557            ! win32/config.vc
558 ____________________________________________________________________________
559 [  5325] By: jhi                                   on 2000/02/28  16:44:32
560         Log: Tweak HP-UX libraries.
561      Branch: cfgperl
562            ! hints/hpux.sh
563 ____________________________________________________________________________
564 [  5324] By: jhi                                   on 2000/02/28  16:37:43
565         Log: Don't be overeager to turn on largefileness.
566      Branch: cfgperl
567            ! hints/solaris_2.sh
568 ____________________________________________________________________________
569 [  5323] By: jhi                                   on 2000/02/28  16:23:15
570         Log: AIX 64-bit patches from Steven Hirsch <hirschs@btv.ibm.com>
571              The patch to File/Glob/Makefile.PL is inconvenient but at the
572              moment necessary: adding an ext/FIle/Glob/hints/aix.pl to turn
573              off the optimization ($self->{OPTIMIZE} = '') doesn't work,
574              the file is processed by MakeMaker but OPTIMIZE ends up as -O
575              in the resulting Makefile.  A MakeMaker bug?
576      Branch: cfgperl
577            ! MANIFEST ext/DynaLoader/dl_aix.xs ext/File/Glob/Makefile.PL
578            ! hints/aix.sh t/lib/ipc_sysv.t
579 ____________________________________________________________________________
580 [  5322] By: jhi                                   on 2000/02/28  16:17:33
581         Log: Integrate with Sarathy.
582      Branch: cfgperl
583           !> (integrate 45 files)
584 ____________________________________________________________________________
585 [  5321] By: gsar                                  on 2000/02/28  10:13:03
586         Log: avoid warnings in legacy code (from David Dyck)
587      Branch: perl
588            ! lib/pwd.pl
589 ____________________________________________________________________________
590 [  5320] By: gsar                                  on 2000/02/28  10:11:37
591         Log: find2perl doc tweak (from David Dyck <dcd@tc.fluke.com>)
592      Branch: perl
593            ! x2p/find2perl.PL
594 ____________________________________________________________________________
595 [  5319] By: gsar                                  on 2000/02/28  10:07:00
596         Log: fix outdated URLs (from Michael G Schwern)
597      Branch: perl
598            ! pod/perldelta.pod pod/perlfaq1.pod pod/perlfaq2.pod
599            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq8.pod
600            ! pod/perlfaq9.pod pod/perlmodinstall.pod pod/perlmodlib.pod
601            ! pod/perlopentut.pod pod/perlport.pod pod/perltoc.pod
602            ! pod/perlvar.pod pod/perlxs.pod
603 ____________________________________________________________________________
604 [  5318] By: gsar                                  on 2000/02/28  10:04:57
605         Log: update Changes, patchlevel etc.
606      Branch: perl
607            ! Changes patchlevel.h win32/Makefile win32/config.bc
608            ! win32/config.gc win32/config.vc win32/config_H.bc
609            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
610 ____________________________________________________________________________
611 [  5317] By: gsar                                  on 2000/02/28  09:39:47
612         Log: make stringwise bitops work properly on utf8 strings
613      Branch: perl
614            ! doop.c t/op/bop.t
615 ____________________________________________________________________________
616 [  5316] By: gsar                                  on 2000/02/28  07:04:22
617         Log: integrate cfgperl and vmsperl changes into mainline
618      Branch: perl
619            ! Porting/makerel
620           !> Configure Makefile.SH config_h.SH configure.com
621           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dl_vms.xs
622           !> hints/hpux.sh lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
623           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Mksymlists.pm
624           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm t/comp/script.t
625           !> t/io/openpid.t t/lib/cgi-html.t t/op/goto.t t/op/split.t
626           !> vms/descrip_mms.template vms/gen_shrfls.pl
627           !> vms/subconfigure.com vms/vms.c
628 ____________________________________________________________________________
629 [  5315] By: jhi                                   on 2000/02/28  06:31:08
630         Log: The search for static _s-suffixex libs was broken;
631              add -L/lib/pa20_64 only iff there.
632      Branch: cfgperl
633            ! Configure config_h.SH hints/hpux.sh
634      Branch: metaconfig
635            ! U/modified/libs.U
636 ____________________________________________________________________________
637 [  5314] By: jhi                                   on 2000/02/28  06:08:40
638         Log: Even better use64bitall logic.
639      Branch: cfgperl
640            ! Configure config_h.SH
641      Branch: metaconfig/U/perl
642            ! use64bits.U uselfs.U
643 ____________________________________________________________________________
644 [  5313] By: jhi                                   on 2000/02/28  05:47:27
645         Log: Integrate with Sarathy.
646      Branch: cfgperl
647           !> lib/File/Basename.pm lib/File/Find.pm lib/fields.pm
648           !> pod/perldelta.pod pod/perlfunc.pod pod/perlref.pod
649           !> t/lib/fields.t x2p/find2perl.PL
650 ____________________________________________________________________________
651 [  5312] By: jhi                                   on 2000/02/28  05:09:31
652         Log: Ask about use64bitall regardless of whether use64bitint is defined.
653      Branch: cfgperl
654            ! Configure config_h.SH
655      Branch: metaconfig/U/perl
656            ! use64bits.U
657 ____________________________________________________________________________
658 [  5311] By: bailey                                on 2000/02/28  05:05:56
659         Log: Integrate mainline
660      Branch: vmsperl
661           !> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
662           !> ext/File/Glob/Glob.pm hints/dos_djgpp.sh lib/File/Basename.pm
663           !> lib/File/Find.pm lib/fields.pm op.c pod/perldelta.pod
664           !> pod/perlfaq5.pod pod/perlfunc.pod pod/perlop.pod
665           !> pod/perlref.pod pod/perlsec.pod pod/perltodo.pod pp_sys.c
666           !> regexec.c sv.c t/lib/fields.t t/pragma/locale.t
667           !> x2p/find2perl.PL
668 ____________________________________________________________________________
669 [  5310] By: bailey                                on 2000/02/28  04:36:20
670         Log: Revert File::Spec::Unix functions and keep VMS versions VMS-specific
671      Branch: vmsperl
672            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
673 ____________________________________________________________________________
674 [  5309] By: jhi                                   on 2000/02/28  04:17:36
675         Log: The #5249 wasn't doing any good.
676      Branch: cfgperl
677            ! Makefile.SH lib/ExtUtils/MM_Unix.pm
678 ____________________________________________________________________________
679 [  5308] By: bailey                                on 2000/02/28  03:56:51
680         Log: Repair typo -- conjunction of variable with text
681      Branch: vmsperl
682            ! t/lib/cgi-html.t
683 ____________________________________________________________________________
684 [  5307] By: jhi                                   on 2000/02/28  03:46:14
685         Log: A less ambitious version of #5292.
686      Branch: cfgperl
687            ! Makefile.SH
688 ____________________________________________________________________________
689 [  5306] By: bailey                                on 2000/02/28  03:42:38
690         Log: Defer inclusion of VMS-specific code to runtime
691      Branch: vmsperl
692            ! t/io/openpid.t
693 ____________________________________________________________________________
694 [  5305] By: jhi                                   on 2000/02/28  03:41:48
695         Log: The #5292 was Not So Good Idea.
696      Branch: cfgperl
697            ! Makefile.SH
698 ____________________________________________________________________________
699 [  5304] By: bailey                                on 2000/02/28  02:57:14
700         Log: Minor test updates to accomodate new subprocess invocation
701      Branch: vmsperl
702            ! t/comp/script.t t/op/goto.t t/op/split.t
703 ____________________________________________________________________________
704 [  5303] By: bailey                                on 2000/02/28  02:52:47
705         Log: Missed bit of #5302 (case-sensitive symbols)
706      Branch: vmsperl
707            ! lib/ExtUtils/Mksymlists.pm
708 ____________________________________________________________________________
709 [  5302] By: bailey                                on 2000/02/28  02:51:00
710         Log: Support case-sensitive symbols usage in linker
711      Branch: vmsperl
712            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dl_vms.xs
713            ! lib/ExtUtils/MM_VMS.pm vms/gen_shrfls.pl
714 ____________________________________________________________________________
715 [  5301] By: bailey                                on 2000/02/28  02:46:47
716         Log: Free $PARSE context after lookups
717      Branch: vmsperl
718            ! vms/vms.c
719 ____________________________________________________________________________
720 [  5300] By: bailey                                on 2000/02/28  02:43:56
721         Log: Don't wait for subprocess to read final EOF
722      Branch: vmsperl
723            ! vms/vms.c
724 ____________________________________________________________________________
725 [  5299] By: bailey                                on 2000/02/28  00:44:45
726         Log: Dan Sugalski's config/build changes to .660
727      Branch: vmsperl
728            ! configure.com vms/descrip_mms.template vms/subconfigure.com
729 ____________________________________________________________________________
730 [  5298] By: bailey                                on 2000/02/28  00:07:13
731         Log: When testing CGI.pm, use its notion of CRLF
732      Branch: vmsperl
733            ! t/lib/cgi-html.t
734 ____________________________________________________________________________
735 [  5297] By: bailey                                on 2000/02/28  00:00:08
736         Log: Quote command line args which need to be upper case
737              Tell subprocess we're finished before waiting for it
738      Branch: vmsperl
739            ! t/io/openpid.t
740 ____________________________________________________________________________
741 [  5296] By: gsar                                  on 2000/02/28  00:00:05
742         Log: m/.*$/ etc should be m/.*\z/s in many file handling modules; fix
743              these insidious errors in File::Basename, File::Find and find2perl
744              (from Tom Christiansen)
745              
746              TODO: many other modules need to be fixed as well!
747      Branch: perl
748            ! lib/File/Basename.pm lib/File/Find.pm x2p/find2perl.PL
749 ____________________________________________________________________________
750 [  5295] By: jhi                                   on 2000/02/27  23:18:40
751         Log: Version number update.
752      Branch: cfgperl
753            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
754 ____________________________________________________________________________
755 [  5294] By: gsar                                  on 2000/02/27  22:27:46
756         Log: typos in change#5293
757      Branch: perl
758            ! lib/fields.pm
759 ____________________________________________________________________________
760 [  5293] By: gsar                                  on 2000/02/27  21:57:40
761         Log: support fields::new() and fields::phash() to create pseudo-hash
762              objects and plain pseudo-hashes respectively (this avoids users
763              from having to diddle %FIELDS directly); update documentation to
764              suit (from original fields::phash() implementation by Peter
765              Scott <Peter@PSDT.com>)
766      Branch: perl
767            ! lib/fields.pm pod/perldelta.pod pod/perlfunc.pod
768            ! pod/perlref.pod t/lib/fields.t
769 ____________________________________________________________________________
770 [  5292] By: jhi                                   on 2000/02/27  21:49:25
771         Log: proto.h was mssing from the list of generated files;
772              added rules to generate any single wanted file
773              (a bunch of other files may also be generated
774              at the same time, as before)
775      Branch: cfgperl
776            ! Makefile.SH
777 ____________________________________________________________________________
778 [  5291] By: jhi                                   on 2000/02/27  18:57:12
779         Log: Integrate with Sarathy.
780      Branch: cfgperl
781           !> README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
782           !> ext/File/Glob/Glob.pm hints/dos_djgpp.sh lib/File/Spec/OS2.pm
783           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
784           !> lib/File/Spec/Win32.pm op.c pod/perldelta.pod pod/perlfaq5.pod
785           !> pod/perlfunc.pod pod/perlop.pod pod/perlsec.pod
786           !> pod/perltodo.pod pp_sys.c sv.c vms/perlvms.pod vms/vms.c
787 ____________________________________________________________________________
788 [  5290] By: gsar                                  on 2000/02/27  18:47:00
789         Log: integrate cfgperl and vmsperl contents into mainline
790      Branch: perl
791           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
792           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm regexec.c
793           !> t/pragma/locale.t vms/perlvms.pod vms/vms.c
794 ____________________________________________________________________________
795 [  5289] By: gsar                                  on 2000/02/27  18:09:04
796         Log: tweak change#5286 (we don't ever get to pp_glob() if we're using
797              the internal glob())
798      Branch: perl
799            ! pp_sys.c
800 ____________________________________________________________________________
801 [  5288] By: gsar                                  on 2000/02/27  17:12:41
802         Log: djgpp update (from Laszlo Molnar)
803      Branch: perl
804            ! README.dos djgpp/config.over djgpp/configure.bat djgpp/djgpp.c
805            ! hints/dos_djgpp.sh
806 ____________________________________________________________________________
807 [  5287] By: gsar                                  on 2000/02/27  16:58:53
808         Log: tweak comment about core glob()
809      Branch: perl
810            ! ext/File/Glob/Glob.pm
811 ____________________________________________________________________________
812 [  5286] By: gsar                                  on 2000/02/27  16:52:54
813         Log: remove outdated info about csh and glob(); glob() need not fail
814              when tainting anymore if using internal globbing
815      Branch: perl
816            ! pod/perldelta.pod pod/perlfaq5.pod pod/perlfunc.pod
817            ! pod/perlop.pod pod/perlsec.pod pod/perltodo.pod pp_sys.c
818 ____________________________________________________________________________
819 [  5285] By: gsar                                  on 2000/02/27  16:20:31
820         Log: make readdir() respect IOf_UNTAINT flag (allows untainting of directory
821              handles with: C<use IO::Handle; opendir D, $dir or die; D->untaint;>
822      Branch: perl
823            ! pp_sys.c
824 ____________________________________________________________________________
825 [  5284] By: gsar                                  on 2000/02/27  14:31:24
826         Log: avoid compiler warnings (from Dan Sugalski)
827      Branch: perl
828            ! op.c sv.c
829 ____________________________________________________________________________
830 [  5283] By: gsar                                  on 2000/02/27  14:21:16
831         Log: propagate utf8ness in sv_setsv() (from Gisle Aas)
832      Branch: perl
833            ! sv.c
834 ____________________________________________________________________________
835 [  5282] By: bailey                                on 2000/02/27  05:07:08
836         Log: Impose security constraints on lnm lookup only if tainting
837      Branch: vmsperl
838            ! vms/vms.c
839 ____________________________________________________________________________
840 [  5281] By: bailey                                on 2000/02/27  05:05:35
841         Log: Add new File::Spec::VMS methods
842              Don't add implicit device in VMS <-> Unix filespec translation
843              Make File::Spec::Unix{rel2abs|abs2rel} OS-independent
844      Branch: vmsperl
845            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
846            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm vms/vms.c
847 ____________________________________________________________________________
848 [  5280] By: bailey                                on 2000/02/27  04:58:01
849         Log: Accept filespecs as command verbs for subprocesses
850      Branch: vmsperl
851            ! vms/perlvms.pod vms/vms.c
852 ____________________________________________________________________________
853 [  5279] By: jhi                                   on 2000/02/27  04:01:53
854         Log: Integrate with Sarathy.
855      Branch: cfgperl
856           !> pp_hot.c
857 ____________________________________________________________________________
858 [  5278] By: bailey                                on 2000/02/27  02:43:01
859         Log: Resync with mainline again
860      Branch: vmsperl
861           !> Makefile.SH README.vms configure.com lib/ExtUtils/MM_Unix.pm
862           !> lib/Pod/Checker.pm lib/Pod/InputObjects.pm
863           !> lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
864           !> lib/Pod/Usage.pm pod/perlfunc.pod pp_hot.c t/pod/poderrs.t
865           !> t/pod/poderrs.xr vms/descrip_mms.template vms/sockadapt.h
866           !> vms/subconfigure.com
867 ____________________________________________________________________________
868 [  5277] By: jhi                                   on 2000/02/27  02:36:36
869         Log: Fix locale case-ignorant matching bug reported in
870              
871              From: gomar@md.media-web.de
872              To: perl5-porters@perl.org
873              Subject: [ID 20000223.005]
874              Date: 23 Feb 2000 16:03:08 -0000
875              Message-Id: <20000223160308.1830.qmail@md.media-web.de>
876      Branch: cfgperl
877            ! regexec.c t/pragma/locale.t
878 ____________________________________________________________________________
879 [  5276] By: gsar                                  on 2000/02/26  18:18:16
880         Log: allow $fh->autoflush on globrefs, and thence autovivified filehandles
881              (from Tom Christiansen)
882      Branch: perl
883            ! pp_hot.c
884 ____________________________________________________________________________
885 [  5275] By: jhi                                   on 2000/02/26  16:43:11
886         Log: Integrate with Sarathy.
887      Branch: cfgperl
888           !> (integrate 34 files)
889 ____________________________________________________________________________
890 [  5274] By: gsar                                  on 2000/02/26  15:23:45
891         Log: rework binmode() entry in perlfunc (from Martien Verbruggen
892              <mgjv@comdyn.com.au>)
893      Branch: perl
894            ! pod/perlfunc.pod
895 ____________________________________________________________________________
896 [  5273] By: gsar                                  on 2000/02/26  15:04:54
897         Log: PodParser v1.11 update (from Brad Appleton)
898      Branch: perl
899            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm
900            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
901            ! lib/Pod/Usage.pm t/pod/poderrs.t t/pod/poderrs.xr
902 ____________________________________________________________________________
903 [  5272] By: gsar                                  on 2000/02/26  14:48:24
904         Log: add missing perl headers to perldepend action
905      Branch: perl
906            ! lib/ExtUtils/MM_Unix.pm
907 ____________________________________________________________________________
908 [  5271] By: gsar                                  on 2000/02/26  08:03:36
909         Log: VMS patch (from Peter Prymmer)
910      Branch: perl
911            ! Makefile.SH README.vms configure.com vms/descrip_mms.template
912            ! vms/sockadapt.h vms/subconfigure.com
913 ____________________________________________________________________________
914 [  5270] By: gsar                                  on 2000/02/26  07:46:35
915         Log: integrate vmsperl changes into mainline
916      Branch: perl
917           !> av.c configure.com installperl lib/ExtUtils/MM_VMS.pm mg.h
918           !> pp_sys.c scope.c vms/vms.c vms/vmsish.h
919 ____________________________________________________________________________
920 [  5269] By: bailey                                on 2000/02/26  07:04:55
921         Log: Resync with mainline
922      Branch: vmsperl
923           +> cygwin/cygwin.c ext/DynaLoader/dl_dyld.xs
924           +> ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs
925           +> ext/Sys/Hostname/Makefile.PL hints/darwin.sh lib/bytes.pm
926           +> lib/bytes_heavy.pl t/pragma/warn/9enabled
927            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm lib/byte.pm
928            - lib/byte_heavy.pl lib/unicode/Eq/Latin1.pl
929            - lib/unicode/Eq/Unicode.pl
930           !> (integrate 323 files)
931 ____________________________________________________________________________
932 [  5268] By: gsar                                  on 2000/02/26  06:50:04
933         Log: reintroduce useithreads (accidentally deleted in change#5261)
934      Branch: perl
935            ! win32/config.vc
936 ____________________________________________________________________________
937 [  5266] By: gsar                                  on 2000/02/26  06:46:06
938         Log: integrate cfgperl changes into mainline
939      Branch: perl
940           +> cygwin/cygwin.c ext/DynaLoader/dl_dyld.xs hints/darwin.sh
941            - ext/DynaLoader/dl_rhapsody.xs
942           !> (integrate 62 files)
943 ____________________________________________________________________________
944 [  5265] By: gsar                                  on 2000/02/26  06:31:10
945         Log: support for version vectors in UNIVERSAL::VERSION(), so that
946              C<use Foo v1.2.3> etc., work; tests for the same
947              
948              TODO: XS_VERSION_BOOTCHECK needs to be revisited in light of this
949      Branch: perl
950            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
951            ! t/comp/use.t toke.c universal.c
952 ____________________________________________________________________________
953 [  5264] By: jhi                                   on 2000/02/26  04:14:15
954         Log: Add libscheck for IRIX.
955      Branch: cfgperl
956            ! hints/irix_6.sh
957 ____________________________________________________________________________
958 [  5263] By: jhi                                   on 2000/02/26  03:40:47
959         Log: Add libscheck for Solaris.
960      Branch: cfgperl
961            ! hints/solaris_2.sh
962 ____________________________________________________________________________
963 [  5262] By: jhi                                   on 2000/02/26  03:10:47
964         Log: Rhapsody/Darwin patches from Wilfredo Sanchez.
965      Branch: cfgperl
966            + ext/DynaLoader/dl_dyld.xs hints/darwin.sh
967            - ext/DynaLoader/dl_rhapsody.xs
968            ! Configure INSTALL MANIFEST Makefile.SH README.threads
969            ! config_h.SH hints/rhapsody.sh installperl pp_sys.c
970      Branch: metaconfig
971            ! U/a_dvisory/multiarch.U
972 ____________________________________________________________________________
973 [  5261] By: jhi                                   on 2000/02/26  02:48:23
974         Log: Rename use64bits to use64bitint;
975              rename usefull64bits to use64bitall.
976      Branch: cfgperl
977            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
978            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
979            ! hints/hpux.sh hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
980            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/solaris_2.sh
981            ! myconfig.SH perl.c perl.h pod/perldelta.pod pod/perlfunc.pod
982            ! vms/subconfigure.com vos/config.def vos/config.h
983            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
984            ! win32/config.vc win32/config_H.bc win32/config_H.gc
985            ! win32/config_H.vc
986      Branch: metaconfig
987            ! U/a_dvisory/quadtype.U U/mksample U/modified/libpth.U
988            ! U/protos/socksizetype.U U/threads/archname.U
989      Branch: metaconfig/U/perl
990            ! Extensions.U dbm64.U perlxv.U stdio64.U use64bits.U uselfs.U
991            ! usemorebits.U
992 ____________________________________________________________________________
993 [  5260] By: jhi                                   on 2000/02/25  22:57:16
994         Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
995              To: "'perl5-porters@perl.org'" <perl5-porters@perl.org>
996              Subject: [PATCH 5.5.660] cygwin port
997              Message-ID: <779F20BCCE5AD31186A50008C75D99791716E2@SILLDN_MAIL1>
998      Branch: cfgperl
999            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
1000 ____________________________________________________________________________
1001 [  5259] By: jhi                                   on 2000/02/25  22:53:51
1002         Log: Configure nits; add socksizetype; add getfsstat for completeness;
1003              add lseekproto, usefull64bits, socksizetype getfsstat to non-UNIX
1004              lands; regen Configure.
1005      Branch: cfgperl
1006            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1007            ! config_h.SH doio.c epoc/config.sh perl.c pp_sys.c
1008            ! vms/subconfigure.com vos/config.def win32/config.bc
1009            ! win32/config.gc win32/config.vc win32/config_H.bc
1010            ! win32/config_H.gc win32/config_H.vc
1011      Branch: metaconfig
1012            + U/protos/socksizetype.U
1013      Branch: metaconfig/U/perl
1014            + d_getfsstat.U
1015            ! d_fstatfs.U fpossize.U use64bits.U uselfs.U
1016 ____________________________________________________________________________
1017 [  5258] By: jhi                                   on 2000/02/25  21:04:17
1018         Log: Further fixes to malloc.c prototypes from Dominic Dunlop.
1019      Branch: cfgperl
1020            ! malloc.c
1021 ____________________________________________________________________________
1022 [  5257] By: jhi                                   on 2000/02/25  20:48:13
1023         Log: Integrate with Sarathy.
1024      Branch: cfgperl
1025           !> embed.h embed.pl objXSUB.h op.c op.h perlapi.c pp_ctl.c
1026           !> proto.h t/cmd/while.t
1027 ____________________________________________________________________________
1028 [  5256] By: gsar                                  on 2000/02/25  20:04:37
1029         Log: fix missing perl_alloc() declaration under PERL_IMPLICIT_SYS
1030      Branch: perl
1031            ! embed.h embed.pl objXSUB.h perlapi.c proto.h
1032 ____________________________________________________________________________
1033 [  5255] By: gsar                                  on 2000/02/25  19:23:58
1034         Log: change#4849 wasn't restoring savestack correctly; make loops that have
1035              continue blocks recognizable at run time
1036      Branch: perl
1037            ! op.c op.h pp_ctl.c t/cmd/while.t
1038 ____________________________________________________________________________
1039 [  5254] By: jhi                                   on 2000/02/25  06:00:01
1040         Log: Integrate with Sarathy.
1041      Branch: cfgperl
1042           !> ext/B/B.xs ext/B/B/C.pm lib/Pod/InputObjects.pm
1043           !> lib/Pod/Parser.pm lib/Pod/Select.pm lib/Pod/Usage.pm
1044           !> t/lib/filefind.t t/pod/poderrs.xr
1045 ____________________________________________________________________________
1046 [  5253] By: jhi                                   on 2000/02/25  05:57:59
1047         Log: Megalopatch for Configure: Andy's new installation schemes;
1048              introduce usefull64bits, beautify and regularize the various
1049              type probes; introduce d_lseekproto.
1050      Branch: cfgperl
1051            ! Configure INSTALL Policy_sh.SH config_h.SH perl.h
1052            ! pod/perldelta.pod
1053      Branch: metaconfig
1054            + U/installdirs/perl5.U U/installdirs/sitehtml1.U
1055            + U/installdirs/sitehtml3.U U/installdirs/siteman1.U
1056            + U/installdirs/siteman3.U U/installdirs/sitescript.U
1057            + U/installdirs/vendorhtml1.U U/installdirs/vendorhtml3.U
1058            + U/installdirs/vendorman1.U U/installdirs/vendorman3.U
1059            + U/installdirs/vendorscript.U U/protos/d_lseekproto.U
1060            - U/installdirs/vendorhtml1dir.U U/installdirs/vendorhtml3dir.U
1061            - U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
1062            - U/installdirs/vendorscriptdir.U
1063            ! U/compline/doublesize.U U/compline/ptrsize.U
1064            ! U/installdirs/archlib.U U/installdirs/bin.U
1065            ! U/installdirs/html1dir.U U/installdirs/html3dir.U
1066            ! U/installdirs/inc_version_list.U U/installdirs/installprefix.U
1067            ! U/installdirs/installstyle.U U/installdirs/instubperl.U
1068            ! U/installdirs/localarch.U U/installdirs/locallib.U
1069            ! U/installdirs/otherlibdirs.U U/installdirs/prefix.U
1070            ! U/installdirs/privlib.U U/installdirs/scriptdir.U
1071            ! U/installdirs/sitearch.U U/installdirs/sitebin.U
1072            ! U/installdirs/sitelib.U U/installdirs/siteprefix.U
1073            ! U/installdirs/vendorarch.U U/installdirs/vendorbin.U
1074            ! U/installdirs/vendorlib.U U/installdirs/vendorprefix.U
1075            ! U/modified/d_longdbl.U U/modified/d_longlong.U
1076            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
1077            ! U/typedefs/uidsize.U
1078      Branch: metaconfig/U/perl
1079            ! d_fpos64_t.U d_int64_t.U d_off64_t.U d_socklen_t.U fpossize.U
1080            ! patchlevel.U use64bits.U uselfs.U usemultiplicity.U
1081 ____________________________________________________________________________
1082 [  5252] By: gsar                                  on 2000/02/25  03:15:03
1083         Log: update PodParser to v1.10 (from Brad Appleton)
1084      Branch: perl
1085            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
1086            ! lib/Pod/Usage.pm t/pod/poderrs.xr
1087 ____________________________________________________________________________
1088 [  5251] By: gsar                                  on 2000/02/25  03:10:51
1089         Log: make File::Find tests tolerate case-insensitive systems (from
1090              Laszlo Molnar)
1091      Branch: perl
1092            ! t/lib/filefind.t
1093 ____________________________________________________________________________
1094 [  5250] By: gsar                                  on 2000/02/25  01:50:04
1095         Log: more Compiler tweaks for useithreads
1096      Branch: perl
1097            ! ext/B/B.xs ext/B/B/C.pm
1098 ____________________________________________________________________________
1099 [  5249] By: jhi                                   on 2000/02/25  00:17:53
1100         Log: Remove NFS temp files and Configure temp C files.
1101      Branch: cfgperl
1102            ! Makefile.SH lib/ExtUtils/MM_Unix.pm
1103 ____________________________________________________________________________
1104 [  5248] By: jhi                                   on 2000/02/24  23:57:49
1105         Log: In FreeBSD disable floating point exception handlers.
1106              As the comment says, this should be done in the hints.
1107              
1108              From: dive <dive@ender.com>
1109              To: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1110              cc: perl5-porters@perl.org
1111              Subject: Re: [ID 20000216.004] apparent bug on freebsd systems when calculating large numbers
1112              Date: Thu, 24 Feb 2000 15:54:24 -0800 (PST)
1113              Message-ID: <Pine.LNX.4.04.10002241552080.448-100000@dragon.ender.com>
1114      Branch: cfgperl
1115            ! unixish.h
1116 ____________________________________________________________________________
1117 [  5247] By: jhi                                   on 2000/02/24  23:46:27
1118         Log: From: Gisle Aas <gisle@aas.no>
1119              To: perl5-porters@perl.org
1120              Subject: [PATCH v5.5.660] More UTF8_MAXLEN fixes
1121              Date: 25 Feb 2000 00:24:53 +0100
1122              Message-ID: <m3ema2tc8q.fsf@eik.g.aas.no>
1123      Branch: cfgperl
1124            ! doop.c op.c perl.c pp.c regcomp.c regexec.c sv.c
1125 ____________________________________________________________________________
1126 [  5246] By: jhi                                   on 2000/02/24  23:15:56
1127         Log: The op/stat.t patch in #5341 wasn't robust enough,
1128              it broke subtest 4 almost everywhere else.
1129      Branch: cfgperl
1130            ! t/op/stat.t
1131 ____________________________________________________________________________
1132 [  5245] By: jhi                                   on 2000/02/24  19:28:53
1133         Log: More VMS patches from Peter Prymmer.
1134      Branch: cfgperl
1135            ! configure.com vms/subconfigure.com
1136 ____________________________________________________________________________
1137 [  5244] By: jhi                                   on 2000/02/24  19:26:33
1138         Log: Largefileness in Solaris doesn't require long longs;
1139              use64bits enhancements; introduce usefull64bits.
1140      Branch: cfgperl
1141            ! Configure config_h.SH hints/aix.sh hints/hpux.sh
1142            ! hints/irix_6.sh hints/solaris_2.sh
1143      Branch: metaconfig
1144            ! U/threads/archname.U
1145      Branch: metaconfig/U/perl
1146            ! use64bits.U
1147 ____________________________________________________________________________
1148 [  5243] By: jhi                                   on 2000/02/24  18:40:25
1149         Log: Tidy up the 64-bit (and socklen_t) type probing.
1150      Branch: cfgperl
1151            ! Configure config_h.SH
1152      Branch: metaconfig
1153            ! U/modified/d_longdbl.U U/modified/d_longlong.U
1154      Branch: metaconfig/U/perl
1155            + d_fpos64_t.U d_off64_t.U
1156            - io64.U
1157            ! d_int64_t.U d_socklen_t.U
1158 ____________________________________________________________________________
1159 [  5242] By: jhi                                   on 2000/02/24  18:09:49
1160         Log: Integrate with Sarathy.
1161      Branch: cfgperl
1162           !> pod/perlop.pod
1163 ____________________________________________________________________________
1164 [  5241] By: jhi                                   on 2000/02/24  18:00:49
1165         Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
1166              To: "'perl5-porters@perl.org'" <perl5-porters@perl.org>
1167              Subject: [PATCH 5.5.660] cygwin port
1168              Date: Thu, 24 Feb 2000 17:15:28 -0000
1169              Message-ID: <779F20BCCE5AD31186A50008C75D99791716E1@SILLDN_MAIL1>
1170      Branch: cfgperl
1171            + cygwin/cygwin.c
1172            ! MANIFEST Makefile.SH README.cygwin cygwin/Makefile.SHs
1173            ! hints/cygwin.sh perl.c t/lib/glob-basic.t t/op/stat.t
1174 ____________________________________________________________________________
1175 [  5240] By: jhi                                   on 2000/02/24  17:53:12
1176         Log: VMS patch from Peter Prymmer; use full_ar.
1177      Branch: cfgperl
1178            ! vms/subconfigure.com
1179 ____________________________________________________________________________
1180 [  5239] By: jhi                                   on 2000/02/24  17:46:45
1181         Log: MPE/ix patches from Mark Bixby.
1182      Branch: cfgperl
1183            ! pp_sys.c t/io/pipe.t t/lib/glob-basic.t t/lib/io_poll.t
1184            ! t/lib/io_sock.t t/op/die_exit.t t/op/exec.t t/op/fork.t
1185            ! t/op/stat.t
1186 ____________________________________________________________________________
1187 [  5238] By: jhi                                   on 2000/02/24  17:13:22
1188         Log: Get -lbind if available.  Add pointer to perldelta.pod/64-bit
1189              support to t/op/numconvert.t.
1190              
1191              From: Lupe Christoph <lupe@lupe-christoph.de>
1192              To: perl5-porters@perl.org
1193              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
1194              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
1195              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
1196      Branch: cfgperl
1197            ! Configure config_h.SH t/op/numconvert.t
1198      Branch: metaconfig
1199            ! U/modified/libs.U
1200 ____________________________________________________________________________
1201 [  5237] By: jhi                                   on 2000/02/24  15:47:11
1202         Log: Remove more cruft from IO.
1203      Branch: cfgperl
1204            ! ext/IO/IO.xs
1205 ____________________________________________________________________________
1206 [  5236] By: jhi                                   on 2000/02/24  15:14:48
1207         Log: From: Hugo <hv@crypt.compulink.co.uk>
1208              To: perl5-porters@perl.org
1209              Subject: [PATCH 5.5.660] double EXPORT_OK in h2xs
1210              Date: Thu, 24 Feb 2000 13:24:10 +0000
1211              Message-Id: <200002241324.NAA05900@crypt.compulink.co.uk>
1212      Branch: cfgperl
1213            ! utils/h2xs.PL
1214 ____________________________________________________________________________
1215 [  5235] By: jhi                                   on 2000/02/24  15:12:40
1216         Log: Some Windows setups do not have S_IRGRP, S_IWGRP, S_IXGRP,
1217              S_IROTH, S_IWOTH, S_IXOTH.
1218              
1219              From: js@ddre.dk
1220              To: perl5-porters@perl.org
1221              Subject: [ID 20000224.004] Not OK: perl v5.5.660 on MSWin32-x86 4.0
1222              Date: Thu, 24 Feb 2000 15:11:33 +0100
1223              Message-Id: <2991B60B9F72D011811C0000F821BB4C983B0C@freja.ddre.dk>
1224      Branch: cfgperl
1225            ! perl.h
1226 ____________________________________________________________________________
1227 [  5234] By: gsar                                  on 2000/02/24  03:39:17
1228         Log: integrate cfgperl changes into mainline
1229      Branch: perl
1230            - lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
1231            ! pod/perlop.pod
1232           !> Configure MANIFEST Porting/Glossary Porting/config.sh
1233           !> Porting/config_H config_h.SH configpm configure.com doio.c
1234           !> ext/Fcntl/Fcntl.pm ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
1235           !> ext/Sys/Hostname/Hostname.xs hints/dec_osf.sh hints/irix_6.sh
1236           !> lib/unicode/mktables.PL malloc.c myconfig.SH pp_sys.c
1237           !> t/op/64bit.t vms/descrip_mms.template vms/subconfigure.com
1238 ____________________________________________________________________________
1239 [  5233] By: jhi                                   on 2000/02/24  01:31:38
1240         Log: VMS patch from Peter Prymmer.
1241      Branch: cfgperl
1242            ! vms/subconfigure.com
1243 ____________________________________________________________________________
1244 [  5232] By: jhi                                   on 2000/02/24  01:15:03
1245         Log: Detypo fpos64_t test.
1246      Branch: cfgperl
1247            ! Configure config_h.SH
1248      Branch: metaconfig/U/perl
1249            ! io64.U
1250 ____________________________________________________________________________
1251 [  5231] By: jhi                                   on 2000/02/24  01:11:17
1252         Log: miscut'n'paste in #5230.
1253      Branch: cfgperl
1254            ! Configure config_h.SH
1255      Branch: metaconfig/U/perl
1256            ! d_int64_t.U
1257 ____________________________________________________________________________
1258 [  5230] By: jhi                                   on 2000/02/24  01:02:05
1259         Log: The #5228 wasn't quite right + fix typos.
1260      Branch: cfgperl
1261            ! Configure config_h.SH
1262      Branch: metaconfig
1263            ! U/modified/d_longdbl.U U/modified/d_longlong.U
1264      Branch: metaconfig/U/perl
1265            ! d_int64_t.U d_socklen_t.U io64.U
1266 ____________________________________________________________________________
1267 [  5229] By: jhi                                   on 2000/02/24  00:40:01
1268         Log: Depickify the compiler (about unused and set but not used variables)
1269      Branch: cfgperl
1270            ! hints/irix_6.sh
1271 ____________________________________________________________________________
1272 [  5228] By: jhi                                   on 2000/02/24  00:34:35
1273         Log: Cosmetics.
1274      Branch: cfgperl
1275            ! Configure config_h.SH
1276      Branch: metaconfig
1277            ! U/modified/d_longdbl.U U/modified/d_longlong.U
1278      Branch: metaconfig/U/perl
1279            ! d_int64_t.U d_socklen_t.U
1280 ____________________________________________________________________________
1281 [  5227] By: jhi                                   on 2000/02/24  00:17:34
1282         Log: In IRIX <sys/mode.h> is something completely different.
1283              
1284              From: jarausch@numa1.igpm.rwth-aachen.de (Helmut Jarausch)
1285              To: perl5-porters@perl.org
1286              Subject: [ID 20000223.003] Not OK: perl v5.5.660 on IP26-irix 6.5
1287              Date: Wed, 23 Feb 2000 10:55:08 +0100 (CST)
1288              Message-Id: <200002230955.KAA89136@numa1.igpm.rwth-aachen.de>
1289      Branch: cfgperl
1290            ! hints/irix_6.sh
1291 ____________________________________________________________________________
1292 [  5226] By: jhi                                   on 2000/02/23  20:39:28
1293         Log: Integrate with Sarathy.
1294      Branch: cfgperl
1295           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
1296           !> t/comp/require.t t/op/ver.t toke.c
1297 ____________________________________________________________________________
1298 [  5225] By: jhi                                   on 2000/02/23  20:35:58
1299         Log: From: Dominic Dunlop <domo@computer.org>
1300              To: perl5-porters@perl.org
1301              Cc: Gurusamy Sarathy <gsar@activestate.com>
1302              Subject: [ID 20000223.008] [PATCH 5.5.660] squash malloc.c compile warnings
1303              Date: Wed, 23 Feb 2000 21:23:44 +0100
1304              Message-Id: <v04220800b4d9f1bcee1a@[212.24.193.51]>
1305      Branch: cfgperl
1306            ! malloc.c
1307 ____________________________________________________________________________
1308 [  5224] By: jhi                                   on 2000/02/23  20:22:43
1309         Log: From: Dan Sugalski <dan@sidhe.org>
1310              To: perl5-porters@perl.org, vmsperl@perl.org
1311              Subject: [PATCH 5.5.660]VMS build patches
1312              Date: Wed, 23 Feb 2000 15:14:27 -0500
1313              Message-Id: <4.3.0.20000223151302.01efa560@24.8.96.48>
1314              
1315              (the patch was mangled, had to be manually applied)
1316      Branch: cfgperl
1317            ! configure.com vms/descrip_mms.template vms/subconfigure.com
1318 ____________________________________________________________________________
1319 [  5223] By: jhi                                   on 2000/02/23  19:54:04
1320         Log: From: Dominic Dunlop <domo@computer.org>
1321              To: perl5-porters@perl.org
1322              Cc: Andy Dougherty <doughera@lafayette.edu>,
1323              Gurusamy Sarathy <gsar@activestate.com>
1324              Subject: [ID 20000223.007] [PATCH 5.5.660] $@ unsafe in Configure sed arguments
1325              Date: Wed, 23 Feb 2000 20:41:54 +0100
1326              Message-Id: <v04220800b4d9e48c51bb@[212.24.193.51]>
1327      Branch: cfgperl
1328            ! Configure config_h.SH
1329      Branch: metaconfig
1330            ! U/modified/Oldconfig.U U/modified/libs.U
1331      Branch: metaconfig/U/perl
1332            ! dlsrc.U
1333 ____________________________________________________________________________
1334 [  5222] By: jhi                                   on 2000/02/23  18:02:39
1335         Log: Remove &IO::EINPROGRESS now that IO uses Errno anyway
1336              (suggested by Graham Barr).
1337      Branch: cfgperl
1338            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
1339 ____________________________________________________________________________
1340 [  5221] By: jhi                                   on 2000/02/23  16:00:29
1341         Log: Streamline #5218 even more.
1342      Branch: cfgperl
1343            ! ext/IO/lib/IO/Socket.pm
1344 ____________________________________________________________________________
1345 [  5220] By: gsar                                  on 2000/02/23  09:10:43
1346         Log: per Larry's idea, parse 1.2.3 as v1.2.3; C<require 5.6.0> and
1347              C<use 5.6.0> work as well; underscores are now permitted in v-strings
1348      Branch: perl
1349            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
1350            ! t/comp/require.t t/op/ver.t toke.c
1351 ____________________________________________________________________________
1352 [  5219] By: jhi                                   on 2000/02/23  04:24:54
1353         Log: Streamline #5218.
1354      Branch: cfgperl
1355            ! ext/IO/lib/IO/Socket.pm
1356 ____________________________________________________________________________
1357 [  5218] By: jhi                                   on 2000/02/23  02:08:19
1358         Log: Trying to connect to an already open socket may give EISCONN.
1359      Branch: cfgperl
1360            ! ext/IO/lib/IO/Socket.pm
1361 ____________________________________________________________________________
1362 [  5217] By: jhi                                   on 2000/02/22  23:54:51
1363         Log: Fix prototype conflicts with POSIX.pm.
1364      Branch: cfgperl
1365            ! ext/Fcntl/Fcntl.pm
1366 ____________________________________________________________________________
1367 [  5216] By: jhi                                   on 2000/02/22  22:27:19
1368         Log: See http://www.unicode.org/unicode/reports/tr15/
1369              for in-depth description of the problem.
1370      Branch: cfgperl
1371            - lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
1372            ! MANIFEST lib/unicode/mktables.PL
1373 ____________________________________________________________________________
1374 [  5215] By: jhi                                   on 2000/02/22  22:11:17
1375         Log: Add uselongdouble, regroup the use* more logically.
1376      Branch: cfgperl
1377            ! myconfig.SH
1378 ____________________________________________________________________________
1379 [  5214] By: jhi                                   on 2000/02/22  22:04:43
1380         Log: Integrate with Sarathy.
1381      Branch: cfgperl
1382           !> malloc.c perl.c pod/perldelta.pod pod/perldiag.pod
1383           !> pod/perlpod.pod pod/perlrun.pod toke.c utils/perldoc.PL
1384 ____________________________________________________________________________
1385 [  5213] By: jhi                                   on 2000/02/22  22:03:26
1386         Log: Add socklen_t probe; Configure maintenance.
1387      Branch: cfgperl
1388            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1389            ! config_h.SH doio.c ext/Sys/Hostname/Hostname.xs pp_sys.c
1390      Branch: metaconfig
1391            ! U/a_dvisory/quadtype.U U/compline/alignbytes.U U/modified/cc.U
1392            ! U/modified/libs.U
1393      Branch: metaconfig/U/perl
1394            + d_int64_t.U d_socklen_t.U
1395            - d_int64t.U
1396            ! i_sysutsname.U
1397 ____________________________________________________________________________
1398 [  5212] By: gsar                                  on 2000/02/22  21:46:45
1399         Log: make Perl's malloc work for allocations over 2GB (from Ilya
1400              Zakharevich)
1401      Branch: perl
1402            ! malloc.c
1403 ____________________________________________________________________________
1404 [  5211] By: gsar                                  on 2000/02/22  19:51:47
1405         Log: add -W and -X to -h output; fix other pod omissions
1406      Branch: perl
1407            ! perl.c pod/perlrun.pod
1408 ____________________________________________________________________________
1409 [  5210] By: gsar                                  on 2000/02/22  19:51:13
1410         Log: describe C<< ... >> in perlpod.pod (from Brad Appleton)
1411      Branch: perl
1412            ! pod/perlpod.pod
1413 ____________________________________________________________________________
1414 [  5209] By: jhi                                   on 2000/02/22  19:40:43
1415         Log: The subtests 28 and 31 were wrong.  Tightened also the similar
1416              tests nearby.
1417      Branch: cfgperl
1418            ! t/op/64bit.t
1419 ____________________________________________________________________________
1420 [  5208] By: gsar                                  on 2000/02/22  19:13:44
1421         Log: s/Activeware/ActiveState/
1422      Branch: perl
1423            ! pod/perlrun.pod
1424 ____________________________________________________________________________
1425 [  5207] By: jhi                                   on 2000/02/22  18:38:29
1426         Log: Perl version nit spotted by Spider Boardman.
1427      Branch: cfgperl
1428            ! configpm
1429 ____________________________________________________________________________
1430 [  5206] By: gsar                                  on 2000/02/22  17:50:44
1431         Log: change#5205 wasn't quite right; SvCUR() should be SvLEN()
1432      Branch: perl
1433            ! toke.c
1434 ____________________________________________________________________________
1435 [  5205] By: gsar                                  on 2000/02/22  17:36:26
1436         Log: fix memory overrun due to off-by-one in change#5192
1437      Branch: perl
1438            ! toke.c
1439 ____________________________________________________________________________
1440 [  5204] By: gsar                                  on 2000/02/22  17:10:39
1441         Log: sundry typos and such
1442      Branch: perl
1443            ! pod/perldelta.pod pod/perldiag.pod utils/perldoc.PL
1444 ____________________________________________________________________________
1445 [  5203] By: jhi                                   on 2000/02/22  17:10:22
1446         Log: Integrate with Sarathy.
1447      Branch: cfgperl
1448           !> (integrate 56 files)
1449 ____________________________________________________________________________
1450 [  5202] By: gsar                                  on 2000/02/22  16:48:58
1451         Log: remove vestiges of older attribute syntax
1452      Branch: perl
1453            ! ext/attrs/attrs.pm pod/Win32.pod pod/perldelta.pod
1454            ! pod/perlop.pod pod/perlthrtut.pod pod/perlvar.pod
1455 ____________________________________________________________________________
1456 [  5201] By: jhi                                   on 2000/02/22  14:39:56
1457         Log: Configure nits spotted by Spider Boardman.
1458      Branch: cfgperl
1459            ! Configure config_h.SH
1460      Branch: metaconfig
1461            ! U/modified/libs.U
1462      Branch: metaconfig/U/perl
1463            ! fpossize.U
1464 ____________________________________________________________________________
1465 [  5200] By: jhi                                   on 2000/02/22  14:31:21
1466         Log: Tru64 V5.0 patches from Spider Boardman.
1467      Branch: cfgperl
1468            ! hints/dec_osf.sh
1469
1470 ----------------
1471 Version v5.5.660
1472 ----------------
1473
1474 ____________________________________________________________________________
1475 [  5199] By: gsar                                  on 2000/02/22  11:29:28
1476         Log: beta2
1477      Branch: perl
1478            ! Changes
1479 ____________________________________________________________________________
1480 [  5198] By: gsar                                  on 2000/02/22  10:45:54
1481         Log: PodParser-1.093 update (from Brad Appleton's site)
1482      Branch: perl
1483            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
1484            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
1485            ! lib/Pod/Usage.pm t/pod/poderrs.t t/pod/poderrs.xr
1486            ! t/pod/special_seqs.t t/pod/special_seqs.xr
1487 ____________________________________________________________________________
1488 [  5197] By: gsar                                  on 2000/02/22  10:24:13
1489         Log: integrate cfgperl contents into mainline, update Changes
1490      Branch: perl
1491            ! Changes pod/perlhist.pod
1492           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
1493           !> config_h.SH hints/solaris_2.sh malloc.c perl.h
1494           !> pod/perldelta.pod
1495 ____________________________________________________________________________
1496 [  5196] By: gsar                                  on 2000/02/22  10:10:36
1497         Log: dos-djgpp updates (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
1498      Branch: perl
1499            ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
1500            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
1501            ! t/lib/glob-taint.t t/lib/io_unix.t
1502 ____________________________________________________________________________
1503 [  5195] By: gsar                                  on 2000/02/22  10:01:49
1504         Log: s/undef/NO_INIT/g in change#5183
1505      Branch: perl
1506            ! lib/ExtUtils/xsubpp pod/perlxs.pod
1507 ____________________________________________________________________________
1508 [  5194] By: gsar                                  on 2000/02/22  09:44:07
1509         Log: perlipc bug (spotted by Ben Low)
1510      Branch: perl
1511            ! pod/perlipc.pod
1512 ____________________________________________________________________________
1513 [  5193] By: gsar                                  on 2000/02/22  09:38:58
1514         Log: EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)
1515      Branch: perl
1516            ! README.epoc epoc/config.sh epoc/createpkg.pl perl.c
1517 ____________________________________________________________________________
1518 [  5192] By: gsar                                  on 2000/02/22  09:26:06
1519         Log: improvements for high-bit text literals (from Gisle Aas)
1520      Branch: perl
1521            ! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/sv
1522            ! t/pragma/warn/toke t/pragma/warn/utf8 toke.c
1523 ____________________________________________________________________________
1524 [  5191] By: gsar                                  on 2000/02/22  07:35:47
1525         Log: allow C<print v10>, $h{v13.10} etc.
1526      Branch: perl
1527            ! t/op/ver.t toke.c
1528 ____________________________________________________________________________
1529 [  5190] By: gsar                                  on 2000/02/22  05:35:27
1530         Log: adjust for lost fp precision in require version check
1531      Branch: perl
1532            ! pp_ctl.c t/comp/require.t
1533 ____________________________________________________________________________
1534 [  5189] By: jhi                                   on 2000/02/22  05:14:35
1535         Log: Check the alignment of long doubles if they are to be used;
1536              regen Configure.
1537      Branch: cfgperl
1538            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1539            ! config_h.SH
1540      Branch: metaconfig
1541            ! U/compline/alignbytes.U
1542 ____________________________________________________________________________
1543 [  5188] By: gsar                                  on 2000/02/22  04:45:57
1544         Log: use same treatment for EINVAL as for ETIMEDOUT
1545      Branch: perl
1546            ! ext/IO/lib/IO/Socket/INET.pm
1547 ____________________________________________________________________________
1548 [  5187] By: gsar                                  on 2000/02/21  23:15:12
1549         Log: type mismatch
1550      Branch: perl
1551            ! sv.c
1552 ____________________________________________________________________________
1553 [  5186] By: gsar                                  on 2000/02/21  21:10:26
1554         Log: remove dual-valueness of v-strings (i.e., they are pure strings
1555              now); avoid the word "tuple" to describe strings represented as
1556              character ordinals; usurp $PERL_VERSION for $^V as suggested by
1557              Larry, deprecate $] ; adjust the documentation and testsuite
1558              accordingly
1559      Branch: perl
1560            ! MANIFEST lib/English.pm op.c pod/perldelta.pod
1561            ! pod/perlfunc.pod pod/perlop.pod pod/perlvar.pod
1562            ! t/comp/require.t t/op/ver.t toke.c
1563 ____________________________________________________________________________
1564 [  5185] By: jhi                                   on 2000/02/21  20:36:05
1565         Log: detypo
1566      Branch: cfgperl
1567            ! perl.h
1568 ____________________________________________________________________________
1569 [  5184] By: gsar                                  on 2000/02/21  18:37:38
1570         Log: clarify "use Module VERSION LIST" (from Robin Barker)
1571      Branch: perl
1572            ! pod/perlfunc.pod
1573 ____________________________________________________________________________
1574 [  5183] By: gsar                                  on 2000/02/21  18:31:42
1575         Log: allow optional XSUB parameters without being forced to use a
1576              default (from Hugo van der Sanden)
1577      Branch: perl
1578            ! lib/ExtUtils/xsubpp pod/perlfunc.pod pod/perlxs.pod
1579 ____________________________________________________________________________
1580 [  5182] By: jhi                                   on 2000/02/21  18:22:47
1581         Log: Add Solaris LP64 notes. 
1582      Branch: cfgperl
1583            ! hints/solaris_2.sh
1584 ____________________________________________________________________________
1585 [  5181] By: gsar                                  on 2000/02/21  16:53:39
1586         Log: generalize "%v" format into a flag for any integral format type:
1587              "%vd", "%v#o", "%*vX", etc are allowed
1588      Branch: perl
1589            ! perl.c pod/perldelta.pod pod/perlfunc.pod sv.c t/op/ver.t
1590            ! utils/perlbug.PL
1591 ____________________________________________________________________________
1592 [  5180] By: gsar                                  on 2000/02/21  07:11:00
1593         Log: detypo
1594      Branch: perl
1595            ! ext/B/B.xs
1596 ____________________________________________________________________________
1597 [  5179] By: gsar                                  on 2000/02/21  07:08:38
1598         Log: undo accidental delete
1599      Branch: perl
1600            ! ext/B/B.pm ext/B/B.xs
1601 ____________________________________________________________________________
1602 [  5178] By: gsar                                  on 2000/02/21  07:02:16
1603         Log: get Compiler "working" under useithreads
1604      Branch: perl
1605            ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
1606            ! ext/B/B/Deparse.pm ext/B/B/Xref.pm
1607 ____________________________________________________________________________
1608 [  5177] By: jhi                                   on 2000/02/21  03:16:24
1609         Log: Thou shalt not printf longs with %d.
1610      Branch: cfgperl
1611            ! malloc.c
1612 ____________________________________________________________________________
1613 [  5176] By: jhi                                   on 2000/02/21  01:37:35
1614         Log: Integrate with Sarathy.
1615      Branch: cfgperl
1616           +> t/pragma/warn/9enabled
1617           !> (integrate 63 files)
1618 ____________________________________________________________________________
1619 [  5175] By: gsar                                  on 2000/02/21  00:25:00
1620         Log: misplaced braces
1621      Branch: perl
1622            ! malloc.c
1623 ____________________________________________________________________________
1624 [  5174] By: gsar                                  on 2000/02/21  00:09:16
1625         Log: more malloc.c tweaks for change#5070
1626      Branch: perl
1627            ! malloc.c
1628 ____________________________________________________________________________
1629 [  5173] By: gsar                                  on 2000/02/21  00:01:17
1630         Log: malloc.c fixups in change#5170 need to fetch thx pointer
1631      Branch: perl
1632            ! malloc.c
1633 ____________________________________________________________________________
1634 [  5172] By: gsar                                  on 2000/02/20  23:52:39
1635         Log: missing file in change#5170
1636      Branch: perl
1637            + t/pragma/warn/9enabled
1638 ____________________________________________________________________________
1639 [  5171] By: gsar                                  on 2000/02/20  23:49:17
1640         Log: skip conditionally defined symbols in change#5162
1641      Branch: perl
1642            ! makedef.pl
1643 ____________________________________________________________________________
1644 [  5170] By: gsar                                  on 2000/02/20  22:58:09
1645         Log: lexical warnings update, ability to inspect bitmask in calling
1646              scope, among other things (from Paul Marquess)
1647      Branch: perl
1648            ! MANIFEST lib/warnings.pm malloc.c mg.c op.c pod/perldiag.pod
1649            ! pod/perlfunc.pod pod/perllexwarn.pod pp.c pp_ctl.c pp_hot.c
1650            ! regcomp.c regexec.c sv.c t/op/substr.t t/pragma/warn/op
1651            ! t/pragma/warn/pp t/pragma/warn/pp_ctl t/pragma/warn/pp_hot
1652            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
1653            ! t/pragma/warn/toke toke.c warnings.h warnings.pl
1654 ____________________________________________________________________________
1655 [  5169] By: gsar                                  on 2000/02/20  22:22:28
1656         Log: windows fixes for virtualizing child std{in,out,err} handles,
1657              attempts to lock uninitialized critical section in files that
1658              were never explicitly opened (from Doug Lankshear)
1659      Branch: perl
1660            ! iperlsys.h win32/perlhost.h win32/win32.c win32/win32.h
1661 ____________________________________________________________________________
1662 [  5168] By: gsar                                  on 2000/02/20  20:19:11
1663         Log: update Changes, credits
1664      Branch: perl
1665            ! Changes
1666 ____________________________________________________________________________
1667 [  5167] By: gsar                                  on 2000/02/20  18:54:27
1668         Log: avoid reading out-of-bounds memory when matching against reference
1669      Branch: perl
1670            ! regexec.c
1671 ____________________________________________________________________________
1672 [  5166] By: gsar                                  on 2000/02/20  17:59:41
1673         Log: byte mode chop() should clear UTF8 (from Gisle Aas)
1674      Branch: perl
1675            ! doop.c
1676 ____________________________________________________________________________
1677 [  5165] By: gsar                                  on 2000/02/20  17:57:08
1678         Log: test fix needed by change#5164
1679      Branch: perl
1680            ! t/pragma/warn/toke
1681 ____________________________________________________________________________
1682 [  5164] By: gsar                                  on 2000/02/20  17:50:38
1683         Log: default mkdir() mode argument to 0777
1684      Branch: perl
1685            ! opcode.h opcode.pl pod/perldiag.pod pod/perlfunc.pod pp_sys.c
1686            ! t/op/mkdir.t toke.c
1687 ____________________________________________________________________________
1688 [  5163] By: gsar                                  on 2000/02/20  16:34:33
1689         Log: glob() takes one or no user arguments and a non-user-visible second
1690              hidden argument, fix its prototype-checking accordingly
1691      Branch: perl
1692            ! op.c opcode.h opcode.pl
1693 ____________________________________________________________________________
1694 [  5162] By: gsar                                  on 2000/02/20  16:07:38
1695         Log: make change#3386 a build-time option (avoids problems due to
1696              perl_run() longjmping out)
1697      Branch: perl
1698            ! Todo-5.6 embed.h embed.pl embedvar.h intrpvar.h objXSUB.h
1699            ! perl.c perl.h perlapi.c perlvars.h pp_ctl.c proto.h scope.c
1700            ! scope.h sv.c thrdvar.h util.c
1701 ____________________________________________________________________________
1702 [  5161] By: gsar                                  on 2000/02/20  12:13:37
1703         Log: IO::Socket now sets $!, avoids eval/die (patch from Graham Barr
1704              modified to use Errno more portably)
1705      Branch: perl
1706            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
1707 ____________________________________________________________________________
1708 [  5160] By: gsar                                  on 2000/02/20  11:53:28
1709         Log: mention portability caveat about C<use Errno 'EFOO'>
1710      Branch: perl
1711            ! ext/Errno/Errno_pm.PL
1712 ____________________________________________________________________________
1713 [  5159] By: gsar                                  on 2000/02/20  11:14:36
1714         Log: revise docs on @+ and @- (from Tom "Camel" Christiansen)
1715      Branch: perl
1716            ! pod/perlvar.pod
1717 ____________________________________________________________________________
1718 [  5158] By: gsar                                  on 2000/02/20  10:53:49
1719         Log: README.vms and related updates (from Peter Prymmer <pvhp@best.com>)
1720      Branch: perl
1721            ! MANIFEST Makefile.SH README.vms pod/perl5005delta.pod
1722            ! pod/perldelta.pod pod/perlport.pod pod/podchecker.PL
1723            ! vms/descrip_mms.template
1724 ____________________________________________________________________________
1725 [  5157] By: jhi                                   on 2000/02/19  20:29:26
1726         Log: Be explicit about what ops work with bt vectors.
1727              (And implicit about which don't.)
1728      Branch: cfgperl
1729            ! pod/perldelta.pod
1730 ____________________________________________________________________________
1731 [  5156] By: jhi                                   on 2000/02/19  18:38:14
1732         Log: Integrate with Sarathy.
1733      Branch: cfgperl
1734           +> lib/bytes.pm lib/bytes_heavy.pl
1735            - lib/byte.pm lib/byte_heavy.pl
1736           !> (integrate 61 files)
1737 ____________________________________________________________________________
1738 [  5155] By: gsar                                  on 2000/02/19  17:57:39
1739         Log: char vs U8 warnings
1740      Branch: perl
1741            ! sv.c
1742 ____________________________________________________________________________
1743 [  5154] By: gsar                                  on 2000/02/19  17:44:56
1744         Log: remove outdated caveat about C<while ($k = each %foo)> (from
1745              Hugo van der Sanden)
1746      Branch: perl
1747            ! pod/perlfunc.pod
1748 ____________________________________________________________________________
1749 [  5153] By: gsar                                  on 2000/02/19  17:41:41
1750         Log: tests, doc tweak (from Gisle Aas)
1751      Branch: perl
1752            ! pod/perlfaq9.pod t/op/ord.t
1753 ____________________________________________________________________________
1754 [  5152] By: gsar                                  on 2000/02/19  17:35:50
1755         Log: document behavior of splice(@ary) (from Gisle Aas)
1756      Branch: perl
1757            ! pod/perlfunc.pod
1758 ____________________________________________________________________________
1759 [  5151] By: gsar                                  on 2000/02/19  17:33:59
1760         Log: fix bug in backtracking optimizer (from Makoto Ishisone
1761              <ishisone@sra.co.jp>)
1762      Branch: perl
1763            ! regexec.c t/op/pat.t
1764 ____________________________________________________________________________
1765 [  5150] By: gsar                                  on 2000/02/19  17:33:05
1766         Log: more B fixups to cope with empty GVs (these can only happen in pads)
1767      Branch: perl
1768            ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm op.c
1769 ____________________________________________________________________________
1770 [  5149] By: gsar                                  on 2000/02/19  17:32:03
1771         Log: avoid compiler warnings
1772      Branch: perl
1773            ! malloc.c perl.h
1774 ____________________________________________________________________________
1775 [  5148] By: gsar                                  on 2000/02/19  17:18:09
1776         Log: document 'lvalue' attribute (from Simon Cozens <simon@brecon.co.uk>)
1777      Branch: perl
1778            ! lib/attributes.pm
1779 ____________________________________________________________________________
1780 [  5147] By: gsar                                  on 2000/02/19  17:15:34
1781         Log: avoid failing on $!{ENOTHERE} (they can always use C<exists $!{NOTHERE}>
1782              for that)
1783      Branch: perl
1784            ! ext/Errno/Errno_pm.PL
1785 ____________________________________________________________________________
1786 [  5146] By: gsar                                  on 2000/02/19  16:18:46
1787         Log: integrate cfgperl contents into mainline
1788      Branch: perl
1789           !> Configure config_h.SH ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs
1790           !> ext/SDBM_File/sdbm/sdbm.c ext/Socket/Socket.pm
1791           !> ext/Socket/Socket.xs hints/hpux.sh perl.h pod/perldelta.pod
1792           !> pod/perlfunc.pod pod/perlopentut.pod t/lib/syslfs.t
1793 ____________________________________________________________________________
1794 [  5145] By: gsar                                  on 2000/02/19  16:10:37
1795         Log: POSIX::strftime gets the date wrong (from John Tobey
1796              <jtobey@epsilondev.com>)
1797      Branch: perl
1798            ! ext/POSIX/POSIX.xs t/lib/posix.t
1799 ____________________________________________________________________________
1800 [  5144] By: gsar                                  on 2000/02/19  16:02:40
1801         Log: don't blindly set bool=char on linux (from Andy Dougherty)
1802      Branch: perl
1803            ! handy.h hints/linux.sh x2p/a2p.h
1804 ____________________________________________________________________________
1805 [  5143] By: gsar                                  on 2000/02/19  15:54:04
1806         Log: some rearrangement of the includes for easier "microperl" build;
1807              add PERL_MICRO guards supplied by Simon Cozens <simon@brecon.co.uk>
1808      Branch: perl
1809            ! doio.c perl.c perl.h pp_hot.c pp_sys.c toke.c util.c
1810 ____________________________________________________________________________
1811 [  5142] By: gsar                                  on 2000/02/19  15:22:17
1812         Log: fixes for Pod::Html issues (from Wolfgang Laun
1813              <wolfgang.laun@chello.at>)
1814      Branch: perl
1815            ! lib/Pod/Html.pm
1816 ____________________________________________________________________________
1817 [  5141] By: gsar                                  on 2000/02/19  08:27:29
1818         Log: grammos (spotted by Tom Christiansen)
1819      Branch: perl
1820            ! pod/perlfunc.pod
1821 ____________________________________________________________________________
1822 [  5140] By: gsar                                  on 2000/02/19  08:17:04
1823         Log: various xsubpp enhancements that make it easier to use with
1824              C::Scan (from Ilya Zakharevich)
1825              
1826              TODO: still needs documentation
1827      Branch: perl
1828            ! lib/ExtUtils/xsubpp
1829 ____________________________________________________________________________
1830 [  5139] By: gsar                                  on 2000/02/19  07:55:18
1831         Log: s/croak/Perl_croak/
1832      Branch: perl
1833            ! sv.c
1834 ____________________________________________________________________________
1835 [  5138] By: gsar                                  on 2000/02/19  07:51:39
1836         Log: make comparisons promote to utf8 as necessary (from Gisle Aas)
1837      Branch: perl
1838            ! Todo-5.6 embed.h embed.pl global.sym objXSUB.h perlapi.c
1839            ! pp_hot.c proto.h sv.c toke.c
1840 ____________________________________________________________________________
1841 [  5137] By: gsar                                  on 2000/02/19  07:42:12
1842         Log: set close-on-exec flag on sockets too, like we do for files
1843              and pipes
1844      Branch: perl
1845            ! pod/perldelta.pod pod/perlfunc.pod pod/perlvar.pod pp_sys.c
1846 ____________________________________________________________________________
1847 [  5136] By: gsar                                  on 2000/02/19  07:23:48
1848         Log: allocate sufficient buffer sizes for 64-bit wide utf8 characters
1849              permitted by change#5011 (from Gisle Aas)
1850      Branch: perl
1851            ! pp.c utf8.c utf8.h
1852 ____________________________________________________________________________
1853 [  5135] By: gsar                                  on 2000/02/19  06:53:13
1854         Log: s/WARN_PRECEDENCE/WARN_BAREWORD/, vide change#5131
1855      Branch: perl
1856            ! lib/warnings.pm op.c warnings.h warnings.pl
1857 ____________________________________________________________________________
1858 [  5134] By: gsar                                  on 2000/02/19  06:36:46
1859         Log: s/byte/bytes/g remnants
1860      Branch: perl
1861            ! lib/bytes.pm lib/bytes_heavy.pl
1862 ____________________________________________________________________________
1863 [  5133] By: gsar                                  on 2000/02/19  06:33:49
1864         Log: rename byte:: to bytes::
1865      Branch: perl
1866           +> lib/bytes.pm lib/bytes_heavy.pl
1867            - lib/byte.pm lib/byte_heavy.pl
1868            ! MANIFEST lib/charnames.pm lib/utf8.pm pod/perldelta.pod
1869            ! pod/perltoc.pod pod/perlunicode.pod pod/perlvar.pod
1870            ! t/lib/charnames.t t/op/ver.t
1871 ____________________________________________________________________________
1872 [  5132] By: gsar                                  on 2000/02/19  05:58:42
1873         Log: English names for $^R and $^S
1874      Branch: perl
1875            ! lib/English.pm pod/perlvar.pod
1876 ____________________________________________________________________________
1877 [  5131] By: gsar                                  on 2000/02/19  05:44:20
1878         Log: rename "Probable precendence problem" diagnostic to "Bareword found
1879              in conditional" to better reflect the class of error (as suggested
1880              by Larry)
1881      Branch: perl
1882            ! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/warn/op
1883 ____________________________________________________________________________
1884 [  5130] By: gsar                                  on 2000/02/19  05:43:10
1885         Log: fix outdated info about PerlClinic and the bug-tracking system
1886      Branch: perl
1887            ! pod/perlfaq2.pod pod/perltodo.pod
1888 ____________________________________________________________________________
1889 [  5129] By: gsar                                  on 2000/02/19  04:14:19
1890         Log: some fixes for mingw32/GCC (SETERRNO() still appears to
1891              trash memory)
1892      Branch: perl
1893            ! README.win32 t/lib/safe2.t t/op/mkdir.t win32/makefile.mk
1894            ! win32/win32.h
1895 ____________________________________________________________________________
1896 [  5128] By: gsar                                  on 2000/02/18  06:55:33
1897         Log: avoid $@-clearing sideeffect of require in Carp
1898      Branch: perl
1899            ! lib/Carp.pm
1900 ____________________________________________________________________________
1901 [  5127] By: gsar                                  on 2000/02/18  04:58:26
1902         Log: stronger testcase for change#5126
1903      Branch: perl
1904            ! t/op/pat.t
1905 ____________________________________________________________________________
1906 [  5126] By: gsar                                  on 2000/02/18  04:44:28
1907         Log: make /\S/ match the same things /[\S]/ matches; likewise for
1908              \D (from Rick Delaney <rick@consumercontact.com>)
1909      Branch: perl
1910            ! regexec.c t/op/pat.t
1911 ____________________________________________________________________________
1912 [  5125] By: gsar                                  on 2000/02/18  03:57:43
1913         Log: Compiler fixups from Jan Dubois
1914      Branch: perl
1915            ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm utils/perlcc.PL
1916 ____________________________________________________________________________
1917 [  5124] By: jhi                                   on 2000/02/17  22:09:09
1918         Log: Take out the -Wl,-z as we have survice so far without.
1919      Branch: cfgperl
1920            ! hints/hpux.sh
1921 ____________________________________________________________________________
1922 [  5123] By: jhi                                   on 2000/02/17  18:40:17
1923         Log: Integrate with Sarathy.
1924      Branch: cfgperl
1925           !> dump.c ext/ODBM_File/ODBM_File.xs t/op/split.t
1926 ____________________________________________________________________________
1927 [  5122] By: gsar                                  on 2000/02/17  18:01:14
1928         Log: fix test that depends on op_dump() output
1929      Branch: perl
1930            ! t/op/split.t
1931 ____________________________________________________________________________
1932 [  5121] By: gsar                                  on 2000/02/17  17:55:18
1933         Log: op_dump() tweak
1934      Branch: perl
1935            ! dump.c
1936 ____________________________________________________________________________
1937 [  5120] By: jhi                                   on 2000/02/16  23:11:04
1938         Log: Regularize the use* questions, and replace
1939              "Configure *must* be run with -Duse..." with.
1940              "can be run".
1941      Branch: cfgperl
1942            ! Configure config_h.SH
1943      Branch: metaconfig
1944            ! U/threads/usethreads.U
1945      Branch: metaconfig/U/perl
1946            ! use64bits.U uselfs.U uselongdbl.U uselonglong.U
1947            ! usemultiplicity.U useperlio.U usesocks.U
1948 ____________________________________________________________________________
1949 [  5119] By: jhi                                   on 2000/02/16  22:29:11
1950         Log: HP-UX 64-bitness/largefile fixes.
1951      Branch: cfgperl
1952            ! Configure config_h.SH ext/SDBM_File/sdbm/sdbm.c hints/hpux.sh
1953            ! perl.h
1954      Branch: metaconfig
1955            ! U/modified/cc.U U/modified/libpth.U U/modified/libs.U
1956      Branch: metaconfig/U/perl
1957            ! Extensions.U
1958 ____________________________________________________________________________
1959 [  5118] By: jhi                                   on 2000/02/16  19:47:51
1960         Log: Fcntl: more O_ constants, move SEEK_ to @EXPORT_OK
1961              (tag :seek), add S_I constants (and functions) (tag :mode);
1962              refer only to the SEEK_ of Fcntl, not the ones from
1963              POSIX or IO::; add SHUT_ to Socket; get trigonometric
1964              functions from Math::Trig instead of POSIX.
1965      Branch: cfgperl
1966            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs ext/Socket/Socket.pm
1967            ! ext/Socket/Socket.xs perl.h pod/perldelta.pod pod/perlfunc.pod
1968            ! pod/perlopentut.pod t/lib/syslfs.t
1969      Branch: metaconfig/U/perl
1970            + i_sysmode.U
1971 ____________________________________________________________________________
1972 [  5117] By: gsar                                  on 2000/02/16  06:39:06
1973         Log: avoid warnings due to redefined NULL
1974      Branch: perl
1975            ! ext/ODBM_File/ODBM_File.xs
1976 ____________________________________________________________________________
1977 [  5116] By: gsar                                  on 2000/02/16  00:10:25
1978         Log: integrate cfgperl changes into mainline
1979      Branch: perl
1980           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
1981           !> Porting/config_H config_h.SH ext/Sys/Hostname/Hostname.xs
1982           !> ext/Sys/Syslog/Syslog.xs hints/aix.sh hints/hpux.sh
1983           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm myconfig.SH
1984 ____________________________________________________________________________
1985 [  5115] By: jhi                                   on 2000/02/15  23:11:55
1986         Log: Probe for <sys/utsname.h>.
1987      Branch: cfgperl
1988            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1989            ! config_h.SH ext/Sys/Hostname/Hostname.xs
1990      Branch: metaconfig/U/perl
1991            + i_sysutsname.U
1992 ____________________________________________________________________________
1993 [  5114] By: jhi                                   on 2000/02/15  22:59:59
1994         Log: Integrate with Sarathy.
1995      Branch: cfgperl
1996           +> ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs
1997           +> ext/Sys/Hostname/Makefile.PL
1998            - lib/Sys/Hostname.pm
1999           !> (integrate 41 files)
2000 ____________________________________________________________________________
2001 [  5113] By: gsar                                  on 2000/02/15  21:22:18
2002         Log: update Changes, patchlevel
2003      Branch: perl
2004            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
2005            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
2006 ____________________________________________________________________________
2007 [  5112] By: gsar                                  on 2000/02/15  20:57:12
2008         Log: fix change#5104 under useithreads
2009      Branch: perl
2010            ! op.c
2011 ____________________________________________________________________________
2012 [  5111] By: gsar                                  on 2000/02/15  20:45:10
2013         Log: export list tweak needed by change#5103
2014      Branch: perl
2015            ! makedef.pl
2016 ____________________________________________________________________________
2017 [  5110] By: gsar                                  on 2000/02/15  19:32:56
2018         Log: add XS version of Sys::Hostname (from Greg Bacon
2019              <gbacon@itsc.uah.edu>)
2020      Branch: perl
2021            + ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs
2022            + ext/Sys/Hostname/Makefile.PL
2023            - lib/Sys/Hostname.pm
2024            ! MANIFEST ext/DynaLoader/Makefile.PL ext/Sys/Syslog/Makefile.PL
2025            ! pod/perldelta.pod t/lib/hostname.t win32/Makefile
2026            ! win32/makefile.mk
2027 ____________________________________________________________________________
2028 [  5109] By: gsar                                  on 2000/02/15  18:35:28
2029         Log: UNIVERSAL::can and UNIVERSAL::isa should return undef when
2030              given undefined values (from Graham Barr <gbarr@pobox.com>)
2031      Branch: perl
2032            ! universal.c
2033 ____________________________________________________________________________
2034 [  5108] By: gsar                                  on 2000/02/15  18:25:05
2035         Log: avoid accidental #line directives (from Rick Delaney
2036              <rick@consumercontact.com>)
2037      Branch: perl
2038            ! pod/perlsyn.pod toke.c
2039 ____________________________________________________________________________
2040 [  5107] By: gsar                                  on 2000/02/15  18:04:31
2041         Log: locale guards needed (from Simon Cozens <simon@brecon.co.uk>)
2042      Branch: perl
2043            ! perl.c
2044 ____________________________________________________________________________
2045 [  5106] By: gsar                                  on 2000/02/15  18:02:17
2046         Log: incorrect docs about delete() (spotted by Martyn Pearce
2047              <martyn@inpharmatica.co.uk>)
2048      Branch: perl
2049            ! pod/perldelta.pod pod/perlfunc.pod
2050 ____________________________________________________________________________
2051 [  5105] By: gsar                                  on 2000/02/15  17:43:27
2052         Log: s/use vars/our/ (from Gisle Aas)
2053      Branch: perl
2054            ! bytecode.pl
2055 ____________________________________________________________________________
2056 [  5104] By: gsar                                  on 2000/02/15  17:42:06
2057         Log: optimize pseudohash slice in array slice at compile time (from
2058              John Tobey <jtobey@john-edwin-tobey.org>)
2059      Branch: perl
2060            ! op.c t/lib/fields.t
2061 ____________________________________________________________________________
2062 [  5103] By: gsar                                  on 2000/02/15  17:18:12
2063         Log: provide malloc stats via get_mstats() (from Ilya Zakharevich)
2064      Branch: perl
2065            ! embed.h embed.pl global.sym makedef.pl malloc.c objXSUB.h
2066            ! perl.h perlapi.c proto.h vos/vos_dummies.c
2067 ____________________________________________________________________________
2068 [  5102] By: gsar                                  on 2000/02/15  17:05:12
2069         Log: doc patches from Rick Delaney and Chris Nandor; update Todo-5.6
2070      Branch: perl
2071            ! Todo-5.6 pod/perldata.pod pod/perlport.pod
2072 ____________________________________________________________________________
2073 [  5101] By: gsar                                  on 2000/02/15  17:02:51
2074         Log: fix regen_headers target to make all the autogenerated files
2075              writable first
2076      Branch: perl
2077            ! Makefile.SH
2078 ____________________________________________________________________________
2079 [  5100] By: gsar                                  on 2000/02/15  16:41:53
2080         Log: fix misoptimization of C<my($x,$y); $x = $y = 1 + $z;> (from
2081              Ilya Zakharevich)
2082      Branch: perl
2083            ! op.c t/op/lex_assign.t
2084 ____________________________________________________________________________
2085 [  5099] By: gsar                                  on 2000/02/15  16:17:36
2086         Log: more complete File::Spec support for Mac and VMS, tests (from
2087              Barrie Slaymaker <barries@slaysys.com>)
2088      Branch: perl
2089            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
2090            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm t/lib/filespec.t
2091 ____________________________________________________________________________
2092 [  5098] By: gsar                                  on 2000/02/15  16:10:46
2093         Log: fix incompatibility with bison generated parser (from
2094              Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
2095      Branch: perl
2096            ! toke.c
2097 ____________________________________________________________________________
2098 [  5097] By: gsar                                  on 2000/02/15  16:07:17
2099         Log: propagate st_mode bits to group/other for Borland build
2100              (from Vadim Konovalov <vkonovalov@lucent.com>)
2101      Branch: perl
2102            ! win32/win32.c
2103 ____________________________________________________________________________
2104 [  5096] By: jhi                                   on 2000/02/15  14:22:23
2105         Log: Integrate with Sarathy.
2106      Branch: cfgperl
2107           !> win32/Makefile win32/bin/exetype.pl win32/makefile.mk
2108 ____________________________________________________________________________
2109 [  5095] By: jhi                                   on 2000/02/15  14:19:22
2110         Log: cc_r can be in different places (/usr/ibmcxx/bin or /usr/bin),
2111              easier just to drop the paranoid test.
2112      Branch: cfgperl
2113            ! hints/aix.sh
2114 ____________________________________________________________________________
2115 [  5094] By: gsar                                  on 2000/02/15  05:42:17
2116         Log: update exetype.pl tool
2117      Branch: perl
2118            ! win32/Makefile win32/bin/exetype.pl win32/makefile.mk
2119 ____________________________________________________________________________
2120 [  5093] By: jhi                                   on 2000/02/15  05:24:02
2121         Log: Integrate with Sarathy.
2122      Branch: cfgperl
2123           !> Porting/pumpkin.pod embed.h embed.pl ext/DB_File/DB_File.xs
2124           !> ext/GDBM_File/GDBM_File.xs ext/NDBM_File/NDBM_File.xs
2125           !> ext/ODBM_File/ODBM_File.xs ext/SDBM_File/SDBM_File.xs hv.c
2126           !> perl.c proto.h sv.c t/op/ord.t t/pragma/warnings.t
2127 ____________________________________________________________________________
2128 [  5092] By: jhi                                   on 2000/02/15  05:22:09
2129         Log: Unroll the libs scan thanks to HP-UX.
2130      Branch: cfgperl
2131            ! Configure config_h.SH hints/hpux.sh
2132      Branch: metaconfig
2133            ! U/modified/libpth.U U/modified/libs.U
2134      Branch: metaconfig/U/perl
2135            ! Extensions.U dlsrc.U
2136 ____________________________________________________________________________
2137 [  5091] By: gsar                                  on 2000/02/15  05:17:56
2138         Log: fix leaks in *DBM_File; safemalloc()ed things need to be freed with
2139              safefree() rather than Safefree()
2140      Branch: perl
2141            ! ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs
2142            ! ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
2143            ! ext/SDBM_File/SDBM_File.xs
2144 ____________________________________________________________________________
2145 [  5090] By: gsar                                  on 2000/02/15  04:54:17
2146         Log: fix memory leak in C<$x = *Y> provoked by change#4198, which
2147              introduced XPVMG storage in arenas
2148      Branch: perl
2149            ! sv.c
2150 ____________________________________________________________________________
2151 [  5089] By: jhi                                   on 2000/02/15  00:41:36
2152         Log: AIX perl linkage tweakage.
2153      Branch: cfgperl
2154            ! Makefile.SH
2155 ____________________________________________________________________________
2156 [  5088] By: jhi                                   on 2000/02/15  00:07:06
2157         Log: abort instead of just promising.
2158      Branch: cfgperl
2159            ! hints/aix.sh
2160 ____________________________________________________________________________
2161 [  5087] By: jhi                                   on 2000/02/14  23:51:05
2162         Log: silly compilers don't know that croak() exits
2163              and complain about unitialized RETVALs
2164      Branch: cfgperl
2165            ! ext/Sys/Syslog/Syslog.xs
2166 ____________________________________________________________________________
2167 [  5086] By: jhi                                   on 2000/02/14  21:13:24
2168         Log: Add lseektype and lseeksize to myconfig.
2169      Branch: cfgperl
2170            ! myconfig.SH
2171 ____________________________________________________________________________
2172 [  5085] By: gsar                                  on 2000/02/14  18:51:11
2173         Log: avoid warnings
2174      Branch: perl
2175            ! perl.c
2176 ____________________________________________________________________________
2177 [  5084] By: gsar                                  on 2000/02/14  18:26:08
2178         Log: fix small interpreter leaks identified by Purify
2179      Branch: perl
2180            ! Porting/pumpkin.pod embed.h embed.pl hv.c perl.c proto.h sv.c
2181            ! t/op/ord.t t/pragma/warnings.t
2182 ____________________________________________________________________________
2183 [  5083] By: jhi                                   on 2000/02/14  17:50:52
2184         Log: Remove tagged core files.
2185      Branch: cfgperl
2186            ! lib/ExtUtils/MM_Unix.pm
2187 ____________________________________________________________________________
2188 [  5082] By: jhi                                   on 2000/02/14  17:41:07
2189         Log: Prefer full_ar.
2190      Branch: cfgperl
2191            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
2192 ____________________________________________________________________________
2193 [  5081] By: jhi                                   on 2000/02/14  17:20:32
2194         Log: Add ivtype, ivsize, nvtype, nvsize to myconfig.
2195      Branch: cfgperl
2196            ! myconfig.SH
2197 ____________________________________________________________________________
2198 [  5080] By: jhi                                   on 2000/02/14  15:33:03
2199         Log: Integrate with Sarathy.
2200      Branch: cfgperl
2201           !> Porting/pumpkin.pod av.c malloc.c sv.c
2202 ____________________________________________________________________________
2203 [  5079] By: gsar                                  on 2000/02/14  08:50:06
2204         Log: notes about running Purify
2205      Branch: perl
2206            ! Porting/pumpkin.pod av.c sv.c
2207 ____________________________________________________________________________
2208 [  5078] By: gsar                                  on 2000/02/14  07:27:21
2209         Log: use system malloc() instead of sbrk() in Perl_malloc() under -DPURIFY
2210      Branch: perl
2211            ! malloc.c
2212 ____________________________________________________________________________
2213 [  5077] By: gsar                                  on 2000/02/14  07:25:44
2214         Log: integrate cfgperl contents into mainline
2215      Branch: perl
2216           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
2217           !> config_h.SH epoc/config.sh hints/aix.sh hints/hpux.sh
2218           !> hints/irix_6.sh hints/solaris_2.sh perl.h pod/perldelta.pod
2219           !> vms/subconfigure.com vos/config.def vos/config.h
2220           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
2221           !> win32/config.vc win32/config_H.bc win32/config_H.gc
2222           !> win32/config_H.vc
2223 ____________________________________________________________________________
2224 [  5076] By: jhi                                   on 2000/02/14  05:01:56
2225         Log: Integrate with Sarathy.
2226      Branch: cfgperl
2227           !> embed.h embed.pl objXSUB.h perl.c perlapi.c proto.h sv.c
2228 ____________________________________________________________________________
2229 [  5075] By: jhi                                   on 2000/02/14  04:56:52
2230         Log: Configure -A stopped processing of any further options.
2231      Branch: cfgperl
2232            ! Configure config_h.SH
2233      Branch: metaconfig
2234            ! U/modified/Options.U
2235 ____________________________________________________________________________
2236 [  5074] By: gsar                                  on 2000/02/14  04:45:01
2237         Log: remove outdated -DPURIFY code--it reports bogus errors during global
2238              destruction since we actually depend on SVs being in arenas there
2239      Branch: perl
2240            ! embed.h embed.pl objXSUB.h perl.c perlapi.c proto.h sv.c
2241 ____________________________________________________________________________
2242 [  5073] By: jhi                                   on 2000/02/13  19:28:17
2243         Log: Integrate with Sarathy.
2244      Branch: cfgperl
2245            - Todo-5.005
2246           !> cop.h op.c perl.c pp_ctl.c regcomp.c regexec.c scope.c sv.c
2247           !> util.c
2248 ____________________________________________________________________________
2249 [  5072] By: gsar                                  on 2000/02/13  19:02:07
2250         Log: more purification (pp_require() could access free memory; vdie()
2251              could think message was random length when passed a null argument;
2252              utilize() didn't set up the hash for the method name leading to
2253              pp_method_named() accessing random state; PL_curpm wasn't zeroed
2254              properly)
2255      Branch: perl
2256            ! cop.h op.c perl.c pp_ctl.c regcomp.c regexec.c scope.c sv.c
2257            ! util.c
2258 ____________________________________________________________________________
2259 [  5071] By: jhi                                   on 2000/02/12  19:59:35
2260         Log: uselonglong sits deep.
2261      Branch: cfgperl
2262            ! Configure config_h.SH hints/solaris_2.sh
2263      Branch: metaconfig/U/perl
2264            ! use64bits.U
2265 ____________________________________________________________________________
2266 [  5070] By: jhi                                   on 2000/02/12  01:25:41
2267         Log: megalomaniac 64-bit update: most importantly,
2268              uselonglong is eradicated, only backward
2269              compatibility hooks in use64bits remain.
2270      Branch: cfgperl
2271            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2272            ! config_h.SH epoc/config.sh hints/aix.sh hints/hpux.sh
2273            ! hints/irix_6.sh hints/solaris_2.sh perl.h vms/subconfigure.com
2274            ! vos/config.def vos/config.h vos/config_h.SH_orig
2275            ! win32/config.bc win32/config.gc win32/config.vc
2276            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2277      Branch: metaconfig
2278            ! U/a_dvisory/quadtype.U U/modified/libpth.U U/modified/libs.U
2279      Branch: metaconfig/U/perl
2280            ! use64bits.U
2281 ____________________________________________________________________________
2282 [  5069] By: jhi                                   on 2000/02/11  21:13:41
2283         Log: undo #5064 for now; there seems to be no good selection
2284              of flags to add the new option.
2285      Branch: cfgperl
2286            ! hints/hpux.sh
2287 ____________________________________________________________________________
2288 [  5068] By: jhi                                   on 2000/02/11  21:01:21
2289         Log: Guard against accidental long long use.
2290      Branch: cfgperl
2291            ! perl.h
2292 ____________________________________________________________________________
2293 [  5067] By: jhi                                   on 2000/02/11  19:50:32
2294         Log: logic fixes
2295      Branch: cfgperl
2296            ! Configure config_h.SH
2297      Branch: metaconfig/U/perl
2298            ! uselonglong.U
2299 ____________________________________________________________________________
2300 [  5066] By: jhi                                   on 2000/02/11  19:32:30
2301         Log: Clarify 64-bit issues.
2302      Branch: cfgperl
2303            ! pod/perldelta.pod
2304 ____________________________________________________________________________
2305 [  5065] By: jhi                                   on 2000/02/11  18:13:29
2306         Log: Integrate with Sarathy.
2307      Branch: cfgperl
2308           !> ext/Devel/Peek/Peek.xs regcomp.c t/comp/require.t t/comp/use.t
2309           !> toke.c
2310 ____________________________________________________________________________
2311 [  5064] By: jhi                                   on 2000/02/11  18:11:47
2312         Log: Silence linker warnings about binary backward incompatibilities.
2313      Branch: cfgperl
2314            ! hints/hpux.sh
2315 ____________________________________________________________________________
2316 [  5063] By: gsar                                  on 2000/02/11  16:36:14
2317         Log: fix uninitialized memory reads found by purify
2318      Branch: perl
2319            ! ext/Devel/Peek/Peek.xs regcomp.c
2320 ____________________________________________________________________________
2321 [  5062] By: jhi                                   on 2000/02/11  00:11:39
2322         Log: de-fancify the largefiles hints
2323      Branch: cfgperl
2324            ! hints/hpux.sh
2325 ____________________________________________________________________________
2326 [  5061] By: gsar                                  on 2000/02/10  19:17:09
2327         Log: longstanding bug in parsing "require VERSION", could reallocate
2328              current line and not know it; exposed by change#5004; manifested
2329              as parse failure of C<{require 5.003}>
2330      Branch: perl
2331            ! t/comp/require.t t/comp/use.t toke.c
2332 ____________________________________________________________________________
2333 [  5060] By: jhi                                   on 2000/02/10  13:29:25
2334         Log: Integrate with Sarathy.
2335      Branch: cfgperl
2336           !> makedef.pl pp_ctl.c t/op/write.t win32/vdir.h
2337 ____________________________________________________________________________
2338 [  5059] By: gsar                                  on 2000/02/10  06:21:21
2339         Log: make global symbol exports AIX-specific
2340      Branch: perl
2341            ! makedef.pl
2342 ____________________________________________________________________________
2343 [  5058] By: gsar                                  on 2000/02/10  06:16:57
2344         Log: integrate cfgperl contents into mainline
2345      Branch: perl
2346           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
2347           !> Porting/config_H config_h.SH makedef.pl perl.h
2348           !> vms/subconfigure.com vos/config.def win32/config.bc
2349           !> win32/config.gc win32/config.vc win32/config_H.bc
2350           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
2351           !> win32/config_sh.PL
2352 ____________________________________________________________________________
2353 [  5057] By: gsar                                  on 2000/02/10  01:08:01
2354         Log: windows bugfixes for virtual directories under USE_ITHREADS:
2355              allows path mapping to unknown devices to work properly;
2356              special file names like CONOUT$ can be opened with sysopen()
2357              again
2358      Branch: perl
2359            ! win32/vdir.h
2360 ____________________________________________________________________________
2361 [  5056] By: gsar                                  on 2000/02/10  00:56:27
2362         Log: formline() could wipe out readonly-ness, freeing constants
2363              prematurely, or affect cloning of pad constants
2364      Branch: perl
2365            ! pp_ctl.c t/op/write.t
2366 ____________________________________________________________________________
2367 [  5055] By: jhi                                   on 2000/02/09  19:48:58
2368         Log: Regenerate Configure for I_SYSLOG.
2369      Branch: cfgperl
2370            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2371            ! config_h.SH
2372 ____________________________________________________________________________
2373 [  5054] By: jhi                                   on 2000/02/09  19:38:04
2374         Log: fix AIX and multiplicity problems
2375      Branch: cfgperl
2376            ! Makefile.SH makedef.pl
2377 ____________________________________________________________________________
2378 [  5053] By: bailey                                on 2000/02/09  10:58:11
2379         Log: remove redundant archcore directory prefix in installperl
2380      Branch: vmsperl
2381            ! installperl
2382 ____________________________________________________________________________
2383 [  5052] By: bailey                                on 2000/02/09  10:44:22
2384         Log: Work around prefixing bug in older DECC preprocessors
2385      Branch: vmsperl
2386            ! vms/vms.c vms/vmsish.h
2387 ____________________________________________________________________________
2388 [  5051] By: bailey                                on 2000/02/09  09:52:06
2389         Log: Eliminate unnecessary (and sometimes confounding) test for
2390              word boundary
2391      Branch: vmsperl
2392            ! lib/ExtUtils/MM_VMS.pm
2393 ____________________________________________________________________________
2394 [  5050] By: bailey                                on 2000/02/09  09:29:06
2395         Log: Minor fixes to assuage picky compilers (unsigned comparisons and
2396              alias rules lead to compilation warnings)
2397      Branch: vmsperl
2398            ! av.c mg.h pp_sys.c scope.c sv.c vms/vms.c
2399 ____________________________________________________________________________
2400 [  5049] By: bailey                                on 2000/02/09  09:09:45
2401         Log: Resync with mainline
2402      Branch: vmsperl
2403           +> Todo-5.6 ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
2404           +> ext/Sys/Syslog/Syslog.xs lib/Pod/Find.pm lib/Pod/ParseUtils.pm
2405           +> pod/perlapi.pod pod/perlintern.pod pod/perlunicode.pod
2406           +> t/op/exists_sub.t t/op/ver.t t/pragma/diagnostics.t
2407           +> vos/config.def vos/config.pl win32/bin/exetype.pl
2408            - Todo-5.005 lib/Sys/Syslog.pm lib/caller.pm
2409            ! vms/subconfigure.com
2410           !> (integrate 358 files)
2411 ____________________________________________________________________________
2412 [  5048] By: jhi                                   on 2000/02/09  03:54:05
2413         Log: OS/2 gcc doesn't like -o foo.exe and -Zexe simultaneously
2414              (reported by Yitzchak Scott-Thoennes in p5p)
2415      Branch: cfgperl
2416            ! Configure config_h.SH
2417      Branch: metaconfig
2418            ! U/modified/Cppsym.U
2419 ____________________________________________________________________________
2420 [  5047] By: jhi                                   on 2000/02/09  02:56:43
2421         Log: (fake) use of getcwd.
2422      Branch: cfgperl
2423            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2424            ! config_h.SH perl.h
2425 ____________________________________________________________________________
2426 [  5046] By: jhi                                   on 2000/02/09  02:22:50
2427         Log: lib scan fix
2428      Branch: cfgperl
2429            ! Configure config_h.SH
2430      Branch: metaconfig
2431            ! U/modified/libs.U
2432 ____________________________________________________________________________
2433 [  5045] By: jhi                                   on 2000/02/09  02:17:34
2434         Log: Reintroduce #5019 via metaconfig.
2435      Branch: cfgperl
2436            ! Configure config_h.SH
2437      Branch: metaconfig
2438            ! U/installdirs/inc_version_list.U
2439 ____________________________________________________________________________
2440 [  5044] By: jhi                                   on 2000/02/09  02:07:08
2441         Log: Add/restore probes for getcwd/mk*temp*/mmap.
2442      Branch: cfgperl
2443            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2444            ! config_h.SH perl.h vms/subconfigure.com vos/config.def
2445            ! win32/config.bc win32/config.gc win32/config.vc
2446            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2447            ! win32/config_h.PL win32/config_sh.PL
2448      Branch: metaconfig
2449            ! U/modified/d_mkstemp.U U/modified/libs.U
2450      Branch: metaconfig/U/perl
2451            + d_mkdtemp.U d_mkstemps.U
2452 ____________________________________________________________________________
2453 [  5043] By: jhi                                   on 2000/02/08  20:58:02
2454         Log: Integrate with Sarathy.
2455      Branch: cfgperl
2456           +> Todo-5.6 t/op/ver.t win32/bin/exetype.pl
2457           !> (integrate 110 files)
2458 ____________________________________________________________________________
2459 [  5042] By: gsar                                  on 2000/02/08  20:32:12
2460         Log: avoid exiting just because we didn't scan for libm ('libs' may still
2461              have it, but we avoided scan for things in 'libs')
2462      Branch: perl
2463            ! Configure
2464
2465 ----------------
2466 Version v5.5.650
2467 ----------------
2468
2469 ____________________________________________________________________________
2470 [  5041] By: gsar                                  on 2000/02/08  07:57:11
2471         Log: update Changes
2472      Branch: perl
2473            ! Changes
2474 ____________________________________________________________________________
2475 [  5040] By: gsar                                  on 2000/02/08  07:51:20
2476         Log: documentation patches (from Michael Schwern and Yitzchak
2477              Scott-Thoennes)
2478      Branch: perl
2479            ! av.c hv.c lib/UNIVERSAL.pm pod/perlapi.pod
2480 ____________________________________________________________________________
2481 [  5039] By: gsar                                  on 2000/02/08  07:22:46
2482         Log: alias to $^V to $PERL_VERSION_TUPLE
2483      Branch: perl
2484            ! lib/English.pm pod/perlvar.pod
2485 ____________________________________________________________________________
2486 [  5038] By: gsar                                  on 2000/02/08  07:03:34
2487         Log: update Changes
2488      Branch: perl
2489            ! Changes pod/perlhist.pod
2490 ____________________________________________________________________________
2491 [  5037] By: gsar                                  on 2000/02/08  06:59:55
2492         Log: Windows has a somewhat different sitelib layout, and needs
2493              $sitelib/archname added as well
2494      Branch: perl
2495            ! perl.c
2496 ____________________________________________________________________________
2497 [  5036] By: gsar                                  on 2000/02/08  06:59:03
2498         Log: change#4987 appears to have broken libs scan for platforms that
2499              don't set ignore_versioned_solibs (Solaris is one of them); add
2500              derivative fix from the older logic for skipping versioned .so
2501              libs
2502      Branch: perl
2503            ! Configure
2504 ____________________________________________________________________________
2505 [  5035] By: gsar                                  on 2000/02/07  21:21:44
2506         Log: sprintf("%v"...) buffer resizing busted
2507      Branch: perl
2508            ! sv.c
2509 ____________________________________________________________________________
2510 [  5034] By: gsar                                  on 2000/02/07  19:16:21
2511         Log: update Changes
2512      Branch: perl
2513            ! Changes pod/perlhist.pod
2514 ____________________________________________________________________________
2515 [  5033] By: gsar                                  on 2000/02/07  19:01:08
2516         Log: stringify "\x{FFF}" to utf8 correctly; set SvUTF8 on "\x{XX}"
2517              only when XX > 127
2518      Branch: perl
2519            ! pp_hot.c toke.c
2520 ____________________________________________________________________________
2521 [  5032] By: gsar                                  on 2000/02/07  18:25:31
2522         Log: add note about printf("%v",...)
2523      Branch: perl
2524            ! pod/perldelta.pod
2525 ____________________________________________________________________________
2526 [  5031] By: gsar                                  on 2000/02/07  18:18:43
2527         Log: update Changes
2528      Branch: perl
2529            ! Changes Todo-5.6
2530 ____________________________________________________________________________
2531 [  5030] By: gsar                                  on 2000/02/07  18:17:49
2532         Log: thinko in change#5029
2533      Branch: perl
2534            ! gv.c
2535 ____________________________________________________________________________
2536 [  5029] By: gsar                                  on 2000/02/07  17:49:58
2537         Log: change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_widesyscalls/;
2538              introduce -C switch (sets $^WIDE_SYSTEM_CALLS)
2539      Branch: perl
2540            ! embedvar.h gv.c intrpvar.h mg.c perl.c perlapi.h
2541            ! pod/perlrun.pod pod/perlunicode.pod pod/perlvar.pod
2542            ! win32/win32.h
2543 ____________________________________________________________________________
2544 [  5028] By: gsar                                  on 2000/02/07  17:10:03
2545         Log: perlport updates (from Peter Prymmer)
2546      Branch: perl
2547            ! pod/perlport.pod
2548 ____________________________________________________________________________
2549 [  5027] By: gsar                                  on 2000/02/07  16:53:47
2550         Log: fix up Todo-5.6
2551      Branch: perl
2552            ! Todo-5.6
2553 ____________________________________________________________________________
2554 [  5026] By: gsar                                  on 2000/02/07  16:32:31
2555         Log: rename Todo-5.005 to Todo-5.6
2556      Branch: perl
2557           +> Todo-5.6
2558            - Todo-5.005
2559            ! MANIFEST
2560 ____________________________________________________________________________
2561 [  5025] By: gsar                                  on 2000/02/07  16:09:54
2562         Log: ${^Warnings} renamed to ${^WARNING_BITS}
2563      Branch: perl
2564            ! gv.c lib/warnings.pm mg.c pod/perltoc.pod pod/perlvar.pod
2565            ! toke.c warnings.pl
2566 ____________________________________________________________________________
2567 [  5024] By: gsar                                  on 2000/02/07  11:47:06
2568         Log: various Windows tweaks: make $^E a little less buggy by saving
2569              and restoring system error across TLS fetch; avoid needless
2570              copying of buffers
2571      Branch: perl
2572            ! win32/Makefile win32/makefile.mk win32/perllib.c win32/win32.c
2573            ! win32/win32.h
2574 ____________________________________________________________________________
2575 [  5023] By: gsar                                  on 2000/02/07  11:44:19
2576         Log: avoid MakeMaker setting $^W=1
2577      Branch: perl
2578            ! lib/ExtUtils/MakeMaker.pm
2579 ____________________________________________________________________________
2580 [  5022] By: gsar                                  on 2000/02/07  10:38:56
2581         Log: up to v5.5.650
2582      Branch: perl
2583            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
2584            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
2585 ____________________________________________________________________________
2586 [  5021] By: gsar                                  on 2000/02/07  10:10:31
2587         Log: mention threads status in pod
2588      Branch: perl
2589            ! ext/Thread/Thread.pm
2590 ____________________________________________________________________________
2591 [  5020] By: gsar                                  on 2000/02/07  09:57:46
2592         Log: tolerate NULL SITELIB_EXP
2593      Branch: perl
2594            ! perl.c
2595 ____________________________________________________________________________
2596 [  5019] By: gsar                                  on 2000/02/07  09:46:11
2597         Log: NULL-terminate PERL_INC_VERSION_LIST
2598      Branch: perl
2599            ! Configure perl.c win32/config.bc win32/config.gc
2600            ! win32/config.vc win32/config_H.bc win32/config_H.gc
2601            ! win32/config_H.vc
2602 ____________________________________________________________________________
2603 [  5018] By: gsar                                  on 2000/02/07  09:13:10
2604         Log: add compatible versions from $Config{inc_ver_list} to search
2605              paths automatically (from Tom Hughes <tom@compton.nu>)
2606      Branch: perl
2607            ! lib/lib.pm perl.c
2608 ____________________________________________________________________________
2609 [  5017] By: gsar                                  on 2000/02/07  08:58:56
2610         Log: makefiles now use exetype.pl to make wperl.exe
2611      Branch: perl
2612            ! sv.c win32/Makefile win32/makefile.mk
2613 ____________________________________________________________________________
2614 [  5016] By: gsar                                  on 2000/02/07  08:38:25
2615         Log: add exetype.pl (from Jan Dubois)
2616      Branch: perl
2617            + win32/bin/exetype.pl
2618            ! MANIFEST
2619 ____________________________________________________________________________
2620 [  5015] By: gsar                                  on 2000/02/07  08:29:28
2621         Log: pod fixes (from Abigail and M J T Guy)
2622      Branch: perl
2623            ! Changes README.os2 gv.c pod/perlapi.pod pod/perldebug.pod
2624            ! pod/perldelta.pod pod/perldiag.pod pod/perlopentut.pod
2625            ! pod/perlport.pod pod/perlvar.pod
2626 ____________________________________________________________________________
2627 [  5014] By: gsar                                  on 2000/02/07  07:09:08
2628         Log: clarify behavior of vec() when arguments are off the end of the
2629              string (from M J T Guy)
2630      Branch: perl
2631            ! pod/perlfunc.pod
2632 ____________________________________________________________________________
2633 [  5013] By: gsar                                  on 2000/02/07  07:08:15
2634         Log: remove $^U dependent behaviors in runtime; chr() and sprintf('%c',...)
2635              now return bytes all the way to 255, they will be transparently
2636              coerced (in future) to UTF-8 when they are used in operations
2637              involving other UTF-8 strings; C<use utf8> doesn't set $^U anymore
2638      Branch: perl
2639            ! lib/byte.pm lib/utf8.pm pod/perlunicode.pod pod/perlvar.pod
2640            ! pp.c sv.c
2641 ____________________________________________________________________________
2642 [  5012] By: gsar                                  on 2000/02/07  06:36:33
2643         Log: partly revert change#4851, apparently POSIX::uname() may not be correct
2644              per strict reading of standard (says Tom Christiansen)
2645      Branch: perl
2646            ! lib/Sys/Hostname.pm
2647 ____________________________________________________________________________
2648 [  5011] By: gsar                                  on 2000/02/07  06:26:30
2649         Log: allow 64-bit utf8-encoded integers (from Ilya Zakharevich)
2650      Branch: perl
2651            ! utf8.c utf8.h
2652 ____________________________________________________________________________
2653 [  5010] By: gsar                                  on 2000/02/06  21:27:03
2654         Log: fix debug code in Perl_malloc() (from Ilya Zakharevich)
2655      Branch: perl
2656            ! malloc.c
2657 ____________________________________________________________________________
2658 [  5009] By: gsar                                  on 2000/02/06  20:45:30
2659         Log: set SvUTF8 on vectors only if there are chars > 127; update copyright
2660              years (from Gisle Aas)
2661      Branch: perl
2662            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
2663            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
2664            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
2665            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
2666            ! toke.c utf8.c utf8.h util.c util.h
2667 ____________________________________________________________________________
2668 [  5008] By: gsar                                  on 2000/02/06  19:28:31
2669         Log: use builtin __CYGWIN__ rather than -DCYGWIN (from Eric Fifer
2670              <EFifer@sanwaint.com>)
2671      Branch: perl
2672            ! EXTERN.h XSUB.h doio.c ext/POSIX/POSIX.xs
2673            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/sdbm.c
2674            ! hints/cygwin.sh lib/ExtUtils/MM_Cygwin.pm mg.c perl.h
2675            ! unixish.h util.c
2676 ____________________________________________________________________________
2677 [  5007] By: gsar                                  on 2000/02/06  17:47:01
2678         Log: reduce memory consumption of POSIX.pm (from Ilya Zakharevich)
2679      Branch: perl
2680            ! ext/POSIX/POSIX.pm
2681 ____________________________________________________________________________
2682 [  5006] By: gsar                                  on 2000/02/06  17:28:35
2683         Log: integrate cfgperl contents into mainline
2684      Branch: perl
2685           !> Configure config_h.SH ext/Sys/Syslog/Syslog.xs hints/hpux.sh
2686           !> perl.h pp_sys.c
2687 ____________________________________________________________________________
2688 [  5005] By: gsar                                  on 2000/02/06  17:18:39
2689         Log: VOS port updates (from Paul Green <Paul_Green@stratus.com>)
2690      Branch: perl
2691            ! README.vos pod/perlport.pod vos/Changes vos/build.cm
2692            ! vos/compile_perl.cm vos/config.def vos/config.h vos/config.pl
2693            ! vos/config_h.SH_orig vos/perl.bind vos/test_vos_dummies.c
2694            ! vos/vos_dummies.c vos/vosish.h
2695 ____________________________________________________________________________
2696 [  5004] By: gsar                                  on 2000/02/06  17:00:49
2697         Log: fix parse error on C<{ use strict }> and other constructs that
2698              make the parser reenter while LEX_KNOWNEXT is active
2699      Branch: perl
2700            ! t/comp/use.t toke.c
2701 ____________________________________________________________________________
2702 [  5003] By: gsar                                  on 2000/02/06  14:57:30
2703         Log: avoid -Bforcearchive on netbsd too
2704      Branch: perl
2705            ! Changes hints/netbsd.sh
2706 ____________________________________________________________________________
2707 [  5002] By: gsar                                  on 2000/02/06  14:45:17
2708         Log: revised notes about Pod::Parser & Co.
2709      Branch: perl
2710            ! lib/Pod/Usage.pm pod/perldelta.pod
2711 ____________________________________________________________________________
2712 [  5001] By: gsar                                  on 2000/02/06  14:02:43
2713         Log: fix description of obsolete diagnostic
2714      Branch: perl
2715            ! pod/perldiag.pod
2716 ____________________________________________________________________________
2717 [  5000] By: gsar                                  on 2000/02/06  13:59:58
2718         Log: allow "\x{12ab}" even without C<use utf8>
2719      Branch: perl
2720            ! t/pragma/warn/toke toke.c
2721 ____________________________________________________________________________
2722 [  4999] By: gsar                                  on 2000/02/06  13:58:31
2723         Log: make perlbug use new-style version numbers; improve compatibility
2724              (runs with perl 5.005); fix swapped old vs new version reporting
2725      Branch: perl
2726            ! utils/perlbug.PL
2727 ____________________________________________________________________________
2728 [  4998] By: gsar                                  on 2000/02/06  13:56:45
2729         Log: support sprintf("v%v", v1.2.3) (works on any string argument, in
2730              fact); add tests for version tuples
2731      Branch: perl
2732            + t/op/ver.t
2733            ! MANIFEST perl.c pod/perldiag.pod pod/perlfunc.pod
2734            ! pod/perlop.pod sv.c toke.c
2735 ____________________________________________________________________________
2736 [  4997] By: gsar                                  on 2000/02/04  21:40:08
2737         Log: change#4970 fallout for useithreads
2738      Branch: perl
2739            ! sv.c
2740 ____________________________________________________________________________
2741 [  4996] By: jhi                                   on 2000/02/04  20:09:00
2742         Log: Largefilify offsets of tied handles.
2743      Branch: cfgperl
2744            ! pp_sys.c
2745 ____________________________________________________________________________
2746 [  4995] By: jhi                                   on 2000/02/04  19:54:25
2747         Log: Sanity check for libraries scan.
2748      Branch: cfgperl
2749            ! Configure config_h.SH
2750      Branch: metaconfig
2751            ! U/modified/libs.U
2752 ____________________________________________________________________________
2753 [  4994] By: jhi                                   on 2000/02/04  19:48:42
2754         Log: HP-UX largefileness doesn't like lseek being redeclared;
2755              no more USE_LONG_LONG.
2756      Branch: cfgperl
2757            ! perl.h
2758 ____________________________________________________________________________
2759 [  4993] By: jhi                                   on 2000/02/04  19:18:59
2760         Log: fix the description as much as possible; the whole
2761              separation into three different symbols lists is
2762              pretty broken now.
2763      Branch: metaconfig
2764            ! U/modified/Cppsym.U
2765 ____________________________________________________________________________
2766 [  4992] By: jhi                                   on 2000/02/04  19:13:10
2767         Log: Use <syslog.h>, not <sys/syslog.h>.
2768      Branch: cfgperl
2769            ! Configure config_h.SH ext/Sys/Syslog/Syslog.xs
2770 ____________________________________________________________________________
2771 [  4991] By: gsar                                  on 2000/02/04  19:11:07
2772         Log: dmake is on CPAN now
2773      Branch: perl
2774            ! README.win32
2775 ____________________________________________________________________________
2776 [  4990] By: jhi                                   on 2000/02/04  19:04:01
2777         Log: Re-introduce #4817 and #4964 wiped out by #4987.
2778      Branch: cfgperl
2779            ! Configure config_h.SH
2780      Branch: metaconfig
2781            ! U/threads/usethreads.U
2782      Branch: metaconfig/U/perl
2783            ! patchlevel.U
2784 ____________________________________________________________________________
2785 [  4989] By: jhi                                   on 2000/02/04  18:54:00
2786         Log: typo fix
2787      Branch: cfgperl
2788            ! Configure config_h.SH
2789      Branch: metaconfig
2790            ! U/modified/libs.U
2791 ____________________________________________________________________________
2792 [  4988] By: jhi                                   on 2000/02/04  18:34:06
2793         Log: Integrate with Sarathy.
2794      Branch: cfgperl
2795           +> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
2796           +> ext/Sys/Syslog/Syslog.xs
2797            - lib/Sys/Syslog.pm
2798           !> (integrate 37 files)
2799 ____________________________________________________________________________
2800 [  4987] By: jhi                                   on 2000/02/04  18:31:05
2801         Log: Configure megamaintenance.  Cppsym (hopefully) final spasms;
2802              default is to use long long if available; various nits
2803              here and there; fixed to hpux 64-bitnes and largefileness.
2804      Branch: cfgperl
2805            ! Configure config_h.SH hints/hpux.sh perl.h
2806      Branch: metaconfig
2807            ! U/a_dvisory/quadtype.U U/modified/Cppsym.U
2808            ! U/modified/d_gethname.U U/modified/libpth.U U/modified/libs.U
2809      Branch: metaconfig/U/perl
2810            ! d_fseeko.U d_ftello.U dlsrc.U uselongdbl.U uselonglong.U
2811            ! usemultiplicity.U xs_apiversion.U
2812 ____________________________________________________________________________
2813 [  4986] By: gsar                                  on 2000/02/04  17:26:37
2814         Log: avoid bad cast warnings (from Robin Barker <rmb1@cise.npl.co.uk>)
2815      Branch: perl
2816            ! sv.c
2817 ____________________________________________________________________________
2818 [  4985] By: gsar                                  on 2000/02/04  16:43:49
2819         Log: avoid 'na' (spotted by Yitzchak Scott-Thoennes <sthoenna@efn.org>)
2820      Branch: perl
2821            ! ext/Devel/DProf/DProf.xs
2822 ____________________________________________________________________________
2823 [  4984] By: gsar                                  on 2000/02/04  08:20:05
2824         Log: CPAN.pm updated to v1.52 (from Andreas Koenig)
2825      Branch: perl
2826            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
2827 ____________________________________________________________________________
2828 [  4983] By: gsar                                  on 2000/02/04  08:00:38
2829         Log: updated OpenBSD hints (From Todd C. Miller <Todd.Miller@courtesan.com>)
2830      Branch: perl
2831            ! hints/openbsd.sh
2832 ____________________________________________________________________________
2833 [  4982] By: gsar                                  on 2000/02/04  07:54:04
2834         Log: pod typos (from Gregor N. Purdy <gregor@focusresearch.com>)
2835      Branch: perl
2836            ! lib/Pod/Parser.pm
2837 ____________________________________________________________________________
2838 [  4981] By: gsar                                  on 2000/02/04  07:34:38
2839         Log: avoid assuming cc accepts -o switch (from Tom Hughes)
2840      Branch: perl
2841            ! Makefile.SH
2842 ____________________________________________________________________________
2843 [  4980] By: gsar                                  on 2000/02/04  07:29:59
2844         Log: Sys::Syslog goes the XS way (from Tom Hughes <tom@compton.nu>)
2845      Branch: perl
2846            + ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
2847            + ext/Sys/Syslog/Syslog.xs
2848            - lib/Sys/Syslog.pm
2849            ! MANIFEST pod/perldelta.pod
2850 ____________________________________________________________________________
2851 [  4979] By: gsar                                  on 2000/02/04  07:13:19
2852         Log: pod updates (from David Adler, M J T Guy)
2853      Branch: perl
2854            ! pod/perlfaq2.pod pod/perlop.pod pod/perlsyn.pod
2855 ____________________________________________________________________________
2856 [  4978] By: gsar                                  on 2000/02/04  07:08:14
2857         Log: typos in config_h.SH (from Paul_Green@vos.stratus.com)
2858      Branch: perl
2859            ! config_h.SH
2860 ____________________________________________________________________________
2861 [  4977] By: gsar                                  on 2000/02/04  07:06:10
2862         Log: avoid adding null components to LD_LIBRARY_PATH, OpenBSD has trouble
2863              with them (from Todd C. Miller <Todd.Miller@courtesan.com>)
2864      Branch: perl
2865            ! Makefile.SH
2866 ____________________________________________________________________________
2867 [  4976] By: gsar                                  on 2000/02/04  06:33:43
2868         Log: VMS update (from Dan Sugalski and Peter Prymmer)
2869      Branch: perl
2870            ! configure.com vms/descrip_mms.template vms/subconfigure.com
2871 ____________________________________________________________________________
2872 [  4975] By: gsar                                  on 2000/02/04  05:51:14
2873         Log: patch to provide more informative names for evals and anonymous
2874              subroutines (from Ilya Zakharevich)
2875      Branch: perl
2876            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs lib/Dumpvalue.pm
2877            ! lib/dumpvar.pl lib/perl5db.pl op.c perl.h pod/perldebug.pod
2878            ! pod/perlvar.pod pp_ctl.c
2879 ____________________________________________________________________________
2880 [  4974] By: gsar                                  on 2000/02/04  05:05:57
2881         Log: off-by-one in malloc.c (from Ilya Zakharevich)
2882      Branch: perl
2883            ! malloc.c
2884 ____________________________________________________________________________
2885 [  4973] By: gsar                                  on 2000/02/04  05:03:00
2886         Log: OS/2 build fixups from Ilya Zakharevich
2887      Branch: perl
2888            ! ext/Devel/DProf/DProf.xs os2/Makefile.SHs t/op/fork.t
2889 ____________________________________________________________________________
2890 [  4972] By: gsar                                  on 2000/02/04  04:58:57
2891         Log: avoid /* within comment
2892      Branch: perl
2893            ! xsutils.c
2894 ____________________________________________________________________________
2895 [  4971] By: gsar                                  on 2000/02/04  04:56:09
2896         Log: another HINT_BYTE victim
2897      Branch: perl
2898            ! lib/charnames.pm
2899 ____________________________________________________________________________
2900 [  4970] By: gsar                                  on 2000/02/04  04:45:13
2901         Log: fix pad_alloc panic from C<my $w; sub { my($i) = @_; sub { $w } }>
2902      Branch: perl
2903            ! op.c scope.c scope.h t/op/closure.t toke.c
2904 ____________________________________________________________________________
2905 [  4969] By: gsar                                  on 2000/02/04  01:09:37
2906         Log: byte.pm and HINT_BYTE don't match (0x8, not 0x10!)
2907      Branch: perl
2908            ! lib/byte.pm
2909 ____________________________________________________________________________
2910 [  4968] By: jhi                                   on 2000/02/02  13:17:25
2911         Log: Integrate with Sarathy.
2912      Branch: cfgperl
2913           +> lib/Pod/Find.pm lib/Pod/ParseUtils.pm
2914            ! Configure
2915           !> (integrate 29 files)
2916
2917 ----------------
2918 Version v5.5.640
2919 ----------------
2920
2921 ____________________________________________________________________________
2922 [  4967] By: gsar                                  on 2000/02/02  12:22:29
2923         Log: update makerel for new version format
2924      Branch: perl
2925            ! Changes Porting/makerel
2926 ____________________________________________________________________________
2927 [  4966] By: gsar                                  on 2000/02/02  11:42:03
2928         Log: workaround for undefined symbol
2929      Branch: perl
2930            ! win32/win32.h
2931 ____________________________________________________________________________
2932 [  4965] By: gsar                                  on 2000/02/02  11:19:19
2933         Log: on cygwin, h_errno is now "__declspec(dllimport) int h_errno"
2934              (from Eric Fifer <EFifer@sanwaint.com>)
2935      Branch: perl
2936            ! pp_sys.c
2937 ____________________________________________________________________________
2938 [  4964] By: gsar                                  on 2000/02/02  11:11:15
2939         Log: adjust notes on use5005threads
2940      Branch: perl
2941            ! Configure INSTALL README.threads
2942 ____________________________________________________________________________
2943 [  4963] By: gsar                                  on 2000/02/02  10:14:30
2944         Log: fix typo
2945      Branch: perl
2946            ! Configure
2947 ____________________________________________________________________________
2948 [  4962] By: gsar                                  on 2000/02/02  10:13:10
2949         Log: integrate selected changes from cfgperl (#4899,4900,4904,4918)
2950      Branch: perl
2951           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
2952           !> config_h.SH ext/IO/IO.xs lib/Benchmark.pm
2953 ____________________________________________________________________________
2954 [  4961] By: gsar                                  on 2000/02/02  09:55:45
2955         Log: PodParser-1.092 update via CPAN (from Brad Appleton)
2956      Branch: perl
2957            + lib/Pod/Find.pm lib/Pod/ParseUtils.pm
2958            ! MANIFEST lib/Pod/Checker.pm t/pod/poderrs.t t/pod/poderrs.xr
2959 ____________________________________________________________________________
2960 [  4960] By: gsar                                  on 2000/02/02  08:22:31
2961         Log: replace misleading docs with a BUGS section
2962      Branch: perl
2963            ! lib/English.pm
2964 ____________________________________________________________________________
2965 [  4959] By: gsar                                  on 2000/02/02  08:16:17
2966         Log: remove FUD from perlfunc/use (from M J T Guy)
2967      Branch: perl
2968            ! pod/perlfunc.pod
2969 ____________________________________________________________________________
2970 [  4958] By: gsar                                  on 2000/02/02  08:13:04
2971         Log: Benchmark displays bogus CPU stats (suggested by Cedric Auzanne
2972              <cedric.auzanne@nist.gov>)
2973      Branch: perl
2974            ! Changes lib/Benchmark.pm
2975 ____________________________________________________________________________
2976 [  4957] By: gsar                                  on 2000/02/02  08:04:52
2977         Log: fix coredump on C<"x" =~ /x/; print @-> (from Ilya Zakharevich)
2978      Branch: perl
2979            ! pp_hot.c
2980 ____________________________________________________________________________
2981 [  4956] By: gsar                                  on 2000/02/02  08:02:57
2982         Log: flock() pod talks about "adding" in the sense of "or-ing"
2983      Branch: perl
2984            ! pod/perlfunc.pod
2985 ____________________________________________________________________________
2986 [  4955] By: gsar                                  on 2000/02/02  07:58:35
2987         Log: fixes for switching files in the debugger (from Ilya Zakharevich)
2988      Branch: perl
2989            ! lib/perl5db.pl pod/perldebug.pod
2990 ____________________________________________________________________________
2991 [  4954] By: gsar                                  on 2000/02/02  07:53:51
2992         Log: use warnings rather than fiddling with $^W (from Paul Marquess)
2993      Branch: perl
2994            ! lib/Cwd.pm lib/English.pm lib/ExtUtils/MM_Unix.pm
2995            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm lib/Fatal.pm
2996            ! lib/File/Spec/Win32.pm lib/Math/BigFloat.pm
2997            ! lib/Text/ParseWords.pm lib/utf8_heavy.pl
2998 ____________________________________________________________________________
2999 [  4953] By: gsar                                  on 2000/02/02  07:40:33
3000         Log: dynixptx hints tweak (from Martin J. Bligh <mbligh@sequent.com>)
3001      Branch: perl
3002            ! hints/dynixptx.sh
3003 ____________________________________________________________________________
3004 [  4952] By: gsar                                  on 2000/02/02  07:36:39
3005         Log: deltanotes on weakrefs and Pod::Parser (from Tuomas Lukka and
3006              Brad Appleton)
3007      Branch: perl
3008            ! pod/perldelta.pod
3009 ____________________________________________________________________________
3010 [  4951] By: gsar                                  on 2000/02/02  06:54:22
3011         Log: avoid mismatched type warnings
3012      Branch: perl
3013            ! embed.pl perlapi.h
3014 ____________________________________________________________________________
3015 [  4950] By: jhi                                   on 2000/02/02  06:49:10
3016         Log: Integrate with Sarathy.
3017      Branch: cfgperl
3018           +> pod/perlunicode.pod
3019           !> MANIFEST Makefile.SH lib/File/Spec/Win32.pm lib/Text/Tabs.pm
3020           !> lib/byte.pm lib/byte_heavy.pl lib/utf8.pm lib/warnings.pm
3021           !> makedef.pl op.c perl.h pod/perldelta.pod pp_ctl.c regcomp.c
3022           !> regexec.c t/pragma/warn/2use utf8.h utils/perldoc.PL
3023           !> vms/descrip_mms.template warnings.pl
3024 ____________________________________________________________________________
3025 [  4949] By: gsar                                  on 2000/02/02  06:41:17
3026         Log: fix broken abs2rel() (from François Allard <franka@host.ott.igs.net>)
3027      Branch: perl
3028            ! lib/File/Spec/Win32.pm
3029 ____________________________________________________________________________
3030 [  4948] By: gsar                                  on 2000/02/02  06:30:41
3031         Log: makefile tweak
3032      Branch: perl
3033            ! Makefile.SH
3034 ____________________________________________________________________________
3035 [  4947] By: gsar                                  on 2000/02/02  06:27:43
3036         Log: future-proof unknown warning categories (from Greg Bacon
3037              <gbacon@cs.uah.edu>)
3038      Branch: perl
3039            ! lib/warnings.pm t/pragma/warn/2use warnings.pl
3040 ____________________________________________________________________________
3041 [  4946] By: gsar                                  on 2000/02/02  06:21:34
3042         Log: doc tweak (from Michael G Schwern <schwern@pobox.com>)
3043      Branch: perl
3044            ! lib/Text/Tabs.pm
3045 ____________________________________________________________________________
3046 [  4945] By: gsar                                  on 2000/02/02  06:03:04
3047         Log: more meaningful message on invalid pattern argument (from
3048              Kevin Meltzer <KMeltzer@USCO.com>)
3049      Branch: perl
3050            ! utils/perldoc.PL
3051 ____________________________________________________________________________
3052 [  4944] By: gsar                                  on 2000/02/02  05:43:49
3053         Log: XSLoader build patch for VMS (from Craig A. Berry
3054              <craig.berry@metamorgs.com>)
3055      Branch: perl
3056            ! vms/descrip_mms.template
3057 ____________________________________________________________________________
3058 [  4943] By: gsar                                  on 2000/02/02  03:40:49
3059         Log: reword some sections of perlunicode.pod
3060      Branch: perl
3061            ! pod/perlunicode.pod
3062 ____________________________________________________________________________
3063 [  4942] By: gsar                                  on 2000/02/01  21:02:01
3064         Log: AIX warning on undefined symbol
3065      Branch: perl
3066            ! makedef.pl
3067 ____________________________________________________________________________
3068 [  4941] By: gsar                                  on 2000/02/01  20:29:30
3069         Log: HINT_UTF8 is not propagated to the op tree anymore; add a
3070              perlunicode.pod that reflects changes to unicode support so far
3071      Branch: perl
3072            + pod/perlunicode.pod
3073            ! MANIFEST lib/byte.pm lib/byte_heavy.pl lib/utf8.pm op.c perl.h
3074            ! pod/perldelta.pod pp_ctl.c regcomp.c regexec.c utf8.h
3075 ____________________________________________________________________________
3076 [  4940] By: jhi                                   on 2000/02/01  12:22:30
3077         Log: Integrate with Sarathy.
3078      Branch: cfgperl
3079           !> embed.pl embedvar.h global.sym gv.c intrpvar.h
3080           !> lib/charnames.pm lib/utf8.pm mg.c objXSUB.h op.c op.h
3081           !> perlapi.c perlapi.h pod/perlvar.pod pp.c sv.c sv.h
3082           !> t/lib/charnames.t toke.c win32/win32.c win32/win32.h
3083 ____________________________________________________________________________
3084 [  4939] By: gsar                                  on 2000/02/01  08:52:16
3085         Log: export pregexec(), Tk uses it
3086      Branch: perl
3087            ! embed.pl global.sym objXSUB.h perlapi.c
3088 ____________________________________________________________________________
3089 [  4938] By: gsar                                  on 2000/02/01  04:00:09
3090         Log: mark literal utf8 in string literals properly
3091      Branch: perl
3092            ! toke.c
3093 ____________________________________________________________________________
3094 [  4937] By: gsar                                  on 2000/01/31  20:19:34
3095         Log: introduce $^U, a global bit to indicate whether system
3096              calls should using widechar APIs; chr and sprintf "%c" also
3097              follow this flag in the absense of "use byte"; "use utf8"
3098              sets $^U=1 (this appears kludgey)
3099      Branch: perl
3100            ! embedvar.h gv.c intrpvar.h lib/charnames.pm lib/utf8.pm mg.c
3101            ! op.c op.h perlapi.h pod/perlvar.pod pp.c sv.c sv.h
3102            ! t/lib/charnames.t win32/win32.h
3103 ____________________________________________________________________________
3104 [  4936] By: jhi                                   on 2000/01/31  20:17:44
3105         Log: HP-UX (induced) fixes.
3106      Branch: cfgperl
3107            ! Configure config_h.SH hints/hpux.sh
3108      Branch: metaconfig
3109            ! U/modified/Oldconfig.U U/modified/libs.U
3110      Branch: metaconfig/U/perl
3111            ! quadfio.U
3112 ____________________________________________________________________________
3113 [  4935] By: jhi                                   on 2000/01/31  19:15:43
3114         Log: Cosmetics.
3115      Branch: metaconfig
3116            ! U/compline/d_gconvert.U
3117 ____________________________________________________________________________
3118 [  4934] By: jhi                                   on 2000/01/31  19:15:22
3119         Log: Cppsym saga continues.
3120      Branch: cfgperl
3121            ! Configure config_h.SH
3122      Branch: metaconfig
3123            ! U/modified/Cppsym.U
3124 ____________________________________________________________________________
3125 [  4933] By: gsar                                  on 2000/01/31  18:45:07
3126         Log: !USING_WIDE() branch is busted in win32_stat()
3127      Branch: perl
3128            ! win32/win32.c
3129 ____________________________________________________________________________
3130 [  4932] By: jhi                                   on 2000/01/31  06:41:47
3131         Log: Reveal even more symbols.
3132      Branch: cfgperl
3133            ! Configure config_h.SH
3134      Branch: metaconfig
3135            ! U/modified/Cppsym.U
3136 ____________________________________________________________________________
3137 [  4931] By: jhi                                   on 2000/01/31  06:21:41
3138         Log: Integrate with Sarathy.
3139      Branch: cfgperl
3140            - lib/caller.pm
3141           !> (integrate 29 files)
3142 ____________________________________________________________________________
3143 [  4930] By: gsar                                  on 2000/01/31  04:57:42
3144         Log: runtime now looks at the SVf_UTF8 bit on the SV to decide
3145              whether to use widechar semantics; lexer and RE engine continue
3146              to need "use utf8" to enable unicode awareness in literals
3147              and patterns (TODO: this needs to be fixed); $1 et al are marked
3148              SvUTF8 if the pattern was compiled for utf8 (TODO: propagating
3149              it from the data is probably better)
3150      Branch: perl
3151            ! doop.c gv.c mg.c op.c op.h pp.c pp_ctl.c pp_hot.c regcomp.c
3152            ! sv.c t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/sv
3153            ! t/pragma/warn/toke t/pragma/warn/utf8 toke.c utf8.h
3154 ____________________________________________________________________________
3155 [  4929] By: gsar                                  on 2000/01/31  04:17:09
3156         Log: remove caller.pm from change#3534 (flawed idea)
3157      Branch: perl
3158            - lib/caller.pm
3159            ! MANIFEST pod/perldelta.pod pod/perlfunc.pod
3160 ____________________________________________________________________________
3161 [  4928] By: gsar                                  on 2000/01/31  04:16:01
3162         Log: fix factual regression (-e doesn't create temporary files anymore)
3163      Branch: perl
3164            ! pod/perlfilter.pod
3165 ____________________________________________________________________________
3166 [  4927] By: gsar                                  on 2000/01/30  21:27:12
3167         Log: introduce $^V (eq chr($revision) . chr($version) . chr($subversion));
3168              document version tuples
3169      Branch: perl
3170            ! gv.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
3171            ! pod/perlvar.pod
3172 ____________________________________________________________________________
3173 [  4926] By: gsar                                  on 2000/01/28  18:10:12
3174         Log: implement -follow option in find2perl (from Helmut Jarausch
3175              <jarausch@igpm.rwth-aachen.de>)
3176      Branch: perl
3177            ! lib/File/Find.pm x2p/find2perl.PL
3178 ____________________________________________________________________________
3179 [  4925] By: gsar                                  on 2000/01/28  18:03:28
3180         Log: document what chdir() without an argument does (from Mark-Jason
3181              Dominus <mjd@plover.com>)
3182      Branch: perl
3183            ! pod/perlfunc.pod
3184 ____________________________________________________________________________
3185 [  4924] By: gsar                                  on 2000/01/28  17:49:34
3186         Log: README.cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
3187      Branch: perl
3188            ! README.cygwin
3189 ____________________________________________________________________________
3190 [  4923] By: gsar                                  on 2000/01/28  17:10:08
3191         Log: avoid leaking lexicals into program being debugged (from Ilya
3192              Zakharevich)
3193      Branch: perl
3194            ! lib/perl5db.pl
3195 ____________________________________________________________________________
3196 [  4922] By: gsar                                  on 2000/01/28  16:36:13
3197         Log: perldelta note about export list changes
3198      Branch: perl
3199            ! Changes pod/perldelta.pod
3200 ____________________________________________________________________________
3201 [  4921] By: gsar                                  on 2000/01/28  15:49:04
3202         Log: alias realpath() to abs_path() (from Tom Christiansen)
3203      Branch: perl
3204            ! lib/Cwd.pm
3205 ____________________________________________________________________________
3206 [  4920] By: jhi                                   on 2000/01/28  09:52:47
3207         Log: Cppsym fixup from Andy.
3208      Branch: cfgperl
3209            ! Configure config_h.SH
3210      Branch: metaconfig
3211            ! U/modified/Cppsym.U
3212 ____________________________________________________________________________
3213 [  4919] By: jhi                                   on 2000/01/28  09:52:22
3214         Log: In HP-UX no largefiles if no 64 bits.
3215      Branch: cfgperl
3216            ! hints/hpux.sh
3217 ____________________________________________________________________________
3218 [  4918] By: jhi                                   on 2000/01/28  09:03:37
3219         Log: The #4880 was too eager, the $n test is useful too.
3220      Branch: cfgperl
3221            ! lib/Benchmark.pm
3222 ____________________________________________________________________________
3223 [  4917] By: jhi                                   on 2000/01/28  06:27:50
3224         Log: Integrate with Sarathy.
3225      Branch: cfgperl
3226           +> pod/perlapi.pod pod/perlintern.pod
3227           !> (integrate 39 files)
3228 ____________________________________________________________________________
3229 [  4916] By: gsar                                  on 2000/01/28  05:29:37
3230         Log: more exported symbols needed for build on windows
3231      Branch: perl
3232            ! embed.pl global.sym objXSUB.h perlapi.c pod/perlapi.pod
3233            ! pod/perlintern.pod t/lib/thread.t win32/win32.c
3234 ____________________________________________________________________________
3235 [  4915] By: gsar                                  on 2000/01/28  03:43:52
3236         Log: autogenerate API listing from comments in the source (from Benjamin
3237              Stuhl <sho_pi@hotmail.com>); fix the markup format to be more
3238              flexible for better readability; add missing docs in sv.c; regenerate
3239              perltoc
3240      Branch: perl
3241            + pod/perlapi.pod pod/perlintern.pod
3242            ! MANIFEST XSUB.h av.c av.h cop.h cv.h embed.pl global.sym gv.c
3243            ! gv.h handy.h hv.c hv.h intrpvar.h makedef.pl mg.c objXSUB.h
3244            ! op.c op.h perl.c perlapi.c pod/Makefile pod/buildtoc
3245            ! pod/perl.pod pod/perldelta.pod pod/perlguts.pod
3246            ! pod/perltoc.pod pod/roffitall pp.h scope.h sv.c sv.h thrdvar.h
3247            ! universal.c util.c
3248 ____________________________________________________________________________
3249 [  4914] By: gsar                                  on 2000/01/27  19:43:35
3250         Log: document unimplemented status of forking pipe open() on windows
3251      Branch: perl
3252            ! pod/perlfork.pod t/op/fork.t
3253 ____________________________________________________________________________
3254 [  4913] By: jhi                                   on 2000/01/27  11:18:51
3255         Log: Integrate with Sarathy.
3256      Branch: cfgperl
3257           !> (integrate 51 files)
3258 ____________________________________________________________________________
3259 [  4912] By: jhi                                   on 2000/01/27  10:35:48
3260         Log: Cppsym update continues.
3261      Branch: cfgperl
3262            ! Configure config_h.SH
3263      Branch: metaconfig
3264            ! U/modified/Cppsym.U
3265 ____________________________________________________________________________
3266 [  4911] By: gsar                                  on 2000/01/27  08:04:17
3267         Log: add missing flag in change#4892
3268      Branch: perl
3269            ! win32/win32.c
3270 ____________________________________________________________________________
3271 [  4910] By: gsar                                  on 2000/01/27  03:56:48
3272         Log: various pod nits identified by installhtml (all fixed except
3273              unresolved links)
3274      Branch: perl
3275            ! ext/B/B/C.pm ext/Devel/Peek/Peek.pm ext/File/Glob/Glob.pm
3276            ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/SysV.pm
3277            ! ext/Thread/Thread.pm lib/Class/Struct.pm lib/File/Find.pm
3278            ! lib/File/Spec/VMS.pm lib/Pod/Html.pm lib/UNIVERSAL.pm
3279            ! pod/buildtoc pod/perlcompile.pod pod/perlfork.pod
3280            ! pod/perlre.pod pod/perltoc.pod pod/perltodo.pod
3281 ____________________________________________________________________________
3282 [  4909] By: gsar                                  on 2000/01/26  22:45:28
3283         Log: typo
3284      Branch: perl
3285            ! Porting/p4desc
3286 ____________________________________________________________________________
3287 [  4908] By: gsar                                  on 2000/01/26  22:41:18
3288         Log: update p4 tool
3289      Branch: perl
3290            ! Porting/p4desc
3291 ____________________________________________________________________________
3292 [  4907] By: gsar                                  on 2000/01/26  21:45:41
3293         Log: revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c>
3294              and C<my $foo : a : b : c> are all valid (from Spider Boardman)
3295      Branch: perl
3296            ! lib/AutoSplit.pm lib/SelfLoader.pm lib/attributes.pm
3297            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
3298            ! t/op/attrs.t toke.c
3299 ____________________________________________________________________________
3300 [  4906] By: gsar                                  on 2000/01/26  20:16:39
3301         Log: pod typos and warnings (from Abigail <abigail@delanet.com>)
3302      Branch: perl
3303            ! README.win32 ext/B/B/Deparse.pm lib/Class/Struct.pm
3304 ____________________________________________________________________________
3305 [  4905] By: gsar                                  on 2000/01/26  19:10:26
3306         Log: s/STOP/CHECK/ blocks
3307      Branch: perl
3308            ! embedvar.h ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm intrpvar.h
3309            ! keywords.h keywords.pl lib/constant.pm op.c perl.c perlapi.h
3310            ! perly.c perly.y pod/perldelta.pod pod/perldiag.pod
3311            ! pod/perlfunc.pod pod/perlmod.pod pod/perlrun.pod
3312            ! pod/perlsub.pod pod/perltodo.pod sv.c t/op/misc.t toke.c
3313            ! vms/perly_c.vms
3314 ____________________________________________________________________________
3315 [  4904] By: jhi                                   on 2000/01/26  13:58:18
3316         Log: In UNICOS and UNICOS/mk after a successful fcntl F_SETFL
3317              of O_NONBLOCK a subsequent fcntl F_GETFL will return O_NDELAY.
3318      Branch: cfgperl
3319            ! ext/IO/IO.xs
3320 ____________________________________________________________________________
3321 [  4903] By: jhi                                   on 2000/01/26  11:16:34
3322         Log: Continue cpp symbol update.
3323      Branch: cfgperl
3324            ! Configure config_h.SH
3325      Branch: metaconfig
3326            ! U/modified/Cppsym.U
3327 ____________________________________________________________________________
3328 [  4902] By: gsar                                  on 2000/01/26  09:28:37
3329         Log: tweak exports list on Windows
3330      Branch: perl
3331            ! makedef.pl t/op/fork.t win32/win32.h
3332 ____________________________________________________________________________
3333 [  4901] By: jhi                                   on 2000/01/26  08:05:57
3334         Log: Integrate with Sarathy.
3335      Branch: cfgperl
3336           !> Changes README.win32 lib/File/Path.pm lib/Getopt/Std.pm op.c
3337           !> pod/perldelta.pod pod/perldiag.pod t/op/grep.t
3338           !> t/pragma/strict-vars toke.c win32/Makefile win32/makefile.mk
3339           !> win32/win32.c win32/win32.h
3340 ____________________________________________________________________________
3341 [  4900] By: jhi                                   on 2000/01/26  07:59:05
3342         Log: s/d_nvpresuv/d_nv_preserves_uv/;
3343              plus cosmetic change for #4899.
3344      Branch: cfgperl
3345            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3346            ! config_h.SH
3347      Branch: metaconfig
3348            ! U/modified/Cppsym.U
3349      Branch: metaconfig/U/perl
3350            ! perlxv.U
3351 ____________________________________________________________________________
3352 [  4899] By: jhi                                   on 2000/01/26  07:46:56
3353         Log: Update the scan of the cpp symbols.
3354      Branch: cfgperl
3355            ! Configure config_h.SH
3356      Branch: metaconfig
3357            ! U/modified/Cppsym.U
3358 ____________________________________________________________________________
3359 [  4898] By: gsar                                  on 2000/01/26  04:49:45
3360         Log: allow '--' to terminate argument processing (suggested by
3361              Marc Espie <espie@schutzenberger.liafa.jussieu.fr>)
3362      Branch: perl
3363            ! lib/Getopt/Std.pm
3364 ____________________________________________________________________________
3365 [  4897] By: gsar                                  on 2000/01/26  02:42:38
3366         Log: change#3744 should have made grep more like map instead of the
3367              other way around
3368      Branch: perl
3369            ! t/op/grep.t toke.c
3370 ____________________________________________________________________________
3371 [  4896] By: gsar                                  on 2000/01/26  00:56:14
3372         Log: integrate cfgperl contents into mainline
3373      Branch: perl
3374           +> vos/config.def vos/config.pl
3375            ! Changes
3376           !> Configure MANIFEST config_h.SH hints/unicosmk.sh
3377           !> lib/Benchmark.pm pod/perldelta.pod pod/perlhist.pod pp.c
3378           !> vos/config.h vos/config_h.SH_orig
3379 ____________________________________________________________________________
3380 [  4895] By: gsar                                  on 2000/01/26  00:45:45
3381         Log: fix parse failure of (my $foo : bar) and similar (from Spider
3382              Boardman)
3383      Branch: perl
3384            ! toke.c
3385 ____________________________________________________________________________
3386 [  4894] By: gsar                                  on 2000/01/26  00:33:53
3387         Log: avoid failure if directories already read by rmtree() are
3388              deleted by another process
3389      Branch: perl
3390            ! lib/File/Path.pm
3391 ____________________________________________________________________________
3392 [  4893] By: gsar                                  on 2000/01/25  23:19:18
3393         Log: typo in change#4892
3394      Branch: perl
3395            ! win32/win32.c
3396 ____________________________________________________________________________
3397 [  4892] By: gsar                                  on 2000/01/25  22:16:19
3398         Log: eliminate need for perl95.exe on Windows 9x by working around CRT
3399              bug internally (from Benjamin Stuhl <sho_pi@hotmail.com>); modified
3400              to call the fixed version of open_osfhandle() only on Windows 9x;
3401              updated the makefiles and README.win32 to suit
3402      Branch: perl
3403            ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
3404            ! win32/win32.h
3405 ____________________________________________________________________________
3406 [  4891] By: gsar                                  on 2000/01/25  20:22:01
3407         Log: produce redeclaration warning on C<our $foo; { our $foo; ... }>
3408      Branch: perl
3409            ! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/strict-vars
3410 ____________________________________________________________________________
3411 [  4890] By: gsar                                  on 2000/01/25  19:21:17
3412         Log: update Makefile notes on the now deprecated USE_5005THREADS and
3413              USE_OBJECT
3414      Branch: perl
3415            ! win32/Makefile win32/makefile.mk
3416 ____________________________________________________________________________
3417 [  4889] By: jhi                                   on 2000/01/25  14:44:55
3418         Log: Misedit in #4888.
3419      Branch: cfgperl
3420            ! pp.c
3421 ____________________________________________________________________________
3422 [  4888] By: jhi                                   on 2000/01/25  14:38:59
3423         Log: UNICOS/mk patches.  Removing the _CRAYMPP test may be
3424              rash but it's the best move I can think of right now.
3425              UNICOS/mk doesn't anymore (2.0.4.82) define _CRAYMPP,
3426              but I think it did in the past.
3427              Removing the _CRAYMPP test fixes a legion of pack/unpack
3428              failures (hint: SHORTSIZE=4,INTSIZE=8,LONGSIZE=8).
3429              One subtest, t/lib/io_sock.t #14, is still failing.
3430      Branch: cfgperl
3431            ! Configure config_h.SH hints/unicosmk.sh pp.c
3432      Branch: metaconfig
3433            ! U/modified/Oldconfig.U
3434 ____________________________________________________________________________
3435 [  4887] By: jhi                                   on 2000/01/25  06:13:14
3436         Log: Integrate with Sarathy.
3437      Branch: cfgperl
3438           !> Changes Makefile.SH XSUB.h cflags.SH embed.pl globals.c
3439           !> installperl lib/Pod/Html.pm makedef.pl mg.c objXSUB.h perl.h
3440           !> perlapi.c perlapi.h pod/perldelta.pod pod/perldiag.pod
3441           !> t/io/fs.t win32/Makefile win32/makefile.mk win32/perlhost.h
3442           !> win32/perllib.c win32/win32.c win32/win32.h
3443 ____________________________________________________________________________
3444 [  4886] By: gsar                                  on 2000/01/25  02:54:00
3445         Log: consistently use MAX_PATH+1 buffer sizes
3446      Branch: perl
3447            ! win32/win32.c
3448 ____________________________________________________________________________
3449 [  4885] By: gsar                                  on 2000/01/25  02:51:35
3450         Log: workaround for rename('x','X') bug in Windows NT
3451      Branch: perl
3452            ! t/io/fs.t win32/win32.c
3453 ____________________________________________________________________________
3454 [  4884] By: gsar                                  on 2000/01/25  01:32:57
3455         Log: windows build fixups from uniform DLL name change to perl56.dll
3456      Branch: perl
3457            ! installperl makedef.pl win32/perllib.c
3458 ____________________________________________________________________________
3459 [  4883] By: gsar                                  on 2000/01/25  01:31:27
3460         Log: more fixes for warnings from change#4840
3461      Branch: perl
3462            ! lib/Pod/Html.pm
3463 ____________________________________________________________________________
3464 [  4882] By: gsar                                  on 2000/01/24  15:35:12
3465         Log: assorted little nits
3466      Branch: perl
3467            ! mg.c win32/Makefile win32/makefile.mk win32/perlhost.h
3468            ! win32/win32.c
3469 ____________________________________________________________________________
3470 [  4881] By: gsar                                  on 2000/01/24  14:32:31
3471         Log: add new warnings to perldelta
3472      Branch: perl
3473            ! Changes pod/perldelta.pod pod/perldiag.pod
3474 ____________________________________________________________________________
3475 [  4880] By: jhi                                   on 2000/01/24  14:14:23
3476         Log: From: Stephane Payrard <properler@freesurf.fr>
3477              To: Gurusamy Sarathy <gsar@ActiveState.com>
3478              Cc: perl5-porters@perl.org
3479              Subject: <patch> avoid division by 0 in Benchmark.pm
3480              Date: Mon, 24 Jan 2000 16:15:38 +0100
3481              Message-ID: <20000124161538.A995@freesurf.fr>
3482      Branch: cfgperl
3483            ! lib/Benchmark.pm
3484 ____________________________________________________________________________
3485 [  4879] By: gsar                                  on 2000/01/24  14:14:20
3486         Log: force linkage of the function wrappers for globals in change#4878
3487      Branch: perl
3488            ! embed.pl globals.c perlapi.h win32/win32.h
3489 ____________________________________________________________________________
3490 [  4878] By: gsar                                  on 2000/01/24  13:04:45
3491         Log: enable function wrappers for access to globals under MULTIPLICITY
3492              (provides binary compatibility in the face of changes in interpreter
3493              structure)
3494      Branch: perl
3495            ! Makefile.SH XSUB.h cflags.SH embed.pl makedef.pl objXSUB.h
3496            ! perl.h perlapi.c perlapi.h win32/Makefile win32/makefile.mk
3497 ____________________________________________________________________________
3498 [  4877] By: jhi                                   on 2000/01/24  11:41:57
3499         Log: perlhist update.
3500      Branch: cfgperl
3501            ! pod/perlhist.pod
3502 ____________________________________________________________________________
3503 [  4876] By: jhi                                   on 2000/01/24  11:32:07
3504         Log: Updates on the large file support status.
3505      Branch: cfgperl
3506            ! pod/perldelta.pod
3507 ____________________________________________________________________________
3508 [  4875] By: jhi                                   on 2000/01/24  11:23:16
3509         Log: Integrate with Sarathy.
3510      Branch: cfgperl
3511           !> ext/DB_File/Makefile.PL ext/NDBM_File/NDBM_File.pm
3512           !> ext/ODBM_File/ODBM_File.pm lib/AutoSplit.pm
3513           !> lib/Math/Complex.pm lib/Math/Trig.pm lib/Shell.pm
3514 ____________________________________________________________________________
3515 [  4874] By: gsar                                  on 2000/01/24  10:43:03
3516         Log: fix typos; avoid use constant for lowercase constants (produces
3517              warnings now)
3518      Branch: perl
3519            ! ext/DB_File/Makefile.PL lib/Math/Complex.pm lib/Math/Trig.pm
3520            ! lib/Shell.pm
3521 ____________________________________________________________________________
3522 [  4873] By: gsar                                  on 2000/01/24  09:40:24
3523         Log: avoid warnings when there's no subs to autosplit
3524      Branch: perl
3525            ! lib/AutoSplit.pm
3526 ____________________________________________________________________________
3527 [  4872] By: jhi                                   on 2000/01/24  09:39:01
3528         Log: Create a tool for converting a config_h.SH into a VOS config.h.
3529      Branch: cfgperl
3530            + vos/config.def vos/config.pl
3531            ! MANIFEST vos/config.h vos/config_h.SH_orig
3532 ____________________________________________________________________________
3533 [  4871] By: gsar                                  on 2000/01/24  09:15:20
3534         Log: typos in change#4623
3535      Branch: perl
3536            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
3537 ____________________________________________________________________________
3538 [  4870] By: jhi                                   on 2000/01/24  06:43:19
3539         Log: Sync metaconfig units to comply with the typo fixes of #4869. 
3540      Branch: cfgperl
3541            ! Configure config_h.SH
3542      Branch: metaconfig
3543            + U/modified/cf_email.U U/modified/so.U
3544      Branch: metaconfig/U/perl
3545            ! dlsrc.U
3546 ____________________________________________________________________________
3547 [  4869] By: jhi                                   on 2000/01/24  06:04:31
3548         Log: Integrate with Sarathy.
3549      Branch: cfgperl
3550           +> t/pragma/diagnostics.t
3551           !> (integrate 120 files)
3552 ____________________________________________________________________________
3553 [  4868] By: gsar                                  on 2000/01/23  21:49:28
3554         Log: on windows, set seek position to end for files opened in append mode
3555              (improves compatibility with Unix, avoids buffering issues)
3556      Branch: perl
3557            ! win32/win32.c
3558 ____________________________________________________________________________
3559 [  4867] By: gsar                                  on 2000/01/23  21:19:31
3560         Log: change#4866 was flawed; revert and add better fix for warning
3561      Branch: perl
3562            ! op.c op.h
3563 ____________________________________________________________________________
3564 [  4866] By: gsar                                  on 2000/01/23  20:43:56
3565         Log: optimize away runtime code for our($foo) (also avoid warnings)
3566      Branch: perl
3567            ! op.c
3568 ____________________________________________________________________________
3569 [  4865] By: gsar                                  on 2000/01/23  13:17:18
3570         Log: DB_File 1.72 update from Paul Marquess <paul.marquess@bt.com>
3571      Branch: perl
3572            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3573            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
3574 ____________________________________________________________________________
3575 [  4864] By: gsar                                  on 2000/01/23  13:12:31
3576         Log: system('VAR123=foo cmd') wasn't invoking shell (de-locale-ized patch
3577              suggested by Dominic Dunlop <domo@computer.org>)
3578      Branch: perl
3579            ! doio.c
3580 ____________________________________________________________________________
3581 [  4863] By: gsar                                  on 2000/01/23  13:01:35
3582         Log: fix misclassified warnings
3583      Branch: perl
3584            ! pod/perldiag.pod
3585 ____________________________________________________________________________
3586 [  4862] By: gsar                                  on 2000/01/23  12:52:12
3587         Log: document bareword prototype incompatibility
3588      Branch: perl
3589            ! pod/perldelta.pod pod/perlsub.pod
3590 ____________________________________________________________________________
3591 [  4861] By: gsar                                  on 2000/01/23  12:32:25
3592         Log: faulty edit
3593      Branch: perl
3594            ! lib/File/stat.pm
3595 ____________________________________________________________________________
3596 [  4860] By: gsar                                  on 2000/01/23  12:23:48
3597         Log: s/use vars/our/g modules that aren't independently maintained on CPAN
3598      Branch: perl
3599            ! ext/B/B/Asmdata.pm ext/Data/Dumper/Dumper.pm
3600            ! ext/Devel/DProf/DProf.pm ext/Fcntl/Fcntl.pm
3601            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
3602            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/File.pm
3603            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
3604            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Seekable.pm
3605            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
3606            ! ext/IO/lib/IO/Socket/UNIX.pm ext/NDBM_File/NDBM_File.pm
3607            ! ext/ODBM_File/ODBM_File.pm ext/Opcode/Opcode.pm
3608            ! ext/Opcode/Safe.pm ext/POSIX/POSIX.pm
3609            ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
3610            ! ext/Thread/Thread.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
3611            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Dumpvalue.pm
3612            ! lib/ExtUtils/Command.pm lib/ExtUtils/Install.pm
3613            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Liblist.pm
3614            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Mksymlists.pm
3615            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
3616            ! lib/File/Compare.pm lib/File/Copy.pm lib/File/Find.pm
3617            ! lib/File/Path.pm lib/File/stat.pm lib/FileHandle.pm
3618            ! lib/Math/Complex.pm lib/Math/Trig.pm lib/Net/Ping.pm
3619            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
3620            ! lib/Net/servent.pm lib/Shell.pm lib/Test.pm
3621            ! lib/Test/Harness.pm lib/Tie/Array.pm lib/Tie/Handle.pm
3622            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
3623            ! lib/User/pwent.pm lib/base.pm lib/caller.pm lib/constant.pm
3624            ! lib/diagnostics.pm lib/fields.pm lib/lib.pm lib/strict.pm
3625 ____________________________________________________________________________
3626 [  4859] By: gsar                                  on 2000/01/23  11:29:22
3627         Log: fix diagnostics to report "our" vs "my" correctly
3628      Branch: perl
3629            ! op.c pod/perldiag.pod
3630 ____________________________________________________________________________
3631 [  4858] By: gsar                                  on 2000/01/23  10:14:46
3632         Log: set api_version to 5.5.0 (binary compatibility needs to get tested
3633              more widely)
3634      Branch: perl
3635            ! patchlevel.h
3636 ____________________________________________________________________________
3637 [  4857] By: gsar                                  on 2000/01/23  10:04:03
3638         Log: disallow our($foo::bar)
3639      Branch: perl
3640            ! pod/perldiag.pod toke.c
3641 ____________________________________________________________________________
3642 [  4856] By: gsar                                  on 2000/01/23  09:50:54
3643         Log: dprofpp can't find Devel::DProf::VERSION due to change#4852
3644      Branch: perl
3645            ! utils/dprofpp.PL
3646 ____________________________________________________________________________
3647 [  4855] By: gsar                                  on 2000/01/23  09:36:51
3648         Log: new test (from Michael G Schwern <schwern@pobox.com>)
3649      Branch: perl
3650            + t/pragma/diagnostics.t
3651            ! MANIFEST
3652 ____________________________________________________________________________
3653 [  4854] By: gsar                                  on 2000/01/23  09:24:40
3654         Log: add PREREQ_PM to default template (suggested by Michael G Schwern
3655              <schwern@pobox.com>)
3656      Branch: perl
3657            ! utils/h2xs.PL
3658 ____________________________________________________________________________
3659 [  4853] By: gsar                                  on 2000/01/23  09:08:30
3660         Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
3661      Branch: perl
3662            ! cygwin/Makefile.SHs hints/cygwin.sh t/io/tell.t
3663 ____________________________________________________________________________
3664 [  4852] By: gsar                                  on 2000/01/23  08:52:44
3665         Log: mark some extensions as "special versions" to avoid CPAN indexer
3666              confusion (from Ilya Zakharevich)
3667      Branch: perl
3668            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
3669 ____________________________________________________________________________
3670 [  4851] By: gsar                                  on 2000/01/23  08:48:46
3671         Log: prefer POSIX::uname() rather than syscalls, which require attempting
3672              to load syscall.ph (from David Huggins-Daines <dhd@eradicator.org>)
3673      Branch: perl
3674            ! lib/Sys/Hostname.pm
3675 ____________________________________________________________________________
3676 [  4850] By: gsar                                  on 2000/01/23  08:36:43
3677         Log: integrate cfgperl contents into mainline
3678      Branch: perl
3679           !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
3680           !> Porting/config_H config_h.SH perl.h
3681 ____________________________________________________________________________
3682 [  4849] By: gsar                                  on 2000/01/23  08:17:30
3683         Log: fix localization in while BLOCK when there is a continue BLOCK
3684              by introducing an explicit scope (c.f. change#4848)
3685      Branch: perl
3686            ! op.c pp_ctl.c t/cmd/while.t
3687 ____________________________________________________________________________
3688 [  4848] By: gsar                                  on 2000/01/23  06:43:51
3689         Log: fix scope cleanup when next jumps to a continue block; this is rather
3690              in the nature of a kludge; it doesn't fix the longstanding bug that
3691              makes C<while (!$x++) { local $x = 7 } continue { print $x }> print "7"
3692              instead of "1")
3693      Branch: perl
3694            ! pp_ctl.c t/cmd/while.t
3695 ____________________________________________________________________________
3696 [  4847] By: gsar                                  on 2000/01/23  04:47:25
3697         Log: don't warn about masked lexical in C<if (my $x = 1) { my $x; }>,
3698              C<while (my $x = foo()) { my $x = bar(); }> etc.
3699      Branch: perl
3700            ! op.c
3701 ____________________________________________________________________________
3702 [  4846] By: gsar                                  on 2000/01/23  04:44:17
3703         Log: avoid warnings in change#4839
3704      Branch: perl
3705            ! lib/Carp/Heavy.pm
3706 ____________________________________________________________________________
3707 [  4845] By: gsar                                  on 2000/01/22  13:12:38
3708         Log: Configure typos (from Ray Phillips <r.phillips@mailbox.uq.edu.au>)
3709      Branch: perl
3710            ! Changes Configure
3711 ____________________________________________________________________________
3712 [  4844] By: gsar                                  on 2000/01/22  12:46:26
3713         Log: wrong category for exec() warning
3714      Branch: perl
3715            ! op.c pod/perlop.pod
3716 ____________________________________________________________________________
3717 [  4843] By: gsar                                  on 2000/01/22  12:42:40
3718         Log: fix line continuations in argument lists (from Helmut Jarausch)
3719      Branch: perl
3720            ! lib/ExtUtils/xsubpp
3721 ____________________________________________________________________________
3722 [  4842] By: gsar                                  on 2000/01/22  12:34:39
3723         Log: CGI.pm upgraded to v2.56 from CPAN
3724      Branch: perl
3725            ! eg/cgi/index.html lib/CGI.pm lib/CGI/Apache.pm
3726            ! lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Switch.pm
3727            ! t/lib/cgi-html.t
3728 ____________________________________________________________________________
3729 [  4841] By: gsar                                  on 2000/01/22  12:07:23
3730         Log: avoid warnings due to lack of forward declarations
3731      Branch: perl
3732            ! lib/Pod/Html.pm
3733 ____________________________________________________________________________
3734 [  4840] By: gsar                                  on 2000/01/22  12:04:30
3735         Log: heavy cleanup of Pod::Html bug fixes (from Wolfgang Laun
3736              <wolfgang.laun@alcatel.at>)
3737      Branch: perl
3738            ! lib/Pod/Html.pm
3739 ____________________________________________________________________________
3740 [  4839] By: gsar                                  on 2000/01/22  11:57:24
3741         Log: better Carp reporting within subclassed modules (from Wolfgang Laun
3742              <wolfgang.laun@alcatel.at>)
3743      Branch: perl
3744            ! lib/Carp/Heavy.pm pod/perldelta.pod
3745 ____________________________________________________________________________
3746 [  4838] By: gsar                                  on 2000/01/22  10:53:06
3747         Log: truncate(FH) flushes FH before truncating it
3748      Branch: perl
3749            ! pp_sys.c t/io/fs.t
3750 ____________________________________________________________________________
3751 [  4837] By: gsar                                  on 2000/01/22  10:37:16
3752         Log: #line directives without a filename leave the file name as it was
3753              instead of setting it to the script name (from Andrew Pimlott
3754              <andrew@pimlott.ne.mediaone.net>)
3755      Branch: perl
3756            ! toke.c
3757 ____________________________________________________________________________
3758 [  4836] By: gsar                                  on 2000/01/22  10:06:53
3759         Log: add patch for printf-style format typechecks (from Robin Barker
3760              <rmb1@cise.npl.co.uk>); fixes for problems so identified
3761      Branch: perl
3762            ! XSUB.h doio.c dump.c embed.pl gv.c op.c perl.c perl.h pp_ctl.c
3763            ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c
3764 ____________________________________________________________________________
3765 [  4835] By: gsar                                  on 2000/01/22  08:42:52
3766         Log: From: John Tobey <jtobey@isay.com>
3767              Date: Thu, 16 Dec 1999 20:20:38 -0500
3768              Message-Id: <E11ym4U-0000c7-00@einstein.localnet>
3769              Subject: [ID 19991216.006] [PATCH 5.005_63] Reloading modules that use 'fields'
3770      Branch: perl
3771            ! lib/base.pm lib/fields.pm t/lib/fields.t
3772 ____________________________________________________________________________
3773 [  4834] By: gsar                                  on 2000/01/22  08:08:08
3774         Log: fix deeply nested closures that have no references to lexical in
3775              intervening subs
3776      Branch: perl
3777            ! embed.h embed.pl op.c proto.h t/op/closure.t
3778 ____________________________________________________________________________
3779 [  4833] By: gsar                                  on 2000/01/21  17:04:21
3780         Log: add $VERSION
3781      Branch: perl
3782            ! lib/Text/Soundex.pm lib/Tie/Handle.pm
3783 ____________________________________________________________________________
3784 [  4832] By: gsar                                  on 2000/01/21  16:49:09
3785         Log: fix bug in dumping self-referential scalars
3786      Branch: perl
3787            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
3788            ! t/lib/dumper.t
3789 ____________________________________________________________________________
3790 [  4831] By: jhi                                   on 2000/01/21  09:16:07
3791         Log: Integrate with Sarathy.
3792      Branch: cfgperl
3793           +> t/op/exists_sub.t
3794           !> INSTALL MANIFEST embed.h embed.pl global.sym objXSUB.h op.c
3795           !> op.h perlapi.c pod/perldelta.pod pod/perldiag.pod
3796           !> pod/perlfunc.pod pod/perlop.pod pod/perlvar.pod pp.c pp_hot.c
3797           !> pp_sys.c proto.h sv.c sv.h t/pragma/warn/pp_hot
3798           !> t/pragma/warn/pp_sys util.c utils/h2xs.PL
3799 ____________________________________________________________________________
3800 [  4830] By: gsar                                  on 2000/01/21  04:28:08
3801         Log: patch to report warnings on bogus filehandles passed to flock(),
3802              more consistent warnings, from Greg Bacon <gbacon@itsc.uah.edu>
3803              (slightly modified)
3804      Branch: perl
3805            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
3806            ! pod/perldiag.pod pp_hot.c pp_sys.c proto.h
3807            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
3808 ____________________________________________________________________________
3809 [  4829] By: gsar                                  on 2000/01/21  03:43:46
3810         Log: typo fix
3811      Branch: perl
3812            ! pod/perlop.pod
3813 ____________________________________________________________________________
3814 [  4828] By: gsar                                  on 2000/01/21  03:32:31
3815         Log: notes about $^H and %^H from Ilya Zakharevich; substantial
3816              fixups of faulty facts and prose
3817      Branch: perl
3818            ! pod/perlvar.pod
3819 ____________________________________________________________________________
3820 [  4827] By: gsar                                  on 2000/01/21  01:45:51
3821         Log: support for C<exists &func> (from Spider Boardman)
3822      Branch: perl
3823            + t/op/exists_sub.t
3824            ! MANIFEST op.c op.h pod/perldelta.pod pod/perldiag.pod
3825            ! pod/perlfunc.pod pp.c
3826 ____________________________________________________________________________
3827 [  4826] By: gsar                                  on 2000/01/21  01:35:46
3828         Log: mention the fact that open(my $foo, ...) covers all handle
3829              constructors
3830      Branch: perl
3831            ! pod/perldelta.pod
3832 ____________________________________________________________________________
3833 [  4825] By: gsar                                  on 2000/01/21  01:03:34
3834         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3835              Date: Wed, 19 Jan 2000 15:05:11 -0500
3836              Message-ID: <20000119150511.A22859@monk.mps.ohio-state.edu>
3837              Subject: [PATCH 5.005_63] h2xs goof and a depessimization
3838      Branch: perl
3839            ! utils/h2xs.PL
3840 ____________________________________________________________________________
3841 [  4824] By: gsar                                  on 2000/01/20  19:14:26
3842         Log: INSTALL updates from Andy Dougherty
3843      Branch: perl
3844            ! INSTALL
3845 ____________________________________________________________________________
3846 [  4823] By: gsar                                  on 2000/01/20  08:40:13
3847         Log: sv_true() has a superfluous test
3848      Branch: perl
3849            ! sv.c sv.h
3850 ____________________________________________________________________________
3851 [  4822] By: bailey                                on 2000/01/20  02:03:35
3852         Log: Minor cosmetic updates
3853      Branch: vmsperl
3854            ! configure.com
3855 ____________________________________________________________________________
3856 [  4821] By: bailey                                on 2000/01/20  00:25:30
3857         Log: Quick integration of mainline changes to date
3858      Branch: vmsperl
3859           +> (branch 74 files)
3860            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu epoc/config.h
3861            - epoc/perl.mmp epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
3862            - lib/Pod/PlainText.pm lib/unicode/Eq/Latin1
3863            - lib/unicode/Eq/Unicode lib/unicode/Jamo-2.txt
3864            - lib/unicode/Unicode.html lib/unicode/UnicodeData-Latest.txt
3865            - lib/warning.pm os2/POSIX.mkfifo warning.h
3866           !> (integrate 462 files)
3867 ____________________________________________________________________________
3868 [  4820] By: jhi                                   on 2000/01/19  22:46:42
3869         Log: More robust inc_version_list from Andy.
3870      Branch: cfgperl
3871            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3872            ! config_h.SH
3873      Branch: metaconfig
3874            ! U/installdirs/inc_version_list.U
3875 ____________________________________________________________________________
3876 [  4819] By: jhi                                   on 2000/01/19  17:36:56
3877         Log: Add NV_PRESERVES_UV.
3878      Branch: cfgperl
3879            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3880            ! config_h.SH perl.h
3881      Branch: metaconfig
3882            ! U/protos/selecttype.U
3883      Branch: metaconfig/U/perl
3884            - nvpresuv.U
3885            ! perlxv.U
3886 ____________________________________________________________________________
3887 [  4818] By: jhi                                   on 2000/01/19  08:13:05
3888         Log: Integrate with Sarathy.
3889      Branch: cfgperl
3890           !> Changes Configure win32/config.bc win32/config.gc
3891           !> win32/config.vc win32/config_H.bc win32/config_H.gc
3892           !> win32/config_H.vc
3893 ____________________________________________________________________________
3894 [  4817] By: gsar                                  on 2000/01/19  05:25:43
3895         Log: regen win32/config*
3896      Branch: perl
3897            ! Configure win32/config.bc win32/config.gc win32/config.vc
3898            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3899 ____________________________________________________________________________
3900 [  4816] By: jhi                                   on 2000/01/18  21:19:10
3901         Log: Policy patch from Andy for installation directories,
3902              removing the $apiversion.
3903      Branch: cfgperl
3904            ! Policy_sh.SH
3905 ____________________________________________________________________________
3906 [  4815] By: jhi                                   on 2000/01/18  21:11:03
3907         Log: Move _GNU_SOURCE into config_h.SH awaay from Configure
3908              as suggested by Andy.
3909      Branch: cfgperl
3910            ! Configure config_h.SH
3911      Branch: metaconfig
3912            ! U/compline/d_gnulibc.U U/modified/cc.U
3913 ____________________________________________________________________________
3914 [  4814] By: gsar                                  on 2000/01/18  20:48:10
3915         Log: integrate cfgperl changes into mainline
3916      Branch: perl
3917            ! Changes
3918           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
3919           !> Porting/pumpkin.pod config_h.SH doop.c patchlevel.h perl.c
3920           !> perl.h t/lib/posix.t t/op/pack.t utf8.c
3921 ____________________________________________________________________________
3922 [  4813] By: jhi                                   on 2000/01/18  19:41:33
3923         Log: metaconfig todo note from Andy.
3924      Branch: cfgperl
3925            ! Configure config_h.SH
3926      Branch: metaconfig
3927            ! U/installdirs/inc_version_list.U
3928 ____________________________________________________________________________
3929 [  4812] By: jhi                                   on 2000/01/18  15:02:55
3930         Log: More -V.
3931      Branch: cfgperl
3932            ! perl.c
3933 ____________________________________________________________________________
3934 [  4811] By: jhi                                   on 2000/01/18  10:35:30
3935         Log: More compile-time options shown with -V.
3936      Branch: cfgperl
3937            ! perl.c
3938 ____________________________________________________________________________
3939 [  4810] By: jhi                                   on 2000/01/17  08:35:49
3940         Log: Add -D_GNU_SOURCE into ccflags for gcc (for now to expose
3941              the strtold() and qgcvt() prototypes for long doubles, but
3942              it should be okay in any case); fix bad assumptions in the
3943              test suite about string->float conversions; though the out
3944              parameter of strtold() (and strtoll()) is unused, it is nicer
3945              to have it in correct type.
3946      Branch: cfgperl
3947            ! Configure config_h.SH perl.h t/lib/posix.t t/op/pack.t
3948      Branch: metaconfig
3949            ! U/modified/cc.U
3950 ____________________________________________________________________________
3951 [  4809] By: jhi                                   on 2000/01/16  19:21:18
3952         Log: strtoll works better ternary.
3953      Branch: cfgperl
3954            ! perl.h
3955 ____________________________________________________________________________
3956 [  4808] By: jhi                                   on 2000/01/16  19:12:58
3957         Log: Know strtoll.
3958      Branch: cfgperl
3959            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3960            ! config_h.SH perl.h
3961 ____________________________________________________________________________
3962 [  4807] By: jhi                                   on 2000/01/16  17:57:03
3963         Log: Integrate with Sarathy.
3964      Branch: cfgperl
3965           !> dump.c gv.c gv.h lib/vars.pm op.c op.h perl.h pod/perlfunc.pod
3966           !> sv.c sv.h t/pragma/strict-vars toke.c util.c
3967 ____________________________________________________________________________
3968 [  4806] By: jhi                                   on 2000/01/16  16:37:47
3969         Log: Continue qgcvt work; closer now but not yet there.
3970      Branch: cfgperl
3971            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3972            ! config_h.SH doop.c utf8.c
3973      Branch: metaconfig
3974            ! U/compline/d_gconvert.U
3975      Branch: metaconfig/U/perl
3976            ! d_qgcvt.U
3977 ____________________________________________________________________________
3978 [  4805] By: jhi                                   on 2000/01/15  22:26:16
3979         Log: Metaconfig and Porting patches from Andy; start using the new
3980              long long and long double thingies from #4804; regen Configure.
3981      Branch: cfgperl
3982            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3983            ! Porting/pumpkin.pod config_h.SH patchlevel.h perl.h util.c
3984      Branch: metaconfig
3985            + U/dist_patches/dist-p70a U/dist_patches/dist-p70b
3986            + U/dist_patches/dist-p70c U/installdirs/inc_version_list.U
3987            + U/modified/myhostname.U U/modified/nis.U U/nullified/fpu.U
3988            + U/nullified/lib.U
3989            ! U/README U/compline/d_gconvert.U U/installdirs/sitearch.U
3990            ! U/installdirs/sitelib.U U/installdirs/vendorarch.U
3991            ! U/installdirs/vendorlib.U U/modified/Cppsym.U U/modified/Loc.U
3992            ! U/modified/Oldconfig.U U/modified/Signal.U
3993            ! U/modified/sig_name.U U/threads/usethreads.U
3994      Branch: metaconfig/U/perl
3995            ! d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
3996            ! d_strtouq.U dlsrc.U i_db.U libperl.U patchlevel.U
3997            ! usemultiplicity.U
3998      Branch: perl
3999            ! perl.h util.c
4000 ____________________________________________________________________________
4001 [  4804] By: jhi                                   on 2000/01/14  14:22:24
4002         Log: Add more quad/long long/long double sciency.
4003      Branch: metaconfig/U/perl
4004            + d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
4005            + d_strtouq.U
4006 ____________________________________________________________________________
4007 [  4803] By: gsar                                  on 2000/01/14  04:40:49
4008         Log: minor optimization (avoid double sv_upgrade() for "our Foo $bar;")
4009      Branch: perl
4010            ! op.c
4011 ____________________________________________________________________________
4012 [  4802] By: gsar                                  on 2000/01/14  04:35:55
4013         Log: add note about "our"
4014      Branch: perl
4015            ! lib/vars.pm
4016 ____________________________________________________________________________
4017 [  4801] By: gsar                                  on 2000/01/14  04:16:51
4018         Log: nailed "our" declarations, and better warnings on duplicate
4019              "our" declarations
4020      Branch: perl
4021            ! dump.c gv.c gv.h op.c pod/perlfunc.pod sv.c sv.h
4022            ! t/pragma/strict-vars toke.c
4023 ____________________________________________________________________________
4024 [  4800] By: gsar                                  on 2000/01/14  01:27:13
4025         Log: avoid spurious "Useless use of variable" warning on C<our $foo;>
4026      Branch: perl
4027            ! dump.c op.c op.h
4028 ____________________________________________________________________________
4029 [  4799] By: gsar                                  on 2000/01/14  01:17:15
4030         Log: doc typo
4031      Branch: perl
4032            ! pod/perlfunc.pod
4033 ____________________________________________________________________________
4034 [  4798] By: jhi                                   on 2000/01/13  16:31:34
4035         Log: Integrate with Sarathy.
4036      Branch: cfgperl
4037           +> epoc/config.sh epoc/epocish.c epoc/link.pl
4038           +> ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/hints/openbsd.pl
4039           +> ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
4040           +> ext/ODBM_File/hints/cygwin.pl lib/byte.pm lib/byte_heavy.pl
4041           +> lib/unicode/Unicode.300 pod/perlfork.pod t/lib/glob-case.t
4042           +> win32/perlhost.h win32/vdir.h win32/vmem.h
4043            - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
4044            - epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
4045            - lib/unicode/UnicodeData-Latest.txt os2/POSIX.mkfifo
4046           !> (integrate 282 files)
4047 ____________________________________________________________________________
4048 [  4797] By: gsar                                  on 2000/01/13  08:12:56
4049         Log: clearer docs for change#4796; faster av_exists()
4050      Branch: perl
4051            ! av.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
4052 ____________________________________________________________________________
4053 [  4796] By: gsar                                  on 2000/01/13  06:49:03
4054         Log: support delete() and exists() on array, tied array, and pseudo-hash
4055              elements or slices
4056      Branch: perl
4057            ! av.c embed.h embed.pl global.sym lib/Tie/Array.pm
4058            ! lib/Tie/Hash.pm objXSUB.h op.c perlapi.c pod/perldelta.pod
4059            ! pod/perlfunc.pod pod/perlref.pod pod/perltie.pod pp.c proto.h
4060            ! t/op/avhv.t t/op/delete.t
4061 ____________________________________________________________________________
4062 [  4795] By: gsar                                  on 2000/01/11  20:52:30
4063         Log: extend site_perl changes change#4773 to vendor_perl as well
4064      Branch: perl
4065            ! Configure
4066 ____________________________________________________________________________
4067 [  4794] By: gsar                                  on 2000/01/11  19:18:50
4068         Log: rework INSTALL to reflect new logic for versioning sitelibs
4069      Branch: perl
4070            ! INSTALL
4071 ____________________________________________________________________________
4072 [  4793] By: gsar                                  on 2000/01/11  01:44:00
4073         Log: test for change#4792
4074      Branch: perl
4075            ! t/op/fork.t
4076 ____________________________________________________________________________
4077 [  4792] By: gsar                                  on 2000/01/11  01:22:36
4078         Log: pseudo forked children inherit environment correctly
4079      Branch: perl
4080            ! win32/perlhost.h
4081 ____________________________________________________________________________
4082 [  4791] By: gsar                                  on 2000/01/10  19:14:03
4083         Log: test tweak
4084      Branch: perl
4085            ! t/op/fork.t
4086 ____________________________________________________________________________
4087 [  4790] By: gsar                                  on 2000/01/10  18:56:16
4088         Log: check for USE_ITHREADS sanity was too restrictive
4089      Branch: perl
4090            ! perl.h
4091 ____________________________________________________________________________
4092 [  4789] By: gsar                                  on 2000/01/10  18:30:24
4093         Log: add workaround for textmode read() bug in MSVCRT; make chdir() do
4094              a real SetCurrentDirectory() in toplevel host
4095      Branch: perl
4096            ! README.win32 win32/Makefile win32/makefile.mk win32/perlhost.h
4097            ! win32/vdir.h win32/win32.c
4098 ____________________________________________________________________________
4099 [  4782] By: gsar                                  on 2000/01/10  05:27:03
4100         Log: EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)
4101      Branch: perl
4102            + epoc/config.sh epoc/epocish.c epoc/link.pl
4103            - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
4104            - epoc/perl.pkg
4105            ! MANIFEST README.epoc epoc/createpkg.pl epoc/epoc.c
4106            ! epoc/epoc_stubs.c epoc/epocish.h ext/IO/lib/IO/Socket.pm
4107            ! lib/Sys/Hostname.pm
4108 ____________________________________________________________________________
4109 [  4781] By: gsar                                  on 2000/01/10  05:11:03
4110         Log: pod typos (from Abigail <abigail@delanet.com>)
4111      Branch: perl
4112            ! pod/perl.pod pod/perllexwarn.pod pod/perlxstut.pod
4113 ____________________________________________________________________________
4114 [  4780] By: gsar                                  on 2000/01/10  05:07:35
4115         Log: failing RE test added (from Robert Cunningham <rkc@ll.mit.edu>)
4116      Branch: perl
4117            ! t/lib/thread.t
4118 ____________________________________________________________________________
4119 [  4779] By: gsar                                  on 2000/01/10  05:06:16
4120         Log: terminate -s switch processing only on C<-->, not on C<--foo>
4121      Branch: perl
4122            ! perl.c
4123 ____________________________________________________________________________
4124 [  4778] By: gsar                                  on 2000/01/10  04:38:45
4125         Log: useithreads needs usemultiplicity
4126      Branch: perl
4127            ! Configure perl.h
4128 ____________________________________________________________________________
4129 [  4777] By: gsar                                  on 2000/01/10  01:18:04
4130         Log: use $Config{version} rather than $] where appropriate
4131      Branch: perl
4132            ! lib/CPAN.pm lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Unix.pm
4133            ! lib/ExtUtils/Mksymlists.pm lib/Pod/Man.pm lib/diagnostics.pm
4134            ! lib/lib.pm
4135 ____________________________________________________________________________
4136 [  4776] By: gsar                                  on 2000/01/10  00:11:34
4137         Log: enable fork.t on windows
4138      Branch: perl
4139            ! t/op/fork.t
4140 ____________________________________________________________________________
4141 [  4775] By: gsar                                  on 2000/01/10  00:07:29
4142         Log: broken test for use5005threads
4143      Branch: perl
4144            ! t/lib/safe2.t
4145 ____________________________________________________________________________
4146 [  4774] By: gsar                                  on 2000/01/09  23:56:37
4147         Log: more windows build tweaks
4148      Branch: perl
4149            ! installperl makedef.pl win32/Makefile win32/config_H.bc
4150            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
4151            ! win32/makefile.mk
4152 ____________________________________________________________________________
4153 [  4773] By: gsar                                  on 2000/01/09  22:27:19
4154         Log: more changes for new-style version numbers (versions numbers on
4155              the filesystem look like 5.5.640, except on DOS-DJGPP and VMS where
4156              they look like 5_5_640; delete @Config{pm_apiversion,xs_apiversion};
4157              split $Config{apiversion} into three, @Config{apirevision,apiversion,
4158              apisubversion} for CPP friendliness; $Config{sitelib} now defaults
4159              to .../site_perl/$version, just like $Config{privlib}, making sitelib
4160              completely independent across versions and substantially eliminating
4161              chances of breaking older installations by overwriting newly built
4162              extensions; all this means compatibility inclusions for @INC will need
4163              to take into account older sitelib versions (this still TODO)
4164              
4165              windows, vms, dos tweaks for the above
4166      Branch: perl
4167            ! Changes Configure INSTALL Porting/config.sh Porting/config_H
4168            ! config_h.SH configure.com dosish.h installman installperl
4169            ! patchlevel.h perl.c perl.h vms/vmsish.h win32/Makefile
4170            ! win32/config.bc win32/config.gc win32/config.vc
4171            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4172            ! win32/config_h.PL win32/config_sh.PL win32/makefile.mk
4173            ! win32/win32.c
4174 ____________________________________________________________________________
4175 [  4772] By: gsar                                  on 2000/01/09  19:05:33
4176         Log: s/usethreads/use5005threads/g
4177      Branch: perl
4178            ! myconfig.SH t/lib/english.t t/lib/thread.t t/op/nothread.t
4179 ____________________________________________________________________________
4180 [  4771] By: gsar                                  on 2000/01/09  18:51:50
4181         Log: Configure changes for new-style version numbers (from Andy Dougherty,
4182              slightly altered)
4183      Branch: perl
4184            ! Configure INSTALL Porting/Glossary Porting/config.sh
4185            ! Porting/config_H config_h.SH perl.h win32/Makefile
4186            ! win32/config.bc win32/config.gc win32/config.vc
4187            ! win32/makefile.mk
4188 ____________________________________________________________________________
4189 [  4770] By: gsar                                  on 2000/01/07  22:18:54
4190         Log: fix for 'make utest' failures (from Ilya Zakharevich)
4191      Branch: perl
4192            ! regexec.c
4193 ____________________________________________________________________________
4194 [  4769] By: gsar                                  on 2000/01/07  18:23:16
4195         Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
4196      Branch: perl
4197            + ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
4198            + ext/ODBM_File/hints/cygwin.pl
4199            ! Configure INSTALL MANIFEST ext/POSIX/Makefile.PL
4200            ! hints/cygwin.sh installman installperl lib/Cwd.pm
4201            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec/Unix.pm lib/perl5db.pl
4202            ! perlsdio.h t/op/magic.t t/op/stat.t utils/perlcc.PL
4203 ____________________________________________________________________________
4204 [  4768] By: gsar                                  on 2000/01/07  18:12:15
4205         Log: typo on h2xs.PL (from Helmut Jarausch)
4206      Branch: perl
4207            ! utils/h2xs.PL
4208 ____________________________________________________________________________
4209 [  4767] By: gsar                                  on 2000/01/07  17:58:45
4210         Log: VMS update (from Peter Prymmer <pvhp@forte.com>)
4211      Branch: perl
4212            ! README.vms configure.com vms/subconfigure.com
4213 ____________________________________________________________________________
4214 [  4766] By: gsar                                  on 2000/01/07  17:54:05
4215         Log: os2/POSIX.mkfifo not needed (from Yitzchak Scott-Thoennes
4216              <sthoenna@efn.org>)
4217      Branch: perl
4218            - os2/POSIX.mkfifo
4219            ! MANIFEST README.os2
4220 ____________________________________________________________________________
4221 [  4765] By: gsar                                  on 2000/01/06  20:11:46
4222         Log: add workaround for dlopen() bug on OpenBSD (relative paths that
4223              match /^lib/ won't load properly)
4224      Branch: perl
4225            + ext/DynaLoader/hints/openbsd.pl
4226            ! Changes MANIFEST ext/DynaLoader/dl_dlopen.xs
4227 ____________________________________________________________________________
4228 [  4764] By: gsar                                  on 2000/01/06  19:51:08
4229         Log: add undocumented globals for compatibility--find.pl, and find2perl
4230              generated code need them (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
4231      Branch: perl
4232            ! lib/File/Find.pm
4233 ____________________________________________________________________________
4234 [  4763] By: gsar                                  on 2000/01/06  10:51:07
4235         Log: fix various C-backend shenanigans
4236      Branch: perl
4237            ! ext/B/B/C.pm
4238 ____________________________________________________________________________
4239 [  4762] By: gsar                                  on 2000/01/06  04:09:00
4240         Log: tweak test in change#4757 for Windows
4241      Branch: perl
4242            ! t/io/open.t
4243 ____________________________________________________________________________
4244 [  4761] By: gsar                                  on 2000/01/06  02:55:30
4245         Log: USE_ITHREADS tweak (reused pad values could be SvREADONLY if
4246              they belonged to freed OP_CONSTs)
4247      Branch: perl
4248            ! op.c
4249 ____________________________________________________________________________
4250 [  4760] By: gsar                                  on 2000/01/06  00:22:40
4251         Log: constant ranges could escape bareword check in list context
4252      Branch: perl
4253            ! op.c t/pragma/strict-subs
4254 ____________________________________________________________________________
4255 [  4759] By: gsar                                  on 2000/01/05  20:52:50
4256         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4257              Date: Wed, 05 Jan 2000 15:23:18 EST
4258              Message-Id: <20000105152318.A7400@monk.mps.ohio-state.edu>
4259              Subject: Re: minimal m//g matches appear busted
4260      Branch: perl
4261            ! regexec.c t/op/pat.t
4262 ____________________________________________________________________________
4263 [  4758] By: gsar                                  on 2000/01/05  12:49:40
4264         Log: various nits identified by warnings unmasked by recent changes
4265      Branch: perl
4266            ! ext/B/Makefile.PL lib/ExtUtils/Install.pm pod/perlfunc.pod
4267 ____________________________________________________________________________
4268 [  4757] By: gsar                                  on 2000/01/05  12:48:10
4269         Log: severe bugs in change#3786 fixed
4270      Branch: perl
4271            ! doio.c t/io/open.t
4272 ____________________________________________________________________________
4273 [  4756] By: gsar                                  on 2000/01/05  11:25:10
4274         Log: tweak change#4745 to make ebcdic output match for chars <= 037
4275      Branch: perl
4276            ! ext/Data/Dumper/Dumper.pm
4277 ____________________________________________________________________________
4278 [  4755] By: gsar                                  on 2000/01/05  06:56:05
4279         Log: cygwin support tweaks (from Eric Fifer <EFifer@sanwaint.com>)
4280      Branch: perl
4281            ! Configure util.c utils/perlcc.PL
4282 ____________________________________________________________________________
4283 [  4754] By: gsar                                  on 2000/01/05  06:52:25
4284         Log: avoid expensive Version_check (from Andreas Koenig)
4285      Branch: perl
4286            ! Changes lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
4287            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
4288 ____________________________________________________________________________
4289 [  4753] By: gsar                                  on 2000/01/05  06:48:22
4290         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
4291              Date: 03 Jan 2000 21:56:02 +0100
4292              Message-ID: <sfcvh5azxgd.fsf@hohenstaufen.in-berlin.de>
4293              Subject: Reloading File::Copy
4294      Branch: perl
4295            ! Changes lib/File/Copy.pm t/lib/filecopy.t
4296 ____________________________________________________________________________
4297 [  4752] By: gsar                                  on 2000/01/04  01:19:20
4298         Log: s/USE_TEXTMODE_SCRIPTS/PERL_TEXTMODE_SCRIPTS/g
4299      Branch: perl
4300            ! win32/Makefile win32/makefile.mk win32/win32.h
4301 ____________________________________________________________________________
4302 [  4751] By: gsar                                  on 2000/01/03  18:26:08
4303         Log: avoid using (custom) autoloader in MakeMaker (from Andreas Koenig)
4304      Branch: perl
4305            ! lib/ExtUtils/MakeMaker.pm
4306 ____________________________________________________________________________
4307 [  4750] By: gsar                                  on 2000/01/02  21:58:02
4308         Log: make DProf look at $ENV{PERL_DPROF_OUT_FILE_NAME} to make it possible
4309              to write to a file other than tmon.out (suggested by Haakon Alstadheim
4310              <Haakon.Alstadheim@sds.no>)
4311      Branch: perl
4312            ! ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.xs
4313 ____________________________________________________________________________
4314 [  4749] By: gsar                                  on 2000/01/02  21:37:29
4315         Log: disable optimization in change#3612 for join() and quotemeta()--this
4316              removes all the gross hacks for the special cases in that change; fix
4317              pp_concat() for when TARG == arg (modified version of patch suggested
4318              by Ilya Zakharevich)
4319      Branch: perl
4320            ! op.c opcode.h opcode.pl pp_hot.c sv.c t/op/lex_assign.t
4321 ____________________________________________________________________________
4322 [  4748] By: gsar                                  on 2000/01/02  20:26:06
4323         Log: MakeMaker should attempt to "require" rather than "use" prerequisites
4324              to avoid imports (from Michael G Schwern <schwern@pobox.com>)
4325      Branch: perl
4326            ! lib/ExtUtils/MakeMaker.pm
4327 ____________________________________________________________________________
4328 [  4747] By: gsar                                  on 2000/01/02  20:17:36
4329         Log: fix 4-arg substr() when used as argument to subroutine
4330      Branch: perl
4331            ! pp.c t/op/substr.t
4332 ____________________________________________________________________________
4333 [  4746] By: gsar                                  on 2000/01/02  18:45:58
4334         Log: usethreads build fixups for NeXTstep (as suggested by Hans Mulder)
4335      Branch: perl
4336            ! embed.h embed.pl ext/DynaLoader/dl_beos.xs
4337            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
4338            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
4339            ! perlapi.c proto.h thread.h util.c
4340 ____________________________________________________________________________
4341 [  4745] By: gsar                                  on 2000/01/02  18:15:44
4342         Log: ebcdic fix for Data::Dumper from Peter Prymmer
4343      Branch: perl
4344            ! ext/Data/Dumper/Dumper.pm regcomp.c
4345 ____________________________________________________________________________
4346 [  4744] By: gsar                                  on 1999/12/31  22:42:23
4347         Log: missing files in previous submit
4348      Branch: perl
4349            ! embed.h embed.pl ext/Devel/DProf/DProf.xs globals.c
4350            ! lib/ExtUtils/MM_Unix.pm objXSUB.h perlapi.c proto.h
4351 ____________________________________________________________________________
4352 [  4743] By: gsar                                  on 1999/12/31  06:47:18
4353         Log: various Windows build tweaks
4354      Branch: perl
4355            ! win32/win32.h
4356 ____________________________________________________________________________
4357 [  4742] By: gsar                                  on 1999/12/30  21:32:36
4358         Log: change#4705 breaks code that interpolates $], so leave string value
4359              of $] as it was for compatibility (and perhaps introduce $^V or similar
4360              for the utf8 representation, maybe?)
4361      Branch: perl
4362            ! configpm gv.c
4363 ____________________________________________________________________________
4364 [  4741] By: gsar                                  on 1999/12/30  19:36:21
4365         Log: avoid CRLF in byteloadable files created by perlcc
4366      Branch: perl
4367            ! utils/perlcc.PL
4368 ____________________________________________________________________________
4369 [  4740] By: gsar                                  on 1999/12/30  19:35:07
4370         Log: leave DATA open in binmode if __END__ line doesn't have CRLF
4371      Branch: perl
4372            ! pod/perldelta.pod toke.c
4373 ____________________________________________________________________________
4374 [  4739] By: gsar                                  on 1999/12/30  05:44:21
4375         Log: enable the PERL_BINMODE_SCRIPTS behavior by default on Windows
4376              to allow ByteLoader to work; the DATA filehandles continue to
4377              be left open in text mode for compatibility
4378      Branch: perl
4379            ! embed.h embed.pl objXSUB.h pod/perldelta.pod proto.h sv.c
4380            ! toke.c win32/Makefile win32/makefile.mk win32/win32.c
4381            ! win32/win32.h
4382 ____________________________________________________________________________
4383 [  4738] By: gsar                                  on 1999/12/30  04:36:12
4384         Log: CR-LF support broken for formats
4385      Branch: perl
4386            ! toke.c
4387 ____________________________________________________________________________
4388 [  4737] By: gsar                                  on 1999/12/29  22:30:52
4389         Log: make DProf functional under pseudo-fork()
4390      Branch: perl
4391            ! ext/Devel/DProf/DProf.xs
4392 ____________________________________________________________________________
4393 [  4736] By: gsar                                  on 1999/12/29  21:04:59
4394         Log: slurp mode fix in change#2910 wasn't quite right (spotted by Hans
4395              Mulder)
4396      Branch: perl
4397            ! doio.c pp_hot.c t/io/argv.t
4398 ____________________________________________________________________________
4399 [  4735] By: gsar                                  on 1999/12/29  18:12:40
4400         Log: re.pm is needed earlier, xsubpp now uses it (spotted by Andreas
4401              Koenig)
4402      Branch: perl
4403            ! Makefile.SH
4404 ____________________________________________________________________________
4405 [  4734] By: gsar                                  on 1999/12/28  21:10:37
4406         Log: Windows build tweaks
4407      Branch: perl
4408            ! INTERN.h sv.c
4409 ____________________________________________________________________________
4410 [  4733] By: gsar                                  on 1999/12/28  20:45:15
4411         Log: remove never-taken branch for making getc() operate on ARGV (spotted 
4412              by Ralph Corderoy <ralph@inputplus.demon.co.uk>)
4413      Branch: perl
4414            ! pp_sys.c
4415 ____________________________________________________________________________
4416 [  4732] By: gsar                                  on 1999/12/28  20:42:13
4417         Log: tests for change#4642 and pod fixups suggested by Ralph Corderoy
4418              <ralph@inputplus.demon.co.uk>
4419      Branch: perl
4420            ! pod/perldelta.pod pod/perlfunc.pod pod/perlre.pod t/io/argv.t
4421 ____________________________________________________________________________
4422 [  4731] By: gsar                                  on 1999/12/28  20:23:17
4423         Log: optimize XSUBs to use targets if the -nooptimize xsubpp option is
4424              not supplied (variant of patch suggested by Ilya Zakharevich)
4425      Branch: perl
4426            ! XSUB.h lib/ExtUtils/xsubpp
4427 ____________________________________________________________________________
4428 [  4730] By: gsar                                  on 1999/12/28  19:55:56
4429         Log: range operator does magical string increment iff both operands
4430              are non-numbers, from Tom Phoenix <rootbeer@redcat.com>; fixed
4431              the "foreach (RANGE)" case as well
4432      Branch: perl
4433            ! pp_ctl.c t/op/range.t
4434 ____________________________________________________________________________
4435 [  4729] By: gsar                                  on 1999/12/28  18:40:19
4436         Log: Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail.com>
4437      Branch: perl
4438            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
4439            ! EXTERN.h INTERN.h MANIFEST README.win32 iperlsys.h
4440            ! lib/ExtUtils/MM_Win32.pm makedef.pl win32/Makefile
4441            ! win32/config.gc win32/genmk95.pl win32/makefile.mk
4442            ! win32/perlhost.h win32/perllib.c win32/runperl.c win32/win32.c
4443            ! win32/win32.h
4444 ____________________________________________________________________________
4445 [  4728] By: gsar                                  on 1999/12/28  07:44:19
4446         Log: typecasts needed
4447      Branch: perl
4448            ! toke.c
4449 ____________________________________________________________________________
4450 [  4727] By: gsar                                  on 1999/12/28  06:23:08
4451         Log: change#4721 needed line number adjustments
4452      Branch: perl
4453            ! MANIFEST global.sym proto.h t/pragma/warn/doop
4454            ! t/pragma/warn/pp t/pragma/warn/regcomp t/pragma/warn/sv
4455            ! t/pragma/warn/toke t/pragma/warn/utf8
4456 ____________________________________________________________________________
4457 [  4726] By: gsar                                  on 1999/12/28  04:18:15
4458         Log: integrate utfperl contents into mainline
4459      Branch: perl
4460           +> lib/byte.pm lib/byte_heavy.pl
4461           !> configpm embed.h embed.pl embedvar.h gv.c intrpvar.h objXSUB.h
4462           !> patchlevel.h perl.c perl.h perlapi.c pp_ctl.c pp_hot.c proto.h
4463           !> regnodes.h sv.c sv.h t/comp/require.t toke.c utf8.h
4464 ____________________________________________________________________________
4465 [  4725] By: gsar                                  on 1999/12/28  04:08:09
4466         Log: integrate mainline contents
4467      Branch: utfperl
4468            - ext/DynaLoader/dl_cygwin.xs lib/unicode/Eq/Latin1
4469            - lib/unicode/Eq/Unicode
4470           !> (integrate 60 files)
4471 ____________________________________________________________________________
4472 [  4724] By: gsar                                  on 1999/12/28  03:44:10
4473         Log: fix for /(^|a)b/ breakage from Ilya Zakharevich
4474      Branch: perl
4475            ! regcomp.c t/op/re_tests
4476 ____________________________________________________________________________
4477 [  4723] By: gsar                                  on 1999/12/28  03:28:39
4478         Log: more ebcdic testsuite fixups (from Peter Prymmer)
4479      Branch: perl
4480            ! Changes lib/bigfloat.pl t/lib/charnames.t t/lib/dumper.t
4481            ! t/pragma/overload.t t/pragma/utf8.t
4482 ____________________________________________________________________________
4483 [  4722] By: gsar                                  on 1999/12/28  03:14:48
4484         Log: avoid "used once" warning
4485      Branch: perl
4486            ! lib/diagnostics.pm
4487 ____________________________________________________________________________
4488 [  4721] By: gsar                                  on 1999/12/28  03:10:32
4489         Log: ebcdic tweaks for tests from Peter Prymmer
4490      Branch: perl
4491            ! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/regcomp
4492            ! t/pragma/warn/sv t/pragma/warn/toke t/pragma/warn/utf8
4493 ____________________________________________________________________________
4494 [  4720] By: gsar                                  on 1999/12/28  03:08:39
4495         Log: pod nits from Simon Cozens <simon@brecon.co.uk> and others
4496      Branch: perl
4497            ! README.os2 lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
4498            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
4499            ! lib/ExtUtils/Mkbootstrap.pm pod/perlop.pod
4500 ____________________________________________________________________________
4501 [  4719] By: gsar                                  on 1999/12/28  03:01:04
4502         Log: perlport v1.45 from Chris Nandor
4503      Branch: perl
4504            ! pod/perlport.pod
4505 ____________________________________________________________________________
4506 [  4718] By: gsar                                  on 1999/12/28  02:59:16
4507         Log: newer version of constant.pm from Tom Phoenix; added Tom's notes to
4508              perldelta; added STOP, DESTROY and AUTOLOAD to specials list
4509      Branch: perl
4510            ! lib/constant.pm pod/perldelta.pod pod/perlvar.pod
4511            ! t/pragma/constant.t
4512 ____________________________________________________________________________
4513 [  4717] By: gsar                                  on 1999/12/28  02:47:04
4514         Log: cygwin update from Eric Fifer <EFifer@sanwaint.com>
4515      Branch: perl
4516            - ext/DynaLoader/dl_cygwin.xs
4517            ! MAINTAIN MANIFEST ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/pair.c
4518            ! hints/cygwin.sh installperl mg.c pod/perlfaq3.pod t/op/stat.t
4519            ! util.c
4520 ____________________________________________________________________________
4521 [  4716] By: gsar                                  on 1999/12/28  02:40:51
4522         Log: tweak to show up db-linked-with-libpthread-but-not-perl problem
4523              (from Andy Dougherty)
4524      Branch: perl
4525            ! Configure
4526 ____________________________________________________________________________
4527 [  4715] By: gsar                                  on 1999/12/28  02:38:44
4528         Log: better variant of change#4644 (from Andy Dougherty)
4529      Branch: perl
4530            ! Configure
4531 ____________________________________________________________________________
4532 [  4714] By: gsar                                  on 1999/12/28  02:36:40
4533         Log: be defensive about setting {host,group,pass}cat (from Andy Dougherty)
4534      Branch: perl
4535            ! Configure
4536 ____________________________________________________________________________
4537 [  4713] By: gsar                                  on 1999/12/28  02:35:15
4538         Log: $sitelib should be $prefix/lib/perl5/site_perl, as documented in
4539              INSTALL (from Andy Dougherty)
4540      Branch: perl
4541            ! Configure
4542 ____________________________________________________________________________
4543 [  4712] By: gsar                                  on 1999/12/28  02:30:55
4544         Log: avoid creating new files during make install
4545      Branch: perl
4546            ! Makefile.SH
4547 ____________________________________________________________________________
4548 [  4711] By: gsar                                  on 1999/12/28  02:24:44
4549         Log: pod edits from Paul Marquess and Mark-Jason Dominus
4550      Branch: perl
4551            ! AUTHORS Changes ext/DynaLoader/dl_aix.xs
4552            ! ext/DynaLoader/dl_dlopen.xs lib/Net/Ping.pm pod/perlcall.pod
4553            ! pod/perldelta.pod
4554 ____________________________________________________________________________
4555 [  4710] By: gsar                                  on 1999/12/28  02:05:23
4556         Log: miniperl build fixes for os2 (from Yitzchak Scott-Thoennes
4557              <sthoenna@efn.org>); add explicit target for opmini.o
4558      Branch: perl
4559            ! Makefile.SH cygwin/Makefile.SHs os2/Makefile.SHs
4560 ____________________________________________________________________________
4561 [  4709] By: gsar                                  on 1999/12/28  01:20:39
4562         Log: partly fix perldiag regressions identified by Tom Christiansen
4563      Branch: perl
4564            ! doio.c lib/diagnostics.pm pod/perldiag.pod pp_hot.c pp_sys.c
4565            ! t/pragma/warn/4lint t/pragma/warn/doio t/pragma/warn/pp_hot
4566            ! t/pragma/warn/pp_sys
4567 ____________________________________________________________________________
4568 [  4708] By: gsar                                  on 1999/12/27  23:33:24
4569         Log: update perldiag for change#4707
4570      Branch: perl
4571            ! perl.c pod/perldiag.pod
4572 ____________________________________________________________________________
4573 [  4707] By: gsar                                  on 1999/12/27  23:23:39
4574         Log: allow spaces in -I switch argument
4575      Branch: perl
4576            ! perl.c
4577 ____________________________________________________________________________
4578 [  4706] By: gsar                                  on 1999/12/26  23:44:53
4579         Log: fix typos
4580      Branch: utfperl
4581            ! sv.h toke.c
4582 ____________________________________________________________________________
4583 [  4705] By: gsar                                  on 1999/12/24  04:02:35
4584         Log: support for v5.5.640 style version numbers
4585      Branch: utfperl
4586            ! configpm embedvar.h gv.c intrpvar.h objXSUB.h patchlevel.h
4587            ! perl.c perl.h pp_ctl.c sv.c sv.h t/comp/require.t toke.c
4588 ____________________________________________________________________________
4589 [  4704] By: gsar                                  on 1999/12/23  08:54:27
4590         Log: bring in basic threads stuff under USE_ITHREADS
4591      Branch: perl
4592            ! makedef.pl op.c perl.c perl.h perlvars.h pp_sys.c thread.h
4593            ! util.c
4594 ____________________________________________________________________________
4595 [  4703] By: gsar                                  on 1999/12/23  00:10:06
4596         Log: integrate mainline contents into utfperl
4597      Branch: utfperl
4598           !> (integrate 33 files)
4599 ____________________________________________________________________________
4600 [  4702] By: gsar                                  on 1999/12/20  17:18:23
4601         Log: virtual directory handling broken on paths with trailing slash
4602      Branch: perl
4603            ! win32/Makefile win32/makefile.mk win32/vdir.h
4604 ____________________________________________________________________________
4605 [  4701] By: gsar                                  on 1999/12/20  17:09:55
4606         Log: revert optimization in change#4700 (it appears OPpRUNTIME flag
4607              isn't set for all m/$foo/o)
4608      Branch: perl
4609            ! pp_ctl.c
4610 ____________________________________________________________________________
4611 [  4700] By: gsar                                  on 1999/12/20  16:28:51
4612         Log: avoid pp_regcomp() changing optree at run time under USE_*THREADS (or
4613              we have a race on our hands)
4614      Branch: perl
4615            ! pp_ctl.c
4616 ____________________________________________________________________________
4617 [  4699] By: gsar                                  on 1999/12/20  16:19:00
4618         Log: pod tweaks
4619      Branch: perl
4620            ! pod/perldelta.pod pod/perlfilter.pod pod/perlopentut.pod
4621 ____________________________________________________________________________
4622 [  4698] By: gsar                                  on 1999/12/20  07:55:07
4623         Log: uv_to_utf8() could lose 37th bit on HAS_QUAD platforms
4624      Branch: perl
4625            ! utf8.c
4626 ____________________________________________________________________________
4627 [  4697] By: gsar                                  on 1999/12/18  01:35:50
4628         Log: fix from Larry for parsing C<{ 0x1 => 'foo'}> as an
4629              anon hash rather than a block; test case for the same
4630      Branch: perl
4631            ! t/comp/term.t toke.c
4632 ____________________________________________________________________________
4633 [  4696] By: gsar                                  on 1999/12/17  19:55:03
4634         Log: leak in change#4694 spotted by Larry
4635      Branch: perl
4636            ! hv.c
4637 ____________________________________________________________________________
4638 [  4695] By: gsar                                  on 1999/12/17  18:14:11
4639         Log: test case for change#4694
4640      Branch: perl
4641            ! t/op/delete.t
4642 ____________________________________________________________________________
4643 [  4694] By: gsar                                  on 1999/12/17  18:09:08
4644         Log: delete() should return the value as is, not a copy thereof
4645      Branch: perl
4646            ! hv.c pod/perldelta.pod
4647 ____________________________________________________________________________
4648 [  4693] By: gsar                                  on 1999/12/17  17:45:58
4649         Log: fix for C<"\nx\taa\n" =~ /^\S\s+aa$/m> (from Ilya Zakharevich)
4650      Branch: perl
4651            ! regexec.c t/op/re_tests
4652 ____________________________________________________________________________
4653 [  4692] By: gsar                                  on 1999/12/17  17:41:10
4654         Log: credits tweak
4655      Branch: perl
4656            ! lib/File/Spec.pm
4657 ____________________________________________________________________________
4658 [  4691] By: gsar                                  on 1999/12/17  07:12:53
4659         Log: DynaLoader doesn't build properly when $(DLSRC) changes
4660              (fix suggested by Hans Mulder)
4661      Branch: perl
4662            ! ext/DynaLoader/Makefile.PL
4663 ____________________________________________________________________________
4664 [  4690] By: gsar                                  on 1999/12/17  06:26:34
4665         Log: add missing new ops
4666      Branch: perl
4667            ! ext/B/ramblings/runtime.porting
4668 ____________________________________________________________________________
4669 [  4689] By: gsar                                  on 1999/12/17  06:16:49
4670         Log: test harness tweak from Hans Mulder
4671      Branch: perl
4672            ! t/TEST
4673 ____________________________________________________________________________
4674 [  4688] By: gsar                                  on 1999/12/17  06:14:23
4675         Log: miniperl build fixes for NeXTstep and cygwin (from Hans Mulder
4676              and Lucian CIONCA <Lucian.Cionca@algoritma.ro>)
4677      Branch: perl
4678            ! Makefile.SH cygwin/Makefile.SHs
4679 ____________________________________________________________________________
4680 [  4687] By: gsar                                  on 1999/12/17  06:06:46
4681         Log: applied suggested patch with whitespace adjustments
4682              From: Helmut Jarausch <jarausch@numa1.igpm.rwth-aachen.de>
4683              Date: Thu, 16 Dec 1999 08:57:55 +0100
4684              Message-id: <38589B82.C4668E10@numa1.igpm.rwth-aachen.de>
4685              Subject: Re: [ID 19991215.001] patch 5.005_63: Find::Fill cannot handle /
4686      Branch: perl
4687            ! lib/File/Find.pm
4688 ____________________________________________________________________________
4689 [  4686] By: gsar                                  on 1999/12/17  05:48:53
4690         Log: avoid warnings due to symbols unintroduced by XSLoader (spotted
4691              by Hans Mulder)
4692      Branch: perl
4693            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
4694            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
4695            ! ext/DynaLoader/dl_rhapsody.xs
4696 ____________________________________________________________________________
4697 [  4685] By: gsar                                  on 1999/12/17  05:37:51
4698         Log: fix bug when one of the operands is +0E+0 (from Ronald J Kimball
4699              <rjk@linguist.dartmouth.edu>)
4700      Branch: perl
4701            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
4702 ____________________________________________________________________________
4703 [  4684] By: gsar                                  on 1999/12/16  09:32:48
4704         Log: spell out how to get 4-digit year (from Micheal G Schwern
4705              <schwern@pobox.com>)
4706      Branch: perl
4707            ! pod/perlfunc.pod
4708 ____________________________________________________________________________
4709 [  4683] By: gsar                                  on 1999/12/16  09:26:53
4710         Log: type mismatch for %c format argument (spotted by Robin Barker
4711              <rmb1@cise.npl.co.uk>)
4712      Branch: perl
4713            ! regcomp.c
4714 ____________________________________________________________________________
4715 [  4682] By: gsar                                  on 1999/12/16  08:33:28
4716         Log: mingw32 doesn't have anonymous union (from Benjamin Stuhl
4717              <sho_pi@hotmail.com>)
4718      Branch: perl
4719            ! win32/win32.c
4720 ____________________________________________________________________________
4721 [  4681] By: gsar                                  on 1999/12/16  08:31:15
4722         Log: missing backslash (spotted by Johan Vromans)
4723      Branch: perl
4724            ! perl.c
4725 ____________________________________________________________________________
4726 [  4680] By: gsar                                  on 1999/12/16  08:26:00
4727         Log: avoid coredump on diagnostics when STDERR is closed
4728      Branch: perl
4729            ! perl.h
4730 ____________________________________________________________________________
4731 [  4679] By: gsar                                  on 1999/12/12  18:09:41
4732         Log: integrate mainline changes
4733      Branch: utfperl
4734           +> (branch 39 files)
4735            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
4736            - lib/unicode/UnicodeData-Latest.txt
4737           !> (integrate 447 files)
4738 ____________________________________________________________________________
4739 [  4678] By: gsar                                  on 1999/12/10  01:39:13
4740         Log: interpreter structure should be nulled under -DMULTIPLICITY
4741      Branch: perl
4742            ! perl.c
4743 ____________________________________________________________________________
4744 [  4677] By: gsar                                  on 1999/12/09  11:10:27
4745         Log: update Changes
4746      Branch: perl
4747            ! Changes
4748
4749 ----------------
4750 Version 5.005_63
4751 ----------------
4752
4753 ____________________________________________________________________________
4754 [  4676] By: gsar                                  on 1999/12/09  10:51:43
4755         Log: fix File::Find testsuite bugs in symlink-less places
4756      Branch: perl
4757            ! t/lib/filefind.t
4758 ____________________________________________________________________________
4759 [  4675] By: gsar                                  on 1999/12/09  10:22:31
4760         Log: USE_ITHREADS tweaks and notes
4761      Branch: perl
4762            ! op.c pod/perldelta.pod sv.c
4763 ____________________________________________________________________________
4764 [  4674] By: gsar                                  on 1999/12/09  10:21:53
4765         Log: allow new style sort subs to work under usethreads
4766      Branch: perl
4767            ! pp_ctl.c
4768 ____________________________________________________________________________
4769 [  4673] By: gsar                                  on 1999/12/09  04:00:23
4770         Log: document compatibility issue with literal list slices and NOTOP
4771              (C<not (1,2,3)[0]> is now a syntax error)
4772      Branch: perl
4773            ! pod/perldelta.pod
4774 ____________________________________________________________________________
4775 [  4672] By: gsar                                  on 1999/12/09  01:14:46
4776         Log: avoid mismatched expectation <-> int types for C++ builds
4777      Branch: perl
4778            ! embed.pl intrpvar.h proto.h toke.c
4779 ____________________________________________________________________________
4780 [  4671] By: gsar                                  on 1999/12/09  00:36:24
4781         Log: newer version of File::Find with support for following symlinks and
4782              other features, from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>
4783      Branch: perl
4784            ! lib/File/Find.pm pod/perldelta.pod t/lib/filefind.t
4785 ____________________________________________________________________________
4786 [  4670] By: gsar                                  on 1999/12/09  00:13:06
4787         Log: avoid initializing GvCV slot for autovivified filehandles
4788      Branch: perl
4789            ! pp.c
4790 ____________________________________________________________________________
4791 [  4669] By: gsar                                  on 1999/12/08  19:09:27
4792         Log: apply change#4618 again along with Ilya's patch to fix bugs
4793              in it (see change#4622)
4794      Branch: perl
4795            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h regexec.c
4796            ! t/op/re_tests t/op/subst.t
4797 ____________________________________________________________________________
4798 [  4668] By: gsar                                  on 1999/12/08  18:56:53
4799         Log: patch to fix parser bug in C<${h{${a[0]}}} = 13>
4800              From: Larry Wall <larry@wall.org>
4801              Date: Tue, 7 Dec 1999 12:39:30 -0800 (PST)
4802              Message-Id: <199912072039.MAA13257@kiev.wall.org>
4803              Subject: Re: [ID 19991204.002] Inconsistency of ${hash{key}}
4804      Branch: perl
4805            ! embedvar.h intrpvar.h objXSUB.h sv.c toke.c
4806 ____________________________________________________________________________
4807 [  4667] By: gsar                                  on 1999/12/08  18:47:37
4808         Log: patch to fix aix hints from ortmann@vnet.ibm.com
4809      Branch: perl
4810            ! hints/aix.sh
4811 ____________________________________________________________________________
4812 [  4666] By: gsar                                  on 1999/12/08  18:29:02
4813         Log: documentation tweaks from M. J. T. Guy, Micheal Schwern, and
4814              Tim Meadowcroft
4815      Branch: perl
4816            ! Changes lib/Benchmark.pm pod/perlipc.pod pod/perlre.pod
4817 ____________________________________________________________________________
4818 [  4665] By: gsar                                  on 1999/12/08  02:22:31
4819         Log: introduce save_I8() for saving byte values
4820      Branch: perl
4821            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
4822            ! regcomp.c regexec.c scope.c scope.h sv.c
4823 ____________________________________________________________________________
4824 [  4664] By: gsar                                  on 1999/12/08  02:02:33
4825         Log: use SAVEINT() rather than SAVEDESTRUCTOR() for saving PL_expect etc.
4826      Branch: perl
4827            ! toke.c
4828 ____________________________________________________________________________
4829 [  4663] By: gsar                                  on 1999/12/08  01:11:44
4830         Log: longstanding typo in lexer: PL_lex_expect was not properly
4831              saved on reentry
4832      Branch: perl
4833            ! toke.c
4834 ____________________________________________________________________________
4835 [  4662] By: gsar                                  on 1999/12/07  23:16:21
4836         Log: typos in change#4546
4837      Branch: perl
4838            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm sv.c
4839 ____________________________________________________________________________
4840 [  4661] By: gsar                                  on 1999/12/07  09:33:50
4841         Log: typos in change#4660
4842      Branch: perl
4843            ! embed.h embed.pl objXSUB.h perl.h perlapi.c pp_sys.c proto.h
4844 ____________________________________________________________________________
4845 [  4660] By: gsar                                  on 1999/12/06  23:42:55
4846         Log: tweaks for building with -DUSE_ITHREADS on !WIN32 platforms;
4847              fix bug where lc($readonly) could result in bogus errors
4848      Branch: perl
4849            ! embed.h embed.pl iperlsys.h makedef.pl objXSUB.h perlapi.c
4850            ! pp.c pp_sys.c proto.h sv.c
4851 ____________________________________________________________________________
4852 [  4659] By: gsar                                  on 1999/12/06  15:24:31
4853         Log: allow IRIX 6.5 to build perl (from Helmut Jarausch
4854              <jarausch@igpm.rwth-aachen.de>)
4855      Branch: perl
4856            ! perl.h
4857 ____________________________________________________________________________
4858 [  4658] By: gsar                                  on 1999/12/06  15:18:30
4859         Log: fix for -Dp via $^D (suggested by Stephane Payrard
4860              <stef@adnaccess.com>)
4861      Branch: perl
4862            ! mg.c
4863 ____________________________________________________________________________
4864 [  4657] By: gsar                                  on 1999/12/06  06:50:01
4865         Log: change#4641 needs perldiag.pod edit
4866      Branch: perl
4867            - lib/unicode/UnicodeData-Latest.txt
4868            ! pod/perldiag.pod
4869 ____________________________________________________________________________
4870 [  4656] By: gsar                                  on 1999/12/06  01:36:56
4871         Log: Makefile tweak for change#4649
4872      Branch: perl
4873            ! Makefile.SH
4874 ____________________________________________________________________________
4875 [  4655] By: gsar                                  on 1999/12/05  17:23:57
4876         Log: change#4653 was missing a patch reject
4877      Branch: perl
4878            ! win32/makefile.mk
4879 ____________________________________________________________________________
4880 [  4654] By: gsar                                  on 1999/12/05  11:41:04
4881         Log: windows build tweaks for Borland compiler
4882      Branch: perl
4883            ! win32/makefile.mk win32/perlhost.h win32/win32.c win32/win32.h
4884 ____________________________________________________________________________
4885 [  4653] By: gsar                                  on 1999/12/05  11:07:37
4886         Log: applied somewhat modified version of suggested patch
4887              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
4888              Date: Thu, 18 Nov 1999 18:45:27 PST
4889              Message-ID: <19991119024527.72749.qmail@hotmail.com>
4890              Subject: [PATCH 5.005_62] Perl on Win95, Mark IIB
4891      Branch: perl
4892            + win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
4893            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
4894            ! lib/ExtUtils/MM_Win32.pm win32/config_sh.PL win32/genmk95.pl
4895            ! win32/makefile.mk win32/win32.h
4896 ____________________________________________________________________________
4897 [  4652] By: gsar                                  on 1999/12/05  09:24:45
4898         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
4899              Date: Thu, 4 Nov 1999 16:34:23 -0800 (PST)
4900              Message-Id: <199911050034.QAA06499@scoot.pdev.sco.com>
4901              Subject: [ID 19991104.005] modified hints file for UnixWare7 ( svr5)
4902      Branch: perl
4903            ! Changes hints/svr5.sh
4904 ____________________________________________________________________________
4905 [  4651] By: gsar                                  on 1999/12/05  09:01:19
4906         Log: on dosish platforms, avoid infinite recursion in File::Path::mkpath()
4907              when given non-existent drive names
4908      Branch: perl
4909            ! lib/File/Path.pm
4910 ____________________________________________________________________________
4911 [  4650] By: gsar                                  on 1999/12/05  08:47:11
4912         Log: windows build tweaks for change#4649
4913      Branch: perl
4914            ! win32/Makefile win32/makefile.mk
4915 ____________________________________________________________________________
4916 [  4649] By: gsar                                  on 1999/12/05  07:49:28
4917         Log: make File::Glob::glob() the default for CORE::glob()
4918              (old csh glob can still be had with -DPERL_EXTERNAL_GLOB)
4919      Branch: perl
4920            ! Makefile.SH op.c pod/perldelta.pod win32/Makefile
4921            ! win32/makefile.mk
4922 ____________________________________________________________________________
4923 [  4648] By: gsar                                  on 1999/12/05  00:33:34
4924         Log: fix bug in processing L<> tags (from j.vavruska@post.cz)
4925      Branch: perl
4926            ! lib/Pod/Html.pm
4927 ____________________________________________________________________________
4928 [  4647] By: gsar                                  on 1999/12/05  00:14:01
4929         Log: remove outdated entry
4930      Branch: perl
4931            ! pod/perltrap.pod
4932 ____________________________________________________________________________
4933 [  4646] By: gsar                                  on 1999/12/04  22:48:51
4934         Log: s/block/loop block/ in diagnostics about next, last, redo
4935      Branch: perl
4936            ! pod/perldiag.pod pp_ctl.c t/op/runlevel.t t/pragma/warn/pp_ctl
4937 ____________________________________________________________________________
4938 [  4645] By: gsar                                  on 1999/12/04  22:25:32
4939         Log: readability tweak suggested by GRommel@sears.com
4940      Branch: perl
4941            ! pp.c
4942 ____________________________________________________________________________
4943 [  4644] By: gsar                                  on 1999/12/04  22:05:00
4944         Log: Configure tweak from Peter Prymmer
4945      Branch: perl
4946            ! Configure
4947 ____________________________________________________________________________
4948 [  4643] By: gsar                                  on 1999/12/04  21:55:27
4949         Log: make weak keyword check look for defined(&lock), not
4950              merely defined(*lock)
4951      Branch: perl
4952            ! toke.c
4953 ____________________________________________________________________________
4954 [  4642] By: gsar                                  on 1999/12/04  21:11:51
4955         Log: make eof() open ARGV if it isn't open already; also fixes bug
4956              where eof() would operate on any last-read filehandle, not
4957              just ARGV
4958      Branch: perl
4959            ! pp_sys.c
4960 ____________________________________________________________________________
4961 [  4641] By: gsar                                  on 1999/12/04  04:42:25
4962         Log: make uninitialized value warnings report opcode
4963      Branch: perl
4964            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
4965            ! opcode.pl perl.h perlapi.c pp.c pp_hot.c proto.h sv.c
4966            ! t/op/misc.t t/pragma/warn/1global t/pragma/warn/2use
4967            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/7fatal
4968            ! t/pragma/warn/doio t/pragma/warn/pp t/pragma/warn/pp_hot
4969            ! t/pragma/warn/sv
4970 ____________________________________________________________________________
4971 [  4640] By: gsar                                  on 1999/12/04  02:40:44
4972         Log: provide explicit functions timegm_nocheck() and timelocal_nocheck()
4973              that don't do range checking
4974      Branch: perl
4975            ! lib/Time/Local.pm
4976 ____________________________________________________________________________
4977 [  4639] By: gsar                                  on 1999/12/04  01:00:49
4978         Log: better implementation of change#3326; open(local $foo,...) now
4979              allowed in addition to any uninitialized variable, for consistency
4980              with how autovivification works elsewhere; add code to use the
4981              variable name as the name of the handle for simple variables, so
4982              that diagnostics report the handle: "... at - line 1, <$foo> line 10."
4983      Branch: perl
4984            ! op.c pod/perldelta.pod pp.c t/io/open.t
4985 ____________________________________________________________________________
4986 [  4638] By: gsar                                  on 1999/12/03  21:20:00
4987         Log: pod nits
4988      Branch: perl
4989            ! pod/perlfunc.pod pod/perlrun.pod
4990 ____________________________________________________________________________
4991 [  4637] By: gsar                                  on 1999/12/03  08:59:04
4992         Log: change#4431 was flawed
4993      Branch: perl
4994            ! Makefile.SH
4995 ____________________________________________________________________________
4996 [  4636] By: gsar                                  on 1999/12/03  07:59:52
4997         Log: pod embellishments from Nathan Torkington
4998      Branch: perl
4999            ! pod/perlfaq2.pod pod/perlhack.pod
5000 ____________________________________________________________________________
5001 [  4635] By: gsar                                  on 1999/12/03  07:56:04
5002         Log: perlfaq4 typo (from Jeff Pinyan <jeffp@crusoe.net>)
5003      Branch: perl
5004            ! pod/perlfaq4.pod
5005 ____________________________________________________________________________
5006 [  4634] By: gsar                                  on 1999/12/03  07:47:47
5007         Log: test tweak for VMS (from Craig A. Berry)
5008      Branch: perl
5009            ! t/io/nargv.t
5010 ____________________________________________________________________________
5011 [  4633] By: gsar                                  on 1999/12/03  07:44:52
5012         Log: patchls tweak from Andreas Koenig
5013      Branch: perl
5014            ! Porting/patchls
5015 ____________________________________________________________________________
5016 [  4632] By: gsar                                  on 1999/12/03  07:42:23
5017         Log: don't mess with the umask()
5018      Branch: perl
5019            ! installhtml installman installperl lib/ExtUtils/Install.pm
5020            ! lib/ExtUtils/Manifest.pm
5021 ____________________________________________________________________________
5022 [  4631] By: gsar                                  on 1999/12/03  06:52:50
5023         Log: support -a switch to append bytecode to an existing file and make
5024              perlcc use it (from Tom Hughes <tom@compton.nu>)
5025      Branch: perl
5026            ! ext/B/B/Bytecode.pm utils/perlcc.PL
5027 ____________________________________________________________________________
5028 [  4630] By: gsar                                  on 1999/12/03  06:46:16
5029         Log: document incompatible perl4 vec() vs bitwise ops interaction trap
5030              (from Tom Phoenix)
5031      Branch: perl
5032            ! pod/perltrap.pod
5033 ____________________________________________________________________________
5034 [  4629] By: gsar                                  on 1999/12/03  06:40:15
5035         Log: use PerlIO abstraction rather than straight stdio (from
5036              Chip Salzenberg)
5037      Branch: perl
5038            ! ext/ByteLoader/ByteLoader.xs
5039 ____________________________________________________________________________
5040 [  4628] By: gsar                                  on 1999/12/03  06:15:54
5041         Log: avoid warning in IO::Select::exists() if socket doesn't exist
5042      Branch: perl
5043            ! ext/IO/lib/IO/Select.pm
5044 ____________________________________________________________________________
5045 [  4627] By: gsar                                  on 1999/12/03  06:05:19
5046         Log: two small patches from Peter Prymmer <pvhp@forte.com>
5047      Branch: perl
5048            ! makedepend.SH win32/Makefile win32/makefile.mk
5049 ____________________________________________________________________________
5050 [  4626] By: gsar                                  on 1999/12/03  05:36:38
5051         Log: From: Peter Prymmer <pvhp@forte.com>
5052              Date: Thu, 25 Nov 1999 21:06:19 -0800 (PST)
5053              Message-Id: <199911260506.VAA17230@brio.forte.com>
5054              Subject: [PATCH: 5.005_62] implement /[:ascii:]/ on ebcdic machines
5055      Branch: perl
5056            ! regcomp.c
5057 ____________________________________________________________________________
5058 [  4625] By: gsar                                  on 1999/12/03  05:20:21
5059         Log: Windows build tweaks due to change#4623
5060      Branch: perl
5061            ! win32/Makefile win32/makefile.mk win32/perlhost.h
5062 ____________________________________________________________________________
5063 [  4624] By: gsar                                  on 1999/12/03  04:58:30
5064         Log: add missing file
5065      Branch: perl
5066            + ext/DynaLoader/XSLoader_pm.PL
5067 ____________________________________________________________________________
5068 [  4623] By: gsar                                  on 1999/12/03  04:47:03
5069         Log: applied suggested patch; removed $VERSION = $VERSION hack
5070              (change#4043 fixed the need for that)
5071              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5072              Date: Tue, 16 Nov 1999 01:50:31 EST
5073              Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu>
5074              Subject: [PATCH 5.005_62] XSLoader.pm
5075      Branch: perl
5076            ! MANIFEST ext/B/B.pm ext/ByteLoader/ByteLoader.pm
5077            ! ext/DB_File/DB_File.pm ext/Data/Dumper/Dumper.pm
5078            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
5079            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL
5080            ! ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm
5081            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm ext/IO/IO.pm
5082            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
5083            ! ext/Opcode/Opcode.pm ext/POSIX/POSIX.pm
5084            ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
5085            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
5086            ! lib/AutoLoader.pm lib/FindBin.pm lib/Getopt/Std.pm
5087 ____________________________________________________________________________
5088 [  4622] By: gsar                                  on 1999/12/03  04:02:39
5089         Log: revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>)
5090      Branch: perl
5091            ! Changes embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
5092 ____________________________________________________________________________
5093 [  4621] By: gsar                                  on 1999/12/02  22:24:53
5094         Log: caveat about thread-safety of extensions
5095      Branch: perl
5096            ! pod/perlfork.pod
5097 ____________________________________________________________________________
5098 [  4620] By: gsar                                  on 1999/12/02  20:31:02
5099         Log: XS documentation patches suggested by Ilya, severally adjusted
5100      Branch: perl
5101            ! pod/perlxs.pod pod/perlxstut.pod
5102 ____________________________________________________________________________
5103 [  4619] By: gsar                                  on 1999/12/02  17:52:50
5104         Log: re-add missing Unicode database master
5105      Branch: perl
5106            + lib/unicode/Unicode.300
5107 ____________________________________________________________________________
5108 [  4618] By: gsar                                  on 1999/12/02  06:56:18
5109         Log: applied suggested patch with prototype changes
5110              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
5111              Date:    Tue, 23 Nov 1999 22:55:55 EST
5112              Message-Id: <199911240355.WAA23033@monk.mps.ohio-state.edu>
5113              Subject: [PATCH 5.005_62] First char cognizance
5114      Branch: perl
5115            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
5116 ____________________________________________________________________________
5117 [  4617] By: gsar                                  on 1999/12/02  06:04:57
5118         Log: fixes for bugs in change#4586 and OS/2 pod tweak, from Ilya
5119      Branch: perl
5120            ! os2/OS2/REXX/REXX.pm regexec.c t/op/re_tests
5121 ____________________________________________________________________________
5122 [  4616] By: gsar                                  on 1999/12/02  04:30:22
5123         Log: various documentation tweaks suggested by M. J. T. Guy
5124      Branch: perl
5125            ! INSTALL lib/strict.pm pod/perlfunc.pod pod/perlsyn.pod
5126 ____________________________________________________________________________
5127 [  4615] By: gsar                                  on 1999/12/02  04:17:43
5128         Log: various File::Glob fixes for DOSISH platforms
5129              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
5130              Date: Tue, 02 Nov 1999 11:11:25 GMT
5131              Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com>
5132              Subject: File::Glob again. Final patch, honest!
5133      Branch: perl
5134            + t/lib/glob-case.t
5135            ! MANIFEST ext/File/Glob/Changes ext/File/Glob/Glob.pm
5136            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
5137            ! ext/File/Glob/bsd_glob.h op.c t/lib/glob-global.t
5138 ____________________________________________________________________________
5139 [  4614] By: gsar                                  on 1999/12/02  03:42:55
5140         Log: allow XSUBs and prototyped subroutines to be used with sort() (tweaked
5141              variant of patch suggested by Peter Haworth <pmh@edison.ioppublishing.com>)
5142      Branch: perl
5143            ! pod/perldelta.pod pod/perlfunc.pod pp_ctl.c t/op/sort.t
5144 ____________________________________________________________________________
5145 [  4613] By: gsar                                  on 1999/12/02  01:59:19
5146         Log: ignore yet another known scalar leak
5147      Branch: perl
5148            ! t/pragma/warn/regcomp
5149 ____________________________________________________________________________
5150 [  4612] By: gsar                                  on 1999/12/02  01:15:02
5151         Log: avoid potential stack extension bug in pp_unpack() (spotted by Ilya)
5152      Branch: perl
5153            ! pp.c
5154 ____________________________________________________________________________
5155 [  4611] By: gsar                                  on 1999/12/02  00:31:43
5156         Log: a somewhat tweaked version of suggested patch
5157              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5158              Date: Wed, 27 Oct 1999 18:57:41 -0400 (EDT)
5159              Message-Id: <199910272257.SAA29928@monk.mps.ohio-state.edu>
5160              Subject: [PATCH 5.005_62] Another round of pack/vec docs patches
5161      Branch: perl
5162            ! pod/perlfunc.pod
5163 ____________________________________________________________________________
5164 [  4610] By: gsar                                  on 1999/12/01  19:09:31
5165         Log: more accurate require() pseudocode (from James P. Williams
5166              <James.P.Williams@USAHQ.UnitedSpaceAlliance.com>)
5167      Branch: perl
5168            ! pod/perlfunc.pod
5169 ____________________________________________________________________________
5170 [  4609] By: gsar                                  on 1999/12/01  18:43:49
5171         Log: avoid "Callback called exit" error on intentional exit()
5172      Branch: perl
5173            ! embedvar.h intrpvar.h objXSUB.h perl.c perl.h pp_ctl.c
5174 ____________________________________________________________________________
5175 [  4608] By: gsar                                  on 1999/12/01  18:42:38
5176         Log: find_byclass() prototype was incoherent
5177      Branch: perl
5178            ! regexec.c
5179 ____________________________________________________________________________
5180 [  4607] By: gsar                                  on 1999/12/01  05:45:10
5181         Log: better documentation for goto &NAME (from M. J. T. Guy)
5182      Branch: perl
5183            ! pod/perlfunc.pod
5184 ____________________________________________________________________________
5185 [  4606] By: gsar                                  on 1999/12/01  05:33:14
5186         Log: integrate cfgperl contents into mainline
5187      Branch: perl
5188           +> lib/unicode/Jamo.txt lib/unicode/NamesList.html
5189           +> lib/unicode/UCD300.html lib/unicode/Unicode3.html
5190            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
5191            ! Changes
5192           !> (integrate 210 files)
5193 ____________________________________________________________________________
5194 [  4605] By: gsar                                  on 1999/12/01  05:15:27
5195         Log: avoid PTR->IV cast warnings
5196      Branch: perl
5197            ! mg.c op.c scope.h
5198 ____________________________________________________________________________
5199 [  4604] By: gsar                                  on 1999/12/01  03:59:56
5200         Log: email address changes
5201      Branch: perl
5202            ! AUTHORS Changes Porting/genlog Porting/p4d2p Porting/p4desc
5203            ! README.win32 ext/Data/Dumper/Dumper.pm lib/DB.pm
5204            ! lib/File/DosGlob.pm lib/Math/Complex.pm lib/Math/Trig.pm
5205            ! pod/perl5005delta.pod pod/perlport.pod t/op/runlevel.t
5206            ! utils/perlbug.PL utils/perldoc.PL win32/bin/perlglob.pl
5207 ____________________________________________________________________________
5208 [  4603] By: gsar                                  on 1999/12/01  03:45:13
5209         Log: minor USE_ITHREADS tweaks
5210      Branch: perl
5211            ! doio.c op.c op.h pp_hot.c pp_sys.c run.c win32/Makefile
5212            ! win32/perllib.c win32/win32.h
5213 ____________________________________________________________________________
5214 [  4602] By: gsar                                  on 1999/12/01  01:00:09
5215         Log: more complete pseudo-fork() support for Windows
5216      Branch: perl
5217            + pod/perlfork.pod win32/perlhost.h win32/vdir.h win32/vmem.h
5218            ! MANIFEST XSUB.h cop.h dump.c embed.h embed.pl embedvar.h
5219            ! ext/B/B/CC.pm ext/Opcode/Opcode.xs global.sym globals.c
5220            ! globvar.sym gv.c hv.c intrpvar.h iperlsys.h makedef.pl mg.c
5221            ! mpeix/mpeixish.h objXSUB.h op.c op.h os2/os2ish.h perl.c
5222            ! perl.h perlapi.c plan9/plan9ish.h pod/Makefile pod/buildtoc
5223            ! pod/perl.pod pod/roffitall pp.c pp_ctl.c pp_hot.c pp_sys.c
5224            ! proto.h regcomp.c run.c scope.c scope.h sv.c t/op/fork.t
5225            ! toke.c unixish.h util.c vos/vosish.h win32/Makefile
5226            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
5227            ! win32/win32iop.h win32/win32thread.h
5228 ____________________________________________________________________________
5229 [  4601] By: gsar                                  on 1999/12/01  00:45:38
5230         Log: rudimentary support for remote debugging, from aeons ago (somewhat
5231              modified)
5232              From: Graham TerMarsch <grahamt@ActiveState.com>
5233              Date: Sat, 12 Sep 1998 10:46:55 -0700
5234              Message-ID: <35FAB38F.EA9AAC50@activestate.com>
5235              Subject: Re: Patches to perl5db.pl to allow for remote debugging
5236      Branch: perl
5237            ! lib/perl5db.pl
5238 ____________________________________________________________________________
5239 [  4600] By: chip                                  on 1999/11/19  21:16:00
5240         Log: Document known limitations of fdopen() on some systems,
5241              as they apply to open() and sysopen().
5242      Branch: perl
5243            ! pod/perlfunc.pod
5244 ____________________________________________________________________________
5245 [  4599] By: chip                                  on 1999/11/19  17:20:19
5246         Log: Undef printf before redirecting it to PerlIO_stdoutf.
5247              (Avoids an irritating warning when compiling with PerlIO.)
5248      Branch: perl
5249            ! perl.h
5250 ____________________________________________________________________________
5251 [  4598] By: jhi                                   on 1999/11/22  21:30:17
5252         Log: Small VMS nits from Craig A. Berry, <craig.berry@metamor.com>.
5253      Branch: cfgperl
5254            ! README.vms t/io/open.t
5255 ____________________________________________________________________________
5256 [  4597] By: jhi                                   on 1999/11/21  16:21:21
5257         Log: Replace #4596 with the change done in 5.005_03.
5258      Branch: cfgperl
5259            ! ext/Errno/Errno_pm.PL
5260 ____________________________________________________________________________
5261 [  4596] By: jhi                                   on 1999/11/21  16:07:20
5262         Log: Skip processing a file if the file to be opened is '-'
5263              (can happen in UNICOS)
5264      Branch: cfgperl
5265            ! ext/Errno/Errno_pm.PL
5266 ____________________________________________________________________________
5267 [  4595] By: jhi                                   on 1999/11/21  14:05:10
5268         Log: VMS patches from Peter Prymmer.
5269      Branch: cfgperl
5270            ! doio.c mg.c taint.c vms/subconfigure.com vms/vms.c
5271 ____________________________________________________________________________
5272 [  4594] By: jhi                                   on 1999/11/18  17:07:14
5273         Log: The find_byclass prototype is already in proto.h. 
5274      Branch: cfgperl
5275            ! regexec.c
5276 ____________________________________________________________________________
5277 [  4593] By: gsar                                  on 1999/11/16  21:25:21
5278         Log: typo in flag checks
5279      Branch: utfperl
5280            ! sv.h
5281 ____________________________________________________________________________
5282 [  4592] By: jhi                                   on 1999/11/16  21:17:25
5283         Log: Regen Configure.
5284      Branch: cfgperl
5285            ! Configure config_h.SH pp.c pp.h vms/subconfigure.com
5286      Branch: metaconfig
5287            ! U/a_dvisory/quadtype.U
5288 ____________________________________________________________________________
5289 [  4591] By: jhi                                   on 1999/11/16  14:53:19
5290         Log: Integrate with Sarathy.
5291      Branch: cfgperl
5292           !> cop.h deb.c embed.h embed.pl global.sym lib/Pod/Checker.pm
5293           !> lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
5294           !> lib/Pod/Usage.pm makedef.pl objXSUB.h perl.c perlapi.c
5295           !> pod/podchecker.PL pp_sys.c proto.h sv.c t/pod/poderrs.t
5296           !> t/pod/poderrs.xr
5297 ____________________________________________________________________________
5298 [  4590] By: gsar                                  on 1999/11/16  05:57:56
5299         Log: Pod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com>
5300      Branch: perl
5301            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
5302            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/podchecker.PL
5303            ! t/pod/poderrs.t t/pod/poderrs.xr
5304 ____________________________________________________________________________
5305 [  4589] By: gsar                                  on 1999/11/15  18:47:34
5306         Log: add a synchronous stub fork() for USE_ITHREADS to prove that a simple
5307              C<if (fork()) { print "parent" } else { print "child" }> works on
5308              Windows (incidentally running a cloned^2 interpreter :)
5309      Branch: perl
5310            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perlapi.c
5311            ! pp_sys.c proto.h sv.c
5312 ____________________________________________________________________________
5313 [  4588] By: gsar                                  on 1999/11/15  14:34:36
5314         Log: cloning the stack (part 1)
5315      Branch: perl
5316            ! cop.h deb.c perl.c sv.c
5317 ____________________________________________________________________________
5318 [  4587] By: jhi                                   on 1999/11/15  00:22:20
5319         Log: Integrate with Sarathy.
5320      Branch: cfgperl
5321           !> Changes embed.h embed.pl embedvar.h global.sym intrpvar.h
5322           !> makedef.pl objXSUB.h op.c perl.h perlapi.c proto.h run.c sv.c
5323           !> win32/perllib.c
5324 ____________________________________________________________________________
5325 [  4586] By: jhi                                   on 1999/11/14  21:17:26
5326         Log: Ilya's "hopscotch" patch, reworked by Ilya to fit.
5327      Branch: cfgperl
5328            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
5329 ____________________________________________________________________________
5330 [  4585] By: gsar                                  on 1999/11/14  20:01:45
5331         Log: tweak for win32 build
5332      Branch: perl
5333            ! embed.h embed.pl op.c proto.h
5334 ____________________________________________________________________________
5335 [  4584] By: gsar                                  on 1999/11/14  19:46:25
5336         Log: cosmetic tweaks
5337      Branch: perl
5338            ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
5339            ! objXSUB.h perl.h perlapi.c proto.h sv.c win32/perllib.c
5340 ____________________________________________________________________________
5341 [  4583] By: gsar                                  on 1999/11/14  17:38:32
5342         Log: fix problem pointer casts
5343      Branch: perl
5344            ! Changes run.c sv.c
5345 ____________________________________________________________________________
5346 [  4582] By: jhi                                   on 1999/11/14  17:10:01
5347         Log: Integrate with Sarathy.
5348      Branch: cfgperl
5349           !> cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c perly.c
5350           !> perly.y pp_ctl.c pp_sys.c sv.c t/op/misc.t toke.c util.c
5351           !> vms/perly_c.vms win32/perllib.c
5352 ____________________________________________________________________________
5353 [  4581] By: jhi                                   on 1999/11/14  17:08:23
5354         Log: The separation of 64-bitness and largefileness continues
5355              (with a setback, see hpux.sh).
5356      Branch: cfgperl
5357            ! Configure MANIFEST config_h.SH hints/aix.sh hints/hpux.sh
5358            ! hints/solaris_2.sh
5359      Branch: metaconfig
5360            ! U/threads/archname.U U/typedefs/lseektype.U
5361      Branch: metaconfig/U/perl
5362            ! fpossize.U use64bits.U uselfs.U
5363 ____________________________________________________________________________
5364 [  4580] By: jhi                                   on 1999/11/14  13:26:41
5365         Log: Another Unicode update.
5366      Branch: cfgperl
5367            + lib/unicode/Jamo.txt lib/unicode/NamesList.html
5368            + lib/unicode/UCD300.html lib/unicode/Unicode3.html
5369            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
5370            ! (edit 189 files)
5371 ____________________________________________________________________________
5372 [  4579] By: gsar                                  on 1999/11/14  10:21:49
5373         Log: sundry cleanups for cloned interpreters (only known failure mode
5374              is due to regexps keeping non-constant data in their compiled
5375              structures)
5376      Branch: perl
5377            ! cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c pp_ctl.c
5378            ! pp_sys.c sv.c toke.c util.c win32/perllib.c
5379 ____________________________________________________________________________
5380 [  4578] By: gsar                                  on 1999/11/14  03:37:37
5381         Log: fix bug in change#4515 (STOP blocks now see @ARGV like the rest)
5382      Branch: perl
5383            ! perly.c perly.y t/op/misc.t vms/perly_c.vms
5384 ____________________________________________________________________________
5385 [  4577] By: jhi                                   on 1999/11/13  19:50:24
5386         Log: Change #4576 accidentally leaked also parts of
5387              Ilya's patch that won't apply cleanly anymore.
5388      Branch: cfgperl
5389            ! regexec.c t/op/re_tests
5390 ____________________________________________________________________________
5391 [  4576] By: jhi                                   on 1999/11/13  19:43:37
5392         Log: Integrate with Sarathy.
5393      Branch: cfgperl
5394            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
5395           !> ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm t/lib/dumper.t
5396           !> t/op/regexp.t t/pragma/overload.t
5397 ____________________________________________________________________________
5398 [  4575] By: gsar                                  on 1999/11/13  19:41:46
5399         Log: typos in change#4561 and change#4565
5400      Branch: perl
5401            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
5402 ____________________________________________________________________________
5403 [  4574] By: gsar                                  on 1999/11/13  19:31:19
5404         Log: revert non-kosher parts of change#4562 (sort order problems
5405              should be ignored (on ebcdic) by fixing dumper.t/T() to sort
5406              result and expected lines; /[:ascii:]/ not working should be
5407              fixed, not ignored in regexp.t; result from sort should be
5408              fixed to be ascii portable on ebcdic, not ebcdic-specific)
5409      Branch: perl
5410            ! t/lib/dumper.t t/op/regexp.t t/pragma/overload.t
5411 ____________________________________________________________________________
5412 [  4573] By: gsar                                  on 1999/11/13  19:13:04
5413         Log: integrate cfgperl changes into mainline
5414      Branch: perl
5415           +> lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
5416           +> lib/unicode/In/BopomofoExtended.pl
5417           +> lib/unicode/In/BraillePatterns.pl
5418           +> lib/unicode/In/CJKRadicalsSupplement.pl
5419           +> lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
5420           +> lib/unicode/In/Cherokee.pl
5421           +> lib/unicode/In/IdeographicDescriptionCharacters.pl
5422           +> lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
5423           +> lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
5424           +> lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
5425           +> lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
5426           +> lib/unicode/In/Thaana.pl
5427           +> lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
5428           +> lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
5429            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
5430           !> (integrate 213 files)
5431 ____________________________________________________________________________
5432 [  4572] By: jhi                                   on 1999/11/13  18:44:50
5433         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
5434              To: perl5-porters@perl.org, VMSPERL@perl.org
5435              Subject: [PATCH 5.005_03 and 5.005_62] updates to README.vms
5436              Date: Wed, 27 Oct 1999 11:02:54 -0500
5437              Message-Id: <4.2.0.58.19991027105257.00addc10@mmtnt11.metamor.com>
5438      Branch: cfgperl
5439            ! README.vms
5440 ____________________________________________________________________________
5441 [  4571] By: jhi                                   on 1999/11/13  18:33:39
5442         Log: From: jand@activestate.com (Jan Dubois)
5443              To: perl5-porters@perl.org, Perl-Win32-Porters@activestate.com
5444              Cc: Douglas Lankshear <dougl@activestate.com>,
5445              Gurusamy Sarathy <gsar@activestate.com>
5446              Subject: [5.005_62 PATCH] support link() on WinNT and NTFS
5447              Date: Tue, 09 Nov 1999 00:38:33 +0100
5448              Message-ID: <382b5d24.10899522@smtprelay.t-online.de>
5449      Branch: cfgperl
5450            ! XSUB.h iperlsys.h pp_sys.c t/io/fs.t win32/config.bc
5451            ! win32/config.gc win32/config.vc win32/config_H.bc
5452            ! win32/config_H.gc win32/config_H.vc win32/perllib.c
5453            ! win32/win32.c win32/win32iop.h
5454 ____________________________________________________________________________
5455 [  4570] By: jhi                                   on 1999/11/13  18:30:37
5456         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5457              To: perl5-porters@perl.org (Mailing list Perl5)
5458              Subject: [PATCH 5.005_62] makedef.pl goof
5459              Date: Mon, 8 Nov 1999 23:55:21 -0500 (EST)
5460              Message-Id: <199911090455.XAA25627@monk.mps.ohio-state.edu>
5461      Branch: cfgperl
5462            ! makedef.pl
5463 ____________________________________________________________________________
5464 [  4569] By: jhi                                   on 1999/11/13  18:06:54
5465         Log: From: Michael G Schwern <schwern@pobox.com>
5466              To: perl5-porters@perl.org, pod-people@perl.org
5467              Cc: tchrist@mox.perl.com, gnat@frii.com
5468              Subject: [DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatText
5469              Date: Wed, 10 Nov 1999 17:21:46 -0500
5470              Message-ID: <19991110172146.A23527@athens.aocn.com>
5471      Branch: cfgperl
5472            ! pod/perlfaq9.pod
5473 ____________________________________________________________________________
5474 [  4568] By: jhi                                   on 1999/11/13  18:05:33
5475         Log: From: "Paul Moore" <gustav@morpheus.demon.co.uk>
5476              To: <perl5-porters@perl.org>
5477              Subject: DynaLoader_pm.PL patch (backslashes in strings)
5478              Date: Wed, 10 Nov 1999 22:52:02 -0000
5479              Message-ID: <LPBBIIMJKJMPNOGHGLLCMEBFCAAA.gustav@morpheus.demon.co.uk>
5480      Branch: cfgperl
5481            ! ext/DynaLoader/DynaLoader_pm.PL
5482 ____________________________________________________________________________
5483 [  4567] By: jhi                                   on 1999/11/13  18:03:52
5484         Log: From: JD Laub <jdl@access-health.com>
5485              To: perl5-porters@perl.org
5486              Subject: [ID 19991112.002] patch: Exporter.pm not reporting path
5487              Date: Fri, 12 Nov 1999 08:58:28 -0700 (MST)
5488              Message-Id: <199911121558.IAA08915@mocha.iasi.com>
5489      Branch: cfgperl
5490            ! lib/Exporter/Heavy.pm
5491 ____________________________________________________________________________
5492 [  4566] By: jhi                                   on 1999/11/13  18:01:24
5493         Log: From: Bernard Quatermass <bernard@quatermass.co.uk>
5494              To: perl5-porters@perl.org
5495              Subject: small patch for perldoc
5496              Date: Fri, 12 Nov 1999 23:11:43 GMT
5497              Message-Id: <VA.0000001c.00d1e05a@quatermass.co.uk>
5498      Branch: cfgperl
5499            ! utils/perldoc.PL
5500 ____________________________________________________________________________
5501 [  4565] By: jhi                                   on 1999/11/13  17:58:54
5502         Log: From: Scott Gifford <sgifford@tir.com>
5503              To: perl5-porters@perl.org
5504              Cc: gbarr@pobox.com
5505              Subject: [ID 19991112.004] Bug in IO::Socket (patch included)
5506              Date: 12 Nov 1999 18:55:30 -0500
5507              Message-Id: <m3emdvw9hp.fsf@sgifford.tir.com>
5508      Branch: cfgperl
5509            ! ext/IO/lib/IO/Socket.pm
5510 ____________________________________________________________________________
5511 [  4564] By: jhi                                   on 1999/11/13  17:45:39
5512         Log: Applied manually:
5513              From: "Craig A. Berry" <craig.berry@metamor.com>
5514              To: perl5-porters@perl.org, VMSPERL@perl.org
5515              Subject: [PATCH 5.005_62] patches required to build on VMS
5516              Date: Tue, 09 Nov 1999 18:16:14 -0600
5517              Message-Id: <4.2.2.19991109173839.00d12630@mmtnt11.metamor.com>
5518      Branch: cfgperl
5519            ! configure.com vms/descrip_mms.template vms/subconfigure.com
5520            ! vms/vms.c vms/vmsish.h
5521 ____________________________________________________________________________
5522 [  4563] By: jhi                                   on 1999/11/13  17:18:41
5523         Log: Regen Unicode tables to include a warning:
5524              Thou Shalt Not Edit Them By Hand; add missing
5525              (Unicode 2.0 -introduced) tables to MANIFEST;
5526              convert the equivalence tables to be valid Perl code.
5527      Branch: cfgperl
5528            + lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
5529            + lib/unicode/In/BopomofoExtended.pl
5530            + lib/unicode/In/BraillePatterns.pl
5531            + lib/unicode/In/CJKRadicalsSupplement.pl
5532            + lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
5533            + lib/unicode/In/Cherokee.pl
5534            + lib/unicode/In/IdeographicDescriptionCharacters.pl
5535            + lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
5536            + lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
5537            + lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
5538            + lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
5539            + lib/unicode/In/Thaana.pl
5540            + lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
5541            + lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
5542            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
5543            ! (edit 169 files)
5544 ____________________________________________________________________________
5545 [  4562] By: jhi                                   on 1999/11/13  16:53:00
5546         Log: From: Peter Prymmer <pvhp@forte.com>
5547              To: gsar@activestate.com, perl-mvs@perl.org, perlbug@perl.com
5548              Subject: [PATCH: 5.005_62]was Re: [ID 19991102.003] perl on os390
5549              Date: Wed, 10 Nov 1999 14:34:36 -0800 (PST)
5550              Message-Id: <199911102234.OAA01018@brio.forte.com>
5551      Branch: cfgperl
5552            ! t/lib/dumper.t t/op/pack.t t/op/regexp.t t/pragma/locale.t
5553            ! t/pragma/overload.t
5554 ____________________________________________________________________________
5555 [  4561] By: jhi                                   on 1999/11/13  16:29:37
5556         Log: $Config{myarchname} is not a good architecture identifier
5557              because it may contain host/node identification like
5558              CPU serial numbers.
5559      Branch: cfgperl
5560            ! ext/Errno/Errno_pm.PL
5561 ____________________________________________________________________________
5562 [  4560] By: jhi                                   on 1999/11/13  16:26:13
5563         Log: Continue largefileness separation from quadness;
5564              move nv-preserving test out of perl.h into Configure;
5565              use HAS_SETVBUF in IO.
5566      Branch: cfgperl
5567            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5568            ! config_h.SH ext/IO/IO.xs hints/solaris_2.sh perl.h pp_sys.c
5569      Branch: metaconfig
5570            ! U/a_dvisory/quadtype.U
5571      Branch: metaconfig/U/perl
5572            + nvpresuv.U
5573            ! d_fseeko.U d_ftello.U io64.U perlxv.U
5574 ____________________________________________________________________________
5575 [  4559] By: jhi                                   on 1999/11/13  13:46:38
5576         Log: Try to fix largefileness so that it "works" without a quad IV.
5577      Branch: cfgperl
5578            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5579            ! config_h.SH perl.h pp_sys.c t/lib/syslfs.t t/op/lfs.t
5580      Branch: metaconfig
5581            ! U/a_dvisory/quadtype.U U/typedefs/lseektype.U
5582      Branch: metaconfig/U/perl
5583            ! io64.U
5584 ____________________________________________________________________________
5585 [  4558] By: jhi                                   on 1999/11/13  11:36:19
5586         Log: Undo drift from mainline.
5587      Branch: cfgperl
5588            ! regcomp.c util.c utils/h2xs.PL
5589 ____________________________________________________________________________
5590 [  4557] By: gsar                                  on 1999/11/13  10:54:46
5591         Log: typo
5592      Branch: perl
5593            ! util.c
5594 ____________________________________________________________________________
5595 [  4556] By: gsar                                  on 1999/11/13  10:53:41
5596         Log: integrate cfgperl contents (op.[ch] needed manual resolve)
5597      Branch: perl
5598           +> epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
5599           +> epoc/epoc_stubs.c
5600           !> (integrate 48 files)
5601 ____________________________________________________________________________
5602 [  4555] By: jhi                                   on 1999/11/13  10:05:54
5603         Log: Integrate with Sarathy.
5604      Branch: cfgperl
5605           !> dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
5606           !> sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
5607 ____________________________________________________________________________
5608 [  4554] By: jhi                                   on 1999/11/13  10:03:07
5609         Log: s/_SIGN$/_sign/g;
5610      Branch: metaconfig
5611            ! U/typedefs/gidsign.U U/typedefs/pidsign.U U/typedefs/uidsign.U
5612 ____________________________________________________________________________
5613 [  4553] By: gsar                                  on 1999/11/13  02:17:53
5614         Log: cloned interpreters now actually run and pass all but 55/10386
5615              subtests; various subtle bugs, new and old, observed when running
5616              cloned interpreters have been fixed
5617              
5618              still to do:
5619              |  * dup psig_ptr table
5620              |  * merge PADOP GVs support with "our" SVs (existing PADOPs are too
5621              |    simple-minded and grab one pad entry each, heavily bloating
5622              |    the pad by not avoiding dups)
5623              |  * overloaded constants are not really immutable--they need to
5624              |    be PADOPs
5625              |  * allocator for constants and OPs need to be spelled differently
5626              |    (shared vs interpreter-local allocations)
5627              |  * optree refcounting is still missing locking (macros are in place)
5628              |  * curstackinfo, {mark,scope,save,ret}stack need to be cloned so
5629              |    perl_clone() can be called from within runops*()
5630      Branch: perl
5631            ! dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
5632            ! sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
5633 ____________________________________________________________________________
5634 [  4552] By: jhi                                   on 1999/11/11  23:17:43
5635         Log: Turn on largefileness always if available and
5636              continue 64-bit fixes.
5637      Branch: cfgperl
5638            ! Configure config_h.SH handy.h hints/aix.sh hints/dec_osf.sh
5639            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh perl.h pp.c
5640            ! sv.c t/lib/syslfs.t t/op/lfs.t utf8.c
5641 ____________________________________________________________________________
5642 [  4551] By: jhi                                   on 1999/11/11  23:16:15
5643         Log: Split int64type from i_inttypes, rename quadcase into quadkind.
5644      Branch: metaconfig
5645            ! U/a_dvisory/quadtype.U
5646      Branch: metaconfig/U/perl
5647            + d_int64t.U
5648            ! i_inttypes.U io64.U
5649 ____________________________________________________________________________
5650 [  4550] By: jhi                                   on 1999/11/11  20:24:55
5651         Log: Fix a thinko in 4548.
5652      Branch: cfgperl
5653            ! pp_sys.c
5654 ____________________________________________________________________________
5655 [  4549] By: jhi                                   on 1999/11/11  19:48:21
5656         Log: Integrate with Sarathy.
5657      Branch: cfgperl
5658           !> (integrate 56 files)
5659 ____________________________________________________________________________
5660 [  4548] By: jhi                                   on 1999/11/11  19:41:56
5661         Log: Try to do something if st_size, st_uid, st_gid are too big for an IV;
5662              regen Configure.
5663      Branch: cfgperl
5664            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5665            ! config_h.SH pp_sys.c
5666 ____________________________________________________________________________
5667 [  4547] By: jhi                                   on 1999/11/11  19:40:38
5668         Log: s/_SIZE$/_size/g; add sizesize and ssizesize.
5669      Branch: metaconfig
5670            + U/typedefs/sizesize.U U/typedefs/ssizesize.U
5671            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
5672 ____________________________________________________________________________
5673 [  4546] By: gsar                                  on 1999/11/11  10:32:54
5674         Log: avoid stash pointers in optree under USE_ITHREADS
5675      Branch: perl
5676            ! bytecode.pl cop.h ext/B/B.xs ext/B/B/Asmdata.pm
5677            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
5678            ! ext/B/B/Deparse.pm ext/ByteLoader/bytecode.h
5679            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
5680            ! ext/Opcode/Opcode.xs gv.c op.c perl.c pp.c pp_ctl.c pp_hot.c
5681            ! scope.h sv.c
5682 ____________________________________________________________________________
5683 [  4545] By: gsar                                  on 1999/11/11  06:04:20
5684         Log: another change towards a shareable optree: avoid pointer to filegv
5685              in COP; revert parts of change#4485 and s/xcv_filegv/xcv_file/
5686              (CvFILE() may yet come in handy somewhere); adjust compiler doodads
5687              to suit
5688      Branch: perl
5689            ! bytecode.pl cop.h cv.h dump.c ext/B/B.pm ext/B/B.xs
5690            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
5691            ! ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
5692            ! ext/B/B/Lint.pm ext/B/B/Xref.pm ext/ByteLoader/bytecode.h
5693            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
5694            ! ext/Devel/Peek/Peek.pm gv.c gv.h op.c perl.c pp.c pp_ctl.c
5695            ! pp_sys.c scope.c scope.h sv.c sv.h toke.c util.c util.h
5696            ! win32/perllib.c
5697 ____________________________________________________________________________
5698 [  4544] By: gsar                                  on 1999/11/10  18:19:12
5699         Log: more cleanups for change#4539
5700      Branch: perl
5701            ! gv.h op.c op.h pp_ctl.c pp_hot.c
5702 ____________________________________________________________________________
5703 [  4543] By: gsar                                  on 1999/11/10  01:52:22
5704         Log: remove dead branch/infinite looper in change#3612
5705      Branch: perl
5706            ! op.c
5707 ____________________________________________________________________________
5708 [  4542] By: gsar                                  on 1999/11/09  20:05:47
5709         Log: IoDIRP may be fake when used in source filters, mark as such
5710      Branch: perl
5711            ! sv.c sv.h toke.c
5712 ____________________________________________________________________________
5713 [  4541] By: gsar                                  on 1999/11/09  05:47:53
5714         Log: small nits in changes#4538,4539
5715      Branch: perl
5716            ! op.c sv.c
5717 ____________________________________________________________________________
5718 [  4540] By: gsar                                  on 1999/11/08  20:30:58
5719         Log: win32 symbol export tweak
5720      Branch: perl
5721            ! makedef.pl win32/win32.c win32/win32iop.h
5722 ____________________________________________________________________________
5723 [  4539] By: gsar                                  on 1999/11/08  18:50:40
5724         Log: preliminary support for GVOP indirection via pad
5725      Branch: perl
5726            ! doio.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h
5727            ! opcode.pl perlapi.c pp_hot.c pp_sys.c proto.h run.c
5728 ____________________________________________________________________________
5729 [  4538] By: gsar                                  on 1999/11/08  11:25:49
5730         Log: preliminary support for perl_clone() (still needs work in
5731              the following areas: SVOPs must indirect via pad; context
5732              stack, scope stack, and runlevels must be cloned; must
5733              hook up the virtualized pseudo-process support provided by
5734              "host"; ...)
5735      Branch: perl
5736            ! av.h embed.h embed.pl embedvar.h global.sym hv.c hv.h
5737            ! intrpvar.h makedef.pl objXSUB.h perl.h perlapi.c proto.h sv.c
5738            ! win32/perllib.c win32/win32.c
5739 ____________________________________________________________________________
5740 [  4537] By: gsar                                  on 1999/11/08  11:19:18
5741         Log: more thorough cleanup in perl_destroy()
5742      Branch: perl
5743            ! perl.c util.c
5744 ____________________________________________________________________________
5745 [  4536] By: gsar                                  on 1999/11/08  07:16:10
5746         Log: win32 internal data must be interpreter-local
5747      Branch: perl
5748            ! win32/win32.c win32/win32.h win32/win32sck.c
5749 ____________________________________________________________________________
5750 [  4535] By: gsar                                  on 1999/11/08  04:17:28
5751         Log: tweak change#4502
5752      Branch: perl
5753            ! doio.c perl.c
5754 ____________________________________________________________________________
5755 [  4534] By: jhi                                   on 1999/11/07  13:17:03
5756         Log: Four special class subs, not three.
5757      Branch: cfgperl
5758            ! pod/perlmod.pod
5759 ____________________________________________________________________________
5760 [  4533] By: jhi                                   on 1999/11/07  13:13:15
5761         Log: Integrate with Sarathy.
5762      Branch: cfgperl
5763           !> mg.c t/io/print.t
5764 ____________________________________________________________________________
5765 [  4532] By: jhi                                   on 1999/11/07  12:36:10
5766         Log: More test program maintenance.
5767      Branch: cfgperl
5768            ! Configure config_h.SH
5769      Branch: metaconfig
5770            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
5771            ! U/compline/charsize.U U/compline/d_sigaction.U
5772            ! U/compline/doublesize.U U/compline/floatsize.U
5773            ! U/compline/nblock_io.U U/compline/ptrsize.U
5774            ! U/modified/Signal.U U/typedefs/gidsize.U U/typedefs/pidsize.U
5775            ! U/typedefs/uidsize.U
5776      Branch: metaconfig/U/perl
5777            ! fpossize.U
5778 ____________________________________________________________________________
5779 [  4531] By: jhi                                   on 1999/11/07  00:34:09
5780         Log: Tidy up the metaconfig test programs.
5781      Branch: cfgperl
5782            ! Configure config_h.SH
5783      Branch: metaconfig
5784            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
5785            ! U/compline/charsize.U U/compline/doublesize.U
5786            ! U/compline/nblock_io.U U/compline/ptrsize.U
5787            ! U/modified/d_longlong.U U/typedefs/gidsize.U
5788            ! U/typedefs/lseektype.U U/typedefs/pidsize.U
5789            ! U/typedefs/uidsize.U
5790      Branch: metaconfig/U/perl
5791            ! fpossize.U
5792 ____________________________________________________________________________
5793 [  4530] By: jhi                                   on 1999/11/06  23:51:34
5794         Log: So many printfs, so little time.
5795      Branch: cfgperl
5796            ! op.c perl.c regcomp.c scope.c util.c
5797 ____________________________________________________________________________
5798 [  4529] By: jhi                                   on 1999/11/06  23:27:35
5799         Log: Replace the explicit zeros with NOOPs.
5800      Branch: cfgperl
5801            ! perl.h
5802 ____________________________________________________________________________
5803 [  4528] By: jhi                                   on 1999/11/06  23:10:54
5804         Log: From: jand@activestate.com (Jan Dubois)
5805              To: perl5-porters@perl.org
5806              Cc: Mike Blazer <blazer@mail.nevalink.ru>,
5807              Mark Borgerding <mborgerding@acm.org>
5808              Subject: [5.005_62 PATCH] binmode and locale support for -T and -B filetest operators
5809              Date: Sat, 06 Nov 1999 22:16:43 +0100
5810              Message-ID: <38279207.46448719@smtprelay.t-online.de>
5811      Branch: cfgperl
5812            ! op.c op.h
5813 ____________________________________________________________________________
5814 [  4527] By: jhi                                   on 1999/11/06  20:22:14
5815         Log: ...and fewer.
5816      Branch: cfgperl
5817            ! dump.c
5818 ____________________________________________________________________________
5819 [  4526] By: jhi                                   on 1999/11/06  20:19:04
5820         Log: ...and they are getting fewer.
5821      Branch: cfgperl
5822            ! dump.c op.c util.c
5823 ____________________________________________________________________________
5824 [  4525] By: jhi                                   on 1999/11/06  19:59:59
5825         Log: More printf miscasts flushed out.
5826      Branch: cfgperl
5827            ! dump.c ext/B/B.xs ext/Data/Dumper/Dumper.xs regcomp.c
5828            ! regexec.c
5829 ____________________________________________________________________________
5830 [  4524] By: jhi                                   on 1999/11/06  15:39:05
5831         Log: Crushing the remaining %ld guerillas.
5832      Branch: cfgperl
5833            ! ext/Devel/DProf/DProf.xs
5834 ____________________________________________________________________________
5835 [  4523] By: jhi                                   on 1999/11/06  15:11:38
5836         Log: Update CPAN sites list.
5837      Branch: cfgperl
5838            ! pod/perlmodlib.pod
5839 ____________________________________________________________________________
5840 [  4522] By: jhi                                   on 1999/11/05  19:50:46
5841         Log: The -n32 is normally part of $cc, not $ccflags.
5842      Branch: cfgperl
5843            ! hints/irix_6.sh
5844 ____________________________________________________________________________
5845 [  4521] By: gsar                                  on 1999/11/05  04:35:30
5846         Log: allow $\ to work right when set to a string with embedded nulls
5847      Branch: perl
5848            ! mg.c t/io/print.t
5849 ____________________________________________________________________________
5850 [  4520] By: jhi                                   on 1999/11/04  23:30:09
5851         Log: Integrate with Sarathy.
5852      Branch: cfgperl
5853           !> embedvar.h ext/B/B/Bytecode.pm ext/B/B/Lint.pm
5854           !> ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm ext/File/Glob/Glob.pm
5855           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h intrpvar.h
5856           !> keywords.h keywords.pl objXSUB.h op.c perl.c pod/perldelta.pod
5857           !> pod/perldiag.pod pod/perlfunc.pod pod/perlmod.pod
5858           !> pod/perlrun.pod pod/perlsub.pod pod/perltodo.pod toke.c
5859 ____________________________________________________________________________
5860 [  4519] By: jhi                                   on 1999/11/04  23:09:25
5861         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5862              To: perl5-porters@perl.org (Mailing list Perl5)
5863              Subject: [PATCH 5.005_62] ref to non-lvalue method
5864              Date: Wed, 3 Nov 1999 03:52:48 -0500 (EST)
5865              Message-Id: <199911030852.DAA06563@monk.mps.ohio-state.edu>
5866      Branch: cfgperl
5867            ! op.c
5868 ____________________________________________________________________________
5869 [  4518] By: jhi                                   on 1999/11/04  23:07:27
5870         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5871              To: perl5-porters@perl.org (Mailing list Perl5)
5872              Subject: [PATCH 5.005_62] xsubpp dependency
5873              Date: Wed, 3 Nov 1999 02:57:23 -0500 (EST)
5874              Message-Id: <199911030757.CAA06325@monk.mps.ohio-state.edu>
5875      Branch: cfgperl
5876            ! lib/ExtUtils/MM_Unix.pm
5877 ____________________________________________________________________________
5878 [  4517] By: jhi                                   on 1999/11/04  23:05:59
5879         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5880              To: perl5-porters@perl.org (Mailing list Perl5)
5881              Subject: [PATCH 5.005_62] regexp.h
5882              Date: Wed, 3 Nov 1999 02:55:21 -0500 (EST)
5883              Message-Id: <199911030755.CAA06311@monk.mps.ohio-state.edu>
5884      Branch: cfgperl
5885            ! regexp.h
5886 ____________________________________________________________________________
5887 [  4516] By: gsar                                  on 1999/11/04  18:25:45
5888         Log: change#4485 didn't do the right thing for B::Bytecode
5889      Branch: perl
5890            ! ext/B/B/Bytecode.pm
5891 ____________________________________________________________________________
5892 [  4515] By: gsar                                  on 1999/11/04  17:28:29
5893         Log: implement STOP blocks and fix compiler to use them (minimally
5894              tested)
5895      Branch: perl
5896            ! embedvar.h ext/B/B/Lint.pm ext/B/B/Stash.pm ext/B/NOTES
5897            ! ext/B/O.pm intrpvar.h keywords.h keywords.pl objXSUB.h op.c
5898            ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
5899            ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod
5900            ! pod/perltodo.pod toke.c
5901 ____________________________________________________________________________
5902 [  4514] By: gsar                                  on 1999/11/04  15:59:46
5903         Log: display BSD license in Glob.pm (for clause #2 conformity)
5904      Branch: perl
5905            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
5906            ! ext/File/Glob/bsd_glob.h
5907 ____________________________________________________________________________
5908 [  4513] By: jhi                                   on 1999/11/04  08:26:19
5909         Log: Integrate with Sarathy.
5910      Branch: cfgperl
5911           +> t/io/nargv.t
5912           !> (integrate 34 files)
5913 ____________________________________________________________________________
5914 [  4512] By: jhi                                   on 1999/11/04  08:01:25
5915         Log: Incremental Mac integration from Matthias.
5916      Branch: cfgperl
5917            ! perl.c perl.h pp_ctl.c pp_hot.c run.c sv.c t/pod/testpchk.pl
5918            ! toke.c util.c
5919 ____________________________________________________________________________
5920 [  4511] By: gsar                                  on 1999/11/04  02:53:37
5921         Log: remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
5922      Branch: perl
5923            ! dosish.h embed.pl mg.c os2/os2ish.h perl.c perl.h perly.c
5924            ! perly_c.diff pp_ctl.c proto.h regcomp.c regexec.c sv.c toke.c
5925            ! universal.c vms/perly_c.vms vms/vmsish.h win32/win32.h
5926            ! xsutils.c
5927 ____________________________________________________________________________
5928 [  4510] By: jhi                                   on 1999/11/02  22:12:29
5929         Log: S_init_interp is a better place to diddle with PL_opargs
5930              than perl_construct.
5931      Branch: cfgperl
5932            ! perl.c
5933 ____________________________________________________________________________
5934 [  4509] By: jhi                                   on 1999/11/02  21:30:02
5935         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
5936              To: ben@mucus.advanced.org, perl5-porters@perl.org
5937              Subject: Re: [ID 19991102.002] unpack('N', pack('N', -1)) not idempotent
5938              Date: Tue, 02 Nov 1999 21:36:00 +0000
5939              Message-Id: <E11ilay-00020o-00@taurus.cus.cam.ac.uk>
5940      Branch: cfgperl
5941            ! pod/perlfunc.pod
5942 ____________________________________________________________________________
5943 [  4508] By: jhi                                   on 1999/11/02  20:46:27
5944         Log: Initial integration of the MacPerl changes form Matthias.
5945      Branch: cfgperl
5946            ! doio.c ext/DynaLoader/DynaLoader_pm.PL ext/Fcntl/Fcntl.pm
5947            ! ext/Fcntl/Fcntl.xs gv.c mg.c opcode.pl perl.c perl.h pp_ctl.c
5948            ! pp_hot.c pp_sys.c run.c sv.c toke.c util.c
5949 ____________________________________________________________________________
5950 [  4507] By: jhi                                   on 1999/11/01  23:05:07
5951         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5952              To: lvirden@cas.org (Larry W. Virden)
5953              Cc: perl5-porters@perl.org, lvirden@cas.org
5954              Subject: Re: [ID 19991026.001] perl segmentation fault report
5955              Date: Mon, 1 Nov 1999 18:14:16 -0500 (EST)
5956              Message-Id: <199911012314.SAA22664@monk.mps.ohio-state.edu>
5957      Branch: cfgperl
5958            ! regexec.c t/op/pat.t
5959 ____________________________________________________________________________
5960 [  4506] By: jhi                                   on 1999/11/01  19:56:28
5961         Log: From: Olaf Flebbe <olaf@science-computing.de>
5962              To: perl5-porters@perl.org
5963              Subject: [PATCH: 5.005_62] Patch for EPOC Support
5964              Date: Mon, 1 Nov 1999 20:46:54 +0100 (MET)
5965              Message-ID: <Pine.LNX.4.10.9911012045190.411-100000@dragon.science-computing.de>
5966      Branch: cfgperl
5967            + epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
5968            + epoc/epoc_stubs.c
5969            ! MANIFEST README.epoc epoc/epocish.h epoc/perl.mmp
5970            ! epoc/perl.pkg
5971 ____________________________________________________________________________
5972 [  4505] By: gsar                                  on 1999/11/01  17:09:44
5973         Log: macros for COP.cop_filegv access
5974      Branch: perl
5975            ! cop.h deb.c gv.c op.c perl.c pp_ctl.c pp_sys.c scope.c toke.c
5976            ! util.c
5977 ____________________________________________________________________________
5978 [  4504] By: gsar                                  on 1999/11/01  17:08:28
5979         Log: enable better Win32::DomainName() by demand loading netapi32.dll
5980              (from Jan Dubois)
5981      Branch: perl
5982            ! pod/Win32.pod win32/win32.c
5983 ____________________________________________________________________________
5984 [  4503] By: gsar                                  on 1999/10/31  20:56:06
5985         Log: change#4502 was missing a file
5986      Branch: perl
5987            + t/io/nargv.t
5988 ____________________________________________________________________________
5989 [  4502] By: gsar                                  on 1999/10/31  20:46:02
5990         Log: make nested ARGV/$^I loops work correctly; fixes several bugs
5991              in the way ARGV state was handled in readline(); writing a
5992              subroutine to do inplace edits is now possible, provided *ARGV,
5993              *ARGVOUT, $^I and $_ are localized where needed
5994      Branch: perl
5995            ! MANIFEST doio.c embedvar.h intrpvar.h objXSUB.h perl.c
5996            ! pp_hot.c scope.c
5997 ____________________________________________________________________________
5998 [  4501] By: jhi                                   on 1999/10/31  12:43:54
5999         Log: Integrate with Sarathy.
6000      Branch: cfgperl
6001           !> perl.h win32/config.bc win32/config.gc win32/config.vc
6002           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
6003 ____________________________________________________________________________
6004 [  4500] By: gsar                                  on 1999/10/31  10:01:17
6005         Log: updated windows config* files
6006      Branch: perl
6007            ! win32/config.bc win32/config.gc win32/config.vc
6008            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6009 ____________________________________________________________________________
6010 [  4499] By: gsar                                  on 1999/10/31  09:15:17
6011         Log: integrate cfgperl contents into mainline
6012      Branch: perl
6013           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6014           !> config_h.SH perl.h
6015 ____________________________________________________________________________
6016 [  4498] By: gsar                                  on 1999/10/31  09:13:41
6017         Log: remove unused struct Outrec
6018      Branch: perl
6019            ! perl.h
6020 ____________________________________________________________________________
6021 [  4497] By: jhi                                   on 1999/10/30  12:41:50
6022         Log: Add HAS_QUAD ($Config{d_quad}); use it.
6023      Branch: cfgperl
6024            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6025            ! config_h.SH perl.h
6026      Branch: metaconfig
6027            ! U/a_dvisory/quadtype.U U/compline/charsize.U U/typedefs/gidf.U
6028            ! U/typedefs/uidf.U
6029      Branch: metaconfig/U/perl
6030            ! perlxv.U
6031 ____________________________________________________________________________
6032 [  4496] By: gsar                                  on 1999/10/30  00:28:32
6033         Log: integrate cfgperl contents into mainline
6034      Branch: perl
6035           !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
6036           !> Porting/config_H README.hurd config_h.SH doop.c handy.h
6037           !> hints/aix.sh hints/irix_6.sh hints/solaris_2.sh mg.c perl.c
6038           !> perl.h pp.c pp.h regexec.c sv.c taint.c
6039 ____________________________________________________________________________
6040 [  4495] By: jhi                                   on 1999/10/29  23:36:19
6041         Log: Continue what #4494 started; introduce uid and gid formats.
6042      Branch: cfgperl
6043            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6044            ! config_h.SH handy.h perl.h
6045      Branch: metaconfig
6046            + U/a_dvisory/quadtype.U U/typedefs/gidf.U U/typedefs/uidf.U
6047            - U/typedefs/quadtype.U
6048      Branch: metaconfig/U/perl
6049            ! perlxv.U
6050 ____________________________________________________________________________
6051 [  4494] By: jhi                                   on 1999/10/29  22:09:01
6052         Log: Move the IV, UV, I8, U8, ..., and NV to metaconfig
6053              from perl.h and handy.h.
6054      Branch: cfgperl
6055            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6056            ! config_h.SH handy.h perl.h
6057      Branch: metaconfig/U/perl
6058            + perlxv.U perlxvf.U
6059 ____________________________________________________________________________
6060 [  4493] By: jhi                                   on 1999/10/29  22:08:06
6061         Log: Finetuning the output continues along the lines of #4490 and #4491.
6062      Branch: metaconfig
6063            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
6064            ! U/typedefs/fpostype.U
6065      Branch: metaconfig/U/perl
6066            + fpossize.U
6067            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
6068            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
6069 ____________________________________________________________________________
6070 [  4492] By: jhi                                   on 1999/10/29  21:14:53
6071         Log: Hurd update from Mark Kettenis.
6072      Branch: cfgperl
6073            ! README.hurd
6074 ____________________________________________________________________________
6075 [  4491] By: jhi                                   on 1999/10/29  20:37:02
6076         Log: A new try at what #4490 tried to accomplish.
6077      Branch: metaconfig
6078            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
6079      Branch: metaconfig/U/perl
6080            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
6081            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
6082 ____________________________________________________________________________
6083 [  4490] By: jhi                                   on 1999/10/29  20:19:41
6084         Log: metaconfig nits.
6085      Branch: metaconfig
6086            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
6087      Branch: metaconfig/U/perl
6088            + d_iovec_s.U
6089            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
6090            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
6091 ____________________________________________________________________________
6092 [  4489] By: jhi                                   on 1999/10/29  16:08:43
6093         Log: Integrate with Sarathy.
6094      Branch: cfgperl
6095           !> (integrate 31 files)
6096 ____________________________________________________________________________
6097 [  4488] By: jhi                                   on 1999/10/29  15:30:30
6098         Log: Regen Configure and Glossary.
6099      Branch: cfgperl
6100            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6101            ! config_h.SH
6102 ____________________________________________________________________________
6103 [  4487] By: jhi                                   on 1999/10/29  15:24:13
6104         Log: Remove quad logic from perl.h; regen Configure;
6105              add -DUSE_LONG_LONG to ccflags if not already there.
6106      Branch: cfgperl
6107            ! Configure config_h.SH doop.c hints/aix.sh hints/irix_6.sh
6108            ! hints/solaris_2.sh perl.h pp.c pp.h regexec.c sv.c
6109 ____________________________________________________________________________
6110 [  4486] By: jhi                                   on 1999/10/29  15:22:38
6111         Log: metaconfig: moved quad logic from perl.h to Configure (quadtype.U);
6112              fixed the use*.U to define their stuff only iff not already defined
6113              (so that ccflags can have any -DUSE_* it wants);
6114              uselonglong.U added; various small nits fixed.
6115      Branch: metaconfig
6116            + U/typedefs/quadtype.U
6117            ! U/modified/d_longdbl.U U/modified/d_longlong.U
6118            ! U/modified/d_statblks.U U/modified/usenm.U
6119            ! U/threads/usethreads.U
6120      Branch: metaconfig/U/perl
6121            + uselonglong.U
6122            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
6123            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U i_inttypes.U
6124            ! quadfio.U use64bits.U uselfs.U uselongdbl.U usemorebits.U
6125            ! usemultiplicity.U useperlio.U usesocks.U
6126 ____________________________________________________________________________
6127 [  4485] By: gsar                                  on 1999/10/29  06:08:50
6128         Log: more cleanup: avoid unused knowledge of "file GV" notion in CV and GV
6129      Branch: perl
6130            ! bytecode.pl cv.h dump.c ext/B/B.pm ext/B/B.xs
6131            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
6132            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/ByteLoader/byterun.c
6133            ! ext/ByteLoader/byterun.h ext/Devel/Peek/Peek.pm gv.c gv.h op.c
6134            ! sv.h
6135 ____________________________________________________________________________
6136 [  4484] By: gsar                                  on 1999/10/29  03:00:21
6137         Log: usurp GVOP slot for new PADOP (one small step to making optree
6138              shareable across interpreters)
6139      Branch: perl
6140            ! bytecode.pl doio.c dump.c ext/B/B.pm ext/B/B.xs
6141            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
6142            ! ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
6143            ! ext/B/B/Terse.pm ext/B/typemap ext/ByteLoader/byterun.c
6144            ! ext/ByteLoader/byterun.h op.c op.h opcode.h opcode.pl perl.h
6145            ! pp_hot.c pp_sys.c regexec.c run.c
6146 ____________________________________________________________________________
6147 [  4483] By: jhi                                   on 1999/10/28  22:01:12
6148         Log: Regen Configure.
6149      Branch: cfgperl
6150            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6151            ! config_h.SH
6152 ____________________________________________________________________________
6153 [  4482] By: jhi                                   on 1999/10/28  21:45:26
6154         Log: Installdirs patches from Andy.
6155      Branch: metaconfig
6156            ! U/installdirs/sitearch.U U/installdirs/sitebin.U
6157            ! U/installdirs/sitehtml1dir.U U/installdirs/sitehtml3dir.U
6158            ! U/installdirs/sitelib.U U/installdirs/siteman1dir.U
6159            ! U/installdirs/siteman3dir.U U/installdirs/siteprefix.U
6160            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
6161            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
6162            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
6163            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
6164            ! U/installdirs/vendorprefix.U U/installdirs/vendorscriptdir.U
6165 ____________________________________________________________________________
6166 [  4481] By: gsar                                  on 1999/10/28  17:33:49
6167         Log: remove C<use Time::Local 'no_range_check'> misfeature (global
6168              can still be directly set)
6169      Branch: perl
6170            ! lib/Time/Local.pm
6171 ____________________________________________________________________________
6172 [  4480] By: jhi                                   on 1999/10/28  13:49:26
6173         Log: Fix printing of uids and gids; regen Configure.
6174      Branch: cfgperl
6175            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6176            ! config_h.SH mg.c perl.c perl.h taint.c
6177 ____________________________________________________________________________
6178 [  4479] By: jhi                                   on 1999/10/28  11:53:57
6179         Log: Fix typo.
6180      Branch: metaconfig
6181            ! U/typedefs/gidsize.U
6182 ____________________________________________________________________________
6183 [  4478] By: jhi                                   on 1999/10/28  06:50:02
6184         Log: Integrate with Sarathy.
6185      Branch: cfgperl
6186           !> Changes iperlsys.h makedef.pl patchlevel.h perl.h
6187           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
6188           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
6189           !> win32/config_sh.PL win32/makefile.mk win32/win32.h
6190 ____________________________________________________________________________
6191 [  4477] By: jhi                                   on 1999/10/28  06:40:54
6192         Log: (Slightly) better comments for Policy_sh.SH from Andy.
6193      Branch: cfgperl
6194            ! Policy_sh.SH
6195 ____________________________________________________________________________
6196 [  4476] By: gsar                                  on 1999/10/27  23:54:36
6197         Log: regen config* stuff for windows
6198      Branch: perl
6199            ! Changes patchlevel.h win32/Makefile win32/config.bc
6200            ! win32/config.gc win32/config.vc win32/config_H.bc
6201            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
6202            ! win32/makefile.mk
6203 ____________________________________________________________________________
6204 [  4475] By: gsar                                  on 1999/10/27  21:32:30
6205         Log: integrate cfgperl contents into mainline; merge conflicts
6206      Branch: perl
6207           !> (integrate 46 files)
6208 ____________________________________________________________________________
6209 [  4474] By: gsar                                  on 1999/10/27  21:15:07
6210         Log: patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but not
6211              perl; stdout/stderr redirects seem broken as well)
6212      Branch: perl
6213            ! iperlsys.h makedef.pl perl.h win32/makefile.mk win32/win32.h
6214 ____________________________________________________________________________
6215 [  4473] By: jhi                                   on 1999/10/27  21:11:11
6216         Log: Do not block if no message queues available.
6217      Branch: cfgperl
6218            ! t/lib/ipc_sysv.t
6219 ____________________________________________________________________________
6220 [  4472] By: jhi                                   on 1999/10/27  18:27:40
6221         Log: Remove unused "squatter" symbols; regen Configure.
6222      Branch: cfgperl
6223            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
6224            ! Porting/config_H config_h.SH epoc/config.h iperlsys.h perl.h
6225            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6226 ____________________________________________________________________________
6227 [  4471] By: jhi                                   on 1999/10/27  18:26:55
6228         Log: metaconfig; split socket; fix output.
6229      Branch: metaconfig
6230            ! U/modified/d_socket.U U/modified/d_statblks.U
6231      Branch: metaconfig/U/perl
6232            + d_cmsghdr_s.U d_msghdr_s.U d_recvmsg.U d_sendmsg.U
6233            ! i_sysstatfs.U i_sysvfs.U
6234 ____________________________________________________________________________
6235 [  4470] By: jhi                                   on 1999/10/27  17:19:06
6236         Log: Regen Configure.
6237      Branch: cfgperl
6238            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6239            ! config_h.SH perl.c perl.h
6240 ____________________________________________________________________________
6241 [  4469] By: jhi                                   on 1999/10/27  17:18:41
6242         Log: metaconfig; split statfs.
6243      Branch: metaconfig/U/perl
6244            + d_fs_data_s.U d_statfs_f_flags.U d_statfs_s.U
6245            ! d_statfs.U
6246 ____________________________________________________________________________
6247 [  4468] By: jhi                                   on 1999/10/27  14:06:44
6248         Log: Integrate with Sarathy; manual resolve on regcomp.c conflicts
6249              (Ilya's changes won).
6250      Branch: cfgperl
6251           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
6252           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
6253           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
6254           !> (integrate 65 files)
6255 ____________________________________________________________________________
6256 [  4467] By: jhi                                   on 1999/10/27  13:38:41
6257         Log: Regen Configure.
6258      Branch: cfgperl
6259            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6260            ! config_h.SH
6261 ____________________________________________________________________________
6262 [  4466] By: jhi                                   on 1999/10/27  13:18:06
6263         Log: metaconfig fixes from Andy.
6264      Branch: metaconfig
6265            + U/modified/libnlist.U U/modified/usrinc.U
6266            ! U/Glossary.patch U/mkglossary U/modified/libpth.U
6267 ____________________________________________________________________________
6268 [  4465] By: jhi                                   on 1999/10/27  13:06:27
6269         Log: Nosuid checking for statfs() people.
6270      Branch: cfgperl
6271            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6272            ! config_h.SH perl.c perl.h pod/perldiag.pod
6273 ____________________________________________________________________________
6274 [  4464] By: jhi                                   on 1999/10/27  13:04:20
6275         Log: metaconfig maintenance; fix Hasfield, statfs;
6276              add Hasstruct, statfs3, statfs4, ustat, sysvfs;
6277              split fstatfs away from statfs.
6278      Branch: metaconfig
6279            + U/protos/Hasstruct.U
6280            ! U/protos/Hasfield.U
6281      Branch: metaconfig/U/perl
6282            + d_fstatfs.U d_statfs3.U d_statfs4.U d_ustat.U i_sysvfs.U
6283            + i_ustat.U
6284            ! d_statfs.U
6285 ____________________________________________________________________________
6286 [  4463] By: jhi                                   on 1999/10/27  07:55:53
6287         Log: We need cc to be able to test for cc -v.
6288      Branch: cfgperl
6289            ! hints/dec_osf.sh
6290 ____________________________________________________________________________
6291 [  4462] By: gsar                                  on 1999/10/27  01:31:41
6292         Log: more GCC v2.95 induced adjustments
6293      Branch: perl
6294            ! globals.c mg.c opcode.h opcode.pl perl.h sv.c
6295            ! win32/makefile.mk win32/win32.c x2p/walk.c
6296 ____________________________________________________________________________
6297 [  4461] By: gsar                                  on 1999/10/26  21:42:59
6298         Log: warnings and const violations identified by compiling in C++ mode
6299              with GCC v2.95
6300      Branch: perl
6301            ! doio.c embed.pl mg.c op.c perl.c perlapi.c proto.h regcomp.c
6302            ! sv.c taint.c toke.c win32/win32.c
6303 ____________________________________________________________________________
6304 [  4459] By: jhi                                   on 1999/10/26  10:15:58
6305         Log: Regen Configure.
6306      Branch: cfgperl
6307            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6308            ! config_h.SH
6309 ____________________________________________________________________________
6310 [  4458] By: jhi                                   on 1999/10/26  09:48:37
6311         Log: Minor rewordings.
6312      Branch: metaconfig/U/perl
6313            ! d_getmnt.U d_getmntent.U d_statfs.U d_statvfs.U
6314 ____________________________________________________________________________
6315 [  4456] By: jhi                                   on 1999/10/26  09:11:49
6316         Log: Fix d_statfsflags; add d_getmnt.
6317      Branch: metaconfig/U/perl
6318            + d_getmnt.U
6319            ! d_statfs.U
6320 ____________________________________________________________________________
6321 [  4455] By: jhi                                   on 1999/10/26  08:12:27
6322         Log: Massive multitypo in #4446.
6323      Branch: cfgperl
6324            ! hints/dec_osf.sh
6325 ____________________________________________________________________________
6326 [  4454] By: jhi                                   on 1999/10/25  08:28:45
6327         Log: From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
6328              To: Perl 5 Porters <perl5-porters@perl.org>
6329              Subject: [PATCH 5.005_62] dos-djgpp update
6330              Date: Mon, 25 Oct 1999 10:11:30 +0200
6331              Message-ID: <19991025101130.K459@crater.eth.ericsson.se>
6332      Branch: cfgperl
6333            ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
6334            ! pod/perldelta.pod t/lib/io_unix.t
6335 ____________________________________________________________________________
6336 [  4453] By: jhi                                   on 1999/10/25  08:25:50
6337         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6338              To: perl5-porters@perl.org (Mailing list Perl5)
6339              Subject: [PATCH 5.005_62] Remove the last regnode<==>char*
6340              Date: Mon, 25 Oct 1999 03:06:21 -0400 (EDT)
6341              Message-Id: <199910250706.DAA16825@monk.mps.ohio-state.edu>
6342      Branch: cfgperl
6343            ! embed.h embed.pl proto.h regcomp.c regcomp.h regexec.c
6344 ____________________________________________________________________________
6345 [  4452] By: jhi                                   on 1999/10/25  08:16:55
6346         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6347              To: perl5-porters@perl.org (Mailing list Perl5)
6348              Subject: [PATCH 5.005_62] Missing REx engine patch
6349              Date: Sun, 24 Oct 1999 23:47:45 -0400 (EDT)
6350              Message-Id: <199910250347.XAA16094@monk.mps.ohio-state.edu>
6351      Branch: cfgperl
6352            ! pod/perldiag.pod regcomp.c regexec.c
6353 ____________________________________________________________________________
6354 [  4451] By: jhi                                   on 1999/10/25  08:13:06
6355         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6356              To: perl5-porters@perl.org (Mailing list Perl5)
6357              Subject: [PATCH 5.005_62] charnames and UTEST
6358              Date: Sun, 24 Oct 1999 23:39:49 -0400 (EDT)
6359              Message-Id: <199910250339.XAA16058@monk.mps.ohio-state.edu>
6360      Branch: cfgperl
6361            ! t/lib/charnames.t
6362 ____________________________________________________________________________
6363 [  4450] By: gsar                                  on 1999/10/25  07:38:15
6364         Log: win32 tweak
6365      Branch: perl
6366            ! win32/perllib.c
6367 ____________________________________________________________________________
6368 [  4449] By: gsar                                  on 1999/10/24  23:20:10
6369         Log: remove inconsistent tainting behavior of sprintf("%e",...)
6370              (all bets are off is "C" locale is compromised)
6371      Branch: perl
6372            ! pod/perlfunc.pod pod/perllocale.pod sv.c
6373 ____________________________________________________________________________
6374 [  4448] By: gsar                                  on 1999/10/24  22:20:42
6375         Log: remove unused interpreter globals
6376      Branch: perl
6377            ! deb.c dump.c embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs
6378            ! global.sym gv.c gv.h intrpvar.h objXSUB.h perl.c perlapi.c
6379            ! proto.h toke.c
6380 ____________________________________________________________________________
6381 [  4447] By: jhi                                   on 1999/10/24  21:49:52
6382         Log: Another hints tweak.
6383      Branch: cfgperl
6384            ! hints/aix.sh
6385 ____________________________________________________________________________
6386 [  4446] By: jhi                                   on 1999/10/24  21:48:02
6387         Log: Hints tweak.
6388      Branch: cfgperl
6389            ! hints/dec_osf.sh
6390 ____________________________________________________________________________
6391 [  4445] By: nick                                  on 1999/10/24  21:03:28
6392         Log: Integrate own changes to mainline.
6393      Branch: utfperl
6394           !> installperl pp.c
6395 ____________________________________________________________________________
6396 [  4444] By: nick                                  on 1999/10/24  20:54:06
6397         Log: Avoid creating GV with NULL name when vivifying nameless scalars.
6398              (Fix/workround for [ID19991024.001])
6399      Branch: perl
6400            ! pp.c
6401 ____________________________________________________________________________
6402 [  4443] By: nick                                  on 1999/10/24  15:09:51
6403         Log: Follow that camel ... another sync.
6404      Branch: utfperl
6405           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
6406           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
6407           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
6408           !> (integrate 36 files)
6409 ____________________________________________________________________________
6410 [  4442] By: gsar                                  on 1999/10/24  14:40:01
6411         Log: typo in installperl (from Paul Moore <gustav@morpheus.demon.co.uk>)
6412      Branch: perl
6413            ! installperl
6414 ____________________________________________________________________________
6415 [  4441] By: gsar                                  on 1999/10/24  14:33:11
6416         Log: test in change#4428 needs strict interpretation of C modulus
6417      Branch: perl
6418            ! t/op/int.t
6419 ____________________________________________________________________________
6420 [  4440] By: gsar                                  on 1999/10/24  13:47:17
6421         Log: don't allow SIGCHLD to be ignored at startup, or wait*() and
6422              $? break
6423      Branch: perl
6424            ! perl.c pod/perldelta.pod pod/perldiag.pod
6425 ____________________________________________________________________________
6426 [  4439] By: jhi                                   on 1999/10/24  13:19:17
6427         Log: test for #2835 (yeah, better later than never)
6428      Branch: cfgperl
6429            ! t/op/array.t
6430 ____________________________________________________________________________
6431 [  4438] By: gsar                                  on 1999/10/24  12:59:12
6432         Log: typo, doc tweak
6433      Branch: perl
6434            ! lib/attributes.pm pod/perlop.pod
6435 ____________________________________________________________________________
6436 [  4437] By: gsar                                  on 1999/10/24  11:59:55
6437         Log: allow get() and reftype() functions to be imported (from
6438              Spider Boardman)
6439      Branch: perl
6440            ! lib/attributes.pm
6441 ____________________________________________________________________________
6442 [  4436] By: gsar                                  on 1999/10/24  11:52:53
6443         Log: suppress scalar leak messages for known leaks (from
6444              Robin Barker <rmb1@cise.npl.co.uk>)
6445      Branch: perl
6446            ! Changes t/op/lex_assign.t t/pragma/warn/op
6447 ____________________________________________________________________________
6448 [  4435] By: gsar                                  on 1999/10/24  11:39:42
6449         Log: VMS tweak (suggested by Craig A. Berry <craig.berry@metamor.com>)
6450      Branch: perl
6451            ! ext/B/defsubs_h.PL
6452 ____________________________________________________________________________
6453 [  4434] By: gsar                                  on 1999/10/24  11:36:08
6454         Log: relax range checking if they ask for it (from John L. Allen
6455              <allen@grumman.com>)
6456      Branch: perl
6457            ! lib/Time/Local.pm
6458 ____________________________________________________________________________
6459 [  4433] By: gsar                                  on 1999/10/24  11:25:51
6460         Log: README nits pointed out by Chris Nandor <pudge@pobox.com>
6461      Branch: perl
6462            ! README lib/File/Path.pm
6463 ____________________________________________________________________________
6464 [  4432] By: gsar                                  on 1999/10/24  11:11:02
6465         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6466              Date: Sun, 24 Oct 1999 03:24:28 -0400 (EDT)
6467              Message-Id: <199910240724.DAA12230@monk.mps.ohio-state.edu>
6468              Subject: Re: [PATCH 5.005_62] OS/2 improvements
6469      Branch: perl
6470            + os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
6471            + os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
6472            + os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
6473            ! MANIFEST hints/os2.sh mg.c miniperlmain.c os2/Changes
6474            ! os2/OS2/REXX/Changes os2/OS2/REXX/Makefile.PL
6475            ! os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
6476            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
6477            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
6478            ! os2/OS2/REXX/t/rx_vrexx.t os2/dl_os2.c os2/os2.c os2/os2ish.h
6479            ! perl.c perl.h t/io/fs.t t/op/magic.t
6480 ____________________________________________________________________________
6481 [  4431] By: gsar                                  on 1999/10/24  10:50:14
6482         Log: install all README.foo with pod content as podfoo.pod
6483      Branch: perl
6484            ! Makefile.SH installman
6485 ____________________________________________________________________________
6486 [  4430] By: gsar                                  on 1999/10/24  09:28:24
6487         Log: @INC needs ../lib
6488      Branch: perl
6489            ! t/op/int.t
6490 ____________________________________________________________________________
6491 [  4429] By: jhi                                   on 1999/10/23  21:47:49
6492         Log: More printf-fixes (see also #4426).
6493      Branch: cfgperl
6494            ! deb.c dump.c ext/Data/Dumper/Dumper.xs
6495            ! ext/Devel/DProf/DProf.xs malloc.c mg.c op.c perl.c pp.c
6496            ! pp_ctl.c regcomp.c regexec.c run.c scope.c sv.c util.c
6497 ____________________________________________________________________________
6498 [  4428] By: gsar                                  on 1999/10/23  20:28:56
6499         Log: fix accidental C modulo semantics on integer-valued operations
6500              (e.g. caused C<length("abc") % -10> to return 3 rather than -7)
6501      Branch: perl
6502            ! op.c t/op/int.t
6503 ____________________________________________________________________________
6504 [  4427] By: jhi                                   on 1999/10/23  16:10:10
6505         Log: Integrate with Sarathy.
6506      Branch: cfgperl
6507           !> sv.c win32/win32.c
6508 ____________________________________________________________________________
6509 [  4426] By: jhi                                   on 1999/10/23  16:04:02
6510         Log: Fix the printfing nits pointed out by using gcc -Wall and
6511              Configure -Duse64bits -Dccflags=-DDEBUGGING in Solaris,
6512              plus few other warnings in Dumper.xs.
6513      Branch: cfgperl
6514            ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
6515            ! ext/Devel/Peek/Peek.xs regcomp.c regexec.c sv.c util.c
6516 ____________________________________________________________________________
6517 [  4425] By: jhi                                   on 1999/10/23  15:16:41
6518         Log: Configure regen to pick up the new installation directories
6519              from Policy_sh.SH.  The explanations of "public add-ons" and
6520              "vendor-supplied" could do with more work.
6521      Branch: cfgperl
6522            ! Configure config_h.SH
6523 ____________________________________________________________________________
6524 [  4424] By: nick                                  on 1999/10/23  00:46:22
6525         Log: Resolve mainline before possible hacking operertunity this weekend
6526      Branch: utfperl
6527           +> pod/perlfilter.pod
6528           !> (integrate 32 files)
6529 ____________________________________________________________________________
6530 [  4423] By: jhi                                   on 1999/10/22  22:53:17
6531         Log: Update Policy_sh.SH to handle the newer installation directives.
6532              From: Andy Dougherty <doughera@lafayette.edu>
6533              To: Perl Porters <perl5-porters@perl.org>
6534              Subject: [PATCH 5.005_62] Policy_sh.SH update
6535              Date: Fri, 22 Oct 1999 16:47:34 -0400 (EDT)
6536              Message-ID: <Pine.SOL.4.10.9910221645470.15232-100000@maxwell.phys.lafayette.edu>
6537      Branch: cfgperl
6538            ! Policy_sh.SH
6539 ____________________________________________________________________________
6540 [  4422] By: jhi                                   on 1999/10/22  22:44:44
6541         Log: so back to 'so', from Stephanie Beals <bealzy@us.ibm.com>
6542      Branch: cfgperl
6543            ! hints/aix.sh
6544 ____________________________________________________________________________
6545 [  4421] By: gsar                                  on 1999/10/22  21:16:44
6546         Log: sv_vcatpvfn() bug: fell through to assuming intsize of 'q' for
6547              C<"%ld", long_val>
6548      Branch: perl
6549            ! sv.c
6550 ____________________________________________________________________________
6551 [  4420] By: gsar                                  on 1999/10/22  16:36:46
6552         Log: win32_utime() on directories should use localtime() rather
6553              than gmtime() (from Jan Dubois)
6554      Branch: perl
6555            ! win32/win32.c
6556 ____________________________________________________________________________
6557 [  4419] By: jhi                                   on 1999/10/21  10:31:41
6558         Log: Integrate with Sarathy.
6559      Branch: cfgperl
6560           !> Makefile.SH lib/CPAN/FirstTime.pm op.c opcode.h opcode.pl
6561           !> t/lib/glob-basic.t t/op/sort.t
6562 ____________________________________________________________________________
6563 [  4418] By: gsar                                  on 1999/10/20  23:49:47
6564         Log: add test for change#4417
6565      Branch: perl
6566            ! t/op/sort.t
6567 ____________________________________________________________________________
6568 [  4417] By: gsar                                  on 1999/10/20  23:45:03
6569         Log: avoid coredump on C<sort { my $c; return $a cmp $b } ...>
6570      Branch: perl
6571            ! op.c
6572 ____________________________________________________________________________
6573 [  4416] By: gsar                                  on 1999/10/20  01:00:50
6574         Log: fix prototype mismatch (from Hans Mulder <hansm@xs4all.nl>)
6575      Branch: perl
6576            ! lib/CPAN/FirstTime.pm
6577 ____________________________________________________________________________
6578 [  4415] By: gsar                                  on 1999/10/20  00:52:34
6579         Log: disable optimizing troublesome ops in change#3612
6580              (from Ilya Zakharevich)
6581      Branch: perl
6582            ! Makefile.SH opcode.h opcode.pl
6583 ____________________________________________________________________________
6584 [  4414] By: gsar                                  on 1999/10/20  00:37:46
6585         Log: skip unreadable directory test when running as root
6586      Branch: perl
6587            ! t/lib/glob-basic.t
6588 ____________________________________________________________________________
6589 [  4413] By: jhi                                   on 1999/10/19  09:26:52
6590         Log: Avoid GNU ar if HP cc is being used.
6591      Branch: cfgperl
6592            ! hints/hpux.sh
6593 ____________________________________________________________________________
6594 [  4412] By: jhi                                   on 1999/10/19  07:24:29
6595         Log: Integrate with Sarathy.
6596      Branch: cfgperl
6597           !> perlvars.h
6598 ____________________________________________________________________________
6599 [  4411] By: jhi                                   on 1999/10/19  07:22:34
6600         Log: Long double support: sqrtl et al are not available everywhere,
6601              e.g. not in Solaris, even when long doubles are.
6602      Branch: cfgperl
6603            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6604            ! config_h.SH perl.h
6605 ____________________________________________________________________________
6606 [  4410] By: jhi                                   on 1999/10/19  07:21:42
6607         Log: Add sqrtl probe, add echo dependencies.
6608      Branch: metaconfig
6609            ! U/threads/d_pthreadj.U
6610      Branch: metaconfig/U/perl
6611            + d_sqrtl.U
6612            ! i_inttypes.U io64.U
6613 ____________________________________________________________________________
6614 [  4409] By: gsar                                  on 1999/10/19  02:18:54
6615         Log: perl_mutex n/a if !USE_THREADS
6616      Branch: perl
6617            ! perlvars.h
6618 ____________________________________________________________________________
6619 [  4408] By: jhi                                   on 1999/10/18  20:13:02
6620         Log: Forgotten s/warning/warnings/.
6621      Branch: cfgperl
6622            ! Makefile.SH
6623 ____________________________________________________________________________
6624 [  4407] By: jhi                                   on 1999/10/18  20:02:12
6625         Log: Integrate with Sarathy.
6626      Branch: cfgperl
6627           +> pod/perlfilter.pod
6628           !> (integrate 30 files)
6629 ____________________________________________________________________________
6630 [  4406] By: gsar                                  on 1999/10/18  16:32:10
6631         Log: added intro to source filters from Paul Marquess
6632      Branch: perl
6633            + pod/perlfilter.pod
6634            ! MANIFEST pod/perldelta.pod
6635 ____________________________________________________________________________
6636 [  4405] By: gsar                                  on 1999/10/18  05:53:06
6637         Log: missing manpages
6638      Branch: perl
6639            ! installman
6640 ____________________________________________________________________________
6641 [  4404] By: gsar                                  on 1999/10/18  05:09:22
6642         Log: pod updates from Tom Christiansen
6643      Branch: perl
6644            ! lib/Pod/Man.pm pod/perldelta.pod pod/perlmodlib.pod
6645 ____________________________________________________________________________
6646 [  4403] By: gsar                                  on 1999/10/17  23:43:59
6647         Log: PL_malloc_mutex needs to be global, not per-interpreter
6648              (malloc.c has static data)
6649      Branch: perl
6650            ! embedvar.h intrpvar.h objXSUB.h perl.c perlvars.h
6651 ____________________________________________________________________________
6652 [  4402] By: gsar                                  on 1999/10/17  22:30:30
6653         Log: support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
6654              windows
6655      Branch: perl
6656            ! XSUB.h ext/POSIX/POSIX.xs intrpvar.h makedef.pl malloc.c
6657            ! perl.c perl.h perlio.c win32/perllib.c win32/win32.c
6658            ! win32/win32.h
6659 ____________________________________________________________________________
6660 [  4401] By: gsar                                  on 1999/10/17  20:33:42
6661         Log: serious bug introduced by G_VOID changes in 5.003_96: scalar
6662              eval"" did not pop stack correctly; C<$a = eval "(1,2)x1">
6663              is one symptom of the problem
6664      Branch: perl
6665            ! pp_ctl.c t/op/eval.t
6666 ____________________________________________________________________________
6667 [  4400] By: gsar                                  on 1999/10/17  18:36:46
6668         Log: remove FileHandle from list of PodParser dependencies (the
6669              difference is 20 files vs 6 files loaded!)
6670      Branch: perl
6671            ! lib/Pod/Parser.pm lib/Pod/Select.pm pod/perldelta.pod
6672            ! t/pod/testcmp.pl
6673 ____________________________________________________________________________
6674 [  4399] By: nick                                  on 1999/10/17  14:51:35
6675         Log: Pre-trip resolve
6676      Branch: utfperl
6677           !> installperl lib/Text/Tabs.pm perl.c pp_hot.c
6678 ____________________________________________________________________________
6679 [  4398] By: gsar                                  on 1999/10/17  09:19:24
6680         Log: make installperl ignore RCS files (from Michael G Schwern
6681              <schwern@pobox.com>)
6682      Branch: perl
6683            ! installperl lib/Text/Tabs.pm
6684 ____________________________________________________________________________
6685 [  4397] By: gsar                                  on 1999/10/16  18:30:14
6686         Log: another bug in change#3386 (CATCH_SET wasn't reverted correctly)
6687      Branch: perl
6688            ! perl.c
6689 ____________________________________________________________________________
6690 [  4396] By: jhi                                   on 1999/10/16  17:44:39
6691         Log: Missing comma.
6692      Branch: cfgperl
6693            ! lib/diagnostics.pm
6694 ____________________________________________________________________________
6695 [  4395] By: gsar                                  on 1999/10/16  17:18:36
6696         Log: assumption about @_ always being non-REAL doesn't hold when
6697              debugger is running; DB::sub() can call arbitrary stuff
6698              that modifies @_ at will
6699      Branch: perl
6700            ! pp_hot.c
6701 ____________________________________________________________________________
6702 [  4394] By: nick                                  on 1999/10/16  09:35:20
6703         Log: Resolve utfperl branch against mainline as of _62
6704      Branch: utfperl
6705           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
6706           +> ext/DB_File/hints/sco.pl ext/DynaLoader/hints/aix.pl
6707           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
6708           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
6709           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
6710           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
6711           +> pod/perlhack.pod t/lib/glob-basic.t t/lib/glob-global.t
6712           +> t/lib/glob-taint.t win32/genmk95.pl
6713            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
6714           !> (integrate 144 files)
6715 ____________________________________________________________________________
6716 [  4393] By: gsar                                  on 1999/10/16  04:07:02
6717         Log: OS/2 support bits (from Ilya Zakharevich)
6718      Branch: perl
6719            ! hints/os2.sh makedef.pl os2/Makefile.SHs t/lib/glob-basic.t
6720 ____________________________________________________________________________
6721 [  4392] By: jhi                                   on 1999/10/15  10:28:09
6722         Log: Integrate with Sarathy.
6723      Branch: cfgperl
6724           !> Changes MANIFEST Makefile.SH Porting/makerel lib/Pod/Man.pm
6725           !> lib/Pod/Parser.pm op.c pod/perldelta.pod pod/perlopentut.pod
6726           !> win32/Makefile win32/makefile.mk
6727
6728 ----------------
6729 Version 5.005_62
6730 ----------------
6731
6732 ____________________________________________________________________________
6733 [  4391] By: gsar                                  on 1999/10/15  10:12:42
6734         Log: here be 5.005_62
6735      Branch: perl
6736            ! Changes MANIFEST Porting/makerel
6737 ____________________________________________________________________________
6738 [  4390] By: gsar                                  on 1999/10/15  09:45:51
6739         Log: lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>;
6740              avoid tickling it in Pod::Man for now; other nits in
6741              Pod::*
6742      Branch: perl
6743            ! lib/Pod/Man.pm lib/Pod/Parser.pm pod/perldelta.pod
6744            ! pod/perlopentut.pod
6745 ____________________________________________________________________________
6746 [  4389] By: gsar                                  on 1999/10/15  08:55:01
6747         Log: disable internal globbing for miniperl (or build breaks out
6748              in a rash of failed dependencies)
6749      Branch: perl
6750            ! Makefile.SH op.c win32/Makefile win32/makefile.mk
6751 ____________________________________________________________________________
6752 [  4388] By: jhi                                   on 1999/10/15  08:07:49
6753         Log: Integrate with Sarathy.
6754      Branch: cfgperl
6755           !> Changes ext/POSIX/POSIX.xs lib/Benchmark.pm pod/perldelta.pod
6756           !> pod/perlfaq2.pod win32/include/dirent.h win32/win32.c
6757 ____________________________________________________________________________
6758 [  4387] By: gsar                                  on 1999/10/15  07:46:24
6759         Log: integrate cfgperl contents into mainline
6760      Branch: perl
6761            ! Changes
6762           !> pod/perldelta.pod pod/perldiag.pod regcomp.c
6763           !> t/pragma/warn/regcomp
6764 ____________________________________________________________________________
6765 [  4386] By: gsar                                  on 1999/10/15  05:45:36
6766         Log: various little goofs in change#4385
6767      Branch: perl
6768            ! win32/include/dirent.h win32/win32.c
6769 ____________________________________________________________________________
6770 [  4385] By: gsar                                  on 1999/10/15  04:49:09
6771         Log: win32_*dir() cleanup; win32_readdir() iterates as necessary
6772              rather than win32_opendir() reading all files up front (untested)
6773      Branch: perl
6774            ! win32/include/dirent.h win32/win32.c
6775 ____________________________________________________________________________
6776 [  4384] By: gsar                                  on 1999/10/15  01:34:09
6777         Log: Benchmark notes (from Barrie Slaymaker <barries@slaysys.com>)
6778      Branch: perl
6779            ! lib/Benchmark.pm pod/perldelta.pod
6780 ____________________________________________________________________________
6781 [  4383] By: gsar                                  on 1999/10/15  01:22:32
6782         Log: include info about Perl Mongers in perlfaq2 (from David H. Adler
6783              <dha@panix.com>)
6784      Branch: perl
6785            ! pod/perlfaq2.pod
6786 ____________________________________________________________________________
6787 [  4382] By: gsar                                  on 1999/10/15  01:14:22
6788         Log: From: jand@ActiveState.com (Jan Dubois)
6789              Date: Fri, 15 Oct 1999 01:14:23 +0200
6790              Message-ID: <380f61ae.18202914@smtprelay.t-online.de>
6791              Subject: [PATCH 5.005_61] Prevent "Out of memory" error in POSIX's strftime()
6792      Branch: perl
6793            ! ext/POSIX/POSIX.xs
6794 ____________________________________________________________________________
6795 [  4381] By: jhi                                   on 1999/10/14  22:11:36
6796         Log: Integrate with Sarathy.
6797      Branch: cfgperl
6798           !> XSUB.h cop.h embed.h embed.pl ext/File/Glob/bsd_glob.c
6799           !> lib/Time/Local.pm perl.c perlapi.c pod/perlop.pod pp_ctl.c
6800           !> proto.h scope.c scope.h t/op/runlevel.t util.c win32/Makefile
6801           !> win32/makefile.mk
6802 ____________________________________________________________________________
6803 [  4380] By: jhi                                   on 1999/10/14  22:08:22
6804         Log: Warn inside character classes about unknown backslash escapes
6805              (that are not caught earlier because of being completely unknown,
6806              such as \m), such as \z (because they make do sense inside regexen,
6807              but not inside character classes).
6808      Branch: cfgperl
6809            ! pod/perldelta.pod pod/perldiag.pod regcomp.c
6810            ! t/pragma/warn/regcomp
6811 ____________________________________________________________________________
6812 [  4379] By: gsar                                  on 1999/10/14  18:26:56
6813         Log: clarify significance of parens for "x" (from M.J.T. Guy
6814              <mjtg@cus.cam.ac.uk>)
6815      Branch: perl
6816            ! pod/perlop.pod
6817 ____________________________________________________________________________
6818 [  4378] By: gsar                                  on 1999/10/14  18:25:20
6819         Log: make timelocal work better when time is close to the epoch
6820              east of GMT (from Keiki SATOH <kki@wakusei.ne.jp>)
6821      Branch: perl
6822            ! lib/Time/Local.pm
6823 ____________________________________________________________________________
6824 [  4377] By: gsar                                  on 1999/10/14  18:15:11
6825         Log: integrate cfgperl contents into mainline
6826      Branch: perl
6827           +> ext/DB_File/hints/sco.pl
6828           !> MANIFEST hints/aix.sh hints/linux.sh hints/svr5.sh
6829           !> pod/perldelta.pod pod/perldiag.pod pod/perlop.pod
6830           !> pod/perlre.pod regcomp.c t/op/re_tests t/pragma/warn/regcomp
6831 ____________________________________________________________________________
6832 [  4376] By: gsar                                  on 1999/10/14  17:47:35
6833         Log: fix POPSTACK panics that ensued from bad interaction between
6834              runlevels and stack of stacks (change#3988 done right);
6835              basically, we pop the runlevel if the stacklevel is not the
6836              same one we started the runlevel with
6837      Branch: perl
6838            ! cop.h perl.c pp_ctl.c t/op/runlevel.t util.c
6839 ____________________________________________________________________________
6840 [  4375] By: gsar                                  on 1999/10/14  15:54:48
6841         Log: avoid warnings
6842      Branch: perl
6843            ! ext/File/Glob/bsd_glob.c
6844 ____________________________________________________________________________
6845 [  4374] By: jhi                                   on 1999/10/14  10:08:44
6846         Log: Warn about false ranges like \d-\w (see the change #4355).
6847              The invalid ranges (b-a) warning message also enhanced.
6848      Branch: cfgperl
6849            ! pod/perldelta.pod pod/perldiag.pod regcomp.c t/op/re_tests
6850            ! t/pragma/warn/regcomp
6851 ____________________________________________________________________________
6852 [  4373] By: gsar                                  on 1999/10/14  03:49:54
6853         Log: File::Glob fixes for Windows
6854      Branch: perl
6855            ! XSUB.h ext/File/Glob/bsd_glob.c win32/Makefile
6856            ! win32/makefile.mk
6857 ____________________________________________________________________________
6858 [  4372] By: gsar                                  on 1999/10/14  02:21:31
6859         Log: avoid inefficiency in change#3386 (every longjmp() was followed
6860              by an avoidable call to setjmp())
6861      Branch: perl
6862            ! embed.h embed.pl perl.c perlapi.c pod/perldelta.pod pp_ctl.c
6863            ! proto.h scope.c scope.h
6864 ____________________________________________________________________________
6865 [  4371] By: jhi                                   on 1999/10/13  21:17:17
6866         Log: Integrate with Sarathy.
6867      Branch: cfgperl
6868           !> op.c pod/perldelta.pod
6869 ____________________________________________________________________________
6870 [  4370] By: gsar                                  on 1999/10/13  18:08:45
6871         Log: misc tweaks
6872      Branch: perl
6873            ! op.c pod/perldelta.pod
6874 ____________________________________________________________________________
6875 [  4369] By: jhi                                   on 1999/10/13  16:18:58
6876         Log: Integrate with Sarathy.
6877      Branch: cfgperl
6878           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
6879 ____________________________________________________________________________
6880 [  4368] By: gsar                                  on 1999/10/13  16:14:16
6881         Log: pod nits from various perl porters
6882      Branch: perl
6883            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
6884 ____________________________________________________________________________
6885 [  4367] By: jhi                                   on 1999/10/13  12:10:30
6886         Log: From: Vlad Harchev <hvv@hippo.ru>
6887              To: perl5-porters@perl.org
6888              Subject: [ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503
6889              Date: Wed, 13 Oct 1999 15:48:59 +0500 (SAMST)
6890              Message-Id: <Pine.LNX.4.10.9910131546580.3542-100000@localhost.localdomain>
6891      Branch: cfgperl
6892            ! pod/perlop.pod
6893 ____________________________________________________________________________
6894 [  4366] By: gsar                                  on 1999/10/13  08:11:11
6895         Log: typos and language goofs pointed out by Hugo van der Sanden
6896              <hv@crypt.compulink.co.uk>
6897      Branch: perl
6898            ! pod/perldelta.pod pod/perldiag.pod
6899 ____________________________________________________________________________
6900 [  4365] By: jhi                                   on 1999/10/13  07:27:44
6901         Log: Integrate with Sarathy.
6902      Branch: cfgperl
6903           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
6904           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
6905           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
6906           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
6907           +> t/lib/glob-basic.t t/lib/glob-global.t t/lib/glob-taint.t
6908           !> Changes MANIFEST README.win32 ext/ODBM_File/hints/sco.pl
6909           !> lib/perl5db.pl op.c pod/perldelta.pod pod/perlfaq8.pod
6910           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod t/op/glob.t
6911           !> t/op/readdir.t t/op/taint.t t/pragma/overload.t util.c
6912 ____________________________________________________________________________
6913 [  4364] By: gsar                                  on 1999/10/13  07:06:04
6914         Log: debugger tweak (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
6915      Branch: perl
6916            ! lib/perl5db.pl
6917 ____________________________________________________________________________
6918 [  4363] By: jhi                                   on 1999/10/13  07:03:43
6919         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
6920              To: perl5-porters@perl.org
6921              Subject: [ID 19991012.002] Latest UnixWare7 (svr5.sh) hints file
6922              Date: Tue, 12 Oct 1999 19:48:11 -0700 (PDT)
6923              Message-Id: <199910130248.TAA14636@scoot.pdev.sco.com>
6924      Branch: cfgperl
6925            ! hints/svr5.sh
6926 ____________________________________________________________________________
6927 [  4362] By: jhi                                   on 1999/10/13  06:57:16
6928         Log: Add DB_File hint for SCO ODT.
6929              From: hops@sco.com
6930              To: perl5-porters@perl.org
6931              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
6932              Date: Tue, 12 Oct 1999 20:16:04 PDT
6933              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
6934      Branch: cfgperl
6935            + ext/DB_File/hints/sco.pl
6936            ! MANIFEST
6937 ____________________________________________________________________________
6938 [  4361] By: gsar                                  on 1999/10/13  06:56:08
6939         Log: PL_numeric_radix used without being defined (from Ilya
6940              Zakharevich)
6941      Branch: perl
6942            ! util.c
6943 ____________________________________________________________________________
6944 [  4360] By: gsar                                  on 1999/10/13  06:43:03
6945         Log: use libdbm.nfs.a if available (libdbm.a is missing dbmclose())
6946              From: hops@sco.com
6947              Date: Tue, 12 Oct 1999 20:16:04 PDT
6948              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
6949              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
6950      Branch: perl
6951            + ext/NDBM_File/hints/sco.pl
6952            ! MANIFEST ext/ODBM_File/hints/sco.pl
6953 ____________________________________________________________________________
6954 [  4359] By: gsar                                  on 1999/10/13  06:34:53
6955         Log: various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
6956      Branch: perl
6957            ! README.win32 pod/perlfaq8.pod pod/perlfunc.pod pod/perlop.pod
6958            ! pod/perlport.pod
6959 ____________________________________________________________________________
6960 [  4358] By: gsar                                  on 1999/10/12  19:10:27
6961         Log: perldelta updates
6962      Branch: perl
6963            ! pod/perldelta.pod
6964 ____________________________________________________________________________
6965 [  4357] By: gsar                                  on 1999/10/12  17:11:18
6966         Log: update perldelta for change#4356
6967      Branch: perl
6968            ! Changes pod/perldelta.pod
6969 ____________________________________________________________________________
6970 [  4356] By: gsar                                  on 1999/10/12  16:53:31
6971         Log: add File::BSDGlob as File::Glob and load it at compile-time
6972              if perl was built with -DPERL_INTERNAL_GLOB
6973              
6974              TODO: we currently get a compile-time failure if File/Glob.pm
6975              can't be found; such failure needs to be made to emit a warning
6976              and use the csh implementation instead
6977      Branch: perl
6978            + ext/File/Glob/Changes ext/File/Glob/Glob.pm
6979            + ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
6980            + ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
6981            + ext/File/Glob/bsd_glob.h t/lib/glob-basic.t
6982            + t/lib/glob-global.t t/lib/glob-taint.t
6983            ! MANIFEST op.c t/op/glob.t t/op/readdir.t t/op/taint.t
6984            ! t/pragma/overload.t
6985 ____________________________________________________________________________
6986 [  4355] By: jhi                                   on 1999/10/12  15:30:05
6987         Log: Revert the parts of #3926 that outlawed character ranges
6988              that have character classes such as \w as either endpoint.
6989              This change re-establishes the old behavior which meant that
6990              such ranges weren't really ranges, the "-" was literal.
6991              Moreover, this change also fixes the old behavior to be
6992              more consistent: [\w-.] and [\s-\w] worked, but [.-\w] didn't.
6993              Now they all do work as described above.  The #3926 outlawed
6994              all of those.
6995      Branch: cfgperl
6996            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
6997 ____________________________________________________________________________
6998 [  4354] By: jhi                                   on 1999/10/12  09:58:59
6999         Log: Integrate with Sarathy.
7000      Branch: cfgperl
7001           !> (integrate 33 files)
7002 ____________________________________________________________________________
7003 [  4353] By: gsar                                  on 1999/10/12  05:53:40
7004         Log: apply parts of LynxOS patches from Alan Johnson
7005              <johnson@alonn.gemse.fr>
7006      Branch: perl
7007            ! Changes hints/lynxos.sh pod/perldelta.pod t/lib/safe2.t
7008            ! t/op/groups.t
7009 ____________________________________________________________________________
7010 [  4352] By: gsar                                  on 1999/10/12  05:24:39
7011         Log: allow any unpack specifier to take a count via '/'
7012              (from Ilya Zakharevich)
7013      Branch: perl
7014            ! pp.c t/op/pack.t
7015 ____________________________________________________________________________
7016 [  4351] By: gsar                                  on 1999/10/12  05:02:35
7017         Log: avoid warnings
7018      Branch: perl
7019            ! malloc.c
7020 ____________________________________________________________________________
7021 [  4350] By: gsar                                  on 1999/10/12  04:50:52
7022         Log: various cleanups
7023      Branch: perl
7024            ! ext/Devel/DProf/DProf.xs op.c perl.c perly.c perly.y
7025            ! perly_c.diff pp_hot.c toke.c vms/perly_c.vms win32/config.bc
7026            ! win32/config.gc win32/config.vc win32/config_H.bc
7027            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
7028 ____________________________________________________________________________
7029 [  4349] By: gsar                                  on 1999/10/12  00:23:11
7030         Log: update Changes, patchlevel etc.
7031      Branch: perl
7032            ! Changes Porting/findvars patchlevel.h win32/Makefile
7033            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7034            ! win32/makefile.mk
7035 ____________________________________________________________________________
7036 [  4348] By: gsar                                  on 1999/10/11  23:11:57
7037         Log: add vec() example from Chaim Frenkel <chaimf@pobox.com>
7038      Branch: perl
7039            ! pod/perlfunc.pod
7040 ____________________________________________________________________________
7041 [  4347] By: jhi                                   on 1999/10/11  21:25:03
7042         Log: Sparc Linux -Duseshrplib fix.
7043              
7044              From: Brian Jepson <bjepson@home.com>
7045              To: Nick Ing-Simmons <nick@ing-simmons.net>
7046              cc: perl5-porters@perl.org
7047              Subject: Re: [ID 19990813.002] Can't build Perl 5.005_60 on SPARC/Linux with -Duseshrplib
7048              Date: Fri, 20 Aug 1999 11:25:17 -0500 (EST)
7049              Message-ID: <Pine.LNX.4.10.9908201123570.5116-100000@cx384756-a.sking1.ri.home.com>
7050      Branch: cfgperl
7051            ! hints/linux.sh
7052 ____________________________________________________________________________
7053 [  4346] By: gsar                                  on 1999/10/11  20:28:32
7054         Log: more pack/unpack documentation (from Ilya Zakharevich); changed
7055              the behavior of 'Z*' and 'Z3' to always pack a trailing
7056              null byte; changed documentation to suit; added test
7057      Branch: perl
7058            ! pod/perlfunc.pod pp.c t/op/pack.t
7059 ____________________________________________________________________________
7060 [  4345] By: gsar                                  on 1999/10/11  19:15:46
7061         Log: writing to perllocal.pod fails if it was never created;
7062              tweak pseudo-hash example (both suggested by Michael G Schwern
7063              <schwern@pobox.com>)
7064      Branch: perl
7065            ! lib/ExtUtils/MM_Unix.pm pod/perlref.pod
7066 ____________________________________________________________________________
7067 [  4344] By: gsar                                  on 1999/10/11  17:57:31
7068         Log: slightly edited variant of suggested patch
7069              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7070              Date: Thu, 9 Sep 1999 18:35:37 -0400
7071              Message-ID: <19990909183537.A28682@monk.mps.ohio-state.edu>
7072              Subject: [PATCH 5.005_58] How RExen match?
7073      Branch: perl
7074            ! pod/perlre.pod
7075 ____________________________________________________________________________
7076 [  4343] By: gsar                                  on 1999/10/11  16:55:48
7077         Log: change#4327 was inefficient
7078      Branch: perl
7079            ! lib/lib.pm
7080 ____________________________________________________________________________
7081 [  4342] By: jhi                                   on 1999/10/11  07:01:46
7082         Log: Integrate with Sarathy.
7083      Branch: cfgperl
7084           +> pod/perlhack.pod
7085           !> (integrate 28 files)
7086 ____________________________________________________________________________
7087 [  4341] By: jhi                                   on 1999/10/11  06:37:47
7088         Log: The 2.5th cut at the AIX C++ extension problems.
7089      Branch: cfgperl
7090            ! hints/aix.sh
7091 ____________________________________________________________________________
7092 [  4340] By: gsar                                  on 1999/10/10  23:48:07
7093         Log: add perlhack.pod from Nathan Torkington <gnat@frii.com>
7094      Branch: perl
7095            + pod/perlhack.pod
7096            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
7097 ____________________________________________________________________________
7098 [  4339] By: gsar                                  on 1999/10/10  20:42:40
7099         Log: revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source
7100              compatibility; introduce SAVEDESTRUCTOR_X() that accepts
7101              void(*)(pTHX_ void*)
7102      Branch: perl
7103            ! embed.h embed.pl ext/Devel/DProf/DProf.xs global.sym mg.c
7104            ! objXSUB.h perl.h perlapi.c perly.c perly.y perly_c.diff
7105            ! pod/perlguts.pod pod/perltoc.pod pp.c pp_hot.c proto.h
7106            ! regcomp.h regexec.c scope.c scope.h toke.c vms/perly_c.vms
7107 ____________________________________________________________________________
7108 [  4338] By: gsar                                  on 1999/10/10  20:38:59
7109         Log: add missing new diagnostics to perldelta
7110      Branch: perl
7111            ! pod/perldelta.pod
7112 ____________________________________________________________________________
7113 [  4337] By: gsar                                  on 1999/10/10  17:40:13
7114         Log: update perldelta for change#3406
7115      Branch: perl
7116            ! embed.pl pod/perldata.pod pod/perldelta.pod
7117 ____________________________________________________________________________
7118 [  4336] By: gsar                                  on 1999/10/10  16:33:14
7119         Log: integrate cfgperl contents into mainline
7120      Branch: perl
7121           +> ext/DynaLoader/hints/aix.pl
7122           !> MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh hints/irix_6.sh
7123           !> makedef.pl perl.h pod/perldelta.pod
7124 ____________________________________________________________________________
7125 [  4335] By: jhi                                   on 1999/10/10  11:09:48
7126         Log: Update perldelta.
7127      Branch: cfgperl
7128            ! pod/perldelta.pod
7129 ____________________________________________________________________________
7130 [  4334] By: jhi                                   on 1999/10/10  10:31:46
7131         Log: Integrate with Sarathy.
7132      Branch: cfgperl
7133           +> win32/genmk95.pl
7134           !> Changes MANIFEST README.win32 cop.h ext/Thread/Thread.pm
7135           !> ext/Thread/Thread.xs ext/Thread/Thread/Queue.pm
7136           !> ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
7137           !> ext/Thread/sync.t ext/Thread/sync2.t installperl
7138           !> lib/Exporter.pm lib/ExtUtils/MM_Unix.pm
7139           !> lib/ExtUtils/MM_Win32.pm lib/diagnostics.pm lib/lib.pm perl.c
7140           !> pod/perldelta.pod pod/perlfunc.pod pp_ctl.c pp_hot.c pp_sys.c
7141           !> utils/perldoc.PL win32/makefile.mk
7142 ____________________________________________________________________________
7143 [  4333] By: gsar                                  on 1999/10/10  06:33:15
7144         Log: install pods to 'pods' rather than 'pod' on cygwin (modified
7145              a patch suggested by cwilson@cc865179-c.chmbl1.ga.home.com)
7146      Branch: perl
7147            ! installperl lib/diagnostics.pm utils/perldoc.PL
7148 ____________________________________________________________________________
7149 [  4332] By: gsar                                  on 1999/10/10  05:15:26
7150         Log: add $VERSION
7151      Branch: perl
7152            ! lib/Exporter.pm
7153 ____________________________________________________________________________
7154 [  4331] By: gsar                                  on 1999/10/10  05:10:22
7155         Log: describe what can go in an export list (from Anno Siegel
7156              <anno4000@lublin.zrz.tu-berlin.de>)
7157      Branch: perl
7158            ! lib/Exporter.pm
7159 ____________________________________________________________________________
7160 [  4330] By: gsar                                  on 1999/10/10  04:50:43
7161         Log: more basic support for building modules under Windows 95/98
7162              (applied relevant parts from a patch suggested by
7163              Jochen Wiedmann <joe@ispsoft.de>)
7164      Branch: perl
7165            ! lib/ExtUtils/MM_Unix.pm
7166 ____________________________________________________________________________
7167 [  4329] By: gsar                                  on 1999/10/10  04:28:38
7168         Log: rudimentary support for building under Windows 95/98 (from
7169              Benjamin Stuhl <sho_pi@hotmail.com>)
7170      Branch: perl
7171            + win32/genmk95.pl
7172            ! MANIFEST README.win32 lib/ExtUtils/MM_Win32.pm
7173            ! win32/makefile.mk
7174 ____________________________________________________________________________
7175 [  4328] By: gsar                                  on 1999/10/10  03:37:21
7176         Log: fix two leaks in Thread.xs (from Eugene Alterman
7177              <Eugene.Alterman@bremer-inc.com>); convert places with
7178              'use attrs' to new attributes syntax
7179      Branch: perl
7180            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
7181            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
7182            ! ext/Thread/Thread/Specific.pm ext/Thread/sync.t
7183            ! ext/Thread/sync2.t
7184 ____________________________________________________________________________
7185 [  4327] By: gsar                                  on 1999/10/10  02:23:52
7186         Log: avoid duplicates in @INC, they cause leaks in mod_perl etc
7187              (suggested by Tod Irwin <irwin@stockmaster.com>)
7188      Branch: perl
7189            ! lib/lib.pm
7190 ____________________________________________________________________________
7191 [  4326] By: gsar                                  on 1999/10/10  00:51:48
7192         Log: better documentation for recv() (from Anton Berezin
7193              <tobez@plab.ku.dk>)
7194      Branch: perl
7195            ! pod/perlfunc.pod
7196 ____________________________________________________________________________
7197 [  4325] By: gsar                                  on 1999/10/09  22:46:23
7198         Log: perldelta updates (see TODO markers)
7199      Branch: perl
7200            ! Changes pod/perldelta.pod pp_sys.c
7201 ____________________________________________________________________________
7202 [  4324] By: gsar                                  on 1999/10/09  19:43:10
7203         Log: fix Exporter::export_to_level() documentation
7204      Branch: perl
7205            ! lib/Exporter.pm
7206 ____________________________________________________________________________
7207 [  4323] By: gsar                                  on 1999/10/09  18:48:31
7208         Log: don't run END blocks when running under -c switch (older,
7209              rarely useful behavior may still be obtained by putting
7210              BEGIN { $^C = 0; exit; } at the end of the script)
7211      Branch: perl
7212            ! perl.c
7213 ____________________________________________________________________________
7214 [  4322] By: jhi                                   on 1999/10/09  05:31:26
7215         Log: While awaiting a good test program to detect the broken gcc.
7216              From: Thomas Conté <tom@fr.uu.net>
7217              To: <jhi@iki.fi>
7218              Cc: <perl5-porters@perl.org>
7219              Subject: Re: [ID 19990825.007] test t/lib/ipc_sysv.t failing under irix 6.4
7220              Date: Wed, 6 Oct 1999 19:56:29 +0200
7221              Message-ID: <000a01bf1024$1d938f20$252ad0d4@eng.iway.fr>
7222      Branch: cfgperl
7223            ! hints/irix_6.sh perl.h
7224 ____________________________________________________________________________
7225 [  4321] By: gsar                                  on 1999/10/09  00:41:02
7226         Log: POPSUB() gave up the refcount to the CV before LEAVE had a chance to
7227              clear entries in the CV's pad, leading to coredumps when CV had no
7228              other references to it; this is a slightly edited version of the
7229              patch suggested by Russel O'Connor <roconnor@world.std.com>
7230      Branch: perl
7231            ! cop.h pp_ctl.c pp_hot.c
7232 ____________________________________________________________________________
7233 [  4320] By: gsar                                  on 1999/10/08  22:50:51
7234         Log: revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24
7235              situation (assumptions about cx invalidation are not valid
7236              anymore)
7237      Branch: perl
7238            ! cop.h pp_ctl.c pp_hot.c
7239 ____________________________________________________________________________
7240 [  4319] By: jhi                                   on 1999/10/08  14:33:31
7241         Log: Integrate with Sarathy.
7242      Branch: cfgperl
7243           !> cop.h ext/Thread/Thread.xs op.c opcode.h perl.c perl.h perly.c
7244           !> perly.y pod/perldiag.pod pod/perlfunc.pod pp_ctl.c pp_sys.c
7245           !> t/comp/bproto.t thrdvar.h toke.c util.c
7246 ____________________________________________________________________________
7247 [  4318] By: jhi                                   on 1999/10/08  13:51:34
7248         Log: The second cut at AIX C++ extension troubles.
7249      Branch: cfgperl
7250            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
7251            ! hints/aix.sh
7252 ____________________________________________________________________________
7253 [  4317] By: jhi                                   on 1999/10/08  10:44:13
7254         Log: The first cut at fixing Perl extensions written in C++ in AIX,
7255              statics don't get initialized right.  This patch at least
7256              doesn't seem to break the build in my AIX, but unfortunately
7257              I don't have the IBM C++ to do further testing.
7258              
7259              Problem reported by Stephanie Beals in
7260              From: bealzy@us.ibm.com
7261              To: perl5-porters@perl.org
7262              Subject: [ID 19991007.005] DynaLoader/dl_aix.xs problem using load and unload on AIX
7263              Date: Thu, 7 Oct 1999 15:05:54 -0400
7264              Message-Id: <85256803.0068E70D.00@D51MTA03.pok.ibm.com>
7265      Branch: cfgperl
7266            + ext/DynaLoader/hints/aix.pl
7267            ! MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh
7268 ____________________________________________________________________________
7269 [  4316] By: gsar                                  on 1999/10/08  10:26:15
7270         Log: remove kludgey duplicate background error avoidance (caused
7271              "leaks"; %@ wasn't even user-visible under -Dusethreads);
7272              only repeats of most recent error are now avoided
7273      Branch: perl
7274            ! ext/Thread/Thread.xs perl.c perl.h pp_ctl.c thrdvar.h util.c
7275 ____________________________________________________________________________
7276 [  4315] By: jhi                                   on 1999/10/08  09:48:59
7277         Log: Fix omission.
7278      Branch: cfgperl
7279            ! makedef.pl
7280 ____________________________________________________________________________
7281 [  4314] By: gsar                                  on 1999/10/08  07:17:01
7282         Log: extend change#2299 to C<use> (fixes scoping problems in
7283              C<if (...) { use foo; ... }>)
7284      Branch: perl
7285            ! op.c
7286 ____________________________________________________________________________
7287 [  4313] By: gsar                                  on 1999/10/08  04:52:19
7288         Log: small tweak for change#4309
7289      Branch: perl
7290            ! op.c
7291 ____________________________________________________________________________
7292 [  4312] By: gsar                                  on 1999/10/08  02:31:13
7293         Log: add suggested patch =~ s/NOTOP/OP_NOT/ with tests
7294              From: Larry Wall <larry@wall.org>
7295              Date: Wed, 6 Oct 1999 09:55:57 -0700 (PDT)
7296              Message-Id: <199910061655.JAA11333@kiev.wall.org>
7297              Subject: Re: [ID 19991001.004] apparent parsing error with not(arg)
7298      Branch: perl
7299            ! opcode.h t/comp/bproto.t toke.c
7300 ____________________________________________________________________________
7301 [  4311] By: gsar                                  on 1999/10/08  00:58:19
7302         Log: typo
7303      Branch: perl
7304            ! pp_sys.c
7305 ____________________________________________________________________________
7306 [  4310] By: gsar                                  on 1999/10/07  23:51:38
7307         Log: fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted by
7308              Brian Mitchell <brian@chele.cais.net>)
7309      Branch: perl
7310            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
7311 ____________________________________________________________________________
7312 [  4309] By: gsar                                  on 1999/10/07  22:57:52
7313         Log: change#3728 was flawed (loop contexts saw the wrong statement
7314              info, causing loop control constructs to not find the label);
7315              disable OP_SETSTATE entirely and add a fix that is specifically
7316              targetted at disabling the OP_LINESEQ optimization in else BLOCK,
7317              which was what the original patch was supposed to fix
7318              
7319              TODO: remove the remainder of the setstate logic if it can't
7320              be used anywhere else (it isn't used anywhere now)
7321      Branch: perl
7322            ! cop.h op.c perly.c perly.y
7323 ____________________________________________________________________________
7324 [  4308] By: jhi                                   on 1999/10/07  19:21:27
7325         Log: Integrate with Sarathy.
7326      Branch: cfgperl
7327           !> lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
7328 ____________________________________________________________________________
7329 [  4307] By: gsar                                  on 1999/10/07  15:12:24
7330         Log: update to podlators-0.08 from Russ Allbery
7331      Branch: perl
7332            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
7333 ____________________________________________________________________________
7334 [  4306] By: jhi                                   on 1999/10/06  17:20:34
7335         Log: Integrate with Sarathy.
7336      Branch: cfgperl
7337           !> (integrate 45 files)
7338 ____________________________________________________________________________
7339 [  4305] By: gsar                                  on 1999/10/06  16:55:45
7340         Log: some versions of mingw32 have __int64, define iff it isn't
7341      Branch: perl
7342            ! win32/win32.h
7343 ____________________________________________________________________________
7344 [  4304] By: gsar                                  on 1999/10/06  03:45:44
7345         Log: fix typos in change#4288
7346      Branch: perl
7347            ! Changes dump.c sv.c
7348 ____________________________________________________________________________
7349 [  4303] By: gsar                                  on 1999/10/06  03:22:46
7350         Log: integrate cfgperl contents into mainline
7351      Branch: perl
7352           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
7353            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
7354           !> (integrate 31 files)
7355 ____________________________________________________________________________
7356 [  4302] By: gsar                                  on 1999/10/06  02:36:53
7357         Log: make die/warn and other diagnostics go to wherever STDERR happens
7358              to point at; change places that meant Perl_debug_log rather than
7359              PerlIO_stderr()
7360      Branch: perl
7361            ! cop.h doio.c embedvar.h ext/Devel/Peek/Peek.xs
7362            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
7363            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
7364            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
7365            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
7366            ! ext/DynaLoader/dl_rhapsody.xs ext/DynaLoader/dl_vmesa.xs
7367            ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
7368            ! ext/Thread/Thread.xs ext/Thread/typemap intrpvar.h malloc.c
7369            ! mg.c objXSUB.h op.c perl.c perl.h perlio.c pp.c pp_ctl.c
7370            ! pp_hot.c regexec.c scope.c scope.h sv.c thread.h toke.c util.c
7371            ! win32/dl_win32.xs win32/win32.c win32/win32thread.c
7372 ____________________________________________________________________________
7373 [  4301] By: jhi                                   on 1999/10/05  23:03:46
7374         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7375              To: François Désarménien <desar@club-internet.fr>
7376              Cc: "perl5-porters@perl.org" <perl5-porters@perl.org>
7377              Subject: Re: Strange RE engine breakage in 5_61
7378              Date: Mon, 4 Oct 1999 19:58:03 -0400
7379              Message-ID: <19991004195803.A21760@monk.mps.ohio-state.edu>
7380              
7381              (had to apply pat.t part manually because there
7382              already were more tests than there was in _61)
7383      Branch: cfgperl
7384            ! regcomp.c regexec.c t/op/pat.t t/op/re_tests
7385 ____________________________________________________________________________
7386 [  4300] By: jhi                                   on 1999/10/04  17:03:18
7387         Log: From: Andy Dougherty <doughera@lafayette.edu>
7388              To: Jarkko Hietaniemi <jhi@iki.fi>
7389              cc: Perl Porters <perl5-porters@perl.org>, jhi@cc.hut.fi
7390              Subject: Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn't
7391              Date: Mon, 4 Oct 1999 13:05:08 -0400 (EDT)
7392              Message-ID: <Pine.SOL.4.10.9910041302550.6502-100000@maxwell.phys.lafayette.edu>
7393      Branch: cfgperl
7394            + eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
7395            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
7396            ! MANIFEST ext/B/defsubs_h.PL
7397 ____________________________________________________________________________
7398 [  4299] By: jhi                                   on 1999/10/04  07:15:16
7399         Log: From: Michael G Schwern <schwern@pobox.com>
7400              To: perl5-porters@perl.org
7401              Subject: Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
7402              Date: Sun, 3 Oct 1999 17:34:17 -0400
7403              Message-ID: <19991003173417.A4351@blackrider>
7404      Branch: cfgperl
7405            ! t/lib/fields.t t/pragma/constant.t
7406 ____________________________________________________________________________
7407 [  4298] By: gsar                                  on 1999/10/04  04:57:53
7408         Log: some compatibility macros were busted
7409      Branch: perl
7410            ! embed.h embed.pl toke.c
7411 ____________________________________________________________________________
7412 [  4297] By: jhi                                   on 1999/10/03  17:50:59
7413         Log: A better version of #4296.
7414              
7415              From: Michael G Schwern <schwern@pobox.com>
7416              To: perl5-porters@perl.org
7417              Subject: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
7418              Date: Sun, 3 Oct 1999 13:54:23 -0400
7419              Message-ID: <19991003135423.A3050@blackrider>
7420      Branch: cfgperl
7421            ! av.c op.c pod/perldiag.pod
7422 ____________________________________________________________________________
7423 [  4296] By: jhi                                   on 1999/10/03  17:21:01
7424         Log: (Replaced by #4297.)
7425              
7426              From: Michael G Schwern <schwern@pobox.com>
7427              To: perl5-porters@perl.org
7428              Subject: [PATCH av.c, perldiag.pod] Added field name to "No such array field"
7429              Date: Sun, 3 Oct 1999 13:16:47 -0400
7430              Message-ID: <19991003131647.A2816@blackrider>
7431              
7432              plus changed the error message to say "No such pseudo-hash field"
7433              as discussed in the above mail message.
7434      Branch: cfgperl
7435            ! av.c pod/perldiag.pod
7436 ____________________________________________________________________________
7437 [  4295] By: gsar                                  on 1999/10/03  16:09:36
7438         Log: avoid doing irrelevant things on 'make perl'
7439      Branch: perl
7440            ! Makefile.SH
7441 ____________________________________________________________________________
7442 [  4294] By: jhi                                   on 1999/10/03  14:16:24
7443         Log: Fix a typo in #4293 spotted by Graham Barr.
7444      Branch: cfgperl
7445            ! pod/perlref.pod
7446 ____________________________________________________________________________
7447 [  4293] By: jhi                                   on 1999/10/03  11:31:22
7448         Log: From: Michael G Schwern <schwern@blackrider.aocn.com>
7449              To: perl5-porters@perl.org
7450              Subject: Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH]
7451              Date: Sun, 3 Oct 1999 02:34:01 -0400
7452              Message-ID: <19991003023401.A1520@blackrider>
7453      Branch: cfgperl
7454            ! pod/perlfunc.pod pod/perlref.pod
7455 ____________________________________________________________________________
7456 [  4292] By: jhi                                   on 1999/10/03  09:23:16
7457         Log: From: Barrie Slaymaker <barries@slaysys.com>
7458              To: perl5-porters@perl.org
7459              Subject: [PATCH 5.005_61] Benchmark.pm bugfix, tweaks
7460              Date: Sun, 3 Oct 1999 00:09:51 -0400
7461              Message-Id: <199910030409.AAA18228@jester.slaysys.com>
7462      Branch: cfgperl
7463            ! lib/Benchmark.pm
7464 ____________________________________________________________________________
7465 [  4291] By: jhi                                   on 1999/10/02  23:43:53
7466         Log: Be understanding about large file systems.
7467      Branch: cfgperl
7468            ! t/lib/syslfs.t t/op/lfs.t
7469 ____________________________________________________________________________
7470 [  4290] By: jhi                                   on 1999/10/02  23:39:16
7471         Log: Configure fixfest continues.
7472      Branch: cfgperl
7473            ! Configure config_h.SH
7474      Branch: metaconfig
7475            ! U/modified/d_longdbl.U U/modified/d_longlong.U
7476            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
7477            ! U/typedefs/gidsize.U U/typedefs/pidsign.U U/typedefs/pidsize.U
7478            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
7479      Branch: metaconfig/U/perl
7480            ! i_inttypes.U io64.U
7481 ____________________________________________________________________________
7482 [  4289] By: jhi                                   on 1999/10/02  23:12:54
7483         Log: Regen Porting stuff.
7484      Branch: cfgperl
7485            ! Porting/Glossary Porting/config.sh Porting/config_H
7486 ____________________________________________________________________________
7487 [  4288] By: jhi                                   on 1999/10/02  23:05:50
7488         Log: Untangle the IV_IS_QUAD jungle by introduding
7489              macros to be used when doing formatted printing:
7490              IVdf, UVuf, UVxf, UVof.  Also introduce Uid_t_SIGN.
7491      Branch: cfgperl
7492            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7493            ! config_h.SH doio.c dump.c op.c perl.h pp_hot.c pp_sys.c
7494            ! regcomp.c sv.c taint.c toke.c util.c
7495 ____________________________________________________________________________
7496 [  4287] By: jhi                                   on 1999/10/02  22:54:18
7497         Log: metaconfig maintenance.
7498      Branch: metaconfig
7499            ! U/ebcdic/ebcdic.U U/typedefs/gidsign.U U/typedefs/gidsize.U
7500            ! U/typedefs/pidsign.U U/typedefs/pidsize.U U/typedefs/uidsign.U
7501            ! U/typedefs/uidsize.U
7502 ____________________________________________________________________________
7503 [  4286] By: nick                                  on 1999/10/02  11:11:44
7504         Log: Incremental merge of mainline
7505      Branch: utfperl
7506           +> README.Y2K hints/svr5.sh lib/Pod/Man.pm
7507           +> lib/unicode/Unicode.html t/op/args.t t/pod/multiline_items.t
7508           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
7509           +> t/pod/podselect.t t/pod/podselect.xr
7510            - lib/Pod/PlainText.pm
7511           !> (integrate 148 files)
7512 ____________________________________________________________________________
7513 [  4285] By: jhi                                   on 1999/10/02  10:16:15
7514         Log: Battle namespace pollution.
7515      Branch: cfgperl
7516            ! lib/Benchmark.pm
7517 ____________________________________________________________________________
7518 [  4284] By: jhi                                   on 1999/10/02  10:11:20
7519         Log: Regen Configure, all of xs_apiversion didn't take.
7520      Branch: cfgperl
7521            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7522            ! config_h.SH patchlevel.h
7523 ____________________________________________________________________________
7524 [  4283] By: jhi                                   on 1999/10/02  09:48:17
7525         Log: Integrate with Sarathy.
7526      Branch: cfgperl
7527           +> lib/Pod/Man.pm t/pod/multiline_items.t
7528           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
7529           +> t/pod/podselect.t t/pod/podselect.xr
7530            - lib/Pod/PlainText.pm
7531           !> (integrate 50 files)
7532 ____________________________________________________________________________
7533 [  4282] By: gsar                                  on 1999/10/02  06:39:14
7534         Log: update pod2man, pod2text and related Pod:: modules with the
7535              ones in podlators-0.07 from Russ Allbery
7536      Branch: perl
7537            + lib/Pod/Man.pm
7538            ! lib/Pod/Text.pm lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
7539            ! pod/pod2man.PL pod/pod2text.PL
7540 ____________________________________________________________________________
7541 [  4281] By: gsar                                  on 1999/10/02  06:14:44
7542         Log: fix PodParser testsuite; Pod::Text subsumes Pod::PlainText
7543      Branch: perl
7544            - lib/Pod/PlainText.pm
7545            ! MANIFEST lib/Pod/Text.pm lib/Pod/Usage.pm pod/pod2usage.PL
7546            ! pod/podchecker.PL pod/podselect.PL t/pod/emptycmd.t
7547            ! t/pod/for.t t/pod/headings.t t/pod/include.t t/pod/included.t
7548            ! t/pod/lref.t t/pod/multiline_items.t t/pod/nested_items.t
7549            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
7550            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
7551            ! t/pod/special_seqs.t t/pod/testp2pt.pl t/pod/testpchk.pl
7552 ____________________________________________________________________________
7553 [  4280] By: gsar                                  on 1999/10/02  04:39:38
7554         Log: upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>
7555      Branch: perl
7556            + t/pod/multiline_items.t t/pod/multiline_items.xr
7557            + t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/podselect.t
7558            + t/pod/podselect.xr
7559            ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
7560            ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
7561            ! lib/Pod/Usage.pm t/pod/for.xr t/pod/headings.xr
7562            ! t/pod/include.xr t/pod/included.xr t/pod/lref.xr
7563            ! t/pod/nested_items.xr t/pod/nested_seqs.xr
7564            ! t/pod/oneline_cmds.xr t/pod/poderrs.xr t/pod/special_seqs.xr
7565            ! t/pod/testp2pt.pl
7566 ____________________________________________________________________________
7567 [  4279] By: gsar                                  on 1999/10/02  03:36:41
7568         Log: make exists() work better on pseudo-hashes (reworked a patch suggested
7569              by Michael G Schwern <schwern@pobox.com>)
7570      Branch: perl
7571            ! av.c t/op/avhv.t
7572 ____________________________________________________________________________
7573 [  4278] By: gsar                                  on 1999/10/02  02:36:55
7574         Log: deprecate C<use attrs>
7575      Branch: perl
7576            ! ext/attrs/attrs.pm ext/attrs/attrs.xs t/lib/attrs.t
7577            ! t/lib/thread.t t/pragma/sub_lval.t
7578 ____________________________________________________________________________
7579 [  4277] By: gsar                                  on 1999/10/02  01:43:25
7580         Log: add notes about effect of loop control statements inside
7581              LABEL BLOCK continue BLOCK
7582      Branch: perl
7583            ! pod/perlfunc.pod
7584 ____________________________________________________________________________
7585 [  4276] By: gsar                                  on 1999/10/02  01:23:02
7586         Log: indent nested =items properly (suggested by Bill Fenner
7587              <fenner@research.att.com>)
7588      Branch: perl
7589            ! pod/pod2man.PL
7590 ____________________________________________________________________________
7591 [  4275] By: gsar                                  on 1999/10/02  01:09:16
7592         Log: updated ptags generator from Ilya Zakharevich
7593      Branch: perl
7594            ! emacs/ptags
7595 ____________________________________________________________________________
7596 [  4274] By: gsar                                  on 1999/10/01  23:08:52
7597         Log: update Changes
7598      Branch: perl
7599            ! Changes
7600 ____________________________________________________________________________
7601 [  4273] By: gsar                                  on 1999/10/01  22:58:55
7602         Log: typo, whitespace adjustments
7603      Branch: perl
7604            ! utils/h2xs.PL
7605 ____________________________________________________________________________
7606 [  4272] By: gsar                                  on 1999/10/01  22:46:06
7607         Log: remove dup hunks
7608      Branch: perl
7609            ! configure.com vms/vms.c
7610 ____________________________________________________________________________
7611 [  4271] By: gsar                                  on 1999/10/01  22:33:02
7612         Log: integrate cfgperl contents into mainline; resolve h2xs.PL conflict
7613              by declaring new globals "our" (XXX this means h2xs generated code
7614              won't run on earlier versions; a switch to generate compatible
7615              source is needed)
7616      Branch: perl
7617           !> (integrate 35 files)
7618 ____________________________________________________________________________
7619 [  4270] By: jhi                                   on 1999/10/01  12:05:56
7620         Log: Integrate with Sarathy.
7621      Branch: cfgperl
7622           !> ext/B/B/C.pm lib/ExtUtils/typemap lib/ExtUtils/xsubpp
7623           !> pod/perldiag.pod util.c
7624 ____________________________________________________________________________
7625 [  4269] By: jhi                                   on 1999/10/01  10:26:19
7626         Log: From: Piotr Klaban <makler@oryl.man.torun.pl>
7627              To: perl5-porters@perl.org
7628              Subject: [ID 19991001.001] perlguts man page error
7629              Date: Fri, 1 Oct 1999 10:23:49 +0200 (MET DST)
7630              Message-Id: <199910010823.KAA05796@oryl.man.torun.pl>
7631      Branch: cfgperl
7632            ! pod/perlguts.pod
7633 ____________________________________________________________________________
7634 [  4268] By: jhi                                   on 1999/10/01  07:32:33
7635         Log: There *is* a month called October.
7636      Branch: cfgperl
7637            ! t/op/time.t
7638 ____________________________________________________________________________
7639 [  4267] By: jhi                                   on 1999/10/01  06:58:10
7640         Log: Temp file cleanliness.
7641      Branch: cfgperl
7642            ! t/lib/filecopy.t
7643 ____________________________________________________________________________
7644 [  4266] By: jhi                                   on 1999/10/01  06:46:56
7645         Log: From: Barrie Slaymaker <barries@slaysys.com>
7646              To: perl5-porters@perl.org
7647              Subject: [PATCH 5.005_61] Benchmark.pm: Export countit(), cmpthese() by default
7648              Date: Thu, 30 Sep 1999 22:16:26 -0400
7649              Message-Id: <199910010216.WAA08309@jester.slaysys.com>
7650      Branch: cfgperl
7651            ! lib/Benchmark.pm
7652 ____________________________________________________________________________
7653 [  4265] By: jhi                                   on 1999/09/30  20:25:35
7654         Log: From: Barrie Slaymaker <barries@slaysys.com>
7655              To: perl5-porters@perl.org
7656              Subject: [PATCH 5.005_61] Benchmark tweaks, fixes, cmpthese()
7657              Date: Thu, 30 Sep 1999 15:44:00 -0400
7658              Message-Id: <199909301944.PAA07166@jester.slaysys.com>
7659              (Replaces #4175.)
7660      Branch: cfgperl
7661            ! lib/Benchmark.pm
7662 ____________________________________________________________________________
7663 [  4264] By: gsar                                  on 1999/09/30  17:59:26
7664         Log: re-add missing "Out of memory!" entry
7665      Branch: perl
7666            ! pod/perldiag.pod
7667 ____________________________________________________________________________
7668 [  4263] By: jhi                                   on 1999/09/30  17:05:43
7669         Log: Regenerate Configure.
7670      Branch: cfgperl
7671            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7672            ! config_h.SH
7673 ____________________________________________________________________________
7674 [  4261] By: jhi                                   on 1999/09/30  16:15:05
7675         Log: From: Andy Dougherty <doughera@lafayette.edu>
7676              To: Perl Porters <perl5-porters@perl.org>
7677              Subject: [PATCH 5.005_61] rand() advisory for perldelta.pod
7678              Date: Thu, 30 Sep 1999 12:24:00 -0400 (EDT)
7679              Message-ID: <Pine.SOL.4.10.9909301218390.3343-100000@maxwell.phys.lafayette.edu>
7680      Branch: cfgperl
7681            ! pod/perldelta.pod
7682 ____________________________________________________________________________
7683 [  4260] By: jhi                                   on 1999/09/30  15:48:56
7684         Log: From: Andy Dougherty <doughera@lafayette.edu>
7685              To: Jarkko Hietaniemi <jhi@iki.fi>, Gurusamy Sarathy <gsar@activestate.com>
7686              Subject: Re: Possible skeletal structure for searching multiple versions
7687              Date: Thu, 30 Sep 1999 11:52:00 -0400 (EDT)
7688              Message-ID: <Pine.SOL.4.10.9909301149090.3343-100000@maxwell.phys.lafayette.edu>
7689      Branch: metaconfig
7690            ! U/mkglossary
7691      Branch: metaconfig/U/perl
7692            + xs_apiversion.U
7693            ! patchlevel.U
7694 ____________________________________________________________________________
7695 [  4259] By: jhi                                   on 1999/09/30  15:07:16
7696         Log: Further ?idsize.U fixing.
7697      Branch: metaconfig
7698            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
7699 ____________________________________________________________________________
7700 [  4258] By: jhi                                   on 1999/09/30  15:00:14
7701         Log: Fix the ?idsi{gn,ze} units, from Andy Dougherty.
7702      Branch: metaconfig
7703            ! U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
7704            ! U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
7705 ____________________________________________________________________________
7706 [  4257] By: jhi                                   on 1999/09/30  09:48:33
7707         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
7708              To: Gurusamy Sarathy <gsar@ActiveState.com>
7709              Cc: tchrist@perl.com, Larry Wall <larry@wall.org>,
7710              The Perl Porters Mailing List <perl5-porters@perl.org>
7711              Subject: [PATCH] (Was: deprecating SIGDIE)
7712              Date: Wed, 29 Sep 1999 15:16:50 -0400
7713              Message-ID: <19990929151650.E26675@O2.chapin.edu>
7714      Branch: cfgperl
7715            ! Porting/findvars embedvar.h intrpvar.h mg.c objXSUB.h perl.c
7716 ____________________________________________________________________________
7717 [  4256] By: jhi                                   on 1999/09/30  09:45:22
7718         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7719              To: Gurusamy Sarathy <gsar@activestate.com>
7720              Cc: Barrie Slaymaker <barries@slaysys.com>, perl5-porters@perl.org
7721              Subject: Re: _58, _61 Argument "" is not numeric in sprintf
7722              Date: Wed, 29 Sep 1999 18:58:23 -0400
7723              Message-ID: <19990929185823.A22099@monk.mps.ohio-state.edu>
7724      Branch: cfgperl
7725            ! Makefile.SH opcode.pl
7726 ____________________________________________________________________________
7727 [  4255] By: gsar                                  on 1999/09/30  09:03:48
7728         Log: remove prehistoric XFree() gunk
7729      Branch: perl
7730            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
7731 ____________________________________________________________________________
7732 [  4254] By: gsar                                  on 1999/09/30  08:40:14
7733         Log: From: Vishal Bhatia <vishal@gol.com>
7734              Date: Wed, 29 Sep 1999 23:27:28 +0900 (JST)
7735              Message-ID: <Pine.LNX.4.10.9909292326280.5599-100000@localhost.localdomain>
7736              Subject: [patch _61] Minor corrections in C.pm
7737      Branch: perl
7738            ! ext/B/B/C.pm
7739 ____________________________________________________________________________
7740 [  4253] By: gsar                                  on 1999/09/30  08:36:27
7741         Log: off-by-one in fbm_compile() (spotted by John Bley
7742              <jbley@cs.cmu.edu>); whitespace adjustments
7743      Branch: perl
7744            ! util.c
7745 ____________________________________________________________________________
7746 [  4251] By: jhi                                   on 1999/09/30  08:09:13
7747         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7748              To: perl5-porters@perl.org (Mailing list Perl5)
7749              Subject: [PATCH 5.00561+]  Followup h2xs patch
7750              Date: Thu, 30 Sep 1999 04:15:52 -0400 (EDT)
7751              Message-Id: <199909300815.EAA25425@monk.mps.ohio-state.edu>
7752      Branch: cfgperl
7753            ! utils/h2xs.PL
7754 ____________________________________________________________________________
7755 [  4250] By: jhi                                   on 1999/09/29  19:11:32
7756         Log: Integrate with Sarathy.
7757      Branch: cfgperl
7758           !> djgpp/configure.bat embed.h embed.pl lib/Exporter/Heavy.pm
7759           !> lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm proto.h
7760           !> t/pragma/locale/latin1 win32/Makefile win32/makefile.mk
7761 ____________________________________________________________________________
7762 [  4249] By: bailey                                on 1999/09/29  02:21:31
7763         Log: resync with mainline
7764      Branch: vmsperl
7765           +> (branch 32 files)
7766            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
7767            - lib/unicode/blocks.txt lib/unicode/index2.txt
7768            - lib/unicode/jamo2.txt lib/unicode/names2.txt
7769            - lib/unicode/props2.txt lib/unicode/readme.txt
7770            - t/lib/bigfloatpm.t
7771           !> (integrate 240 files)
7772 ____________________________________________________________________________
7773 [  4248] By: jhi                                   on 1999/09/28  18:14:39
7774         Log: From: Andy Dougherty <doughera@lafayette.edu>
7775              To: Perl Porters <perl5-porters@perl.org>
7776              Subject: [PATCH 5.005_xx] Re: [Config 5.005_03] -DDEBUGGING
7777              Date: Tue, 28 Sep 1999 12:20:50 -0400 (EDT)
7778              Message-ID: <Pine.SOL.4.10.9909281019360.1890-100000@maxwell.phys.lafayette.edu>
7779              
7780              From: Andy Dougherty <doughera@lafayette.edu>
7781              To: Perl Porters <perl5-porters@perl.org>
7782              Subject: [ANOTHER PATCH 5.005_61] Re: [Config 5.005_03] -DDEBUGGING
7783              Date: Tue, 28 Sep 1999 13:39:49 -0400 (EDT)
7784              Message-ID: <Pine.SOL.4.10.9909281338180.2012-100000@maxwell.phys.lafayette.edu>
7785      Branch: cfgperl
7786            ! hints/README.hints hints/amigaos.sh hints/cygwin.sh
7787            ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh hints/mint.sh
7788            ! hints/mpeix.sh hints/next_3.sh hints/next_3_0.sh
7789            ! hints/next_4.sh
7790 ____________________________________________________________________________
7791 [  4247] By: gsar                                  on 1999/09/28  17:36:59
7792         Log: revert change#4115 (breaks libwww's base/date.t); could be 
7793              reworked to enable it conditional on $Time::Local::nocroak
7794              or some such
7795      Branch: perl
7796            ! lib/Time/Local.pm
7797 ____________________________________________________________________________
7798 [  4246] By: gsar                                  on 1999/09/28  17:33:14
7799         Log: tweak for win32 build
7800      Branch: perl
7801            ! win32/Makefile win32/makefile.mk
7802 ____________________________________________________________________________
7803 [  4245] By: gsar                                  on 1999/09/28  17:31:34
7804         Log: change#4236 fallout
7805      Branch: perl
7806            ! lib/ExtUtils/MM_Unix.pm
7807 ____________________________________________________________________________
7808 [  4244] By: gsar                                  on 1999/09/28  17:29:31
7809         Log: remove doubled new_xpv
7810      Branch: perl
7811            ! embed.h embed.pl proto.h
7812 ____________________________________________________________________________
7813 [  4243] By: jhi                                   on 1999/09/27  19:13:20
7814         Log: Artistic fine-tuning.
7815      Branch: cfgperl
7816            ! ext/B/defsubs_h.PL
7817 ____________________________________________________________________________
7818 [  4242] By: gsar                                  on 1999/09/27  17:05:22
7819         Log: avoid implicit split to @_ in change#4181; binary -> text file
7820              types in p4
7821      Branch: perl
7822            ! djgpp/configure.bat lib/Exporter/Heavy.pm
7823            ! t/pragma/locale/latin1
7824 ____________________________________________________________________________
7825 [  4241] By: jhi                                   on 1999/09/27  07:48:19
7826         Log: Integrate with Sarathy.
7827      Branch: cfgperl
7828           !> INSTALL embed.h embed.pl malloc.c pod/perldiag.pod pp.c
7829           !> pp_ctl.c pp_hot.c pp_sys.c win32/Makefile win32/makefile.mk
7830 ____________________________________________________________________________
7831 [  4240] By: jhi                                   on 1999/09/27  07:47:11
7832         Log: Finalize change #4232.
7833              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7834              To: Jarkko Hietaniemi <jhi@iki.fi>
7835              Cc: gsar@activestate.com, Mailing list Perl5 <perl5-porters@perl.org>
7836              Subject: Re: xsubpp change breaks B, DB_File, POSIX builds
7837              Date: Sun, 26 Sep 1999 16:52:31 -0400
7838              Message-ID: <19990926165230.A26933@monk.mps.ohio-state.edu>
7839      Branch: cfgperl
7840            ! lib/ExtUtils/xsubpp
7841 ____________________________________________________________________________
7842 [  4239] By: gsar                                  on 1999/09/27  02:48:42
7843         Log: add notes in INSTALL about Configure -Accflags=-DFOO
7844      Branch: perl
7845            ! INSTALL
7846 ____________________________________________________________________________
7847 [  4238] By: gsar                                  on 1999/09/27  02:03:48
7848         Log: PERL_POLLUTE isn't required for bincompat, so don't enable
7849              it automatically
7850      Branch: perl
7851            ! embed.h embed.pl
7852 ____________________________________________________________________________
7853 [  4237] By: gsar                                  on 1999/09/27  01:52:47
7854         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7855              Date: Fri, 24 Sep 1999 23:25:36 -0400
7856              Message-ID: <19990924232536.A16257@monk.mps.ohio-state.edu>
7857              Subject: [PATCH 5.005_61] Malloc fixes and docs
7858      Branch: perl
7859            ! malloc.c pod/perldiag.pod
7860 ____________________________________________________________________________
7861 [  4236] By: gsar                                  on 1999/09/27  01:31:32
7862         Log: avoid .exe in $Config{cc} (spotted by Vadim Konovalov
7863              <vkonovalov@lucent.com>)
7864      Branch: perl
7865            ! win32/Makefile win32/makefile.mk
7866 ____________________________________________________________________________
7867 [  4235] By: gsar                                  on 1999/09/26  17:02:03
7868         Log: fix buggy popping of subroutine contexts in the lvalue
7869              subroutines implementation (change#4081); correct the
7870              plethora of cases where DIE() was more appropriate than
7871              croak()
7872      Branch: perl
7873            ! pp.c pp_ctl.c pp_hot.c pp_sys.c
7874 ____________________________________________________________________________
7875 [  4234] By: jhi                                   on 1999/09/26  12:06:28
7876         Log: Fix #endif.
7877      Branch: cfgperl
7878            ! XSUB.h
7879 ____________________________________________________________________________
7880 [  4233] By: jhi                                   on 1999/09/26  11:59:18
7881         Log: Integrate with Sarathy. h2xs.PL had to be manually resolved,
7882              I kept my (Ilya's) version.
7883      Branch: cfgperl
7884           !> gv.c gv.h intrpvar.h keywords.h keywords.pl lib/Shell.pm op.c
7885           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
7886           !> pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
7887           !> pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
7888           !> pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
7889           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
7890 ____________________________________________________________________________
7891 [  4232] By: jhi                                   on 1999/09/26  09:53:43
7892         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7893              To: Mailing list Perl5 <perl5-porters@perl.org>
7894              Subject: [PATCH 5.005_61] teach xsubpp function pointers
7895              Date: Sun, 26 Sep 1999 01:36:09 -0400
7896              Message-ID: <19990926013609.A21148@monk.mps.ohio-state.edu>
7897              
7898              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7899              To: Mailing list Perl5 <perl5-porters@perl.org>
7900              Subject: [PATCH 5.005_61] Make h2xs -x almost bullet-proof
7901              Date: Sun, 26 Sep 1999 03:00:50 -0400
7902              Message-ID: <19990926030050.A21498@monk.mps.ohio-state.edu>
7903      Branch: cfgperl
7904            ! lib/ExtUtils/xsubpp utils/h2xs.PL
7905 ____________________________________________________________________________
7906 [  4231] By: jhi                                   on 1999/09/26  09:48:49
7907         Log: From: "Konovalov, Vadim" <vkonovalov@lucent.com>
7908              To: perl5-porters@perl.org
7909              Subject: misprint in perlguts
7910              Date: Sun, 26 Sep 1999 12:48:36 +0400
7911              Message-ID: <402099F49BEED211999700805FC7359F20D7A5@ru0028exch01.spb.lucent.com>
7912      Branch: cfgperl
7913            ! pod/perlguts.pod
7914 ____________________________________________________________________________
7915 [  4230] By: gsar                                  on 1999/09/26  00:50:08
7916         Log: add $installarchlib/CORE to default linker search path on windows
7917      Branch: perl
7918            ! win32/Makefile win32/makefile.mk
7919 ____________________________________________________________________________
7920 [  4229] By: gsar                                  on 1999/09/25  20:05:03
7921         Log: support C<use Shell> on Windows (reworked a patch suggested
7922              by Jenda Krynicky <Jenda@McCann.cz>)
7923      Branch: perl
7924            ! lib/Shell.pm
7925 ____________________________________________________________________________
7926 [  4228] By: gsar                                  on 1999/09/25  07:03:34
7927         Log: integrate cfgperl contents into mainline
7928      Branch: perl
7929           +> hints/svr5.sh
7930           !> Configure MANIFEST Makefile.SH config_h.SH hints/sco.sh
7931           !> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
7932           !> lib/unicode/mktables.PL pod/perldelta.pod pod/perlfaq9.pod
7933           !> regcomp.c regexec.c t/lib/syslfs.t t/op/lfs.t
7934 ____________________________________________________________________________
7935 [  4227] By: gsar                                  on 1999/09/25  06:44:47
7936         Log: From: Larry Wall <larry@wall.org>
7937              Date: Fri, 24 Sep 1999 21:59:37 PDT
7938              Message-Id: <199909250459.VAA27506@kiev.wall.org>
7939              Subject: Re: [PATCH 5.005_61] "our" declarations
7940      Branch: perl
7941            ! gv.c gv.h intrpvar.h keywords.h keywords.pl op.c
7942            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
7943            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
7944            ! pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
7945            ! pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
7946            ! utils/h2xs.PL
7947 ____________________________________________________________________________
7948 [  4226] By: jhi                                   on 1999/09/24  23:10:52
7949         Log: Integrate with Sarathy.
7950      Branch: cfgperl
7951           !> XSUB.h ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
7952           !> ext/POSIX/hints/linux.pl pod/perldiag.pod pod/perlfunc.pod
7953           !> pp.c t/lib/posix.t t/op/pack.t toke.c utils/perlcc.PL
7954 ____________________________________________________________________________
7955 [  4225] By: gsar                                  on 1999/09/24  18:19:54
7956         Log: avoid infinite recursive exec()s of perl.exe when shebang
7957              contains "Perl" rather than "perl" on DOSISH platforms
7958      Branch: perl
7959            ! toke.c
7960 ____________________________________________________________________________
7961 [  4224] By: gsar                                  on 1999/09/24  16:09:23
7962         Log: support cygwin and other platforms that link to import libraries
7963              rather than directly with shared libraries (from a suggestion
7964              by Lucian Cionca <Lucian.Cionca@algoritma.ro>)
7965      Branch: perl
7966            ! utils/perlcc.PL
7967 ____________________________________________________________________________
7968 [  4223] By: gsar                                  on 1999/09/24  05:05:06
7969         Log: normalize time for strftime() (without the isdst effects of
7970              mktime()) using a custom mini_mktime()
7971              From: spider-perl@Orb.Nashua.NH.US
7972              Date: Thu, 23 Sep 1999 17:54:53 -0400
7973              Message-Id: <199909232154.RAA25151@leggy.zk3.dec.com>
7974              Subject: Re: [ID 19990913.003] Possible bug using POSIX::strftime Digital UNIX Perl 5.005_03 
7975      Branch: perl
7976            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
7977            ! ext/POSIX/hints/linux.pl t/lib/posix.t
7978 ____________________________________________________________________________
7979 [  4222] By: gsar                                  on 1999/09/23  06:44:42
7980         Log: change "#" to a comment starter in pack templates; "/" now
7981              used for specifying counted types
7982              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7983              Date: Wed, 22 Sep 1999 19:41:30 -0400
7984              Message-ID: <19990922194130.A864@monk.mps.ohio-state.edu>
7985              Subject: [PATCH 5.005_61] Enable comments in pack()/unpack() templates
7986      Branch: perl
7987            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
7988 ____________________________________________________________________________
7989 [  4221] By: gsar                                  on 1999/09/23  06:26:54
7990         Log: From: Vishal Bhatia <vishal@gol.com>
7991              Date: Thu, 23 Sep 1999 12:45:19 +0900 (JST)
7992              Message-ID: <Pine.LNX.4.10.9909231218360.3428-100000@localhost.localdomain>
7993              Subject: [patch _61] perlcc changes
7994      Branch: perl
7995            ! utils/perlcc.PL
7996 ____________________________________________________________________________
7997 [  4220] By: gsar                                  on 1999/09/23  01:12:24
7998         Log: add include guard
7999      Branch: perl
8000            ! XSUB.h
8001 ____________________________________________________________________________
8002 [  4219] By: jhi                                   on 1999/09/22  20:38:15
8003         Log: Cleanup cleanup.
8004      Branch: cfgperl
8005            ! Makefile.SH t/lib/syslfs.t t/op/lfs.t
8006 ____________________________________________________________________________
8007 [  4218] By: jhi                                   on 1999/09/22  19:26:58
8008         Log: Tweak the equivalence tables once again.
8009      Branch: cfgperl
8010            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
8011            ! lib/unicode/mktables.PL
8012 ____________________________________________________________________________
8013 [  4215] By: jhi                                   on 1999/09/22  06:47:03
8014         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8015              To: Mailing list Perl5 <perl5-porters@perl.org>
8016              Subject: [PATCH 5.005_61] regfree could segfault with -Mre=debug
8017              Date: Tue, 21 Sep 1999 19:50:00 -0400
8018              Message-ID: <19990921195000.A23938@monk.mps.ohio-state.edu>
8019              
8020              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8021              To: Mailing list Perl5 <perl5-porters@perl.org>
8022              Subject: [PATCH 5.005_61] More verbose -Mre=debug
8023              Date: Tue, 21 Sep 1999 22:29:55 -0400
8024              Message-ID: <19990921222955.A25094@monk.mps.ohio-state.edu>
8025      Branch: cfgperl
8026            ! regcomp.c regexec.c
8027 ____________________________________________________________________________
8028 [  4214] By: jhi                                   on 1999/09/21  21:08:43
8029         Log: From: 0000-Admin (0000) <root@devsys0.zenez.com>
8030              Reply-To: gerberb@zenez.com
8031              To: perl5-porters@perl.org
8032              Subject: [ID 19990921.004] Changes for SCO OpenServer and UnixWare 7
8033              Date: Tue, 21 Sep 1999 11:07:46 -0600 (MDT)
8034              Message-Id: <199909211707.LAA23611@devsys0.zenez.com>
8035              
8036              (Snipped away the last lines of svr5.sh a la change #3725)
8037      Branch: cfgperl
8038            + hints/svr5.sh
8039            ! Configure MANIFEST config_h.SH hints/sco.sh
8040      Branch: metaconfig
8041            ! U/modified/Cppsym.U U/modified/Oldconfig.U
8042 ____________________________________________________________________________
8043 [  4213] By: jhi                                   on 1999/09/21  20:48:01
8044         Log: From: Kragen Sitaker <kragen@dnaco.net>
8045              To: perl5-porters@perl.org
8046              Subject: [ID 19990921.013] accidental list context in perlfaq9
8047              Date: Tue, 21 Sep 1999 16:27:53 -0400 (EDT)
8048              Reply-To: kragen@pobox.com
8049              Message-Id: <199909212027.QAA03450@kirk.dnaco.net>
8050      Branch: cfgperl
8051            ! pod/perlfaq9.pod
8052 ____________________________________________________________________________
8053 [  4212] By: jhi                                   on 1999/09/20  19:55:42
8054         Log: Integrate with Sarathy.
8055      Branch: cfgperl
8056           +> README.Y2K
8057           !> Changes MANIFEST
8058 ____________________________________________________________________________
8059 [  4211] By: jhi                                   on 1999/09/20  19:44:44
8060         Log: Rename -Duselfs to -Duselargefiles.  We don't need no stnkngbbrvtns.
8061      Branch: cfgperl
8062            ! Configure config_h.SH pod/perldelta.pod
8063      Branch: metaconfig/U/perl
8064            ! use64bits.U uselfs.U uselongdbl.U
8065 ____________________________________________________________________________
8066 [  4210] By: jhi                                   on 1999/09/20  19:38:26
8067         Log: Configure -A change: -Afoo=bar is equal to -Aappend:foo=" bar".
8068      Branch: cfgperl
8069            ! Configure config_h.SH
8070      Branch: metaconfig
8071            ! U/modified/Options.U
8072 ____________________________________________________________________________
8073 [  4209] By: gsar                                  on 1999/09/20  19:35:39
8074         Log: integrate cfgperl changes into mainline
8075      Branch: perl
8076           +> lib/unicode/Unicode.html
8077            ! Changes
8078           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
8079           !> config_h.SH doio.c perl.h pod/perldelta.pod pod/perlfunc.pod
8080 ____________________________________________________________________________
8081 [  4208] By: gsar                                  on 1999/09/20  18:28:44
8082         Log: add README.Y2K (from Dominic Dunlop <domo@vo.lu>)
8083      Branch: perl
8084            + README.Y2K
8085            ! MANIFEST
8086 ____________________________________________________________________________
8087 [  4207] By: jhi                                   on 1999/09/20  11:06:13
8088         Log: Document -Duselfs, -Duselongdouble, and -Dusemorebits.
8089      Branch: cfgperl
8090            ! pod/perldelta.pod
8091 ____________________________________________________________________________
8092 [  4206] By: jhi                                   on 1999/09/20  09:53:15
8093         Log: Do not test for gccish things in non-gccish platforms.
8094      Branch: cfgperl
8095            ! Configure config_h.SH
8096      Branch: metaconfig
8097            ! U/compline/ccflags.U
8098 ____________________________________________________________________________
8099 [  4205] By: jhi                                   on 1999/09/20  09:41:22
8100         Log: Prompt for uselfs.
8101      Branch: cfgperl
8102            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8103            ! config_h.SH
8104      Branch: metaconfig
8105            ! U/mksample
8106      Branch: metaconfig/U/perl
8107            ! use64bits.U uselfs.U
8108 ____________________________________________________________________________
8109 [  4204] By: jhi                                   on 1999/09/20  09:09:29
8110         Log: Add usemorebits and uselfs.
8111      Branch: cfgperl
8112            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8113            ! config_h.SH doio.c perl.h
8114      Branch: metaconfig/U/perl
8115            + uselfs.U usemorebits.U
8116            ! use64bits.U uselongdbl.U
8117 ____________________________________________________________________________
8118 [  4203] By: jhi                                   on 1999/09/20  07:48:48
8119         Log: Dethinko.
8120      Branch: cfgperl
8121            ! pod/perlfunc.pod
8122 ____________________________________________________________________________
8123 [  4202] By: jhi                                   on 1999/09/20  07:33:32
8124         Log: Fix a bug in the description of endianness.  Reported in
8125              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
8126              To: perl5-porters@perl.org
8127              Subject: BUG: perldoc -f pack
8128              Date: Mon, 20 Sep 1999 09:43:49 +0400
8129              Message-ID: <402099F49BEED211999700805FC7359F20D3F5@ru0028exch01.spb.lucent.com>
8130      Branch: cfgperl
8131            ! pod/perlfunc.pod
8132 ____________________________________________________________________________
8133 [  4201] By: jhi                                   on 1999/09/20  07:01:26
8134         Log: Integrate with Sarathy.
8135      Branch: cfgperl
8136           +> t/op/args.t
8137           !> (integrate 31 files)
8138 ____________________________________________________________________________
8139 [  4200] By: gsar                                  on 1999/09/20  03:45:06
8140         Log: From: Russ Allbery <rra@stanford.edu>
8141              Date: 19 Aug 1999 04:35:44 -0700
8142              Message-Id: <yl7lms9f5b.fsf@windlord.stanford.edu>
8143              Subject: [ID 19990819.002] File::Find error when pruning top-level directories
8144      Branch: perl
8145            ! lib/File/Find.pm
8146 ____________________________________________________________________________
8147 [  4199] By: gsar                                  on 1999/09/20  03:27:49
8148         Log: suppress warning (from John Tobey <jtobey@epsilondev.com>)
8149      Branch: perl
8150            ! ext/B/B/Terse.pm
8151 ____________________________________________________________________________
8152 [  4198] By: gsar                                  on 1999/09/20  03:25:25
8153         Log: add arenas for managing allocations of remaining xpv*v structures
8154              From: Vishal Bhatia <vishal@gol.com>
8155              Date: Wed, 25 Aug 1999 00:31:33 +0900 (JST)
8156              Message-ID: <Pine.LNX.4.10.9908250031000.11727-100000@localhost.localdomain>
8157              Subject: [PATCH 5.005_60] removing extra ref count (compiler) 
8158      Branch: perl
8159            ! embed.h embed.pl embedvar.h ext/B/B/C.pm intrpvar.h objXSUB.h
8160            ! proto.h sv.c
8161 ____________________________________________________________________________
8162 [  4197] By: gsar                                  on 1999/09/20  03:06:10
8163         Log: queue errors due to strictures rather than printing them as
8164              warnings; symbols that violate strictures do *not* end up in
8165              the symbol table anyway, making multiple evals of the same piece
8166              of code produce the same errors; errors indicate all locations
8167              of a global symbol rather than just the first one; these
8168              changes make compile-time failures within evals reliably
8169              visible via the return value or contents of $@, and trappable
8170              using __DIE__ hooks
8171      Branch: perl
8172            ! embed.h embed.pl embedvar.h ext/DynaLoader/dlutils.c
8173            ! ext/Thread/Thread.xs global.sym gv.c objXSUB.h op.c perl.c
8174            ! perlapi.c pp_ctl.c proto.h regcomp.c t/pragma/strict-refs
8175            ! t/pragma/strict-vars thrdvar.h toke.c util.c
8176 ____________________________________________________________________________
8177 [  4196] By: gsar                                  on 1999/09/19  22:14:29
8178         Log: control change#1914 via hints (causes problems on some platforms)
8179      Branch: perl
8180            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
8181            ! ext/POSIX/hints/linux.pl
8182 ____________________________________________________________________________
8183 [  4195] By: gsar                                  on 1999/09/19  21:30:18
8184         Log: avoid clearing @_ at all for faster subroutine calls; fix bugs
8185              in passing around references to @_, eg C<sub foo { \@_ }>; add
8186              tests for the same
8187      Branch: perl
8188            + t/op/args.t
8189            ! MANIFEST cop.h pp.c pp_ctl.c pp_hot.c
8190 ____________________________________________________________________________
8191 [  4194] By: jhi                                   on 1999/09/18  18:57:45
8192         Log: Integrate with Sarathy.
8193      Branch: cfgperl
8194           !> opcode.h opcode.pl
8195 ____________________________________________________________________________
8196 [  4193] By: nick                                  on 1999/09/18  15:24:56
8197         Log: Re-integrate mainline
8198              Basic SvUTF8 stuff in headers, no functional changes yet.
8199      Branch: utfperl
8200            + lib/byte.pm lib/byte_heavy.pl
8201           +> ext/B/defsubs_h.PL ext/DB_File/version.c jpl/JNI/Closer.java
8202           +> jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
8203           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
8204           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
8205           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL lib/unicode/ArabShap.txt
8206           +> lib/unicode/Blocks.txt lib/unicode/CompExcl.txt
8207           +> lib/unicode/EAWidth.txt lib/unicode/Index.txt
8208           +> lib/unicode/Jamo-2.txt lib/unicode/LineBrk.txt
8209           +> lib/unicode/Names.txt lib/unicode/Props.txt
8210           +> lib/unicode/ReadMe.txt lib/unicode/SpecCase.txt
8211           +> t/lib/bigfltpm.t
8212            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
8213            - lib/unicode/blocks.txt lib/unicode/index2.txt
8214            - lib/unicode/jamo2.txt lib/unicode/names2.txt
8215            - lib/unicode/props2.txt lib/unicode/readme.txt
8216            - t/lib/bigfloatpm.t
8217            ! doop.c embed.h embed.pl gv.c mg.c objXSUB.h op.c op.h perl.h
8218            ! perlapi.c pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h
8219            ! regexec.c regexp.h regnodes.h sv.c sv.h toke.c utf8.c utf8.h
8220            ! warnings.h
8221           !> (integrate 142 files)
8222 ____________________________________________________________________________
8223 [  4192] By: gsar                                  on 1999/09/18  15:11:47
8224         Log: more op description tweaks
8225      Branch: perl
8226            ! opcode.h opcode.pl
8227 ____________________________________________________________________________
8228 [  4191] By: jhi                                   on 1999/09/18  07:47:16
8229         Log: Integrate with Sarathy.
8230      Branch: cfgperl
8231           !> Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
8232           !> t/pragma/warn/op
8233 ____________________________________________________________________________
8234 [  4190] By: jhi                                   on 1999/09/18  07:35:45
8235         Log: Add description of the Unicode database files.
8236      Branch: cfgperl
8237            + lib/unicode/Unicode.html
8238 ____________________________________________________________________________
8239 [  4189] By: gsar                                  on 1999/09/18  03:14:58
8240         Log: tweak some op names in change#4177 (will any of this break code that
8241              gropes $@ ?)
8242      Branch: perl
8243            ! Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
8244            ! t/pragma/warn/op
8245 ____________________________________________________________________________
8246 [  4188] By: jhi                                   on 1999/09/17  21:30:08
8247         Log: Pick up the typo fix.
8248      Branch: cfgperl
8249           !> t/io/open.t
8250 ____________________________________________________________________________
8251 [  4187] By: gsar                                  on 1999/09/17  21:13:55
8252         Log: fix typo
8253      Branch: perl
8254            ! t/io/open.t
8255 ____________________________________________________________________________
8256 [  4186] By: gsar                                  on 1999/09/17  20:57:29
8257         Log: integrate cfgperl change
8258      Branch: perl
8259           !> vms/subconfigure.com
8260 ____________________________________________________________________________
8261 [  4185] By: jhi                                   on 1999/09/17  20:46:41
8262         Log: Re-apply applicable parts of #3993, #3994, and #3995.
8263      Branch: cfgperl
8264            ! vms/subconfigure.com
8265 ____________________________________________________________________________
8266 [  4184] By: gsar                                  on 1999/09/17  20:26:02
8267         Log: integrate cfgperl contents into mainline
8268      Branch: perl
8269           +> lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
8270           +> lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
8271           +> lib/unicode/Index.txt lib/unicode/Jamo-2.txt
8272           +> lib/unicode/LineBrk.txt lib/unicode/Names.txt
8273           +> lib/unicode/Props.txt lib/unicode/ReadMe.txt
8274           +> lib/unicode/SpecCase.txt
8275            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
8276            - lib/unicode/index2.txt lib/unicode/jamo2.txt
8277            - lib/unicode/names2.txt lib/unicode/props2.txt
8278            - lib/unicode/readme.txt
8279           !> (integrate 73 files)
8280 ____________________________________________________________________________
8281 [  4183] By: jhi                                   on 1999/09/17  20:25:51
8282         Log: Integrate with Sarathy.
8283      Branch: cfgperl
8284           !> configure.com ext/ByteLoader/byterun.h
8285           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
8286           !> lib/File/Spec/VMS.pm pod/perlhist.pod t/io/open.t
8287           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
8288           !> vms/perly_h.vms vms/subconfigure.com vms/vms.c vms/vmsish.h
8289 ____________________________________________________________________________
8290 [  4182] By: gsar                                  on 1999/09/17  20:16:28
8291         Log: integrate vmsperl contents into mainline (where VMS files conflicted,
8292              vmsperl contents have prevailed)
8293      Branch: perl
8294           !> configure.com ext/ByteLoader/byterun.h
8295           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
8296           !> lib/File/Spec/VMS.pm t/io/open.t vms/descrip_mms.template
8297           !> vms/gen_shrfls.pl vms/perly_c.vms vms/perly_h.vms
8298           !> vms/subconfigure.com vms/vms.c vms/vmsish.h
8299 ____________________________________________________________________________
8300 [  4181] By: jhi                                   on 1999/09/17  20:12:37
8301         Log: From: Michael G Schwern <schwern@pobox.com>
8302              To: perl5-porters@perl.org
8303              Subject: [PATCH 5.005_60 lib/Exporter/Heavy.pm] export_to_level()
8304              Date: Thu, 19 Aug 1999 21:30:01 -0400
8305              Message-ID: <19990819213001.A22512@athens.aocn.com>
8306      Branch: cfgperl
8307            ! lib/Exporter/Heavy.pm
8308 ____________________________________________________________________________
8309 [  4180] By: gsar                                  on 1999/09/17  20:11:00
8310         Log: perlhist additions
8311      Branch: perl
8312            ! pod/perlhist.pod
8313 ____________________________________________________________________________
8314 [  4179] By: jhi                                   on 1999/09/17  20:08:00
8315         Log: The change #4176 should've undone only the test, not the code patch.
8316      Branch: cfgperl
8317            ! doio.c
8318 ____________________________________________________________________________
8319 [  4178] By: jhi                                   on 1999/09/17  20:06:08
8320         Log: From: Ian Phillipps <ian@dial.pipex.com>
8321              To: Hans GINZEL <hgin2088@mail.kolej.mff.cuni.cz>, perl5-porters@perl.org
8322              Subject: [PATCH 5.005_59] Re: [ID 19990820.007] Small typo in perlsyn.pod
8323              Date: Sat, 21 Aug 1999 12:36:12 +0100
8324              Message-ID: <19990821123612.A9955@homer.diplex.co.uk>
8325      Branch: cfgperl
8326            ! pod/perlsyn.pod
8327 ____________________________________________________________________________
8328 [  4177] By: jhi                                   on 1999/09/17  20:00:19
8329         Log: More descriptive names for operators.
8330              
8331              From: Michael G Schwern <schwern@pobox.com>
8332              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
8333              Cc: perl5-porters@perl.org
8334              Subject: Re: [ID 19990817.009] [BUG 5.005_60 & 5.005_03] == reported as eq in
8335              Date: Tue, 17 Aug 1999 18:35:45 -0400
8336              Message-ID: <19990817183545.A23073@toldyouso.com>
8337              
8338              From: Michael G Schwern <schwern@pobox.com>
8339              To: perl5-porters@perl.org
8340              Subject: [PATCH 5.005_60 opcode.pl and friends] Improved opcode descriptions
8341              Date: Wed, 18 Aug 1999 03:53:38 -0400
8342              Message-ID: <19990818035337.A31505@athens.aocn.com>
8343      Branch: cfgperl
8344            ! opcode.h opcode.pl pp.sym pp_proto.h sv.c t/op/misc.t
8345            ! t/pragma/warn/op t/pragma/warn/sv
8346 ____________________________________________________________________________
8347 [  4176] By: jhi                                   on 1999/09/17  18:19:18
8348         Log: Take away the infamous io/dup.t #7.
8349              It seems there simply is no way to portably
8350              "flush" an input file handle.
8351      Branch: cfgperl
8352            ! doio.c t/io/dup.t
8353 ____________________________________________________________________________
8354 [  4175] By: jhi                                   on 1999/09/17  14:45:08
8355         Log: From: Barrie Slaymaker <barries@slaysys.com>
8356              To: perl5-porters@perl.org
8357              Subject: [PATCH 5.005_61] Benchmark: screwed patch format, try this instead
8358              Date: Fri, 17 Sep 1999 11:16:48 -0400
8359              Message-Id: <199909171516.LAA30887@jester.slaysys.com>
8360      Branch: cfgperl
8361            ! lib/Benchmark.pm
8362 ____________________________________________________________________________
8363 [  4174] By: jhi                                   on 1999/09/17  14:07:16
8364         Log: UNICOS does support large files but doesn't support sparse files
8365              so we cannot easily test for large file support.
8366      Branch: cfgperl
8367            ! t/lib/syslfs.t t/op/lfs.t
8368 ____________________________________________________________________________
8369 [  4173] By: jhi                                   on 1999/09/17  14:03:44
8370         Log: UNICOS has sloppy division/modulo for floating point numbers.
8371      Branch: cfgperl
8372            ! t/op/arith.t
8373 ____________________________________________________________________________
8374 [  4172] By: jhi                                   on 1999/09/17  13:47:49
8375         Log: Portable blocksize (replaces #4171).
8376      Branch: cfgperl
8377            ! t/lib/syslfs.t t/op/lfs.t
8378 ____________________________________________________________________________
8379 [  4171] By: jhi                                   on 1999/09/17  13:08:54
8380         Log: (replaced by #4172)
8381      Branch: cfgperl
8382            ! t/lib/syslfs.t t/op/lfs.t
8383 ____________________________________________________________________________
8384 [  4170] By: jhi                                   on 1999/09/17  12:59:11
8385         Log: Detypo #4169.
8386      Branch: cfgperl
8387            ! t/lib/syslfs.t t/op/lfs.t
8388 ____________________________________________________________________________
8389 [  4169] By: jhi                                   on 1999/09/17  12:16:34
8390         Log: Diagnose possible quota limits.
8391      Branch: cfgperl
8392            ! t/lib/syslfs.t t/op/lfs.t
8393 ____________________________________________________________________________
8394 [  4168] By: jhi                                   on 1999/09/17  12:10:43
8395         Log: UNICOS doesn't have getpgid().  Or, at least 9.0.1ai
8396              doesn't have one that wouldn't cause SIGSYS.  UNICOS
8397              does have getpgrp(void) so Perl getpgrp() is happy.
8398      Branch: cfgperl
8399            ! hints/unicos.sh
8400 ____________________________________________________________________________
8401 [  4167] By: jhi                                   on 1999/09/17  11:49:30
8402         Log: Filesystem quotas may stop you from using large files.
8403      Branch: cfgperl
8404            ! pod/perldelta.pod t/lib/syslfs.t t/op/lfs.t
8405 ____________________________________________________________________________
8406 [  4166] By: jhi                                   on 1999/09/17  11:36:01
8407         Log: Too strict pattern for parsing group lists.
8408      Branch: cfgperl
8409            ! t/op/groups.t
8410 ____________________________________________________________________________
8411 [  4165] By: jhi                                   on 1999/09/17  09:06:18
8412         Log: Configure maintenance. It's sigaction.sa_flags
8413              and the Glossary regen'ed.
8414      Branch: cfgperl
8415            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8416            ! config_h.SH
8417      Branch: metaconfig
8418            ! U/compline/d_sigaction.U
8419 ____________________________________________________________________________
8420 [  4164] By: jhi                                   on 1999/09/15  06:57:51
8421         Log: Integrate with Sarathy.
8422      Branch: cfgperl
8423           +> jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
8424           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
8425           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
8426           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL
8427           !> Changes MANIFEST embed.h embed.pl jpl/JNI/JNI.pm
8428           !> jpl/JNI/JNI.xs jpl/JNI/Makefile.PL jpl/JNI/test.pl
8429           !> jpl/JNI/typemap jpl/JPL/Makefile.PL
8430           !> jpl/PerlInterpreter/Makefile.PL
8431           !> jpl/PerlInterpreter/PerlInterpreter.c
8432           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
8433           !> jpl/Sample/Makefile.PL jpl/install-jpl
8434           !> lib/File/Spec/Functions.pm pod/perlhist.pod regexec.c
8435           !> t/op/pat.t
8436 ____________________________________________________________________________
8437 [  4163] By: gsar                                  on 1999/09/15  05:17:27
8438         Log: add :ALL export tag (from Chris Nandor <pudge@pobox.com>)
8439      Branch: perl
8440            ! lib/File/Spec/Functions.pm
8441 ____________________________________________________________________________
8442 [  4162] By: gsar                                  on 1999/09/15  05:09:14
8443         Log: addendum to change#4136 (from Robin Barker <rmb1@cise.npl.co.uk>)
8444      Branch: perl
8445            ! Changes embed.h embed.pl
8446 ____________________________________________________________________________
8447 [  4161] By: gsar                                  on 1999/09/15  04:08:25
8448         Log: missing perlhist dates from Jeff Okamoto
8449      Branch: perl
8450            ! pod/perlhist.pod
8451 ____________________________________________________________________________
8452 [  4160] By: gsar                                  on 1999/09/15  03:13:08
8453         Log: jpl tweak
8454      Branch: perl
8455            ! MANIFEST jpl/JNI/Makefile.PL
8456 ____________________________________________________________________________
8457 [  4159] By: gsar                                  on 1999/09/15  02:57:08
8458         Log: update to JPL snapshot v09141999, with minor tweaks (from Brian
8459              Jepson <bjepson@home.com>)
8460      Branch: perl
8461            + jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
8462            + jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
8463            + jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
8464            + jpl/JNI/typemap.win32 jpl/SETVARS.PL
8465            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
8466            ! jpl/JNI/test.pl jpl/JNI/typemap jpl/JPL/Makefile.PL
8467            ! jpl/PerlInterpreter/Makefile.PL
8468            ! jpl/PerlInterpreter/PerlInterpreter.c
8469            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
8470            ! jpl/Sample/Makefile.PL jpl/install-jpl
8471 ____________________________________________________________________________
8472 [  4158] By: gsar                                  on 1999/09/15  01:27:14
8473         Log: From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
8474              Date:    Tue, 14 Sep 1999 21:26:15 EDT
8475              Message-Id: <199909150126.VAA24720@monk.mps.ohio-state.edu>
8476              Subject: [PATCH 5.005_58+] Re: [ID 19990914.001] Perl_re_intuit_start() hangs in a loop
8477      Branch: perl
8478            ! regexec.c t/op/pat.t
8479 ____________________________________________________________________________
8480 [  4157] By: jhi                                   on 1999/09/14  21:18:09
8481         Log: config.h will define USE_64_BITS if need be.
8482      Branch: cfgperl
8483            ! hints/irix_6.sh
8484 ____________________________________________________________________________
8485 [  4156] By: jhi                                   on 1999/09/14  20:30:00
8486         Log: Change #4149 necessitates also a small code change.
8487      Branch: cfgperl
8488            ! ext/B/defsubs_h.PL
8489 ____________________________________________________________________________
8490 [  4155] By: jhi                                   on 1999/09/14  20:15:53
8491         Log: Update EPOC libdir names.
8492      Branch: cfgperl
8493            ! epoc/config.h
8494 ____________________________________________________________________________
8495 [  4154] By: jhi                                   on 1999/09/14  20:13:41
8496         Log: Obsolete epoc/config.h caused #4153 to re-introduce already
8497              deceased HAS.*DBM.*64 mumblings.
8498      Branch: cfgperl
8499            ! Configure config_h.SH epoc/config.h
8500 ____________________________________________________________________________
8501 [  4153] By: jhi                                   on 1999/09/14  20:04:53
8502         Log: Configure nits.
8503      Branch: cfgperl
8504            ! Configure config_h.SH
8505      Branch: metaconfig
8506            ! U/compline/d_sigaction.U U/threads/i_pthread.U
8507 ____________________________________________________________________________
8508 [  4152] By: jhi                                   on 1999/09/14  19:30:22
8509         Log: Integrate with Sarathy.
8510      Branch: cfgperl
8511           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
8512            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
8513           !> INSTALL MANIFEST ext/B/Makefile.PL pod/perldiag.pod
8514           !> win32/config_sh.PL
8515 ____________________________________________________________________________
8516 [  4151] By: jhi                                   on 1999/09/14  10:25:01
8517         Log: Update Unicode database and recompute the tables.
8518              Rename the .txt files to be more Unicode 3.0-like.
8519              Unihan-3.0.txt not included because it is 16 MB.
8520              syllables.txt is manually maintained.
8521              See ReadMe.txt for description of the .txt files.
8522              (not all of them are used yet)
8523      Branch: cfgperl
8524            + lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
8525            + lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
8526            + lib/unicode/Index.txt lib/unicode/Jamo-2.txt
8527            + lib/unicode/LineBrk.txt lib/unicode/Names.txt
8528            + lib/unicode/Props.txt lib/unicode/ReadMe.txt
8529            + lib/unicode/SpecCase.txt
8530            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
8531            - lib/unicode/index2.txt lib/unicode/jamo2.txt
8532            - lib/unicode/names2.txt lib/unicode/props2.txt
8533            - lib/unicode/readme.txt
8534            ! MANIFEST lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
8535            ! lib/unicode/Bidirectional.pl lib/unicode/Block.pl
8536            ! lib/unicode/Category.pl lib/unicode/CombiningClass.pl
8537            ! lib/unicode/Decomposition.pl
8538            ! lib/unicode/In/ArabicPresentationForms-B.pl
8539            ! lib/unicode/In/Specials.pl lib/unicode/In/Tibetan.pl
8540            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
8541            ! lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiL.pl
8542            ! lib/unicode/Is/BidiON.pl lib/unicode/Is/BidiWS.pl
8543            ! lib/unicode/Is/DCcompat.pl lib/unicode/Is/DecoCanon.pl
8544            ! lib/unicode/Is/DecoCompat.pl lib/unicode/Is/L.pl
8545            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lo.pl
8546            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Lu.pl
8547            ! lib/unicode/Is/Pd.pl lib/unicode/Is/Po.pl lib/unicode/Is/S.pl
8548            ! lib/unicode/Is/Sm.pl lib/unicode/Is/So.pl
8549            ! lib/unicode/Is/Upper.pl lib/unicode/Is/Word.pl
8550            ! lib/unicode/JamoShort.pl lib/unicode/UnicodeData-Latest.txt
8551            ! lib/unicode/mktables.PL
8552 ____________________________________________________________________________
8553 [  4150] By: gsar                                  on 1999/09/14  09:31:57
8554         Log: INSTALL tweak
8555      Branch: perl
8556            ! INSTALL
8557 ____________________________________________________________________________
8558 [  4149] By: gsar                                  on 1999/09/14  09:00:45
8559         Log: change some filenames to be 8.3-friendly
8560      Branch: perl
8561           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
8562            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
8563            ! MANIFEST ext/B/Makefile.PL pod/perldiag.pod
8564 ____________________________________________________________________________
8565 [  4148] By: gsar                                  on 1999/09/14  08:35:00
8566         Log: win32 config tweak (suggested by Greg Chapman <glc@well.com>)
8567      Branch: perl
8568            ! win32/config_sh.PL
8569 ____________________________________________________________________________
8570 [  4147] By: jhi                                   on 1999/09/14  08:07:49
8571         Log: Not that UVSIZE normally differs that much from IVSIZE...
8572      Branch: cfgperl
8573            ! perl.h
8574 ____________________________________________________________________________
8575 [  4146] By: jhi                                   on 1999/09/14  08:04:40
8576         Log: Integrate with Sarathy.
8577      Branch: cfgperl
8578           !> Changes ext/DB_File/DB_File.xs
8579 ____________________________________________________________________________
8580 [  4145] By: jhi                                   on 1999/09/14  07:10:02
8581         Log: I_PTHREAD was PTHREADEAD.
8582      Branch: cfgperl
8583            ! Configure config_h.SH
8584      Branch: metaconfig
8585            ! U/threads/i_pthread.U
8586 ____________________________________________________________________________
8587 [  4144] By: gsar                                  on 1999/09/14  06:46:47
8588         Log: change#4113 was missing DB_File.xs changes
8589      Branch: perl
8590            ! ext/DB_File/DB_File.xs
8591 ____________________________________________________________________________
8592 [  4143] By: jhi                                   on 1999/09/13  20:16:20
8593         Log: Small doc and whitespace edits.
8594      Branch: cfgperl
8595            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
8596            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
8597            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
8598            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
8599            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
8600            ! pod/perldelta.pod
8601 ____________________________________________________________________________
8602 [  4142] By: gsar                                  on 1999/09/13  19:32:31
8603         Log: integrate cfgperl contents into mainline, update Changes
8604      Branch: perl
8605           +> ext/DB_File/version.c
8606            ! Changes
8607           !> (integrate 44 files)
8608 ____________________________________________________________________________
8609 [  4141] By: jhi                                   on 1999/09/13  16:16:56
8610         Log: Scan for <pthread.h> always.
8611      Branch: cfgperl
8612            ! Configure config_h.SH perl.h
8613      Branch: metaconfig
8614            ! U/threads/i_pthread.U
8615 ____________________________________________________________________________
8616 [  4140] By: jhi                                   on 1999/09/13  16:00:08
8617         Log: Integrate with Sarathy.
8618      Branch: cfgperl
8619           !> (integrate 27 files)
8620 ____________________________________________________________________________
8621 [  4139] By: jhi                                   on 1999/09/13  15:35:18
8622         Log: Add -A option to Configure to diddle with variables
8623              after the hints file has been applied.
8624      Branch: cfgperl
8625            ! Configure config_h.SH
8626      Branch: metaconfig
8627            ! U/modified/Oldconfig.U U/modified/Options.U
8628 ____________________________________________________________________________
8629 [  4138] By: jhi                                   on 1999/09/13  13:42:56
8630         Log: Change #4136 edited DynaLoader.xs which is kind of fruitless.
8631      Branch: cfgperl
8632            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
8633            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
8634            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
8635            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
8636            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
8637 ____________________________________________________________________________
8638 [  4137] By: jhi                                   on 1999/09/13  13:25:31
8639         Log: Applying change #4136 manually introduced patch residue.
8640      Branch: cfgperl
8641            ! perl.h
8642 ____________________________________________________________________________
8643 [  4136] By: jhi                                   on 1999/09/13  13:23:04
8644         Log: Replace change #4100 with
8645              From: Robin Barker <rmb1@cise.npl.co.uk>
8646              To: gsar@activestate.com
8647              Cc: perl5-porters@perl.org
8648              Subject: Re: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits
8649              Date: Mon, 13 Sep 1999 14:15:11 +0100 (BST)
8650              Message-Id: <199909131315.OAA24012@tempest.npl.co.uk>
8651      Branch: cfgperl
8652            ! doio.c dump.c ext/B/B.xs ext/B/typemap
8653            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
8654            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
8655            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
8656            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
8657 ____________________________________________________________________________
8658 [  4135] By: jhi                                   on 1999/09/13  10:22:31
8659         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8660              To: perl5-porters@perl.org (Mailing list Perl5)
8661              Subject: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
8662              Date: Sat, 11 Sep 1999 05:31:03 -0400 (EDT)
8663              Message-Id: <199909110931.FAA11036@monk.mps.ohio-state.edu>
8664              
8665              From: andreas.koenig@anima.de (Andreas J. Koenig)
8666              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
8667              Cc: perl5-porters@perl.org (Mailing list Perl5)
8668              Subject: Re: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
8669              Date: 11 Sep 1999 15:36:26 +0200
8670              Message-ID: <sfc906dr2n9.fsf@hohenstaufen.in-berlin.de>
8671      Branch: cfgperl
8672            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
8673 ____________________________________________________________________________
8674 [  4134] By: jhi                                   on 1999/09/13  10:20:14
8675         Log: From: Tom Phoenix <rootbeer@redcat.com>
8676              To: Perl Porters Mailing List <perl5-porters@perl.org>
8677              Subject: [DOCPATCH] Server errors and perldiag
8678              Date: Fri, 10 Sep 1999 16:45:02 -0700 (PDT)
8679              Message-ID: <Pine.GSO.4.10.9909101639490.16999-100000@user2.teleport.com>
8680      Branch: cfgperl
8681            ! pod/perldiag.pod
8682 ____________________________________________________________________________
8683 [  4133] By: gsar                                  on 1999/09/13  03:25:43
8684         Log: avoid assertion failure on C<@a'>
8685      Branch: perl
8686            ! toke.c
8687 ____________________________________________________________________________
8688 [  4132] By: gsar                                  on 1999/09/13  03:03:57
8689         Log: add -DPERL_Y2KWARN build option that will generate additional
8690              warnings on "19$yy" etc (reworked a patch suggested by
8691              Ulrich Pfeifer <upf@de.uu.net>)
8692      Branch: perl
8693            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod
8694            ! pp_hot.c sv.c t/pragma/warn/pp_hot t/pragma/warn/sv
8695 ____________________________________________________________________________
8696 [  4131] By: gsar                                  on 1999/09/12  22:06:25
8697         Log: fix DATA leaks; reword documentation about the DATA filehandle
8698      Branch: perl
8699            ! ext/Opcode/Safe.pm lib/Pod/Functions.pm pod/perldata.pod
8700 ____________________________________________________________________________
8701 [  4130] By: gsar                                  on 1999/09/12  20:08:56
8702         Log: make sprintf("%g",...) threadsafe; only taint its result iff the
8703              formatted result looks nonstandard
8704      Branch: perl
8705            ! embed.pl embedvar.h intrpvar.h objXSUB.h perl.c perlapi.c
8706            ! pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
8707            ! t/pragma/locale.t thrdvar.h
8708 ____________________________________________________________________________
8709 [  4129] By: gsar                                  on 1999/09/12  17:04:11
8710         Log: From: Doug MacEachern <dougm@cp.net>
8711              Date: Sun, 25 Jul 1999 15:49:00 -0700 (PDT)
8712              Message-ID: <Pine.LNX.4.10.9907251538380.373-100000@mojo.eng.cp.net>
8713              Subject: [PATCH 5.005_57] B::clearsym
8714      Branch: perl
8715            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/Debug.pm ext/B/B/Terse.pm
8716 ____________________________________________________________________________
8717 [  4128] By: gsar                                  on 1999/09/12  16:59:12
8718         Log: better debugger help output (from Ilya Zakharevich)
8719      Branch: perl
8720            ! lib/perl5db.pl
8721 ____________________________________________________________________________
8722 [  4127] By: jhi                                   on 1999/09/11  20:50:37
8723         Log: Integrate with Sarathy.
8724      Branch: cfgperl
8725           +> pod/perlcompile.pod t/lib/gol-basic.t t/lib/gol-compat.t
8726           +> t/lib/gol-linkage.t
8727           !> (integrate 43 files)
8728 ____________________________________________________________________________
8729 [  4126] By: nick                                  on 1999/09/10  20:44:22
8730         Log: Get resolve -at mainline
8731      Branch: utfperl
8732           +> (branch 297 files)
8733            - README.cygwin32 XSlock.h bytecode.h byterun.c byterun.h
8734            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
8735            - cygwin32/perlld ext/B/byteperl.c ext/DynaLoader/dl_cygwin32.xs
8736            - hints/cygwin32.sh interp.sym myconfig objpp.h perl_exp.SH
8737            - t/pragma/warn-1global t/pragma/warning.t thread.sym
8738            - win32/GenCAPI.pl win32/TEST win32/autosplit.pl
8739            - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
8740            - win32/genxsdef.pl win32/makedef.pl win32/makemain.pl
8741            - win32/makeperldef.pl win32/perlhost.h
8742           !> (integrate 847 files)
8743 ____________________________________________________________________________
8744 [  4125] By: gsar                                  on 1999/09/10  19:22:14
8745         Log: s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS vs dXSARGS
8746              etc.)
8747      Branch: perl
8748            ! XSUB.h pp.h
8749 ____________________________________________________________________________
8750 [  4124] By: gsar                                  on 1999/09/10  19:14:35
8751         Log: rewrote substantive parts of patch
8752              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8753              Date: Fri, 27 Aug 1999 19:02:18 -0400
8754              Message-ID: <19990827190218.A19561@monk.mps.ohio-state.edu>
8755              Subject: [PATCH 5.005_58] REx documentation
8756      Branch: perl
8757            ! pod/perlre.pod
8758 ____________________________________________________________________________
8759 [  4123] By: gsar                                  on 1999/09/10  18:21:53
8760         Log: note about AVf_*
8761      Branch: perl
8762            ! av.h
8763 ____________________________________________________________________________
8764 [  4122] By: gsar                                  on 1999/09/10  17:55:42
8765         Log: allow 'text' in L<text|A::B/"C"> (from Martin Lichtin
8766              <lichtin@bivio.com>)
8767      Branch: perl
8768            ! lib/Pod/Html.pm
8769 ____________________________________________________________________________
8770 [  4121] By: gsar                                  on 1999/09/10  17:49:35
8771         Log: dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
8772      Branch: perl
8773            ! AUTHORS Changes README.dos djgpp/config.over
8774            ! djgpp/configure.bat djgpp/djgpp.c djgpp/djgppsed.sh dosish.h
8775            ! lib/ExtUtils/MM_Unix.pm pod/pod2usage.PL pod/podchecker.PL
8776            ! pod/podselect.PL sv.h t/io/openpid.t util.c
8777 ____________________________________________________________________________
8778 [  4120] By: gsar                                  on 1999/09/10  12:25:01
8779         Log: add perlcompile.pod (edited content from Nathan Torkington
8780              <gnat@frii.com> and others)
8781      Branch: perl
8782            + pod/perlcompile.pod
8783            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod pod/roffitall
8784 ____________________________________________________________________________
8785 [  4119] By: gsar                                  on 1999/09/10  11:05:13
8786         Log: avoid leaking static local_patches unless patchlevel.h is
8787              explicitly included
8788      Branch: perl
8789            ! patchlevel.h perl.c
8790 ____________________________________________________________________________
8791 [  4118] By: gsar                                  on 1999/09/10  10:44:54
8792         Log: upgrade to Getopt::Long v2.20 (from Johan Vromans
8793              <jvromans@squirrel.nl>)
8794      Branch: perl
8795            + t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
8796            ! Changes MANIFEST lib/Getopt/Long.pm
8797 ____________________________________________________________________________
8798 [  4116] By: jhi                                   on 1999/09/09  15:56:52
8799         Log: perldeltify change #4115.
8800      Branch: cfgperl
8801            ! pod/perldelta.pod
8802 ____________________________________________________________________________
8803 [  4115] By: jhi                                   on 1999/09/09  15:48:56
8804         Log: From: "John L. Allen" <allen@grumman.com> 
8805              To: perl5-porters@perl.org 
8806              Subject: [ID 19990901.003] Time::Local should not croak on "out-of-range" days
8807              Date: Wed, 1 Sep 1999 13:33:39 -0400 (EDT) 
8808              Message-Id: <199909011733.NAA17356@gateway.grumman.com> 
8809      Branch: cfgperl
8810            ! lib/Time/Local.pm
8811 ____________________________________________________________________________
8812 [  4114] By: jhi                                   on 1999/09/09  15:42:30
8813         Log: From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
8814              To: perl5-porters@perl.org
8815              Subject: [ID 19990909.003] MAXINT redefined warning on HP-UX 10.20
8816              Date: Thu, 9 Sep 1999 10:33:37 -0500 (CDT)
8817              Message-Id: <199909091533.KAA01242@www.cvm.uiuc.edu>
8818      Branch: cfgperl
8819            ! pp_sys.c
8820 ____________________________________________________________________________
8821 [  4113] By: jhi                                   on 1999/09/09  10:17:45
8822         Log: From: paul.marquess@bt.com
8823              To: gsar@ActiveState.com
8824              Cc: perl5-porters@perl.org
8825              Subject: [PATCH 5.005_61] DB_File 1.71
8826              Date: Thu, 9 Sep 1999 11:20:13 +0100
8827              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BBE@mbtlipnt02.btlabs.bt.co.uk>
8828      Branch: cfgperl
8829            + ext/DB_File/version.c
8830            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
8831            ! ext/DB_File/Makefile.PL ext/DB_File/dbinfo ext/DB_File/typemap
8832            ! t/lib/db-btree.t
8833 ____________________________________________________________________________
8834 [  4112] By: jhi                                   on 1999/09/09  09:05:32
8835         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8836              To: perl5-porters@perl.org (Mailing list Perl5)
8837              Subject: [PATCH 5.005_58] Fix interaction of (?p{}) and (?>)
8838              Date: Thu, 9 Sep 1999 04:40:11 -0400 (EDT)
8839              Message-Id: <199909090840.EAA26471@monk.mps.ohio-state.edu>
8840      Branch: cfgperl
8841            ! regexec.c t/op/pat.t
8842 ____________________________________________________________________________
8843 [  4110] By: jhi                                   on 1999/09/09  07:29:17
8844         Log: Tidy up 64-bit situation in perldelta.
8845      Branch: cfgperl
8846            ! pod/perldelta.pod
8847 ____________________________________________________________________________
8848 [  4109] By: jhi                                   on 1999/09/09  07:26:53
8849         Log: Clear up PL_regcc issues.
8850              
8851              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8852              To: perl5-porters@perl.org (Mailing list Perl5)
8853              Subject: [PATCH 5.005_60] Another regexec.c unobfuscation
8854              Date: Thu, 9 Sep 1999 02:49:49 -0400 (EDT)
8855              Message-Id: <199909090649.CAA26119@monk.mps.ohio-state.edu>
8856      Branch: cfgperl
8857            ! regexec.c
8858 ____________________________________________________________________________
8859 [  4108] By: gsar                                  on 1999/09/08  20:52:51
8860         Log: avoid ass_u_ming uppercase types are not user objects (spotted
8861              by Kurt Starsinic)
8862      Branch: perl
8863            ! ext/Data/Dumper/Dumper.pm
8864 ____________________________________________________________________________
8865 [  4107] By: gsar                                  on 1999/09/08  20:35:18
8866         Log: From: akim@epita.fr (DEMAILLE Akim)
8867              Date: Wed, 8 Sep 1999 18:18:44 +0200 (CEST)
8868              Message-Id: <m11OkQm-003A4IC@beyrouth.lrde.epita.fr>
8869              Subject: [ID 19990908.014] s2p does not quote @
8870      Branch: perl
8871            ! x2p/s2p.PL
8872 ____________________________________________________________________________
8873 [  4106] By: gsar                                  on 1999/09/08  20:25:12
8874         Log: integrate cfgperl contents into mainline
8875      Branch: perl
8876           !> (integrate 30 files)
8877 ____________________________________________________________________________
8878 [  4105] By: jhi                                   on 1999/09/08  09:02:37
8879         Log: Minor touches at the [:class:] description.
8880      Branch: cfgperl
8881            ! pod/perlre.pod
8882 ____________________________________________________________________________
8883 [  4104] By: jhi                                   on 1999/09/08  08:57:58
8884         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8885              To: Mailing list Perl5 <perl5-porters@perl.org>
8886              Subject: [PATCH 5.005_58] Fix debugging output for REx
8887              Date: Wed, 8 Sep 1999 05:02:02 -0400
8888              Message-ID: <19990908050201.A17682@monk.mps.ohio-state.edu>
8889      Branch: cfgperl
8890            ! regcomp.c
8891 ____________________________________________________________________________
8892 [  4103] By: gsar                                  on 1999/09/08  00:53:50
8893         Log: fix memory leak in C<sub f { split ' ', "a b" } f() while 1>
8894      Branch: perl
8895            ! pp.c
8896 ____________________________________________________________________________
8897 [  4102] By: gsar                                  on 1999/09/08  00:52:50
8898         Log: fix memory leak in C<sub f { @_ = 1 } f() while 1>
8899      Branch: perl
8900            ! cop.h pp_hot.c
8901 ____________________________________________________________________________
8902 [  4101] By: gsar                                  on 1999/09/07  17:25:07
8903         Log: various fixups for windows
8904      Branch: perl
8905            ! embed.h embed.pl objXSUB.h op.c perlapi.c proto.h
8906            ! win32/Makefile win32/makefile.mk xsutils.c
8907 ____________________________________________________________________________
8908 [  4100] By: jhi                                   on 1999/09/07  12:49:15
8909         Log: Fix pointer casts.
8910              
8911              From: Robin Barker <rmb1@cise.npl.co.uk>
8912              To: perl5-porters@perl.org
8913              Subject: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with
8914              -Duse64bits
8915              Date: Tue, 7 Sep 1999 12:30:18 +0100 (BST)
8916              Message-Id: <199909071130.MAA11435@tempest.npl.co.uk>
8917      Branch: cfgperl
8918            ! doio.c dump.c ext/B/B.xs ext/B/typemap
8919            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
8920            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
8921            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
8922            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
8923 ____________________________________________________________________________
8924 [  4099] By: jhi                                   on 1999/09/07  10:29:04
8925         Log: Add sig/pid/uid size and sign probes.
8926      Branch: metaconfig
8927            + U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
8928            + U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
8929 ____________________________________________________________________________
8930 [  4098] By: jhi                                   on 1999/09/07  10:27:06
8931         Log: Band-aid until we've got %{Uid_t} or something similar
8932              for sv_catpvfn().
8933      Branch: cfgperl
8934            ! taint.c
8935 ____________________________________________________________________________
8936 [  4097] By: jhi                                   on 1999/09/07  09:41:23
8937         Log: Fix a printf thinko: now quads must have the ll L q prefix.
8938              (in other words, a bare %d is an int/unsigned)
8939      Branch: cfgperl
8940            ! pp_sys.c sv.c t/op/64bit.t
8941 ____________________________________________________________________________
8942 [  4096] By: jhi                                   on 1999/09/07  07:36:17
8943         Log: HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX.
8944              
8945              From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
8946              To: perl5-porters@perl.org
8947              Subject: [ID 19990906.007] Not OK: perl 5.00561 on PA-RISC1.1 10.20
8948              Date: Mon, 6 Sep 1999 21:18:12 -0500 (CDT)
8949              Message-Id: <199909070218.VAA29232@www.cvm.uiuc.edu>
8950      Branch: cfgperl
8951            ! hints/hpux.sh perl.h
8952 ____________________________________________________________________________
8953 [  4095] By: gsar                                  on 1999/09/06  20:47:02
8954         Log: applied suggested patch with suitable test to detect MSVC
8955              From: "Vishal Bhatia" <vishalb@my-deja.com>
8956              Date: Wed, 11 Aug 1999 01:43:28 -0700
8957              Message-ID: <GFCJELIOGEENAAAA@my-deja.com>
8958              Subject: compiler on  win32
8959      Branch: perl
8960            ! ext/B/B/C.pm
8961 ____________________________________________________________________________
8962 [  4094] By: jhi                                   on 1999/09/06  20:34:44
8963         Log: Integrate with Sarathy.
8964      Branch: cfgperl
8965           !> ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
8966           !> t/harness t/pragma/sub_lval.t utils/Makefile utils/perlcc.PL
8967 ____________________________________________________________________________
8968 [  4093] By: jhi                                   on 1999/09/06  20:33:43
8969         Log: Fix UV_SIZEOF to UVSIZE; change the overflow tests
8970              so that they overflow also on 64-bit platforms.
8971      Branch: cfgperl
8972            ! t/pragma/warn/toke t/pragma/warn/util toke.c util.c
8973 ____________________________________________________________________________
8974 [  4092] By: gsar                                  on 1999/09/06  20:16:58
8975         Log: support bytecode and C backends in perlcc (patch suggested
8976              by Tom Hughes <tom@compton.au>); s/-opt/-noopt/ and make the
8977              C backend the default; describe new switches in pod; introduce
8978              PERLCC_OPTS and s/COMPILE_TIMEOUT/PERLCC_TIMEOUT/;
8979              s/COMPILE_TEST/HARNESS_COMPILE_TEST/; document these %ENV
8980              entries
8981      Branch: perl
8982            ! ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
8983            ! t/harness utils/Makefile utils/perlcc.PL
8984 ____________________________________________________________________________
8985 [  4091] By: jhi                                   on 1999/09/06  19:10:41
8986         Log: Integrate with Sarathy.
8987      Branch: cfgperl
8988           +> t/pragma/sub_lval.t
8989           !> (integrate 52 files)
8990 ____________________________________________________________________________
8991 [  4090] By: gsar                                  on 1999/09/06  19:09:06
8992         Log: propagate changed error text
8993      Branch: perl
8994            ! t/pragma/sub_lval.t
8995 ____________________________________________________________________________
8996 [  4089] By: gsar                                  on 1999/09/06  18:54:43
8997         Log: sprintf doc tweak (from Ian Phillipps <ian@dial.pipex.com>)
8998      Branch: perl
8999            ! pod/perlfunc.pod
9000 ____________________________________________________________________________
9001 [  4088] By: gsar                                  on 1999/09/06  18:52:10
9002         Log: From: paul.marquess@bt.com
9003              Date: Sun, 5 Sep 1999 15:11:08 +0100 
9004              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BAB@mbtlipnt02.btlabs.bt.co.uk>
9005              Subject: [PATCH 5.005_61] Another patch for Lexical Warnings
9006      Branch: perl
9007            ! pp_sys.c t/pragma/warn/doio t/pragma/warn/op
9008            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys
9009            ! t/pragma/warn/regcomp t/pragma/warn/sv t/pragma/warn/toke
9010            ! t/pragma/warn/universal t/pragma/warn/utf8 t/pragma/warn/util
9011            ! toke.c
9012 ____________________________________________________________________________
9013 [  4087] By: gsar                                  on 1999/09/06  18:06:06
9014         Log: change#3612 is buggy when quotemeta argument matches target
9015              (hope this is the last of the optimized-OP_SASSIGN bugs)
9016              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9017              Date: Sun, 5 Sep 1999 06:07:42 -0400 (EDT)
9018              Message-Id: <199909051007.GAA06423@monk.mps.ohio-state.edu>
9019              Subject: Re: [BUG: quotemeta]
9020      Branch: perl
9021            ! Changes op.c t/op/lex_assign.t
9022 ____________________________________________________________________________
9023 [  4086] By: gsar                                  on 1999/09/06  17:57:52
9024         Log: misc tweaks
9025      Branch: perl
9026            ! bytecode.pl ext/ByteLoader/byterun.h pod/perlsyn.pod toke.c
9027 ____________________________________________________________________________
9028 [  4085] By: gsar                                  on 1999/09/06  03:54:23
9029         Log: applied patch suggested by Hans Mulder to fix problems on
9030              OPENSTEP-Mach; be more careful about PERL_POLLUTE_MALLOC
9031              when they ask for bincompat (platforms that used to default
9032              to EMBEDMYMALLOC continue to do so); disable warnings.t#192
9033              (appears unsalvageable on some platforms)
9034      Branch: perl
9035            ! embed.h embed.pl handy.h perl.h pp_sys.c t/pragma/warn/pp_hot
9036 ____________________________________________________________________________
9037 [  4084] By: bailey                                on 1999/09/06  02:39:11
9038         Log: Integrate mainline 5.05_61
9039      Branch: vmsperl
9040           +> (branch 32 files)
9041            - lib/unicode/EthiopicSyllables.txt
9042            - lib/unicode/MakeEthiopicSyllables.PL t/pragma/warning.t
9043            - warning.pl
9044            ! vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
9045            ! vms/perly_h.vms vms/vms.c
9046           !> (integrate 346 files)
9047 ____________________________________________________________________________
9048 [  4083] By: gsar                                  on 1999/09/06  00:10:40
9049         Log: optional warning on join(/foo/...) (reworked suggested patch
9050              by Mark-Jason Dominus <mjd@plover.com>)
9051      Branch: perl
9052            ! embed.h objXSUB.h op.c opcode.h opcode.pl perlapi.c
9053            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.sym
9054            ! pp_proto.h t/pragma/warn/op
9055 ____________________________________________________________________________
9056 [  4082] By: gsar                                  on 1999/09/05  22:28:57
9057         Log: fix data loss when more than one block is read from SDBM
9058              *.dir file (suggested by Uwe Ohse <uwe@ohse.de>)
9059      Branch: perl
9060            ! ext/SDBM_File/sdbm/sdbm.c
9061 ____________________________________________________________________________
9062 [  4081] By: gsar                                  on 1999/09/05  22:07:18
9063         Log: initial implementation of lvalue subroutines (slightly fixed
9064              version of patch suggested by Ilya Zakharevich, which in turn
9065              is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>)
9066      Branch: perl
9067            + t/pragma/sub_lval.t
9068            ! MANIFEST cop.h cv.h dump.c embed.h ext/Opcode/Opcode.pm
9069            ! ext/attrs/attrs.pm ext/attrs/attrs.xs global.sym objXSUB.h
9070            ! op.c op.h opcode.h opcode.pl opnames.h perlapi.c
9071            ! pod/perldiag.pod pod/perlsub.pod pp.c pp.sym pp_hot.c
9072            ! pp_proto.h proto.h t/pragma/warn/pp_ctl
9073 ____________________________________________________________________________
9074 [  4080] By: jhi                                   on 1999/09/05  22:02:18
9075         Log: Undo #4055 (related to #4079).
9076      Branch: cfgperl
9077            ! pod/perlop.pod
9078 ____________________________________________________________________________
9079 [  4079] By: jhi                                   on 1999/09/05  21:30:54
9080         Log: Time is not yet ripe.
9081      Branch: cfgperl
9082            ! pod/perldelta.pod pod/perlop.pod pp.c t/op/64bit.t t/op/misc.t
9083 ____________________________________________________________________________
9084 [  4078] By: gsar                                  on 1999/09/05  18:17:32
9085         Log: modified suggested patch to handle cross-refs and qr// objects
9086              correctly; unfollowed refs are represented as simple string
9087              value, not just the bare type; $VERSION stays the same until
9088              it is ready for prime time (avoids CPAN confustication)
9089              From:    John Nolan <jpnolan@Op.Net>
9090              Date:    Wed, 04 Aug 1999 20:21:10 EDT
9091              Message-Id: <199908050021.UAA09693@monet.op.net>
9092              Subject: [ID 19990804.006] [PATCH]5.005_60 (Data::Dumper) - implements Maxdepth setting
9093      Branch: perl
9094            ! Changes ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
9095            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo t/lib/dumper.t
9096 ____________________________________________________________________________
9097 [  4077] By: jhi                                   on 1999/09/04  21:54:42
9098         Log: timesum() wasn't @EXPORTed as promised by the documentation.
9099              Bug reported by Alex Efros <powerman@inart.kharkov.com>.
9100      Branch: cfgperl
9101            ! lib/Benchmark.pm
9102 ____________________________________________________________________________
9103 [  4076] By: gsar                                  on 1999/09/04  20:21:59
9104         Log: integrate cfgperl contents into mainline
9105      Branch: perl
9106           +> lib/attributes.pm lib/warnings.pm t/lib/attrs.t t/op/attrs.t
9107           +> t/pragma/warn/7fatal t/pragma/warn/8signal t/pragma/warnings.t
9108           +> warnings.h warnings.pl xsutils.c
9109            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
9110           !> (integrate 109 files)
9111 ____________________________________________________________________________
9112 [  4075] By: jhi                                   on 1999/09/04  18:04:47
9113         Log: use integer on the problematic subtest.
9114      Branch: cfgperl
9115            ! t/op/misc.t
9116 ____________________________________________________________________________
9117 [  4074] By: jhi                                   on 1999/09/04  17:57:40
9118         Log: Warn about numconvert.t in case somebody
9119              wants to make sv_2pv more 64-bit aware.
9120      Branch: cfgperl
9121            ! sv.c
9122 ____________________________________________________________________________
9123 [  4073] By: jhi                                   on 1999/09/04  17:54:51
9124         Log: Comment upgrading: the quad situation isn't quite as
9125              bad as it used to be.
9126      Branch: cfgperl
9127            ! perl.h
9128 ____________________________________________________________________________
9129 [  4072] By: jhi                                   on 1999/09/04  15:35:37
9130         Log: Integrate with Sarathy.
9131      Branch: cfgperl
9132           !> win32/win32.c
9133 ____________________________________________________________________________
9134 [  4071] By: jhi                                   on 1999/09/04  15:28:11
9135         Log: Fix LFS with -Duseperlio in Solaris.  Reported in
9136              
9137              From: Robin Barker <rmb1@cise.npl.co.uk>
9138              To: perl5-porters@perl.org
9139              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
9140              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
9141              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
9142              
9143              and later (in private email) found to be dependent
9144              on useperlio.
9145              
9146              Mental note: the cpp magic done in perlsdio.h (and assumedly
9147              also in perlsfio.h) may cause trouble later with lfs because
9148              both the perlio scheme by Perl and the lfs support by vendors
9149              like to play cpp games to map the stdio namespace back and forth.
9150              The problem fixed here (fseek vs fseeko, ftell vs ftello) may be
9151              just the beginning.
9152      Branch: cfgperl
9153            ! perlio.c
9154 ____________________________________________________________________________
9155 [  4070] By: jhi                                   on 1999/09/04  13:12:14
9156         Log: Enable 64-bit clean bit ops.
9157              (Disables the t/op/misc.t substest 3 in 64-bit platforms.)
9158      Branch: cfgperl
9159            ! pod/perldelta.pod pod/perlop.pod pp.c pp_hot.c t/op/64bit.t
9160            ! t/op/misc.t
9161 ____________________________________________________________________________
9162 [  4069] By: jhi                                   on 1999/09/03  21:17:30
9163         Log: Turn on USE_64_BIT_OFFSETS implicitly.
9164      Branch: cfgperl
9165            ! perl.h
9166 ____________________________________________________________________________
9167 [  4068] By: jhi                                   on 1999/09/03  08:19:59
9168         Log: Fix from Spider for the sub attributes (there was an undocumented
9169              dependency between force_word() and skipspace()).
9170      Branch: cfgperl
9171            ! toke.c
9172 ____________________________________________________________________________
9173 [  4067] By: jhi                                   on 1999/09/01  23:17:06
9174         Log: From: John Tobey <spam@john-edwin-tobey.org>
9175              To: ilya@math.ohio-state.edu
9176              CC: perl5-porters@perl.org
9177              Subject: Re: [PATCH 5.005_60] distclean forgot two
9178              Date: Mon, 23 Aug 1999 02:10:11 -0400 (EDT)
9179              Message-Id: <m11InJ5-000FPCC@feynman.localnet>
9180      Branch: cfgperl
9181            ! t/lib/dprof.t
9182 ____________________________________________________________________________
9183 [  4066] By: jhi                                   on 1999/09/01  23:14:50
9184         Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
9185              To: perl5-porters@perl.org
9186              Subject: [ID 19990821.001] [PATCH] perl5.005_60 cygwin port
9187              Date: Fri, 20 Aug 1999 15:37:27 +0100
9188              Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST>
9189      Branch: cfgperl
9190            ! cygwin/Makefile.SHs ext/ByteLoader/byterun.h
9191            ! ext/SDBM_File/sdbm/sdbm.c hints/cygwin.sh perl.h pp_sys.c
9192            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t
9193 ____________________________________________________________________________
9194 [  4065] By: jhi                                   on 1999/09/01  22:06:43
9195         Log: From: Dominic Dunlop <domo@vo.lu>
9196              To: perl5-porters@perl.org
9197              Subject: [ID 19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1
9198              (UNINSTALLED) [PATCH]
9199              Date: Thu, 19 Aug 1999 09:48:03 +0200
9200              Message-Id: <v03110709b3e165b51dda@[212.24.192.132]>
9201              
9202              The PERL_POLLUTE_MALLOC part had to be manually applied.
9203      Branch: cfgperl
9204            ! hints/machten.sh perl.h
9205 ____________________________________________________________________________
9206 [  4064] By: jhi                                   on 1999/09/01  13:56:14
9207         Log: From: Martin Lichtin <lichtin@bivio.com>
9208              To: jhi@iki.fi
9209              CC: perl5-porters@perl.org
9210              Subject: Re: [ID 19990829.001] ExtUtils::Install.pm, minor umask problem
9211              Date: Wed, 01 Sep 1999 15:50:04 +0200
9212              Message-ID: <37CD2F0C.944BFACE@bivio.com>
9213      Branch: cfgperl
9214            ! lib/ExtUtils/Install.pm
9215 ____________________________________________________________________________
9216 [  4063] By: jhi                                   on 1999/09/01  13:16:11
9217         Log: Enhance lfs tests: check every seek and sysseek
9218              and test also that -e and -f detect largefiles.
9219      Branch: cfgperl
9220            ! t/lib/syslfs.t t/op/lfs.t
9221 ____________________________________________________________________________
9222 [  4062] By: jhi                                   on 1999/09/01  12:08:04
9223         Log: From: Colin Kuskie <ckuskie@Cadence.COM>
9224              To: Ronald J Kimball <rjk@linguist.dartmouth.edu>
9225              cc: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>,
9226              The Perl Porters Mailing List <perl5-porters@perl.org>
9227              Subject: [REPATCH 5.005_61] Re: perldiag.pod omissions
9228              Date: Tue, 31 Aug 1999 11:24:31 -0700 (PDT)
9229              Message-ID: <Pine.GSO.4.10.9908311055460.11290-100000@pdxult10a.cadence.com>
9230      Branch: cfgperl
9231            ! pod/perldiag.pod
9232 ____________________________________________________________________________
9233 [  4061] By: jhi                                   on 1999/09/01  12:03:03
9234         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9235              To: ilya@math.ohio-state.edu (Ilya Zakharevich)
9236              Cc: perl5-porters@perl.org, cloos@adamsmith.ai
9237              Subject: Re: [ID 19990830.005] Assigning value of an op on an SV to said SV
9238              Date: Wed, 1 Sep 1999 02:56:06 -0400 (EDT)
9239              Message-Id: <199909010656.CAA04478@monk.mps.ohio-state.edu>
9240      Branch: cfgperl
9241            ! op.c t/op/join.t
9242 ____________________________________________________________________________
9243 [  4060] By: jhi                                   on 1999/09/01  07:59:42
9244         Log: IV_DIG and NV_DIG fixes.
9245      Branch: cfgperl
9246            ! perl.h
9247 ____________________________________________________________________________
9248 [  4059] By: jhi                                   on 1999/08/31  14:47:18
9249         Log: \C{} -> \N{} residue.
9250      Branch: cfgperl
9251            ! toke.c
9252 ____________________________________________________________________________
9253 [  4057] By: gsar                                  on 1999/08/30  22:08:19
9254         Log: avoid hiding child process window
9255      Branch: perl
9256            ! win32/win32.c
9257 ____________________________________________________________________________
9258 [  4055] By: jhi                                   on 1999/08/30  21:20:50
9259         Log: Document the undefinedness of overshifting.
9260      Branch: cfgperl
9261            ! pod/perlop.pod
9262 ____________________________________________________________________________
9263 [  4054] By: jhi                                   on 1999/08/30  20:18:18
9264         Log: History fixes and updates.
9265      Branch: cfgperl
9266            ! pod/perlhist.pod
9267 ____________________________________________________________________________
9268 [  4053] By: jhi                                   on 1999/08/30  19:34:02
9269         Log: Shell quoting thinko broke installdirs.
9270              From: JVromans@Squirrel.nl (Johan Vromans)
9271              To: perl5-porters@perl.org
9272              Subject: [ID 19990830.001] 5.005_61 Configure does not substitute
9273              installprefix
9274              Date: Mon, 30 Aug 1999 16:10:10 +0200 (MEST)
9275              Message-Id: <14282.37058.934928.805633@plume.nl.compuware.com>
9276      Branch: cfgperl
9277            ! Configure config_h.SH
9278      Branch: metaconfig
9279            ! U/installdirs/archlib.U U/installdirs/bin.U
9280            ! U/installdirs/html1dir.U U/installdirs/html3dir.U
9281            ! U/installdirs/installprefix.U U/installdirs/man1dir.U
9282            ! U/installdirs/man3dir.U U/installdirs/privlib.U
9283            ! U/installdirs/scriptdir.U U/installdirs/sitearch.U
9284            ! U/installdirs/sitebin.U U/installdirs/sitehtml1dir.U
9285            ! U/installdirs/sitehtml3dir.U U/installdirs/sitelib.U
9286            ! U/installdirs/siteman1dir.U U/installdirs/siteman3dir.U
9287            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
9288            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
9289            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
9290            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
9291            ! U/installdirs/vendorscriptdir.U
9292 ____________________________________________________________________________
9293 [  4052] By: jhi                                   on 1999/08/30  02:57:05
9294         Log: Use \N{named characters} instead of \C.
9295              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9296              To: jhi@iki.fi
9297              Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce),
9298              perl5-porters@perl.org (Mailing list Perl5)
9299              Subject: Re: [PATCH 5.005_58] Named characters in Perl
9300              Date: Sun, 29 Aug 1999 16:46:53 -0400 (EDT)
9301              Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu>
9302      Branch: cfgperl
9303            ! lib/charnames.pm lib/utf8.pm pod/perldiag.pod pod/perlop.pod
9304            ! pod/perlre.pod regcomp.c t/lib/charnames.t toke.c
9305 ____________________________________________________________________________
9306 [  4051] By: jhi                                   on 1999/08/30  02:54:20
9307         Log: From: Spider Boardman <spider@Orb.Nashua.NH.US>
9308              To: perl5-porters@perl.org
9309              Subject: [ID 19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSION
9310              don't mix
9311              Date: Sun, 29 Aug 1999 19:04:53 -0400
9312              Message-Id: <199908292304.TAA13738@Orb.Nashua.NH.US>
9313      Branch: cfgperl
9314            ! universal.c
9315 ____________________________________________________________________________
9316 [  4050] By: jhi                                   on 1999/08/29  16:38:58
9317         Log: Conditionally socksify the LIBS of Socket.
9318      Branch: cfgperl
9319            ! ext/Socket/Makefile.PL
9320 ____________________________________________________________________________
9321 [  4049] By: jhi                                   on 1999/08/29  15:33:30
9322         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9323              To: Mailing list Perl5 <perl5-porters@perl.org>
9324              Subject: Re: [PATCH 5.005_60] fix @DB::typeahead
9325              Date: Wed, 25 Aug 1999 16:19:58 -0400
9326              Message-ID: <19990825161958.A4658@monk.mps.ohio-state.edu>
9327      Branch: cfgperl
9328            ! lib/perl5db.pl
9329 ____________________________________________________________________________
9330 [  4048] By: jhi                                   on 1999/08/29  15:31:36
9331         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
9332              To: perl5-porters@perl.org
9333              Subject: [PATCH _61] Lost arguments to simplified sort
9334              Date: Wed, 25 Aug 1999 23:22:32 -0700 (PDT)
9335              Message-ID: <14276.56616.879390.562685@metonymy.hip.berkeley.edu>
9336      Branch: cfgperl
9337            ! op.c t/op/sort.t
9338 ____________________________________________________________________________
9339 [  4047] By: jhi                                   on 1999/08/29  15:29:29
9340         Log: From: Olaf Flebbe <olaf@science-computing.de>
9341              Sender: owner-perl5-porters@perl.org
9342              To: perl5-porters@perl.org
9343              Subject: [ID 19990827.003] [PATCH]5.005_60 Patch for EPOC Support
9344              Date: Fri, 27 Aug 1999 21:50:41 +0200 (MEST)
9345      Branch: cfgperl
9346            ! README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
9347            ! epoc/perl.mmp epoc/perl.pkg
9348 ____________________________________________________________________________
9349 [  4046] By: jhi                                   on 1999/08/29  15:21:18
9350         Log: From: pvhp@forte.com (Peter Prymmer)
9351              To: perl5-porters@perl.org
9352              Subject: [PATCH: 5.005_61] an EBCDIC friendly cgi-html.t test
9353              Date: Fri, 27 Aug 99 18:51:04 PDT
9354              Message-Id: <9908280151.AA05010@forte.com>
9355      Branch: cfgperl
9356            ! t/lib/cgi-html.t
9357 ____________________________________________________________________________
9358 [  4045] By: jhi                                   on 1999/08/29  15:18:38
9359         Log: Fix scalar gmtime (and localtime) in quad environments,
9360              bug reported by Robin Parker.
9361              
9362              From: Robin Barker <rmb1@cise.npl.co.uk>
9363              To: jhi@iki.fi
9364              Cc: perl5-porters@perl.org
9365              Subject: Re: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
9366              Date: Tue, 24 Aug 1999 11:09:24 +0100 (BST)
9367              Message-Id: <199908241009.LAA24394@tempest.npl.co.uk>
9368      Branch: cfgperl
9369            ! pp_sys.c t/op/time.t
9370 ____________________________________________________________________________
9371 [  4044] By: jhi                                   on 1999/08/29  11:24:03
9372         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9373              To: perl5-porters@perl.org (Mailing list Perl5)
9374              Subject: [PATCH 5.005_60] Speeding up XSUB calls up to 66%
9375              Date: Fri, 27 Aug 1999 03:33:01 -0400 (EDT)
9376              Message-Id: <199908270733.DAA16927@monk.mps.ohio-state.edu>
9377              
9378              Addendum: it's "only" 33% speedup.
9379      Branch: cfgperl
9380            ! dump.c op.c op.h pp.h
9381 ____________________________________________________________________________
9382 [  4043] By: jhi                                   on 1999/08/29  11:10:33
9383         Log: From: spider-perl@Orb.Nashua.NH.US
9384              To: Mailing list Perl5 <perl5-porters@perl.org>
9385              Subject: [PATCH 5.005_61 CORE] sub : attrlist
9386              Date: Sun, 29 Aug 1999 03:02:11 -0400
9387              Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US>
9388      Branch: cfgperl
9389            + lib/attributes.pm t/lib/attrs.t t/op/attrs.t xsutils.c
9390            ! MANIFEST Makefile.SH embed.h embed.pl embedvar.h global.sym
9391            ! gv.c lib/AutoSplit.pm lib/SelfLoader.pm objXSUB.h op.c perl.c
9392            ! perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
9393            ! perly_c.diff pod/perldelta.pod pod/perldiag.pod
9394            ! pod/perlfunc.pod pod/perlmodlib.pod pod/perlsub.pod proto.h
9395            ! toke.c vms/perly_c.vms vms/perly_h.vms warnings.h
9396 ____________________________________________________________________________
9397 [  4042] By: jhi                                   on 1999/08/29  11:08:50
9398         Log: Turn off gcc-2.95's strict-alias optimization.
9399              This, of course, should be only temporary.
9400              From Andy Dougherty.
9401      Branch: cfgperl
9402            ! Configure config_h.SH
9403      Branch: metaconfig
9404            ! U/compline/ccflags.U U/modified/cc.U
9405 ____________________________________________________________________________
9406 [  4041] By: jhi                                   on 1999/08/29  10:47:30
9407         Log: Fix a typo in #4036.
9408      Branch: cfgperl
9409            ! mg.c
9410 ____________________________________________________________________________
9411 [  4040] By: jhi                                   on 1999/08/29  10:34:58
9412         Log: Add a missing #endif forgotten by #4035.
9413      Branch: cfgperl
9414            ! doop.c
9415 ____________________________________________________________________________
9416 [  4039] By: jhi                                   on 1999/08/29  10:31:19
9417         Log: Remove an extra #endif introduced by #4036.
9418      Branch: cfgperl
9419            ! perl.h
9420 ____________________________________________________________________________
9421 [  4038] By: jhi                                   on 1999/08/29  10:18:59
9422         Log: Rename warning to warnings, from Paul Marquess.
9423      Branch: cfgperl
9424            + lib/warnings.pm t/pragma/warn/7fatal t/pragma/warn/8signal
9425            + t/pragma/warnings.t warnings.h warnings.pl
9426            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
9427            ! MANIFEST Makefile.SH gv.c mg.c perl.h pod/perldelta.pod
9428            ! pod/perldiag.pod pod/perlfunc.pod pod/perllexwarn.pod
9429            ! pod/perlmodlib.pod pod/perlrun.pod pod/perltoc.pod
9430            ! pod/perlvar.pod t/op/64bit.t t/op/tie.t t/pragma/warn/2use
9431            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/5nolint
9432            ! t/pragma/warn/6default t/pragma/warn/doio t/pragma/warn/doop
9433            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
9434            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
9435            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
9436            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
9437            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
9438            ! t/pragma/warn/utf8 t/pragma/warn/util toke.c
9439 ____________________________________________________________________________
9440 [  4037] By: jhi                                   on 1999/08/29  10:08:47
9441         Log: Create the equivalence tables based on
9442              the real Unicode decomposition, not on
9443              the character name.
9444      Branch: cfgperl
9445            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
9446            ! lib/unicode/mktables.PL
9447 ____________________________________________________________________________
9448 [  4036] By: jhi                                   on 1999/08/29  09:29:08
9449         Log: Integrate with Sarathy.
9450      Branch: cfgperl
9451           +> lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
9452           +> lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
9453           +> lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
9454           +> lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
9455           +> lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
9456           +> lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
9457           !> (integrate 190 files)
9458 ____________________________________________________________________________
9459 [  4035] By: jhi                                   on 1999/08/29  08:56:15
9460         Log: Implement 64-bit vec().
9461      Branch: cfgperl
9462            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
9463            ! pp.h t/op/64bit.t
9464 ____________________________________________________________________________
9465 [  4034] By: gsar                                  on 1999/08/29  03:35:18
9466         Log: deadcode removal
9467      Branch: perl
9468            ! XSUB.h embed.h embed.pl global.sym mg.c op.c perl.h perlapi.h
9469            ! pp_ctl.c proto.h run.c sv.c
9470 ____________________________________________________________________________
9471 [  4033] By: jhi                                   on 1999/08/28  17:31:07
9472         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
9473              To: perl5-porters@perl.org
9474              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
9475              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
9476              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
9477      Branch: cfgperl
9478            ! perl.h
9479 ____________________________________________________________________________
9480 [  4032] By: gsar                                  on 1999/08/26  23:53:33
9481         Log: new thread should set current interp in TLS
9482      Branch: perl
9483            ! ext/Thread/Thread.xs
9484 ____________________________________________________________________________
9485 [  4031] By: bailey                                on 1999/08/23  03:40:07
9486         Log: When extension doesn't have a "main" object file to anchor linker search, pull in all objct files
9487      Branch: vmsperl
9488            ! lib/ExtUtils/MM_VMS.pm
9489 ____________________________________________________________________________
9490 [  4030] By: bailey                                on 1999/08/23  03:37:43
9491         Log: Patch up holes in realclean target
9492      Branch: vmsperl
9493            ! vms/descrip_mms.template
9494 ____________________________________________________________________________
9495 [  4029] By: bailey                                on 1999/08/23  03:36:24
9496         Log: Fix handling of PERL_POLLUTE
9497      Branch: vmsperl
9498            ! lib/ExtUtils/MM_VMS.pm
9499 ____________________________________________________________________________
9500 [  4028] By: bailey                                on 1999/08/23  03:34:08
9501         Log: Update VMS version of perly.h
9502      Branch: vmsperl
9503            ! vms/perly_h.vms
9504 ____________________________________________________________________________
9505 [  4027] By: bailey                                on 1999/08/23  03:32:45
9506         Log: Update dependencies in Descrip.MMS
9507      Branch: vmsperl
9508            ! vms/descrip_mms.template
9509 ____________________________________________________________________________
9510 [  4026] By: bailey                                on 1999/08/23  03:30:01
9511         Log: Fix prototypes in perlapi.c (64-bit?)
9512              Clear prior definition of getenv_len before defining VMS-specific macro
9513      Branch: vmsperl
9514            ! perlapi.c vms/vmsish.h
9515 ____________________________________________________________________________
9516 [  4025] By: bailey                                on 1999/08/23  03:25:51
9517         Log: Add '-m' option to Configure.com which skips the MANIFEST check
9518      Branch: vmsperl
9519            ! configure.com
9520 ____________________________________________________________________________
9521 [  4024] By: bailey                                on 1999/08/23  03:23:34
9522         Log: Skip open() tests that rely on Unix fork semantics
9523      Branch: vmsperl
9524            ! t/io/open.t
9525 ____________________________________________________________________________
9526 [  4023] By: bailey                                on 1999/08/23  03:21:46
9527         Log: Loosen conditons for recognizing a function name in perl.h to accomodate revisions
9528      Branch: vmsperl
9529            ! vms/gen_shrfls.pl
9530 ____________________________________________________________________________
9531 [  4022] By: bailey                                on 1999/08/23  03:17:33
9532         Log: update MM_VMS to use new File::Spec routines
9533      Branch: vmsperl
9534            ! lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm
9535 ____________________________________________________________________________
9536 [  4021] By: bailey                                on 1999/08/23  03:13:40
9537         Log: byteperl is now part of the ByteLoader ext
9538      Branch: vmsperl
9539            ! ext/ByteLoader/byterun.h vms/descrip_mms.template
9540 ____________________________________________________________________________
9541 [  4020] By: bailey                                on 1999/08/23  03:10:41
9542         Log: Allow option to treat barewords at start of Unix paths as simple words rather than logicals
9543      Branch: vmsperl
9544            ! vms/vms.c
9545 ____________________________________________________________________________
9546 [  4019] By: bailey                                on 1999/08/23  03:07:28
9547         Log: Update calls for new thread context handling
9548      Branch: vmsperl
9549            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
9550            ! ext/POSIX/POSIX.xs vms/vms.c vms/vmsish.h vms/writemain.pl
9551 ____________________________________________________________________________
9552 [  4018] By: bailey                                on 1999/08/23  03:01:31
9553         Log: Allow for file versions in library when looking for .bs files
9554      Branch: vmsperl
9555            ! ext/DynaLoader/DynaLoader_pm.PL
9556 ____________________________________________________________________________
9557 [  4017] By: bailey                                on 1999/08/23  02:58:55
9558         Log: Update VMS configuration procedures for 5.005_60
9559      Branch: vmsperl
9560            ! configure.com vms/subconfigure.com
9561 ____________________________________________________________________________
9562 [  4016] By: gsar                                  on 1999/08/20  22:19:56
9563         Log: update Changes
9564      Branch: perl
9565            ! Changes
9566
9567 ----------------
9568 Version 5.005_61
9569 ----------------
9570
9571 ____________________________________________________________________________
9572 [  4015] By: gsar                                  on 1999/08/20  22:17:41
9573         Log: perl_free() should use PerlMem_free()
9574      Branch: perl
9575            ! perl.c
9576 ____________________________________________________________________________
9577 [  4014] By: gsar                                  on 1999/08/20  22:10:46
9578         Log: win32 tweaks
9579      Branch: perl
9580            ! XSUB.h mg.c perl.c win32/config.bc win32/config.gc
9581            ! win32/config.vc win32/config_H.bc win32/config_H.gc
9582            ! win32/config_H.vc
9583 ____________________________________________________________________________
9584 [  4013] By: gsar                                  on 1999/08/20  22:09:56
9585         Log: DEBUG_m() adjusted to internalize dTHX
9586      Branch: perl
9587            ! malloc.c perl.h util.c
9588 ____________________________________________________________________________
9589 [  4012] By: gsar                                  on 1999/08/20  17:51:06
9590         Log: make autogenerated files writable
9591      Branch: perl
9592            ! (edit 171 files)
9593 ____________________________________________________________________________
9594 [  4011] By: gsar                                  on 1999/08/20  17:43:47
9595         Log: update Changes
9596      Branch: perl
9597            ! Changes perl.h pod/perldelta.pod pod/perlguts.pod
9598 ____________________________________________________________________________
9599 [  4010] By: gsar                                  on 1999/08/20  17:21:53
9600         Log: up patchlevel &c
9601      Branch: perl
9602            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
9603            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
9604 ____________________________________________________________________________
9605 [  4009] By: gsar                                  on 1999/08/20  16:46:26
9606         Log: add missing Is/Syl*.pl files
9607      Branch: perl
9608            + lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
9609            + lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
9610            + lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
9611            + lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
9612            + lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
9613            + lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
9614 ____________________________________________________________________________
9615 [  4008] By: gsar                                  on 1999/08/20  16:31:02
9616         Log: integrate cfgperl contents into mainline
9617      Branch: perl
9618           +> ext/ByteLoader/hints/sunos.pl lib/charnames.pm
9619           +> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
9620           +> lib/unicode/syllables.txt t/lib/charnames.t t/lib/syslfs.t
9621           +> t/op/lfs.t
9622            - lib/unicode/EthiopicSyllables.txt
9623            - lib/unicode/MakeEthiopicSyllables.PL
9624           !> (integrate 261 files)
9625 ____________________________________________________________________________
9626 [  4007] By: gsar                                  on 1999/08/20  15:24:08
9627         Log: support USE_THREADS+MULTIPLICITY; source compat tweaks for
9628              USE_THREADS and MULTIPLICITY; minor pod adjustments
9629      Branch: perl
9630            ! Porting/patching.pod Todo Todo-5.005 XSUB.h embed.pl
9631            ! embedvar.h perl.c perl.h pod/perlguts.pod util.c
9632 ____________________________________________________________________________
9633 [  4006] By: jhi                                   on 1999/08/19  19:01:41
9634         Log: Tighten the vec() code so that naughty BITS cause an error.
9635      Branch: cfgperl
9636            ! doop.c
9637 ____________________________________________________________________________
9638 [  4005] By: jhi                                   on 1999/08/19  15:55:09
9639         Log: Don't document ill-defined vec() bits cases
9640              (for which the code doesn't work right in any case)
9641      Branch: cfgperl
9642            ! pod/perldiag.pod pod/perlfunc.pod
9643 ____________________________________________________________________________
9644 [  4004] By: jhi                                   on 1999/08/19  12:49:41
9645         Log: Removed duplicated code (in pp.c and mg.c) by introducing
9646              do_vecget().  NOTE: the calling convention of do_vecset()
9647              changes, too: the `offset' that is assigned to LvTARGOFF(TARG)
9648              in pp_vec() is no more multiplied by `size' in pp_vec(),
9649              the multiplication is now done in do_vecset().
9650              
9651              Also fix a cpp thinko in change #4002.
9652      Branch: cfgperl
9653            ! doop.c embed.h embed.pl embedvar.h global.sym mg.c objXSUB.h
9654            ! perl.h perlapi.c pod/perldiag.pod pod/perlfunc.pod pp.c
9655            ! proto.h
9656 ____________________________________________________________________________
9657 [  4003] By: jhi                                   on 1999/08/18  08:27:22
9658         Log: Warn about small spherical distances.
9659      Branch: cfgperl
9660            ! lib/Math/Trig.pm
9661 ____________________________________________________________________________
9662 [  4002] By: jhi                                   on 1999/08/17  09:11:51
9663         Log: Enhance IV_FITS_IN_IV (though it's still unused).
9664      Branch: cfgperl
9665            ! perl.h
9666 ____________________________________________________________________________
9667 [  4001] By: jhi                                   on 1999/08/17  08:13:34
9668         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
9669              Message-ID: <sfcogg7ylk7.fsf@hohenstaufen.in-berlin.de>
9670              To: The Perl5 Porters Mailing List <perl5-porters@perl.org>
9671              Subject: [PATCH] overload.pm str/num confu
9672              Date: 17 Aug 1999 08:21:12 +0200
9673      Branch: cfgperl
9674            ! lib/overload.pm
9675 ____________________________________________________________________________
9676 [  4000] By: jhi                                   on 1999/08/17  07:20:23
9677         Log: From: merlyn@stonehenge.com (Randal L. Schwartz)
9678              To: perl5-porters@perl.org
9679              Subject: [ID 19990816.006] small patch to perlobj.pod from 5.005_03
9680              Date: 16 Aug 1999 14:24:28 -0700
9681              Message-Id: <m1ogg7to4z.fsf@halfdome.holdit.com>
9682      Branch: cfgperl
9683            ! pod/perlobj.pod
9684 ____________________________________________________________________________
9685 [  3999] By: jhi                                   on 1999/08/16  19:49:09
9686         Log: Integrate with Nick.
9687      Branch: cfgperl
9688           !> cop.h op.c perl.c t/op/eval.t t/pragma/warn/op util.c
9689 ____________________________________________________________________________
9690 [  3998] By: jhi                                   on 1999/08/16  19:44:29
9691         Log: Fix most of the pod2man moanings reported in
9692              
9693              From: "Larry W. Virden" <lvirden@cas.org>
9694              To: perl5-porters@perl.org
9695              Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6
9696              (UNINSTALLED)
9697              Date: Tue, 3 Aug 1999 15:35:06 -0400 (EDT)
9698              Message-Id: <199908031935.PAA27692@cas.org>
9699              
9700              Configure regen'ed.
9701      Branch: cfgperl
9702            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9703            ! config_h.SH ext/B/B/Stash.pm lib/Carp/Heavy.pm
9704            ! lib/Dumpvalue.pm lib/Exporter/Heavy.pm lib/filetest.pm
9705            ! lib/utf8.pm pod/perllexwarn.pod pod/perlxstut.pod
9706            ! utils/h2xs.PL utils/perlcc.PL
9707 ____________________________________________________________________________
9708 [  3997] By: jhi                                   on 1999/08/16  19:20:37
9709         Log: A fix of sorts for the flush-before-dup scenario.
9710      Branch: cfgperl
9711            ! doio.c
9712 ____________________________________________________________________________
9713 [  3996] By: jhi                                   on 1999/08/16  19:14:37
9714         Log: More paranoia.
9715      Branch: cfgperl
9716            ! sv.c
9717 ____________________________________________________________________________
9718 [  3995] By: jhi                                   on 1999/08/16  18:55:35
9719         Log: Batch of small 64-bit/long double/large file support tweaks:
9720              - scan for LDBL_DIG
9721              - from DBL_DIG and LDBL_DIG select NV_DIG
9722              - introduce IVSIZE, UVSIZE, NVSIZE
9723              - introduce IV_DIG
9724              - remove stdio64
9725              - AIX uses `oslevel` when others use `uname -r`
9726              - already AIX 4.2 goes 64-bit
9727              - in HP-UX require the 64-bit libc, just the directory isn't enough
9728              - group ids are not NVs
9729              - #undef USE_LONG_DOUBLE if long double is no better than double
9730              - introduce NV_WITHIN_*() and IV_FITS_IN_IV
9731              - mention large file support in perldelta
9732              - introduce quad TOPpin' and POPpin'
9733              - the svcat... buffer was tiny for printing quads in %b
9734              - fix the multiplication test in 64bit.t
9735              - try to make VMS to comply with all this removal and "introducal"
9736              of symbols
9737      Branch: cfgperl
9738            ! Configure config_h.SH dump.c hints/aix.sh hints/hpux.sh mg.c
9739            ! perl.h perlio.c pod/perldelta.pod pp.h sv.c t/lib/syslfs.t
9740            ! t/op/64bit.t t/op/lfs.t utf8.c vms/subconfigure.com
9741      Branch: metaconfig
9742            ! U/modified/d_longdbl.U
9743      Branch: metaconfig/U/perl
9744            + d_ldbl_dig.U
9745 ____________________________________________________________________________
9746 [  3994] By: jhi                                   on 1999/08/16  07:53:44
9747         Log: More Configure/subconfigure.com syncing.
9748      Branch: cfgperl
9749            ! vms/subconfigure.com
9750 ____________________________________________________________________________
9751 [  3993] By: jhi                                   on 1999/08/14  22:09:26
9752         Log: Remove from VMS what the change #3982 took away from Configure lands.
9753      Branch: cfgperl
9754            ! vms/subconfigure.com
9755 ____________________________________________________________________________
9756 [  3992] By: jhi                                   on 1999/08/14  13:29:13
9757         Log: Small test tweaks.
9758      Branch: cfgperl
9759            ! t/io/dup.t t/lib/dprof.t t/lib/odbm.t
9760 ____________________________________________________________________________
9761 [  3991] By: jhi                                   on 1999/08/14  13:08:41
9762         Log: Augment filesize limit note.
9763      Branch: cfgperl
9764            ! doio.c
9765 ____________________________________________________________________________
9766 [  3990] By: jhi                                   on 1999/08/14  13:06:12
9767         Log: Note about filesize limits.
9768      Branch: cfgperl
9769            ! doio.c pp_sys.c
9770 ____________________________________________________________________________
9771 [  3989] By: jhi                                   on 1999/08/14  11:31:58
9772         Log: Catch the case of filesize limits.
9773      Branch: cfgperl
9774            ! t/lib/syslfs.t t/op/lfs.t
9775 ____________________________________________________________________________
9776 [  3988] By: nick                                  on 1999/08/14  09:20:58
9777         Log: New lightweight Carp has a require. If Carp is used in a __DIE__ handler
9778              this causes a POPSTACK panic. The problem seems to be that although
9779              die_where() has unwound the tail of perl_vdie() top_env setjmp has been
9780              set to resume execution there. Avoiding setting CATCH_SET(TRUE) in 
9781              call_sv() avoids this. So invent a new G_NOCATCH flag to disable
9782              messing with CATCH_SET() in call_sv, use it in perl_vdie().
9783              Add test to op/eval.t which will fail (panic) if bug comes back.
9784              >>> I AM NOT CONVINCED THIS IS CORRECT LONG TERM FIX <<<
9785      Branch: perl
9786            ! cop.h perl.c t/op/eval.t util.c
9787 ____________________________________________________________________________
9788 [  3987] By: jhi                                   on 1999/08/13  23:57:52
9789         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
9790              To: perl5-porters@perl.org, vmsperl@perl.org, sarathy@activestate.com
9791              Subject: [PATCH 5.005_60] fix MM_VMS.pm for space-delimited lists
9792              Date: Fri, 13 Aug 1999 17:42:47 -0500
9793              Message-Id: <v04210105b3da3ed9599d@[172.16.246.133]>
9794      Branch: cfgperl
9795            ! lib/ExtUtils/MM_VMS.pm
9796 ____________________________________________________________________________
9797 [  3986] By: jhi                                   on 1999/08/13  23:56:44
9798         Log: Don't quit before printing out the message.
9799      Branch: cfgperl
9800            ! t/lib/syslfs.t t/op/lfs.t
9801 ____________________________________________________________________________
9802 [  3985] By: jhi                                   on 1999/08/13  23:35:49
9803         Log: Remove more t/ trash on target "clean".
9804      Branch: cfgperl
9805            ! Makefile.SH
9806 ____________________________________________________________________________
9807 [  3984] By: jhi                                   on 1999/08/13  23:02:53
9808         Log: Avoid double long double. 
9809      Branch: cfgperl
9810            ! Configure config_h.SH
9811      Branch: metaconfig/U/perl
9812            ! uselongdbl.U
9813 ____________________________________________________________________________
9814 [  3983] By: jhi                                   on 1999/08/13  22:59:56
9815         Log: BYTEORDER fix.
9816      Branch: cfgperl
9817            ! Configure config_h.SH
9818      Branch: metaconfig
9819            ! U/compline/byteorder.U
9820 ____________________________________________________________________________
9821 [  3982] By: jhi                                   on 1999/08/13  22:48:40
9822         Log: Jumbo Configure and large file support update.
9823              Remove a lot of unneeded 64-bitness cruft;
9824              re-introduce BYTEORDER; update 64-bitness hints;
9825              lfs should now work in Solaris; long doubles in AIX.
9826      Branch: cfgperl
9827            ! Configure config_h.SH doio.c hints/aix.sh hints/hpux.sh
9828            ! hints/irix_6.sh hints/solaris_2.sh iperlsys.h perl.h perlio.c
9829            ! perlsdio.h pp.h pp_sys.c
9830      Branch: metaconfig
9831            ! U/compline/byteorder.U U/compline/ccflags.U
9832      Branch: metaconfig/U/perl
9833            ! d_dlsymun.U io64.U uselongdbl.U
9834 ____________________________________________________________________________
9835 [  3980] By: jhi                                   on 1999/08/13  15:09:11
9836         Log: Introduce HAS_LLSEEK.
9837      Branch: cfgperl
9838            ! Configure config_h.SH perl.h
9839 ____________________________________________________________________________
9840 [  3979] By: jhi                                   on 1999/08/13  14:29:47
9841         Log: From: <dan@sidhe.org>
9842              To: perl5-porters@perl.org, vmsperl@perl.org, bailey@newman.upenn.edu,
9843              sarathy@activestate.com
9844              Subject: [PATCH 5.005_60]fix up VMS->unix filename translation a bit
9845              Date: Fri, 13 Aug 1999 09:00:42 -0700 (PDT)
9846              Message-ID: <Pine.LNX.4.10.9908130849390.3950-100000@tuatha.sidhe.org>
9847      Branch: cfgperl
9848            ! vms/vms.c
9849 ____________________________________________________________________________
9850 [  3978] By: jhi                                   on 1999/08/13  09:56:46
9851         Log: Make the 64-bit tests more paranoid.
9852      Branch: cfgperl
9853            ! t/op/64bit.t
9854 ____________________________________________________________________________
9855 [  3976] By: jhi                                   on 1999/08/12  21:49:16
9856         Log: IRIX64 needs more -mabi=64 with gcc.
9857      Branch: cfgperl
9858            ! hints/irix_6.sh
9859 ____________________________________________________________________________
9860 [  3975] By: jhi                                   on 1999/08/12  21:02:03
9861         Log: Reincarnate change #3967, now in more modest form.
9862      Branch: cfgperl
9863            ! hints/irix_6.sh
9864 ____________________________________________________________________________
9865 [  3974] By: jhi                                   on 1999/08/12  20:49:36
9866         Log: Remove rt from libswanted (I added it many moons ago
9867              when I thought it would be useful in Digital UNIX,
9868              I was wrong); undo the recent IRIX hints changes,
9869              getting rid of one warning brought new ones.
9870      Branch: cfgperl
9871            ! Configure config_h.SH hints/irix_6.sh
9872      Branch: metaconfig
9873            ! U/modified/Myinit.U
9874 ____________________________________________________________________________
9875 [  3973] By: jhi                                   on 1999/08/12  19:42:53
9876         Log: st_blocks is in 512 byte blocks.
9877      Branch: cfgperl
9878            ! t/lib/syslfs.t t/op/lfs.t
9879 ____________________________________________________________________________
9880 [  3972] By: jhi                                   on 1999/08/12  19:27:31
9881         Log: Don't claim defeat too early.
9882      Branch: cfgperl
9883            ! Configure config_h.SH
9884      Branch: metaconfig/U/perl
9885            ! longdblfio.U
9886 ____________________________________________________________________________
9887 [  3971] By: jhi                                   on 1999/08/12  19:24:14
9888         Log: IRIX 64-bit hint tweak. 
9889      Branch: cfgperl
9890            ! hints/irix_6.sh
9891 ____________________________________________________________________________
9892 [  3970] By: nick                                  on 1999/08/12  19:17:20
9893         Log: Turn of deprecated warnings for defined(@Sompack::ISA) type
9894              tests i.e. RV2AV and RV2HV
9895      Branch: perl
9896            ! op.c t/pragma/warn/op
9897 ____________________________________________________________________________
9898 [  3969] By: jhi                                   on 1999/08/12  19:06:17
9899         Log: Add Configure -Duselongdouble and add a missing semicolon.
9900      Branch: cfgperl
9901            ! Configure config_h.SH sv.c
9902      Branch: metaconfig/U/perl
9903            + uselongdbl.U
9904 ____________________________________________________________________________
9905 [  3968] By: jhi                                   on 1999/08/12  18:46:00
9906         Log: Simply exit() early if lfs support seems unlikely.
9907      Branch: cfgperl
9908            ! t/lib/syslfs.t t/op/lfs.t
9909 ____________________________________________________________________________
9910 [  3967] By: jhi                                   on 1999/08/12  18:44:05
9911         Log: Suffer silently for unused libraries.
9912      Branch: cfgperl
9913            ! hints/irix_6.sh
9914 ____________________________________________________________________________
9915 [  3966] By: jhi                                   on 1999/08/12  13:18:44
9916         Log: Update MANIFEST to follow change #3965.
9917      Branch: cfgperl
9918            ! MANIFEST
9919 ____________________________________________________________________________
9920 [  3965] By: jhi                                   on 1999/08/12  13:15:38
9921         Log: Regenerate Unicode tables based on new syllable lists
9922              from Daniel Yacob.
9923      Branch: cfgperl
9924            ! (edit 159 files)
9925 ____________________________________________________________________________
9926 [  3964] By: jhi                                   on 1999/08/12  10:06:24
9927         Log: Remove more spurious casting.
9928      Branch: cfgperl
9929            ! pp_sys.c
9930 ____________________________________________________________________________
9931 [  3963] By: jhi                                   on 1999/08/12  08:18:53
9932         Log: Minor niggles on the lfs tests.
9933      Branch: cfgperl
9934            ! t/lib/syslfs.t t/op/lfs.t
9935 ____________________________________________________________________________
9936 [  3962] By: jhi                                   on 1999/08/11  22:48:25
9937         Log: Don't bother with lfs testing if off_t is too small.
9938      Branch: cfgperl
9939            ! t/lib/syslfs.t t/op/lfs.t
9940 ____________________________________________________________________________
9941 [  3961] By: jhi                                   on 1999/08/11  22:22:54
9942         Log: Long double patches from Dan Sugalski.
9943      Branch: cfgperl
9944            ! sv.c
9945 ____________________________________________________________________________
9946 [  3960] By: jhi                                   on 1999/08/11  22:17:55
9947         Log: Flush buffer before duplicating file descriptor.
9948              
9949              From: Mark-Jason Dominus <mjd@plover.com>
9950              To: Graham Barr <gbarr@pobox.com>
9951              cc: Vicki Brown <vlb@cfcl.com>, perl5-porters@perl.org, mjd@plover.com
9952              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
9953              Date: Wed, 11 Aug 1999 15:56:09 -0400
9954              Message-ID: <19990811195610.5933.qmail@plover.com>
9955              
9956              From: Mark-Jason Dominus <mjd@plover.com>
9957              To: perl5-porters@perl.org
9958              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57)) 
9959              Date: Wed, 11 Aug 1999 16:05:46 -0400
9960              Message-ID: <19990811200546.6165.qmail@plover.com>
9961      Branch: cfgperl
9962            ! doio.c pod/perldelta.pod
9963 ____________________________________________________________________________
9964 [  3959] By: jhi                                   on 1999/08/11  22:11:35
9965         Log: Bypass fsync(NULL) (crashes miniperl compiled with DEC C 5.2)
9966              
9967              From: "Craig A. Berry" <craig.berry@metamor.com>
9968              Sender: owner-perl5-porters@perl.org
9969              To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com,
9970              bailey@newman.upenn.edu
9971              Subject: [PATCH 5.005_60] vms.c my_flush patch to circumvent fileno
9972              problem
9973              Date: Wed, 11 Aug 1999 14:31:11 -0500
9974              Message-Id: <4.2.0.58.19990811141007.00b8f8a0@mmtnt11.metamor.com>
9975      Branch: cfgperl
9976            ! vms/vms.c
9977 ____________________________________________________________________________
9978 [  3958] By: jhi                                   on 1999/08/11  15:35:45
9979         Log: Add a hopefully comforting message if there seems to be no LFS. 
9980              This seems to be the case with e.g. ext2fs, a somewhat popular fs.
9981              The tests will fail on lfs tests only if quad is available,
9982              if ENOQUAD, the lfs tests will be skipped.
9983      Branch: cfgperl
9984            ! t/lib/syslfs.t t/op/lfs.t
9985 ____________________________________________________________________________
9986 [  3957] By: jhi                                   on 1999/08/11  12:25:59
9987         Log: Unapply an experimental patch that accidentally escaped
9988              from the lab by piggybacking with the change #3955.
9989      Branch: cfgperl
9990            ! pp.c pp.h pp_hot.c
9991 ____________________________________________________________________________
9992 [  3956] By: jhi                                   on 1999/08/11  08:19:23
9993         Log: Add sysio large file support testing.
9994      Branch: cfgperl
9995            + t/lib/syslfs.t
9996            ! MANIFEST pod/perlfunc.pod t/op/64bit.t t/op/lfs.t
9997 ____________________________________________________________________________
9998 [  3955] By: jhi                                   on 1999/08/10  22:39:11
9999         Log: From: <dan@sidhe.org>
10000              To: vmsperl@perl.org, perl5-porters@perl.org,
10001              sarathy@activestate.com, bailey@newman.upenn.edu
10002              Subject: [PATCH 5.005_60]Patches needed to get _60 building with
10003              threads on VMS
10004              Date: Tue, 10 Aug 1999 16:34:56 -0700 (PDT)
10005              Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org>
10006      Branch: cfgperl
10007            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
10008            ! ext/POSIX/POSIX.xs pp.c pp.h pp_hot.c vms/vms.c vms/vmsish.h
10009            ! vms/writemain.pl
10010 ____________________________________________________________________________
10011 [  3954] By: jhi                                   on 1999/08/10  20:37:55
10012         Log: LFS testing robustness.
10013      Branch: cfgperl
10014            ! t/op/lfs.t
10015 ____________________________________________________________________________
10016 [  3953] By: jhi                                   on 1999/08/10  19:54:50
10017         Log: From: <dan@sidhe.org>
10018              To: vmsperl@perl.org, perp5-porters@perl.org, bailey@newman.upenn.edu,
10019              sarathy@activestate.com
10020              Subject: [PATCH 5.005_60]Pathces to get _60 building on VMS
10021              Date: Tue, 10 Aug 1999 13:28:18 -0700 (PDT)
10022              Message-ID: <Pine.LNX.4.10.9908101323130.18266-100000@tuatha.sidhe.org>
10023      Branch: cfgperl
10024            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
10025            ! vms/subconfigure.com vms/vmsish.h
10026 ____________________________________________________________________________
10027 [  3952] By: jhi                                   on 1999/08/10  17:18:57
10028         Log: AIX is different, again.  Now in cc -E output.
10029      Branch: cfgperl
10030            ! Configure config_h.SH
10031      Branch: metaconfig
10032            ! U/modified/cppstdin.U
10033 ____________________________________________________________________________
10034 [  3951] By: jhi                                   on 1999/08/10  14:37:08
10035         Log: Use Pid_t on pgrp matters.
10036      Branch: cfgperl
10037            ! pp_sys.c
10038 ____________________________________________________________________________
10039 [  3950] By: jhi                                   on 1999/08/10  14:35:30
10040         Log: Use Pid_t.
10041      Branch: cfgperl
10042            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
10043            ! pp_sys.c proto.h util.c
10044 ____________________________________________________________________________
10045 [  3949] By: jhi                                   on 1999/08/10  14:11:15
10046         Log: Use Mode_t.
10047      Branch: cfgperl
10048            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
10049            ! perlapi.h pp_sys.c proto.h
10050 ____________________________________________________________________________
10051 [  3948] By: jhi                                   on 1999/08/10  13:53:19
10052         Log: Small perlbug doc tweaks from Jon Orwant.
10053      Branch: cfgperl
10054            ! utils/perlbug.PL
10055 ____________________________________________________________________________
10056 [  3947] By: jhi                                   on 1999/08/10  09:55:11
10057         Log: Large file support testing.
10058      Branch: cfgperl
10059            + t/op/lfs.t
10060            ! MANIFEST t/op/64bit.t
10061 ____________________________________________________________________________
10062 [  3946] By: jhi                                   on 1999/08/10  09:13:54
10063         Log: Remove I32 casting from time-related functions.
10064      Branch: cfgperl
10065            ! pp_sys.c
10066 ____________________________________________________________________________
10067 [  3945] By: jhi                                   on 1999/08/10  09:06:42
10068         Log: Gratuitous uid and gid casts to I32s and ints removed.
10069              There are still problem spots in printfing such ids:
10070              width (%d vs %ld) and signedness %d vs %u.
10071      Branch: cfgperl
10072            ! doio.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
10073            ! perl.c perlapi.c pp_hot.c proto.h
10074 ____________________________________________________________________________
10075 [  3944] By: jhi                                   on 1999/08/10  07:43:03
10076         Log: Remove I32 casts from pp_stat, these make stat()
10077              very broken e.g. on files larger than 2 gigabytes.
10078              Reported by
10079              From: Phil Lobbes <phil@finchcomputer.com>
10080              To: perl5-porters@perl.org
10081              Subject: [ID 19990810.001] Possible bug using stat w/large files Digital
10082              UNIX Perl 5.005_03
10083              Date: Mon, 09 Aug 1999 21:38:54 -0700
10084              Message-Id: <199908100438.VAA08292@ultra.finchcomputer.com>
10085              
10086              There are more of these I32 casts all over pp_sys.c,
10087              all of them should be checked.
10088      Branch: cfgperl
10089            ! pp_sys.c
10090 ____________________________________________________________________________
10091 [  3943] By: jhi                                   on 1999/08/10  07:38:30
10092         Log: Remove blathering.
10093      Branch: cfgperl
10094            ! lib/unicode/mktables.PL
10095 ____________________________________________________________________________
10096 [  3942] By: jhi                                   on 1999/08/09  20:35:13
10097         Log: lexwarn maintenance: new warning class unsafe
10098              subclasses 'overflow' and 'portable' created,
10099              used by the recent integer overflow warnings.
10100              Class syntax subclass 'octal' renamed to 'digit',
10101              binary and hexadecimal parsing errors also 'digit' warnings.
10102      Branch: cfgperl
10103            ! lib/warning.pm pod/perllexwarn.pod t/pragma/warn/util toke.c
10104            ! util.c warning.h warning.pl
10105 ____________________________________________________________________________
10106 [  3941] By: jhi                                   on 1999/08/09  10:40:47
10107         Log: Integrate with Nick.
10108      Branch: cfgperl
10109           +> opnames.h
10110           !> Changes MANIFEST embed.h embed.pl ext/B/B/C.pm ext/B/B/CC.pm
10111           !> global.sym opcode.h opcode.pl perl.h perlapi.c pp.c
10112 ____________________________________________________________________________
10113 [  3940] By: jhi                                   on 1999/08/09  10:32:43
10114         Log: Regenerate the Unicode tables after having updated the Unicode
10115              database (change #3939).
10116      Branch: cfgperl
10117            ! (edit 157 files)
10118 ____________________________________________________________________________
10119 [  3939] By: jhi                                   on 1999/08/09  10:27:22
10120         Log: Unicode data updated to be the latest beta of the Unicode 3.0.
10121      Branch: cfgperl
10122            ! lib/unicode/UnicodeData-Latest.txt
10123 ____________________________________________________________________________
10124 [  3938] By: jhi                                   on 1999/08/09  10:25:54
10125         Log: Ethiopic changes via private email from Daniel Yacob,
10126              <dmulholl@cs.indiana.edu>.  Ethiopic and Cherokee done,
10127              Canadian Syllabics and Yi under construction.
10128      Branch: cfgperl
10129            + lib/unicode/syllables.txt
10130            - lib/unicode/EthiopicSyllables.txt
10131            - lib/unicode/MakeEthiopicSyllables.PL
10132            ! MANIFEST lib/unicode/UnicodeData-Latest.txt
10133            ! lib/unicode/mktables.PL
10134 ____________________________________________________________________________
10135 [  3937] By: jhi                                   on 1999/08/09  10:21:51
10136         Log: Move the equivalence class creation last.
10137      Branch: cfgperl
10138            ! lib/unicode/mktables.PL
10139 ____________________________________________________________________________
10140 [  3936] By: jhi                                   on 1999/08/09  10:20:40
10141         Log: Compute equivalence classes (diacritics stripping) only
10142              for letters, not for ligatures.
10143      Branch: cfgperl
10144            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
10145            ! lib/unicode/mktables.PL
10146 ____________________________________________________________________________
10147 [  3935] By: nick                                  on 1999/08/08  13:53:57
10148         Log: Will now correctly re-call 
10149              bootstrap "Foo";
10150              if requested. This should allow build on Win32 and other
10151              platforms where you cannot link to loadables directly.
10152      Branch: perl
10153            ! ext/B/B/C.pm
10154 ____________________________________________________________________________
10155 [  3934] By: nick                                  on 1999/08/07  12:23:55
10156         Log: Vishal Bhatia <vishalb@my-deja.com>
10157              Subject: [PATCH 5.005_60] fix for some obscure bugs (compiler)
10158              Message-ID: <HLPEBPHPAKHKAAAA@my-deja.com>
10159      Branch: perl
10160            ! ext/B/B/CC.pm
10161 ____________________________________________________________________________
10162 [  3933] By: nick                                  on 1999/08/07  12:19:46
10163         Log: B::C changes to get simple Tk app. compiling again
10164      Branch: perl
10165            ! ext/B/B/C.pm
10166 ____________________________________________________________________________
10167 [  3932] By: jhi                                   on 1999/08/06  21:17:16
10168         Log: Regen Configure to include change #3915.
10169      Branch: cfgperl
10170            ! Configure config_h.SH
10171 ____________________________________________________________________________
10172 [  3931] By: jhi                                   on 1999/08/06  18:52:57
10173         Log: Todo update.
10174      Branch: cfgperl
10175            ! Todo Todo-5.005 lib/unicode/mktables.PL
10176 ____________________________________________________________________________
10177 [  3930] By: jhi                                   on 1999/08/06  13:13:05
10178         Log: Character class equivalence tables.
10179      Branch: cfgperl
10180            + lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
10181            ! MANIFEST lib/unicode/mktables.PL
10182 ____________________________________________________________________________
10183 [  3929] By: jhi                                   on 1999/08/06  11:59:11
10184         Log: More Fcntl constants.  (This process really needs
10185              to be automated, at least partly, see the Errno extension.)
10186              Now also the SEEK_ constants are available via the Fcntl.
10187              Yes, this is redundant (IO::Seekable and POSIX supply them already),
10188              but now Fcntl is a one-stop shopping mall for all your
10189              file-related constants.    
10190      Branch: cfgperl
10191            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs pod/perlfunc.pod
10192 ____________________________________________________________________________
10193 [  3928] By: jhi                                   on 1999/08/06  08:08:03
10194         Log: Protect against pack/unpack repeat count overflows,
10195              based on:
10196              
10197              From: Nathan Torkington <gnat@frii.com>
10198              To: Brian Keefer <mgomes@cwix.com>
10199              Cc: perl5-porters@perl.org
10200              Subject: Re: [ID 19990806.001] Core dump with obfuscated code
10201              Date: Thu, 5 Aug 1999 23:01:51 -0600 (MDT)
10202              Message-ID: <14250.27711.769942.100675@localhost.frii.com>
10203      Branch: cfgperl
10204            ! pod/perldiag.pod pp.c
10205 ____________________________________________________________________________
10206 [  3927] By: jhi                                   on 1999/08/06  07:32:20
10207         Log: Fix for Nathan's fix (#3920) from Guy Decoux.
10208              
10209              From: Nathan Torkington <gnat@frii.com>
10210              To: perl5-porters@perl.org
10211              Subject: Bugfix for my bugfix
10212              Date: Thu, 5 Aug 1999 21:25:47 -0600 (MDT)
10213              Message-ID: <14250.21947.765134.940583@localhost.frii.com>
10214      Branch: cfgperl
10215            ! ext/B/B/Assembler.pm
10216 ____________________________________________________________________________
10217 [  3926] By: jhi                                   on 1999/08/05  17:25:19
10218         Log: Fix regex charclass parsing so that bogus ranges
10219              like [0-\d] and [[:word:]-z] are no more allowed.
10220              The anomaly was noticed by Guy Decoux.
10221      Branch: cfgperl
10222            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
10223 ____________________________________________________________________________
10224 [  3925] By: jhi                                   on 1999/08/05  10:31:47
10225         Log: split /^/ deprecation warning should not be on by default.
10226      Branch: cfgperl
10227            ! pp.c
10228 ____________________________________________________________________________
10229 [  3923] By: jhi                                   on 1999/08/05  09:16:57
10230         Log: From: paul.marquess@bt.com
10231              To: jhi@iki.fi, paul.marquess@bt.com
10232              Cc: gsar@ActiveState.com, perl5-porters@perl.org
10233              Subject: RE: [PATCH 5.005_60] anydbm.t + DB_File + Berkeley DB >= 2.4.10
10234              Date: Thu, 5 Aug 1999 09:33:14 +0100
10235              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B26@mbtlipnt02.btlabs.bt.co.uk>
10236      Branch: cfgperl
10237            ! t/lib/anydbm.t
10238 ____________________________________________________________________________
10239 [  3921] By: jhi                                   on 1999/08/05  08:05:13
10240         Log: From: paul.marquess@bt.com
10241              To: perl5-porters@perl.org
10242              Cc: gsar@activestate.com, nik@tiuk.ti.com, jhi@iki.fi,
10243              randy@theoryx5.uwinnipeg.ca
10244              Subject:  [PATCH 5.005_60] DB_File 1.70
10245              Date: Wed, 4 Aug 1999 23:22:22 +0100
10246              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B21@mbtlipnt02.btlabs.bt.co.uk>
10247              
10248              (Replaces change #3917)
10249      Branch: cfgperl
10250            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
10251            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
10252 ____________________________________________________________________________
10253 [  3920] By: jhi                                   on 1999/08/04  19:02:58
10254         Log: From: Nathan Torkington <gnat@frii.com>
10255              To: perl5-porters@perl.org
10256              Subject: [5.005_60 PATCH] Make B::Bytecode work
10257              Date: Wed, 4 Aug 1999 11:24:56 -0600 (MDT)
10258              Message-ID: <14248.30568.769427.216092@localhost.frii.com>
10259      Branch: cfgperl
10260            ! ext/B/B/Assembler.pm
10261 ____________________________________________________________________________
10262 [  3919] By: jhi                                   on 1999/08/04  10:56:26
10263         Log: Update history records.
10264      Branch: cfgperl
10265            ! pod/perlhist.pod
10266 ____________________________________________________________________________
10267 [  3918] By: jhi                                   on 1999/08/04  09:36:13
10268         Log: Minor fixes to linux -Dusethreads -Duseperlio.
10269      Branch: cfgperl
10270            ! perlio.c
10271 ____________________________________________________________________________
10272 [  3917] By: jhi                                   on 1999/08/04  08:13:20
10273         Log: (Replaced by change #3921)
10274              From: paul.marquess@bt.com
10275              To: gsar@activestate.com
10276              Cc: perl5-porters@perl.org
10277              Subject: [PATCH 5.005_60] DB_File 1.69
10278              Date: Tue, 3 Aug 1999 22:55:00 +0100
10279              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6D04@mbtlipnt02.btlabs.bt.co.uk>
10280      Branch: cfgperl
10281            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
10282            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
10283 ____________________________________________________________________________
10284 [  3916] By: jhi                                   on 1999/08/04  07:59:05
10285         Log: Introduce the charnames pragma.
10286              
10287              Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O
10288              From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu>
10289              To: Chip Salzenberg <[11]chip@perlsupport.com>
10290              Cc: Mailing list Perl5 <[12]perl5-porters@perl.org>
10291              Date: Sat, 31 Jul 1999 05:44:05 -0400
10292              Message-Id: <[13]199907311407.IAA25042@localhost.frii.com>
10293              
10294              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10295              To: Mailing list Perl5 <perl5-porters@perl.org>
10296              Subject: [PATCH 5.005_58] Named characters in Perl
10297              Date: Mon, 2 Aug 1999 19:25:40 -0400
10298              Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu>
10299      Branch: cfgperl
10300            + lib/charnames.pm t/lib/charnames.t
10301            ! MAINTAIN MANIFEST lib/utf8.pm pod/perldiag.pod pod/perlop.pod
10302            ! pod/perlre.pod regcomp.c toke.c
10303 ____________________________________________________________________________
10304 [  3915] By: jhi                                   on 1999/08/03  21:18:49
10305         Log: Support Configure -Dmake=pmake.
10306              Via private email from Andy.
10307              NOTE: assumes "basename" command.
10308      Branch: metaconfig
10309            ! U/modified/Config_sh.U
10310 ____________________________________________________________________________
10311 [  3914] By: jhi                                   on 1999/08/03  21:11:11
10312         Log: The op/filetest.t failed subtest 7 if testing as root.
10313              
10314              From: =?iso-8859-1?Q?Fran=E7ois=20D=E9sarm=E9nien?= <desar@club-internet.fr>
10315              To: perl5-porters@perl.org
10316              Subject: [ID 19990727.039] Not OK: perl 5.00558 on i386-sco 3.2v5.0.4
10317              Date: Tue, 27 Jul 1999 22:54:05 +0200
10318              Message-Id: <379E1C6D.626DC765@club-internet.fr>
10319      Branch: cfgperl
10320            ! t/op/filetest.t
10321 ____________________________________________________________________________
10322 [  3911] By: jhi                                   on 1999/08/03  19:52:38
10323         Log: The "-Dusethreads -Duseperlio" combination failed.
10324              
10325              From: Spider Boardman <spider@leggy.zk3.dec.com>
10326              To: perl5-porters@perl.org
10327              Subject: [ID 19990803.007] Not OK: perl 5.00560 on alpha-dec_osf-thread
10328              4.0 (UNINSTALLED)
10329              Date: Tue, 3 Aug 1999 14:25:00 -0400
10330              Message-Id: <199908031825.OAA29254@leggy.zk3.dec.com>
10331              
10332              See also change #3912.
10333      Branch: cfgperl
10334            ! perlio.c
10335 ____________________________________________________________________________
10336 [  3910] By: jhi                                   on 1999/08/03  10:44:24
10337         Log: From: Chris Nandor <pudge@pobox.com>
10338              To: perl5-porters@perl.org
10339              Subject: [PATCH 5.005_58] perlbug.PL 1.27
10340              Date: Wed, 28 Jul 1999 23:42:49 -0400
10341              Message-Id: <v04210104b3c57ce9e3de@[152.167.11.247]>
10342      Branch: cfgperl
10343            ! utils/perlbug.PL
10344 ____________________________________________________________________________
10345 [  3909] By: jhi                                   on 1999/08/03  10:41:04
10346         Log: Hints for building ByteLoader in SunoS.  Based on
10347              From: Andy Dougherty <doughera@lafayette.edu>
10348              To: Gurusamy Sarathy <gsar@activestate.com>
10349              Cc: Perl Porters <perl5-porters@perl.org>
10350              Subject: Re: 5.005_58 Not OK SunOS 4.1.3
10351              Date: Mon, 2 Aug 1999 14:01:58 -0400 (EDT)
10352              Message-Id: <Pine.GSU.4.05.9908021357410.5873-100000@newton.phys>
10353      Branch: cfgperl
10354            + ext/ByteLoader/hints/sunos.pl
10355            ! MANIFEST ext/ByteLoader/ByteLoader.xs
10356 ____________________________________________________________________________
10357 [  3908] By: jhi                                   on 1999/08/03  09:29:22
10358         Log: Clarify RE engine code; inline a static function to a macro;
10359              make exact string nodes smaller.
10360              
10361              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10362              To: perl5-porters@perl.org (Mailing list Perl5)
10363              Subject: [PATCH 5.005_60] Cosmetic change to REx engine
10364              Date: Mon, 2 Aug 1999 21:53:36 -0400 (EDT)
10365              Message-Id: <199908030153.VAA10542@monk.mps.ohio-state.edu>
10366      Branch: cfgperl
10367            ! Makefile.SH embed.pl global.sym keywords.h lib/warning.pm
10368            ! opcode.h pp.sym pp_proto.h regcomp.c regcomp.h regexec.c
10369            ! regnodes.h warning.h
10370 ____________________________________________________________________________
10371 [  3907] By: jhi                                   on 1999/08/03  08:11:49
10372         Log: 5_59 configured with -Dd_bincompat5005 can't be made
10373              binary compatible with a 5_03 which was built with -DEMBEDMYMALLOC.
10374              
10375              From: Spider Boardman <spider@leggy.zk3.dec.com>
10376              To: perl5-porters@perl.org
10377              Subject: [ID 19990802.016] Not OK: perl 5.00559
10378              Date: Mon, 2 Aug 1999 16:11:13 -0400
10379              Message-Id: <199908022011.QAA30224@leggy.zk3.dec.com>
10380      Branch: cfgperl
10381            ! embed.pl
10382 ____________________________________________________________________________
10383 [  3906] By: jhi                                   on 1999/08/03  07:48:59
10384         Log: Change #3790 redemption: with a little additional
10385              patch from Ilya it works okay.
10386      Branch: cfgperl
10387            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
10388            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
10389 ____________________________________________________________________________
10390 [  3905] By: gsar                                  on 1999/08/02  21:03:23
10391         Log: this will be 5.005_60
10392      Branch: perl
10393            ! Changes
10394
10395 ----------------
10396 Version 5.005_60
10397 ----------------
10398
10399 ____________________________________________________________________________
10400 [  3904] By: gsar                                  on 1999/08/02  20:30:23
10401         Log: don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
10402              in effect (from Spider Boardman <spider@leggy.zk3.dec.com>);
10403              regen headers
10404      Branch: perl
10405            ! embed.h embed.pl global.sym opcode.h perlapi.c
10406 ____________________________________________________________________________
10407 [  3903] By: gsar                                  on 1999/08/02  20:26:07
10408         Log: native int pack/unpack fixes (from Spider Boardman
10409              <spider@leggy.zk3.dec.com>)
10410      Branch: perl
10411            ! pp.c
10412 ____________________________________________________________________________
10413 [  3902] By: gsar                                  on 1999/08/02  20:24:41
10414         Log: fix broken -DDEBUGGING_OPS (from Spider Boardman
10415              <spider@leggy.zk3.dec.com>)
10416      Branch: perl
10417            + opnames.h
10418            ! Changes MANIFEST opcode.pl perl.h
10419 ____________________________________________________________________________
10420 [  3901] By: gsar                                  on 1999/08/02  18:51:18
10421         Log: integrate cfgperl contents
10422      Branch: perl
10423           !> INSTALL README pod/perldelta.pod
10424 ____________________________________________________________________________
10425 [  3900] By: jhi                                   on 1999/08/02  18:46:21
10426         Log: Update README and INSTALL; partly based on the message
10427              
10428              From: "John L. Allen" <allen@grumman.com>
10429              To: Jarkko Hietaniemi <jhi@iki.fi>
10430              cc: perl5-porters@perl.org
10431              Subject: Re: Perl Installation Problem
10432              Date: Thu, 29 Jul 1999 14:55:05 -0400 (EDT)
10433              Message-ID: <Pine.SOL.3.91.990729144440.1035A-100000@gateway.grumman.com>
10434              
10435              and private email from Andy Dougherty.
10436      Branch: cfgperl
10437            ! INSTALL README
10438 ____________________________________________________________________________
10439 [  3899] By: jhi                                   on 1999/08/02  18:36:35
10440         Log: Integrate with Sarathy.
10441      Branch: cfgperl
10442           !> op.c
10443 ____________________________________________________________________________
10444 [  3898] By: jhi                                   on 1999/08/02  18:34:49
10445         Log: Update PERL_BINCOMPAT_5005; update 64-bitness.
10446      Branch: cfgperl
10447            ! pod/perldelta.pod
10448 ____________________________________________________________________________
10449 [  3897] By: gsar                                  on 1999/08/02  18:18:37
10450         Log: optimizations could sometimes bypass bareword check
10451      Branch: perl
10452            ! op.c
10453 ____________________________________________________________________________
10454 [  3896] By: jhi                                   on 1999/08/02  18:18:34
10455         Log: Integrate with Sarathy.
10456      Branch: cfgperl
10457           !> Changes makedef.pl patchlevel.h win32/Makefile
10458           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
10459           !> win32/makefile.mk
10460 ____________________________________________________________________________
10461 [  3895] By: gsar                                  on 1999/08/02  17:22:40
10462         Log: up patchlevel etc.
10463      Branch: perl
10464            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
10465            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
10466 ____________________________________________________________________________
10467 [  3894] By: gsar                                  on 1999/08/02  17:12:31
10468         Log: integrate change#3893, make it conditional on bincompat5005
10469      Branch: perl
10470            ! makedef.pl
10471 ____________________________________________________________________________
10472 [  3893] By: jhi                                   on 1999/08/02  16:49:08
10473         Log: PERL_BINCOMPAT_5005 symbol translation.
10474              (AIX wouldn't link neither perl nor extensions.)
10475      Branch: cfgperl
10476            ! makedef.pl
10477 ____________________________________________________________________________
10478 [  3892] By: gsar                                  on 1999/08/02  16:09:13
10479         Log: integrate cfgperl contents into mainline
10480      Branch: perl
10481           +> t/op/64bit.t
10482            ! Changes
10483           !> Configure MANIFEST config_h.SH doio.c dump.c hints/aix.sh op.c
10484           !> pod/perlfunc.pod pp_hot.c pp_sys.c regcomp.c sv.c t/io/open.t
10485           !> t/pragma/utf8.t t/pragma/warn/pp_hot toke.c util.c
10486 ____________________________________________________________________________
10487 [  3891] By: jhi                                   on 1999/08/02  14:52:40
10488         Log: AIX long long probing requires LL suffix for
10489              the ll constant.  The suffix doesn't seem
10490              to bother other ll platforms.
10491      Branch: cfgperl
10492            ! Configure config_h.SH hints/aix.sh
10493      Branch: metaconfig/U/perl
10494            ! quadfio.U
10495 ____________________________________________________________________________
10496 [  3890] By: jhi                                   on 1999/08/02  14:21:55
10497         Log: Exact path to perl for open -|.
10498      Branch: cfgperl
10499            ! t/io/open.t
10500 ____________________________________________________________________________
10501 [  3889] By: jhi                                   on 1999/08/02  14:18:03
10502         Log: Integrate with Sarathy.
10503      Branch: cfgperl
10504           !> Changes patchlevel.h pod/perlhist.pod pp_ctl.c util.c
10505           !> win32/Makefile win32/config_H.bc win32/config_H.gc
10506           !> win32/config_H.vc win32/makefile.mk win32/win32.c
10507 ____________________________________________________________________________
10508 [  3888] By: jhi                                   on 1999/08/02  14:14:29
10509         Log: AIX -Duse64bits: old AIXen do not have the getconf variables.
10510      Branch: cfgperl
10511            ! hints/aix.sh
10512 ____________________________________________________________________________
10513 [  3887] By: jhi                                   on 1999/08/02  12:53:10
10514         Log: Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
10515              emacs code indentation doesn't get wrong ideas--
10516              in other words, introduce a couple of "redundant" if:s.
10517      Branch: cfgperl
10518            ! doio.c dump.c op.c pp_hot.c pp_sys.c regcomp.c sv.c toke.c
10519            ! util.c
10520 ____________________________________________________________________________
10521 [  3886] By: jhi                                   on 1999/08/02  12:43:16
10522         Log: Mention that also *BSD systems with glibc are known to stumble.
10523      Branch: cfgperl
10524            ! t/pragma/warn/pp_hot
10525 ____________________________________________________________________________
10526 [  3885] By: jhi                                   on 1999/08/02  12:34:15
10527         Log: Allow also non-long long but still quad platforms print quads.
10528      Branch: cfgperl
10529            ! Configure config_h.SH
10530      Branch: metaconfig/U/perl
10531            ! longdblfio.U quadfio.U
10532 ____________________________________________________________________________
10533 [  3884] By: jhi                                   on 1999/08/02  11:56:14
10534         Log: Fix regclass utf8 hex ranges for quads.
10535      Branch: cfgperl
10536            ! regcomp.c
10537 ____________________________________________________________________________
10538 [  3883] By: jhi                                   on 1999/08/02  11:42:14
10539         Log: Enhance the description of how to detect quad support.
10540      Branch: cfgperl
10541            ! pod/perlfunc.pod
10542 ____________________________________________________________________________
10543 [  3882] By: jhi                                   on 1999/08/02  11:22:19
10544         Log: Fix printf %D %U %O for quads.
10545      Branch: cfgperl
10546            ! sv.c t/op/64bit.t
10547 ____________________________________________________________________________
10548 [  3881] By: jhi                                   on 1999/08/02  11:16:12
10549         Log: Document quad printing.
10550      Branch: cfgperl
10551            ! pod/perlfunc.pod
10552 ____________________________________________________________________________
10553 [  3880] By: jhi                                   on 1999/08/02  10:32:01
10554         Log: More 64-bit fixing.  One known bug of that kind
10555              remains, 32-bit platforms using long long in
10556              the test t/pragma/utf8 subtests 1-3 fail.
10557              (Update: change    #3884 fixed that one.)
10558      Branch: cfgperl
10559            + t/op/64bit.t
10560            ! Configure MANIFEST config_h.SH regcomp.c sv.c t/pragma/utf8.t
10561
10562 ----------------
10563 Version 5.005_59
10564 ----------------
10565
10566 ____________________________________________________________________________
10567 [  3879] By: gsar                                  on 1999/08/02  08:18:58
10568         Log: integrate cfgperl changes into mainline
10569      Branch: perl
10570           !> Configure config_h.SH sv.c
10571 ____________________________________________________________________________
10572 [  3878] By: gsar                                  on 1999/08/02  08:13:16
10573         Log: change#3692 had an unintentional patch leak through!
10574              (this would explain the mysterious C<next LABEL> failures
10575              people have seen)
10576      Branch: perl
10577            ! pp_ctl.c
10578 ____________________________________________________________________________
10579 [  3877] By: gsar                                  on 1999/08/02  08:00:29
10580         Log: up patchlevel to 59
10581      Branch: perl
10582            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
10583            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10584            ! win32/makefile.mk
10585 ____________________________________________________________________________
10586 [  3876] By: gsar                                  on 1999/08/02  07:51:18
10587         Log: fix coredump under usethreads+debug
10588      Branch: perl
10589            ! util.c
10590 ____________________________________________________________________________
10591 [  3875] By: jhi                                   on 1999/08/02  07:50:51
10592         Log: d_bincompat5005 could be left empty.
10593      Branch: cfgperl
10594            ! Configure config_h.SH
10595      Branch: metaconfig/U/perl
10596            ! bincompat5005.U
10597 ____________________________________________________________________________
10598 [  3874] By: jhi                                   on 1999/08/02  07:42:45
10599         Log: Fix printf %d when IV is quad.
10600      Branch: cfgperl
10601            ! sv.c
10602 ____________________________________________________________________________
10603 [  3873] By: gsar                                  on 1999/08/02  07:41:03
10604         Log: fix d_bincompat5005='' junking config.h
10605      Branch: perl
10606            ! Configure
10607 ____________________________________________________________________________
10608 [  3872] By: gsar                                  on 1999/08/02  07:38:48
10609         Log: C needs parameter list, not merely type
10610      Branch: perl
10611            ! win32/win32.c
10612 ____________________________________________________________________________
10613 [  3871] By: jhi                                   on 1999/08/02  07:20:51
10614         Log: Integrate with Sarathy.
10615      Branch: cfgperl
10616           !> Changes ext/B/B/C.pm ext/B/B/CC.pm regexec.c
10617 ____________________________________________________________________________
10618 [  3870] By: gsar                                  on 1999/08/02  07:12:18
10619         Log: integrate cfgperl changes into mainline
10620      Branch: perl
10621            ! Changes
10622           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
10623           !> Porting/config_H config_h.SH doio.c dump.c mg.c op.c perl.h
10624           !> pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c t/pragma/warn/sv
10625           !> toke.c util.c
10626 ____________________________________________________________________________
10627 [  3869] By: gsar                                  on 1999/08/02  06:59:09
10628         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
10629              Date: Sat, 31 Jul 1999 19:08:33 -0700
10630              Message-ID: <LAONLKLELDJAFAAA@my-deja.com>
10631              Subject: [PATCH 5.005_58] "use constant" in the compiler
10632      Branch: perl
10633            ! ext/B/B/C.pm ext/B/B/CC.pm
10634 ____________________________________________________________________________
10635 [  3868] By: gsar                                  on 1999/08/02  06:55:51
10636         Log: debug build tweak
10637      Branch: perl
10638            ! regexec.c
10639 ____________________________________________________________________________
10640 [  3867] By: gsar                                  on 1999/08/02  06:35:18
10641         Log: create vmsperl branch (to be owned and operated by: cbailey)
10642      Branch: vmsperl
10643           +> (branch 1476 files)
10644 ____________________________________________________________________________
10645 [  3866] By: jhi                                   on 1999/08/01  23:34:40
10646         Log: so_locations once is enough.
10647      Branch: cfgperl
10648            ! Makefile.SH
10649 ____________________________________________________________________________
10650 [  3865] By: jhi                                   on 1999/08/01  23:13:05
10651         Log: Simplicate duplicated code.
10652      Branch: cfgperl
10653            ! util.c
10654 ____________________________________________________________________________
10655 [  3864] By: jhi                                   on 1999/08/01  22:41:41
10656         Log: Integrate with Sarathy.  perl.h and util.c required manual resolving.
10657      Branch: cfgperl
10658           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
10659           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
10660            - README.cygwin32 cygwin32/Makefile.SHs
10661            - cygwin32/build-instructions.READFIRST
10662            - cygwin32/build-instructions.charles-wilson
10663            - cygwin32/build-instructions.sebastien-barre
10664            - cygwin32/build-instructions.steven-morlock
10665            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
10666            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
10667            - hints/cygwin32.sh
10668           !> (integrate 61 files)
10669 ____________________________________________________________________________
10670 [  3863] By: jhi                                   on 1999/08/01  22:36:02
10671         Log: Regen Configure and Glossary once again.
10672      Branch: cfgperl
10673            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10674            ! config_h.SH
10675 ____________________________________________________________________________
10676 [  3862] By: jhi                                   on 1999/08/01  22:26:09
10677         Log: Glossary update for #3861.
10678      Branch: cfgperl
10679            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10680            ! config_h.SH
10681 ____________________________________________________________________________
10682 [  3861] By: jhi                                   on 1999/08/01  22:22:51
10683         Log: 64-bit work.  Now 32-bit platforms get a 100% make test
10684              with -Duse64bits (using long long).
10685              Tested in Solaris 2.6 sparc  RH Linux 6.0 x86
10686              (and Digital IX 4.0D, to get a true 64-bit opinion).  Now e.g.
10687              'print unpack "q", pack "q", 12345678901'
10688              should work on such 32-bit platforms.
10689              Still a lot of printf()s behind -D which wrongly assume
10690              that %ld/%lx and (long) are a good combination.
10691              Introducing a slew of new macros intended to be used in printf()
10692              format strings: e. g. PERL_PRId64 is the string to be used
10693              when printing an IV, printf("%" PERL_PRId64 "\n", iv).
10694              The PRI... naming follows the C9X naming of <inttypes.h> macros.
10695      Branch: cfgperl
10696            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10697            ! config_h.SH doio.c dump.c mg.c op.c perl.h pp_ctl.c pp_hot.c
10698            ! pp_sys.c scope.c sv.c t/pragma/warn/sv toke.c util.c
10699      Branch: metaconfig/U/perl
10700            + atolf.U atoll.U longdblfio.U quadfio.U strtoull.U
10701 ____________________________________________________________________________
10702 [  3860] By: gsar                                  on 1999/08/01  21:23:18
10703         Log: integrate cfgperl contents into mainline
10704      Branch: perl
10705            ! toke.c
10706           !> (integrate 29 files)
10707 ____________________________________________________________________________
10708 [  3859] By: gsar                                  on 1999/08/01  21:13:09
10709         Log: From: Nathan Torkington <gnat@frii.com>
10710              Date: Sun, 1 Aug 1999 11:23:35 -0600 (MDT)
10711              Message-ID: <14244.33431.739419.806927@localhost.frii.com>
10712              Subject: [PATCH 5.005_58] ext/B/B/Disassembler.pm patch
10713      Branch: perl
10714            ! ext/B/B/Disassembler.pm
10715 ____________________________________________________________________________
10716 [  3858] By: gsar                                  on 1999/08/01  21:09:15
10717         Log: DB_File 1.68 update from Paul Marquess
10718      Branch: perl
10719            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
10720            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
10721            ! t/lib/db-recno.t
10722 ____________________________________________________________________________
10723 [  3857] By: gsar                                  on 1999/08/01  21:05:54
10724         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10725              Date: Sat, 31 Jul 1999 05:13:38 -0400
10726              Message-Id: <199907311407.IAA25038@localhost.frii.com>
10727              Subject: [PATCH 5.005_58] More optimizations to REx engine
10728      Branch: perl
10729            ! embed.pl embedvar.h ext/Thread/Thread.xs objXSUB.h perl.c
10730            ! perl.h proto.h regcomp.c regexec.c t/op/re_tests thrdvar.h
10731 ____________________________________________________________________________
10732 [  3856] By: gsar                                  on 1999/08/01  20:59:59
10733         Log: slightly modified version of suggested patch
10734              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10735              Date: Sat, 31 Jul 1999 04:45:12 -0400
10736              Message-Id: <199907311406.IAA25034@localhost.frii.com>
10737              Subject: [PATCH 5.005_58] Fix OS/2 build
10738      Branch: perl
10739            ! Makefile.SH lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
10740            ! makedef.pl os2/Makefile.SHs os2/diff.configure perl.h sv.h
10741 ____________________________________________________________________________
10742 [  3855] By: gsar                                  on 1999/08/01  20:49:06
10743         Log: cygwin update
10744              From: "Fifer, Eric" <EFifer@sanwaint.com>
10745              Date: Fri, 30 Jul 1999 18:31:48 +0100
10746              Message-Id: <71E287AB0D94D111BBD600600849EC8185EE06@POST>
10747              Subject: [ID 19990730.003] PATCH] perl5.005_58 cygwin port
10748      Branch: perl
10749            ! doio.c dosish.h lib/File/Spec/Unix.pm mg.c perl.h perlsdio.h
10750            ! pp_sys.c unixish.h util.c
10751 ____________________________________________________________________________
10752 [  3854] By: gsar                                  on 1999/08/01  20:41:53
10753         Log: fixes from Stephen McCamant that address bugs in change#3612
10754              (the optimization shouldn't be enabled in expressions where
10755              the variable is introduced), and fix Deparse to grok the
10756              optimization
10757              Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT)
10758              Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net>
10759              Subject: [PATCH _58] Set OPpTARGET_MY more consistently
10760              --
10761              Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT)
10762              Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net>
10763              Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction
10764              --
10765              Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT)
10766              Message-Id: <199907310326.VAA24376@localhost.frii.com>
10767              Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...')
10768      Branch: perl
10769            ! ext/B/B/Deparse.pm op.c
10770 ____________________________________________________________________________
10771 [  3853] By: gsar                                  on 1999/08/01  20:31:32
10772         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
10773              Date: Thu, 29 Jul 1999 14:08:50 -0500 (CDT)
10774              Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net>
10775              Subject: [PATCH _58] Two one-liner LOGOP tweaks
10776      Branch: perl
10777            ! op.c opcode.h opcode.pl
10778 ____________________________________________________________________________
10779 [  3852] By: gsar                                  on 1999/08/01  20:29:17
10780         Log: rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
10781      Branch: perl
10782            ! AUTHORS EXTERN.h INSTALL MAINTAIN Makefile.SH Porting/patchls
10783            ! README.cygwin README.win32 XSUB.h cygwin/Makefile.SHs
10784            ! ext/DynaLoader/dl_cygwin.xs ext/POSIX/POSIX.xs
10785            ! ext/SDBM_File/sdbm/pair.c hints/cygwin.sh
10786            ! lib/ExtUtils/MM_Cygwin.pm makedepend.SH perl.h pod/perl.pod
10787            ! pod/perlport.pod pp_sys.c util.c
10788 ____________________________________________________________________________
10789 [  3851] By: gsar                                  on 1999/08/01  20:20:05
10790         Log: move files around for s/cygwin32/cygwin/ renaming
10791      Branch: perl
10792           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
10793           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
10794            - README.cygwin32 cygwin32/Makefile.SHs
10795            - cygwin32/build-instructions.READFIRST
10796            - cygwin32/build-instructions.charles-wilson
10797            - cygwin32/build-instructions.sebastien-barre
10798            - cygwin32/build-instructions.steven-morlock
10799            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
10800            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
10801            - hints/cygwin32.sh
10802            ! MANIFEST
10803 ____________________________________________________________________________
10804 [  3850] By: gsar                                  on 1999/08/01  20:05:14
10805         Log: posix-bc hints tweak (via private mail from Thomas Dorner
10806              <Thomas.Dorner@start.de>)
10807      Branch: perl
10808            ! Changes hints/posix-bc.sh
10809 ____________________________________________________________________________
10810 [  3849] By: gsar                                  on 1999/08/01  19:50:20
10811         Log: notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
10812              <gnat@frii.com>)
10813      Branch: perl
10814            ! perl.h pod/perldelta.pod pod/perlguts.pod
10815 ____________________________________________________________________________
10816 [  3848] By: gsar                                  on 1999/08/01  18:34:41
10817         Log: fix defined(@foo) encarpments
10818      Branch: perl
10819            ! ext/B/B/C.pm lib/CGI.pm lib/Dumpvalue.pm lib/dumpvar.pl
10820            ! pod/perltrap.pod
10821 ____________________________________________________________________________
10822 [  3847] By: jhi                                   on 1999/08/01  17:17:07
10823         Log: Undo #3790 and the patches that attempted to fix it
10824              (#3837, #3838, #3845).  The #3790 caused linkage failures
10825              and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
10826              IRIX 6.5.
10827      Branch: cfgperl
10828            - ext/SDBM_File/hints/dec_osf.pl ext/SDBM_File/hints/solaris.pl
10829            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
10830            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
10831 ____________________________________________________________________________
10832 [  3846] By: jhi                                   on 1999/08/01  11:41:52
10833         Log: Reading 64-bit decimal numbers was broken because
10834              the NV was cast to an I32, not an IV.
10835      Branch: cfgperl
10836            ! toke.c
10837 ____________________________________________________________________________
10838 [  3845] By: jhi                                   on 1999/08/01  11:00:24
10839         Log: Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
10840      Branch: cfgperl
10841            + ext/SDBM_File/hints/solaris.pl
10842 ____________________________________________________________________________
10843 [  3844] By: jhi                                   on 1999/08/01  10:55:44
10844         Log: Enable Solaris largefiles support only if -Duse64bits is used.
10845              (Effectively removes #3311).
10846      Branch: cfgperl
10847            ! hints/solaris_2.sh
10848 ____________________________________________________________________________
10849 [  3843] By: jhi                                   on 1999/07/31  22:44:56
10850         Log: Integer overflow iteration.
10851      Branch: cfgperl
10852            ! t/op/oct.t toke.c util.c
10853 ____________________________________________________________________________
10854 [  3842] By: jhi                                   on 1999/07/31  22:11:03
10855         Log: Remove a lot of unused regnode codes.
10856              Noticed by Ilya.
10857      Branch: cfgperl
10858            ! regcomp.c regcomp.sym regexec.c regnodes.h
10859 ____________________________________________________________________________
10860 [  3841] By: jhi                                   on 1999/07/31  21:53:54
10861         Log: Make the use64bits and usethreads friendlier/braver;
10862              they no more wimp out if the platform is unknown.
10863              On use64bits if gcc used -DUSE_LONG_LONG is added
10864              to the ccflags (this dependency on gcc caused a slightly weird
10865              reordering of Configure, but things still seem to work.)
10866      Branch: cfgperl
10867            ! Configure README.threads config_h.SH
10868      Branch: metaconfig
10869            ! U/threads/usethreads.U
10870      Branch: metaconfig/U/perl
10871            ! use64bits.U
10872 ____________________________________________________________________________
10873 [  3840] By: jhi                                   on 1999/07/31  20:26:22
10874         Log: Hack the "integer overflow" code some more.
10875      Branch: cfgperl
10876            ! perl.h toke.c util.c
10877 ____________________________________________________________________________
10878 [  3839] By: jhi                                   on 1999/07/31  20:22:00
10879         Log: Test oct() at the 2^32-1 limit.
10880      Branch: cfgperl
10881            ! t/op/oct.t
10882 ____________________________________________________________________________
10883 [  3838] By: jhi                                   on 1999/07/31  20:08:43
10884         Log: Update MANIFEST for #3837.
10885      Branch: cfgperl
10886            ! MANIFEST
10887 ____________________________________________________________________________
10888 [  3837] By: jhi                                   on 1999/07/31  20:02:40
10889         Log: Digital UNIX 4.0D doesn't like perl malloc on sdbm
10890              (a core dump with a corrput stack ensues).
10891      Branch: cfgperl
10892            + ext/SDBM_File/hints/dec_osf.pl
10893 ____________________________________________________________________________
10894 [  3836] By: jhi                                   on 1999/07/29  21:09:01
10895         Log: Allow for Configure -Ubincompat5005 override.
10896      Branch: cfgperl
10897            ! Configure config_h.SH
10898      Branch: metaconfig/U/perl
10899            ! bincompat5005.U
10900 ____________________________________________________________________________
10901 [  3835] By: jhi                                   on 1999/07/29  21:04:02
10902         Log: Make Configure support PERL_BINCOMPAT_5005.
10903      Branch: cfgperl
10904            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10905            ! config_h.SH
10906      Branch: metaconfig/U/perl
10907            + bincompat5005.U
10908 ____________________________________________________________________________
10909 [  3834] By: jhi                                   on 1999/07/29  19:25:35
10910         Log: AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com> 
10911      Branch: cfgperl
10912            ! Makefile.SH
10913 ____________________________________________________________________________
10914 [  3833] By: jhi                                   on 1999/07/29  14:07:09
10915         Log: Integrate with Sarathy.  I overruled on perldelta
10916              and perldiag.
10917      Branch: cfgperl
10918           !> README.win32 emacs/cperl-mode.el globals.c installperl
10919           !> iperlsys.h makedef.pl perl.h pod/perldelta.pod
10920           !> pod/perldiag.pod pod/perllexwarn.pod toke.c utils/perldoc.PL
10921           !> win32/Makefile win32/bin/pl2bat.pl win32/makefile.mk
10922           !> win32/perllib.c win32/win32.c
10923 ____________________________________________________________________________
10924 [  3832] By: jhi                                   on 1999/07/29  14:02:50
10925         Log: Repent and make overly large integerish
10926              constants non-fatal.  They are now promoted
10927              to NVs, accompanied by an overflow warning that
10928              is by default on.
10929      Branch: cfgperl
10930            ! embed.pl global.sym pod/perldelta.pod pod/perldiag.pod pp.c
10931            ! proto.h t/op/oct.t t/pragma/warn/6default t/pragma/warn/util
10932            ! toke.c util.c
10933 ____________________________________________________________________________
10934 [  3831] By: jhi                                   on 1999/07/29  11:40:04
10935         Log: AIX exhibits different error on failed system().
10936              Slightly modified patch via private email from
10937              David R. Favor <dfavor@austin.ibm.com>
10938      Branch: cfgperl
10939            ! t/op/exec.t
10940 ____________________________________________________________________________
10941 [  3830] By: gsar                                  on 1999/07/29  07:46:11
10942         Log: cperl-mode.el v4.19
10943      Branch: perl
10944            ! emacs/cperl-mode.el
10945 ____________________________________________________________________________
10946 [  3829] By: gsar                                  on 1999/07/29  07:30:35
10947         Log: From: jan.dubois@ibm.net (Jan Dubois)
10948              Date: Wed, 28 Jul 1999 22:01:42 +0200
10949              Message-ID: <37aa5f9b.12941448@smtp1.ibm.net>
10950              Subject: [PATCH 5.005_58] win32/bin/pl2bat.pl doesn't work correctly
10951      Branch: perl
10952            ! win32/bin/pl2bat.pl
10953 ____________________________________________________________________________
10954 [  3828] By: gsar                                  on 1999/07/29  07:19:27
10955         Log: tweak previous change for multiple hits
10956      Branch: perl
10957            ! utils/perldoc.PL
10958 ____________________________________________________________________________
10959 [  3827] By: gsar                                  on 1999/07/29  07:10:00
10960         Log: band-aid for perldoc -t broken-ness (the new Pod::Text
10961              really needs a pod2text() compatibility function)
10962      Branch: perl
10963            ! utils/perldoc.PL
10964 ____________________________________________________________________________
10965 [  3826] By: gsar                                  on 1999/07/29  01:33:46
10966         Log: minor tweaks to pods and toke.c comments
10967      Branch: perl
10968            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod toke.c
10969 ____________________________________________________________________________
10970 [  3825] By: gsar                                  on 1999/07/29  00:12:52
10971         Log: integrate cfgperl changes into mainline
10972      Branch: perl
10973           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10974           !> README.threads config_h.SH ext/IO/lib/IO/Handle.pm
10975           !> ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
10976           !> ext/POSIX/POSIX.xs lib/ExtUtils/Install.pm perl.h
10977           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
10978           !> pod/perllexwarn.pod pod/perlre.pod pp.c pp_sys.c
10979           !> t/lib/io_unix.t t/op/oct.t t/pragma/warn/6default
10980           !> t/pragma/warn/util toke.c util.c
10981 ____________________________________________________________________________
10982 [  3824] By: jhi                                   on 1999/07/28  21:15:04
10983         Log: Tiny patch to go over #3820 (via private mail from Lincoln).
10984      Branch: cfgperl
10985            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
10986            ! ext/IO/lib/IO/Socket/INET.pm
10987 ____________________________________________________________________________
10988 [  3823] By: jhi                                   on 1999/07/28  20:29:17
10989         Log: Continue pack() doc honing.
10990      Branch: cfgperl
10991            ! pod/perlfunc.pod
10992 ____________________________________________________________________________
10993 [  3822] By: jhi                                   on 1999/07/28  20:17:37
10994         Log: Enhance pack() doc.
10995      Branch: cfgperl
10996            ! pod/perlfunc.pod
10997 ____________________________________________________________________________
10998 [  3821] By: jhi                                   on 1999/07/28  18:34:50
10999         Log: UNIX Domain Sockets are not implemented under QNX.
11000              
11001              From: Norton Allen <allen@huarp.harvard.edu>
11002              To: perl5-porters@perl.org
11003              Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX
11004              Date: Wed, 28 Jul 1999 14:07:16 -0400 (edt)
11005              Message-Id: <199907281807.OAA13167@bottesini.harvard.edu>
11006      Branch: cfgperl
11007            ! t/lib/io_unix.t
11008 ____________________________________________________________________________
11009 [  3820] By: jhi                                   on 1999/07/28  18:13:37
11010         Log: IO::* enhancements.
11011              
11012              1) write() and syswrite() will now accept a single-argument
11013              form of the call, for consistency with Perl's syswrite().
11014              2) You can create a TCP-based IO::Socket::INET without forcing
11015              a connect attempt.  This allows you to configure its options
11016              (like making it non-blocking) and then call connect() manually.
11017              3) Fixed a bug that prevented the IO::Socket::protocol() accessor
11018              from ever returning the correct value.
11019              
11020              From: Lincoln Stein <lstein@formaggio.cshl.org>
11021              To: Graham Barr <gbarr@pobox.com>
11022              Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
11023              Subject: Re: patch for IO::*
11024              Date: Wed, 28 Jul 1999 13:55:05 -0400 (EDT)
11025              Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
11026      Branch: cfgperl
11027            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
11028            ! ext/IO/lib/IO/Socket/INET.pm
11029 ____________________________________________________________________________
11030 [  3819] By: gsar                                  on 1999/07/28  18:08:06
11031         Log: misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
11032      Branch: perl
11033            ! README.win32 globals.c installperl iperlsys.h makedef.pl
11034            ! perl.h win32/Makefile win32/makefile.mk win32/perllib.c
11035            ! win32/win32.c
11036 ____________________________________________________________________________
11037 [  3818] By: jhi                                   on 1999/07/28  17:48:16
11038         Log: Need to add QNX to the list for DONT_DECLARE_STD.
11039              (The elimination of use of the _() macro apparently triggered
11040              an incompatability with a #define of atof)
11041              
11042              From: Norton Allen <allen@huarp.harvard.edu>
11043              To: perl5-porters@perl.org
11044              Subject: [ID 19990728.008] Patch:perl.h _58 QNX
11045              Date: Wed, 28 Jul 1999 13:06:23 -0400 (edt)
11046              Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>
11047      Branch: cfgperl
11048            ! perl.h
11049 ____________________________________________________________________________
11050 [  3817] By: jhi                                   on 1999/07/28  17:46:30
11051         Log: Need to add some more conditions to deal with the case
11052              defined(HAS_GETSPNAM) && ! defined(HAS_GETSPENT)
11053              which is true for QNX4.
11054              From: Norton Allen <allen@huarp.harvard.edu>
11055              To: perl5-porters@perl.org
11056              Subject: [ID 19990728.009] Patch:pp_sys.c _58 QNX
11057              Date: Wed, 28 Jul 1999 13:08:42 -0400 (edt)
11058              Message-Id: <199907281708.NAA07947@bottesini.harvard.edu>
11059      Branch: cfgperl
11060            ! pp_sys.c
11061 ____________________________________________________________________________
11062 [  3816] By: jhi                                   on 1999/07/28  17:43:40
11063         Log: The QNX shell needs a couple more semicolons.
11064              
11065              From: Norton Allen <allen@huarp.harvard.edu>
11066              To: perl5-porters@perl.org
11067              Subject: [ID 19990728.007] Patch:Configure _58 QNX
11068              Date: Wed, 28 Jul 1999 13:03:00 -0400 (edt)
11069              Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
11070              
11071              plus silence metalint moanings on vendorprefix.
11072      Branch: cfgperl
11073            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11074            ! config_h.SH
11075 ____________________________________________________________________________
11076 [  3815] By: jhi                                   on 1999/07/28  17:31:11
11077         Log: Silence metalint on vendorprefix.U.
11078      Branch: metaconfig
11079            ! U/installdirs/vendorprefix.U
11080 ____________________________________________________________________________
11081 [  3814] By: jhi                                   on 1999/07/28  17:13:29
11082         Log: QNX shell needs more semicolons.
11083      Branch: metaconfig/U/perl
11084            ! Extensions.U
11085 ____________________________________________________________________________
11086 [  3813] By: jhi                                   on 1999/07/28  17:05:08
11087         Log: Integrate with Sarathy.
11088      Branch: cfgperl
11089           !> lib/ExtUtils/MM_Unix.pm
11090 ____________________________________________________________________________
11091 [  3812] By: jhi                                   on 1999/07/28  16:20:17
11092         Log: Fix a typo, un-shout, and reformat the installation output.
11093      Branch: cfgperl
11094            ! lib/ExtUtils/Install.pm
11095 ____________________________________________________________________________
11096 [  3811] By: gsar                                  on 1999/07/28  15:41:11
11097         Log: fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
11098      Branch: perl
11099            ! lib/ExtUtils/MM_Unix.pm
11100 ____________________________________________________________________________
11101 [  3810] By: jhi                                   on 1999/07/28  13:55:57
11102         Log: Talk more about subsecond things in perlfunc.
11103              (Yes, redundant with perlfaq8.)
11104      Branch: cfgperl
11105            ! pod/perlfunc.pod
11106 ____________________________________________________________________________
11107 [  3809] By: jhi                                   on 1999/07/28  07:23:48
11108         Log: Integrate with Sarathy.
11109      Branch: cfgperl
11110           !> configpm hints/freebsd.sh lib/Pod/Html.pm perl.h t/op/grent.t
11111           !> t/op/pwent.t
11112 ____________________________________________________________________________
11113 [  3808] By: jhi                                   on 1999/07/28  07:23:03
11114         Log: Document toke.c.
11115              From: Nathan Torkington <gnat@frii.com>
11116              To: perl5-porters@perl.org
11117              Subject: Re: toke.c patch, work in progress
11118              Date: Tue, 27 Jul 1999 23:02:09 -0600 (MDT)
11119              Message-ID: <14238.36561.979473.667842@localhost.frii.com>
11120      Branch: cfgperl
11121            ! toke.c
11122 ____________________________________________________________________________
11123 [  3807] By: jhi                                   on 1999/07/28  07:10:56
11124         Log: perlre clarification.
11125              
11126              From: Ian Phillipps <ian@dial.pipex.com>
11127              To: Perl 5 Porters <perl5-porters@perl.org>
11128              Subject: [PATCH 5.00557] Add definite article to perlre.pod
11129              Date: Tue, 27 Jul 1999 10:46:29 +0100
11130              Message-ID: <19990727104629.A10074@homer.diplex.co.uk>
11131      Branch: cfgperl
11132            ! pod/perlre.pod
11133 ____________________________________________________________________________
11134 [  3806] By: gsar                                  on 1999/07/28  07:07:46
11135         Log: fix the perl -V breakage
11136              
11137              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11138              To: Jarkko Hietaniemi <jhi@iki.fi>
11139              Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org,
11140              gsar@activestate.com
11141              Subject: Re: Follow up to: _58 on AIX 431
11142              Date: Tue, 27 Jul 1999 17:42:00 -0400
11143              Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu>
11144      Branch: perl
11145            ! configpm
11146 ____________________________________________________________________________
11147 [  3805] By: gsar                                  on 1999/07/28  07:03:34
11148         Log: avoid warning (from Doug MacEachern)
11149      Branch: perl
11150            ! perl.h
11151 ____________________________________________________________________________
11152 [  3804] By: gsar                                  on 1999/07/28  06:59:30
11153         Log: Pod::Html tweak
11154              
11155              From: jan.dubois@ibm.net (Jan Dubois)
11156              To: perl5-porters@perl.org
11157              Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
11158              Date: Tue, 27 Jul 1999 22:14:12 +0200
11159              Message-ID: <37a50af0.46171380@smtp1.ibm.net>
11160      Branch: perl
11161            ! lib/Pod/Html.pm
11162 ____________________________________________________________________________
11163 [  3803] By: gsar                                  on 1999/07/28  06:56:38
11164         Log: freebsd hints update
11165              
11166              From: Anton Berezin <tobez@plab.ku.dk>
11167              To: perl5-porters@perl.org
11168              Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED)
11169              Date: Tue, 27 Jul 1999 20:29:39 +0200 (CEST)
11170              Message-Id: <199907271829.UAA62861@lion.plab.ku.dk>
11171      Branch: perl
11172            ! hints/freebsd.sh
11173 ____________________________________________________________________________
11174 [  3802] By: gsar                                  on 1999/07/28  06:51:32
11175         Log: cosmetic testsuite patch
11176              
11177              From: Graham Barr <gbarr@ti.com>
11178              To: Perl5 Porters <perl5-porters@perl.org>
11179              Subject: 5.005_58 build
11180              Date: Tue, 27 Jul 1999 08:09:25 -0500
11181              Message-ID: <19990727080925.F4683@dal.asp.ti.com>
11182      Branch: perl
11183            ! t/op/grent.t t/op/pwent.t
11184 ____________________________________________________________________________
11185 [  3801] By: jhi                                   on 1999/07/27  13:49:39
11186         Log: Minuscule cleanup of the integer overflow patch.
11187      Branch: cfgperl
11188            ! util.c
11189 ____________________________________________________________________________
11190 [  3800] By: jhi                                   on 1999/07/27  13:37:23
11191         Log: Test hex('x...').
11192      Branch: cfgperl
11193            ! t/op/oct.t
11194 ____________________________________________________________________________
11195 [  3799] By: jhi                                   on 1999/07/27  12:45:45
11196         Log: Integrate with Sarathy (5.005_58).
11197      Branch: cfgperl
11198            - ext/B/byteperl.c
11199           !> Changes MANIFEST Porting/makerel configpm embed.h embed.pl
11200           !> ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.pm
11201           !> ext/SDBM_File/Makefile.PL lib/AutoLoader.pm
11202           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
11203           !> lib/Pod/Parser.pm lib/SelfLoader.pm os2/OS2/REXX/Makefile.PL
11204           !> perl.h pod/perldelta.pod pod/perlfaq9.pod pod/perlhist.pod
11205           !> win32/bin/pl2bat.pl win32/config_H.bc win32/config_H.gc
11206           !> win32/config_H.vc
11207 ____________________________________________________________________________
11208 [  3798] By: jhi                                   on 1999/07/27  12:42:43
11209         Log: Integer constants (0x, 0[0-7], 0b) now overflow fatally,
11210              they used to be just optional lexical warnings.
11211              Also, with warnings turned on, constants > 2**32-1
11212              trigger a non-portability warning.
11213      Branch: cfgperl
11214            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod pp.c
11215            ! t/op/oct.t t/pragma/warn/6default t/pragma/warn/util toke.c
11216            ! util.c
11217 ____________________________________________________________________________
11218 [  3797] By: gsar                                  on 1999/07/27  10:48:27
11219         Log: here lies 5.005_58
11220      Branch: perl
11221            - ext/B/byteperl.c
11222            ! Changes MANIFEST Porting/makerel pod/perldelta.pod
11223            ! pod/perlfaq9.pod pod/perlhist.pod
11224
11225 ----------------
11226 Version 5.005_58
11227 ----------------
11228
11229 ____________________________________________________________________________
11230 [  3796] By: gsar                                  on 1999/07/27  09:23:42
11231         Log: regenerate win32/config_H.?c
11232      Branch: perl
11233            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11234 ____________________________________________________________________________
11235 [  3795] By: gsar                                  on 1999/07/27  09:02:31
11236         Log: From: Tye McQueen <tye@metronet.com>
11237              Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
11238              Message-Id: <199907270019.AA08223@metronet.com>
11239              Subject: Patch pl2bat.pl so batch file can fail
11240      Branch: perl
11241            ! win32/bin/pl2bat.pl
11242 ____________________________________________________________________________
11243 [  3794] By: gsar                                  on 1999/07/27  08:59:58
11244         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11245              Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
11246              Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
11247              Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
11248      Branch: perl
11249            ! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
11250            ! lib/SelfLoader.pm
11251 ____________________________________________________________________________
11252 [  3793] By: gsar                                  on 1999/07/27  08:19:16
11253         Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
11254              (from Andy Dougherty)
11255      Branch: perl
11256            ! embed.h embed.pl
11257 ____________________________________________________________________________
11258 [  3792] By: gsar                                  on 1999/07/27  08:04:19
11259         Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
11260              and Brad Appleton)
11261      Branch: perl
11262            ! lib/Pod/Parser.pm
11263 ____________________________________________________________________________
11264 [  3791] By: gsar                                  on 1999/07/27  07:50:54
11265         Log: cover case where CLK_TCK is a float, not integer (from
11266              alexander smishlajev <als@turnhere.com>)
11267      Branch: perl
11268            ! ext/Devel/DProf/DProf.xs
11269 ____________________________________________________________________________
11270 [  3790] By: gsar                                  on 1999/07/27  07:45:08
11271         Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
11272              to call Perl_malloc() as malloc() (from Ilya Zakharevich)
11273      Branch: perl
11274            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
11275            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
11276 ____________________________________________________________________________
11277 [  3789] By: jhi                                   on 1999/07/27  07:44:55
11278         Log: Integrate with Sarathy.
11279      Branch: cfgperl
11280           +> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
11281           !> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
11282           !> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
11283           !> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
11284           !> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
11285           !> proto.h t/comp/proto.t t/io/open.t
11286 ____________________________________________________________________________
11287 [  3788] By: gsar                                  on 1999/07/27  07:29:59
11288         Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
11289              to Russ Allbery <rra@stanford.edu>); s/Simple// and
11290              s/pod2txt/pod2text/ etc.
11291      Branch: perl
11292            + lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
11293            ! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
11294 ____________________________________________________________________________
11295 [  3787] By: gsar                                  on 1999/07/27  06:48:40
11296         Log: From: Andy Dougherty <doughera@lafayette.edu>
11297              Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
11298              Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
11299              Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
11300      Branch: perl
11301            ! ext/SDBM_File/sdbm/sdbm.h
11302 ____________________________________________________________________________
11303 [  3786] By: gsar                                  on 1999/07/27  06:30:09
11304         Log: applied suggested patch; added missing prototype changes to
11305              opcode.pl along with documentation typos (feature still needs
11306              to be described in perlopentut.pod and summarized in
11307              perldelta.pod)
11308              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11309              Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
11310              Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
11311              Subject: [PATCH 5.00557] 3-arg open
11312      Branch: perl
11313            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
11314            ! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
11315            ! proto.h t/comp/proto.t t/io/open.t
11316 ____________________________________________________________________________
11317 [  3785] By: gsar                                  on 1999/07/27  04:36:39
11318         Log: don't quit if =head* wasn't found (suggested by Roland Bauer
11319              <roland.bauer@fff.at>)
11320      Branch: perl
11321            ! lib/Pod/Html.pm
11322 ____________________________________________________________________________
11323 [  3784] By: gsar                                  on 1999/07/27  03:56:17
11324         Log: change#3762 wasn't needed
11325      Branch: perl
11326            ! ext/B/B/CC.pm
11327 ____________________________________________________________________________
11328 [  3783] By: jhi                                   on 1999/07/26  19:08:21
11329         Log: Integrate with Sarathy.
11330      Branch: cfgperl
11331           !> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
11332           !> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
11333           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
11334 ____________________________________________________________________________
11335 [  3782] By: gsar                                  on 1999/07/26  18:16:50
11336         Log: update Changes, patchlevel &c.
11337      Branch: perl
11338            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
11339            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
11340 ____________________________________________________________________________
11341 [  3781] By: gsar                                  on 1999/07/26  17:54:47
11342         Log: a more correct fix for change#2744
11343              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
11344              Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
11345              Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
11346              Subject: [PATCH _57] Re: toke.c questions 
11347      Branch: perl
11348            ! toke.c
11349 ____________________________________________________________________________
11350 [  3780] By: gsar                                  on 1999/07/26  17:37:04
11351         Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
11352      Branch: perl
11353            ! pod/perlfunc.pod
11354 ____________________________________________________________________________
11355 [  3779] By: jhi                                   on 1999/07/26  16:37:23
11356         Log: Dusting off.
11357      Branch: cfgperl
11358            ! README.threads
11359 ____________________________________________________________________________
11360 [  3778] By: gsar                                  on 1999/07/26  13:28:46
11361         Log: avoid DIVZERO
11362      Branch: perl
11363            ! utils/dprofpp.PL
11364 ____________________________________________________________________________
11365 [  3777] By: gsar                                  on 1999/07/26  13:18:53
11366         Log: warnings identified by Borland compiler
11367      Branch: perl
11368            ! makedef.pl pp_ctl.c
11369 ____________________________________________________________________________
11370 [  3776] By: jhi                                   on 1999/07/26  13:07:36
11371         Log: Integrate with Sarathy.
11372      Branch: cfgperl
11373           !> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
11374 ____________________________________________________________________________
11375 [  3775] By: gsar                                  on 1999/07/26  12:55:43
11376         Log: avoid infinite recursion when Thread.pm croaks during
11377              bootstrap
11378      Branch: perl
11379            ! lib/Carp/Heavy.pm
11380 ____________________________________________________________________________
11381 [  3774] By: gsar                                  on 1999/07/26  12:43:02
11382         Log: integrate cfgperl contents into mainline
11383      Branch: perl
11384           +> lib/Carp/Heavy.pm
11385           !> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
11386           !> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
11387           !> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
11388           !> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
11389           !> writemain.SH x2p/Makefile.SH x2p/cflags.SH
11390 ____________________________________________________________________________
11391 [  3773] By: jhi                                   on 1999/07/26  12:40:29
11392         Log: Use long doubles only if they are useful.
11393      Branch: cfgperl
11394            ! ext/POSIX/POSIX.xs
11395 ____________________________________________________________________________
11396 [  3772] By: gsar                                  on 1999/07/26  12:33:11
11397         Log: typo in change#3768
11398      Branch: perl
11399            ! pp_hot.c
11400 ____________________________________________________________________________
11401 [  3771] By: gsar                                  on 1999/07/26  12:08:27
11402         Log: alpha-stage support for user-hooks in @INC
11403              From: Ken Fox <kfox@ford.com>
11404              Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
11405              Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
11406              Subject: Re: loading remote modules
11407      Branch: perl
11408            ! pp_ctl.c
11409 ____________________________________________________________________________
11410 [  3770] By: jhi                                   on 1999/07/26  11:38:36
11411         Log: Back out #3735.  Needs more work.
11412      Branch: cfgperl
11413            ! Makefile.SH cflags.SH configpm ext/util/make_ext
11414            ! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
11415            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
11416            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
11417            ! writemain.SH x2p/Makefile.SH x2p/cflags.SH
11418 ____________________________________________________________________________
11419 [  3769] By: jhi                                   on 1999/07/26  11:24:45
11420         Log: Integrate with Sarathy.
11421      Branch: cfgperl
11422           !> (integrate 35 files)
11423 ____________________________________________________________________________
11424 [  3768] By: gsar                                  on 1999/07/26  11:03:07
11425         Log: optimize method name lookup
11426              From: Chip Salzenberg <chip@perlsupport.com>
11427              Date: Thu, 22 Jul 1999 13:43:36 -0400
11428              Message-ID: <19990722134336.Q391@perlsupport.com>
11429              Subject: [PATCH] OP_METHOD_NAMED
11430      Branch: perl
11431            ! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
11432            ! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
11433            ! proto.h
11434 ____________________________________________________________________________
11435 [  3767] By: gsar                                  on 1999/07/26  10:44:11
11436         Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
11437              foo()->()); rework grammar to remove conflicts
11438              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
11439              Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
11440              Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
11441              Subject: [PATCH _57, long] Re: optional arrow asymmetry
11442      Branch: perl
11443            ! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
11444            ! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
11445            ! vms/perly_c.vms vms/perly_h.vms
11446 ____________________________________________________________________________
11447 [  3766] By: jhi                                   on 1999/07/26  10:18:56
11448         Log: Use $< instead of $*.c in *perlmain.o rules.
11449      Branch: cfgperl
11450            ! Makefile.SH
11451 ____________________________________________________________________________
11452 [  3765] By: gsar                                  on 1999/07/26  09:28:48
11453         Log: From: Ian Phillipps <ian@dial.pipex.com>
11454              Date: Fri, 23 Jul 1999 23:35:56 +0100
11455              Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
11456              Subject: (Version 2) Extending unpack to deal with counted strings
11457      Branch: perl
11458            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
11459 ____________________________________________________________________________
11460 [  3764] By: jhi                                   on 1999/07/26  09:17:26
11461         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11462              To: perl5-porters@perl.org (Mailing list Perl5)
11463              Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
11464              Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
11465              Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
11466              
11467              The patch was based on 5_57 so had to re-apply lib/Carp.pm
11468              parts of changes #3498, #3696, and #3702 for the new
11469              lib/Carp/Heavy.pm.
11470      Branch: cfgperl
11471            + lib/Carp/Heavy.pm
11472            ! MANIFEST lib/Carp.pm
11473 ____________________________________________________________________________
11474 [  3763] By: gsar                                  on 1999/07/26  09:03:17
11475         Log: ~ isn't valid in VMS filenames
11476      Branch: perl
11477            ! lib/Pod/Html.pm
11478 ____________________________________________________________________________
11479 [  3762] By: gsar                                  on 1999/07/26  08:59:47
11480         Log: setstate stop-gap from Vishal Bhatia
11481      Branch: perl
11482            ! ext/B/B/CC.pm
11483 ____________________________________________________________________________
11484 [  3761] By: gsar                                  on 1999/07/26  08:06:39
11485         Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
11486              add B::OP::name() method that returns just the op_name;
11487              convert Deparse et all to use that instead of B::OP::ppaddr();
11488              add support for OP_SETSTATE in Deparse
11489      Branch: perl
11490            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
11491            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
11492            ! ext/B/B/Xref.pm opcode.h opcode.pl
11493 ____________________________________________________________________________
11494 [  3760] By: jhi                                   on 1999/07/26  07:14:43
11495         Log: Integrate with Sarathy.
11496      Branch: cfgperl
11497           !> (integrate 43 files)
11498 ____________________________________________________________________________
11499 [  3759] By: gsar                                  on 1999/07/26  05:12:24
11500         Log: add disclaimer about perl 4 libraries (modified version of
11501              patch suggested by Clinton Pierce <cpierce1@ford.com>)
11502      Branch: perl
11503            ! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
11504            ! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
11505            ! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
11506            ! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
11507            ! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
11508 ____________________________________________________________________________
11509 [  3758] By: gsar                                  on 1999/07/26  04:48:35
11510         Log: make reset() behave with high-bit characters
11511              From: Ian Phillipps <ian@dial.pipex.com>
11512              Date: Thu, 22 Jul 1999 22:48:59 +0100
11513              Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
11514              Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
11515      Branch: perl
11516            ! sv.c
11517 ____________________________________________________________________________
11518 [  3757] By: gsar                                  on 1999/07/26  04:40:32
11519         Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
11520      Branch: perl
11521            ! pod/perlport.pod
11522 ____________________________________________________________________________
11523 [  3756] By: gsar                                  on 1999/07/26  04:20:37
11524         Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
11525      Branch: perl
11526            ! utils/dprofpp.PL
11527 ____________________________________________________________________________
11528 [  3755] By: gsar                                  on 1999/07/26  04:18:00
11529         Log: disable VPATH for now (breaks x2p build)
11530      Branch: perl
11531            ! x2p/Makefile.SH
11532 ____________________________________________________________________________
11533 [  3754] By: gsar                                  on 1999/07/26  03:15:33
11534         Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
11535              (%! has the necessary magic); misc typos
11536      Branch: perl
11537            ! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
11538            ! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
11539            ! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
11540            ! utils/h2xs.PL
11541 ____________________________________________________________________________
11542 [  3753] By: gsar                                  on 1999/07/26  02:38:28
11543         Log: integrate cfgperl contents into mainline
11544      Branch: perl
11545           +> t/pragma/locale/latin1 t/pragma/locale/utf8
11546           !> (integrate 53 files)
11547 ____________________________________________________________________________
11548 [  3752] By: gsar                                  on 1999/07/26  02:11:31
11549         Log: ensure implicitly closed handles don't set $? or $!
11550      Branch: perl
11551            ! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
11552 ____________________________________________________________________________
11553 [  3751] By: gsar                                  on 1999/07/26  01:28:34
11554         Log: change#3534 didn't preserve undef return values from caller()
11555      Branch: perl
11556            ! Changes pp_ctl.c
11557 ____________________________________________________________________________
11558 [  3750] By: jhi                                   on 1999/07/25  20:59:29
11559         Log: Back up a tiny bit from #3735.
11560              This may break builds outside the source directory
11561              but then again, they do not work that ell yet anyway.
11562      Branch: cfgperl
11563            ! Makefile.SH
11564 ____________________________________________________________________________
11565 [  3750] By: jhi                                   on 1999/07/25  20:59:29
11566         Log: Back up a tiny bit from #3735.
11567              This may break builds outside the source directory
11568              but then again, they do not work that ell yet anyway.
11569      Branch: cfgperl
11570            ! Makefile.SH
11571 ____________________________________________________________________________
11572 [  3749] By: jhi                                   on 1999/07/25  19:15:55
11573         Log: Integrate with Sarathy.
11574      Branch: cfgperl
11575           !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
11576 ____________________________________________________________________________
11577 [  3748] By: jhi                                   on 1999/07/25  19:06:59
11578         Log: Recode locale.t so that the change in #3730
11579              is not needed and locale.t works both without
11580              and with the utf8 pragma.
11581      Branch: cfgperl
11582            + t/pragma/locale/latin1 t/pragma/locale/utf8
11583            ! MANIFEST t/pragma/locale.t
11584 ____________________________________________________________________________
11585 [  3747] By: jhi                                   on 1999/07/25  19:01:46
11586         Log: Like #3743.
11587      Branch: cfgperl
11588            ! utils/perlbug.PL
11589 ____________________________________________________________________________
11590 [  3746] By: gsar                                  on 1999/07/25  18:08:58
11591         Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
11592              append a HISTORY section to POD if option is used
11593      Branch: perl
11594            ! utils/h2xs.PL
11595 ____________________________________________________________________________
11596 [  3745] By: gsar                                  on 1999/07/25  17:40:03
11597         Log: warn rather than die when parse_version() can't cut it (from
11598              Michael G Schwern <schwern@pobox.com>)
11599      Branch: perl
11600            ! lib/ExtUtils/MM_Unix.pm
11601 ____________________________________________________________________________
11602 [  3744] By: gsar                                  on 1999/07/25  16:32:48
11603         Log: make map behave like grep wrt indirect object slot when
11604              there are parentheses; revert an experimental mod by Larry
11605              in change#2038 that failed to parse %{{qw(a b c)}} properly
11606              (this means C<map {use Foo; ...} ...> still needs a proper
11607              fix)
11608      Branch: perl
11609            ! toke.c
11610 ____________________________________________________________________________
11611 [  3743] By: jhi                                   on 1999/07/25  16:24:55
11612         Log: Fix a typo in #3725.
11613      Branch: cfgperl
11614            ! utils/perlbug.PL
11615 ____________________________________________________________________________
11616 [  3742] By: jhi                                   on 1999/07/25  16:14:39
11617         Log: Integrate with Sarathy.
11618      Branch: cfgperl
11619           !> (integrate 26 files)
11620 ____________________________________________________________________________
11621 [  3741] By: jhi                                   on 1999/07/25  16:02:28
11622         Log: Cut-and-pasto in #3737.
11623      Branch: cfgperl
11624            ! perl.c
11625 ____________________________________________________________________________
11626 [  3740] By: gsar                                  on 1999/07/25  15:59:34
11627         Log: add note about glibc bug
11628      Branch: perl
11629            ! t/pragma/warn/pp_hot
11630 ____________________________________________________________________________
11631 [  3739] By: gsar                                  on 1999/07/25  15:48:40
11632         Log: fix bug in change#3728 that might free COPs prematurely;
11633              null(op) now does more thorough scrubbing of the op, which
11634              fixes a few compile-time memory "leaks"
11635      Branch: perl
11636            ! dump.c embed.h embed.pl op.c proto.h
11637 ____________________________________________________________________________
11638 [  3738] By: jhi                                   on 1999/07/25  14:15:26
11639         Log: In accordance with #3737.
11640      Branch: metaconfig
11641            ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
11642            ! U/modified/Oldconfig.U
11643      Branch: metaconfig/U/perl
11644            ! Extensions.U
11645 ____________________________________________________________________________
11646 [  3737] By: jhi                                   on 1999/07/25  14:12:34
11647         Log: Use vendorprefixlib.
11648      Branch: cfgperl
11649            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11650            ! config_h.SH perl.c
11651 ____________________________________________________________________________
11652 [  3736] By: jhi                                   on 1999/07/25  13:10:03
11653         Log: Populate metaconfig branch.
11654      Branch: metaconfig
11655            + (add 1468 files)
11656      Branch: metaconfig/U/perl
11657            + (add 101 files)
11658 ____________________________________________________________________________
11659 [  3735] By: jhi                                   on 1999/07/25  12:27:20
11660         Log: First steps of making builds outside the source
11661              directory possible.  These should get us as far
11662              as miniperl, then building DynaLoader falls into
11663              tiny twinkling pieces as MakeMaker knows nothing
11664              of VPATH mindset.
11665      Branch: cfgperl
11666            ! Configure Makefile.SH cflags.SH config_h.SH configpm
11667            ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
11668            ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
11669            ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
11670            ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
11671 ____________________________________________________________________________
11672 [  3734] By: jhi                                   on 1999/07/25  11:19:28
11673         Log: Poor Glossary--are we fixed yet?
11674      Branch: cfgperl
11675            ! Porting/Glossary
11676 ____________________________________________________________________________
11677 [  3733] By: jhi                                   on 1999/07/25  11:15:06
11678         Log: Change #3732 mistakenly clobbered Glossary.
11679      Branch: cfgperl
11680            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11681            ! config_h.SH
11682 ____________________________________________________________________________
11683 [  3732] By: jhi                                   on 1999/07/25  10:46:39
11684         Log: Andy's new installation scheme (note: a lot of this
11685              leaked in already with change #3731).  The vendor*
11686              stuff is not used anywhere (in *.SH, say), so it
11687              isn't in Configure, either.
11688      Branch: cfgperl
11689            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11690            ! config_h.SH
11691 ____________________________________________________________________________
11692 [  3731] By: jhi                                   on 1999/07/25  10:12:07
11693         Log: Circumcode a strange shell(?) bug in AIX found
11694              while trying to do -Duse64bits (which I couldn't do
11695              in the end because the CPU isn't 64-bit in that box,
11696              but at least now the probing doesn't crash.)
11697      Branch: cfgperl
11698            ! Configure config_h.SH hints/aix.sh
11699 ____________________________________________________________________________
11700 [  3730] By: gsar                                  on 1999/07/25  04:56:56
11701         Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
11702              a utf8 bug in one of the new RE optimizations
11703      Branch: perl
11704            ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
11705            ! t/pragma/locale.t
11706 ____________________________________________________________________________
11707 [  3729] By: jhi                                   on 1999/07/23  19:56:27
11708         Log: From: Andy Dougherty <doughera@lafayette.edu>
11709              To: Perl Porters <perl5-porters@perl.org>
11710              Subject: [PATCH 5.005_57] INSTALL-1.58
11711              Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
11712              Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
11713              
11714              plus
11715              
11716              From: "Kurt D. Starsinic" <kstar@chapin.edu>
11717              To: Andy Dougherty <doughera@lafayette.edu>
11718              Cc: Perl Porters <perl5-porters@perl.org>
11719              Subject: Re: [PATCH 5.005_57] INSTALL-1.58
11720              Date: Fri, 23 Jul 1999 13:38:25 -0400
11721              Message-ID: <19990723133825.A12033@O2.chapin.edu>
11722      Branch: cfgperl
11723            ! INSTALL
11724 ____________________________________________________________________________
11725 [  3728] By: gsar                                  on 1999/07/23  17:24:42
11726         Log: applied suggested patch for tracking line numbers correctly in
11727              optimized blocks with a single statement; changed setcop to
11728              setstate and added code for -Dx dumps
11729              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11730              Date: Wed, 23 Jun 1999 17:27:42 +0100
11731              Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
11732              Subject: [PATCH 5.005_57] Line number error in optimised else() 
11733      Branch: perl
11734            ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
11735            ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
11736            ! pp_proto.h t/op/misc.t
11737 ____________________________________________________________________________
11738 [  3727] By: gsar                                  on 1999/07/23  15:56:04
11739         Log: avoid useless use of target for pp_each(); also fixes bugs due to
11740              refcount held by the target
11741      Branch: perl
11742            ! opcode.h opcode.pl pp.c t/op/each.t
11743 ____________________________________________________________________________
11744 [  3726] By: jhi                                   on 1999/07/23  12:08:30
11745         Log: Change #3725 aftershock.
11746      Branch: cfgperl
11747            ! INSTALL jpl/JNI/JNI.pm
11748 ____________________________________________________________________________
11749 [  3725] By: jhi                                   on 1999/07/23  11:58:49
11750         Log: Introduce $Config{ldlibpthname} which contains
11751              the name of the environment variable holding the
11752              dynamic library search path, often LD_LIBRARY_PATH.
11753              Use this new feature all over.
11754              Also removed remnants of admonition "add LD_LIBRARY_PATH
11755              before running make" because Makefile.SH does this for you. 
11756      Branch: cfgperl
11757            ! Configure Makefile.SH config_h.SH
11758            ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
11759            ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
11760            ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
11761            ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
11762            ! jpl/install-jpl utils/perlbug.PL
11763 ____________________________________________________________________________
11764 [  3724] By: jhi                                   on 1999/07/23  08:03:36
11765         Log: From: Spider Boardman <spider@orb.nashua.nh.us>
11766              To: perl5-porters@perl.org
11767              Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $# 
11768              Date: Thu, 22 Jul 1999 19:58:34 -0400
11769              Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
11770      Branch: cfgperl
11771            ! av.c
11772 ____________________________________________________________________________
11773 [  3723] By: gsar                                  on 1999/07/23  00:01:29
11774         Log: emit warning about function calls that were encountered too early
11775              to enforce their prototype
11776      Branch: perl
11777            ! op.c op.h pod/perldiag.pod
11778 ____________________________________________________________________________
11779 [  3722] By: jhi                                   on 1999/07/22  21:19:59
11780         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
11781              To: perl5-porters@perl.org
11782              Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
11783              Subject: [PATCH] MakeMaker documentation
11784              Date: Wed, 21 Jul 1999 14:15:42 -0400
11785              Message-ID: <19990721141542.A1800@O2.chapin.edu>
11786      Branch: cfgperl
11787            ! lib/ExtUtils/MakeMaker.pm
11788 ____________________________________________________________________________
11789 [  3721] By: jhi                                   on 1999/07/22  21:05:19
11790         Log: From: pvhp@forte.com (Peter Prymmer)
11791              To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
11792              Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
11793              Date: Wed, 21 Jul 99 17:15:39 PDT
11794              Message-Id: <9907220015.AA11931@forte.com>
11795      Branch: cfgperl
11796            ! hints/os390.sh
11797 ____________________________________________________________________________
11798 [  3720] By: jhi                                   on 1999/07/22  20:51:17
11799         Log: AIX magic: ccdlflags needs to be different for
11800              Perl itself and for extra-core extensions
11801              (as used by ExtUtilss::embed::ldopts).
11802              Based on the problems described in
11803              
11804              From: Mike W Ellwood <mwe@rl.ac.uk>
11805              To: perl5-porters@perl.org
11806              Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
11807              Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
11808              Reply-To: m.w.ellwood@rl.ac.uk
11809              Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
11810      Branch: cfgperl
11811            ! Configure Makefile.SH config_h.SH hints/aix.sh
11812 ____________________________________________________________________________
11813 [  3719] By: jhi                                   on 1999/07/22  08:23:53
11814         Log: Update history records.
11815      Branch: cfgperl
11816            ! pod/perlhist.pod
11817 ____________________________________________________________________________
11818 [  3718] By: jhi                                   on 1999/07/21  13:54:42
11819         Log: Todododobedobedo.
11820      Branch: cfgperl
11821            ! Todo
11822 ____________________________________________________________________________
11823 [  3717] By: jhi                                   on 1999/07/21  12:10:48
11824         Log: Even more Todo.
11825      Branch: cfgperl
11826            ! Todo
11827 ____________________________________________________________________________
11828 [  3716] By: jhi                                   on 1999/07/21  11:40:39
11829         Log: Use Errno more extensively so that error
11830              messages are more portable (another way
11831              would be to muck around with LC_MESSAGES).
11832              Problem reported in
11833              
11834              From: oracle@pcr8.pcr.com
11835              To: perl5-porters@perl.org
11836              Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
11837              Date: Mon, 19 Jul 1999 18:39:13 -0400
11838              Message-Id: <9907192239.AA44990@pcr8.pcr.com>
11839      Branch: cfgperl
11840            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
11841            ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
11842            ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
11843 ____________________________________________________________________________
11844 [  3715] By: jhi                                   on 1999/07/21  11:05:36
11845         Log: Slightly modified patch.
11846              From: Sean Sheedy <seans@ncube.com>
11847              To: perl5-porters@perl.org
11848              Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
11849              Date: Tue, 20 Jul 1999 09:52:06 -0700
11850              Message-Id: <3794A935.1C150E54@ncube.com>
11851      Branch: cfgperl
11852            ! cflags.SH x2p/cflags.SH
11853 ____________________________________________________________________________
11854 [  3714] By: jhi                                   on 1999/07/20  21:26:19
11855         Log: More Todo.
11856      Branch: cfgperl
11857            ! Todo
11858 ____________________________________________________________________________
11859 [  3713] By: jhi                                   on 1999/07/20  18:02:45
11860         Log: Integrate with Sarathy.
11861      Branch: cfgperl
11862           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
11863           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
11864           +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
11865           +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
11866           +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
11867           +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
11868           +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
11869           +> utils/dprofpp.PL
11870           !> INSTALL MAINTAIN MANIFEST configure.com
11871           !> ext/Devel/Peek/Makefile.PL installman installperl
11872           !> pod/roffitall utils/Makefile vms/descrip_mms.template
11873           !> win32/Makefile win32/makefile.mk win32/win32.h
11874 ____________________________________________________________________________
11875 [  3712] By: gsar                                  on 1999/07/20  15:29:01
11876         Log: DProf tweak
11877      Branch: perl
11878            ! ext/Devel/DProf/DProf.xs
11879 ____________________________________________________________________________
11880 [  3711] By: gsar                                  on 1999/07/20  07:56:19
11881         Log: another DProf build tweak
11882      Branch: perl
11883            ! utils/dprofpp.PL
11884 ____________________________________________________________________________
11885 [  3710] By: gsar                                  on 1999/07/20  07:36:36
11886         Log: move DProf things around to where they are supposed to be
11887      Branch: perl
11888            + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
11889            + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
11890            + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
11891            + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
11892            + t/lib/dprof/test6_t t/lib/dprof/test6_v
11893           +> utils/dprofpp.PL
11894            - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
11895            - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
11896            - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
11897            - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
11898            - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
11899            - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
11900            - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
11901            - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
11902            ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
11903            ! installperl pod/roffitall utils/Makefile
11904            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
11905 ____________________________________________________________________________
11906 [  3709] By: gsar                                  on 1999/07/20  06:13:16
11907         Log: DProf fixups for PERL_IMPLICIT_CONTEXT
11908      Branch: perl
11909            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
11910            ! ext/Devel/Peek/Makefile.PL
11911 ____________________________________________________________________________
11912 [  3708] By: gsar                                  on 1999/07/20  06:01:22
11913         Log: move DProf to Devel/DProf
11914      Branch: perl
11915           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
11916           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
11917           +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
11918           +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
11919           +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
11920           +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
11921           +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
11922           +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
11923           +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
11924           +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
11925           +> ext/Devel/DProf/test.pl
11926            - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
11927            - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
11928            - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
11929            - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
11930            - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
11931            - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
11932            - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
11933            ! MAINTAIN MANIFEST configure.com win32/Makefile
11934            ! win32/makefile.mk
11935 ____________________________________________________________________________
11936 [  3707] By: gsar                                  on 1999/07/20  05:39:11
11937         Log: add Devel::DProf v19990108 from CPAN, as it was
11938      Branch: perl
11939            + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
11940            + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
11941            + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
11942            + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
11943            + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
11944            + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
11945            + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
11946            ! MANIFEST
11947 ____________________________________________________________________________
11948 [  3706] By: gsar                                  on 1999/07/20  04:52:25
11949         Log: C<union any> needs no PERL_OBJECT-treatment
11950      Branch: perl
11951            ! win32/win32.h
11952 ____________________________________________________________________________
11953 [  3705] By: gsar                                  on 1999/07/20  04:11:54
11954         Log: fix problem in default build
11955      Branch: perl
11956            ! win32/Makefile win32/makefile.mk
11957 ____________________________________________________________________________
11958 [  3704] By: jhi                                   on 1999/07/19  07:06:36
11959         Log: Integrate with Sarathy.
11960      Branch: cfgperl
11961           !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
11962           !> win32/win32.c
11963 ____________________________________________________________________________
11964 [  3703] By: gsar                                  on 1999/07/19  05:55:57
11965         Log: win32 nits
11966      Branch: perl
11967            ! makedef.pl sv.h
11968 ____________________________________________________________________________
11969 [  3702] By: gsar                                  on 1999/07/19  04:29:34
11970         Log: don't display tid from main thread (or testsuite breaks)
11971      Branch: perl
11972            ! lib/Carp.pm util.c
11973 ____________________________________________________________________________
11974 [  3701] By: gsar                                  on 1999/07/19  00:47:52
11975         Log: remove several doubled (and tripled!) entries
11976      Branch: perl
11977            ! pod/perldiag.pod
11978 ____________________________________________________________________________
11979 [  3700] By: gsar                                  on 1999/07/19  00:42:34
11980         Log: integrate cfgperl contents into mainline
11981      Branch: perl
11982           +> makedef.pl
11983            - perl_exp.SH win32/makedef.pl
11984           !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
11985           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
11986           !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
11987           !> utf8.c util.c win32/Makefile win32/makefile.mk
11988 ____________________________________________________________________________
11989 [  3699] By: gsar                                  on 1999/07/19  00:33:59
11990         Log: avoid bug in win32_str_os_error() (from Jan Dubois)
11991      Branch: perl
11992            ! Changes win32/win32.c
11993 ____________________________________________________________________________
11994 [  3698] By: jhi                                   on 1999/07/18  21:33:57
11995         Log: Integrate with Sarathy.
11996      Branch: cfgperl
11997           +> t/op/chars.t
11998           !> (integrate 57 files)
11999 ____________________________________________________________________________
12000 [  3697] By: gsar                                  on 1999/07/18  05:22:36
12001         Log: From: pvhp@forte.com (Peter Prymmer)
12002              Date: Thu, 1 Jul 99 19:31:24 PDT
12003              Message-Id: <9907020231.AA16942@forte.com>
12004              Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
12005      Branch: perl
12006            + t/op/chars.t
12007            ! MANIFEST ebcdic.c t/op/ord.t
12008 ____________________________________________________________________________
12009 [  3696] By: gsar                                  on 1999/07/18  05:11:02
12010         Log: display thread id in diagnostics (suggested by Dan Sugalski)
12011      Branch: perl
12012            ! lib/Carp.pm util.c
12013 ____________________________________________________________________________
12014 [  3695] By: gsar                                  on 1999/07/18  04:57:47
12015         Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
12016      Branch: perl
12017            ! pod/perldiag.pod
12018 ____________________________________________________________________________
12019 [  3694] By: gsar                                  on 1999/07/18  04:56:28
12020         Log: cache [NIUP]V conversions of defined READONLY values
12021              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12022              Date: Sun, 11 Jul 1999 04:39:44 -0400
12023              Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
12024              Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
12025      Branch: perl
12026            ! sv.c
12027 ____________________________________________________________________________
12028 [  3693] By: gsar                                  on 1999/07/18  03:53:38
12029         Log: From: jan.dubois@ibm.net (Jan Dubois)
12030              Date: Sat, 17 Jul 1999 10:58:29 +0200
12031              Message-ID: <379144ad.13616689@smtp1.ibm.net>
12032              Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
12033      Branch: perl
12034            ! lib/ExtUtils/Manifest.pm
12035 ____________________________________________________________________________
12036 [  3692] By: gsar                                  on 1999/07/18  03:51:03
12037         Log: remove spurious newSTATEOP() that causes goto to enter one too many
12038              contexts when jumping between if and elsif blocks
12039      Branch: perl
12040            ! perly.c perly.y pp_ctl.c t/op/goto.t
12041 ____________________________________________________________________________
12042 [  3691] By: gsar                                  on 1999/07/18  01:49:59
12043         Log: detypo, update Changes
12044      Branch: perl
12045            ! Changes doio.c
12046 ____________________________________________________________________________
12047 [  3690] By: gsar                                  on 1999/07/18  01:16:59
12048         Log: mention the -Minteger effect on modulus (from Nathan Torkington)
12049      Branch: perl
12050            ! lib/integer.pm
12051 ____________________________________________________________________________
12052 [  3689] By: gsar                                  on 1999/07/18  00:47:17
12053         Log: ensure __END__ appears on a line by itself in wrapped
12054              scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
12055              mention caveat about successfull kill()
12056      Branch: perl
12057            ! pod/perlfunc.pod win32/bin/pl2bat.pl
12058 ____________________________________________________________________________
12059 [  3688] By: gsar                                  on 1999/07/17  20:47:44
12060         Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
12061      Branch: perl
12062            ! ext/SDBM_File/sdbm/Makefile.PL
12063 ____________________________________________________________________________
12064 [  3687] By: gsar                                  on 1999/07/17  20:43:27
12065         Log: make CC.pm use a distinct CCPP() macro rather than PP()
12066              (suggested by Vishal Bhatia <vishalb@my-deja.com>)
12067      Branch: perl
12068            ! cc_runtime.h ext/B/B/CC.pm
12069 ____________________________________________________________________________
12070 [  3686] By: gsar                                  on 1999/07/17  20:39:08
12071         Log: tiny bug in vars.pm (from John Dlugosz)
12072      Branch: perl
12073            ! lib/vars.pm
12074 ____________________________________________________________________________
12075 [  3685] By: gsar                                  on 1999/07/17  20:37:27
12076         Log: applied suggested patch, along with later tweak
12077              From: jan.dubois@ibm.net (Jan Dubois)
12078              Date: Wed, 14 Jul 1999 23:53:43 +0200
12079              Message-ID: <37a902e7.15977234@smtp1.ibm.net>
12080              Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
12081      Branch: perl
12082            ! lib/Pod/Html.pm
12083 ____________________________________________________________________________
12084 [  3684] By: gsar                                  on 1999/07/17  20:24:32
12085         Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
12086      Branch: perl
12087            ! thrdvar.h
12088 ____________________________________________________________________________
12089 [  3683] By: gsar                                  on 1999/07/17  20:21:01
12090         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12091              Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
12092              Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
12093              Subject: [PATCH 5.005_57] Segfaults if $^P
12094      Branch: perl
12095            ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
12096            ! proto.h
12097 ____________________________________________________________________________
12098 [  3682] By: gsar                                  on 1999/07/17  20:04:17
12099         Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
12100              and prefix/lib/perl5/man are ass_u_med only if those directories
12101              actually exist; else prefix/{lib,man} are used)
12102      Branch: perl
12103            ! lib/ExtUtils/MM_Unix.pm
12104 ____________________________________________________________________________
12105 [  3681] By: gsar                                  on 1999/07/17  19:12:33
12106         Log: allow $foo{$x} and $bar[$i] for (\$) prototype
12107      Branch: perl
12108            ! op.c t/comp/proto.t
12109 ____________________________________________________________________________
12110 [  3680] By: gsar                                  on 1999/07/17  18:23:55
12111         Log: fix vec() on magic values
12112              From: Ian Phillipps <ian@dial.pipex.com>
12113              Date: Mon, 12 Jul 1999 12:30:05 +0100
12114              Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
12115              Subject: [PATCH 5.005_57] Re: do_vecset is broken.  Re: [ID 19990703.003].
12116      Branch: perl
12117            ! doop.c t/op/tie.t
12118 ____________________________________________________________________________
12119 [  3679] By: gsar                                  on 1999/07/17  18:10:44
12120         Log: make system() return -1 and set $! if exec of child failed
12121              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12122              Date: Fri, 9 Jul 1999 05:21:13 -0400
12123              Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
12124              Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
12125      Branch: perl
12126            ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
12127            ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
12128 ____________________________________________________________________________
12129 [  3678] By: gsar                                  on 1999/07/17  17:54:01
12130         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12131              Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
12132              Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
12133              Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
12134      Branch: perl
12135            ! util.c
12136 ____________________________________________________________________________
12137 [  3677] By: gsar                                  on 1999/07/17  17:34:38
12138         Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
12139              converted Ken's documentation outline into pod
12140      Branch: perl
12141            ! x2p/find2perl.PL
12142 ____________________________________________________________________________
12143 [  3676] By: gsar                                  on 1999/07/17  16:34:09
12144         Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
12145              Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
12146              Steve Lidie
12147      Branch: perl
12148            ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
12149            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
12150            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
12151            ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
12152            ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
12153            ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
12154 ____________________________________________________________________________
12155 [  3675] By: gsar                                  on 1999/07/17  00:16:53
12156         Log: backout redundant change#3628
12157      Branch: perl
12158            ! Changes hints/bsdos.sh
12159 ____________________________________________________________________________
12160 [  3674] By: jhi                                   on 1999/07/15  14:26:03
12161         Log: Fix the bin/oct/hex constant overflow tests for
12162              long long platforms.
12163      Branch: cfgperl
12164            ! t/pragma/warn/util
12165 ____________________________________________________________________________
12166 [  3673] By: jhi                                   on 1999/07/14  21:59:11
12167         Log: Fixed AIX dynamic loading and AIX shared Perl library.
12168              Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
12169              4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
12170              Hijacked win32/makedef.pl for more general purpose export
12171              list building, now it is used (as toplevel makedef.pl)
12172              for win32 and AIX (perl_exp.SH made unnecessary).
12173              Because the export lists are now correct in AIX, no more linker
12174              warnings about "Exported symbol not defined" should appear.
12175      Branch: cfgperl
12176            + makedef.pl
12177            - perl_exp.SH win32/makedef.pl
12178            ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
12179            ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
12180            ! win32/makefile.mk
12181 ____________________________________________________________________________
12182 [  3672] By: gsar                                  on 1999/07/14  17:12:13
12183         Log: minor efficiency tweak
12184      Branch: perl
12185            ! pp_ctl.c
12186 ____________________________________________________________________________
12187 [  3671] By: jhi                                   on 1999/07/14  16:22:39
12188         Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
12189              if its caller re_intuit_start() was entered with strend == strpos
12190              because end_shift ended up as -1.  The patch ain't necessarily
12191              correct but least the core dump is avoided.
12192      Branch: cfgperl
12193            ! regexec.c
12194 ____________________________________________________________________________
12195 [  3670] By: jhi                                   on 1999/07/13  07:59:09
12196         Log: Integrate with Sarathy.
12197      Branch: cfgperl
12198            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
12199            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
12200           !> (integrate 67 files)
12201 ____________________________________________________________________________
12202 [  3669] By: gsar                                  on 1999/07/12  06:14:54
12203         Log: fixups for sundry warnings about function pointers
12204      Branch: perl
12205            ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
12206            ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
12207            ! win32/win32.c win32/win32.h
12208 ____________________________________________________________________________
12209 [  3668] By: gsar                                  on 1999/07/12  04:11:58
12210         Log: tweaks for win32/borland
12211      Branch: perl
12212            ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
12213 ____________________________________________________________________________
12214 [  3667] By: gsar                                  on 1999/07/12  01:55:15
12215         Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
12216              builds; passing the implicit context is unified among the three
12217              flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
12218              flavors (see the top of perl.h) for testing; all varargs functions
12219              foo() have a va_list-taking variant vfoo() for generating the
12220              context-free versions; the PERL_OBJECT build should now be
12221              hyper-compatible with CPAN extensions (C++ is totally out of
12222              the picture)
12223              
12224              result has only been tested on Windows
12225              
12226              TODO: write docs on the THX rationale and idiomatic usage of
12227              the Perl API
12228      Branch: perl
12229            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
12230            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
12231            ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
12232            ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
12233            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
12234            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
12235            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
12236            ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
12237            ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
12238            ! global.sym globals.c intrpvar.h iperlsys.h
12239            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
12240            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
12241            ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
12242            ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
12243            ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
12244            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
12245            ! win32/dl_win32.xs win32/include/dirent.h
12246            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
12247            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
12248            ! win32/win32iop.h win32/win32sck.c
12249 ____________________________________________________________________________
12250 [  3666] By: jhi                                   on 1999/07/11  22:00:13
12251         Log: Integrate with Sarathy.
12252      Branch: cfgperl
12253           !> op.c t/op/lex_assign.t
12254 ____________________________________________________________________________
12255 [  3665] By: jhi                                   on 1999/07/11  21:59:01
12256         Log: More manual sync.
12257      Branch: cfgperl
12258            ! pod/perldelta.pod
12259 ____________________________________________________________________________
12260 [  3664] By: gsar                                  on 1999/07/11  19:11:07
12261         Log: change#3612 was buggy and failed to build Tk; applied Ilya's
12262              remedy and related tests via private mail
12263      Branch: perl
12264            ! op.c t/op/lex_assign.t
12265 ____________________________________________________________________________
12266 [  3663] By: jhi                                   on 1999/07/11  15:04:37
12267         Log: Manual synchronization with Sarathy (some files
12268              had drifted apart for no apparent reason), plus
12269              I had a typo in dl_vms.xs Sarathy had fixed.
12270      Branch: cfgperl
12271            ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
12272 ____________________________________________________________________________
12273 [  3662] By: jhi                                   on 1999/07/10  12:23:21
12274         Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
12275              to adapt to the underlying platform (the binary, 0b1..., test
12276              was broken in 64-bit platforms).  Also change "hex" in the
12277              warning messages to "hexadecimal" to match "binary" and "octal".
12278      Branch: cfgperl
12279            ! pod/perldiag.pod t/pragma/warn/util util.c
12280 ____________________________________________________________________________
12281 [  3661] By: jhi                                   on 1999/07/08  21:54:55
12282         Log: Integrate with Sarathy.
12283      Branch: cfgperl
12284           +> perlapi.c perlapi.h
12285           !> (integrate 43 files)
12286 ____________________________________________________________________________
12287 [  3660] By: gsar                                  on 1999/07/08  18:47:35
12288         Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
12289      Branch: perl
12290            + perlapi.c perlapi.h
12291            ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
12292            ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
12293            ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
12294            ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
12295            ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
12296            ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
12297            ! win32/win32.h
12298 ____________________________________________________________________________
12299 [  3659] By: gsar                                  on 1999/07/08  18:41:45
12300         Log: sundry cleanups for clean build on windows
12301      Branch: perl
12302            ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
12303 ____________________________________________________________________________
12304 [  3658] By: gsar                                  on 1999/07/08  01:24:25
12305         Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
12306              type mismatch problems
12307      Branch: perl
12308            ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
12309            ! t/pragma/warn/op toke.c utf8.c util.c
12310 ____________________________________________________________________________
12311 [  3657] By: jhi                                   on 1999/07/07  23:01:16
12312         Log: Integrate with Sarathy.  perldiag.pod required manual editing.
12313      Branch: cfgperl
12314            ! pod/perldiag.pod
12315           !> Changes configure.com ext/B/B/Deparse.pm
12316           !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
12317           !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
12318           !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
12319           !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
12320           !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
12321           !> t/pragma/overload.t thread.h vms/vms.c
12322 ____________________________________________________________________________
12323 [  3656] By: gsar                                  on 1999/07/07  21:04:38
12324         Log: integrate cfgperl contents
12325      Branch: perl
12326           +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
12327           +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
12328           +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
12329            ! Changes
12330           !> (integrate 45 files)
12331 ____________________________________________________________________________
12332 [  3655] By: gsar                                  on 1999/07/07  18:55:45
12333         Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
12334              <pvhp@forte.com>
12335      Branch: perl
12336            ! ext/ByteLoader/Makefile.PL t/op/filetest.t
12337 ____________________________________________________________________________
12338 [  3654] By: gsar                                  on 1999/07/07  18:47:03
12339         Log: change#1889 mistakenly removed F_SETLK
12340      Branch: perl
12341            ! ext/Fcntl/Fcntl.xs
12342 ____________________________________________________________________________
12343 [  3653] By: gsar                                  on 1999/07/07  18:42:42
12344         Log: B::Deparse update
12345              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
12346              Date: Mon,  5 Jul 1999 17:57:03 -0500 (CDT)
12347              Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
12348              Subject: [PATCH _57, long] B::Deparse 0.58
12349      Branch: perl
12350            ! ext/B/B/Deparse.pm
12351 ____________________________________________________________________________
12352 [  3652] By: gsar                                  on 1999/07/07  18:41:07
12353         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12354              Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
12355              Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
12356              Subject: Re: [ID 19990705.001] Overloading boolean conversion
12357      Branch: perl
12358            ! gv.c t/pragma/overload.t
12359 ____________________________________________________________________________
12360 [  3651] By: gsar                                  on 1999/07/07  17:47:30
12361         Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
12362      Branch: perl
12363            ! perlsfio.h
12364 ____________________________________________________________________________
12365 [  3650] By: gsar                                  on 1999/07/07  17:45:52
12366         Log: applied new parts of suggested patch
12367              From: Charles Bailey <BAILEY@newman.upenn.edu>
12368              Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
12369              Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
12370              Subject: [PATCH 5.005_57] Consolidated VMS patch
12371      Branch: perl
12372            ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
12373            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
12374            ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
12375            ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
12376            ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
12377 ____________________________________________________________________________
12378 [  3649] By: jhi                                   on 1999/07/07  13:38:02
12379         Log: Sync regcomp warn with reality.
12380      Branch: cfgperl
12381            ! t/pragma/warn/regcomp
12382 ____________________________________________________________________________
12383 [  3648] By: jhi                                   on 1999/07/07  13:04:55
12384         Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
12385              resolved manually.
12386      Branch: cfgperl
12387           +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
12388           +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
12389           +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
12390            - README.lexwarn
12391           !> (integrate 79 files)
12392 ____________________________________________________________________________
12393 [  3647] By: gsar                                  on 1999/07/07  10:32:03
12394         Log: From: jan.dubois@ibm.net (Jan Dubois)
12395              Date: Thu, 01 Jul 1999 11:17:53 +0200
12396              Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
12397              Subject: [PATCH 5.005_57] MakeMaker support for pod2html
12398      Branch: perl
12399            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
12400            ! lib/ExtUtils/MakeMaker.pm
12401 ____________________________________________________________________________
12402 [  3646] By: gsar                                  on 1999/07/07  10:27:55
12403         Log: fix undocumented IO::Handle functions as suggested
12404              by cj10@cam.ac.uk
12405      Branch: perl
12406            ! ext/IO/lib/IO/Handle.pm
12407 ____________________________________________________________________________
12408 [  3645] By: gsar                                  on 1999/07/07  10:18:55
12409         Log: prohibit thread join()ing itself (from Dan Sugalski)
12410      Branch: perl
12411            ! ext/Thread/Thread.xs
12412 ____________________________________________________________________________
12413 [  3644] By: gsar                                  on 1999/07/07  10:14:26
12414         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
12415              Date: Wed, 30 Jun 1999 14:02:42 -0700
12416              Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
12417              Subject:  [PATCH 5.005_57] Compiler and XSUBS
12418      Branch: perl
12419            ! ext/B/B/C.pm
12420 ____________________________________________________________________________
12421 [  3643] By: gsar                                  on 1999/07/07  10:08:38
12422         Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
12423              (from François Désarménien <desar@club-internet.fr>)
12424      Branch: perl
12425            ! pod/perlsyn.pod
12426 ____________________________________________________________________________
12427 [  3642] By: gsar                                  on 1999/07/07  10:03:24
12428         Log: From: Doug MacEachern <dougm@cp.net>
12429              Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
12430              Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
12431              Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
12432      Branch: perl
12433            ! ext/B/B.xs
12434 ____________________________________________________________________________
12435 [  3641] By: gsar                                  on 1999/07/07  10:00:57
12436         Log: slightly modified version of suggested patch
12437              From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
12438              Date: Mon, 28 Jun 1999 14:23:59 -0400
12439              Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
12440              Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
12441      Branch: perl
12442            ! ext/POSIX/POSIX.xs
12443 ____________________________________________________________________________
12444 [  3640] By: gsar                                  on 1999/07/07  09:45:43
12445         Log: lexical warnings update (warning.t fails one test
12446              due to leaked scalar, investigation pending)
12447              From: paul.marquess@bt.com
12448              Date: Sat, 26 Jun 1999 23:19:52 +0100
12449              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
12450              Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
12451      Branch: perl
12452            + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
12453            + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
12454            + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
12455            - README.lexwarn
12456            ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
12457            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
12458            ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
12459            ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
12460            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
12461            ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
12462            ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
12463            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
12464            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
12465            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
12466            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
12467            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
12468            ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
12469            ! warning.h warning.pl win32/win32.c
12470 ____________________________________________________________________________
12471 [  3639] By: gsar                                  on 1999/07/07  08:09:30
12472         Log: From: Brian Jepson <bjepson@home.com>
12473              Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
12474              Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
12475              Subject: Patch to JPL example program
12476      Branch: perl
12477            ! jpl/JPL_Rolo/JPL_Rolo.jpl
12478 ____________________________________________________________________________
12479 [  3638] By: jhi                                   on 1999/07/07  08:07:58
12480         Log: Integrate with Sarathy.
12481      Branch: cfgperl
12482           !> (integrate 34 files)
12483 ____________________________________________________________________________
12484 [  3637] By: gsar                                  on 1999/07/07  08:07:49
12485         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
12486              Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
12487              Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
12488              Subject: [PATCH _57, long] Eliminate CONDOPs
12489      Branch: perl
12490            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
12491            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
12492            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
12493            ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
12494            ! pod/perltoc.pod pp_ctl.c pp_hot.c
12495 ____________________________________________________________________________
12496 [  3636] By: gsar                                  on 1999/07/07  07:50:51
12497         Log: adapted suggested patch for IO-1.20x
12498              From: ian@dial.pipex.com
12499              Date:  Fri, 25 Jun 1999 10:39:42 +0100
12500              Message-Id:  <199906250939.KAA02152@homer.diplex.co.uk>
12501              Subject: [ID 19990625.001]  Minor fixes for IO::Socket.pm
12502      Branch: perl
12503            ! ext/IO/lib/IO/Socket.pm
12504 ____________________________________________________________________________
12505 [  3635] By: gsar                                  on 1999/07/07  07:26:05
12506         Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
12507      Branch: perl
12508            ! hints/powerux.sh
12509 ____________________________________________________________________________
12510 [  3634] By: gsar                                  on 1999/07/07  07:20:02
12511         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12512              Date: Wed, 23 Jun 1999 16:16:05 +0100
12513              Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
12514              Subject: [PATCH 5.005_57] memleak in optimizer
12515      Branch: perl
12516            ! embed.h embed.pl objXSUB.h op.c proto.h
12517 ____________________________________________________________________________
12518 [  3633] By: gsar                                  on 1999/07/07  07:10:52
12519         Log: add do-not-edit caveats for files generated by opcode.pl
12520              (suggested by Hugo van der Sanden)
12521      Branch: perl
12522            ! opcode.h opcode.pl pp.sym pp_proto.h
12523 ____________________________________________________________________________
12524 [  3632] By: gsar                                  on 1999/07/07  06:41:13
12525         Log: better diagnostics on read operations from write-only
12526              filehandles
12527      Branch: perl
12528            ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
12529            ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
12530 ____________________________________________________________________________
12531 [  3631] By: gsar                                  on 1999/07/07  02:03:34
12532         Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
12533              by David Muir Sharnoff <muir@idiom.com>)
12534      Branch: perl
12535            ! lib/Sys/Hostname.pm
12536 ____________________________________________________________________________
12537 [  3630] By: gsar                                  on 1999/07/07  01:57:16
12538         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
12539              Date: Sun, 20 Jun 1999 17:17:17 -0700
12540              Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
12541              Subject: [PATCH 5.005_57] Minor bug fix in pp_require
12542      Branch: perl
12543            ! ext/B/B/CC.pm
12544 ____________________________________________________________________________
12545 [  3629] By: gsar                                  on 1999/07/07  01:46:03
12546         Log: installperl should write normal messages to STDOUT, not STDERR
12547      Branch: perl
12548            ! installperl
12549 ____________________________________________________________________________
12550 [  3628] By: gsar                                  on 1999/07/07  01:41:25
12551         Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
12552      Branch: perl
12553            ! hints/bsdos.sh
12554 ____________________________________________________________________________
12555 [  3627] By: gsar                                  on 1999/07/07  00:27:10
12556         Log: make diagnostic on C<my $^I> etc., more readable
12557      Branch: perl
12558            ! op.c
12559 ____________________________________________________________________________
12560 [  3626] By: gsar                                  on 1999/07/06  23:47:27
12561         Log: From: Andy Dougherty <doughera@lafayette.edu>
12562              Date:  Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
12563              Message-Id:  <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
12564              Subject: [ID 19990617.004  [PATCH 5.005_57] make distclean fixes]
12565      Branch: perl
12566            ! Makefile.SH utils/Makefile
12567 ____________________________________________________________________________
12568 [  3625] By: jhi                                   on 1999/07/06  21:50:46
12569         Log: Some new files of #3624 missing from MANIFEST.
12570      Branch: cfgperl
12571            ! MANIFEST
12572 ____________________________________________________________________________
12573 [  3624] By: jhi                                   on 1999/07/06  21:47:04
12574         Log: POSIX [[:character class:]] support for standard, locale,
12575              and utf8.  If both utf8 and locale are on, utf8 wins.
12576              I don't fully understand why so many tables changed in
12577              lib/unicode because of "make" -- maybe it was just overdue.
12578      Branch: cfgperl
12579            + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
12580            + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
12581            + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
12582            ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
12583            ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
12584            ! lib/unicode/Block.pl lib/unicode/Category.pl
12585            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
12586            ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
12587            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
12588            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
12589            ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
12590            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
12591            ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
12592            ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
12593            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
12594            ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
12595            ! t/pragma/warn/regcomp utf8.c
12596 ____________________________________________________________________________
12597 [  3623] By: gsar                                  on 1999/07/06  20:52:48
12598         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12599              Date: Wed, 16 Jun 1999 14:57:22 -0400
12600              Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
12601              Subject: [PATCH 5.00557] Devel::Peek
12602      Branch: perl
12603            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
12604 ____________________________________________________________________________
12605 [  3622] By: gsar                                  on 1999/07/06  20:22:59
12606         Log: applied patch after demunging headers with appropriate paths
12607              From: "Vishal Bhatia" <vishalb@my-deja.com>
12608              Date: Sat, 12 Jun 1999 08:23:59 -0700
12609              Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
12610              Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
12611      Branch: perl
12612            ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
12613            ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
12614 ____________________________________________________________________________
12615 [  3621] By: gsar                                  on 1999/07/06  20:10:50
12616         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12617              Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
12618              Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
12619              Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
12620      Branch: perl
12621            ! doio.c
12622 ____________________________________________________________________________
12623 [  3620] By: jhi                                   on 1999/07/06  19:16:47
12624         Log: Mention EPOC and SOCKS.
12625      Branch: cfgperl
12626            ! pod/perldelta.pod
12627 ____________________________________________________________________________
12628 [  3619] By: gsar                                  on 1999/07/06  16:52:37
12629         Log: fix int vs STRLEN issue
12630      Branch: perl
12631            ! pp.c
12632 ____________________________________________________________________________
12633 [  3618] By: jhi                                   on 1999/07/06  16:52:20
12634         Log: There ain't Perl_atonv().
12635      Branch: cfgperl
12636            ! ext/ByteLoader/bytecode.h
12637 ____________________________________________________________________________
12638 [  3617] By: jhi                                   on 1999/07/06  15:55:22
12639         Log: Integrate with Sarathy.
12640      Branch: cfgperl
12641           !> Makefile.SH
12642 ____________________________________________________________________________
12643 [  3616] By: jhi                                   on 1999/07/06  15:54:09
12644         Log: Tweak for #3613.
12645      Branch: cfgperl
12646            ! Configure config_h.SH
12647 ____________________________________________________________________________
12648 [  3615] By: gsar                                  on 1999/07/06  11:00:21
12649         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
12650              Date:  Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
12651              Message-Id:  <199906132346.RAA26632@xerxes.courtesan.com>
12652              Subject: [ID 19990613.003  linklibperl set incorrectly in Makefile.SH for OpenBSD]
12653      Branch: perl
12654            ! Makefile.SH
12655 ____________________________________________________________________________
12656 [  3614] By: jhi                                   on 1999/07/06  10:44:48
12657         Log: Integrate with Sarathy.
12658      Branch: cfgperl
12659           !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
12660           !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
12661 ____________________________________________________________________________
12662 [  3613] By: jhi                                   on 1999/07/06  10:43:20
12663         Log: From: Nathan Kurz <nate@valleytel.net>
12664              Subject: [ID 19990612.001 compiling three deep modules within ext/]
12665              ply-To: nate@valleytel.net
12666              erl5-porters@perl.org
12667              Date: Sat, 12 Jun 1999 01:26:04 -0500
12668              Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
12669      Branch: cfgperl
12670            ! Configure config_h.SH
12671 ____________________________________________________________________________
12672 [  3612] By: gsar                                  on 1999/07/06  10:17:52
12673         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12674              Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
12675              Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
12676              Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
12677      Branch: perl
12678            ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
12679 ____________________________________________________________________________
12680 [  3611] By: gsar                                  on 1999/07/06  09:51:20
12681         Log: From: pvhp@forte.com (Peter Prymmer)
12682              Date: Fri, 11 Jun 99 17:07:19 PDT
12683              Message-Id: <9906120007.AA13802@forte.com>
12684              Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
12685      Branch: perl
12686            ! ext/IO/lib/IO/File.pm
12687 ____________________________________________________________________________
12688 [  3610] By: gsar                                  on 1999/07/06  09:37:37
12689         Log: fix for C<$/ = 42> setting paragraph mode (applied with small
12690              tweak)
12691              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
12692              Date: Wed, 09 Jun 1999 18:27:51 +0100
12693              Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
12694              Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
12695      Branch: perl
12696            ! perl.h t/base/rs.t
12697 ____________________________________________________________________________
12698 [  3609] By: jhi                                   on 1999/07/06  09:28:48
12699         Log: Integrate with Sarathy.
12700      Branch: cfgperl
12701           !> (integrate 49 files)
12702 ____________________________________________________________________________
12703 [  3608] By: gsar                                  on 1999/07/06  09:28:21
12704         Log: test tweak
12705      Branch: perl
12706            ! t/pragma/warn/op
12707 ____________________________________________________________________________
12708 [  3607] By: jhi                                   on 1999/07/06  09:22:48
12709         Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
12710      Branch: cfgperl
12711            ! Configure config_h.SH
12712 ____________________________________________________________________________
12713 [  3606] By: gsar                                  on 1999/07/06  09:05:02
12714         Log: applied slightly tweaked version of suggested patch for
12715              improved RE API
12716              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12717              Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
12718              Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
12719              Subject: [PATCH 5.005_57] REx engine rehash
12720      Branch: perl
12721            ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
12722            ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
12723            ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
12724            ! util.c
12725 ____________________________________________________________________________
12726 [  3605] By: gsar                                  on 1999/07/06  08:54:03
12727         Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
12728      Branch: perl
12729            ! sv.c
12730 ____________________________________________________________________________
12731 [  3604] By: gsar                                  on 1999/07/06  07:08:30
12732         Log: From: paul.marquess@bt.com
12733              Date: Tue, 8 Jun 1999 22:37:58 +0100 
12734              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
12735              Subject: [PATCH 5.005_57] DB_File 1.67
12736      Branch: perl
12737            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
12738            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
12739 ____________________________________________________________________________
12740 [  3603] By: gsar                                  on 1999/07/06  07:04:50
12741         Log: From: paul.marquess@bt.com
12742              Date: Tue, 8 Jun 1999 22:34:01 +0100 
12743              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
12744              Subject: [PATCH 5.005_57] DBM Filters
12745      Branch: perl
12746            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
12747            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
12748            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
12749            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
12750 ____________________________________________________________________________
12751 [  3602] By: gsar                                  on 1999/07/06  07:00:01
12752         Log: slightly tweaked version of suggested patch
12753              From: Dan Sugalski <sugalskd@ous.edu>
12754              Date: Tue, 08 Jun 1999 14:09:38 -0700
12755              Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
12756              Subject: [PATCH 5.005_57]Use NV instead of double in the core
12757      Branch: perl
12758            ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
12759            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
12760            ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
12761            ! proto.h sv.c sv.h toke.c universal.c util.c
12762 ____________________________________________________________________________
12763 [  3601] By: gsar                                  on 1999/07/06  06:52:57
12764         Log: integrate cfgperl contents into mainline
12765      Branch: perl
12766           +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
12767           +> epoc/perl.mmp epoc/perl.pkg
12768           !> (integrate 30 files)
12769 ____________________________________________________________________________
12770 [  3598] By: jhi                                   on 1999/07/05  20:02:55
12771         Log: Integrate with mainperl.
12772      Branch: cfgperl
12773           +> lib/CGI/Pretty.pm
12774           !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
12775           !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
12776           !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
12777           !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
12778           !> vms/vmsish.h
12779 ____________________________________________________________________________
12780 [  3597] By: jhi                                   on 1999/07/05  19:59:48
12781         Log: Hack SOCKS support some more plus a patch from Andy Dougherty
12782              that addresses the notorious "Additional libraries" question.
12783      Branch: cfgperl
12784            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12785            ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
12786            ! pp_sys.c
12787 ____________________________________________________________________________
12788 [  3596] By: gsar                                  on 1999/07/05  18:30:51
12789         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12790              Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
12791              Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
12792              Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
12793      Branch: perl
12794            ! pp_sys.c t/lib/io_udp.t
12795 ____________________________________________________________________________
12796 [  3595] By: gsar                                  on 1999/07/05  18:29:08
12797         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12798              Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
12799              Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
12800              Subject: [PATCH 5.00557] Setting $^E wipes out $!
12801      Branch: perl
12802            ! mg.c
12803 ____________________________________________________________________________
12804 [  3594] By: gsar                                  on 1999/07/05  18:24:53
12805         Log: hand-apply whitespace mutiliated patch
12806              From: Dan Sugalski <sugalskd@osshe.edu>
12807              Date: Mon, 07 Jun 1999 14:46:42 -0700
12808              Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
12809              Subject: [PATCH 5.005_57]Updated VMS patch
12810      Branch: perl
12811            ! thread.h vms/descrip_mms.template vms/subconfigure.com
12812            ! vms/vms.c vms/vmsish.h
12813 ____________________________________________________________________________
12814 [  3593] By: gsar                                  on 1999/07/05  17:53:04
12815         Log: applied parts not duplicated by previous patches
12816              From: "Vishal Bhatia" <vishalb@my-deja.com>
12817              Date: Sat, 05 Jun 1999 08:42:17 -0700
12818              Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
12819              Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
12820      Branch: perl
12821            ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
12822            ! ext/B/B/Stackobj.pm
12823 ____________________________________________________________________________
12824 [  3592] By: jhi                                   on 1999/07/05  17:17:22
12825         Log: AIX threaded build, plus few more on the side.
12826      Branch: cfgperl
12827            ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
12828            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
12829            ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
12830            ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
12831 ____________________________________________________________________________
12832 [  3591] By: gsar                                  on 1999/07/05  16:52:34
12833         Log: "\e" and "\a" didn't produce right escape under EBCDIC
12834              From: pvhp@forte.com (Peter Prymmer)
12835              Date: Fri, 4 Jun 99 12:00:27 PDT
12836              Message-Id: <9906041900.AA28387@forte.com>
12837              Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
12838      Branch: perl
12839            ! toke.c
12840 ____________________________________________________________________________
12841 [  3590] By: gsar                                  on 1999/07/05  16:40:01
12842         Log: s/scalar ref constructor/single ref constructor/ (suggested
12843              by Stephen McCamant)
12844      Branch: perl
12845            ! opcode.h opcode.pl
12846 ____________________________________________________________________________
12847 [  3589] By: gsar                                  on 1999/07/05  16:34:06
12848         Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
12849      Branch: perl
12850            ! ext/GDBM_File/GDBM_File.xs
12851 ____________________________________________________________________________
12852 [  3588] By: gsar                                  on 1999/07/05  16:29:39
12853         Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
12854              is unchanged still)
12855      Branch: perl
12856            ! op.c
12857 ____________________________________________________________________________
12858 [  3587] By: jhi                                   on 1999/07/05  10:31:43
12859         Log: Make perl_exp.SH smarter about what to include and what to exclude.
12860      Branch: cfgperl
12861            ! perl_exp.SH
12862 ____________________________________________________________________________
12863 [  3586] By: jhi                                   on 1999/07/05  09:29:31
12864         Log: Remove unnecessary and extraneous my $i = 0.
12865      Branch: cfgperl
12866            ! bytecode.pl
12867 ____________________________________________________________________________
12868 [  3585] By: jhi                                   on 1999/07/05  07:28:59
12869         Log: Integrate with mainperl.
12870      Branch: cfgperl
12871           !> (integrate 30 files)
12872 ____________________________________________________________________________
12873 [  3584] By: gsar                                  on 1999/07/05  05:36:28
12874         Log: From: Vishal Bhatia <vishalb@hotmail.com>
12875              Date: Thu, 03 Jun 1999 00:57:48 PDT
12876              Message-ID: <19990603075749.86665.qmail@hotmail.com>
12877              Subject: Re: [PATCH 5.005_57] pp_sort sorted out
12878      Branch: perl
12879            ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
12880 ____________________________________________________________________________
12881 [  3583] By: gsar                                  on 1999/07/05  05:31:19
12882         Log: suppress fancy display when in verbose mode (suggested by
12883              Paul Johnson <pjcj@transeda.com>)
12884      Branch: perl
12885            ! lib/Test/Harness.pm
12886 ____________________________________________________________________________
12887 [  3582] By: gsar                                  on 1999/07/05  05:17:12
12888         Log: cygwin32 update
12889              From: "Fifer, Eric" <EFifer@sanwaint.com>
12890              Date:  Wed, 2 Jun 1999 15:16:05 +0100
12891              Message-Id:  <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
12892              Subject:  [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
12893      Branch: perl
12894            ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
12895            ! cygwin32/build-instructions.READFIRST
12896            ! cygwin32/build-instructions.charles-wilson
12897            ! cygwin32/build-instructions.sebastien-barre
12898            ! cygwin32/build-instructions.steven-morlock
12899            ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
12900            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
12901            ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
12902            ! t/op/magic.t util.c
12903 ____________________________________________________________________________
12904 [  3581] By: gsar                                  on 1999/07/05  02:46:18
12905         Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
12906      Branch: perl
12907            ! util.c
12908 ____________________________________________________________________________
12909 [  3580] By: gsar                                  on 1999/07/05  02:38:03
12910         Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
12911              Date: Mon, 31 May 1999 18:18:13 -0600
12912              Message-ID: <19990601001813.AAA17834@csgsystems.com>
12913              Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
12914      Branch: perl
12915            ! t/TEST t/UTEST t/harness utils/perlcc.PL
12916 ____________________________________________________________________________
12917 [  3579] By: gsar                                  on 1999/07/05  01:20:58
12918         Log: compatibility tweak for Class::Struct
12919      Branch: perl
12920            ! lib/Class/Struct.pm
12921 ____________________________________________________________________________
12922 [  3578] By: jhi                                   on 1999/07/04  23:26:01
12923         Log: Miscellaneus AIX fixes + SOCKS support.
12924      Branch: cfgperl
12925            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
12926            ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
12927            ! hints/aix.sh pp_sys.c
12928 ____________________________________________________________________________
12929 [  3577] By: gsar                                  on 1999/07/04  23:07:39
12930         Log: test tweak
12931      Branch: perl
12932            ! t/io/openpid.t
12933 ____________________________________________________________________________
12934 [  3576] By: jhi                                   on 1999/07/04  22:39:23
12935         Log: Integrate with mainperl.
12936      Branch: cfgperl
12937           +> t/io/openpid.t
12938            - win32/perlhost.h
12939           !> (integrate 51 files)
12940 ____________________________________________________________________________
12941 [  3575] By: jhi                                   on 1999/07/04  22:26:48
12942         Log: Added 64-bit support for AIX 4.3 or better
12943              based on Martin H. Rusoff's observations.
12944      Branch: cfgperl
12945            ! Configure config_h.SH hints/aix.sh
12946 ____________________________________________________________________________
12947 [  3574] By: jhi                                   on 1999/07/04  21:34:47
12948         Log: Do not throw away gccvers compilation errors.
12949              From: Andy Dougherty <doughera@lafayette.edu>
12950              To: Ron Seguin <rseguin@on.bell.ca>
12951              Cc: Perl Porters <perl5-porters@perl.org>
12952              Subject: [PATCH] Re: [ID 19990625.011]  WHOA There
12953              Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
12954              Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
12955      Branch: cfgperl
12956            ! Configure config_h.SH
12957 ____________________________________________________________________________
12958 [  3573] By: gsar                                  on 1999/07/04  21:10:32
12959         Log: adapted suggested tests for addition to testsuite
12960              From: RonaldWS@aol.com
12961              Date:  Sun, 30 May 1999 16:27:28 EDT
12962              Message-Id:  <25cd799f.2482f930@aol.com>
12963              Subject: [19990530.007] Open with pipe | does not return pid under win32
12964      Branch: perl
12965            + t/io/openpid.t
12966            ! MANIFEST win32/win32.c
12967 ____________________________________________________________________________
12968 [  3572] By: gsar                                  on 1999/07/04  20:29:32
12969         Log: perl_run() should call my_exit(0) for normal completion
12970      Branch: perl
12971            ! perl.c
12972 ____________________________________________________________________________
12973 [  3571] By: jhi                                   on 1999/07/04  20:10:44
12974         Log: Add test for change #3568 plus general cleanup.
12975      Branch: cfgperl
12976            ! t/pragma/locale.t
12977 ____________________________________________________________________________
12978 [  3570] By: gsar                                  on 1999/07/04  20:03:21
12979         Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
12980              overloading
12981      Branch: perl
12982            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
12983            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
12984 ____________________________________________________________________________
12985 [  3569] By: gsar                                  on 1999/07/04  18:04:48
12986         Log: make AIX dynaloading work when libperl is shared (and thus under
12987              mod_perl etc.)
12988              From: Jens-Uwe Mager <jum@helios.de>
12989              Date:  Sat, 29 May 1999 17:09:52 +0200
12990              Message-Id:  <199905291509.RAA43978@ans.helios.de>
12991              Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
12992      Branch: perl
12993            ! ext/DynaLoader/dl_aix.xs
12994 ____________________________________________________________________________
12995 [  3568] By: jhi                                   on 1999/07/04  14:54:23
12996         Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
12997              This resulted for example in the 'o' magic not being cleared by
12998              magic_setcollxfrm(), which resulted in strange cmp results.
12999              The bug was reported originally in the message
13000              Subject: Bug with locale
13001              From: Jan Starzynski <jan@planet.de> 
13002              To: perlbug@perl.com 
13003              Date: Fri, 09 Apr 1999 13:23:07 +0200 
13004              Message-ID: <370DE31B.DAEE1332@planet.de> 
13005      Branch: cfgperl
13006            ! pp.c
13007 ____________________________________________________________________________
13008 [  3567] By: gsar                                  on 1999/07/04  02:38:34
13009         Log: remove misleading info on defined(&func), unclutter deprecation
13010              about defined(@array)
13011      Branch: perl
13012            ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
13013            ! t/pragma/warn/op
13014 ____________________________________________________________________________
13015 [  3566] By: gsar                                  on 1999/07/04  01:46:31
13016         Log: From: jan.dubois@ibm.net (Jan Dubois)
13017              Date: Wed, 26 May 1999 22:07:17 +0200
13018              Message-ID: <374c53ac.10322322@smtp1.ibm.net>
13019              Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
13020      Branch: perl
13021            ! Changes win32/win32.c win32/win32.h
13022 ____________________________________________________________________________
13023 [  3565] By: gsar                                  on 1999/07/04  01:26:02
13024         Log: newer version of perlxstut from Jeff Okamoto (slightly edited
13025              for win32 issues)
13026      Branch: perl
13027            ! pod/perlxstut.pod
13028 ____________________________________________________________________________
13029 [  3564] By: gsar                                  on 1999/07/02  03:09:04
13030         Log: avoid warnings
13031      Branch: perl
13032            ! ext/Thread/Thread/Specific.pm lib/fields.pm
13033 ____________________________________________________________________________
13034 [  3563] By: gsar                                  on 1999/06/28  19:23:47
13035         Log: inc version (for CPAN.pm sanity)
13036      Branch: perl
13037            ! lib/Text/ParseWords.pm
13038 ____________________________________________________________________________
13039 [  3562] By: gsar                                  on 1999/06/28  19:19:01
13040         Log: regen perltoc
13041      Branch: perl
13042            ! pod/perltoc.pod
13043 ____________________________________________________________________________
13044 [  3561] By: gsar                                  on 1999/06/28  19:08:41
13045         Log: From: Damian Conway <damian@cs.monash.edu.au>
13046              Date: Wed, 26 May 1999 00:58:35 -0400
13047              Message-Id: <199905260458.AAA06411@defender.perl.org>
13048              Subject: [19990526.002] Misc. improvements to Class:Struct
13049      Branch: perl
13050            ! MANIFEST lib/Class/Struct.pm
13051 ____________________________________________________________________________
13052 [  3560] By: gsar                                  on 1999/06/28  18:50:52
13053         Log: remove bogus PL_optype_size
13054      Branch: perl
13055            ! bytecode.pl ext/ByteLoader/byterun.h
13056 ____________________________________________________________________________
13057 [  3559] By: gsar                                  on 1999/06/28  18:22:26
13058         Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
13059      Branch: perl
13060            + lib/CGI/Pretty.pm
13061            ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
13062            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
13063            ! t/lib/cgi-html.t t/lib/cgi-request.t
13064 ____________________________________________________________________________
13065 [  3558] By: jhi                                   on 1999/06/28  07:30:21
13066         Log: Change Olaf Lebbe's email address.
13067      Branch: cfgperl
13068            ! README.epoc
13069 ____________________________________________________________________________
13070 [  3557] By: gsar                                  on 1999/06/28  00:07:33
13071         Log: make autogenerated files writable
13072      Branch: perl
13073            - win32/perlhost.h
13074            ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
13075            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
13076            ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
13077            ! proto.h regnodes.h warning.h win32/config_H.bc
13078            ! win32/config_H.gc win32/config_H.vc
13079 ____________________________________________________________________________
13080 [  3556] By: jhi                                   on 1999/06/27  19:22:53
13081         Log: Update MANIFEST to match #3555.
13082      Branch: cfgperl
13083            ! MANIFEST
13084 ____________________________________________________________________________
13085 [  3555] By: jhi                                   on 1999/06/27  19:16:22
13086         Log: EPOC port to Psion5.
13087              From: Olaf Flebbe <O.Flebbe@science-computing.de>
13088              To: Jarkko Hietaniemi <jhi@iki.fi>
13089              Cc: perl5-porters@perl.org
13090              Subject: Re: Psion5
13091              Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
13092              Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
13093      Branch: cfgperl
13094            + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
13095            + epoc/perl.mmp epoc/perl.pkg
13096            ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
13097            ! perl.h sv.c util.c
13098 ____________________________________________________________________________
13099 [  3554] By: jhi                                   on 1999/06/27  18:50:52
13100         Log: Integrate from mainperl.
13101      Branch: cfgperl
13102           !> (integrate 48 files)
13103 ____________________________________________________________________________
13104 [  3553] By: gsar                                  on 1999/06/27  14:28:49
13105         Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
13106              gone from the public API); PERL_OBJECT builds again on
13107              windows
13108              
13109              TODO: namespace-clean the typedefs in iperlsys.h and
13110              elsewhere; remove C++ remnants from public headers
13111      Branch: perl
13112            ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
13113            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
13114            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
13115            ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
13116            ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
13117            ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
13118            ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
13119            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
13120            ! win32/config.gc win32/config.vc win32/dl_win32.xs
13121            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
13122            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
13123            ! win32/win32sck.c
13124 ____________________________________________________________________________
13125 [  3552] By: gsar                                  on 1999/06/27  13:49:31
13126         Log: integrate cfgperl changes into mainline
13127      Branch: perl
13128           !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
13129           !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
13130           !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
13131           !> util.c
13132 ____________________________________________________________________________
13133 [  3551] By: gsar                                  on 1999/06/27  13:31:11
13134         Log: fix indents
13135      Branch: perl
13136            ! op.c
13137 ____________________________________________________________________________
13138 [  3550] By: gsar                                  on 1999/06/24  22:42:53
13139         Log: update Changes
13140      Branch: perl
13141            ! Changes
13142 ____________________________________________________________________________
13143 [  3549] By: gsar                                  on 1999/06/24  22:41:17
13144         Log: avoid race condition in the CAPI extension bootstrap handler
13145      Branch: perl
13146            ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
13147 ____________________________________________________________________________
13148 [  3548] By: gsar                                  on 1999/06/24  22:39:53
13149         Log: sanity check to cover the case when perl is installed into the
13150              X:\ (drive root)
13151      Branch: perl
13152            ! win32/win32.c
13153 ____________________________________________________________________________
13154 [  3547] By: gsar                                  on 1999/06/22  19:30:32
13155         Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
13156      Branch: perl
13157            ! lib/Tie/RefHash.pm
13158 ____________________________________________________________________________
13159 [  3544] By: jhi                                   on 1999/06/18  19:24:28
13160         Log: Tidy up #3542 and #3543. 
13161      Branch: cfgperl
13162            ! t/pragma/locale.t util.c
13163 ____________________________________________________________________________
13164 [  3543] By: jhi                                   on 1999/06/18  10:28:45
13165         Log: Spice up locale.t.
13166      Branch: cfgperl
13167            ! t/pragma/locale.t
13168 ____________________________________________________________________________
13169 [  3542] By: jhi                                   on 1999/06/17  22:42:03
13170         Log: Fixed two long-standing locale bugs.
13171              
13172              Both problems were related to numeric locale which
13173              controls the radix character aka the decimal separator.
13174              (1) printf (and sprintf) were resetting the numeric locale to C.
13175              (2) Using locale-numerically formatted floating point
13176              numbers (e.g. "1,23") together with -w caused warnings about
13177              "isn't numeric".  The operations were working fine, though,
13178              because atof() was using the local locale.
13179              Both problems reported by Stefan Vogtner.
13180              
13181              Introduced a wrapper for atof() that attempts to convert
13182              the string both ways.  This helps Perl to understand
13183              numbers like this "4.56" even when using a local locale
13184              makes atof() understand only numbers like this "7,89".
13185              
13186              Remaining related problems, both of which existed before
13187              this patch and continue to exist after this patch:
13188              (a) The behaviour of print() is _not_ as documented by perllocale.
13189              Instead of always using the C locale, print() does use the
13190              local locale, just like the *printf() do.  This may be fixable
13191              now that switching to-and-fro between locales has been made
13192              more consistent, but fixing print() would change existing
13193              behaviour.  perllocale is not changed by this patch.
13194              (b) If a number has been stringified (say, via "$number") under
13195              a local locale, the cached string value persists even under
13196              "no locale".  This may or may not be a problem: operations
13197              work fine because the original number is still there, but
13198              that the string form keeps its locale-ish outlook may be
13199              somewhat confusing.
13200      Branch: cfgperl
13201            ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
13202            ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
13203            ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
13204            ! util.c
13205 ____________________________________________________________________________
13206 [  3541] By: jhi                                   on 1999/06/17  20:00:16
13207         Log: Integrate from mainperl.
13208      Branch: cfgperl
13209           !> ext/Data/Dumper/Dumper.pm op.c
13210 ____________________________________________________________________________
13211 [  3540] By: gsar                                  on 1999/06/16  16:49:55
13212         Log: dump C<0> as such, not C<'0'>
13213      Branch: perl
13214            ! ext/Data/Dumper/Dumper.pm
13215 ____________________________________________________________________________
13216 [  3539] By: gsar                                  on 1999/06/13  04:04:40
13217         Log: fix coredumper in change#3498
13218      Branch: perl
13219            ! op.c
13220 ____________________________________________________________________________
13221 [  3538] By: jhi                                   on 1999/06/12  22:01:26
13222         Log: Integrate from mainperl.
13223      Branch: cfgperl
13224           +> lib/caller.pm
13225           !> (integrate 36 files)
13226 ____________________________________________________________________________
13227 [  3537] By: gsar                                  on 1999/06/12  06:43:03
13228         Log: EXTERN_C declarations for global arrays in various
13229              headers, so perl can be built even in C++ mode; win32
13230              build fixups; regen headers
13231      Branch: perl
13232            ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
13233            ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
13234 ____________________________________________________________________________
13235 [  3536] By: gsar                                  on 1999/06/12  06:38:21
13236         Log: caller.pm typos
13237      Branch: perl
13238            ! lib/caller.pm
13239 ____________________________________________________________________________
13240 [  3535] By: gsar                                  on 1999/06/11  23:13:54
13241         Log: various little tweaks; most globals are now in intrpvar.h, ninterps
13242              is temporarily gone
13243      Branch: perl
13244            ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
13245            ! pod/perldelta.pod proto.h win32/perllib.c
13246 ____________________________________________________________________________
13247 [  3534] By: gsar                                  on 1999/06/11  20:41:51
13248         Log: implement C<use caller 'encoding'>
13249      Branch: perl
13250            + lib/caller.pm
13251            ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
13252 ____________________________________________________________________________
13253 [  3533] By: gsar                                  on 1999/06/11  16:51:04
13254         Log: truncate() has a peculiar exemption from strict barewords, even
13255              though it has a non-filehandle prototype
13256      Branch: perl
13257            ! op.c t/io/fs.t
13258 ____________________________________________________________________________
13259 [  3532] By: gsar                                  on 1999/06/11  09:09:16
13260         Log: GDBM tweak
13261      Branch: perl
13262            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
13263 ____________________________________________________________________________
13264 [  3531] By: gsar                                  on 1999/06/10  23:34:19
13265         Log: part of the platform changes for IMPLICIT_CONTEXT
13266      Branch: perl
13267            ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
13268            ! jpl/PerlInterpreter/PerlInterpreter.c
13269            ! jpl/PerlInterpreter/PerlInterpreter.h
13270            ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
13271            ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
13272 ____________________________________________________________________________
13273 [  3530] By: jhi                                   on 1999/06/10  20:55:56
13274         Log: Integrate from mainperl.
13275      Branch: cfgperl
13276           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
13277 ____________________________________________________________________________
13278 [  3529] By: gsar                                  on 1999/06/10  20:40:01
13279         Log: DB_File tweaks for IMPLICIT CONTEXT
13280      Branch: perl
13281            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
13282 ____________________________________________________________________________
13283 [  3528] By: jhi                                   on 1999/06/10  10:18:15
13284         Log: Integrate from mainperl.
13285      Branch: cfgperl
13286           !> (integrate 105 files)
13287 ____________________________________________________________________________
13288 [  3527] By: gsar                                  on 1999/06/10  09:30:35
13289         Log: most globals are now interpreter local; locale initialization
13290              was too early, defer it until interpreter is allocated and
13291              initialized; multiple interpreters should now be
13292              concurrency-safe (untested)
13293      Branch: perl
13294            ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
13295            ! perlvars.h
13296 ____________________________________________________________________________
13297 [  3526] By: gsar                                  on 1999/06/10  08:38:00
13298         Log: fix small nits
13299      Branch: perl
13300            ! cc_runtime.h ext/B/B/CC.pm run.c
13301 ____________________________________________________________________________
13302 [  3525] By: gsar                                  on 1999/06/10  04:41:38
13303         Log: win32 build fixes
13304      Branch: perl
13305            ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
13306            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
13307            ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
13308            ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
13309            ! win32/Makefile win32/config_H.bc win32/config_H.gc
13310            ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
13311            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
13312            ! win32/win32.c win32/win32.h win32/win32sck.c
13313            ! win32/win32thread.c win32/win32thread.h
13314 ____________________________________________________________________________
13315 [  3524] By: gsar                                  on 1999/06/09  18:03:01
13316         Log: more complete support for implicit thread/interpreter pointer,
13317              enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
13318              without that enabled):
13319              - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
13320              is a noop; tests pass on Solaris; should be faster now!
13321              - MULTIPLICITY has been tested with and without
13322              PERL_IMPLICIT_CONTEXT on Solaris
13323              - improved function database now merged with embed.pl
13324              - everything except the varargs functions have foo(a,b,c) macros
13325              to provide compatibility
13326              - varargs functions default to compatibility variants that
13327              get the context pointer using dTHX
13328              - there should be almost no source compatibility issues as a
13329              result of all this
13330              - dl_foo.xs changes other than dl_dlopen.xs untested
13331              - still needs documentation, fixups for win32 etc
13332              Next step: migrate most non-mutex variables from perlvars.h
13333              to intrpvar.h
13334      Branch: perl
13335            - proto.pl
13336            ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
13337            ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
13338            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
13339            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
13340            ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
13341            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
13342            ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
13343            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
13344            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
13345            ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
13346            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
13347            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
13348            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
13349            ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
13350            ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
13351            ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
13352            ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
13353            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
13354            ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
13355            ! util.c win32/Makefile win32/makefile.mk writemain.SH
13356 ____________________________________________________________________________
13357 [  3523] By: gsar                                  on 1999/06/07  05:24:13
13358         Log: missed a file
13359      Branch: perl
13360            + proto.pl
13361            ! MANIFEST
13362 ____________________________________________________________________________
13363 [  3522] By: gsar                                  on 1999/06/07  05:18:34
13364         Log: initial stub implementation of implicit thread/this
13365              pointer    argument; builds/tests on Solaris, win32
13366              hasn't been fixed up yet; proto.h, global.sym and
13367              static function decls are now generated from a common
13368              database in proto.pl; some inconsistently named
13369              perl_foo() things are now Perl_foo(), compatibility
13370              #defines provided; perl_foo() (lowercase 'p') reserved
13371              for functions that take an explicit context argument;
13372              next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
13373      Branch: perl
13374            ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
13375            ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
13376            ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
13377            ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
13378            ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
13379            ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
13380            ! universal.c utf8.c util.c
13381 ____________________________________________________________________________
13382 [  3521] By: gsar                                  on 1999/06/04  23:00:22
13383         Log: clean up some stray "global" symbols
13384      Branch: perl
13385            ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
13386            ! pp_proto.h proto.h
13387 ____________________________________________________________________________
13388 [  3520] By: jhi                                   on 1999/06/02  21:33:28
13389         Log: Integrate from mainperl.
13390      Branch: cfgperl
13391           !> (integrate 94 files)
13392 ____________________________________________________________________________
13393 [  3519] By: gsar                                  on 1999/06/02  07:16:10
13394         Log: avoid dereferencing null pointer from getpwent() et al
13395      Branch: perl
13396            ! pp_sys.c
13397 ____________________________________________________________________________
13398 [  3518] By: gsar                                  on 1999/06/02  04:47:10
13399         Log: remove _() non-ansism
13400      Branch: perl
13401            ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
13402            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
13403            ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
13404            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
13405            ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
13406            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
13407            ! ext/re/re.xs handy.h hv.c iperlsys.h
13408            ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
13409            ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
13410            ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
13411            ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
13412            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
13413            ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
13414            ! vms/vmsish.h vms/writemain.pl vos/config.h
13415            ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
13416            ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
13417            ! win32/perllib.c win32/runperl.c win32/win32.h
13418            ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
13419            ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
13420 ____________________________________________________________________________
13421 [  3517] By: gsar                                  on 1999/06/02  02:17:51
13422         Log: missed a few files
13423      Branch: perl
13424            ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
13425 ____________________________________________________________________________
13426 [  3516] By: gsar                                  on 1999/06/02  01:37:33
13427         Log: integrate cfgperl contents into mainline
13428      Branch: perl
13429           +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
13430           +> ext/ByteLoader/byterun.h
13431            - bytecode.h byterun.c byterun.h
13432            ! Changes
13433           !> (integrate 58 files)
13434 ____________________________________________________________________________
13435 [  3515] By: gsar                                  on 1999/06/02  00:48:50
13436         Log: remove stray K&R-isms
13437      Branch: perl
13438            ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
13439            ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
13440            ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
13441            ! toke.c util.c win32/win32.c x2p/hash.c
13442 ____________________________________________________________________________
13443 [  3514] By: gsar                                  on 1999/06/01  15:55:55
13444         Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
13445              strict 'subs'
13446      Branch: perl
13447            ! op.c t/pragma/strict-subs
13448 ____________________________________________________________________________
13449 [  3513] By: jhi                                   on 1999/06/01  07:17:05
13450         Log: Patch applying of #3499 had gone awry.
13451      Branch: cfgperl
13452            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
13453 ____________________________________________________________________________
13454 [  3512] By: gsar                                  on 1999/05/31  19:21:30
13455         Log: tighter -help output
13456      Branch: perl
13457            ! perl.c
13458 ____________________________________________________________________________
13459 [  3511] By: gsar                                  on 1999/05/31  17:18:23
13460         Log: fix memory leak in C<eval 'return sub {...}'>
13461      Branch: perl
13462            ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
13463 ____________________________________________________________________________
13464 [  3510] By: gsar                                  on 1999/05/31  14:11:46
13465         Log: tweak C++isms
13466      Branch: perl
13467            ! win32/dl_win32.xs win32/win32.c
13468 ____________________________________________________________________________
13469 [  3509] By: jhi                                   on 1999/05/30  13:02:26
13470         Log: Cleanup of #3488.
13471      Branch: cfgperl
13472            ! Configure config_h.SH
13473 ____________________________________________________________________________
13474 [  3508] By: jhi                                   on 1999/05/30  11:16:01
13475         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13476              To: Mailing list Perl5 <perl5-porters@perl.org>
13477              Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
13478              Date: Sat, 29 May 1999 20:18:13 -0400
13479              Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
13480      Branch: cfgperl
13481            ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
13482 ____________________________________________________________________________
13483 [  3507] By: jhi                                   on 1999/05/29  20:05:40
13484         Log: From: Mark-Jason Dominus <mjd@plover.com>
13485              To: perl5-porters@perl.com
13486              Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
13487              Date: Sat, 29 May 1999 14:45:10 -0400
13488              Message-ID: <19990529184510.27557.qmail@plover.com>
13489      Branch: cfgperl
13490            ! op.h
13491 ____________________________________________________________________________
13492 [  3506] By: gsar                                  on 1999/05/29  16:49:39
13493         Log: avoid gv_check() recursive pit
13494      Branch: perl
13495            ! gv.c
13496 ____________________________________________________________________________
13497 [  3505] By: jhi                                   on 1999/05/29  11:38:16
13498         Log: From: jan.dubois@ibm.net (Jan Dubois)
13499              To: Gurusamy Sarathy <gsar@activestate.com>
13500              Cc: perl5-porters@perl.org
13501              Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
13502              Date: Sat, 29 May 1999 08:46:22 +0200
13503              Message-ID: <374f8007.2016008@smtp1.ibm.net>
13504      Branch: cfgperl
13505            ! t/op/grent.t t/op/pwent.t
13506 ____________________________________________________________________________
13507 [  3504] By: jhi                                   on 1999/05/29  11:07:10
13508         Log: QNX needs <sys/select.h> to define fd_set.
13509              
13510              From: Norton Allen <allen@huarp.harvard.edu>
13511              To: perl5-porters@perl.org
13512              Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
13513              Date:  Wed, 26 May 1999 13:51:27 -0400 (EDT)
13514              Message-Id:  <199905261751.NAA20966@bottesini.harvard.edu>
13515      Branch: cfgperl
13516            ! ext/IO/poll.c
13517 ____________________________________________________________________________
13518 [  3503] By: jhi                                   on 1999/05/29  10:53:31
13519         Log: From: jan.dubois@ibm.net (Jan Dubois)
13520              To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
13521              Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
13522              Date: Fri, 28 May 1999 20:14:35 +0200
13523              Message-ID: <3751daa4.7188847@smtp1.ibm.net>
13524      Branch: cfgperl
13525            ! lib/Math/BigFloat.pm
13526 ____________________________________________________________________________
13527 [  3502] By: jhi                                   on 1999/05/29  10:44:44
13528         Log: Make Configure support the change #3367,
13529              SysV shadow passwords.
13530      Branch: cfgperl
13531            ! Configure config_h.SH pp_sys.c
13532 ____________________________________________________________________________
13533 [  3501] By: gsar                                  on 1999/05/28  21:22:23
13534         Log: add wide versions of win32 system calls (first step in
13535              globalization); delayload winsock for performance if compiling
13536              with VC 6.0
13537      Branch: perl
13538            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
13539            ! win32/win32.c win32/win32.h
13540 ____________________________________________________________________________
13541 [  3500] By: jhi                                   on 1999/05/28  21:17:24
13542         Log: The new t/lib/io_linenum.t was using stricture
13543              before @INC was set up.
13544      Branch: cfgperl
13545            ! t/lib/io_linenum.t
13546 ____________________________________________________________________________
13547 [  3499] By: jhi                                   on 1999/05/28  17:13:23
13548         Log: From: Tom Hughes <tom@compton.nu>
13549              To: perl5-porters@perl.org
13550              Subject: [PATCH 5.005_57] ByteLoader mark 2
13551              Date: Wed, 26 May 1999 23:59:49 +0100
13552              Message-ID: <bf337a0849.tom@compton.compton.nu>
13553              
13554              plus resolve tiny conflict with #3479
13555              plus regen_headers.
13556      Branch: cfgperl
13557            + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
13558            + ext/ByteLoader/byterun.h
13559            - bytecode.h byterun.c byterun.h
13560            ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
13561            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
13562            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
13563            ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
13564            ! perl.h perlvars.h proto.h util.c utils/Makefile
13565 ____________________________________________________________________________
13566 [  3498] By: jhi                                   on 1999/05/28  16:53:04
13567         Log: From: Mark-Jason Dominus <mjd@plover.com>
13568              To: perl5-porters@perl.com
13569              Subject: PATCH (5.005_57): defined(@a) now deprecated
13570              Date: Thu, 27 May 1999 16:05:44 -0400
13571              Message-ID: <19990527200544.13330.qmail@plover.com>
13572      Branch: cfgperl
13573            ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
13574            ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
13575 ____________________________________________________________________________
13576 [  3497] By: jhi                                   on 1999/05/28  16:50:54
13577         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13578              To: perl5-porters@perl.org (Mailing list Perl5)
13579              Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
13580              Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
13581              Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
13582      Branch: cfgperl
13583            ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
13584            ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
13585 ____________________________________________________________________________
13586 [  3496] By: jhi                                   on 1999/05/28  16:48:39
13587         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13588              To: perl5-porters@perl.org (Mailing list Perl5)
13589              Subject: [PATCH 5.00557] Required OS/2-related patches
13590              Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
13591              Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
13592      Branch: cfgperl
13593            ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
13594            ! t/op/stat.t util.c
13595 ____________________________________________________________________________
13596 [  3495] By: jhi                                   on 1999/05/28  16:45:56
13597         Log: From: Paul Johnson <pjcj@transeda.com>
13598              To: perl5-porters <perl5-porters@perl.org>
13599              Subject: [PATCH 5.005_57] Provide more useful test okay percentage
13600              Date: Fri, 28 May 1999 15:13:54 +0100
13601              Message-ID: <19990528151354.B289@west-tip.transeda.com>
13602      Branch: cfgperl
13603            ! t/TEST
13604 ____________________________________________________________________________
13605 [  3494] By: jhi                                   on 1999/05/28  16:44:34
13606         Log: From: Paul Johnson <pjcj@transeda.com>
13607              To: perl5-porters <perl5-porters@perl.org>
13608              Subject: [PATCH 5.005_57] Fixes related to working local $.
13609              Date: Fri, 28 May 1999 15:11:18 +0100
13610              Message-ID: <19990528151118.A289@west-tip.transeda.com>
13611      Branch: cfgperl
13612            ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
13613 ____________________________________________________________________________
13614 [  3493] By: gsar                                  on 1999/05/28  16:37:26
13615         Log: change#3449 wasn't doing enough
13616      Branch: perl
13617            ! op.c t/comp/proto.t
13618 ____________________________________________________________________________
13619 [  3492] By: jhi                                   on 1999/05/28  08:12:23
13620         Log: From: paul.marquess@bt.com
13621              To: doughera@lafayette.edu
13622              Cc: perl5-porters@perl.org
13623              Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
13624              Date: Thu, 27 May 1999 23:31:38 +0100
13625              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
13626              
13627              Had to be applied manually; some mailer had munged the patch slightly.
13628      Branch: cfgperl
13629            ! ext/NDBM_File/NDBM_File.xs
13630 ____________________________________________________________________________
13631 [  3491] By: jhi                                   on 1999/05/28  07:51:17
13632         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
13633              To: perl5-porters@perl.org
13634              Subject: [PATCH 5.005_57] fixing eval in the compiler
13635              Date: Thu, 27 May 1999 07:56:54 -0700
13636              Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
13637      Branch: cfgperl
13638            ! cc_runtime.h scope.h
13639 ____________________________________________________________________________
13640 [  3490] By: jhi                                   on 1999/05/28  07:47:06
13641         Log: From: Andy Dougherty <doughera@lafayette.edu>
13642              To: perlbug@perl.com
13643              Cc: Jarkko Hietaniemi <jhi@iki.fi>
13644              Subject: [PATCH] Configure updates for ISC 4.1
13645              Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
13646              Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
13647      Branch: cfgperl
13648            ! Configure config_h.SH
13649 ____________________________________________________________________________
13650 [  3489] By: jhi                                   on 1999/05/28  07:39:17
13651         Log: Integrate from mainperl.
13652      Branch: cfgperl
13653           !> malloc.c win32/makedef.pl win32/win32.c
13654 ____________________________________________________________________________
13655 [  3488] By: jhi                                   on 1999/05/27  16:57:19
13656         Log: From: Andy Dougherty <doughera@lafayette.edu>
13657              To: Perl Porters <perl5-porters@perl.org>
13658              Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
13659              Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
13660              Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
13661      Branch: cfgperl
13662            ! Configure config_h.SH hints/sunos_4_1.sh util.c
13663 ____________________________________________________________________________
13664 [  3487] By: gsar                                  on 1999/05/27  03:56:20
13665         Log: make win32_spawnvp() inherit standard handles even when they
13666              may be redirected
13667      Branch: perl
13668            ! win32/win32.c
13669 ____________________________________________________________________________
13670 [  3486] By: jhi                                   on 1999/05/26  19:55:52
13671         Log: From: Andy Dougherty <doughera@lafayette.edu>
13672              To: perl5-porters@perl.org
13673              Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
13674              Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
13675              Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
13676      Branch: cfgperl
13677            ! util.c
13678 ____________________________________________________________________________
13679 [  3485] By: chip                                  on 1999/05/26  17:19:11
13680         Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
13681      Branch: maint-5.004/perl
13682            ! Configure
13683 ____________________________________________________________________________
13684 [  3484] By: gsar                                  on 1999/05/26  01:56:28
13685         Log: fix missing exported symbol
13686      Branch: perl
13687            ! malloc.c win32/makedef.pl
13688 ____________________________________________________________________________
13689 [  3483] By: jhi                                   on 1999/05/25  23:08:07
13690         Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
13691              
13692              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
13693              To: perlbug@perl.com
13694              Subject: OpenBSD hints file update
13695              Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
13696              Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
13697      Branch: cfgperl
13698            ! hints/openbsd.sh
13699 ____________________________________________________________________________
13700 [  3482] By: jhi                                   on 1999/05/25  23:01:25
13701         Log: From: Tom Hughes <tom@compton.nu>
13702              To: perl5-porters@perl.org
13703              Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
13704              Date: Tue, 25 May 1999 23:10:23 +0100
13705              Message-ID: <1ed7f10749.tom@compton.compton.nu>
13706      Branch: cfgperl
13707            ! Configure config_h.SH
13708 ____________________________________________________________________________
13709 [  3481] By: jhi                                   on 1999/05/25  22:31:50
13710         Log: 3479, 3480, 3481 seems logical.
13711      Branch: cfgperl
13712           !> hints/aix.sh
13713 ____________________________________________________________________________
13714 [  3480] By: jhi                                   on 1999/05/25  22:13:39
13715         Log: The change #3479 wasn't perfect.
13716      Branch: perl
13717            ! hints/aix.sh
13718 ____________________________________________________________________________
13719 [  3479] By: jhi                                   on 1999/05/25  21:59:21
13720         Log: Cures for _57 in AIX 4.1.5.0.
13721              (1) The lddlflags lost its -lc by change #3660
13722              (and the politeness of change #3257).
13723              (2) optype_size must end up in perl.exp (as PL_optype_size).
13724              Added it to perlvars.h, fixed bytecode.pl,
13725              regen'ed the relevant headers.
13726      Branch: cfgperl
13727            ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
13728            ! perlvars.h
13729      Branch: perl
13730            ! hints/aix.sh
13731 ____________________________________________________________________________
13732 [  3478] By: jhi                                   on 1999/05/25  20:13:47
13733         Log: Integrate from mainperl.
13734      Branch: cfgperl
13735           +> pod/perltootc.pod
13736           !> (integrate 101 files)
13737 ____________________________________________________________________________
13738 [  3477] By: gsar                                  on 1999/05/25  10:43:48
13739         Log: here be 5.005_57
13740      Branch: perl
13741            ! Changes MANIFEST Porting/makerel
13742           !> Changes5.005
13743
13744 ----------------
13745 Version 5.005_57
13746 ----------------
13747
13748 ____________________________________________________________________________
13749 [  3476] By: gsar                                  on 1999/05/25  09:23:43
13750         Log: up patchlevel &c
13751      Branch: perl
13752            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
13753            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13754            ! win32/makefile.mk
13755 ____________________________________________________________________________
13756 [  3475] By: gsar                                  on 1999/05/25  09:14:51
13757         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13758              Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
13759              Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
13760              Subject: [PATCH 5.005_56] REx engine improvements
13761      Branch: perl
13762            ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
13763            ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
13764            ! thrdvar.h util.c
13765 ____________________________________________________________________________
13766 [  3474] By: gsar                                  on 1999/05/25  08:39:56
13767         Log: test case for change#3470
13768      Branch: perl
13769            ! t/lib/bigintpm.t
13770 ____________________________________________________________________________
13771 [  3473] By: gsar                                  on 1999/05/25  08:36:52
13772         Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
13773      Branch: perl
13774            ! Changes pod/perlport.pod
13775 ____________________________________________________________________________
13776 [  3472] By: gsar                                  on 1999/05/25  08:28:57
13777         Log: assorted tweaks
13778      Branch: perl
13779            ! doio.c iperlsys.h win32/config.bc win32/config.gc
13780            ! win32/config.vc win32/config_H.bc win32/config_H.gc
13781            ! win32/config_H.vc win32/makedef.pl
13782 ____________________________________________________________________________
13783 [  3471] By: gsar                                  on 1999/05/25  06:06:04
13784         Log: perlref update from Tom Christiansen
13785      Branch: perl
13786            ! pod/perlref.pod
13787 ____________________________________________________________________________
13788 [  3470] By: gsar                                  on 1999/05/25  06:03:27
13789         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13790              Date: Mon, 24 May 1999 17:43:56 -0400
13791              Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
13792              Subject: [PATCH 5.005_*] hv.c calling negative malloc()
13793      Branch: perl
13794            ! hv.c
13795 ____________________________________________________________________________
13796 [  3469] By: gsar                                  on 1999/05/25  05:59:22
13797         Log: avoid temporary files that have a constant name (from a suggestion
13798              by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
13799      Branch: perl
13800            ! lib/ExtUtils/MM_Unix.pm
13801 ____________________________________________________________________________
13802 [  3468] By: gsar                                  on 1999/05/25  05:54:29
13803         Log: From: pvhp@forte.com (Peter Prymmer)
13804              Date: Mon, 24 May 99 11:20:25 PDT
13805              Message-Id: <9905241820.AA28071@forte.com>
13806              Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
13807      Branch: perl
13808            ! lib/Pod/Text.pm
13809 ____________________________________________________________________________
13810 [  3467] By: gsar                                  on 1999/05/25  04:08:50
13811         Log: fix glob() bug that resulted in missing symlinks that don't point
13812              anywhere
13813      Branch: perl
13814            ! pp_hot.c
13815 ____________________________________________________________________________
13816 [  3466] By: gsar                                  on 1999/05/25  03:00:00
13817         Log: avoid enumerating @INC contents in diagnostic if @INC was never
13818              searched
13819      Branch: perl
13820            ! pod/perldiag.pod pp_ctl.c
13821 ____________________________________________________________________________
13822 [  3465] By: gsar                                  on 1999/05/25  02:24:08
13823         Log: add caveat about close(PIPE) carelessness
13824      Branch: perl
13825            ! pod/perlfunc.pod
13826 ____________________________________________________________________________
13827 [  3464] By: gsar                                  on 1999/05/24  23:55:53
13828         Log: fix bogus line numbers for void context warnings
13829              (change#2548 was overeager)
13830      Branch: perl
13831            ! op.c
13832 ____________________________________________________________________________
13833 [  3463] By: gsar                                  on 1999/05/24  23:31:58
13834         Log: change#3455 had a typo
13835      Branch: perl
13836            ! pp_ctl.c
13837 ____________________________________________________________________________
13838 [  3462] By: gsar                                  on 1999/05/24  17:32:20
13839         Log: more pod updates from Tom Christiansen; regen perltoc
13840      Branch: perl
13841            ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
13842            ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
13843 ____________________________________________________________________________
13844 [  3461] By: gsar                                  on 1999/05/24  07:41:32
13845         Log: perlmod notes from Damian Conway (via Tom Christiansen)
13846      Branch: perl
13847            ! pod/perlmod.pod
13848 ____________________________________________________________________________
13849 [  3460] By: gsar                                  on 1999/05/24  07:24:11
13850         Log: major pod update from Tom Christiansen
13851      Branch: perl
13852            + pod/perltootc.pod
13853            ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
13854            ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
13855            ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
13856            ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
13857            ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
13858            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
13859            ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
13860            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
13861            ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
13862            ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
13863            ! pod/perlxs.pod pod/pod2man.PL
13864 ____________________________________________________________________________
13865 [  3459] By: gsar                                  on 1999/05/24  06:26:48
13866         Log: perlfaq update from Tom Christiansen
13867      Branch: perl
13868            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
13869            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
13870            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
13871            ! pod/perlfaq9.pod
13872 ____________________________________________________________________________
13873 [  3458] By: gsar                                  on 1999/05/24  05:55:11
13874         Log: updated to v1.50 from CPAN
13875      Branch: perl
13876            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
13877 ____________________________________________________________________________
13878 [  3457] By: gsar                                  on 1999/05/24  05:46:20
13879         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13880              Date: Sun, 23 May 1999 16:35:07 +0100
13881              Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
13882              Subject: [PATCH 5.005_56] name PL_in_eval bits
13883      Branch: perl
13884            ! cop.h op.c perl.c pp_ctl.c toke.c util.c
13885 ____________________________________________________________________________
13886 [  3456] By: gsar                                  on 1999/05/24  05:18:06
13887         Log: make -t mode the default on emacs/dumb terminals
13888      Branch: perl
13889            ! Changes utils/perldoc.PL
13890 ____________________________________________________________________________
13891 [  3455] By: gsar                                  on 1999/05/24  05:05:19
13892         Log: return 0 rather than "" when scalar grep has nothing to iterate
13893              on (brings behavior in line with documentation)
13894      Branch: perl
13895            ! pp_ctl.c
13896 ____________________________________________________________________________
13897 [  3454] By: gsar                                  on 1999/05/24  04:52:52
13898         Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
13899              Date: Thu, 20 May 1999 13:27:02 -1000
13900              Message-Id: <E10kcDN-0007TA-00@lapaki>
13901              Subject: Problem with MM_Unix in 5.005_03
13902      Branch: perl
13903            ! lib/ExtUtils/MM_Unix.pm
13904 ____________________________________________________________________________
13905 [  3453] By: gsar                                  on 1999/05/24  04:39:49
13906         Log: avoid removing duplicates in user-generated warnings
13907              From: byron@omix.com (Byron Brummer)
13908              Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
13909              Message-Id: <199905201101.EAA91175@thrush.omix.com>
13910              Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
13911      Branch: perl
13912            ! lib/diagnostics.pm
13913 ____________________________________________________________________________
13914 [  3452] By: gsar                                  on 1999/05/24  04:23:10
13915         Log: straighten some code to avoid NeXT compiler bugs (from
13916              Geoff Kuenning <geoff@cs.hmc.edu>)
13917      Branch: perl
13918            ! pp_ctl.c
13919 ____________________________________________________________________________
13920 [  3451] By: gsar                                  on 1999/05/24  03:03:05
13921         Log: minor logic tweak for reserved word warning
13922      Branch: perl
13923            ! lib/Test/Harness.pm toke.c
13924 ____________________________________________________________________________
13925 [  3450] By: gsar                                  on 1999/05/24  02:34:20
13926         Log: oops, some files missing in change#3449
13927      Branch: perl
13928            ! op.c op.h toke.c
13929 ____________________________________________________________________________
13930 [  3449] By: gsar                                  on 1999/05/24  02:33:12
13931         Log: allow '*' prototype to autoquote even barewords that happen to be
13932              function names; parens or ampersand continue to force the other
13933              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
13934              do the right thing, for example
13935      Branch: perl
13936            ! t/comp/proto.t
13937 ____________________________________________________________________________
13938 [  3448] By: gsar                                  on 1999/05/24  01:51:24
13939         Log: remove vestiges of PL_last_proto
13940      Branch: perl
13941            ! embedvar.h intrpvar.h objXSUB.h
13942 ____________________________________________________________________________
13943 [  3447] By: gsar                                  on 1999/05/24  01:49:20
13944         Log: redo change#2061 and parts of change#1169 with code in the
13945              parser; PL_last_proto hackery gone, strict 'subs' in now
13946              implemented in the optimizer where specifying the exceptional
13947              cases is much more robust; '*' (bareword) prototype now works
13948              reliably when used in second and subsequent arguments
13949      Branch: perl
13950            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
13951 ____________________________________________________________________________
13952 [  3446] By: gsar                                  on 1999/05/23  05:00:55
13953         Log: remove redundant part of change#1169 superceded by change#2061;
13954              avoid "future reserved word" warning on prototypical bearwords
13955      Branch: perl
13956            ! t/lib/fatal.t toke.c
13957 ____________________________________________________________________________
13958 [  3445] By: gsar                                  on 1999/05/21  23:36:49
13959         Log: s/isspace/isSPACE/g and make sure the CRT version is always
13960              passed an unsigned char (fixes random occurrence of spaces in
13961              arguments containing high-bit chars passed to spawned children,
13962              on win32)
13963      Branch: perl
13964            ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
13965 ____________________________________________________________________________
13966 [  3444] By: gsar                                  on 1999/05/21  23:08:55
13967         Log: integrate Configure changes from cfgperl
13968      Branch: perl
13969           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
13970           !> config_h.SH
13971 ____________________________________________________________________________
13972 [  3443] By: jhi                                   on 1999/05/21  22:00:56
13973         Log: Integrate from mainperl.
13974      Branch: cfgperl
13975           !> Changes doop.c ext/SDBM_File/sdbm/dba.c
13976           !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
13977           !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
13978           !> win32/perlhost.h win32/win32.c x2p/walk.c
13979 ____________________________________________________________________________
13980 [  3442] By: jhi                                   on 1999/05/21  21:59:46
13981         Log: fflush.
13982      Branch: cfgperl
13983            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13984            ! config_h.SH
13985 ____________________________________________________________________________
13986 [  3441] By: gsar                                  on 1999/05/21  17:48:55
13987         Log: integrate cfgperl changes
13988      Branch: perl
13989           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
13990           !> config_h.SH hints/sunos_4_1.sh installperl
13991 ____________________________________________________________________________
13992 [  3440] By: gsar                                  on 1999/05/21  17:42:49
13993         Log: test tweak
13994      Branch: perl
13995            ! t/comp/proto.t
13996 ____________________________________________________________________________
13997 [  3439] By: gsar                                  on 1999/05/21  17:31:26
13998         Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
13999              (Configure fflush(NULL) detection seems broken on Solaris, which
14000              is why I hit the problem)
14001      Branch: perl
14002            ! Changes perl.h
14003 ____________________________________________________________________________
14004 [  3438] By: gsar                                  on 1999/05/20  16:41:01
14005         Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
14006      Branch: perl
14007            ! pod/perlport.pod
14008 ____________________________________________________________________________
14009 [  3437] By: jhi                                   on 1999/05/20  07:14:39
14010         Log: Patches to fflushing in SunOS 4 from Andy Dougherty
14011              (via private email).
14012      Branch: cfgperl
14013            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14014            ! config_h.SH hints/sunos_4_1.sh
14015 ____________________________________________________________________________
14016 [  3436] By: gsar                                  on 1999/05/20  05:18:26
14017         Log: various little nits
14018      Branch: perl
14019            ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
14020            ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
14021            ! win32/perlhost.h win32/win32.c x2p/walk.c
14022 ____________________________________________________________________________
14023 [  3435] By: jhi                                   on 1999/05/18  16:25:49
14024         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14025              To: perl5-porters@perl.org
14026              Subject: installperl
14027              Date: Fri, 14 May 1999 21:34:58 +0100
14028              Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
14029      Branch: cfgperl
14030            ! installperl
14031 ____________________________________________________________________________
14032 [  3434] By: jhi                                   on 1999/05/17  21:25:54
14033         Log: Integrate from mainperl.
14034      Branch: cfgperl
14035           +> lib/ExtUtils/MM_Cygwin.pm
14036            - cygwin32/impure_ptr.c
14037           !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
14038           !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
14039           !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
14040           !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
14041           !> x2p/find2perl.PL
14042 ____________________________________________________________________________
14043 [  3433] By: gsar                                  on 1999/05/17  09:49:01
14044         Log: integrate cfgperl changes into mainline
14045      Branch: perl
14046           !> Configure INSTALL config_h.SH configure.com embed.h
14047           !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
14048           !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
14049           !> util.c
14050 ____________________________________________________________________________
14051 [  3432] By: gsar                                  on 1999/05/17  09:06:45
14052         Log: emit more appropriate diagnostic for failed glob (variant
14053              of patch suggested by Graham Barr)
14054      Branch: perl
14055            ! gv.c pod/perldiag.pod pp.c pp_hot.c
14056 ____________________________________________________________________________
14057 [  3431] By: gsar                                  on 1999/05/17  08:38:09
14058         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
14059              Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
14060              Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
14061              Subject: find2perl does not grok the 'c' suffix to the -size argument
14062      Branch: perl
14063            ! x2p/find2perl.PL
14064 ____________________________________________________________________________
14065 [  3430] By: gsar                                  on 1999/05/17  08:26:21
14066         Log: additional cleanups for cygwin32 port
14067              From: "Fifer, Eric" <EFifer@sanwaint.com>
14068              Date: Wed, 12 May 1999 20:25:54 +0100
14069              Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
14070              Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
14071      Branch: perl
14072            + lib/ExtUtils/MM_Cygwin.pm
14073            - cygwin32/impure_ptr.c
14074            ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
14075            ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
14076            ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
14077            ! perl.h util.c
14078 ____________________________________________________________________________
14079 [  3429] By: gsar                                  on 1999/05/17  08:01:04
14080         Log: From: Andy Dougherty <doughera@lafayette.edu>
14081              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
14082              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
14083              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
14084      Branch: perl
14085            ! INSTALL
14086 ____________________________________________________________________________
14087 [  3428] By: jhi                                   on 1999/05/17  07:03:26
14088         Log: Integrate from mainperl modulo the Socket.xs change.
14089      Branch: cfgperl
14090           !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
14091           !> win32/win32.c win32/win32.h
14092 ____________________________________________________________________________
14093 [  3427] By: jhi                                   on 1999/05/16  22:09:11
14094         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14095              To: perl5-porters@perl.org (Mailing list Perl5)
14096              Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
14097              Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
14098              Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
14099      Branch: cfgperl
14100            ! ext/Devel/Peek/Peek.xs
14101 ____________________________________________________________________________
14102 [  3426] By: jhi                                   on 1999/05/16  22:07:11
14103         Log: From: Mark-Jason Dominus <mjd@plover.com>
14104              To: perl5-porters@perl.com
14105              Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
14106              Date: Sat, 15 May 1999 12:43:47 -0400
14107              Message-ID: <19990515164348.7313.qmail@plover.com>
14108      Branch: cfgperl
14109            ! pod/perldiag.pod
14110 ____________________________________________________________________________
14111 [  3425] By: nick                                  on 1999/05/15  15:56:10
14112         Log: Mingw32 + w32api-0.1.5 tweaks
14113              - now more like other Win32 compilers
14114      Branch: perl
14115            ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
14116            ! win32/win32.h
14117 ____________________________________________________________________________
14118 [  3424] By: nick                                  on 1999/05/14  21:04:22
14119         Log: Experimental "slab" allocator for ops.
14120              To try it -DPL_OP_SLAB_ALLOC for op.c 
14121              This is for proof of concept only, it leaks memory 
14122              (ops are not free'd) so don't use in embedded apps.
14123              If this minimalist version does not show performance 
14124              gain then whole idea is worthless. 
14125              Nick see's approx 12% speed up vs perlmalloc running
14126              perl -Ilib -MCPAN -e '' 
14127              Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
14128      Branch: perl
14129            ! op.c
14130 ____________________________________________________________________________
14131 [  3423] By: gsar                                  on 1999/05/14  19:55:04
14132         Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
14133              found (brings sitelib intuition in line with privlib)
14134      Branch: perl
14135            ! win32/win32.c
14136 ____________________________________________________________________________
14137 [  3422] By: jhi                                   on 1999/05/14  08:08:01
14138         Log: From: pvhp@forte.com (Peter Prymmer)
14139              To: perl5-porters@perl.org, vmsperl@perl.org
14140              Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
14141              Date: Thu, 13 May 99 15:29:57 PDT
14142              Message-Id: <9905132229.AA15854@forte.com>
14143      Branch: cfgperl
14144            ! configure.com
14145 ____________________________________________________________________________
14146 [  3421] By: jhi                                   on 1999/05/14  07:34:20
14147         Log: Integrate from mainperl.
14148      Branch: cfgperl
14149           !> lib/ExtUtils/MM_Unix.pm win32/win32.c
14150 ____________________________________________________________________________
14151 [  3420] By: jhi                                   on 1999/05/14  07:33:26
14152         Log: Still fflushing.
14153      Branch: cfgperl
14154            ! Configure config_h.SH util.c
14155 ____________________________________________________________________________
14156 [  3419] By: gsar                                  on 1999/05/14  03:08:29
14157         Log: mortalize string allocations by win32_get_{priv,site}lib()
14158              (fixes small memory leak in interpreter)
14159      Branch: perl
14160            ! win32/win32.c
14161 ____________________________________________________________________________
14162 [  3418] By: gsar                                  on 1999/05/14  03:06:50
14163         Log: make win32_longname() preserve kind of slashes in argument
14164      Branch: perl
14165            ! win32/win32.c
14166 ____________________________________________________________________________
14167 [  3417] By: gsar                                  on 1999/05/14  03:04:44
14168         Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
14169      Branch: perl
14170            ! lib/ExtUtils/MM_Unix.pm
14171 ____________________________________________________________________________
14172 [  3416] By: jhi                                   on 1999/05/13  21:18:06
14173         Log: Integrate from mainperl.
14174      Branch: cfgperl
14175           !> pp_ctl.c
14176 ____________________________________________________________________________
14177 [  3415] By: jhi                                   on 1999/05/13  21:16:49
14178         Log: Fixes from Andy Dougherty (via private email).
14179      Branch: cfgperl
14180            ! Configure config_h.SH
14181 ____________________________________________________________________________
14182 [  3414] By: nick                                  on 1999/05/13  20:04:26
14183         Log: valist vs va_list typo
14184      Branch: perl
14185            ! pp_ctl.c
14186 ____________________________________________________________________________
14187 [  3413] By: jhi                                   on 1999/05/13  15:04:05
14188         Log: From: Andy Dougherty <doughera@lafayette.edu>
14189              To: perlbug@perl.com
14190              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
14191              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
14192              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
14193      Branch: cfgperl
14194            ! INSTALL
14195 ____________________________________________________________________________
14196 [  3412] By: jhi                                   on 1999/05/13  14:20:17
14197         Log: Integrate from mainperl.
14198      Branch: cfgperl
14199           !> pp_ctl.c
14200 ____________________________________________________________________________
14201 [  3411] By: gsar                                  on 1999/05/13  14:16:56
14202         Log: docatch_body() declaration mismatch
14203      Branch: perl
14204            ! pp_ctl.c
14205 ____________________________________________________________________________
14206 [  3410] By: jhi                                   on 1999/05/13  13:51:44
14207         Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
14208      Branch: cfgperl
14209            ! Configure config_h.SH perl.h
14210 ____________________________________________________________________________
14211 [  3409] By: jhi                                   on 1999/05/13  13:31:53
14212         Log: Still fflushing strong.
14213      Branch: cfgperl
14214            ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
14215            ! proto.h util.c
14216 ____________________________________________________________________________
14217 [  3408] By: jhi                                   on 1999/05/12  14:30:23
14218         Log: Integrate from mainperl.
14219      Branch: cfgperl
14220           !> (integrate 30 files)
14221 ____________________________________________________________________________
14222 [  3407] By: jhi                                   on 1999/05/12  12:28:31
14223         Log: Be tidier with fflush(NULL) testing.
14224      Branch: cfgperl
14225            ! Configure config_h.SH
14226 ____________________________________________________________________________
14227 [  3406] By: gsar                                  on 1999/05/12  11:26:03
14228         Log: better range-checking on list slices, with test
14229              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14230              Date: Sun, 02 May 1999 17:02:53 +0100
14231              Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
14232              Subject: Re: List slice of undefs returns 0 items 
14233      Branch: perl
14234            ! pp.c t/op/list.t
14235 ____________________________________________________________________________
14236 [  3405] By: gsar                                  on 1999/05/12  11:22:27
14237         Log: change#3397 needs test tweak
14238      Branch: perl
14239            ! Changes t/pragma/warn/sv
14240 ____________________________________________________________________________
14241 [  3404] By: gsar                                  on 1999/05/12  11:07:44
14242         Log: typo in change#3397
14243      Branch: perl
14244            ! doop.c
14245 ____________________________________________________________________________
14246 [  3403] By: gsar                                  on 1999/05/12  10:49:01
14247         Log: From: Stephen Zander <gibreel@pobox.com>
14248              Date: 12 May 1999 01:22:31 -0700
14249              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
14250              Subject: Re: Test::Harness runs tainted tests with wrong library path
14251      Branch: perl
14252            ! lib/Test/Harness.pm
14253 ____________________________________________________________________________
14254 [  3402] By: gsar                                  on 1999/05/12  10:42:06
14255         Log: typo in change#3400
14256      Branch: perl
14257            ! ext/B/B/Deparse.pm
14258 ____________________________________________________________________________
14259 [  3401] By: jhi                                   on 1999/05/12  10:40:42
14260         Log: A better, shinier, and possibly even correctly working
14261              reincarnation of #3398.
14262      Branch: cfgperl
14263            ! Configure config_h.SH
14264 ____________________________________________________________________________
14265 [  3400] By: gsar                                  on 1999/05/12  10:40:11
14266         Log: deparse \&func() as \(&func()) for clarity
14267              From: Albert Dvornik <bert@genscan.com>
14268              Date: 11 May 1999 13:32:04 -0400
14269              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
14270              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
14271      Branch: perl
14272            ! ext/B/B/Deparse.pm
14273 ____________________________________________________________________________
14274 [  3399] By: gsar                                  on 1999/05/12  10:36:02
14275         Log: more testsuite smarts (many of them courtesy Ilya)
14276      Branch: perl
14277            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
14278            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
14279            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
14280            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
14281            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
14282            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
14283            ! t/op/pwent.t
14284 ____________________________________________________________________________
14285 [  3398] By: jhi                                   on 1999/05/12  09:33:08
14286         Log: Detect whether fflush(NULL) works as per change #3352.
14287      Branch: cfgperl
14288            ! Configure config_h.SH perl.h
14289 ____________________________________________________________________________
14290 [  3397] By: gsar                                  on 1999/05/12  08:56:03
14291         Log: From: jan.dubois@ibm.net (Jan Dubois)
14292              Date: Wed, 12 May 1999 01:01:00 +0200
14293              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
14294              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
14295      Branch: perl
14296            ! doop.c
14297 ____________________________________________________________________________
14298 [  3396] By: gsar                                  on 1999/05/12  08:23:27
14299         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
14300              stat() behaves similarly
14301      Branch: perl
14302            ! win32/win32.c
14303 ____________________________________________________________________________
14304 [  3395] By: jhi                                   on 1999/05/11  22:21:32
14305         Log: Redo parts of #3341 and #3358 that #3394 undid.
14306      Branch: cfgperl
14307            ! Configure config_h.SH
14308 ____________________________________________________________________________
14309 [  3394] By: jhi                                   on 1999/05/11  22:03:48
14310         Log: Add I_NETINET_TCP to help change #3391.
14311      Branch: cfgperl
14312            ! Configure config_h.SH ext/Socket/Socket.xs
14313 ____________________________________________________________________________
14314 [  3393] By: jhi                                   on 1999/05/11  21:44:59
14315         Log: Integrate from mainperl.
14316      Branch: cfgperl
14317           !> (integrate 55 files)
14318 ____________________________________________________________________________
14319 [  3392] By: gsar                                  on 1999/05/11  20:56:43
14320         Log: update embedvar.h
14321      Branch: perl
14322            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
14323 ____________________________________________________________________________
14324 [  3391] By: gsar                                  on 1999/05/11  16:32:05
14325         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
14326              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
14327              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
14328              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
14329      Branch: perl
14330            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
14331 ____________________________________________________________________________
14332 [  3390] By: gsar                                  on 1999/05/11  15:27:40
14333         Log: display more frequent progress messages when STDOUT is a tty
14334      Branch: perl
14335            ! lib/Test/Harness.pm
14336 ____________________________________________________________________________
14337 [  3389] By: gsar                                  on 1999/05/11  14:40:58
14338         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14339              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
14340              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
14341              Subject: [PATCH 5.005_53] Explanations by Test::Harness
14342      Branch: perl
14343            ! lib/Test/Harness.pm
14344 ____________________________________________________________________________
14345 [  3388] By: gsar                                  on 1999/05/11  14:08:14
14346         Log: avoid creating spurious subroutine stubs on failed subroutine
14347              call and other places of sv_2cv() misuse; fixes problems with
14348              failed subroutine calls "hiding" later attempts to lookup methods
14349              in base classes
14350      Branch: perl
14351            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
14352 ____________________________________________________________________________
14353 [  3387] By: gsar                                  on 1999/05/11  09:34:13
14354         Log: various fixes for clean build and test on win32; configpm broken,
14355              needed to open myconfig.SH rather than myconfig; sundry adjustments
14356              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
14357              work under win32; getenv_sv() changed to getenv_len() since SVs
14358              aren't visible in the lower echelons; remove bogus exports from
14359              config.sym; PERL_OBJECT-ness for C++ exception support; null out
14360              IoDIRP in filter_del() or sv_free() will attempt to close it
14361      Branch: perl
14362            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
14363            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
14364            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
14365            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
14366            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
14367            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
14368            ! win32/config.gc win32/config.vc win32/makedef.pl
14369            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
14370            ! win32/win32.c win32/win32.h
14371 ____________________________________________________________________________
14372 [  3386] By: gsar                                  on 1999/05/11  02:49:07
14373         Log: gutsupport for C++ exceptions
14374              From: Chip Salzenberg <chip@perlsupport.com>
14375              Date: Tue, 9 Mar 1999 11:51:57 -0500
14376              Message-ID: <19990309115157.E7911@perlsupport.com>
14377              Subject: [PATCH 5.005] Flexible Exceptions
14378      Branch: perl
14379            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
14380            ! scope.c scope.h thrdvar.h util.c
14381 ____________________________________________________________________________
14382 [  3385] By: gsar                                  on 1999/05/10  19:33:36
14383         Log: "weak" references internals, still needs perlguts documentation
14384              (somewhat modified version of patch suggested by Tuomas J. Lukka
14385              <lukka@fas.harvard.edu>)
14386      Branch: perl
14387            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
14388            ! pod/perldiag.pod proto.h sv.c sv.h util.c
14389 ____________________________________________________________________________
14390 [  3384] By: jhi                                   on 1999/05/10  18:21:43
14391         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
14392              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
14393      Branch: cfgperl
14394            ! INSTALL hints/dec_osf.sh
14395 ____________________________________________________________________________
14396 [  3381] By: jhi                                   on 1999/05/10  14:39:28
14397         Log: Integrate from mainperl.
14398      Branch: cfgperl
14399           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
14400           +> cygwin32/build-instructions.charles-wilson
14401           +> cygwin32/build-instructions.sebastien-barre
14402           +> cygwin32/build-instructions.steven-morlock
14403           +> cygwin32/build-instructions.steven-morlock2
14404           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
14405           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
14406           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
14407           +> t/op/numconvert.t utils/perlbc.PL
14408            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
14409            - cygwin32/perlld
14410           !> (integrate 105 files)
14411 ____________________________________________________________________________
14412 [  3380] By: gsar                                  on 1999/05/10  12:27:14
14413         Log: regen regnodes.h
14414      Branch: perl
14415            ! Changes regnodes.h
14416 ____________________________________________________________________________
14417 [  3379] By: gsar                                  on 1999/05/10  12:17:26
14418         Log: From: jan.dubois@ibm.net (Jan Dubois)
14419              Date: Sat, 01 May 1999 22:55:36 +0200
14420              Message-ID: <373067e9.56194713@smtp1.ibm.net>
14421              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
14422      Branch: perl
14423            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
14424            ! win32/config_H.vc
14425 ____________________________________________________________________________
14426 [  3378] By: gsar                                  on 1999/05/10  12:07:13
14427         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14428              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
14429              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
14430              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
14431      Branch: perl
14432            + t/op/numconvert.t
14433            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
14434            ! util.c
14435 ____________________________________________________________________________
14436 [  3377] By: gsar                                  on 1999/05/10  11:39:48
14437         Log: pp_modulo comment tweak from Ilya
14438      Branch: perl
14439            ! pp.c
14440 ____________________________________________________________________________
14441 [  3376] By: gsar                                  on 1999/05/10  11:30:40
14442         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
14443              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
14444              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
14445              Subject: Test.pm update [PATCH _56]
14446      Branch: perl
14447            ! lib/Test.pm
14448 ____________________________________________________________________________
14449 [  3375] By: gsar                                  on 1999/05/10  11:28:30
14450         Log: From: jan.dubois@ibm.net (Jan Dubois)
14451              Date: Fri, 07 May 1999 00:59:54 +0200
14452              Message-ID: <373318ae.19292461@smtp1.ibm.net>
14453              Subject: Re: Using existing memory for an SV's PV 
14454      Branch: perl
14455            ! sv.c
14456 ____________________________________________________________________________
14457 [  3374] By: gsar                                  on 1999/05/10  11:23:44
14458         Log: From: jan.dubois@ibm.net (Jan Dubois)
14459              Date: Fri, 07 May 1999 00:59:52 +0200
14460              Message-ID: <37321800.19118320@smtp1.ibm.net>
14461              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
14462      Branch: perl
14463            ! perl.h
14464 ____________________________________________________________________________
14465 [  3373] By: gsar                                  on 1999/05/10  11:22:10
14466         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14467              Date: Thu, 6 May 1999 18:17:28 -0400
14468              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
14469              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
14470      Branch: perl
14471            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
14472            ! util.c
14473 ____________________________________________________________________________
14474 [  3372] By: gsar                                  on 1999/05/10  10:57:49
14475         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14476              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
14477              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
14478              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
14479      Branch: perl
14480            ! regcomp.c regcomp.pl
14481 ____________________________________________________________________________
14482 [  3371] By: gsar                                  on 1999/05/10  10:54:01
14483         Log: From: lane@duphy4.physics.drexel.edu
14484              Date: Tue, 04 May 1999 10:19:25 -0700
14485              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
14486              Subject: [PATCH 5.005.56] pod->html VMS fixes
14487      Branch: perl
14488            ! installhtml lib/Pod/Html.pm
14489 ____________________________________________________________________________
14490 [  3370] By: gsar                                  on 1999/05/10  10:45:52
14491         Log: testsuite nits
14492      Branch: perl
14493            ! t/lib/io_linenum.t t/op/filetest.t
14494 ____________________________________________________________________________
14495 [  3369] By: gsar                                  on 1999/05/10  10:35:22
14496         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14497              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
14498              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
14499              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
14500      Branch: perl
14501            ! os2/os2ish.h os2/os2thread.h
14502 ____________________________________________________________________________
14503 [  3368] By: gsar                                  on 1999/05/10  10:00:11
14504         Log: From: Albert Dvornik <bert@genscan.com>
14505              Date: 03 May 1999 12:20:57 -0400
14506              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
14507              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
14508      Branch: perl
14509            ! dump.c
14510 ____________________________________________________________________________
14511 [  3367] By: gsar                                  on 1999/05/10  09:55:51
14512         Log: shadow password support for Solaris (needs Configure help to
14513              determine HAS_GETSPENT)
14514              From: "Patrick O'Brien" <pdo@cs.umd.edu>
14515              Date: Sat, 01 May 1999 19:41:17 -0400
14516              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
14517              Subject: getpwent() under solaris
14518      Branch: perl
14519            ! pp_sys.c
14520 ____________________________________________________________________________
14521 [  3366] By: gsar                                  on 1999/05/10  09:45:58
14522         Log: From: jan.dubois@ibm.net (Jan Dubois)
14523              Date: Sat, 01 May 1999 23:45:47 +0200
14524              Message-ID: <373373fb.59284266@smtp1.ibm.net>
14525              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
14526      Branch: perl
14527            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
14528            ! pod/perldelta.pod
14529 ____________________________________________________________________________
14530 [  3365] By: gsar                                  on 1999/05/10  09:34:22
14531         Log: test suite and fix input_line_number()
14532              From: Paul Johnson <pjcj@transeda.com>
14533              Date: Thu, 29 Apr 1999 06:28:14 +0100
14534              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
14535              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
14536      Branch: perl
14537            + t/lib/io_linenum.t
14538            ! MANIFEST ext/IO/lib/IO/Handle.pm
14539 ____________________________________________________________________________
14540 [  3364] By: gsar                                  on 1999/05/10  09:20:56
14541         Log: fix overeager [:foo:] parsing
14542              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14543              Date: Fri, 30 Apr 1999 09:26:18 +0100
14544              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
14545              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
14546      Branch: perl
14547            ! regcomp.c t/op/re_tests
14548 ____________________________________________________________________________
14549 [  3363] By: gsar                                  on 1999/05/10  09:09:21
14550         Log: documentation for Win32 builtins (somewhat modified)
14551              From: jan.dubois@ibm.net (Jan Dubois)
14552              Date: Tue, 30 Mar 1999 08:05:03 +0200
14553              Message-ID: <37006783.1926460@smtp1.ibm.net>
14554              Subject: Re: Issues with build 509 
14555      Branch: perl
14556            + pod/Win32.pod
14557            ! MANIFEST
14558 ____________________________________________________________________________
14559 [  3362] By: gsar                                  on 1999/05/10  08:22:07
14560         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
14561      Branch: perl
14562            ! lib/File/Copy.pm win32/win32.c
14563 ____________________________________________________________________________
14564 [  3361] By: gsar                                  on 1999/05/10  08:11:29
14565         Log: escape ampersands in <pre> sections
14566      Branch: perl
14567            ! Changes lib/Pod/Html.pm
14568 ____________________________________________________________________________
14569 [  3360] By: gsar                                  on 1999/05/10  08:04:14
14570         Log: AIX hints enhancements (threads build, SOCKS support)
14571              From: "David R. Favor" <dfavor@austin.ibm.com>
14572              Date: Wed, 28 Apr 1999 08:45:28 -0500
14573              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
14574              Subject: Working build for AIX + gcc + threading
14575      Branch: perl
14576            ! hints/aix.sh
14577 ____________________________________________________________________________
14578 [  3359] By: gsar                                  on 1999/05/10  07:49:26
14579         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
14580              Date: Tue, 27 Apr 1999 23:47:24 PDT
14581              Message-ID: <19990428064724.95244.qmail@hotmail.com>
14582              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
14583              --
14584              Date: Thu, 29 Apr 1999 18:21:06 -0700
14585              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
14586              Subject: [PATCH 5.005_56] double constants ( C.pm)
14587              --
14588              Date: Mon, 03 May 1999 20:21:31 PDT
14589              Message-ID: <19990504032131.81113.qmail@hotmail.com>
14590              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
14591              --
14592              Date: Thu, 06 May 1999 17:57:09 -0700
14593              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
14594              Subject: Stash.pm
14595      Branch: perl
14596            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
14597            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
14598 ____________________________________________________________________________
14599 [  3358] By: gsar                                  on 1999/05/10  04:39:15
14600         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
14601              From: alexander smishlajev <als@turnhere.com>
14602              Date: Sun, 25 Apr 1999 14:58:29 +0300
14603              Message-ID: <37230365.5F68B460@turnhere.com>
14604              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
14605      Branch: perl
14606            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
14607            + cygwin32/build-instructions.charles-wilson
14608            + cygwin32/build-instructions.sebastien-barre
14609            + cygwin32/build-instructions.steven-morlock
14610            + cygwin32/build-instructions.steven-morlock2
14611            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
14612            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
14613            - cygwin32/perlld
14614            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
14615            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
14616            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
14617            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
14618            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
14619            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
14620 ____________________________________________________________________________
14621 [  3357] By: gsar                                  on 1999/05/10  04:07:07
14622         Log: applied suggested patch, modulo already applied parts
14623              From: Charles Bailey <BAILEY@newman.upenn.edu>
14624              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
14625              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
14626              Subject: [Patch 5.005_56] VMS consolidated patch #2
14627      Branch: perl
14628            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
14629            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
14630            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
14631            ! vms/subconfigure.com vms/test.com vms/vms.c
14632 ____________________________________________________________________________
14633 [  3356] By: gsar                                  on 1999/05/10  03:48:08
14634         Log: applied suggested patch, with win32 and PERL_OBJECT additions
14635              From: Tom Hughes <tom@compton.nu>
14636              Date: Sat, 24 Apr 1999 18:11:59 +0100
14637              Message-ID: <609bdff748.tom@compton.compton.nu>
14638              Subject: ByteLoader patch
14639      Branch: perl
14640            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
14641            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
14642            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
14643            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
14644            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
14645            ! utils/Makefile win32/Makefile win32/makefile.mk
14646 ____________________________________________________________________________
14647 [  3355] By: gsar                                  on 1999/05/10  03:22:49
14648         Log: document 'test' attribute (from Andreas Koenig)
14649      Branch: perl
14650            ! lib/ExtUtils/MakeMaker.pm
14651 ____________________________________________________________________________
14652 [  3354] By: gsar                                  on 1999/05/10  03:12:37
14653         Log: From: pmarquess@bfsec.bt.co.uk
14654              Date: Thu, 22 Apr 1999 23:12:08 +0100
14655              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
14656              Subject: PATCH for small bug in scan_bin
14657      Branch: perl
14658            ! util.c
14659 ____________________________________________________________________________
14660 [  3353] By: gsar                                  on 1999/05/10  02:39:33
14661         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
14662              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
14663      Branch: perl
14664            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
14665            ! win32/win32iop.h
14666 ____________________________________________________________________________
14667 [  3352] By: gsar                                  on 1999/05/09  22:47:39
14668         Log: flush all open output buffers before fork(), exec(), system, qx//
14669              and pipe open() operations, simplifying buffering headaches faced
14670              by users; uses fflush(NULL), which may need Configure test
14671      Branch: perl
14672            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
14673            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
14674 ____________________________________________________________________________
14675 [  3351] By: gsar                                  on 1999/05/09  21:11:51
14676         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
14677              Leroy <jll@skynet.be>)
14678      Branch: perl
14679            ! utils/perlcc.PL
14680 ____________________________________________________________________________
14681 [  3350] By: gsar                                  on 1999/05/09  20:39:11
14682         Log: normalize $^X to full pathname on win32
14683      Branch: perl
14684            ! win32/runperl.c
14685 ____________________________________________________________________________
14686 [  3349] By: gsar                                  on 1999/05/09  20:23:07
14687         Log: allow readline($globref), <$globref> already works
14688      Branch: perl
14689            ! pp_hot.c
14690 ____________________________________________________________________________
14691 [  3348] By: gsar                                  on 1999/05/09  20:00:09
14692         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
14693              <lemburg@online-club.de>)
14694      Branch: perl
14695            ! utils/perldoc.PL
14696 ____________________________________________________________________________
14697 [  3347] By: gsar                                  on 1999/05/09  18:47:21
14698         Log: additions to Thread.pm docs from Tuomas J. Lukka
14699              <lukka@fas.harvard.edu>
14700      Branch: perl
14701            ! ext/Thread/Thread.pm
14702 ____________________________________________________________________________
14703 [  3346] By: gsar                                  on 1999/05/09  18:38:00
14704         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
14705              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
14706              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
14707              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
14708      Branch: perl
14709            ! ext/B/B/Xref.pm
14710 ____________________________________________________________________________
14711 [  3345] By: gsar                                  on 1999/05/09  18:22:43
14712         Log: work around mangled archname on win32 while finding privlib/sitelib;
14713              normalize lib paths to forward slashes internally
14714      Branch: perl
14715            ! win32/win32.c
14716 ____________________________________________________________________________
14717 [  3344] By: gsar                                  on 1999/05/09  03:20:06
14718         Log: fix typo in dbm filters that caused odbm.t to fail
14719      Branch: perl
14720            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
14721 ____________________________________________________________________________
14722 [  3343] By: gsar                                  on 1999/05/09  02:02:59
14723         Log: tweak test totals
14724      Branch: perl
14725            ! Changes t/lib/tie-stdhandle.t
14726 ____________________________________________________________________________
14727 [  3342] By: gsar                                  on 1999/05/09  01:42:06
14728         Log: import list propagation busted (pointed out by Ton Hospel
14729              <thospel@mail.dma.be>)
14730      Branch: perl
14731            ! lib/autouse.pm
14732 ____________________________________________________________________________
14733 [  3341] By: gsar                                  on 1999/05/09  00:54:18
14734         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
14735              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
14736      Branch: perl
14737            ! Configure Makefile.SH
14738 ____________________________________________________________________________
14739 [  3340] By: gsar                                  on 1999/05/09  00:40:41
14740         Log: generate manpages for newly added utils
14741      Branch: perl
14742            ! installman
14743 ____________________________________________________________________________
14744 [  3339] By: gsar                                  on 1999/05/09  00:33:50
14745         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14746              Date: Sun, 02 May 1999 17:59:24 +0100
14747              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
14748              Subject: [PATCH] Re: ptr to realloced memory in yylex
14749      Branch: perl
14750            ! toke.c
14751 ____________________________________________________________________________
14752 [  3338] By: jhi                                   on 1999/05/08  22:40:29
14753         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
14754      Branch: cfgperl
14755            ! INSTALL
14756 ____________________________________________________________________________
14757 [  3337] By: jhi                                   on 1999/05/08  22:22:26
14758         Log: Integrate from mainperl.
14759      Branch: cfgperl
14760           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
14761           !> (integrate 54 files)
14762 ____________________________________________________________________________
14763 [  3336] By: gsar                                  on 1999/05/08  21:48:22
14764         Log: make perldoc -f grok nested =items
14765      Branch: perl
14766            ! utils/perldoc.PL
14767 ____________________________________________________________________________
14768 [  3335] By: gsar                                  on 1999/05/08  19:48:11
14769         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
14770      Branch: perl
14771            ! op.c t/lib/fields.t
14772 ____________________________________________________________________________
14773 [  3334] By: gsar                                  on 1999/05/08  19:09:41
14774         Log: update test totals
14775      Branch: perl
14776            ! t/lib/bigintpm.t
14777 ____________________________________________________________________________
14778 [  3333] By: gsar                                  on 1999/05/08  16:56:02
14779         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
14780      Branch: perl
14781            ! pod/perlfunc.pod
14782 ____________________________________________________________________________
14783 [  3332] By: gsar                                  on 1999/05/08  16:46:44
14784         Log: applied suggested patch, added tests
14785              From: William Mann <wmann@avici.com>
14786              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
14787              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
14788              Subject: BigInt.pm extensions for logical operations
14789      Branch: perl
14790            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
14791 ____________________________________________________________________________
14792 [  3331] By: gsar                                  on 1999/05/08  16:09:33
14793         Log: avoid temporary files named 'tmp'
14794      Branch: perl
14795            ! Makefile.SH pp.c
14796 ____________________________________________________________________________
14797 [  3330] By: nick                                  on 1999/05/08  14:16:30
14798         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
14799              Provide Tie::StdHandle
14800              Basic update of docs.
14801      Branch: perl
14802            + t/lib/tie-stdhandle.t
14803            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
14804 ____________________________________________________________________________
14805 [  3329] By: nick                                  on 1999/05/08  12:03:45
14806         Log: Tweaks to open(my $fh,...) stuff
14807      Branch: perl
14808            ! op.c pp.c pp_sys.c t/io/open.t
14809 ____________________________________________________________________________
14810 [  3328] By: nick                                  on 1999/05/08  11:18:42
14811         Log: Bring SDBM_File.xs into line with new typemap
14812      Branch: perl
14813            ! ext/SDBM_File/SDBM_File.xs
14814 ____________________________________________________________________________
14815 [  3327] By: gsar                                  on 1999/05/08  00:07:11
14816         Log: add test case for AUTOLOAD reentrancy fix in change#3279
14817      Branch: perl
14818            ! t/lib/autoloader.t
14819 ____________________________________________________________________________
14820 [  3326] By: nick                                  on 1999/05/07  21:24:50
14821         Log: Implement open( my $fh, ...) and similar.
14822              Set flag in op.c for "constructor ops"
14823              In pp_rv2gv, if flag is set and arg is PADSV and uninit
14824              vivify as reference to a detached GV.
14825              (Name of GV is the pad name.)
14826              This scheme should "just work" for pipe/socket etc. too.
14827              
14828              #if 0 out the open(FH,undef) for now.
14829              Change t/io/open.t to test open(my $fh,...)
14830      Branch: perl
14831            ! op.c pp.c pp_sys.c t/io/open.t
14832 ____________________________________________________________________________
14833 [  3325] By: nick                                  on 1999/05/07  21:18:42
14834         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
14835      Branch: perl
14836            ! util.c
14837 ____________________________________________________________________________
14838 [  3324] By: gsar                                  on 1999/05/07  20:28:31
14839         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
14840              intervening code has to allocate SVs)
14841      Branch: perl
14842            ! util.c
14843 ____________________________________________________________________________
14844 [  3323] By: gsar                                  on 1999/05/07  19:45:08
14845         Log: allow line numbers to show in diagnostics during global destruction
14846      Branch: perl
14847            ! util.c
14848 ____________________________________________________________________________
14849 [  3322] By: gsar                                  on 1999/05/07  09:38:11
14850         Log: From: Dan Sugalski <sugalskd@ous.edu>
14851              Date: Fri, 09 Apr 1999 16:16:39 -0700
14852              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
14853              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
14854      Branch: perl
14855            ! lib/ExtUtils/MM_VMS.pm
14856 ____________________________________________________________________________
14857 [  3321] By: gsar                                  on 1999/05/07  09:08:23
14858         Log: From: kwzh@gnu.org (Karl Heuer)
14859              Date: Wed, 7 Apr 1999 23:58:58 -0400
14860              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
14861              Subject: [perl-5.005.02] detect lack of /dev/tty
14862      Branch: perl
14863            ! Makefile.SH
14864 ____________________________________________________________________________
14865 [  3320] By: gsar                                  on 1999/05/07  08:52:14
14866         Log: allow distinct prefix for versioned executables
14867              From: Roderick Schertler <roderick@argon.org>
14868              Date: Wed, 07 Apr 1999 15:34:56 -0400
14869              Message-ID: <3003.923513696@eeyore.ibcinc.com>
14870              Subject: perl55.00503 -> perl5.00503 patch for installperl
14871      Branch: perl
14872            ! INSTALL installperl
14873 ____________________________________________________________________________
14874 [  3319] By: gsar                                  on 1999/05/07  08:07:02
14875         Log: From: Dan Sugalski <sugalskd@osshe.edu>
14876              Date: Mon, 05 Apr 1999 15:38:42 -0700
14877              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
14878              Subject: Re: chomp fails with $/ in fixed-length record mode
14879              --
14880              From: Roderick Schertler <roderick@argon.org>
14881              Date: Tue, 06 Apr 1999 21:11:37 -0400
14882              Message-ID: <2795.923447497@eeyore.ibcinc.com>
14883              Subject: Re: chomp fails with $/ in fixed-length record mode
14884      Branch: perl
14885            ! doop.c pod/perlfunc.pod t/op/chop.t
14886 ____________________________________________________________________________
14887 [  3318] By: gsar                                  on 1999/05/07  07:56:35
14888         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14889              Date: Tue, 6 Apr 1999 01:40:36 -0400
14890              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
14891              Subject: [PATCH 5.005_*] Make % use fmod()
14892      Branch: perl
14893            ! pp.c t/op/arith.t
14894 ____________________________________________________________________________
14895 [  3317] By: gsar                                  on 1999/05/07  04:18:11
14896         Log: DBM Filters (via private mail)
14897              From: pmarquess@bfsec.bt.co.uk
14898              Date: Sun, 18 Apr 1999 21:05:52 +0100
14899              Message-Id: <199904182009.NAA19152@activestate.com>
14900              Subject: DBM Filters
14901      Branch: perl
14902            + pod/perldbmfilter.pod
14903            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
14904            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
14905            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
14906            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
14907            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
14908            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
14909            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
14910            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
14911            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
14912            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
14913            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
14914            ! t/lib/sdbm.t
14915 ____________________________________________________________________________
14916 [  3316] By: gsar                                  on 1999/05/07  03:28:53
14917         Log: avoid negative return value from Win32::GetTickCount()
14918              From: jan.dubois@ibm.net (Jan Dubois)
14919              Date: Sat, 03 Apr 1999 19:04:18 +0200
14920              Message-ID: <37084742.22824479@smtp1.ibm.net>
14921              Subject: Re: Win32::GetTickCount
14922      Branch: perl
14923            ! win32/win32.c
14924 ____________________________________________________________________________
14925 [  3314] By: gsar                                  on 1999/05/06  08:01:23
14926         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
14927              Date: Tue, 30 Mar 1999 23:40:34 PST
14928              Message-ID: <19990331074034.6117.qmail@hotmail.com>
14929              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
14930              --
14931              Date: Wed, 07 Apr 1999 00:28:23 -0800
14932              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
14933              Subject: [PATCH 5.005_56] function prototypes(B.pm)
14934              --
14935              Date: Thu, 22 Apr 1999 23:40:52 -0700
14936              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
14937              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
14938              --
14939              Date: Tue, 27 Apr 1999 01:14:49 PDT
14940              Message-ID: <19990427081449.28615.qmail@hotmail.com>
14941              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
14942      Branch: perl
14943            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
14944            ! t/op/ref.t
14945 ____________________________________________________________________________
14946 [  3313] By: jhi                                   on 1999/05/06  07:59:52
14947         Log: Integrate from mainperl.
14948      Branch: cfgperl
14949           !> (integrate 33 files)
14950 ____________________________________________________________________________
14951 [  3312] By: gsar                                  on 1999/05/06  07:11:50
14952         Log: add Ethiopic section to unicode master database (from Ken
14953              Whistler <kenw@sybase.com>)
14954      Branch: perl
14955            ! lib/unicode/UnicodeData-Latest.txt
14956 ____________________________________________________________________________
14957 [  3311] By: gsar                                  on 1999/05/06  05:37:55
14958         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
14959              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
14960              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
14961              Subject: Largefiles for Solaris
14962      Branch: perl
14963            ! hints/solaris_2.sh
14964 ____________________________________________________________________________
14965 [  3310] By: gsar                                  on 1999/05/06  05:14:35
14966         Log: emit more accurate diagnostic for syntax errors involving <>
14967              within eval""
14968      Branch: perl
14969            ! toke.c utils/perldoc.PL
14970 ____________________________________________________________________________
14971 [  3309] By: gsar                                  on 1999/05/06  04:36:31
14972         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
14973      Branch: perl
14974            ! t/lib/open3.t
14975 ____________________________________________________________________________
14976 [  3308] By: gsar                                  on 1999/05/06  03:19:16
14977         Log: applied first part of suggested patch (bug described cannot be
14978              reproduced any longer, so the second inconclusive part has not
14979              been applied)
14980              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14981              Date: Sun, 28 Mar 1999 04:51:34 +0100
14982              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
14983              Subject: [PATCH 5.005_56] Re: A core dump 
14984      Branch: perl
14985            ! toke.c
14986 ____________________________________________________________________________
14987 [  3307] By: gsar                                  on 1999/05/06  01:56:06
14988         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
14989              change#3180)
14990      Branch: perl
14991            ! op.c
14992 ____________________________________________________________________________
14993 [  3306] By: gsar                                  on 1999/05/05  17:17:34
14994         Log: applied non-conflicting parts of suggested patch
14995              From: Charles Bailey <BAILEY@newman.upenn.edu>
14996              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
14997              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
14998              Subject: [Patch 5.005_56] Revised VMS patch
14999      Branch: perl
15000            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
15001            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
15002 ____________________________________________________________________________
15003 [  3305] By: gsar                                  on 1999/05/05  16:20:19
15004         Log: make perldoc use backslashed pathnames within system() on win32
15005      Branch: perl
15006            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
15007 ____________________________________________________________________________
15008 [  3304] By: gsar                                  on 1999/05/05  07:29:43
15009         Log: upgrade Pod::Parser to v1.081 from CPAN
15010      Branch: perl
15011            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
15012            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
15013            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
15014 ____________________________________________________________________________
15015 [  3303] By: gsar                                  on 1999/05/05  07:02:07
15016         Log: From: Andy Dougherty <doughera@lafayette.edu>
15017              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
15018              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
15019              Subject: [PATCH 5.005_03-MT3] INSTALL patches
15020      Branch: perl
15021            ! INSTALL
15022 ____________________________________________________________________________
15023 [  3302] By: gsar                                  on 1999/05/05  06:55:21
15024         Log: load base packages based on nonexistent $VERSION
15025              From: andreas.koenig@anima.de (Andreas J. Koenig)
15026              Date: 19 Mar 1999 06:00:28 +0100
15027              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
15028              Subject: Re: base.pm flaw
15029      Branch: perl
15030            ! lib/base.pm lib/locale.pm
15031 ____________________________________________________________________________
15032 [  3301] By: gsar                                  on 1999/05/04  05:41:08
15033         Log: pod2man outputs switched date and revision label (fix suggested by
15034              EthanSasiela@mede.com)
15035      Branch: perl
15036            ! pod/pod2man.PL
15037 ____________________________________________________________________________
15038 [  3300] By: gsar                                  on 1999/05/03  18:48:25
15039         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
15040              (makes opendir(D,"c:") work reliably)
15041      Branch: perl
15042            ! win32/win32.c
15043 ____________________________________________________________________________
15044 [  3299] By: gsar                                  on 1999/05/02  19:39:55
15045         Log: add test case for change#3298
15046      Branch: perl
15047            ! sv.c t/op/readdir.t
15048 ____________________________________________________________________________
15049 [  3298] By: gsar                                  on 1999/05/02  19:24:41
15050         Log: close directory handles properly when localized
15051      Branch: perl
15052            ! sv.c
15053 ____________________________________________________________________________
15054 [  3297] By: jhi                                   on 1999/04/30  11:42:14
15055         Log: Integrate from mainperl.
15056      Branch: cfgperl
15057           !> Changes config_h.SH configure.com lib/AutoLoader.pm
15058           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
15059           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
15060           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
15061           !> vms/subconfigure.com win32/win32.c
15062 ____________________________________________________________________________
15063 [  3293] By: chip                                  on 1999/04/29  18:50:49
15064         Log: Fix shebang lines.
15065      Branch: maint-5.004/perl
15066            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
15067            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
15068            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
15069            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
15070            ! x2p/find2perl.PL x2p/s2p.PL
15071 ____________________________________________________________________________
15072 [  3284] By: gsar                                  on 1999/04/27  00:48:42
15073         Log: integrate change#3279 from maint-5.004
15074      Branch: perl
15075            ! lib/AutoLoader.pm
15076 ____________________________________________________________________________
15077 [  3279] By: chip                                  on 1999/04/26  23:09:26
15078         Log: Make &AutoLoad::AUTOLOAD reentrant.
15079      Branch: maint-5.004/perl
15080            ! lib/AutoLoader.pm
15081 ____________________________________________________________________________
15082 [  3276] By: chip                                  on 1999/04/26  22:34:36
15083         Log: Make porting scripts executable.
15084      Branch: maint-5.004/perl
15085            ! Changes Porting/genlog Porting/makerel Porting/p4desc
15086            ! Porting/patchls
15087 ____________________________________________________________________________
15088 [  3274] By: gsar                                  on 1999/04/26  17:30:31
15089         Log: allow embedded null characters in diagnostics
15090      Branch: perl
15091            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
15092 ____________________________________________________________________________
15093 [  3273] By: gsar                                  on 1999/04/26  08:27:22
15094         Log: hand-applied conflicting parts of suggested patch
15095              From: Charles Bailey <BAILEY@newman.upenn.edu>
15096              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
15097              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
15098              Subject: [PATCH 5.005_56] VMS configuration/build
15099      Branch: perl
15100            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
15101            ! vms/munchconfig.c vms/subconfigure.com
15102 ____________________________________________________________________________
15103 [  3272] By: gsar                                  on 1999/04/26  08:25:41
15104         Log: update Changes; tweak minor regressions
15105      Branch: perl
15106            ! Changes lib/AutoSplit.pm lib/File/Path.pm
15107 ____________________________________________________________________________
15108 [  3271] By: gsar                                  on 1999/04/26  07:52:51
15109         Log: integrate change#3229 from maint-5.004
15110      Branch: perl
15111            ! pp_ctl.c util.c
15112 ____________________________________________________________________________
15113 [  3270] By: gsar                                  on 1999/04/25  22:58:27
15114         Log: fix buggy reference count on refs to SVs with autoviv magic
15115              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
15116              accessing free()d memory)
15117      Branch: perl
15118            ! pp.c t/op/ref.t
15119 ____________________________________________________________________________
15120 [  3269] By: gsar                                  on 1999/04/24  17:07:55
15121         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
15122              on win32)
15123      Branch: perl
15124            ! win32/win32.c
15125 ____________________________________________________________________________
15126 [  3268] By: gsar                                  on 1999/04/24  16:38:25
15127         Log: kill dup hunk
15128      Branch: perl
15129            ! config_h.SH
15130 ____________________________________________________________________________
15131 [  3267] By: gsar                                  on 1999/04/24  16:35:57
15132         Log: integrate cfgperl changes into mainline
15133      Branch: perl
15134           +> myconfig.SH
15135            - myconfig
15136            ! pod/perlre.pod
15137           !> (integrate 38 files)
15138 ____________________________________________________________________________
15139 [  3266] By: jhi                                   on 1999/04/23  18:42:44
15140         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
15141              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
15142              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
15143              Cc: Lionel Cons <lionel.cons@cern.ch>,
15144              Ilya Zakharevich <ilya@math.ohio-state.edu>,
15145              David Hayes <david@bdel.com>
15146              Subject: [PATCH] h2ph
15147              Date: Fri, 23 Apr 1999 12:37:23 -0400
15148              Message-ID: <19990423123723.A49550@O2.chapin.edu>
15149      Branch: cfgperl
15150            ! utils/h2ph.PL
15151 ____________________________________________________________________________
15152 [  3265] By: jhi                                   on 1999/04/21  18:17:12
15153         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
15154              To: perlbug@perl.org
15155              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
15156              Date: Wed, 21 Apr 1999 08:17:54 -0700
15157              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
15158      Branch: cfgperl
15159            ! vms/descrip_mms.template
15160 ____________________________________________________________________________
15161 [  3264] By: jhi                                   on 1999/04/20  08:50:54
15162         Log: From: Andy Dougherty <doughera@lafayette.edu>
15163              To: The Perl Porters Mailing List <perl5-porters@perl.org>
15164              Subject: [PATCH 5.005_56] Re: 5.006 Todo
15165              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
15166              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
15167      Branch: cfgperl
15168            ! Porting/pumpkin.pod
15169 ____________________________________________________________________________
15170 [  3263] By: jhi                                   on 1999/04/20  08:05:01
15171         Log: From: Chip Salzenberg <chip@perlsupport.com>
15172              To: Perl 5 Porters <perl5-porters@perl.org>
15173              Subject: [PATCH 5.005_56] Configure: $sig_count
15174              Date: Sun, 18 Apr 1999 17:54:36 -0400
15175              Message-ID: <19990418175436.A27496@perlsupport.com>
15176      Branch: cfgperl
15177            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15178            ! config_h.SH
15179 ____________________________________________________________________________
15180 [  3262] By: jhi                                   on 1999/04/19  18:23:50
15181         Log: Subject: PATCH wrong faq reference in perlbook.pod
15182              From: Robin Barker <rmb1@cise.npl.co.uk>
15183              To: perlbug@perl.com
15184              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
15185              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
15186      Branch: cfgperl
15187            ! pod/perlbook.pod
15188 ____________________________________________________________________________
15189 [  3261] By: jhi                                   on 1999/04/15  13:59:04
15190         Log: From: Andy Dougherty <doughera@lafayette.edu>
15191              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
15192              Cc: Perl Porters <perl5-porters@perl.org>
15193              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
15194              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
15195              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
15196      Branch: cfgperl
15197            ! hints/solaris_2.sh
15198 ____________________________________________________________________________
15199 [  3260] By: jhi                                   on 1999/04/15  13:56:53
15200         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
15201              To: pumpkings@jhereg.perl.com
15202              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
15203              Date: Thu, 15 Apr 1999 07:13:41 -0600
15204              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
15205      Branch: cfgperl
15206            ! pod/perldata.pod
15207 ____________________________________________________________________________
15208 [  3259] By: jhi                                   on 1999/04/13  23:12:52
15209         Log: LDLIBPTH also on 'clean' targets.
15210      Branch: cfgperl
15211            ! Makefile.SH
15212 ____________________________________________________________________________
15213 [  3258] By: jhi                                   on 1999/04/13  21:38:46
15214         Log: Add information about the two DEC C compiler optimizer bugs
15215              (what patch levels of the compilers fix them).
15216      Branch: cfgperl
15217            ! pp.c t/op/repeat.t
15218 ____________________________________________________________________________
15219 [  3257] By: jhi                                   on 1999/04/13  14:25:08
15220         Log: Be polite about ccdlflags and lddflags, too.
15221              Avoid Perl's malloc only when threaded.
15222      Branch: cfgperl
15223            ! hints/aix.sh
15224 ____________________________________________________________________________
15225 [  3256] By: jhi                                   on 1999/04/13  10:21:33
15226         Log: Croak if no known ways to semctl() (don't assume union semun).
15227      Branch: cfgperl
15228            ! doio.c perl.h
15229 ____________________________________________________________________________
15230 [  3255] By: jhi                                   on 1999/04/13  09:10:26
15231         Log: From: Dan Sugalski <sugalskd@osshe.edu>
15232              To: perl5-porters@perl.org, vmsperl@perl.org
15233              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
15234              Date: Mon, 12 Apr 1999 13:36:48 -0700
15235              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
15236      Branch: cfgperl
15237            ! lib/ExtUtils/MM_VMS.pm
15238 ____________________________________________________________________________
15239 [  3254] By: jhi                                   on 1999/04/13  06:56:26
15240         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
15241              To: perlbug@perl.com
15242              Subject: Update for OpenBSD hints
15243              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
15244              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
15245      Branch: cfgperl
15246            ! hints/openbsd.sh
15247 ____________________________________________________________________________
15248 [  3229] By: chip                                  on 1999/04/13  04:04:14
15249         Log: Preserve errno from importunities of sfio.
15250      Branch: maint-5.004/perl
15251            ! pp_ctl.c util.c
15252 ____________________________________________________________________________
15253 [  3226] By: jhi                                   on 1999/04/11  12:52:26
15254         Log: If both ways to call semctl are broken,    skip the tests.
15255      Branch: cfgperl
15256            ! t/lib/ipc_sysv.t
15257 ____________________________________________________________________________
15258 [  3225] By: jhi                                   on 1999/04/10  22:27:28
15259         Log: From: Andy Dougherty <doughera@lafayette.edu>
15260              To: dsembr01@ox.slug.louisville.edu
15261              Cc: perlbug@perl.com
15262              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
15263              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
15264              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
15265      Branch: cfgperl
15266            ! ext/POSIX/POSIX.xs
15267 ____________________________________________________________________________
15268 [  3224] By: jhi                                   on 1999/04/09  18:50:32
15269         Log: From: Andy Dougherty <doughera@lafayette.edu>
15270              To: Perl Porters <perl5-porters@perl.org>
15271              Subject: [PATCH 5.005_56] Re: prefix= in hints
15272              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
15273              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
15274              
15275              (Overrides change #3204 from Kurt)
15276      Branch: cfgperl
15277            ! hints/linux.sh
15278 ____________________________________________________________________________
15279 [  3223] By: jhi                                   on 1999/04/09  18:37:55
15280         Log: Understand Apollo's //node notation.
15281              
15282              From: Johann Klasek <jk@auto.tuwien.ac.at>
15283              To: jhi@iki.fi
15284              Subject: Re: DomainPerl
15285              Date: Fri, 9 Apr 1999 18:21:37 +0200
15286              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
15287      Branch: cfgperl
15288            ! lib/Cwd.pm
15289 ____________________________________________________________________________
15290 [  3220] By: jhi                                   on 1999/04/04  16:33:49
15291         Log: Integrate from mainperl.
15292      Branch: cfgperl
15293           !> (integrate 39 files)
15294 ____________________________________________________________________________
15295 [  3219] By: gsar                                  on 1999/04/04  02:48:17
15296         Log: tweak previous change
15297      Branch: maint-5.005/perl
15298            ! win32/win32.c
15299 ____________________________________________________________________________
15300 [  3218] By: gsar                                  on 1999/04/04  02:44:47
15301         Log: be careful about extending the stack for the Win32:: builtins
15302      Branch: maint-5.005/perl
15303            ! win32/win32.c
15304 ____________________________________________________________________________
15305 [  3217] By: gsar                                  on 1999/04/04  01:59:26
15306         Log: correct places that said newSVpv() when they meant newSVpvn()
15307      Branch: perl
15308            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
15309            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
15310            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
15311            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
15312            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
15313            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
15314            ! win32/win32.c
15315 ____________________________________________________________________________
15316 [  3216] By: gsar                                  on 1999/04/03  23:58:27
15317         Log: avoid duplicate code
15318      Branch: perl
15319            ! sv.c
15320 ____________________________________________________________________________
15321 [  3215] By: gsar                                  on 1999/04/03  23:14:34
15322         Log: grow PL_tmps_stack more efficiently; make it more amenable to
15323              STRESS_REALLOC testing
15324      Branch: perl
15325            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
15326            ! sv.c
15327 ____________________________________________________________________________
15328 [  3214] By: gsar                                  on 1999/04/03  21:01:09
15329         Log: scrounge and save three extra branches in pp_entersub()
15330      Branch: perl
15331            ! cv.h pp_ctl.c pp_hot.c
15332 ____________________________________________________________________________
15333 [  3213] By: gsar                                  on 1999/04/03  17:43:23
15334         Log: remove duplicate code and an extra branch in sv_setsv() and
15335              other hot code by making SvTHINKFIRST() think about FAKE SVs
15336      Branch: perl
15337            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
15338            ! proto.h scope.c sv.c sv.h
15339 ____________________________________________________________________________
15340 [  3212] By: jhi                                   on 1999/04/03  16:20:09
15341         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
15342              
15343              From: John Bley <jbb6@acpub.duke.edu>
15344              To: perlbug@perl.org
15345              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
15346              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
15347              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
15348      Branch: cfgperl
15349            ! doio.c pp_sys.c
15350 ____________________________________________________________________________
15351 [  3211] By: jhi                                   on 1999/04/03  13:27:26
15352         Log: Change #3210 was rather unportable.  This is better.
15353      Branch: cfgperl
15354            ! Configure config_h.SH
15355 ____________________________________________________________________________
15356 [  3210] By: jhi                                   on 1999/04/03  13:16:20
15357         Log: Avoid Digital UNIX' ksh.
15358              
15359              From: Jarkko Hietaniemi <jhi@iki.fi> 
15360              To: Henrik Tougaard <ht000@siberut.foa.dk> 
15361              Cc: perlbug@perl.com, ht000@foa.dk 
15362              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
15363              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
15364              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
15365      Branch: cfgperl
15366            ! Configure config_h.SH
15367 ____________________________________________________________________________
15368 [  3209] By: jhi                                   on 1999/04/03  12:49:04
15369         Log: Integrate from mainperl.
15370      Branch: cfgperl
15371           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
15372 ____________________________________________________________________________
15373 [  3208] By: jhi                                   on 1999/04/03  12:27:24
15374         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
15375              
15376              From: Lionel Cons <lionel.cons@cern.ch>
15377              To: jhi@iki.fi
15378              Cc: perlbug@perl.com, kstar@isinet.com,
15379              Philippe Defert <philippe.defert@cern.ch>
15380              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
15381              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
15382              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
15383      Branch: cfgperl
15384            ! hints/irix_6.sh
15385 ____________________________________________________________________________
15386 [  3207] By: jhi                                   on 1999/04/03  12:20:21
15387         Log: Be polite about usemymalloc.
15388      Branch: cfgperl
15389            ! hints/aix.sh
15390 ____________________________________________________________________________
15391 [  3206] By: gsar                                  on 1999/04/02  23:31:59
15392         Log: a typo in change#3205
15393      Branch: perl
15394            ! t/lib/bigfloatpm.t
15395 ____________________________________________________________________________
15396 [  3205] By: gsar                                  on 1999/04/02  23:20:31
15397         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
15398              returns NaNs faithfully)
15399      Branch: perl
15400            ! t/lib/bigfloatpm.t
15401 ____________________________________________________________________________
15402 [  3204] By: jhi                                   on 1999/04/02  22:03:23
15403         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
15404              
15405              From: "Kurt D. Starsinic" <kstar@chapin.edu>
15406              To: perl5-porters@perl.org
15407              Subject: linux hints nit
15408              Date: Fri, 2 Apr 1999 16:49:47 -0500
15409              Message-ID: <19990402164947.E80926@O2.chapin.edu>
15410      Branch: cfgperl
15411            ! hints/linux.sh
15412 ____________________________________________________________________________
15413 [  3203] By: jhi                                   on 1999/04/02  22:00:56
15414         Log: Display exact glibc version in Linux. 
15415              
15416              From: Andy Dougherty <doughera@lafayette.edu>
15417              To: Perl Porters <perl5-porters@perl.org>
15418              Subject: Displaying glibc version on Linux
15419              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
15420              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
15421      Branch: cfgperl
15422            ! hints/linux.sh
15423 ____________________________________________________________________________
15424 [  3202] By: gsar                                  on 1999/04/02  21:23:18
15425         Log: various little goofs
15426      Branch: perl
15427            ! Changes Makefile.SH README installperl
15428 ____________________________________________________________________________
15429 [  3201] By: jhi                                   on 1999/04/02  13:13:39
15430         Log: Configure regen.
15431              
15432              Add llseek + offset_t probing.
15433              Change CONFIG to CONFIGDOTSH.
15434              'unset foo' is unportable, use foo=''.
15435      Branch: cfgperl
15436            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
15437            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
15438            ! perl_exp.SH writemain.SH
15439 ____________________________________________________________________________
15440 [  3200] By: jhi                                   on 1999/04/02  12:06:22
15441         Log: Introduce myconfig.SH.
15442              
15443              From: Andy Dougherty <doughera@lafayette.edu>
15444              To: Jarkko Hietaniemi <jhi@iki.fi>
15445              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
15446              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
15447              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
15448              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
15449      Branch: cfgperl
15450            + myconfig.SH
15451            - myconfig
15452            ! MANIFEST
15453 ____________________________________________________________________________
15454 [  3195] By: jhi                                   on 1999/03/28  16:42:54
15455         Log: Update perlhist on 5_03.
15456      Branch: maint-5.005/perl
15457            ! pod/perlhist.pod
15458 ____________________________________________________________________________
15459 [  3194] By: jhi                                   on 1999/03/28  12:30:01
15460         Log: Integrate from mainperl.
15461      Branch: cfgperl
15462           +> t/op/grep.t
15463            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
15464            ! t/lib/bigintpm.t
15465           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
15466           !> t/lib/thread.t
15467 ____________________________________________________________________________
15468 [  3189] By: gsar                                  on 1999/03/28  08:22:00
15469         Log: various pod niggles
15470      Branch: maint-5.005/perl
15471            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
15472            ! pod/perlfunc.pod pod/perlhist.pod
15473 ____________________________________________________________________________
15474 [  3187] By: gsar                                  on 1999/03/28  07:31:16
15475         Log: regularize CAPI declarations (CAPI extensions now build under
15476              the Borland compiler)
15477      Branch: maint-5.005/perl
15478            ! win32/GenCAPI.pl
15479 ____________________________________________________________________________
15480 [  3186] By: gsar                                  on 1999/03/28  07:26:33
15481         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
15482              -DPERL_CAPI
15483      Branch: maint-5.005/perl
15484            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
15485 ____________________________________________________________________________
15486 [  3183] By: gsar                                  on 1999/03/28  06:00:46
15487         Log: update p4 utility to ignore non-text files
15488      Branch: perl
15489            ! Porting/p4desc
15490 ____________________________________________________________________________
15491 [  3181] By: gsar                                  on 1999/03/28  03:37:23
15492         Log: integrate change#3179 from maint-5.005
15493      Branch: perl
15494           !> ext/Thread/Thread.xs t/lib/thread.t
15495 ____________________________________________________________________________
15496 [  3180] By: gsar                                  on 1999/03/28  02:28:20
15497         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
15498              (sometimes caused bizarreness in the BLOCK)
15499      Branch: perl
15500            + t/op/grep.t
15501            ! MANIFEST op.c
15502 ____________________________________________________________________________
15503 [  3179] By: gsar                                  on 1999/03/28  02:14:04
15504         Log: fix thread segfault when passing large number of arguments to child
15505              a la C<Thread->new($foo, 1..1000)>
15506      Branch: maint-5.005/perl
15507            ! ext/Thread/Thread.xs t/lib/thread.t
15508 ____________________________________________________________________________
15509 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
15510         Log: fix $Config{'usethreads'} typo in perlthrtut
15511              
15512              From: Ian Maloney <szhmf9@wsblob.ubs.com>
15513              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
15514              Message-Id: <199903251540.QAA02439@wsblob.>
15515              Subject: perlthrtut documentation error
15516      Branch: maint-5.005/perl
15517            ! pod/perlthrtut.pod
15518 ____________________________________________________________________________
15519 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
15520         Log: Update Test.pm to VERSION 1.122 from CPAN
15521      Branch: maint-5.005/perl
15522            ! lib/Test.pm
15523 ____________________________________________________________________________
15524 [  3171] By: jhi                                   on 1999/03/26  22:38:28
15525         Log: Integrate from mainperl.
15526      Branch: cfgperl
15527           !> (integrate 37 files)
15528 ____________________________________________________________________________
15529 [  3170] By: gsar                                  on 1999/03/26  01:30:25
15530         Log: specify type of bracket in "Unmatched bracket" diagnostic;
15531              prefer 'brace' or 'curly bracket' over 'curly brace'
15532      Branch: perl
15533            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
15534            ! t/op/misc.t t/op/re_tests toke.c
15535 ____________________________________________________________________________
15536 [  3169] By: gsar                                  on 1999/03/26  00:50:51
15537         Log: better description of "Integer overflow" diagnostic
15538      Branch: perl
15539            ! pod/perldiag.pod
15540 ____________________________________________________________________________
15541 [  3168] By: gsar                                  on 1999/03/25  11:02:46
15542         Log: applied needful parts of suggested patch
15543              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
15544              Date: Tue, 23 Mar 1999 16:21:43 -0800
15545              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
15546              Subject: [PATCH 5.005_56] pp_formline correction
15547      Branch: perl
15548            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
15549 ____________________________________________________________________________
15550 [  3167] By: gsar                                  on 1999/03/25  10:39:02
15551         Log: clarify what a "comment" means (due to Mark-Jason Dominus
15552              <mjd@plover.com>)
15553      Branch: perl
15554            ! pod/perlsyn.pod
15555 ____________________________________________________________________________
15556 [  3166] By: gsar                                  on 1999/03/25  10:33:18
15557         Log: describe current behavior on local($foo{nothere}) (suggested by
15558              Lionel Cons <lionel.cons@cern.ch>)
15559      Branch: perl
15560            ! pod/perlsub.pod
15561 ____________________________________________________________________________
15562 [  3165] By: gsar                                  on 1999/03/25  06:21:05
15563         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
15564              <vishalb@hotmail.com>)
15565      Branch: perl
15566            ! ext/B/B/C.pm
15567 ____________________________________________________________________________
15568 [  3164] By: gsar                                  on 1999/03/25  06:17:27
15569         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
15570              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
15571              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
15572              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
15573      Branch: perl
15574            ! ext/B/B.xs op.h opcode.pl
15575 ____________________________________________________________________________
15576 [  3163] By: gsar                                  on 1999/03/25  06:15:49
15577         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
15578              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
15579              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
15580              Subject: [PATCH _56] B::Deparse 0.57
15581              --
15582              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
15583              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
15584              Subject: Re: [PATCH _56] B::Deparse 0.57 
15585      Branch: perl
15586            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
15587 ____________________________________________________________________________
15588 [  3162] By: gsar                                  on 1999/03/25  06:11:46
15589         Log: fix a few places that said 'int', but meant 'STRLEN'
15590      Branch: perl
15591            ! pod/perlguts.pod proto.h sv.c
15592 ____________________________________________________________________________
15593 [  3161] By: gsar                                  on 1999/03/25  06:01:18
15594         Log: From: Russ Allbery <rra@stanford.edu>
15595              Date: 22 Mar 1999 04:26:26 -0800
15596              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
15597              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
15598      Branch: perl
15599            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
15600            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
15601            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
15602            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
15603 ____________________________________________________________________________
15604 [  3160] By: gsar                                  on 1999/03/25  02:26:31
15605         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
15606      Branch: perl
15607            ! opcode.h opcode.pl
15608 ____________________________________________________________________________
15609 [  3159] By: gsar                                  on 1999/03/25  02:18:17
15610         Log: add statement-modifier loops to :base_loop class
15611      Branch: perl
15612            ! ext/Opcode/Opcode.pm
15613 ____________________________________________________________________________
15614 [  3158] By: gsar                                  on 1999/03/25  00:36:57
15615         Log: integrate changes#3105,3130,3154 from maint-5.005
15616      Branch: perl
15617           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
15618 ____________________________________________________________________________
15619 [  3157] By: gsar                                  on 1999/03/25  00:24:17
15620         Log: remove bogus panic()
15621      Branch: perl
15622            ! Changes lib/Math/BigFloat.pm
15623 ____________________________________________________________________________
15624 [  3156] By: jhi                                   on 1999/03/24  22:43:43
15625         Log: Integrate from mainperl.
15626      Branch: cfgperl
15627           +> (branch 38 files)
15628           !> (integrate 68 files)
15629 ____________________________________________________________________________
15630 [  3155] By: jhi                                   on 1999/03/24  22:12:17
15631         Log: Configure regenerated because of changes #3130/#3154 and #3147.
15632      Branch: cfgperl
15633            ! Configure config_h.SH
15634 ____________________________________________________________________________
15635 [  3154] By: jhi                                   on 1999/03/24  21:40:51
15636         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
15637              based on suggestions from Andy Dougherty.
15638      Branch: maint-5.005/perl
15639            ! INSTALL
15640 ____________________________________________________________________________
15641 [  3153] By: gsar                                  on 1999/03/24  10:38:05
15642         Log: applied suggested patch, modulo superceded parts
15643              From: Charles Bailey <BAILEY@newman.upenn.edu>
15644              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
15645              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
15646              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
15647      Branch: perl
15648            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
15649            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
15650            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
15651            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
15652 ____________________________________________________________________________
15653 [  3152] By: gsar                                  on 1999/03/24  10:30:51
15654         Log: applied suggested patch, modulo superceded parts
15655              From: Charles Bailey <BAILEY@newman.upenn.edu>
15656              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
15657              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
15658              Subject: [PATCH 5.005_56] Miscellaneous small fixes
15659      Branch: perl
15660            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
15661            ! lib/File/Basename.pm
15662 ____________________________________________________________________________
15663 [  3151] By: gsar                                  on 1999/03/24  10:15:00
15664         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
15665      Branch: perl
15666            ! pod/perlop.pod
15667 ____________________________________________________________________________
15668 [  3150] By: gsar                                  on 1999/03/24  10:09:13
15669         Log: missing integration in previous change
15670      Branch: perl
15671           !> README.apollo
15672 ____________________________________________________________________________
15673 [  3149] By: gsar                                  on 1999/03/24  10:06:44
15674         Log: integrate changes#3116,3119 from maint-5.005
15675      Branch: perl
15676            + README.apollo
15677           +> apollo/netinet/in.h
15678           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
15679 ____________________________________________________________________________
15680 [  3148] By: gsar                                  on 1999/03/24  10:01:56
15681         Log: integrate changes#3091-3094 from maint-5.005
15682      Branch: perl
15683           !> README.hurd vms/subconfigure.com vos/config.h
15684           !> vos/config_h.SH_orig
15685 ____________________________________________________________________________
15686 [  3147] By: gsar                                  on 1999/03/24  09:31:49
15687         Log: warn about newfangled vfork() caveats
15688      Branch: perl
15689            ! Configure
15690 ____________________________________________________________________________
15691 [  3146] By: jhi                                   on 1999/03/24  09:20:14
15692         Log: Bring in changes #2808 and #2812 (from mainline perl)
15693              that enhance the perlbug checklist.
15694      Branch: maint-5.005/perl
15695            ! utils/perlbug.PL
15696 ____________________________________________________________________________
15697 [  3145] By: gsar                                  on 1999/03/24  08:37:02
15698         Log: integrate change#3115 from maint-5.005
15699      Branch: perl
15700           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
15701           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
15702 ____________________________________________________________________________
15703 [  3144] By: gsar                                  on 1999/03/24  08:33:59
15704         Log: add note about map in scalar context
15705      Branch: perl
15706            ! pod/perlfunc.pod
15707 ____________________________________________________________________________
15708 [  3143] By: gsar                                  on 1999/03/24  08:25:59
15709         Log: doc tweak
15710      Branch: perl
15711            ! lib/Time/Local.pm
15712 ____________________________________________________________________________
15713 [  3142] By: gsar                                  on 1999/03/24  08:20:37
15714         Log: applied suggested patch, modulo bogus hunk
15715              From: "Vishal Bhatia" <vishalb@hotmail.com>
15716              Date: Thu, 11 Mar 1999 07:40:27 PST
15717              Message-ID: <19990311154027.25891.qmail@hotmail.com>
15718              Subject: [PATCH 5.005_56] Minor fixes in perlcc
15719      Branch: perl
15720            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
15721 ____________________________________________________________________________
15722 [  3141] By: gsar                                  on 1999/03/24  08:06:12
15723         Log: integrate change#3104 from maint-5.005
15724      Branch: perl
15725           !> README.os390 t/lib/posix.t
15726 ____________________________________________________________________________
15727 [  3140] By: gsar                                  on 1999/03/24  06:34:56
15728         Log: fix failure of C<&locked_sub;> under -Dusethreads
15729      Branch: perl
15730            ! pp_hot.c t/lib/thread.t
15731 ____________________________________________________________________________
15732 [  3139] By: gsar                                  on 1999/03/24  05:52:00
15733         Log: debugger tweak (wasn't printing a newline after recalled commands)
15734      Branch: perl
15735            ! lib/perl5db.pl
15736 ____________________________________________________________________________
15737 [  3138] By: gsar                                  on 1999/03/24  05:33:28
15738         Log: document OO exceptions (based on a suggestion by Andreas Koenig
15739              <andreas.koenig@anima.de>)
15740      Branch: perl
15741            ! pod/perlfunc.pod
15742 ____________________________________________________________________________
15743 [  3137] By: gsar                                  on 1999/03/24  02:50:20
15744         Log: better "Illegal %s digit ignored" warnings
15745      Branch: perl
15746            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
15747            ! toke.c util.c
15748 ____________________________________________________________________________
15749 [  3136] By: gsar                                  on 1999/03/24  02:26:38
15750         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
15751      Branch: perl
15752            + t/pragma/utf8.t
15753            ! regcomp.c
15754 ____________________________________________________________________________
15755 [  3135] By: gsar                                  on 1999/03/24  01:29:09
15756         Log: flip release & version in win32_uname()
15757      Branch: perl
15758            ! win32/win32.c
15759 ____________________________________________________________________________
15760 [  3134] By: gsar                                  on 1999/03/24  01:08:33
15761         Log: support POSIX::uname() via win32_uname()
15762      Branch: perl
15763            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
15764            ! win32/config.gc win32/config.vc win32/config_H.bc
15765            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
15766            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
15767 ____________________________________________________________________________
15768 [  3133] By: gsar                                  on 1999/03/23  22:20:10
15769         Log: From: jan.dubois@ibm.net (Jan Dubois)
15770              Date: Sat, 06 Mar 1999 21:42:56 +0100
15771              Message-ID: <36e49281.50337171@smtp1.ibm.net>
15772              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
15773      Branch: perl
15774            ! pod/perldelta.pod
15775 ____________________________________________________________________________
15776 [  3132] By: gsar                                  on 1999/03/23  22:17:45
15777         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
15778              Date: Sat, 06 Mar 1999 17:50:49 +0100
15779              Message-ID: <36e25209.33833760@smtp1.ibm.net>
15780              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
15781              --
15782              Date: Sat, 06 Mar 1999 18:15:00 +0100
15783              Message-ID: <36e36222.37954195@smtp1.ibm.net>
15784              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
15785      Branch: perl
15786            + t/lib/filefunc.t
15787            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
15788            ! pod/perldelta.pod pod/perlmodlib.pod
15789 ____________________________________________________________________________
15790 [  3131] By: gsar                                  on 1999/03/23  22:07:59
15791         Log: integrate cfgperl changes into mainline
15792      Branch: perl
15793           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
15794           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
15795           !> installperl malloc.c perl.c perl.h pod/perl.pod
15796           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
15797 ____________________________________________________________________________
15798 [  3130] By: jhi                                   on 1999/03/23  22:02:23
15799         Log: Don't use config.msg to remind about the
15800              LD_LIBRARY_PATH because Makefile.SH takes
15801              care of that.
15802              
15803              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
15804              This used to be the default but in some MT or another it
15805              was dropped because of some transient error or another.
15806      Branch: maint-5.005/perl
15807            ! Configure hints/dec_osf.sh
15808 ____________________________________________________________________________
15809 [  3129] By: gsar                                  on 1999/03/23  21:38:03
15810         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
15811              to size    and better maintainability)
15812      Branch: perl
15813            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
15814            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
15815            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
15816            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
15817            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
15818            + t/pod/include.xr t/pod/included.t t/pod/included.xr
15819            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
15820            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
15821            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
15822            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
15823            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
15824            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
15825            ! win32/Makefile win32/makefile.mk win32/pod.mak
15826 ____________________________________________________________________________
15827 [  3128] By: jhi                                   on 1999/03/23  10:14:54
15828         Log: Integrate from mainperl.
15829      Branch: cfgperl
15830           !> (integrate 46 files)
15831 ____________________________________________________________________________
15832 [  3127] By: gsar                                  on 1999/03/23  06:57:30
15833         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
15834              Date: Thu, 4 Mar 1999 10:54:01 -0800
15835              Message-Id: <9903041854.AA46868@frc0000>
15836              Subject: patch for useless Math::BigInt warnings
15837      Branch: perl
15838            ! lib/Math/BigInt.pm
15839 ____________________________________________________________________________
15840 [  3126] By: gsar                                  on 1999/03/23  05:54:37
15841         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
15842              From: "Kurt D. Starsinic" <kstar@chapin.edu>
15843              Date: Fri, 19 Feb 1999 15:47:59 -0500
15844              Message-ID: <19990219154759.A32350@O2.chapin.edu>
15845              Subject: [PATCH] OSF/1 hints
15846      Branch: perl
15847            ! hints/dec_osf.sh
15848 ____________________________________________________________________________
15849 [  3125] By: gsar                                  on 1999/03/23  00:56:38
15850         Log: avoid typeglob persistence in pp_readline()
15851      Branch: perl
15852            ! sv.c t/op/gv.t
15853 ____________________________________________________________________________
15854 [  3124] By: gsar                                  on 1999/03/22  21:12:23
15855         Log: update copyright years
15856      Branch: perl
15857            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
15858            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
15859            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
15860            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
15861            ! sv.c sv.h toke.c utf8.c utf8.h util.c
15862 ____________________________________________________________________________
15863 [  3123] By: gsar                                  on 1999/03/22  07:07:06
15864         Log: implement win32_spawnvp() internally, making it return true PIDs
15865              for asynchronous spawns; fix win32_kill() to always deal with
15866              PIDs
15867      Branch: perl
15868            ! win32/win32.c win32/win32.h
15869 ____________________________________________________________________________
15870 [  3122] By: jhi                                   on 1999/03/19  21:12:14
15871         Log: Describe the new Benchmark feature in more detail.
15872      Branch: cfgperl
15873            ! pod/perldelta.pod
15874      Branch: maint-5.005/perl
15875            ! pod/perldelta.pod
15876 ____________________________________________________________________________
15877 [  3121] By: jhi                                   on 1999/03/19  08:16:12
15878         Log: AVAILABILITY tuning.
15879      Branch: cfgperl
15880            ! pod/perl.pod
15881      Branch: maint-5.005/perl
15882            ! pod/perl.pod
15883 ____________________________________________________________________________
15884 [  3120] By: jhi                                   on 1999/03/17  14:52:17
15885         Log: Rhapsody change assumed too much.
15886      Branch: cfgperl
15887            ! t/op/stat.t
15888 ____________________________________________________________________________
15889 [  3119] By: jhi                                   on 1999/03/17  14:33:43
15890         Log: More Apollo fixes.
15891      Branch: maint-5.005/perl
15892            ! README.apollo hints/apollo.sh t/lib/io_udp.t
15893 ____________________________________________________________________________
15894 [  3118] By: jhi                                   on 1999/03/16  17:23:39
15895         Log: Nada.
15896      Branch: maint-5.005/perl
15897            ! README.apollo
15898 ____________________________________________________________________________
15899 [  3117] By: jhi                                   on 1999/03/16  17:18:49
15900         Log: Apollo DomainOS AVAILABILITY.
15901      Branch: cfgperl
15902            ! pod/perl.pod
15903      Branch: maint-5.005/perl
15904            ! pod/perl.pod
15905 ____________________________________________________________________________
15906 [  3116] By: jhi                                   on 1999/03/16  17:14:00
15907         Log: Apollo DomainOS patch
15908              From: Johann Klasek <jk@auto.tuwien.ac.at>
15909              Subject: Re: DomainPerl
15910              Date: Tue, 16 Mar 1999 17:46:32 +0100
15911              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
15912      Branch: maint-5.005/perl
15913            + README.apollo apollo/netinet/in.h
15914            ! MANIFEST hints/apollo.sh
15915 ____________________________________________________________________________
15916 [  3115] By: jhi                                   on 1999/03/16  14:23:54
15917         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
15918              To: Gurusamy Sarathy <gsar@activestate.com>,
15919              Graham Barr <gbarr@pobox.com>
15920              Cc: Perl5 Porters <perl5-porters@perl.org>,
15921              "Paul.Marquess" <Paul.Marquess@btinternet.com>
15922              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
15923              Date: Sun, 14 Mar 1999 14:43:57 -0000
15924              Message-Id: <199903141841.NAA17040@defender.perl.org>
15925      Branch: maint-5.005/perl
15926            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
15927            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
15928 ____________________________________________________________________________
15929 [  3114] By: jhi                                   on 1999/03/16  12:42:20
15930         Log: Mention Rhapsody in 5.005_5X perldelta,
15931              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
15932              *planned* AVAILABILITY.
15933      Branch: cfgperl
15934            ! pod/perl.pod pod/perldelta.pod
15935      Branch: maint-5.005/perl
15936            ! pod/perl.pod
15937 ____________________________________________________________________________
15938 [  3113] By: jhi                                   on 1999/03/16  10:38:53
15939         Log: perldelta niggling.
15940      Branch: cfgperl
15941            ! pod/perldelta.pod
15942      Branch: maint-5.005/perl
15943            ! pod/perldelta.pod
15944 ____________________________________________________________________________
15945 [  3112] By: jhi                                   on 1999/03/16  10:35:21
15946         Log: Integrate from mainperl.
15947      Branch: cfgperl
15948           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
15949           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
15950 ____________________________________________________________________________
15951 [  3111] By: jhi                                   on 1999/03/16  10:28:10
15952         Log: AVAILABILITY update: still mention PowerUX,
15953              Novell Netware now has sources available.
15954      Branch: cfgperl
15955            ! pod/perl.pod
15956      Branch: maint-5.005/perl
15957            ! pod/perl.pod
15958 ____________________________________________________________________________
15959 [  3110] By: gsar                                  on 1999/03/16  04:34:23
15960         Log: sundry pod niggles
15961      Branch: perl
15962            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
15963            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
15964 ____________________________________________________________________________
15965 [  3109] By: jhi                                   on 1999/03/15  17:00:11
15966         Log: Integrate from mainperl.
15967      Branch: cfgperl
15968           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
15969           +> lib/unicode/Is/Syllable.pl
15970           +> lib/unicode/MakeEthiopicSyllables.PL
15971           +> lib/unicode/README.Ethiopic
15972           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
15973           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
15974           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
15975           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
15976           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
15977           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
15978           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
15979           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
15980 ____________________________________________________________________________
15981 [  3108] By: jhi                                   on 1999/03/15  16:58:12
15982         Log: First pass of integrating the Rhapsody port,
15983              
15984              From: Wilfredo Sanchez <wsanchez@apple.com> 
15985              Subject: Keeping the world in sync.
15986              Reply-To: wsanchez@apple.com 
15987              To: perlbug@perl.com 
15988              Date: Fri, 13 Nov 1998 17:11:30 -0800 
15989              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
15990      Branch: cfgperl
15991            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
15992            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
15993            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
15994            ! x2p/util.c
15995 ____________________________________________________________________________
15996 [  3107] By: gsar                                  on 1999/03/15  03:22:10
15997         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
15998              From: Daniel Yacob <dmulholl@cs.indiana.edu>
15999              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
16000              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
16001              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
16002      Branch: perl
16003            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
16004            + lib/unicode/Is/Syllable.pl
16005            + lib/unicode/MakeEthiopicSyllables.PL
16006            + lib/unicode/README.Ethiopic
16007            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
16008            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
16009            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
16010            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
16011            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
16012            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
16013            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
16014            ! lib/unicode/Name.pl lib/unicode/Number.pl
16015 ____________________________________________________________________________
16016 [  3106] By: gsar                                  on 1999/03/12  20:35:36
16017         Log: change#3067 failed package.t due to needless creation of $a and $b;
16018              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
16019      Branch: perl
16020            ! op.c
16021 ____________________________________________________________________________
16022 [  3105] By: jhi                                   on 1999/03/12  15:54:57
16023         Log: Recognize the NetBSD packages collection.
16024      Branch: maint-5.005/perl
16025            ! hints/netbsd.sh
16026 ____________________________________________________________________________
16027 [  3104] By: jhi                                   on 1999/03/12  09:07:04
16028         Log: From: pvhp@forte.com (Peter Prymmer)
16029              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
16030              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
16031              Date: Thu, 11 Mar 99 14:24:54 PST
16032              Message-Id: <9903112224.AA24346@forte.com>
16033      Branch: maint-5.005/perl
16034            ! README.os390 t/lib/posix.t
16035 ____________________________________________________________________________
16036 [  3103] By: jhi                                   on 1999/03/10  11:07:46
16037         Log: Integrate from mainperl.
16038      Branch: cfgperl
16039           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
16040           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
16041           !> t/pragma/warn/1global toke.c win32/makedef.pl
16042 ____________________________________________________________________________
16043 [  3102] By: jhi                                   on 1999/03/10  11:01:20
16044         Log: From: pvhp@forte.com (Peter Prymmer)
16045              To: perl5-porters@perl.org
16046              Subject: [5.005_03-MT6]Patch: time passes
16047              Date: Tue, 9 Mar 99 18:42:17 PST
16048              Message-Id: <9903100242.AA29057@forte.com>
16049      Branch: maint-5.005/perl
16050            ! perl.c
16051 ____________________________________________________________________________
16052 [  3101] By: jhi                                   on 1999/03/10  10:30:15
16053         Log: From: Mark-Jason Dominus <mjd@plover.com>
16054              To: perl5-porters@perl.com
16055              Subject: Minor fix to perlfunc.pod
16056              Date: Mon, 08 Mar 1999 20:05:53 -0500
16057              Message-ID: <19990309010553.13757.qmail@plover.com>
16058      Branch: maint-5.005/perl
16059            ! pod/perlfunc.pod
16060 ____________________________________________________________________________
16061 [  3100] By: gsar                                  on 1999/03/09  23:04:44
16062         Log: change#3060 had the wrong quotes
16063      Branch: perl
16064            ! pod/pod2man.PL
16065 ____________________________________________________________________________
16066 [  3099] By: jhi                                   on 1999/03/09  12:52:21
16067         Log: d_uname was broken (probably since _53), reported by
16068              
16069              From: Alan Burlison <Alan.Burlison@uk.sun.com>
16070              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
16071              cpan-testers@perl.org
16072              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
16073              Date: Mon, 08 Mar 1999 13:22:31 +0000
16074              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
16075              
16076              and
16077              
16078              From: lvirden@cas.org (Larry W. Virden)
16079              To: perlbug@perl.com
16080              Subject: configure not correctly identifying uname posix compatibility
16081              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
16082              Message-Id: <199903081136.GAA23682@cas.org>
16083      Branch: cfgperl
16084            ! Configure config_h.SH
16085 ____________________________________________________________________________
16086 [  3098] By: gsar                                  on 1999/03/09  03:16:07
16087         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
16088      Branch: perl
16089            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
16090 ____________________________________________________________________________
16091 [  3097] By: gsar                                  on 1999/03/09  02:50:43
16092         Log: use yyerror() instead of croak() so that compile-time failures in
16093              my(LIST) don't confuse globals with lexicals
16094      Branch: perl
16095            ! op.c toke.c
16096 ____________________________________________________________________________
16097 [  3096] By: gsar                                  on 1999/03/09  02:47:36
16098         Log: adjust testsuite for change#3067
16099      Branch: perl
16100            ! t/pragma/warn/1global
16101 ____________________________________________________________________________
16102 [  3095] By: gsar                                  on 1999/03/08  21:04:48
16103         Log: remove bogus symbols from global.sym
16104      Branch: perl
16105            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
16106            ! perl.h win32/makedef.pl
16107 ____________________________________________________________________________
16108 [  3094] By: jhi                                   on 1999/03/06  16:16:15
16109         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
16110              To: jhi@iki.fi
16111              Subject: Oops
16112              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
16113              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
16114      Branch: maint-5.005/perl
16115            ! README.hurd
16116 ____________________________________________________________________________
16117 [  3093] By: jhi                                   on 1999/03/06  15:59:46
16118         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
16119              To: jhi@iki.fi
16120              Subject: New Hurd README
16121              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
16122              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
16123      Branch: maint-5.005/perl
16124            ! README.hurd
16125 ____________________________________________________________________________
16126 [  3092] By: jhi                                   on 1999/03/06  12:52:06
16127         Log: From: Paul_Green@stratus.com
16128              To: perl5-porters@perl.org
16129              Cc: jhi@iki.fi, Paul_Green@stratus.com
16130              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
16131              Date: Fri, 5 Mar 1999 18:08:49 -0500 
16132              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
16133      Branch: maint-5.005/perl
16134            ! vos/config.h vos/config_h.SH_orig
16135 ____________________________________________________________________________
16136 [  3091] By: jhi                                   on 1999/03/06  12:42:21
16137         Log: From: Dan Sugalski <sugalskd@osshe.edu>
16138              To: perl5-porters@perl.org, vmsperl@perl.org
16139              Subject: [PATCH 5.005_03-MT6]VMS build patch
16140              Date: Fri, 05 Mar 1999 12:36:19 -0800
16141              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
16142      Branch: maint-5.005/perl
16143            ! vms/subconfigure.com
16144 ____________________________________________________________________________
16145 [  3090] By: gsar                                  on 1999/03/06  04:40:03
16146         Log: integrate change#3089 from mainline
16147              
16148              tolerate CRs after options
16149      Branch: maint-5.005/perl
16150           !> perl.c
16151 ____________________________________________________________________________
16152 [  3089] By: gsar                                  on 1999/03/06  04:30:40
16153         Log: tolerate CRs after options
16154      Branch: perl
16155            ! perl.c
16156 ____________________________________________________________________________
16157 [  3088] By: jhi                                   on 1999/03/05  12:49:01
16158         Log: Integrate from mainperl.
16159      Branch: cfgperl
16160           +> README.hurd
16161           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
16162 ____________________________________________________________________________
16163 [  3087] By: gsar                                  on 1999/03/05  06:41:16
16164         Log: adjust timeouts to accomodate slow/busy systems
16165      Branch: perl
16166            ! t/lib/io_sock.t
16167 ____________________________________________________________________________
16168 [  3083] By: gsar                                  on 1999/03/05  01:32:47
16169         Log: integrate change#3081 from maint-5.005
16170      Branch: perl
16171           !> ext/Errno/Errno_pm.PL
16172 ____________________________________________________________________________
16173 [  3082] By: gsar                                  on 1999/03/05  01:31:06
16174         Log: integrate change#2904 from maint-5.005
16175      Branch: perl
16176           +> README.hurd
16177           !> MANIFEST
16178 ____________________________________________________________________________
16179 [  3081] By: gsar                                  on 1999/03/05  00:14:33
16180         Log: protect against doubled backslashes
16181      Branch: maint-5.005/perl
16182            ! ext/Errno/Errno_pm.PL
16183 ____________________________________________________________________________
16184 [  3077] By: jhi                                   on 1999/03/04  08:10:13
16185         Log: Integrate from mainperl.
16186      Branch: cfgperl
16187           +> ext/B/B/Stash.pm
16188           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
16189           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
16190           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
16191           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
16192 ____________________________________________________________________________
16193 [  3076] By: jhi                                   on 1999/03/04  08:07:59
16194         Log: Regen config_h.SH once more because of *size, 
16195              noticed by
16196              
16197              From: Hans Mulder <hansm@icgned.icgroup.nl>
16198              To: Jarkko Hietaniemi <jhi@iki.fi>
16199              Cc: perl5-porters@perl.org
16200              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
16201              Date: Thu,  4 Mar 99 00:10:45 +0100
16202              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
16203      Branch: cfgperl
16204            ! Configure config_h.SH
16205 ____________________________________________________________________________
16206 [  3068] By: gsar                                  on 1999/03/04  05:48:03
16207         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
16208              Date: Thu,  4 Mar 99 00:10:45 +0100
16209              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
16210              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
16211      Branch: perl
16212            ! config_h.SH
16213 ____________________________________________________________________________
16214 [  3067] By: gsar                                  on 1999/03/04  05:44:32
16215         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
16216              From: Graham Barr <gbarr@ti.com>
16217              Date: Wed, 3 Mar 1999 17:23:56 -0600
16218              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
16219              Subject: Re: 'use strict' doesn't work for one-letter variables
16220      Branch: perl
16221            ! gv.c op.c
16222 ____________________________________________________________________________
16223 [  3066] By: gsar                                  on 1999/03/04  05:20:50
16224         Log: updates to compiler modules
16225              From: "Vishal Bhatia" <vishalb@hotmail.com>
16226              Date: Tue, 02 Mar 1999 23:27:25 PST
16227              Message-ID: <19990303072725.779.qmail@hotmail.com>
16228              Subject: PATCH 5.005_56 + Test procedure
16229      Branch: perl
16230            + ext/B/B/Stash.pm
16231            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
16232            ! lib/Test/Harness.pm utils/perlcc.PL
16233 ____________________________________________________________________________
16234 [  3065] By: gsar                                  on 1999/03/04  05:03:30
16235         Log: more s/s_/s!/ etc.
16236      Branch: perl
16237            ! pod/perldelta.pod pod/perlfunc.pod
16238 ____________________________________________________________________________
16239 [  3064] By: gsar                                  on 1999/03/04  04:50:45
16240         Log: integrate cfgperl contents into mainline
16241      Branch: perl
16242           !> Configure README.vms bytecode.h config_h.SH configure.com
16243           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
16244           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
16245           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
16246 ____________________________________________________________________________
16247 [  3063] By: gsar                                  on 1999/03/04  04:44:13
16248         Log: HP-UX has yet another spelling for /NaNQ?/
16249      Branch: perl
16250            ! t/lib/bigfloatpm.t
16251 ____________________________________________________________________________
16252 [  3062] By: gsar                                  on 1999/03/04  04:36:08
16253         Log: error-check for accept() test
16254      Branch: perl
16255            ! t/lib/io_sock.t
16256 ____________________________________________________________________________
16257 [  3061] By: gsar                                  on 1999/03/04  03:40:25
16258         Log: allow custom comparison function in File::Compare::compare_text()
16259              From: jan.dubois@ibm.net (Jan Dubois)
16260              Date: Fri, 26 Feb 1999 21:56:09 +0100
16261              Message-ID: <36db0838.8805651@smtp1.ibm.net>
16262              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
16263      Branch: perl
16264            ! lib/File/Compare.pm
16265 ____________________________________________________________________________
16266 [  3060] By: gsar                                  on 1999/03/04  03:37:38
16267         Log: better version of change#3038
16268              From: abigail@fnx.com
16269              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
16270              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
16271              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
16272      Branch: perl
16273            ! pod/pod2man.PL
16274 ____________________________________________________________________________
16275 [  3058] By: jhi                                   on 1999/03/03  22:30:40
16276         Log: Configure regen to
16277              (1) match maint-5.005 patches #3056 and #3057
16278              (2) better version of PHOSTNAME of #3050
16279              (3) the crosscompile/multiarch config_h.SH trouble solved for now
16280      Branch: cfgperl
16281            ! Configure config_h.SH
16282 ____________________________________________________________________________
16283 [  3054] By: jhi                                   on 1999/03/03  09:57:59
16284         Log: Change #3053 missed perldelta.
16285      Branch: cfgperl
16286            ! pod/perldelta.pod
16287 ____________________________________________________________________________
16288 [  3053] By: jhi                                   on 1999/03/03  08:29:43
16289         Log: Use '!' to mark native integer packings instead of '_'.
16290      Branch: cfgperl
16291            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
16292 ____________________________________________________________________________
16293 [  3052] By: jhi                                   on 1999/03/02  23:12:36
16294         Log: The HP-UX threads patch (change #3028) is needed also here.
16295      Branch: cfgperl
16296            ! hints/hpux.sh thread.h
16297 ____________________________________________________________________________
16298 [  3051] By: jhi                                   on 1999/03/02  08:24:52
16299         Log: From: Dan Sugalski <sugalskd@osshe.edu>
16300              To: perl5-porters@perl.org, vmsperl@perl.org
16301              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
16302              Date: Mon, 01 Mar 1999 16:10:57 -0800
16303              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
16304      Branch: cfgperl
16305            ! README.vms
16306      Branch: maint-5.005/perl
16307            ! README.vms
16308 ____________________________________________________________________________
16309 [  3050] By: jhi                                   on 1999/03/02  08:22:29
16310         Log: From: Dan Sugalski <sugalskd@osshe.edu>
16311              To: perl5-porters@perl.org, vmsperl@perl.org
16312              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
16313              Date: Mon, 01 Mar 1999 16:06:29 -0800
16314              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
16315              
16316              From: Dan Sugalski <sugalskd@osshe.edu>
16317              To: perl5-porters@perl.org, vmsperl@perl.org
16318              Subject: [PATCH 5.005_56]vmsish.pm patch
16319              Date: Mon, 01 Mar 1999 20:19:04 -0800
16320              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
16321              
16322              plus Configure regen containing a "solution" to the
16323              crosscompile/multiarch problem.
16324      Branch: cfgperl
16325            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
16326            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
16327 ____________________________________________________________________________
16328 [  3049] By: jhi                                   on 1999/03/02  07:34:21
16329         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
16330              To: perl5-porters@perl.org
16331              Subject: [PATCH] Eliminate (valid) warning in byterun.c
16332              Date: Mon, 01 Mar 1999 17:27:59 -0500
16333              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
16334      Branch: cfgperl
16335            ! bytecode.h
16336      Branch: maint-5.005/perl
16337            ! bytecode.h
16338 ____________________________________________________________________________
16339 [  3048] By: gsar                                  on 1999/03/02  06:41:21
16340         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
16341      Branch: perl
16342            ! MANIFEST README.hpux
16343 ____________________________________________________________________________
16344 [  3047] By: jhi                                   on 1999/03/01  06:34:43
16345         Log: Integrate from mainperl.
16346      Branch: cfgperl
16347           +> README.hpux lib/File/Spec/Functions.pm
16348           !> (integrate 28 files)
16349 ____________________________________________________________________________
16350 [  3046] By: gsar                                  on 1999/03/01  05:34:28
16351         Log: this is 5.005_56
16352      Branch: perl
16353            ! Changes
16354
16355 ----------------
16356 Version 5.005_56
16357 ----------------
16358
16359 ____________________________________________________________________________
16360 [  3045] By: gsar                                  on 1999/03/01  03:32:30
16361         Log: destroy PL_svref_mutex in perl_destruct()
16362      Branch: perl
16363            ! perl.c
16364 ____________________________________________________________________________
16365 [  3044] By: gsar                                  on 1999/03/01  00:38:50
16366         Log: up patchlevel &c.
16367      Branch: perl
16368            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
16369            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16370            ! win32/makefile.mk
16371 ____________________________________________________________________________
16372 [  3043] By: gsar                                  on 1999/03/01  00:14:15
16373         Log: integrate cfgperl contents into mainline
16374      Branch: perl
16375            ! pod/perldelta.pod
16376           !> Configure config_h.SH
16377 ____________________________________________________________________________
16378 [  3042] By: gsar                                  on 1999/02/28  23:55:08
16379         Log: slightly edited version of suggested patch
16380              From: jan.dubois@ibm.net (Jan Dubois)
16381              Date: Mon, 01 Mar 1999 00:32:05 +0100
16382              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
16383              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
16384      Branch: perl
16385            + lib/File/Spec/Functions.pm
16386            ! MANIFEST lib/File/Spec.pm
16387 ____________________________________________________________________________
16388 [  3041] By: gsar                                  on 1999/02/28  22:47:19
16389         Log: fix subtle bug in eval'' testsuite
16390      Branch: perl
16391            ! t/op/eval.t
16392 ____________________________________________________________________________
16393 [  3040] By: gsar                                  on 1999/02/28  22:46:24
16394         Log: avoid literal control characters in change#3039
16395      Branch: perl
16396            ! t/base/lex.t
16397 ____________________________________________________________________________
16398 [  3039] By: gsar                                  on 1999/02/28  21:47:18
16399         Log: todo item: permit extended control variables a la ${^Foo} (patch
16400              courtesy Mark-Jason Dominus <mjd@plover.com>)
16401      Branch: perl
16402            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
16403            ! t/base/lex.t toke.c
16404 ____________________________________________________________________________
16405 [  3038] By: gsar                                  on 1999/02/28  21:21:05
16406         Log: From: abigail@fnx.com
16407              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
16408              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
16409              Subject: Recognize -> and => inside [A-Z]<> sequences.
16410      Branch: perl
16411            ! pod/pod2man.PL
16412 ____________________________________________________________________________
16413 [  3037] By: gsar                                  on 1999/02/28  21:12:22
16414         Log: fix longstanding bug: searches for lexicals originating within eval''
16415              weren't stopping at the subroutine boundary correctly
16416      Branch: perl
16417            ! op.c proto.h t/op/eval.t
16418 ____________________________________________________________________________
16419 [  3036] By: gsar                                  on 1999/02/28  20:02:29
16420         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
16421              as stacked list values
16422              From: jan.dubois@ibm.net (Jan Dubois)
16423              Date: Sat, 27 Feb 1999 18:24:17 +0100
16424              Message-ID: <36e22849.36531259@smtp1.ibm.net>
16425              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
16426      Branch: perl
16427            ! win32/win32.c
16428 ____________________________________________________________________________
16429 [  3035] By: gsar                                  on 1999/02/28  19:48:54
16430         Log: remove superfluous stack_sp decl
16431      Branch: perl
16432            ! jpl/JNI/JNI.xs
16433 ____________________________________________________________________________
16434 [  3034] By: gsar                                  on 1999/02/28  19:34:58
16435         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
16436      Branch: perl
16437            ! lib/Getopt/Std.pm
16438 ____________________________________________________________________________
16439 [  3033] By: gsar                                  on 1999/02/28  19:23:41
16440         Log: add File::Compare::compare_text()
16441              From: jan.dubois@ibm.net (Jan Dubois)
16442              Date: Fri, 26 Feb 1999 00:20:41 +0100
16443              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
16444              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
16445      Branch: perl
16446            ! lib/File/Compare.pm pod/perltodo.pod
16447 ____________________________________________________________________________
16448 [  3032] By: gsar                                  on 1999/02/28  19:01:33
16449         Log: add README.hpux
16450      Branch: perl
16451            + README.hpux
16452            ! MAINTAIN MANIFEST
16453 ____________________________________________________________________________
16454 [  3031] By: gsar                                  on 1999/02/28  18:49:08
16455         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
16456              James Cromie <jcromie@fossil.uswc.uswest.com>
16457      Branch: perl
16458            ! lib/Pod/Html.pm
16459 ____________________________________________________________________________
16460 [  3030] By: gsar                                  on 1999/02/28  18:35:09
16461         Log: From: jan.dubois@ibm.net (Jan Dubois)
16462              Date: Wed, 24 Feb 1999 22:34:56 +0100
16463              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
16464              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
16465      Branch: perl
16466            ! lib/Test/Harness.pm
16467 ____________________________________________________________________________
16468 [  3029] By: gsar                                  on 1999/02/28  18:28:18
16469         Log: add note about env pollution
16470      Branch: perl
16471            ! INSTALL pod/perltodo.pod
16472 ____________________________________________________________________________
16473 [  3028] By: jhi                                   on 1999/02/26  14:40:00
16474         Log: HP-UX 11 threads.
16475              
16476              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
16477              To: perl5-porters@perl.org
16478              Cc: jhi@cc.hut.fi
16479              Subject: Maint 5 and _54 with threading on HP-UX 11.00
16480              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
16481              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
16482              
16483              NOTE from jhi: the hpux hints could still be more robust by
16484              disabling gdbm when necessary.
16485              
16486              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
16487              linking -lgdbm -lpthread creates an executable that instantly
16488              core dumps on a pthreads internal panic:
16489              
16490              ./gdpt
16491              
16492              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
16493              Return Pointer is 0xc082bf33
16494              17639 quit (core dumped)  ./gdpt
16495              
16496              You don't have to *use* either gdbm or pthreads in the executable,
16497              just linking them together is enough.  Workaround is to recompile
16498              the GDBM under HP-UX 11, that makes the problem go away.
16499      Branch: maint-5.005/perl
16500            ! hints/hpux.sh thread.h
16501 ____________________________________________________________________________
16502 [  3025] By: jhi                                   on 1999/02/25  20:41:07
16503         Log: Temporary workaround for the config_h.SH versus
16504              crosscompile and multiarch plus introduce 'rt'
16505              to $libswanted: in UNIX98 sched_yield() lives there.
16506      Branch: cfgperl
16507            ! Configure config_h.SH
16508 ____________________________________________________________________________
16509 [  3024] By: jhi                                   on 1999/02/24  12:54:59
16510         Log: Integrate from mainperl.
16511      Branch: cfgperl
16512           +> t/lib/fatal.t
16513           !> (integrate 44 files)
16514 ____________________________________________________________________________
16515 [  3023] By: gsar                                  on 1999/02/24  07:02:12
16516         Log: integrate cfgperl contents
16517      Branch: perl
16518           !> (integrate 30 files)
16519 ____________________________________________________________________________
16520 [  3022] By: gsar                                  on 1999/02/24  05:59:47
16521         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
16522              Date: 23 Feb 1999 17:53:22 -0700
16523              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
16524              Subject: [PATCH: _55] perldoc -q broken
16525      Branch: perl
16526            ! utils/perldoc.PL
16527 ____________________________________________________________________________
16528 [  3021] By: gsar                                  on 1999/02/24  05:51:53
16529         Log: ansify perlio.c, fix PerlIO-ish typos
16530      Branch: perl
16531            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
16532            ! iperlsys.h perlio.c
16533 ____________________________________________________________________________
16534 [  3020] By: gsar                                  on 1999/02/24  05:28:06
16535         Log: adjust a Perl_malloc() flag for NeXT
16536              From: Hans Mulder <hansm@icgned.icgroup.nl>
16537              Date: Tue, 23 Feb 99 00:26:25 +0100
16538              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
16539              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
16540      Branch: perl
16541            ! perl.h
16542 ____________________________________________________________________________
16543 [  3019] By: gsar                                  on 1999/02/24  05:19:42
16544         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
16545      Branch: perl
16546            ! pod/perltodo.pod
16547 ____________________________________________________________________________
16548 [  3018] By: gsar                                  on 1999/02/24  04:15:18
16549         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
16550              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
16551              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
16552              Subject: improved error message [PATCH _55] [RESEND]
16553      Branch: perl
16554            ! sv.c
16555 ____________________________________________________________________________
16556 [  3017] By: gsar                                  on 1999/02/24  03:50:34
16557         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
16558              Date: Sun, 21 Feb 1999 20:02:18 -0700
16559              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
16560              Subject: perlfunc updates (against 55)
16561      Branch: perl
16562            ! pod/perlfunc.pod
16563 ____________________________________________________________________________
16564 [  3016] By: gsar                                  on 1999/02/24  03:17:05
16565         Log: testsuite adjustments
16566              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16567              Date: Sat, 20 Feb 1999 15:24:57 +0000
16568              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
16569              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
16570      Branch: perl
16571            ! t/lib/io_sock.t t/op/lex_assign.t
16572 ____________________________________________________________________________
16573 [  3015] By: gsar                                  on 1999/02/24  02:54:47
16574         Log: avoid modifying readonly values from qw()
16575      Branch: perl
16576            ! lib/ExtUtils/MM_Unix.pm
16577 ____________________________________________________________________________
16578 [  3014] By: gsar                                  on 1999/02/24  02:49:04
16579         Log: more "correct" utbuf for utime()
16580      Branch: perl
16581            ! doio.c
16582 ____________________________________________________________________________
16583 [  3013] By: jhi                                   on 1999/02/22  19:27:44
16584         Log: Fix MacPerl version, change PowerUX to PowerMAX.
16585              
16586              From: Chris Nandor <pudge@pobox.com>
16587              To: jhi@iki.fi
16588              Cc: perl5-porters@perl.org
16589              Subject: Re: perl current availability as documented by perl.pod
16590              Date: Sun, 21 Feb 1999 11:06:03 -0500
16591              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
16592              
16593              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
16594              To: jhi@iki.fi
16595              Cc: perl5-porters@perl.org
16596              Subject: Re: perl current availability as documented by perl.pod
16597              Date: Mon, 22 Feb 1999 13:08:30 GMT
16598              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
16599      Branch: cfgperl
16600            ! pod/perl.pod
16601      Branch: maint-5.005/perl
16602            ! pod/perl.pod
16603 ____________________________________________________________________________
16604 [  3012] By: jhi                                   on 1999/02/22  10:26:11
16605         Log: Snapshot the cross-compilation/multiarchitecture stuff
16606              (currently broken in next)
16607      Branch: cfgperl
16608            ! Configure config_h.SH pp.c
16609 ____________________________________________________________________________
16610 [  3011] By: jhi                                   on 1999/02/22  10:24:51
16611         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
16612              To: gsar@activestate.com (Gurusamy Sarathy)
16613              Cc: perl5-porters@perl.org (Perl5 Porters)
16614              Subject: [PATCH 5.005_55] DB_File 1.64 patch
16615              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
16616              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
16617      Branch: cfgperl
16618            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
16619            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
16620 ____________________________________________________________________________
16621 [  3009] By: jhi                                   on 1999/02/22  09:14:26
16622         Log: Scratch #3008 and introduce $crosscompile and $multiarch
16623              also in non-Configure lands.
16624      Branch: cfgperl
16625            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
16626            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
16627            ! win32/config.gc win32/config.vc win32/config_H.bc
16628            ! win32/config_H.gc win32/config_H.vc
16629 ____________________________________________________________________________
16630 [  3008] By: jhi                                   on 1999/02/22  08:58:04
16631         Log: Add -DMULTIARCH (see change #3006).
16632      Branch: cfgperl
16633            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
16634 ____________________________________________________________________________
16635 [  3007] By: jhi                                   on 1999/02/22  08:54:06
16636         Log: Undo the references to local{lib,arch} introduced by #3006.
16637      Branch: cfgperl
16638            ! Configure config_h.SH
16639 ____________________________________________________________________________
16640 [  3006] By: jhi                                   on 1999/02/22  08:43:50
16641         Log: From: hansm@icgned.icgroup.nl
16642              To: perlbug@perl.com
16643              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
16644              Date: Sun, 21 Feb 1999 22:58:55 +0100
16645              Reply-To: hansmu@xs4all.nl
16646              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
16647              
16648              plus other Configure changes: prepare for cross-compilation/
16649              multiarchitecture builds.
16650      Branch: cfgperl
16651            ! Configure config_h.SH
16652 ____________________________________________________________________________
16653 [  3005] By: jhi                                   on 1999/02/22  08:35:30
16654         Log: Configure/Perl knew how to look for use Mach cthreads
16655              but Configure didn't let them to be used ($osname 'next').
16656      Branch: cfgperl
16657            ! Configure config_h.SH
16658      Branch: maint-5.005/perl
16659            ! Configure
16660 ____________________________________________________________________________
16661 [  3004] By: jhi                                   on 1999/02/21  15:46:02
16662         Log: Update Acorn AVAILABILITY.
16663      Branch: cfgperl
16664            ! pod/perl.pod
16665      Branch: maint-5.005/perl
16666            ! pod/perl.pod
16667 ____________________________________________________________________________
16668 [  3003] By: jhi                                   on 1999/02/21  14:50:42
16669         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
16670              To: perl5-porters@perl.org (Perl 5 Porters)
16671              Subject: PATCH: perlref.pod - symbolic ref example
16672              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
16673              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
16674      Branch: cfgperl
16675            ! pod/perlref.pod
16676      Branch: maint-5.005/perl
16677            ! pod/perlref.pod
16678 ____________________________________________________________________________
16679 [  3002] By: jhi                                   on 1999/02/21  14:35:22
16680         Log: Sync cfgperl with maint-5.005 change #3000.
16681      Branch: cfgperl
16682            ! pod/perlfunc.pod t/op/pack.t
16683 ____________________________________________________________________________
16684 [  2999] By: gsar                                  on 1999/02/20  22:48:30
16685         Log: From:    John Bley <jbb6@acpub.duke.edu>
16686              Date:    Sat, 20 Feb 1999 16:02:34 EST
16687              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
16688              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
16689      Branch: perl
16690            ! regcomp.c
16691 ____________________________________________________________________________
16692 [  2998] By: jhi                                   on 1999/02/20  14:13:06
16693         Log: Enhanced the endianness description.
16694      Branch: cfgperl
16695            ! pod/perlfunc.pod
16696 ____________________________________________________________________________
16697 [  2996] By: jhi                                   on 1999/02/20  13:55:41
16698         Log: Glossary now mostly fixed.
16699      Branch: cfgperl
16700            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16701            ! config_h.SH
16702 ____________________________________________________________________________
16703 [  2994] By: jhi                                   on 1999/02/20  11:58:33
16704         Log: Perldeltify GNU/Hurd.
16705      Branch: cfgperl
16706            ! pod/perldelta.pod
16707 ____________________________________________________________________________
16708 [  2993] By: gsar                                  on 1999/02/20  00:59:10
16709         Log: fix typo in Perl_sbrk()
16710              From: hansm@icgned.icgroup.nl
16711              Date: Fri, 19 Feb 1999 23:19:31 +0100
16712              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
16713              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
16714      Branch: perl
16715            ! malloc.c
16716 ____________________________________________________________________________
16717 [  2992] By: gsar                                  on 1999/02/20  00:51:08
16718         Log: integrate change#2980 from maint-5.005
16719      Branch: perl
16720           !> utils/h2xs.PL
16721 ____________________________________________________________________________
16722 [  2991] By: gsar                                  on 1999/02/20  00:34:01
16723         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16724              Date: Thu, 18 Feb 1999 18:51:38 +0000
16725              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
16726              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
16727      Branch: perl
16728            ! pp_hot.c t/op/pat.t
16729 ____________________________________________________________________________
16730 [  2990] By: gsar                                  on 1999/02/20  00:30:48
16731         Log: From: jan.dubois@ibm.net (Jan Dubois)
16732              Date: Thu, 18 Feb 1999 19:14:07 +0100
16733              Message-ID: <36d15809.40853323@smtp1.ibm.net>
16734              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
16735      Branch: perl
16736            ! win32/win32.c
16737 ____________________________________________________________________________
16738 [  2989] By: gsar                                  on 1999/02/20  00:27:01
16739         Log: do poll() emulation unless HAS_POLL && I_POLL
16740      Branch: perl
16741            ! ext/IO/poll.h
16742 ____________________________________________________________________________
16743 [  2988] By: gsar                                  on 1999/02/19  23:52:12
16744         Log: tweak RE for NaNQ? recognition
16745      Branch: perl
16746            ! t/lib/bigfloatpm.t
16747 ____________________________________________________________________________
16748 [  2987] By: gsar                                  on 1999/02/19  23:29:59
16749         Log: mention C<use utf8> and C<use warning> in perldelta
16750      Branch: perl
16751            ! pod/perldelta.pod
16752 ____________________________________________________________________________
16753 [  2985] By: jhi                                   on 1999/02/19  20:43:19
16754         Log: pack/unpack better in (network-)short-non-16-bits and
16755              (network-)long-non-32-bits systems such as Cray C90.
16756      Branch: cfgperl
16757            ! perl.h pp.c t/op/pack.t
16758 ____________________________________________________________________________
16759 [  2984] By: jhi                                   on 1999/02/19  20:38:54
16760         Log: Regen Configure.
16761      Branch: cfgperl
16762            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16763            ! perl.c
16764 ____________________________________________________________________________
16765 [  2982] By: jhi                                   on 1999/02/19  19:51:49
16766         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
16767              not probed for and         
16768              
16769              From: "Kurt D. Starsinic" <kstar@chapin.edu>
16770              To: Chaim Frenkel <chaimf@pobox.com>,
16771              Russ Allbery <rra@stanford.edu>,
16772              Jarkko Hietaniemi <jhi@iki.fi>,
16773              Gurusamy Sarathy <gsar@activestate.com>,
16774              Graham Barr <gbarr@pobox.com>
16775              Cc: bdensch@ameritech.net, perlbug@perl.com
16776              Subject: [PATCH] Re: Solaris 7 for Intel
16777              Message-ID: <19990219124404.A30182@O2.chapin.edu>
16778              
16779              Glossary is still missing some terms because
16780              mkglossary is misbehaving (change #2981 updated
16781              Glossary manually)
16782      Branch: cfgperl
16783            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
16784            ! Porting/config_H
16785 ____________________________________________________________________________
16786 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
16787         Log: Make result of h2xs work when user adds C<use strict>
16788      Branch: maint-5.005/perl
16789            ! utils/h2xs.PL
16790 ____________________________________________________________________________
16791 [  2979] By: gsar                                  on 1999/02/19  05:24:29
16792         Log: doc for change#2978
16793      Branch: perl
16794            ! pod/perlsub.pod
16795 ____________________________________________________________________________
16796 [  2978] By: gsar                                  on 1999/02/19  05:08:29
16797         Log: bring '*' prototype closer to how it behaves internally
16798      Branch: perl
16799            + t/lib/fatal.t
16800            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
16801 ____________________________________________________________________________
16802 [  2977] By: gsar                                  on 1999/02/19  02:50:31
16803         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
16804      Branch: perl
16805            ! perly.h
16806 ____________________________________________________________________________
16807 [  2975] By: gsar                                  on 1999/02/18  21:41:57
16808         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
16809              of lexical searches in BEGIN|INIT|END)
16810      Branch: perl
16811            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
16812            ! vms/perly_c.vms
16813 ____________________________________________________________________________
16814 [  2974] By: gsar                                  on 1999/02/18  21:03:06
16815         Log: missing PERL_POLLUTE_MALLOC
16816      Branch: perl
16817            ! ext/SDBM_File/sdbm/sdbm.h
16818 ____________________________________________________________________________
16819 [  2973] By: gsar                                  on 1999/02/18  17:10:49
16820         Log: From:    Andy Dougherty <doughera@lafayette.edu>
16821              Date:    Wed, 17 Feb 1999 17:22:50 EST
16822              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
16823              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
16824      Branch: perl
16825            ! lib/dotsh.pl
16826 ____________________________________________________________________________
16827 [  2972] By: gsar                                  on 1999/02/18  17:04:12
16828         Log: s/#defined/#define/
16829      Branch: perl
16830            ! ext/Data/Dumper/Dumper.xs
16831 ____________________________________________________________________________
16832 [  2970] By: gsar                                  on 1999/02/18  03:26:43
16833         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
16834      Branch: perl
16835            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
16836            ! ext/GDBM_File/typemap
16837 ____________________________________________________________________________
16838 [  2969] By: gsar                                  on 1999/02/17  23:30:47
16839         Log: correct slurp mode doc
16840      Branch: perl
16841            ! pod/perlfunc.pod pod/perlop.pod
16842 ____________________________________________________________________________
16843 [  2968] By: jhi                                   on 1999/02/17  23:15:49
16844         Log: Ultrix hints update.
16845              
16846              From: Spider Boardman <spider@zk3.dec.com>
16847              To: perlbug@perl.com
16848              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
16849              Date: Tue, 16 Feb 1999 23:04:28 -0500
16850              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
16851      Branch: cfgperl
16852            ! hints/ultrix_4.sh
16853 ____________________________________________________________________________
16854 [  2966] By: jhi                                   on 1999/02/17  23:09:21
16855         Log: Change #2965 wiped out some Sarathy's _55 changes.
16856              Now unwiped.
16857      Branch: cfgperl
16858            ! Configure pp.c t/op/pack.t
16859 ____________________________________________________________________________
16860 [  2965] By: jhi                                   on 1999/02/17  23:00:04
16861         Log: Configure tweaks.
16862              
16863              Fix the Unixware/SCO uname scan:
16864              
16865              From: Tom Hughes <thh@cyberscience.com>
16866              To: perlbug@perl.com
16867              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
16868              Date: 17 Feb 1999 15:34:15 +0000    
16869              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
16870              
16871              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
16872              
16873              From: Joe Buehler <jhpb@hekimian.com>
16874              To: perl5-porters@perl.org
16875              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
16876              Date: 12 Feb 1999 11:25:21 -0500
16877              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
16878              
16879              Make the pthreads joinable constant scan to output to fd 4, not 2.
16880      Branch: cfgperl
16881            ! Configure
16882 ____________________________________________________________________________
16883 [  2964] By: gsar                                  on 1999/02/17  21:30:07
16884         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
16885              Date: Wed, 17 Feb 1999 06:53:13 -0700
16886              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
16887              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
16888      Branch: perl
16889            ! lib/Pod/Functions.pm
16890 ____________________________________________________________________________
16891 [  2963] By: gsar                                  on 1999/02/17  21:18:21
16892         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
16893              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16894              Date: Wed, 17 Feb 1999 10:06:01 +0000
16895              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
16896              Subject: Re: [5.005_53] panic: pad_free curpad 
16897      Branch: perl
16898            ! regcomp.c regexec.c t/op/misc.t
16899 ____________________________________________________________________________
16900 [  2962] By: gsar                                  on 1999/02/16  21:26:28
16901         Log: NaNQ? tweak
16902      Branch: perl
16903            ! t/lib/bigfloatpm.t
16904 ____________________________________________________________________________
16905 [  2961] By: jhi                                   on 1999/02/16  19:26:38
16906         Log: Integrate from mainperl.
16907      Branch: cfgperl
16908           !> (integrate 37 files)
16909 ____________________________________________________________________________
16910 [  2960] By: gsar                                  on 1999/02/16  18:04:29
16911         Log: undo change#2465 (qw[] is a real list now)
16912      Branch: perl
16913            ! pod/perlop.pod
16914 ____________________________________________________________________________
16915 [  2959] By: gsar                                  on 1999/02/16  07:09:33
16916         Log: this was 5.005_55
16917      Branch: perl
16918            ! Changes
16919
16920 ----------------
16921 Version 5.005_55
16922 ----------------
16923
16924 ____________________________________________________________________________
16925 [  2958] By: gsar                                  on 1999/02/16  06:18:27
16926         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
16927              elide dups and non-dependents from Changes
16928      Branch: perl
16929            ! Changes pod/perlhist.pod
16930           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
16931           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
16932           !> pod/perlport.pod pp.c t/op/pack.t
16933 ____________________________________________________________________________
16934 [  2957] By: gsar                                  on 1999/02/16  04:09:47
16935         Log: propagate PERL_VERSION everywhere, add to pod
16936      Branch: perl
16937            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
16938            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
16939            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
16940            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
16941            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
16942            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
16943            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
16944            ! win32/config.gc win32/config.vc win32/config_sh.PL
16945            ! win32/win32.c x2p/a2py.c
16946 ____________________________________________________________________________
16947 [  2955] By: jhi                                   on 1999/02/15  16:15:03
16948         Log: The pack tests now better in C90 (after the packnative patches).
16949      Branch: cfgperl
16950            ! t/op/pack.t
16951 ____________________________________________________________________________
16952 [  2954] By: gsar                                  on 1999/02/15  14:11:50
16953         Log: tweak Configure to follow new PERL_VERSION etc.
16954      Branch: perl
16955            ! Configure patchlevel.h pod/perlhist.pod
16956 ____________________________________________________________________________
16957 [  2953] By: jhi                                   on 1999/02/15  14:02:21
16958         Log: Integrate from mainperl.
16959      Branch: cfgperl
16960           !> MANIFEST Porting/makerel
16961 ____________________________________________________________________________
16962 [  2952] By: jhi                                   on 1999/02/15  13:50:07
16963         Log: Enhance the packnative patch: use the packnative code
16964              only if required.  Also added hefty testing (hopefully
16965              I didn't assume too much...).  Tested on alpha, ix86, sparc.
16966      Branch: cfgperl
16967            ! pod/perlfunc.pod pp.c t/op/pack.t
16968 ____________________________________________________________________________
16969 [  2951] By: jhi                                   on 1999/02/15  13:46:56
16970         Log: AVAILABILITY from 5.005_03-tobe, will of course
16971              require updating when 5.006 comes out.
16972      Branch: cfgperl
16973            ! pod/perl.pod
16974 ____________________________________________________________________________
16975 [  2949] By: gsar                                  on 1999/02/15  13:28:51
16976         Log: will this be it for 5.005_55?
16977      Branch: perl
16978            ! MANIFEST Porting/makerel
16979 ____________________________________________________________________________
16980 [  2948] By: jhi                                   on 1999/02/15  13:23:52
16981         Log: Integrate from mainperl.
16982      Branch: cfgperl
16983           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
16984           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
16985           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
16986           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
16987           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
16988           !> win32/config.gc win32/config.vc win32/config_H.bc
16989           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
16990 ____________________________________________________________________________
16991 [  2947] By: jhi                                   on 1999/02/15  13:20:41
16992         Log: perlport.pod 1.39 from Chris.
16993      Branch: cfgperl
16994            ! pod/perlport.pod
16995 ____________________________________________________________________________
16996 [  2946] By: jhi                                   on 1999/02/15  13:09:58
16997         Log: Import Ultrix update, change #2864, 
16998              
16999              From: Spider Boardman <spider@zk3.dec.com>
17000              To: perlbug@perl.com
17001              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
17002              Date: Wed, 10 Feb 1999 23:33:31 -0500
17003              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
17004      Branch: cfgperl
17005            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
17006 ____________________________________________________________________________
17007 [  2945] By: jhi                                   on 1999/02/15  13:04:50
17008         Log: OpenBSD sparc SHMLBA.
17009      Branch: cfgperl
17010            ! ext/IPC/SysV/SysV.xs
17011 ____________________________________________________________________________
17012 [  2944] By: gsar                                  on 1999/02/15  12:09:52
17013         Log: update win32/config* stuff, Changes
17014      Branch: perl
17015            ! Changes win32/Makefile win32/config.bc win32/config.gc
17016            ! win32/config.vc win32/config_H.bc win32/config_H.gc
17017            ! win32/config_H.vc win32/makefile.mk
17018 ____________________________________________________________________________
17019 [  2943] By: gsar                                  on 1999/02/15  11:54:08
17020         Log: #include patchlevel.h by default, provide
17021              PERL_{REVISION,VERSION,SUBVERSION}
17022      Branch: perl
17023            ! patchlevel.h perl.h
17024 ____________________________________________________________________________
17025 [  2942] By: gsar                                  on 1999/02/15  10:26:59
17026         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
17027              misc fixes
17028      Branch: perl
17029            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
17030 ____________________________________________________________________________
17031 [  2941] By: gsar                                  on 1999/02/15  10:24:37
17032         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
17033              Message-ID: <19990207002851.B9185@toldyouso.com>
17034              Message-ID: <19990207212152.A9765@toldyouso.com>
17035              Message-ID: <19990207212041.A9622@toldyouso.com>
17036              Message-ID: <19990207213127.A10244@toldyouso.com>
17037              Message-ID: <19990207212559.A9950@toldyouso.com>
17038              Message-ID: <19990207212842.A9994@toldyouso.com>
17039              Message-ID: <19990207212500.A9860@toldyouso.com>
17040              Message-ID: <19990207213013.A10105@toldyouso.com>
17041      Branch: perl
17042            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
17043            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
17044            ! pod/perlmodlib.pod pod/perltoc.pod
17045 ____________________________________________________________________________
17046 [  2940] By: gsar                                  on 1999/02/15  10:07:08
17047         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
17048              of suggested patch)
17049              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
17050              Date: Mon, 08 Feb 1999 01:14:41 -0000
17051              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
17052              Subject: [PATCH 5.005_54] some pending C.pm stuff 
17053      Branch: perl
17054            ! ext/B/B/C.pm
17055 ____________________________________________________________________________
17056 [  2939] By: jhi                                   on 1999/02/15  08:40:18
17057         Log: Integrate from mainperl.
17058      Branch: cfgperl
17059           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
17060            - lib/File/PathConvert.pm
17061           !> (integrate 81 files)
17062 ____________________________________________________________________________
17063 [  2938] By: gsar                                  on 1999/02/15  06:56:39
17064         Log: change#2839 was bogus, redo
17065      Branch: perl
17066           !> t/lib/h2ph.pht
17067 ____________________________________________________________________________
17068 [  2937] By: gsar                                  on 1999/02/15  06:38:15
17069         Log: support Win32::GetFullPathName() and Win32::SetLastError()
17070              From: jan.dubois@ibm.net (Jan Dubois)
17071              Date: Tue, 09 Feb 1999 22:27:31 +0100
17072              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
17073              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
17074      Branch: perl
17075            ! win32/win32.c
17076 ____________________________________________________________________________
17077 [  2936] By: gsar                                  on 1999/02/15  06:26:39
17078         Log: support native integers, pack("L_",...) etc. (via private mail)
17079              From: Jarkko Hietaniemi <jhi@iki.fi>
17080              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
17081              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
17082              Subject: the "packnative" patch
17083      Branch: perl
17084            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
17085            ! t/lib/ipc_sysv.t t/op/pack.t
17086 ____________________________________________________________________________
17087 [  2935] By: gsar                                  on 1999/02/15  06:04:02
17088         Log: From: Michael G Schwern <schwern@pobox.com>
17089              Date: Tue, 9 Feb 1999 04:13:12 -0500
17090              Message-ID: <19990209041312.A15788@toldyouso.com>
17091              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
17092      Branch: perl
17093            ! utils/h2xs.PL
17094 ____________________________________________________________________________
17095 [  2934] By: gsar                                  on 1999/02/15  05:30:13
17096         Log: fix bugs in the handling of negative numbers, among other things
17097              From: Steven Knight <knight@theopera.baldmt.citilink.com>
17098              Date: Mon, 8 Feb 1999 01:16:24 -0600
17099              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
17100              Subject: Math::BigFloat and Math::BigInt
17101      Branch: perl
17102            + t/lib/bigfloat.t t/lib/bigfloatpm.t
17103            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
17104            ! t/lib/bigintpm.t
17105 ____________________________________________________________________________
17106 [  2933] By: gsar                                  on 1999/02/15  04:57:52
17107         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
17108              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
17109              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
17110              Subject: s2p incorrectly handles hold space commands
17111      Branch: perl
17112            ! x2p/s2p.PL
17113 ____________________________________________________________________________
17114 [  2932] By: gsar                                  on 1999/02/15  04:45:55
17115         Log: clarify what a "line" is
17116      Branch: perl
17117            ! pod/perlfunc.pod pod/perlvar.pod
17118 ____________________________________________________________________________
17119 [  2931] By: gsar                                  on 1999/02/15  04:23:29
17120         Log: backout change#2811 and add newer version based on File::Spec
17121              From: Barrie Slaymaker <rbs@telerama.com>
17122              Date: Thu, 11 Feb 1999 16:29:24 -0500
17123              Message-ID: <36C34BB4.A62090E0@telerama.com>
17124              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
17125      Branch: perl
17126            - lib/File/PathConvert.pm
17127            ! MANIFEST installhtml lib/Pod/Html.pm
17128 ____________________________________________________________________________
17129 [  2930] By: gsar                                  on 1999/02/15  04:16:25
17130         Log: From: Barrie Slaymaker <rbs@telerama.com>
17131              Date: Thu, 11 Feb 1999 19:39:48 -0500
17132              Message-ID: <36C37854.707D139@telerama.com>
17133              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
17134      Branch: perl
17135            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
17136 ____________________________________________________________________________
17137 [  2929] By: gsar                                  on 1999/02/15  04:06:50
17138         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
17139              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
17140              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
17141              Subject: [PATCH]5.005_54 (DOC) fix many typos
17142              --
17143              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
17144              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
17145              Subject: [PATCH]5.005_54 (DOC) typos
17146      Branch: perl
17147            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
17148            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
17149            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
17150            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
17151            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
17152            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
17153            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
17154            ! pod/perlvar.pod pod/perlxs.pod
17155 ____________________________________________________________________________
17156 [  2928] By: gsar                                  on 1999/02/15  03:39:53
17157         Log: allow the Carp routines to pass through exception objects
17158      Branch: perl
17159            ! lib/Carp.pm
17160 ____________________________________________________________________________
17161 [  2927] By: gsar                                  on 1999/02/15  03:22:57
17162         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
17163      Branch: perl
17164            ! pod/perlfaq8.pod
17165 ____________________________________________________________________________
17166 [  2926] By: gsar                                  on 1999/02/15  03:19:39
17167         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
17168              have done that, but didn't)
17169      Branch: perl
17170           !> utils/h2ph.PL
17171 ____________________________________________________________________________
17172 [  2925] By: gsar                                  on 1999/02/15  03:17:01
17173         Log: integrate cfgperl changes into mainline
17174      Branch: perl
17175            ! Changes
17176           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
17177           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
17178           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
17179           !> vms/subconfigure.com
17180 ____________________________________________________________________________
17181 [  2924] By: gsar                                  on 1999/02/15  03:07:08
17182         Log: add const qualifier to most char* prototypes, handle ripple effect
17183      Branch: perl
17184            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
17185            ! universal.c util.c
17186 ____________________________________________________________________________
17187 [  2923] By: gsar                                  on 1999/02/15  01:04:30
17188         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17189              Date: Thu, 04 Feb 1999 02:37:31 +0000
17190              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
17191              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
17192      Branch: perl
17193            ! pp_ctl.c t/op/range.t
17194 ____________________________________________________________________________
17195 [  2922] By: gsar                                  on 1999/02/15  00:24:34
17196         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17197              Date: Sun, 31 Jan 1999 01:50:06 +0000
17198              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
17199              Subject: [PATCH 5.005_03t4] regexp flags bug
17200      Branch: perl
17201            ! regcomp.c t/op/re_tests
17202 ____________________________________________________________________________
17203 [  2921] By: gsar                                  on 1999/02/15  00:13:02
17204         Log: use New() et al., rather than safemalloc() et al.
17205              From: jan.dubois@ibm.net (Jan Dubois)
17206              Date: Fri, 29 Jan 1999 23:27:22 +0100
17207              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
17208              Subject: [PATCH _03-MT5] POSIX.xs memory API
17209      Branch: perl
17210            ! ext/POSIX/POSIX.xs
17211 ____________________________________________________________________________
17212 [  2920] By: gsar                                  on 1999/02/15  00:05:33
17213         Log: tweak READ() docs to mention $buffer must be altered by reference
17214      Branch: perl
17215            ! pod/perltie.pod
17216 ____________________________________________________________________________
17217 [  2919] By: gsar                                  on 1999/02/14  23:50:39
17218         Log: applied suggested patch, with several language/readability tweaks
17219              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17220              Date: Fri, 29 Jan 1999 00:25:02 -0500
17221              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
17222              Subject: Re: [PATCH 5.005_*] Better parsing docs
17223      Branch: perl
17224            ! pod/perlop.pod
17225 ____________________________________________________________________________
17226 [  2918] By: gsar                                  on 1999/02/14  23:20:42
17227         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
17228              of silently returning bogus values)
17229              From: Peter Chines <pchines@nhgri.nih.gov>
17230              Date: Wed, 27 Jan 1999 16:11:31 -0500
17231              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
17232              Subject: Time::Local
17233      Branch: perl
17234            ! lib/Time/Local.pm pod/perldelta.pod
17235 ____________________________________________________________________________
17236 [  2917] By: gsar                                  on 1999/02/14  11:21:43
17237         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17238              Date: Thu, 28 Jan 1999 10:02:20 -0500
17239              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
17240              Subject: Re: [PATCH 5.005_53] Better perldoc
17241      Branch: perl
17242            ! utils/perldoc.PL
17243 ____________________________________________________________________________
17244 [  2916] By: gsar                                  on 1999/02/14  10:59:38
17245         Log: back out change#2751, apply updated version 
17246              From: jan.dubois@ibm.net (Jan Dubois)
17247              Date: Sat, 06 Feb 1999 01:06:29 +0100
17248              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
17249              Subject: [PATCH] Cleanup of File::Spec module
17250      Branch: perl
17251            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
17252            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
17253            ! lib/File/Spec/Win32.pm
17254 ____________________________________________________________________________
17255 [  2915] By: gsar                                  on 1999/02/14  10:48:01
17256         Log: tweak select() test
17257      Branch: perl
17258            ! pod/perlipc.pod t/op/fh.t
17259 ____________________________________________________________________________
17260 [  2914] By: gsar                                  on 1999/02/14  10:25:55
17261         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
17262      Branch: perl
17263            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
17264 ____________________________________________________________________________
17265 [  2913] By: gsar                                  on 1999/02/14  10:03:51
17266         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
17267              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
17268              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
17269              Subject: Re: SvOPV() or SvPV_nolen() or ...
17270      Branch: perl
17271            ! pod/perlguts.pod
17272 ____________________________________________________________________________
17273 [  2912] By: gsar                                  on 1999/02/14  09:57:29
17274         Log: provide SvPV_nolen(sv) to avoid use of PL_na
17275              From: jan.dubois@ibm.net (Jan Dubois)
17276              Date: Sun, 24 Jan 1999 02:45:32 +0100
17277              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
17278              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
17279      Branch: perl
17280            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
17281            ! sv.h
17282 ____________________________________________________________________________
17283 [  2911] By: gsar                                  on 1999/02/14  06:51:05
17284         Log: elide stray effluvium
17285      Branch: perl
17286            ! pod/perldelta.pod
17287 ____________________________________________________________________________
17288 [  2910] By: gsar                                  on 1999/02/14  05:51:56
17289         Log: slurping an empty file should return '' rather than undef, with
17290              commensurate effects on ARGV processing
17291      Branch: perl
17292            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
17293            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
17294 ____________________________________________________________________________
17295 [  2909] By: gsar                                  on 1999/02/14  00:02:11
17296         Log: perly_c.diff typo
17297      Branch: perl
17298            ! perly.c perly_c.diff vms/perly_c.vms
17299 ____________________________________________________________________________
17300 [  2908] By: gsar                                  on 1999/02/13  18:20:13
17301         Log: From: jan.dubois@ibm.net (Jan Dubois)
17302              Date: Sat, 13 Feb 1999 13:25:53 +0100
17303              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
17304              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
17305      Branch: perl
17306            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
17307 ____________________________________________________________________________
17308 [  2907] By: jhi                                   on 1999/02/13  15:07:26
17309         Log: Integrate from mainperl.
17310      Branch: cfgperl
17311           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
17312           !> (integrate 150 files)
17313 ____________________________________________________________________________
17314 [  2903] By: gsar                                  on 1999/02/12  13:25:59
17315         Log: From: jan.dubois@ibm.net (Jan Dubois)
17316              Date: Sun, 24 Jan 1999 01:12:00 +0100
17317              Message-ID: <36b66479.62756298@smtp1.ibm.net>
17318              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
17319      Branch: perl
17320            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
17321            ! proto.h sv.c sv.h
17322 ____________________________________________________________________________
17323 [  2902] By: gsar                                  on 1999/02/12  12:55:11
17324         Log: script to generate ctags from etags
17325              From: Colin Kuskie <ckuskie@cadence.com>
17326              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
17327              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
17328              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
17329      Branch: perl
17330            + emacs/e2ctags.pl
17331            ! Makefile.SH pod/perlfaq3.pod
17332 ____________________________________________________________________________
17333 [  2901] By: gsar                                  on 1999/02/12  12:40:17
17334         Log: allow boolean assign ops to be lvalues
17335              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
17336              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
17337              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
17338              --
17339              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17340              Date: Mon, 18 Jan 1999 10:04:00 +0000
17341              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
17342              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
17343      Branch: perl
17344            + t/op/lop.t
17345            ! MANIFEST op.c
17346 ____________________________________________________________________________
17347 [  2899] By: jhi                                   on 1999/02/12  12:03:48
17348         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
17349      Branch: cfgperl
17350            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17351            ! config_h.SH hints/openbsd.sh
17352 ____________________________________________________________________________
17353 [  2898] By: gsar                                  on 1999/02/12  11:49:25
17354         Log: support win32_putenv()
17355      Branch: perl
17356            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
17357            ! win32/win32.c win32/win32iop.h
17358 ____________________________________________________________________________
17359 [  2894] By: gsar                                  on 1999/02/12  11:09:27
17360         Log: add missing hunk in change#2657
17361      Branch: perl
17362            ! ext/B/B/CC.pm
17363 ____________________________________________________________________________
17364 [  2893] By: gsar                                  on 1999/02/12  11:00:13
17365         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17366              Date: Tue, 19 Jan 1999 20:13:15 -0500
17367              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
17368              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
17369      Branch: perl
17370            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
17371            ! t/pragma/subs.t t/pragma/warning.t
17372 ____________________________________________________________________________
17373 [  2892] By: gsar                                  on 1999/02/12  10:44:38
17374         Log: update change#2670 to later version
17375              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17376              Date: Sun, 31 Jan 1999 16:16:14 +0000
17377              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
17378              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
17379      Branch: perl
17380            ! t/op/subst.t toke.c
17381 ____________________________________________________________________________
17382 [  2891] By: gsar                                  on 1999/02/12  10:31:17
17383         Log: make testsuite somewhat location independent
17384      Branch: perl
17385            ! (edit 117 files)
17386 ____________________________________________________________________________
17387 [  2890] By: gsar                                  on 1999/02/12  10:00:30
17388         Log: add $AutoLoader::VERSION
17389      Branch: perl
17390            ! lib/AutoLoader.pm
17391 ____________________________________________________________________________
17392 [  2889] By: gsar                                  on 1999/02/12  09:55:48
17393         Log: tweak PERL_STRICT_CR notes
17394      Branch: perl
17395            ! pod/perl5005delta.pod
17396 ____________________________________________________________________________
17397 [  2888] By: gsar                                  on 1999/02/12  09:41:45
17398         Log: add note about test-notty target
17399      Branch: perl
17400            ! README.win32
17401 ____________________________________________________________________________
17402 [  2887] By: gsar                                  on 1999/02/12  09:37:37
17403         Log: add perltodo.pod
17404      Branch: perl
17405            + pod/perltodo.pod
17406            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
17407            ! win32/pod.mak
17408 ____________________________________________________________________________
17409 [  2886] By: jhi                                   on 1999/02/12  08:52:14
17410         Log: Integrate from mainperl.
17411      Branch: cfgperl
17412           +> t/op/fh.t
17413           !> (integrate 30 files)
17414 ____________________________________________________________________________
17415 [  2885] By: gsar                                  on 1999/02/12  08:42:10
17416         Log: note how to find REG_INFTY limit
17417      Branch: perl
17418            ! pod/perlre.pod
17419 ____________________________________________________________________________
17420 [  2884] By: jhi                                   on 1999/02/12  08:36:14
17421         Log: OpenBSD pthreads awareness, thanks to
17422              David Leonard <david.leonard@csee.uq.edu.au>
17423      Branch: maint-5.005/perl
17424            ! Configure hints/openbsd.sh
17425 ____________________________________________________________________________
17426 [  2882] By: gsar                                  on 1999/02/12  08:05:20
17427         Log: IO is maintained by p5p (per Graham Barr's wishes)
17428      Branch: perl
17429            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
17430            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
17431            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
17432            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
17433 ____________________________________________________________________________
17434 [  2881] By: gsar                                  on 1999/02/12  07:57:13
17435         Log: fh.t typo
17436      Branch: perl
17437            ! t/op/fh.t
17438 ____________________________________________________________________________
17439 [  2880] By: gsar                                  on 1999/02/12  07:38:16
17440         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
17441      Branch: perl
17442            ! perl.c pod/perlrun.pod
17443 ____________________________________________________________________________
17444 [  2879] By: gsar                                  on 1999/02/12  05:39:29
17445         Log: fix ops that are not filehandle constructors to not create GV if it
17446              doesn't already exist (avoids leaks); extend semantics of defined()
17447              so that defined(*{$foo}) works (experimental)
17448      Branch: perl
17449            + t/op/fh.t
17450            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
17451            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
17452 ____________________________________________________________________________
17453 [  2877] By: jhi                                   on 1999/02/11  20:44:00
17454         Log: From: Chris Nandor <pudge@pobox.com>
17455              To: perl5-porters@perl.org
17456              Subject: [PATCH] perlport.pod 1.39
17457              Date: Thu, 11 Feb 1999 12:28:35 -0500
17458              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
17459      Branch: cfgperl
17460            ! pod/perlport.pod
17461 ____________________________________________________________________________
17462 [  2870] By: gsar                                  on 1999/02/11  11:17:08
17463         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
17464      Branch: perl
17465            ! ext/IO/lib/IO/Pipe.pm
17466 ____________________________________________________________________________
17467 [  2869] By: gsar                                  on 1999/02/11  11:00:56
17468         Log: update win32/pod.mak
17469      Branch: perl
17470            ! win32/pod.mak
17471 ____________________________________________________________________________
17472 [  2868] By: gsar                                  on 1999/02/11  10:42:44
17473         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
17474              Date: Fri, 08 Jan 1999 14:36:53 +1100
17475              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
17476              Subject: Re: [Fwd: IO::Socket::connect and blocking]
17477      Branch: perl
17478            ! ext/IO/lib/IO/Socket.pm
17479 ____________________________________________________________________________
17480 [  2867] By: gsar                                  on 1999/02/11  09:43:03
17481         Log: av_extend() doc tweak from Jan Dubois
17482      Branch: perl
17483            ! pod/perlguts.pod
17484 ____________________________________________________________________________
17485 [  2866] By: gsar                                  on 1999/02/11  09:27:17
17486         Log: display full pathname of unreadable files
17487      Branch: perl
17488            ! utils/perldoc.PL
17489 ____________________________________________________________________________
17490 [  2865] By: gsar                                  on 1999/02/11  09:02:31
17491         Log: missing patch in change#2522
17492      Branch: perl
17493            ! lib/Pod/Text.pm
17494 ____________________________________________________________________________
17495 [  2864] By: jhi                                   on 1999/02/11  08:45:00
17496         Log: From: Spider Boardman <spider@zk3.dec.com>
17497              To: perlbug@perl.com
17498              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
17499              Date: Wed, 10 Feb 1999 23:33:31 -0500
17500              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
17501      Branch: maint-5.005/perl
17502            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
17503 ____________________________________________________________________________
17504 [  2862] By: gsar                                  on 1999/02/11  08:14:34
17505         Log: integrate changes#2738,2740 from maint-5.005
17506      Branch: perl
17507           !> lib/ExtUtils/MakeMaker.pm
17508 ____________________________________________________________________________
17509 [  2861] By: jhi                                   on 1999/02/11  08:04:25
17510         Log: Integrate from mainperl.
17511      Branch: cfgperl
17512           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
17513           !> t/op/range.t win32/config.gc
17514 ____________________________________________________________________________
17515 [  2860] By: gsar                                  on 1999/02/11  07:30:08
17516         Log: binmode() support for cygwin32 (suggested by Steven Morlock
17517              <newspost@morlock.net>)
17518      Branch: perl
17519            ! perl.h
17520 ____________________________________________________________________________
17521 [  2859] By: gsar                                  on 1999/02/11  07:14:21
17522         Log: update Changes
17523      Branch: perl
17524            ! Changes
17525           !> pod/perl5005delta.pod
17526 ____________________________________________________________________________
17527 [  2856] By: gsar                                  on 1999/02/11  07:07:39
17528         Log: integrate perldelta changes from maint-5.005
17529      Branch: perl
17530           !> pod/perl5005delta.pod
17531 ____________________________________________________________________________
17532 [  2855] By: gsar                                  on 1999/02/11  06:31:50
17533         Log: applied suggested patch; added tests
17534              From: Adam Krolnik <adamk@gypsy.cyrix.com>
17535              Date: Sat, 12 Dec 98 15:30:18 -0600
17536              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
17537              Subject: Range operation doesn't handle IV_MAX
17538      Branch: perl
17539            ! pp_ctl.c t/op/range.t
17540 ____________________________________________________________________________
17541 [  2854] By: gsar                                  on 1999/02/11  05:00:55
17542         Log: compatibility fix: magic non-propagation in foreach implicit localization
17543      Branch: perl
17544            ! pp_ctl.c t/op/local.t win32/config.gc
17545 ____________________________________________________________________________
17546 [  2852] By: gsar                                  on 1999/02/10  23:17:49
17547         Log: fair warning about -Dusethreads
17548      Branch: maint-5.005/perl
17549            ! Configure INSTALL README.threads
17550 ____________________________________________________________________________
17551 [  2847] By: jhi                                   on 1999/02/09  19:13:28
17552         Log: Integrate from mainperl.
17553      Branch: cfgperl
17554           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
17555           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
17556 ____________________________________________________________________________
17557 [  2846] By: gsar                                  on 1999/02/09  13:53:28
17558         Log: a modified version of suggested patch for pack template 'Z'; added docs
17559              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
17560              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
17561              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
17562              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
17563      Branch: perl
17564            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
17565 ____________________________________________________________________________
17566 [  2845] By: gsar                                  on 1999/02/09  00:03:26
17567         Log: clarify docs for change#2835
17568      Branch: perl
17569            ! pod/perldelta.pod pod/perlop.pod
17570 ____________________________________________________________________________
17571 [  2844] By: gsar                                  on 1999/02/08  23:40:57
17572         Log: addendum to change#2823
17573              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
17574              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
17575              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
17576              Subject: [PATCH] Docs and tests for method-call syntax
17577      Branch: perl
17578            ! pod/perlobj.pod t/op/method.t
17579 ____________________________________________________________________________
17580 [  2843] By: jhi                                   on 1999/02/08  21:06:28
17581         Log: Ultrix mmap tidbit.
17582      Branch: cfgperl
17583            ! hints/ultrix_4.sh
17584 ____________________________________________________________________________
17585 [  2842] By: jhi                                   on 1999/02/08  20:22:55
17586         Log: Integrate from mainperl.
17587      Branch: cfgperl
17588           +> t/op/subst_wamp.t
17589           !> (integrate 35 files)
17590 ____________________________________________________________________________
17591 [  2841] By: jhi                                   on 1999/02/08  18:23:26
17592         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17593              To: Mailing list Perl5 <perl5-porters@perl.org>
17594              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
17595              Date: Sun, 7 Feb 1999 17:25:22 -0500
17596              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
17597      Branch: cfgperl
17598            + t/op/subst_amp.t
17599            ! MANIFEST regcomp.c t/op/subst.t
17600 ____________________________________________________________________________
17601 [  2840] By: jhi                                   on 1999/02/08  18:16:54
17602         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17603              To: Mailing list Perl5 <perl5-porters@perl.org>
17604              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
17605              Date: Sun, 7 Feb 1999 17:00:10 -0500
17606              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
17607      Branch: cfgperl
17608            ! pp_hot.c t/op/pat.t
17609 ____________________________________________________________________________
17610 [  2839] By: jhi                                   on 1999/02/08  17:25:30
17611         Log: A require was missing.
17612      Branch: cfgperl
17613            ! t/lib/h2ph.pht
17614 ____________________________________________________________________________
17615 [  2838] By: jhi                                   on 1999/02/08  16:38:41
17616         Log: Bring in the change #2809 (the Configure part has been
17617              modified rather a lot since the #2809, though.)
17618      Branch: cfgperl
17619            ! Configure utils/h2ph.PL
17620 ____________________________________________________________________________
17621 [  2835] By: gsar                                  on 1999/02/08  14:40:23
17622         Log: make qw() into a true list at compile time (slightly modified
17623              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
17624      Branch: perl
17625            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
17626 ____________________________________________________________________________
17627 [  2834] By: gsar                                  on 1999/02/08  13:23:16
17628         Log: make safesysmalloc() etc., always available; safemalloc() et al are
17629              now macros that point to the right malloc; fix various places in
17630              sources that need to always use safesysmalloc() et al
17631      Branch: perl
17632            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
17633            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
17634 ____________________________________________________________________________
17635 [  2833] By: gsar                                  on 1999/02/08  10:56:16
17636         Log: remove spurious #endif in last change
17637      Branch: perl
17638            ! perl.h
17639 ____________________________________________________________________________
17640 [  2832] By: gsar                                  on 1999/02/08  10:34:55
17641         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
17642              them ask for insanity (untested)
17643      Branch: perl
17644            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
17645            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
17646            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
17647 ____________________________________________________________________________
17648 [  2831] By: jhi                                   on 1999/02/08  08:33:33
17649         Log: Update vms/subconfigure.com along the lines of change #2829.
17650      Branch: cfgperl
17651            ! vms/subconfigure.com
17652 ____________________________________________________________________________
17653 [  2830] By: gsar                                  on 1999/02/08  00:19:46
17654         Log: integrate cfgperl changes into mainline
17655      Branch: perl
17656           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
17657           +> lib/File/PathConvert.pm pod/perlthrtut.pod
17658            ! Changes
17659           !> (integrate 93 files)
17660 ____________________________________________________________________________
17661 [  2829] By: jhi                                   on 1999/02/07  23:49:46
17662         Log: Configure update.
17663              
17664              Probe for mmap() et alia.
17665              The *cc*symbols patch (just Configure, no h2ph).
17666      Branch: cfgperl
17667            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17668            ! config_h.SH perl.h
17669 ____________________________________________________________________________
17670 [  2828] By: gsar                                  on 1999/02/07  23:38:47
17671         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17672              Date: Sun, 7 Feb 1999 17:25:22 -0500
17673              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
17674              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
17675      Branch: perl
17676            + t/op/subst_amp.t t/op/subst_wamp.t
17677            ! MANIFEST regcomp.c t/op/subst.t
17678 ____________________________________________________________________________
17679 [  2827] By: gsar                                  on 1999/02/07  23:27:32
17680         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17681              Date: Sun, 7 Feb 1999 17:00:10 -0500
17682              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
17683              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
17684      Branch: perl
17685            ! pp_hot.c t/op/pat.t
17686 ____________________________________________________________________________
17687 [  2826] By: gsar                                  on 1999/02/07  23:26:04
17688         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
17689              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17690              Date: Sun, 7 Feb 1999 15:07:27 -0500
17691              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
17692              Subject: Re: fixing memory leaks in REx compilation
17693      Branch: perl
17694            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
17695            ! regexec.c
17696 ____________________________________________________________________________
17697 [  2825] By: jhi                                   on 1999/02/07  18:05:13
17698         Log: Integrate from mainperl.
17699      Branch: cfgperl
17700           +> lib/DB.pm t/comp/bproto.t
17701           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
17702           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
17703           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
17704           !> toke.c vms/perly_c.vms
17705 ____________________________________________________________________________
17706 [  2824] By: gsar                                  on 1999/02/07  14:21:48
17707         Log: tweak doc on bitwise ops
17708      Branch: perl
17709            ! pod/perlop.pod
17710 ____________________________________________________________________________
17711 [  2823] By: gsar                                  on 1999/02/07  13:38:31
17712         Log: applied suggested patch; regen perly* and vms/perly*
17713              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
17714              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
17715              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
17716              Subject: [PATCH] Re: Suggestion for perlobj man page
17717      Branch: perl
17718            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
17719 ____________________________________________________________________________
17720 [  2822] By: gsar                                  on 1999/02/07  12:39:09
17721         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
17722              disabled, fails tests)
17723      Branch: perl
17724            ! regcomp.h
17725 ____________________________________________________________________________
17726 [  2821] By: gsar                                  on 1999/02/07  11:09:39
17727         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
17728              <Alexander.Barilo@aexp.com>)
17729      Branch: perl
17730            ! lib/Pod/Html.pm
17731 ____________________________________________________________________________
17732 [  2820] By: gsar                                  on 1999/02/07  10:20:35
17733         Log: add draft debugging API implementation
17734      Branch: perl
17735            + lib/DB.pm
17736            ! MANIFEST
17737 ____________________________________________________________________________
17738 [  2819] By: gsar                                  on 1999/02/07  09:58:45
17739         Log: avoid garbage in db->dirbuf
17740              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
17741              Date: Sat, 05 Dec 1998 14:14:54 +0900
17742              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
17743              Subject: SDBM bug
17744      Branch: perl
17745            ! ext/SDBM_File/sdbm/sdbm.c
17746 ____________________________________________________________________________
17747 [  2818] By: gsar                                  on 1999/02/07  09:32:24
17748         Log: missing entry
17749      Branch: perl
17750            ! MANIFEST
17751 ____________________________________________________________________________
17752 [  2817] By: gsar                                  on 1999/02/07  09:30:47
17753         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
17754      Branch: perl
17755            + t/comp/bproto.t
17756            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
17757 ____________________________________________________________________________
17758 [  2816] By: gsar                                  on 1999/02/06  00:14:29
17759         Log: minor bug in dumping blessed subrefs
17760      Branch: perl
17761            ! ext/Data/Dumper/Dumper.pm
17762 ____________________________________________________________________________
17763 [  2812] By: jhi                                   on 1999/02/03  22:02:24
17764         Log: Enhance change #2808.
17765              
17766              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17767              To: perl5-porters@perl.org
17768              Subject: Re: [PATCH 5.00*]: perlbug checklist
17769              Date: Wed, 3 Feb 1999 19:02:27 +0000
17770              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
17771      Branch: cfgperl
17772            ! utils/perlbug.PL
17773 ____________________________________________________________________________
17774 [  2811] By: jhi                                   on 1999/02/03  21:53:23
17775         Log: From: Barrie Slaymaker <rbs@telerama.com>
17776              To: perl5-porters@perl.org
17777              CC: pod-people@perl.org
17778              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
17779              Date: Wed, 03 Feb 1999 10:34:18 -0500
17780              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
17781              
17782              Add File::PathConvert.pm.
17783              Fix Pod::Html and installhtml to understand relative urls.
17784      Branch: cfgperl
17785            + lib/File/PathConvert.pm
17786            ! MANIFEST installhtml lib/Pod/Html.pm
17787 ____________________________________________________________________________
17788 [  2810] By: jhi                                   on 1999/02/03  20:25:10
17789         Log: From: Francois Desarmenien <desar@club-internet.fr>
17790              To: Mailing list Perl5 <perl5-porters@perl.org>
17791              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
17792              Date: Wed, 03 Feb 1999 13:13:24 +0000
17793              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
17794              
17795              (note: this patch completely overrides Tom Wolfe's patch,
17796              change #2604)
17797      Branch: cfgperl
17798            + ext/GDBM_File/hints/sco.pl
17799            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
17800 ____________________________________________________________________________
17801 [  2809] By: jhi                                   on 1999/02/03  19:54:16
17802         Log: h2ph fixes + Configure patch to support them.
17803              
17804              From: "Kurt D. Starsinic" <kstar@chapin.edu>
17805              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
17806              Gurusamy Sarathy <gsar@engin.umich.edu>
17807              Cc: perl5-porters@perl.org
17808              Subject: [PATCH 5.00503_MT5] h2ph.PL
17809              Date: Tue, 2 Feb 1999 19:48:06 -0500
17810              Message-ID: <19990202194806.E10647@O2.chapin.edu>
17811      Branch: maint-5.005/perl
17812            ! Configure utils/h2ph.PL
17813 ____________________________________________________________________________
17814 [  2808] By: jhi                                   on 1999/02/03  16:59:55
17815         Log: Enhance the perlbug checklist.
17816      Branch: cfgperl
17817            ! utils/perlbug.PL
17818 ____________________________________________________________________________
17819 [  2807] By: jhi                                   on 1999/02/03  14:01:37
17820         Log: Document the standard strftime %formats.
17821              
17822              From: Dominic Dunlop <domo@vo.lu>
17823              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
17824              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
17825              Date: Tue, 2 Feb 1999 15:55:29 +0100
17826              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
17827      Branch: cfgperl
17828            ! ext/POSIX/POSIX.pod
17829 ____________________________________________________________________________
17830 [  2806] By: jhi                                   on 1999/02/03  13:58:00
17831         Log: Integrate from mainperl.
17832      Branch: cfgperl
17833           !> perl.h
17834 ____________________________________________________________________________
17835 [  2805] By: gsar                                  on 1999/02/03  03:32:31
17836         Log: PL_uuemap[] init needs help for sizeof()
17837      Branch: perl
17838            ! perl.h
17839 ____________________________________________________________________________
17840 [  2804] By: jhi                                   on 1999/02/02  20:44:30
17841         Log: These should've been already in #2803.
17842      Branch: cfgperl
17843            ! Configure config_h.SH vms/subconfigure.com
17844 ____________________________________________________________________________
17845 [  2803] By: jhi                                   on 1999/02/02  20:38:45
17846         Log: telldir prototype issue, from mists of time...
17847      Branch: cfgperl
17848            ! hints/netbsd.sh pp_sys.c
17849 ____________________________________________________________________________
17850 [  2801] By: jhi                                   on 1999/02/02  17:40:14
17851         Log: From: John Bley <jbb6@acpub.duke.edu>
17852              To: perlbug@perl.org
17853              Subject: [PATCH]5.005_54 (DOC) fix minor typos
17854              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
17855              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
17856      Branch: cfgperl
17857            ! pod/perlre.pod
17858 ____________________________________________________________________________
17859 [  2800] By: jhi                                   on 1999/02/02  17:26:49
17860         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
17861      Branch: cfgperl
17862            ! Todo-5.005
17863 ____________________________________________________________________________
17864 [  2799] By: jhi                                   on 1999/02/02  17:18:51
17865         Log: Update FindBin from maint-5.005.
17866      Branch: cfgperl
17867            ! lib/FindBin.pm
17868 ____________________________________________________________________________
17869 [  2798] By: jhi                                   on 1999/02/02  17:16:07
17870         Log: Fix typecasts in #2797
17871              
17872              From: "G. Del Merritt" <del@intranetics.com>
17873              Date: Fri, 29 Jan 1999 11:47:25 -0700
17874              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
17875              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
17876      Branch: cfgperl
17877            ! ext/POSIX/POSIX.xs
17878 ____________________________________________________________________________
17879 [  2797] By: jhi                                   on 1999/02/02  17:14:37
17880         Log: From: Ted Law <tedlaw@cibcwg.com>
17881              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
17882              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
17883              Subject: POSIX::strftime buffer overflow problem
17884      Branch: cfgperl
17885            ! ext/POSIX/POSIX.xs
17886 ____________________________________________________________________________
17887 [  2796] By: jhi                                   on 1999/02/02  17:13:23
17888         Log: Do not use File::Slurp.
17889      Branch: cfgperl
17890            ! t/lib/textfill.t
17891 ____________________________________________________________________________
17892 [  2795] By: jhi                                   on 1999/02/02  17:11:48
17893         Log: perlhist update from maint-5.005.
17894      Branch: cfgperl
17895            ! pod/perlhist.pod
17896 ____________________________________________________________________________
17897 [  2794] By: jhi                                   on 1999/02/02  17:10:33
17898         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
17899      Branch: cfgperl
17900            ! ext/POSIX/POSIX.pm
17901 ____________________________________________________________________________
17902 [  2793] By: jhi                                   on 1999/02/02  17:08:39
17903         Log: Missed the html test from change #2787. 
17904      Branch: cfgperl
17905            ! t/lib/cgi-html.t
17906 ____________________________________________________________________________
17907 [  2792] By: jhi                                   on 1999/02/02  17:01:24
17908         Log: Update Getopt::Long to 2.19.
17909      Branch: cfgperl
17910            ! lib/Getopt/Long.pm
17911 ____________________________________________________________________________
17912 [  2791] By: jhi                                   on 1999/02/02  16:59:13
17913         Log: overload syntax is no longer experimental
17914      Branch: cfgperl
17915            ! lib/overload.pm
17916 ____________________________________________________________________________
17917 [  2789] By: jhi                                   on 1999/02/02  16:47:50
17918         Log: Still doc fixes.
17919      Branch: cfgperl
17920            ! lib/diagnostics.pm
17921 ____________________________________________________________________________
17922 [  2788] By: jhi                                   on 1999/02/02  16:47:07
17923         Log: Doc fixes.
17924      Branch: cfgperl
17925            ! lib/CGI.pm lib/diagnostics.pm
17926 ____________________________________________________________________________
17927 [  2787] By: jhi                                   on 1999/02/02  16:38:55
17928         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
17929              where applicable).
17930      Branch: cfgperl
17931            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
17932            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
17933            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
17934            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
17935            ! eg/cgi/frameset.cgi eg/cgi/index.html
17936            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
17937            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
17938            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
17939            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
17940            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
17941            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
17942 ____________________________________________________________________________
17943 [  2786] By: jhi                                   on 1999/02/02  16:17:52
17944         Log: Update CPAN to 1.47.
17945      Branch: cfgperl
17946            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
17947 ____________________________________________________________________________
17948 [  2785] By: jhi                                   on 1999/02/02  16:09:03
17949         Log: From: Mark-Jason Dominus <mjd@plover.com>
17950              Date: Sat, 16 Jan 1999 17:22:06 -0500
17951              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
17952              Message-ID: <19990116222206.3674.qmail@plover.com>
17953      Branch: cfgperl
17954            ! pod/perlsub.pod
17955 ____________________________________________________________________________
17956 [  2784] By: jhi                                   on 1999/02/02  16:01:31
17957         Log: Fix incorrect "used only once" warnings
17958              
17959              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17960              Date: Fri, 8 Jan 1999 04:37:10 -0500
17961              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
17962              Subject: Re: change#965 flakiness
17963      Branch: cfgperl
17964            ! gv.c
17965 ____________________________________________________________________________
17966 [  2783] By: jhi                                   on 1999/02/02  15:50:38
17967         Log: perldelta updates.
17968      Branch: cfgperl
17969            ! pod/perldelta.pod
17970 ____________________________________________________________________________
17971 [  2782] By: jhi                                   on 1999/02/02  14:28:26
17972         Log: Mirror change #2781.
17973      Branch: cfgperl
17974            ! hints/linux.sh
17975 ____________________________________________________________________________
17976 [  2781] By: jhi                                   on 1999/02/02  14:27:01
17977         Log: Update the MkLinux note.
17978      Branch: maint-5.005/perl
17979            ! hints/linux.sh
17980 ____________________________________________________________________________
17981 [  2780] By: jhi                                   on 1999/02/02  14:10:59
17982         Log: Update todo.
17983      Branch: cfgperl
17984            ! Todo-5.005
17985 ____________________________________________________________________________
17986 [  2779] By: jhi                                   on 1999/02/02  14:00:25
17987         Log: Integrate from mainperl.
17988      Branch: cfgperl
17989            ! t/lib/textfill.t t/lib/textwrap.t
17990           !> (integrate 32 files)
17991 ____________________________________________________________________________
17992 [  2778] By: jhi                                   on 1999/02/02  13:56:23
17993         Log: VMS update, applicable parts of
17994              
17995              From: Dan Sugalski <sugalskd@osshe.edu>
17996              To: perl5-porters@perl.org
17997              Subject: [PATCH 5.005_03MT3]VMS configure tweak
17998              Date: Wed, 20 Jan 1999 12:05:18 -0800
17999              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
18000              
18001              From: Dan Sugalski <sugalskd@osshe.edu>
18002              To: perlbug@perl.com, vmsperl@perl.org
18003              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
18004              Date: Tue, 26 Jan 1999 14:40:38 -0800
18005              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
18006              
18007              From: Dan Sugalski <sugalskd@osshe.edu>
18008              To: perl5-porters@perl.org, vmsperl@perl.org
18009              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
18010              Date: Tue, 26 Jan 1999 14:55:29 -0800
18011              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
18012      Branch: cfgperl
18013            ! vms/ext/Stdio/test.pl vms/subconfigure.com
18014 ____________________________________________________________________________
18015 [  2777] By: jhi                                   on 1999/02/02  13:43:24
18016         Log: Synch usethreads parts from maint-5.005.
18017      Branch: cfgperl
18018            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
18019            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
18020            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
18021            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
18022 ____________________________________________________________________________
18023 [  2776] By: jhi                                   on 1999/02/02  13:17:16
18024         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
18025      Branch: cfgperl
18026            ! Makefile.SH hints/freebsd.sh
18027 ____________________________________________________________________________
18028 [  2774] By: jhi                                   on 1999/02/02  13:10:39
18029         Log: Add perlthrtut, update pod/* machinery.
18030              (a pod/Makefile.SH is sorely needed)
18031      Branch: cfgperl
18032            + pod/perlthrtut.pod
18033            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
18034 ____________________________________________________________________________
18035 [  2773] By: jhi                                   on 1999/02/02  12:54:24
18036         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18037              To: perl5-porters@perl.org
18038              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
18039              Date: Tue, 26 Jan 1999 22:25:07 +0000
18040              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
18041      Branch: cfgperl
18042            ! pod/perlguts.pod
18043 ____________________________________________________________________________
18044 [  2771] By: jhi                                   on 1999/02/02  12:47:34
18045         Log: Use perlbug instead of personal email address.
18046      Branch: cfgperl
18047            ! Configure
18048 ____________________________________________________________________________
18049 [  2770] By: jhi                                   on 1999/02/02  12:42:06
18050         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
18051              
18052              From: "G. Del Merritt" <del@intranetics.com>
18053              To: perlbug@perl.com
18054              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
18055              Date: Tue, 26 Jan 1999 12:09:09 -0700
18056              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
18057      Branch: cfgperl
18058            ! iperlsys.h
18059 ____________________________________________________________________________
18060 [  2769] By: jhi                                   on 1999/02/02  12:37:57
18061         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18062              To: Mailing list Perl5 <perl5-porters@perl.org>
18063              Subject: [PATCH 5.005_*] OS/2 threads
18064              Date: Tue, 26 Jan 1999 13:39:46 -0500
18065              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
18066      Branch: cfgperl
18067            ! os2/os2ish.h
18068 ____________________________________________________________________________
18069 [  2768] By: jhi                                   on 1999/02/02  12:36:16
18070         Log: Apply change #2711 from maint-5.005:
18071              
18072              make ok", "make okfile", and "make nok" were broken
18073              with -Duseshrplib, because of a shared typo.
18074              
18075              From: Spider Boardman <spider@web.zk3.dec.com>
18076              To: perlbug@perl.com
18077              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
18078              Date: Wed, 27 Jan 1999 12:27:15 -0500
18079              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
18080      Branch: cfgperl
18081            ! Makefile.SH
18082 ____________________________________________________________________________
18083 [  2766] By: jhi                                   on 1999/02/02  12:27:08
18084         Log: Make Configure use "int main()" instead of bare "main()".
18085              Like maint-5.005 change #2703 but now via metaconfig.
18086      Branch: cfgperl
18087            ! Configure
18088 ____________________________________________________________________________
18089 [  2765] By: jhi                                   on 1999/02/02  11:59:30
18090         Log: Undo part of change #2562.
18091      Branch: cfgperl
18092            ! Configure
18093 ____________________________________________________________________________
18094 [  2764] By: jhi                                   on 1999/02/02  11:52:39
18095         Log: NetBSD synch with maint-5.005.
18096      Branch: cfgperl
18097            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
18098 ____________________________________________________________________________
18099 [  2763] By: jhi                                   on 1999/02/02  11:44:07
18100         Log: $Config{installusrbinperl}
18101              (maint-5.005 changes #2614 and #2709)
18102      Branch: cfgperl
18103            ! Configure installperl
18104 ____________________________________________________________________________
18105 [  2762] By: jhi                                   on 1999/02/02  11:29:13
18106         Log: Errno update from maint-5.005 (changes #2583, #2710).
18107      Branch: cfgperl
18108            ! Configure ext/Errno/Errno_pm.PL
18109 ____________________________________________________________________________
18110 [  2759] By: jhi                                   on 1999/02/02  10:53:20
18111         Log: Update Trig.pm from maint-5.005.
18112      Branch: cfgperl
18113            ! lib/Math/Trig.pm
18114 ____________________________________________________________________________
18115 [  2757] By: jhi                                   on 1999/02/02  10:41:26
18116         Log: MPE/iX update (mirror maint-5.005 change #2715)
18117      Branch: cfgperl
18118            ! hints/mpeix.sh mpeix/relink
18119 ____________________________________________________________________________
18120 [  2756] By: jhi                                   on 1999/02/02  10:38:08
18121         Log: BeOS update (Mirror maint-5.005 change #2727).
18122      Branch: cfgperl
18123            + ext/DynaLoader/dl_beos.xs
18124            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
18125            ! lib/ExtUtils/MM_Unix.pm
18126 ____________________________________________________________________________
18127 [  2754] By: gsar                                  on 1999/02/02  08:52:13
18128         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
18129      Branch: perl
18130            ! Porting/pumpkin.pod Todo Todo-5.005
18131 ____________________________________________________________________________
18132 [  2753] By: gsar                                  on 1999/02/02  08:46:21
18133         Log: Todo tweaks
18134      Branch: perl
18135            ! Todo Todo-5.005
18136 ____________________________________________________________________________
18137 [  2752] By: jhi                                   on 1999/02/01  22:15:12
18138         Log: Add perlthrtut.pod.
18139              
18140              From: Dan Sugalski <sugalskd@osshe.edu>
18141              To: perl5-porters@perl.org
18142              Subject: perlthrtut.pod
18143              Date: Mon, 01 Feb 1999 10:57:11 -0800
18144              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
18145      Branch: maint-5.005/perl
18146            + pod/perlthrtut.pod
18147            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
18148            ! pod/roffitall
18149 ____________________________________________________________________________
18150 [  2751] By: gsar                                  on 1999/02/01  07:28:05
18151         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
18152      Branch: perl
18153            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
18154            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
18155 ____________________________________________________________________________
18156 [  2750] By: gsar                                  on 1999/02/01  07:09:20
18157         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18158              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
18159              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
18160              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
18161      Branch: perl
18162            ! regexec.c
18163 ____________________________________________________________________________
18164 [  2749] By: gsar                                  on 1999/02/01  07:07:59
18165         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18166              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
18167              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
18168              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
18169      Branch: perl
18170            ! regexec.c
18171 ____________________________________________________________________________
18172 [  2748] By: gsar                                  on 1999/02/01  06:47:06
18173         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
18174              Date: Thu, 3 Dec 1998 15:10:17 -0500
18175              Message-Id: <199812032010.PAA09692@jik.shore.net>
18176              Subject: sample checksum code in "perlfunc" man page is wrong
18177      Branch: perl
18178            ! pod/perlfunc.pod
18179 ____________________________________________________________________________
18180 [  2747] By: gsar                                  on 1999/02/01  06:35:13
18181         Log: typos in Pod/Text.pm
18182              From: "Greg Chapman" <glc@well.com>
18183              Date: Tue, 1 Dec 1998 10:50:18 -0800
18184              Message-Id: <199812011849.KAA08816@smtp.well.com>
18185              Subject: Glitch in Pod::Text
18186      Branch: perl
18187            ! lib/Pod/Text.pm
18188 ____________________________________________________________________________
18189 [  2746] By: gsar                                  on 1999/02/01  06:27:35
18190         Log: various win32-ish changes merged from maint-5.005
18191      Branch: perl
18192            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
18193            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
18194            ! win32/Makefile win32/config.bc win32/config.vc
18195            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
18196            ! win32/win32.c
18197 ____________________________________________________________________________
18198 [  2745] By: gsar                                  on 1999/02/01  04:51:54
18199         Log: integrate cfgperl changes into mainline
18200      Branch: perl
18201           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
18202 ____________________________________________________________________________
18203 [  2744] By: gsar                                  on 1999/02/01  04:31:09
18204         Log: improved diagnostic on syntax errors at EOL
18205      Branch: perl
18206            ! toke.c
18207 ____________________________________________________________________________
18208 [  2743] By: gsar                                  on 1999/02/01  03:59:13
18209         Log: don't attempt connect() to bogus IP addresses
18210              From:    Graham Barr <gbarr@pobox.com>
18211              Date:    Sun, 31 Jan 1999 21:50:45 CST
18212              Message-Id: <19990131215045.A633@pobox.com>
18213      Branch: perl
18214            ! t/lib/io_multihomed.t
18215 ____________________________________________________________________________
18216 [  2742] By: gsar                                  on 1999/02/01  03:08:58
18217         Log: update Changes
18218      Branch: perl
18219            ! Changes pod/perldelta.pod
18220 ____________________________________________________________________________
18221 [  2740] By: gsar                                  on 1999/02/01  02:43:07
18222         Log: CAPI inheritance tweak and doc
18223      Branch: maint-5.005/perl
18224            ! lib/ExtUtils/MakeMaker.pm
18225 ____________________________________________________________________________
18226 [  2739] By: jhi                                   on 1999/01/31  18:31:54
18227         Log: Undo changes #2730 and #2731 and replace them
18228              with an extensively tested patch from
18229              Anton Berezin <tobez@plab.ku.dk> (via private email).
18230      Branch: maint-5.005/perl
18231            ! Makefile.SH hints/freebsd.sh
18232 ____________________________________________________________________________
18233 [  2738] By: gsar                                  on 1999/01/31  05:04:32
18234         Log: fix bogus CAPI inheritance from change#2541
18235      Branch: maint-5.005/perl
18236            ! lib/ExtUtils/MakeMaker.pm
18237 ____________________________________________________________________________
18238 [  2731] By: jhi                                   on 1999/01/29  14:33:12
18239         Log: FreeBSD version numbers can be like "2.2.8-release".
18240      Branch: maint-5.005/perl
18241            ! hints/freebsd.sh
18242 ____________________________________________________________________________
18243 [  2730] By: jhi                                   on 1999/01/29  12:40:38
18244         Log: FreeBSD hints iteration (hopefully convergent).
18245              usethreads: require at least FreeBSD 2.2.8.
18246              signal type: mirror change #2429 in cfgperl.
18247      Branch: maint-5.005/perl
18248            ! hints/freebsd.sh
18249 ____________________________________________________________________________
18250 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
18251         Log: From: Tom Spindler <dogcow@isi.net>
18252              Date: Thu, 28 Jan 1999 17:15:11 -0800
18253              Message-ID: <19990128171510.A11778@isi.net>
18254              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
18255      Branch: maint-5.005/perl
18256            + ext/DynaLoader/dl_beos.xs
18257            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
18258            ! lib/ExtUtils/MM_Unix.pm
18259 ____________________________________________________________________________
18260 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
18261         Log: Remove use of File::Slurp in t/lib/textfill.t
18262      Branch: maint-5.005/perl
18263            ! t/lib/textfill.t
18264 ____________________________________________________________________________
18265 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
18266         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
18267              Date: Wed, 27 Jan 1999 23:14:33 -0800
18268              Message-Id: <199901280714.XAA10176@activestate.com>
18269              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
18270      Branch: maint-5.005/perl
18271            ! win32/Makefile win32/makefile.mk
18272 ____________________________________________________________________________
18273 [  2720] By: gsar                                  on 1999/01/27  21:54:42
18274         Log: missing space while munging CCFLAGS for PERL_CAPI
18275      Branch: perl
18276            ! lib/ExtUtils/MM_Unix.pm
18277 ____________________________________________________________________________
18278 [  2718] By: jhi                                   on 1999/01/27  19:46:04
18279         Log: io/fs.t fails test #18 (sense of tests appears to have been
18280              changed incompletely; this patch just skips the test attached,
18281              a la test #17 preceding it).
18282              
18283              From: "G. Del Merritt" <del@intranetics.com>
18284              To: perlbug@perl.com
18285              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
18286              Date: Tue, 26 Jan 1999 12:09:09 -0700
18287              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
18288      Branch: maint-5.005/perl
18289            ! t/io/fs.t
18290 ____________________________________________________________________________
18291 [  2717] By: jhi                                   on 1999/01/27  19:44:46
18292         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
18293              
18294              From: "G. Del Merritt" <del@intranetics.com>
18295              To: perlbug@perl.com
18296              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
18297              Date: Tue, 26 Jan 1999 12:09:09 -0700
18298              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
18299      Branch: maint-5.005/perl
18300            ! iperlsys.h
18301 ____________________________________________________________________________
18302 [  2715] By: jhi                                   on 1999/01/27  19:34:28
18303         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
18304              To: perl5-porters@perl.org
18305              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
18306              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
18307              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
18308      Branch: maint-5.005/perl
18309            ! hints/mpeix.sh mpeix/relink
18310 ____________________________________________________________________________
18311 [  2710] By: jhi                                   on 1999/01/27  19:22:23
18312         Log: Errno fixes:
18313              
18314              From: Spider Boardman <spider@web.zk3.dec.com>
18315              To: perlbug@perl.com
18316              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
18317              Date: Wed, 27 Jan 1999 12:27:15 -0500
18318              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
18319              
18320              From: Spider Boardman <spider@web.zk3.dec.com>
18321              To: perlbug@perl.com
18322              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
18323              Date: Wed, 27 Jan 1999 13:31:16 -0500
18324              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
18325      Branch: maint-5.005/perl
18326            ! Configure ext/Errno/Errno_pm.PL
18327 ____________________________________________________________________________
18328 [  2709] By: jhi                                   on 1999/01/27  19:17:35
18329         Log: Fix Configure installusrbinperl:
18330              
18331              From: Spider Boardman <spider@web.zk3.dec.com>
18332              To: jhi@iki.fi
18333              cc: perl5-porters@perl.org
18334              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
18335              Date: Wed, 27 Jan 1999 13:03:35 -0500
18336              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
18337      Branch: maint-5.005/perl
18338            ! Configure
18339 ____________________________________________________________________________
18340 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
18341         Log: Add redef IO::Handle::* for setv?buf()
18342      Branch: maint-5.005/perl
18343            ! ext/POSIX/POSIX.pm
18344 ____________________________________________________________________________
18345 [  2705] By: jhi                                   on 1999/01/24  15:14:30
18346         Log: Mention year-1900 and month 0..11.
18347      Branch: cfgperl
18348            ! lib/Time/Local.pm
18349 ____________________________________________________________________________
18350 [  2704] By: jhi                                   on 1999/01/24  15:13:36
18351         Log: Document Configure -Uinstallusrbinperl.
18352      Branch: cfgperl
18353            ! INSTALL pod/perldelta.pod
18354 ____________________________________________________________________________
18355 [  2698] By: jhi                                   on 1999/01/24  12:46:00
18356         Log: Use only xlc_r for usethreads.
18357      Branch: cfgperl
18358            ! hints/aix.sh
18359 ____________________________________________________________________________
18360 [  2695] By: gsar                                  on 1999/01/24  07:09:05
18361         Log: integrate cfgperl changes into mainline
18362      Branch: perl
18363           +> lib/Exporter/Heavy.pm
18364           !> (integrate 65 files)
18365 ____________________________________________________________________________
18366 [  2694] By: gsar                                  on 1999/01/24  01:28:49
18367         Log: better notes on 'make' on win32
18368      Branch: perl
18369            ! README.win32
18370 ____________________________________________________________________________
18371 [  2683] By: jhi                                   on 1999/01/22  15:41:00
18372         Log: More de-cut-and-pastos.
18373      Branch: cfgperl
18374            ! hints/irix_6.sh hints/os2.sh
18375 ____________________________________________________________________________
18376 [  2682] By: jhi                                   on 1999/01/22  15:30:51
18377         Log: usethreads.cbu cut-and-pasto.
18378      Branch: cfgperl
18379            ! hints/solaris_2.sh
18380 ____________________________________________________________________________
18381 [  2681] By: jhi                                   on 1999/01/22  14:54:55
18382         Log: Better (I hope) LANGUAGE documentation.
18383      Branch: cfgperl
18384            ! pod/perllocale.pod
18385 ____________________________________________________________________________
18386 [  2680] By: jhi                                   on 1999/01/22  09:20:29
18387         Log: From: Dan Sugalski <sugalskd@osshe.edu>
18388              To: perl5-porters@perl.org
18389              Subject: [PATCH 5.005_03MT3]VMS configure tweak
18390              Date: Wed, 20 Jan 1999 12:05:18 -0800
18391              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
18392      Branch: cfgperl
18393            ! vms/subconfigure.com
18394 ____________________________________________________________________________
18395 [  2679] By: jhi                                   on 1999/01/22  09:13:18
18396         Log: nosuid getmntent() branch.
18397      Branch: cfgperl
18398            ! perl.c perl.h
18399 ____________________________________________________________________________
18400 [  2678] By: jhi                                   on 1999/01/22  08:54:19
18401         Log: nosuid patch continued: *BSD needs <sys/param.h>.
18402      Branch: cfgperl
18403            ! Configure config_h.SH
18404 ____________________________________________________________________________
18405 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
18406         Log: Fixup FindBin to use File::Spec
18407              
18408              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
18409              Date: Wed, 20 Jan 1999 18:51:57 +0000
18410              From: Paul Johnson <pjcj@transeda.com>
18411              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
18412      Branch: maint-5.005/perl
18413            ! lib/FindBin.pm
18414 ____________________________________________________________________________
18415 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
18416         Log: Fix win32 for Borland compiler and spaces in paths
18417              
18418              From: Gurusamy Sarathy <gsar@activestate.com>
18419              Date: Mon, 18 Jan 1999 20:33:17 -0800
18420              Message-Id: <199901190433.UAA03656@activestate.com>
18421              Subject: [PATCH] 5.005_03-trial3 win32 issues
18422      Branch: maint-5.005/perl
18423            ! README.win32 win32/Makefile win32/config_sh.PL
18424            ! win32/makefile.mk win32/runperl.c
18425 ____________________________________________________________________________
18426 [  2670] By: jhi                                   on 1999/01/21  16:12:38
18427         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18428              To: perl5-porters@perl.org
18429              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
18430              Date: Thu, 21 Jan 1999 12:08:01 +0000
18431              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
18432      Branch: cfgperl
18433            ! pod/perldiag.pod t/op/subst.t toke.c
18434 ____________________________________________________________________________
18435 [  2669] By: jhi                                   on 1999/01/21  16:11:46
18436         Log: To: perl5-porters@perl.org
18437              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
18438              From: Anton Berezin <tobez@plab.ku.dk>
18439              Date: 21 Jan 1999 17:07:28 +0100
18440              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
18441      Branch: cfgperl
18442            ! hints/freebsd.sh
18443 ____________________________________________________________________________
18444 [  2668] By: jhi                                   on 1999/01/21  15:38:34
18445         Log: Add Daniel Grisinger <dgris@dimensional.com>.
18446      Branch: cfgperl
18447            ! AUTHORS MAINTAIN
18448 ____________________________________________________________________________
18449 [  2667] By: jhi                                   on 1999/01/21  15:32:28
18450         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18451              To: Mailing list Perl5 <perl5-porters@perl.org>
18452              Subject: [PATCH 5.005_53] Lean Exporter.pm
18453              Date: Thu, 21 Jan 1999 03:25:23 -0500
18454              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
18455      Branch: cfgperl
18456            + lib/Exporter/Heavy.pm
18457            ! MANIFEST lib/Exporter.pm
18458 ____________________________________________________________________________
18459 [  2666] By: jhi                                   on 1999/01/21  15:24:10
18460         Log: From: "W. Phillip Moore" <wpm@ms.com>
18461              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
18462              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
18463              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
18464              Message-ID: <13988.46383.298992.97303@zappa>
18465      Branch: cfgperl
18466            ! lib/File/Path.pm
18467 ____________________________________________________________________________
18468 [  2665] By: jhi                                   on 1999/01/21  15:20:48
18469         Log: CPAN update (CPAN-1.44_54) from Andreas and
18470              jumbo doc patch from Abigail.
18471              
18472              From: abigail@fnx.com
18473              To: perl5-porters@perl.org (Perl Porters)
18474              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
18475              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
18476              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
18477              
18478              From: abigail@fnx.com
18479              To: perl5-porters@perl.org (Perl Porters)
18480              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
18481              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
18482              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
18483              
18484              From: abigail@fnx.com
18485              To: perl5-porters@perl.org (Perl Porters)
18486              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
18487              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
18488              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
18489              
18490              From: abigail@fnx.com
18491              To: perl5-porters@perl.org (Perl Porters)
18492              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
18493              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
18494              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
18495              
18496              From: abigail@fnx.com
18497              To: perl5-porters@perl.org (Perl Porters)
18498              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
18499              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
18500              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
18501              
18502              From: abigail@fnx.com
18503              To: perl5-porters@perl.org (Perl Porters)
18504              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
18505              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
18506              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
18507              
18508              From: abigail@fnx.com
18509              To: perl5-porters@perl.org (Perl Porters)
18510              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
18511              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
18512              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
18513              
18514              From: abigail@fnx.com
18515              To: perl5-porters@perl.org (Perl Porters)
18516              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
18517              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
18518              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
18519              
18520              From: abigail@fnx.com
18521              To: perl5-porters@perl.org (Perl Porters)
18522              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
18523              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
18524              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
18525              
18526              From: abigail@fnx.com
18527              To: perl5-porters@perl.org (Perl Porters)
18528              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
18529              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
18530              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
18531              
18532              From: abigail@fnx.com
18533              To: perl5-porters@perl.org (Perl Porters)
18534              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
18535              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
18536              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
18537              
18538              From: abigail@fnx.com
18539              To: perl5-porters@perl.org (Perl Porters)
18540              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
18541              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
18542              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
18543              
18544              From: abigail@fnx.com
18545              To: perl5-porters@perl.org (Perl Porters)
18546              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
18547              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
18548              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
18549      Branch: cfgperl
18550            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
18551            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
18552            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
18553            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
18554 ____________________________________________________________________________
18555 [  2664] By: jhi                                   on 1999/01/21  14:47:43
18556         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18557              To: Mailing list Perl5 <perl5-porters@perl.org>
18558              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
18559              Date: Thu, 21 Jan 1999 03:58:29 -0500
18560              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
18561      Branch: cfgperl
18562            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
18563 ____________________________________________________________________________
18564 [  2663] By: jhi                                   on 1999/01/21  14:43:58
18565         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18566              To: Mailing list Perl5 <perl5-porters@perl.org>
18567              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
18568              Date: Thu, 21 Jan 1999 02:46:34 -0500
18569              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
18570      Branch: cfgperl
18571            ! ext/Errno/Errno_pm.PL
18572 ____________________________________________________________________________
18573 [  2662] By: jhi                                   on 1999/01/21  14:42:42
18574         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
18575              To: Francois Desarmenien <desar@club-internet.fr>
18576              Cc: Gurusamy Sarathy <gsar@activestate.com>,
18577              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
18578              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
18579              Date: 21 Jan 1999 00:17:35 -0700
18580              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
18581      Branch: cfgperl
18582            ! Porting/patching.pod
18583 ____________________________________________________________________________
18584 [  2661] By: jhi                                   on 1999/01/21  14:41:13
18585         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18586              To: Mailing list Perl5 <perl5-porters@perl.org>
18587              Subject: [PATCH 5.00*] makedepend
18588              Date: Thu, 21 Jan 1999 02:08:27 -0500
18589              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
18590      Branch: cfgperl
18591            ! makedepend.SH
18592 ____________________________________________________________________________
18593 [  2660] By: jhi                                   on 1999/01/21  14:36:45
18594         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18595              To: Mailing list Perl5 <perl5-porters@perl.org>
18596              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
18597              Date: Tue, 19 Jan 1999 20:06:45 -0500
18598              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
18599      Branch: cfgperl
18600            ! os2/Changes os2/os2.c
18601 ____________________________________________________________________________
18602 [  2657] By: jhi                                   on 1999/01/21  11:40:35
18603         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
18604              To: perl5-porters@perl.org
18605              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
18606              Date: Mon, 18 Jan 1999 01:32:31 PST
18607              Message-ID: <19990118093231.18443.qmail@hotmail.com>
18608      Branch: cfgperl
18609            ! ext/B/B/CC.pm
18610 ____________________________________________________________________________
18611 [  2656] By: jhi                                   on 1999/01/21  11:35:34
18612         Log: From: Achim Bohnet <ach@mpe.mpg.de>
18613              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
18614              Date: Wed, 20 Jan 1999 20:25:53 +0100
18615              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
18616      Branch: cfgperl
18617            ! pp.c
18618 ____________________________________________________________________________
18619 [  2655] By: jhi                                   on 1999/01/21  10:46:01
18620         Log: Handle NIS (and NetInfo) more robustly.
18621      Branch: cfgperl
18622            ! t/op/grent.t t/op/pwent.t
18623 ____________________________________________________________________________
18624 [  2654] By: jhi                                   on 1999/01/21  10:17:20
18625         Log: Two-argument eaccess() of SCO.
18626      Branch: cfgperl
18627            ! pp_sys.c
18628 ____________________________________________________________________________
18629 [  2653] By: jhi                                   on 1999/01/21  08:53:14
18630         Log: -DNO_NOSUID_CHECK for those platforms which have no way
18631              of checking for nosuid but still want suidperl.
18632      Branch: cfgperl
18633            ! perl.c
18634 ____________________________________________________________________________
18635 [  2652] By: jhi                                   on 1999/01/21  08:22:50
18636         Log: The LANGUAGE mirrors LC_ALL usage.
18637      Branch: cfgperl
18638            ! Configure config_h.SH
18639 ____________________________________________________________________________
18640 [  2651] By: jhi                                   on 1999/01/20  22:01:21
18641         Log: I_MNTENT was missing.
18642      Branch: cfgperl
18643            ! Configure config_h.SH
18644 ____________________________________________________________________________
18645 [  2650] By: jhi                                   on 1999/01/19  13:42:03
18646         Log: NetBSD update, based on patches from the NetBSD packages system.
18647      Branch: cfgperl
18648            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
18649 ____________________________________________________________________________
18650 [  2649] By: jhi                                   on 1999/01/19  12:44:02
18651         Log: Jumbo Configure update.
18652              * -Uinstallusrbinperl: disable /usr/bin/perl installation
18653              by installperl
18654              * usethreads.cbu
18655              * use64bits.cbu
18656              * "nosuid"
18657      Branch: cfgperl
18658            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
18659            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
18660            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
18661            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
18662            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
18663            ! pod/perldiag.pod
18664 ____________________________________________________________________________
18665 [  2648] By: jhi                                   on 1999/01/19  09:16:44
18666         Log: Mention /usr/share/locale.
18667      Branch: cfgperl
18668            ! pod/perllocale.pod
18669 ____________________________________________________________________________
18670 [  2647] By: jhi                                   on 1999/01/19  09:11:11
18671         Log: SHMLBA strikes back in NetBSD/sparc.
18672              
18673              From: Dave Nelson <David.Nelson@bellcow.com>
18674              To: jhi@iki.fi
18675              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
18676              Date: Mon, 18 Jan 1999 22:07:56 -0600
18677              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
18678      Branch: cfgperl
18679            ! ext/IPC/SysV/SysV.xs
18680 ____________________________________________________________________________
18681 [  2646] By: jhi                                   on 1999/01/19  08:58:17
18682         Log: Show LANGUAGE env var when needed. (Augment change #2645).
18683      Branch: cfgperl
18684            ! util.c utils/perlbug.PL
18685 ____________________________________________________________________________
18686 [  2645] By: jhi                                   on 1999/01/19  08:52:15
18687         Log: Document the GNU LANGUAGE env var.
18688      Branch: cfgperl
18689            ! pod/perllocale.pod
18690 ____________________________________________________________________________
18691 [  2644] By: jhi                                   on 1999/01/19  08:42:25
18692         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18693              To: Mailing list Perl5 <perl5-porters@perl.org>
18694              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
18695              Date: Mon, 18 Jan 1999 20:57:02 -0500
18696              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
18697      Branch: cfgperl
18698            ! pp_hot.c t/op/pat.t
18699 ____________________________________________________________________________
18700 [  2643] By: jhi                                   on 1999/01/18  11:23:41
18701         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
18702      Branch: cfgperl
18703            ! Makefile.SH
18704 ____________________________________________________________________________
18705 [  2642] By: jhi                                   on 1999/01/18  11:03:38
18706         Log: GNU libc locale system has LANGUAGE env var that partly
18707              overrides even LC_ALL.
18708      Branch: cfgperl
18709            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
18710 ____________________________________________________________________________
18711 [  2641] By: jhi                                   on 1999/01/18  10:55:04
18712         Log: Integrate from mainperl.
18713      Branch: cfgperl
18714           +> ext/B/defsubs.h.PL
18715            ! t/op/groups.t
18716           !> (integrate 38 files)
18717 ____________________________________________________________________________
18718 [  2640] By: gsar                                  on 1999/01/18  10:06:29
18719         Log: a few random cleanups
18720      Branch: perl
18721            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
18722 ____________________________________________________________________________
18723 [  2639] By: gsar                                  on 1999/01/18  05:56:21
18724         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
18725              Date:    Sun, 17 Jan 1999 16:41:10 PST
18726              Message-Id: <19990118004111.29667.qmail@hotmail.com>
18727              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
18728      Branch: perl
18729            ! ext/B/B/C.pm
18730 ____________________________________________________________________________
18731 [  2638] By: gsar                                  on 1999/01/18  05:41:21
18732         Log: From:    jan.dubois@ibm.net (Jan Dubois)
18733              Date:    Mon, 18 Jan 1999 00:37:41 +0100
18734              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
18735              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
18736      Branch: perl
18737            ! dump.c
18738 ____________________________________________________________________________
18739 [  2633] By: gsar                                  on 1999/01/17  13:39:59
18740         Log: bogus assert()
18741      Branch: perl
18742            ! pp.c t/op/groups.t
18743 ____________________________________________________________________________
18744 [  2632] By: gsar                                  on 1999/01/17  13:22:04
18745         Log: various tweaks for clean build and test on win32
18746      Branch: perl
18747            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
18748            ! op.c t/pragma/warn/doio
18749 ____________________________________________________________________________
18750 [  2631] By: gsar                                  on 1999/01/17  12:28:06
18751         Log: undo change#2336, and add clarification about subversive
18752              CPAN distributions from Andreas Koenig
18753      Branch: perl
18754            ! Porting/pumpkin.pod lib/CPAN.pm
18755 ____________________________________________________________________________
18756 [  2630] By: gsar                                  on 1999/01/17  12:04:06
18757         Log: fix silent taint failures under -U
18758      Branch: perl
18759            ! doio.c
18760 ____________________________________________________________________________
18761 [  2629] By: gsar                                  on 1999/01/17  12:00:23
18762         Log: sanity check piped opens (tweaked version of patch suggested
18763              by Mark-Jason Dominus)
18764      Branch: perl
18765            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
18766            ! t/op/taint.t t/pragma/warn/doio
18767 ____________________________________________________________________________
18768 [  2628] By: gsar                                  on 1999/01/17  11:26:21
18769         Log: regen headers
18770      Branch: perl
18771            ! embed.h embedvar.h objXSUB.h
18772 ____________________________________________________________________________
18773 [  2627] By: gsar                                  on 1999/01/17  11:23:37
18774         Log: PERL_OBJECTness for change#2595
18775      Branch: perl
18776            ! embed.pl op.c pod/perlport.pod proto.h
18777 ____________________________________________________________________________
18778 [  2626] By: gsar                                  on 1999/01/17  09:47:07
18779         Log: PERL_OBJECT tweaks for change#2426
18780      Branch: perl
18781            ! embed.pl proto.h regcomp.c
18782 ____________________________________________________________________________
18783 [  2625] By: gsar                                  on 1999/01/17  09:37:58
18784         Log: documentation in change#2596 is not quite right; fix it
18785      Branch: perl
18786            ! lib/Math/BigFloat.pm pod/perlguts.pod
18787 ____________________________________________________________________________
18788 [  2624] By: gsar                                  on 1999/01/17  09:28:34
18789         Log: undo change#2571; C<use File::Spec> instead
18790      Branch: perl
18791            ! lib/FindBin.pm
18792 ____________________________________________________________________________
18793 [  2623] By: gsar                                  on 1999/01/17  09:20:42
18794         Log: change#2572 is not applicable; undo, retaining scan_bin addition
18795              to global.sym
18796      Branch: perl
18797            ! global.sym perl.c proto.h
18798 ____________________________________________________________________________
18799 [  2622] By: gsar                                  on 1999/01/17  09:17:42
18800         Log: change#2576 is based on a wrong premise; undo it
18801      Branch: perl
18802            ! pp_ctl.c
18803 ____________________________________________________________________________
18804 [  2621] By: gsar                                  on 1999/01/17  09:12:42
18805         Log: fix change#2602 to not used hard coded constants
18806      Branch: perl
18807            ! ext/B/B/C.pm ext/B/defsubs.h.PL
18808 ____________________________________________________________________________
18809 [  2620] By: gsar                                  on 1999/01/17  09:02:07
18810         Log: integrate cfgperl changes into mainline, fix conflicts
18811      Branch: perl
18812           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
18813           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
18814           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
18815           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
18816           +> pod/perlopentut.pod
18817           !> (integrate 162 files)
18818 ____________________________________________________________________________
18819 [  2619] By: gsar                                  on 1999/01/17  08:42:04
18820         Log: a few doc typos
18821      Branch: perl
18822            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
18823 ____________________________________________________________________________
18824 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
18825         Log: Win32 changes from Jan
18826              
18827              From: jan.dubois@ibm.net (Jan Dubois)
18828              Date: Fri, 15 Jan 1999 23:38:35 +0100
18829              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
18830              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
18831              
18832              From: jan.dubois@ibm.net (Jan Dubois)
18833              Date: Sat, 16 Jan 1999 13:02:45 +0100
18834              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
18835              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
18836      Branch: maint-5.005/perl
18837            ! README.win32 win32/Makefile win32/makefile.mk
18838 ____________________________________________________________________________
18839 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
18840         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
18841              
18842              From: Gurusamy Sarathy <gsar@engin.umich.edu>
18843              Date: Thu, 07 Jan 1999 00:12:00 -0500
18844              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
18845              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
18846              
18847              From: Gurusamy Sarathy <gsar@engin.umich.edu>
18848              Date: Thu, 14 Jan 1999 19:21:46 -0500
18849              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
18850              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
18851      Branch: maint-5.005/perl
18852            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
18853            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
18854            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
18855            ! win32/makedef.pl win32/runperl.c win32/win32.c
18856 ____________________________________________________________________________
18857 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
18858         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
18859              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
18860              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
18861              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
18862              
18863              From: Jarkko Hietaniemi <jhi@iki.fi>
18864              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
18865              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
18866              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
18867              
18868              From: Jarkko Hietaniemi <jhi@iki.fi>
18869              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
18870              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
18871              Subject: the promised "installusrbinperl + NetBSD" fix
18872      Branch: maint-5.005/perl
18873            ! Configure Makefile.SH hints/netbsd.sh installperl
18874            ! makedepend.SH unixish.h
18875 ____________________________________________________________________________
18876 [  2611] By: jhi                                   on 1999/01/14  12:16:14
18877         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
18878              To: pumpkings@jhereg.perl.com
18879              Subject: perlopentut.pod
18880              Date: Sat, 09 Jan 1999 08:13:18 -0700
18881              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
18882      Branch: cfgperl
18883            + pod/perlopentut.pod
18884            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
18885 ____________________________________________________________________________
18886 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
18887         Log: Added Carp::cluck to perldelta.pod
18888      Branch: maint-5.005/perl
18889            ! pod/perldelta.pod
18890 ____________________________________________________________________________
18891 [  2605] By: jhi                                   on 1999/01/13  18:26:19
18892         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
18893              To: "'cpan@perl.org'" <cpan@perl.org>
18894              Subject: "Bug" fix for File::Find.pm
18895              Date:   Thu, 31 Dec 1998 13:01:50 -0500
18896              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
18897      Branch: cfgperl
18898            ! lib/File/Find.pm
18899 ____________________________________________________________________________
18900 [  2604] By: jhi                                   on 1999/01/13  18:08:45
18901         Log: From: Peter Wolfe <wolfe@teloseng.com>
18902              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
18903              To: perlbug@perl.com
18904              Date: 11 Jan 1999 23:00:05 +0200
18905              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
18906      Branch: cfgperl
18907            ! hints/sco.sh
18908 ____________________________________________________________________________
18909 [  2603] By: jhi                                   on 1999/01/13  18:06:56
18910         Log: From: hans@icgroup.nl (Hans Mulder)
18911              Subject: [Patch for 5.005_54] re::debugcolors dumps core
18912              To: perlbug@perl.com
18913              Cc: hansmu@xs4all.nl
18914              Date: 11 Jan 1999 22:22:45 +0200
18915              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
18916      Branch: cfgperl
18917            ! ext/re/re.pm regcomp.c
18918 ____________________________________________________________________________
18919 [  2602] By: jhi                                   on 1999/01/13  18:05:43
18920         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
18921              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
18922              Date: 11 Jan 1999 08:02:41 +0200
18923              Lines: 134
18924              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
18925      Branch: cfgperl
18926            ! ext/B/B.xs ext/B/B/C.pm
18927 ____________________________________________________________________________
18928 [  2601] By: jhi                                   on 1999/01/13  18:01:53
18929         Log: From: James FitzGibbon <james@ican.net>
18930              Subject: Trivial patch for HP-UX 11 and shared libperl
18931              To: perl5-porters@perl.org
18932              Date: 8 Jan 1999 19:13:23 +0200
18933              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
18934      Branch: cfgperl
18935            ! Makefile.SH
18936 ____________________________________________________________________________
18937 [  2600] By: jhi                                   on 1999/01/13  17:59:45
18938         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
18939              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
18940              To: perl5-porters@perl.org
18941              Date: 8 Jan 1999 12:43:36 +0200
18942              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
18943      Branch: cfgperl
18944            ! ext/B/B/CC.pm
18945 ____________________________________________________________________________
18946 [  2599] By: jhi                                   on 1999/01/13  17:50:11
18947         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
18948              Subject: PATCH to installperl
18949              To: perl5-porters@perl.org
18950              Date: 4 Jan 1999 16:15:18 +0200
18951              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
18952      Branch: cfgperl
18953            ! installperl
18954 ____________________________________________________________________________
18955 [  2598] By: jhi                                   on 1999/01/13  17:34:51
18956         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
18957              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
18958              Cc: perl5-porters@perl.org
18959              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
18960              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
18961              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
18962      Branch: cfgperl
18963            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
18964            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
18965 ____________________________________________________________________________
18966 [  2597] By: jhi                                   on 1999/01/13  17:30:33
18967         Log: From: David Dyck <dcd@tc.fluke.com>
18968              To: Perl Porters <perl5-porters@perl.org>,
18969              Gurusamy Sarathy <gsar@engin.umich.edu>
18970              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
18971              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
18972              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
18973      Branch: cfgperl
18974            ! pod/perldsc.pod
18975 ____________________________________________________________________________
18976 [  2596] By: jhi                                   on 1999/01/13  17:26:44
18977         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
18978              To: perl5-porters@perl.org
18979              Subject: [PATCH] modglobal w/ spelling fixes
18980              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
18981              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
18982      Branch: cfgperl
18983            ! pod/perlguts.pod
18984 ____________________________________________________________________________
18985 [  2595] By: jhi                                   on 1999/01/13  17:24:59
18986         Log: From: Hans Mulder <hansm@icgroup.nl>
18987              Optimize common sort routines.  Thread started by the message
18988              
18989              From: Hans Mulder <hansm@icgroup.nl>
18990              Sender: owner-perl5-porters@perl.org
18991              To: perl5-porters@perl.org
18992              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
18993              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
18994              
18995              and the patch from the message
18996              
18997              From: Hans Mulder <hans@icgroup.nl>
18998              To: jhi@iki.fi
18999              Cc: perl5-porters@perl.org
19000              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
19001              $b }
19002              Date: Wed, 13 Jan 1999 17:39:35 +0100
19003              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
19004      Branch: cfgperl
19005            ! Todo op.c op.h pp_ctl.c t/op/sort.t
19006 ____________________________________________________________________________
19007 [  2594] By: jhi                                   on 1999/01/13  16:50:17
19008         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
19009              (the diffs were based on 5.004_02).  Tested by Guido
19010              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
19011      Branch: cfgperl
19012            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
19013            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
19014            + mint/sys/time.h mint/time.h
19015            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
19016            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
19017 ____________________________________________________________________________
19018 [  2593] By: jhi                                   on 1999/01/09  16:54:26
19019         Log: Detypo.
19020      Branch: cfgperl
19021            ! hints/dec_osf.sh
19022 ____________________________________________________________________________
19023 [  2592] By: jhi                                   on 1999/01/09  16:17:13
19024         Log: Move usethreads and use64bits logic from hints to Configure.
19025      Branch: cfgperl
19026            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
19027            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
19028            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
19029            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
19030 ____________________________________________________________________________
19031 [  2591] By: jhi                                   on 1999/01/09  14:45:24
19032         Log: Missing dTHRs added.
19033      Branch: cfgperl
19034            ! regcomp.c toke.c
19035 ____________________________________________________________________________
19036 [  2590] By: jhi                                   on 1999/01/08  15:27:17
19037         Log: Finalize change #2589 and add better AIX nm scanning from:
19038              
19039              Message-Id: <m0zyNW0-00017VC@gentoo.com>
19040              From: bll@gentoo.com (Brad Lanam)
19041              Subject: Re: mailhelp returned a non-zero status
19042              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
19043              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
19044      Branch: cfgperl
19045            ! Configure hints/freebsd.sh hints/linux.sh
19046 ____________________________________________________________________________
19047 [  2589] By: jhi                                   on 1999/01/08  15:14:54
19048         Log: Undo change #2581.
19049      Branch: cfgperl
19050            ! Configure hints/freebsd.sh hints/linux.sh
19051 ____________________________________________________________________________
19052 [  2588] By: jhi                                   on 1999/01/08  11:51:52
19053         Log: FAQ jumbo patch from tchrist.
19054              
19055              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
19056              From: Tom Christiansen <tchrist@jhereg.perl.com>
19057              To: pumpkings@jhereg.perl.com
19058              Subject: newest version of perlfaq.pod
19059              Date: Thu, 7 Jan 1999 23:05:02 -0700
19060              
19061              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
19062              From: Tom Christiansen <tchrist@jhereg.perl.com>
19063              To: pumpkings@jhereg.perl.com
19064              Subject: newest version of perlfaq1.pod
19065              Date: Thu, 7 Jan 1999 23:05:02 -0700
19066              
19067              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
19068              From: Tom Christiansen <tchrist@jhereg.perl.com>
19069              To: pumpkings@jhereg.perl.com
19070              Subject: newest version of perlfaq2.pod
19071              Date: Thu, 7 Jan 1999 23:05:02 -0700
19072              
19073              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
19074              From: Tom Christiansen <tchrist@jhereg.perl.com>
19075              To: pumpkings@jhereg.perl.com
19076              Subject: newest version of perlfaq3.pod
19077              Date: Thu, 7 Jan 1999 23:05:02 -0700
19078              
19079              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
19080              From: Tom Christiansen <tchrist@jhereg.perl.com>
19081              To: pumpkings@jhereg.perl.com
19082              Subject: newest version of perlfaq4.pod
19083              Date: Thu, 7 Jan 1999 23:05:02 -0700
19084              
19085              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
19086              From: Tom Christiansen <tchrist@jhereg.perl.com>
19087              To: pumpkings@jhereg.perl.com
19088              Subject: newest version of perlfaq5.pod
19089              Date: Thu, 7 Jan 1999 23:05:02 -0700
19090              
19091              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
19092              From: Tom Christiansen <tchrist@jhereg.perl.com>
19093              To: pumpkings@jhereg.perl.com
19094              Subject: newest version of perlfaq6.pod
19095              Date: Thu, 7 Jan 1999 23:05:02 -0700
19096              
19097              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
19098              From: Tom Christiansen <tchrist@jhereg.perl.com>
19099              To: pumpkings@jhereg.perl.com
19100              Subject: newest version of perlfaq7.pod
19101              Date: Thu, 7 Jan 1999 23:05:03 -0700
19102              
19103              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
19104              From: Tom Christiansen <tchrist@jhereg.perl.com>
19105              To: pumpkings@jhereg.perl.com
19106              Subject: newest version of perlfaq8.pod
19107              Date: Thu, 7 Jan 1999 23:05:03 -0700
19108              
19109              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
19110              From: Tom Christiansen <tchrist@jhereg.perl.com>
19111              To: pumpkings@jhereg.perl.com
19112              Subject: newest version of perlfaq9.pod
19113              Date: Thu, 7 Jan 1999 23:05:03 -0700
19114      Branch: cfgperl
19115            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
19116            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
19117            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
19118            ! pod/perlfaq9.pod
19119 ____________________________________________________________________________
19120 [  2587] By: jhi                                   on 1999/01/08  11:17:43
19121         Log: More doc fixes from Abigail.
19122      Branch: cfgperl
19123            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
19124            ! lib/User/pwent.pm
19125 ____________________________________________________________________________
19126 [  2585] By: jhi                                   on 1999/01/08  08:31:02
19127         Log: Change #2584 from maint-5.005:
19128              
19129              implemented Ilya's suggested fix, and added a testcase
19130              
19131              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19132              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
19133              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
19134              Subject: Re: Text::ParseWords: regex fix
19135      Branch: cfgperl
19136            ! lib/Text/ParseWords.pm t/lib/parsewords.t
19137 ____________________________________________________________________________
19138 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
19139         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
19140              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
19141              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
19142              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
19143      Branch: maint-5.005/perl
19144            ! ext/Errno/Errno_pm.PL
19145 ____________________________________________________________________________
19146 [  2581] By: jhi                                   on 1999/01/07  16:38:03
19147         Log: Configure update:
19148              - usethreads, use64bits, and usemultiplicity
19149              are no more interactively asked by Configure
19150              - "int main()" (vs bare "main()") enforced in test programs
19151      Branch: cfgperl
19152            ! Configure hints/freebsd.sh hints/linux.sh
19153 ____________________________________________________________________________
19154 [  2580] By: jhi                                   on 1999/01/07  11:19:12
19155         Log: From: Dan Sugalski <sugalskd@osshe.edu>
19156              Date: Wed, 06 Jan 1999 13:47:34 -0800
19157              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
19158              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
19159      Branch: cfgperl
19160            ! vms/vms.c
19161 ____________________________________________________________________________
19162 [  2579] By: jhi                                   on 1999/01/07  09:08:36
19163         Log: Another set of doc patches from Abigail
19164              
19165              From: abigail@fnx.com
19166              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
19167              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
19168              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
19169              
19170              From: abigail@fnx.com
19171              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
19172              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
19173              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
19174              
19175              From: abigail@fnx.com
19176              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
19177              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
19178              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
19179              
19180              From: abigail@fnx.com
19181              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
19182              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
19183              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
19184              
19185              From: abigail@fnx.com
19186              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
19187              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
19188              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
19189              
19190              From: abigail@fnx.com
19191              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
19192              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
19193              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
19194              
19195              From: abigail@fnx.com
19196              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
19197              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
19198              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
19199              
19200              From: abigail@fnx.com
19201              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
19202              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
19203              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
19204              
19205              From: abigail@fnx.com
19206              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
19207              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
19208              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
19209              
19210              From: abigail@fnx.com
19211              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
19212              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
19213              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
19214              
19215              From: abigail@fnx.com
19216              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
19217              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
19218              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
19219              
19220              From: abigail@fnx.com
19221              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
19222              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
19223              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
19224              
19225              From: abigail@fnx.com
19226              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
19227              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
19228              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
19229              
19230              From: abigail@fnx.com
19231              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
19232              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
19233              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
19234      Branch: cfgperl
19235            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
19236            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
19237            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
19238            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
19239            ! lib/Tie/Array.pm lib/Tie/Hash.pm
19240 ____________________________________________________________________________
19241 [  2576] By: jhi                                   on 1999/01/06  17:05:20
19242         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
19243      Branch: cfgperl
19244            ! pp_ctl.c
19245 ____________________________________________________________________________
19246 [  2575] By: jhi                                   on 1999/01/06  13:18:56
19247         Log: Enhance the great_circle_distance() documentation.
19248      Branch: cfgperl
19249            ! lib/Math/Trig.pm
19250 ____________________________________________________________________________
19251 [  2574] By: jhi                                   on 1999/01/06  12:58:03
19252         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
19253              To: perlbug@perl.com
19254              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
19255              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
19256              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
19257      Branch: cfgperl
19258            ! t/op/sysio.t
19259 ____________________________________________________________________________
19260 [  2573] By: jhi                                   on 1999/01/06  12:40:19
19261         Log: From: "W. Phillip Moore" <wpm@ms.com>
19262              To: perlbug@perl.org
19263              Subject: [PATCH] POSIX getpgrp is not -w clean
19264              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
19265              Message-ID: <13970.20107.190314.549471@zappa>
19266      Branch: cfgperl
19267            ! ext/POSIX/POSIX.pm
19268 ____________________________________________________________________________
19269 [  2572] By: jhi                                   on 1999/01/06  12:25:24
19270         Log: Based on
19271              From: jan.dubois@ibm.net (Jan Dubois)
19272              To: perl5-porters@perl.org
19273              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
19274              Date: Wed, 06 Jan 1999 01:24:09 +0100
19275              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
19276              except that
19277              - objXSUB.h was already okay
19278              - embed.h patching is futile, global.sym patched instead
19279              - objpp.h does not exist
19280              - proto.h addition applied manually
19281              - win32/GenCAPI.pl was already okay
19282              - win32/makedef.pl was already okay
19283      Branch: cfgperl
19284            ! global.sym perl.c proto.h
19285 ____________________________________________________________________________
19286 [  2571] By: jhi                                   on 1999/01/06  11:25:48
19287         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
19288              To: perlbug@perl.com
19289              Subject: FindBin.pm on Win32 systems
19290              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
19291              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
19292      Branch: cfgperl
19293            ! lib/FindBin.pm
19294 ____________________________________________________________________________
19295 [  2570] By: jhi                                   on 1999/01/06  11:21:48
19296         Log: From: Dan Sugalski <sugalskd@osshe.edu>
19297              To: perl5-porters@perl.org, vmsperl@perl.org
19298              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
19299              Date: Tue, 05 Jan 1999 16:47:31 -0800
19300              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
19301              
19302              (the ext/IO/lib/IO/Socket.pm was not really changed here;
19303              it was a leftover from #2569)
19304      Branch: cfgperl
19305            ! ext/IO/lib/IO/Socket.pm taint.c
19306 ____________________________________________________________________________
19307 [  2569] By: jhi                                   on 1999/01/06  11:18:22
19308         Log: Jumbo doc patch from Abigail (almost identical to
19309              the 5.005-maint change #2562 except for the
19310              ext/IO/lib/IO/Socket.pm patch which was not
19311              applicable because the IO version of 5.005-devel
19312              is somewhat different (why?))
19313              
19314              From: abigail@fnx.com
19315              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
19316              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
19317              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
19318              
19319              From: abigail@fnx.com
19320              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
19321              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
19322              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
19323              
19324              From: abigail@fnx.com
19325              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
19326              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
19327              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
19328              
19329              From: abigail@fnx.com
19330              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
19331              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
19332              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
19333              
19334              From: abigail@fnx.com
19335              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
19336              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
19337              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
19338              
19339              From: abigail@fnx.com
19340              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
19341              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
19342              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
19343              
19344              From: abigail@fnx.com
19345              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
19346              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
19347              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
19348              
19349              From: abigail@fnx.com
19350              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
19351              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
19352              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
19353              
19354              From: abigail@fnx.com
19355              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
19356              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
19357              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
19358              
19359              From: abigail@fnx.com
19360              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
19361              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
19362              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
19363      Branch: cfgperl
19364            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
19365            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
19366            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
19367            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
19368            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
19369 ____________________________________________________________________________
19370 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
19371         Log: From: jan.dubois@ibm.net (Jan Dubois)
19372              Date: Wed, 06 Jan 1999 01:24:09 +0100
19373              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
19374              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
19375      Branch: maint-5.005/perl
19376            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
19377            ! win32/GenCAPI.pl win32/makedef.pl
19378 ____________________________________________________________________________
19379 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
19380         Log: From: "W. Phillip Moore" <wpm@ms.com>
19381              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
19382              Message-ID: <13970.20107.190314.549471@zappa>
19383              Subject: [PATCH] POSIX getpgrp is not -w clean
19384      Branch: maint-5.005/perl
19385            ! ext/POSIX/POSIX.pm
19386 ____________________________________________________________________________
19387 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
19388         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
19389              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
19390              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
19391              Subject: FindBin.pm on Win32 systems
19392      Branch: maint-5.005/perl
19393            ! lib/FindBin.pm
19394 ____________________________________________________________________________
19395 [  2561] By: jhi                                   on 1999/01/05  10:49:10
19396         Log: Reword the setlocale() 1-arg case better.
19397      Branch: cfgperl
19398            ! ext/POSIX/POSIX.pod
19399 ____________________________________________________________________________
19400 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
19401         Log: From: Blair Zajac <bzajac@geostaff.com>
19402              Date: Wed, 23 Dec 1998 17:13:32 -0800
19403              Message-ID: <3681953C.8B6A90AA@geostaff.com>
19404              Subject: Tie::SubstrHash patch
19405      Branch: maint-5.005/perl
19406            ! lib/Tie/SubstrHash.pm
19407 ____________________________________________________________________________
19408 [  2554] By: jhi                                   on 1999/01/02  14:55:06
19409         Log: Object destruction order testing.
19410      Branch: cfgperl
19411            ! t/op/misc.t
19412 ____________________________________________________________________________
19413 [  2553] By: jhi                                   on 1999/01/02  14:49:40
19414         Log: perldelta the Dumpvalue.pm of change #2513.
19415      Branch: cfgperl
19416            ! lib/Dumpvalue.pm pod/perldelta.pod
19417 ____________________________________________________________________________
19418 [  2552] By: nick                                  on 1999/01/02  14:45:38
19419         Log: Tone down Makefile.PL so it works on Win32
19420      Branch: perl
19421            ! ext/B/Makefile.PL
19422 ____________________________________________________________________________
19423 [  2551] By: nick                                  on 1999/01/02  14:06:30
19424         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
19425              Use them in various B::* rather than have local defs.
19426      Branch: perl
19427            + ext/B/defsubs.h.PL
19428            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
19429            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
19430            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
19431 ____________________________________________________________________________
19432 [  2550] By: nick                                  on 1999/01/02  10:04:02
19433         Log: Integrate ext/B changes from //depot/cfgperl
19434      Branch: perl
19435           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
19436 ____________________________________________________________________________
19437 [  2549] By: jhi                                   on 1999/01/01  13:54:16
19438         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
19439              To: perlbug@perl.com
19440              Subject: op/groups.t fails test 1 on HP-UX 10.20
19441              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
19442              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
19443      Branch: cfgperl
19444            ! t/op/groups.t
19445 ____________________________________________________________________________
19446 [  2548] By: jhi                                   on 1999/01/01  13:53:31
19447         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19448              To: perl5-porters@perl.org
19449              cc: hv@crypt0.demon.co.uk
19450              Subject: [bug 5.004_54] duplicate error message
19451              Date: Thu, 31 Dec 1998 04:05:25 +0000
19452              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
19453              
19454              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
19455              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
19456              To: hv@crypt0.demon.co.uk
19457              Cc: perl5-porters@perl.org
19458              Subject: [PATCH _54] Re: duplicate error message
19459              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
19460              
19461              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
19462              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19463              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
19464              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
19465              Subject: [TEST PATCH _54] Re: duplicate error message 
19466              Date: Fri, 01 Jan 1999 07:32:14 +0000
19467      Branch: cfgperl
19468            ! op.c t/pragma/warn/op
19469 ____________________________________________________________________________
19470 [  2547] By: jhi                                   on 1998/12/31  14:15:04
19471         Log: From: Chris Nandor <pudge@pobox.com>
19472              To: jhi@iki.fi
19473              Cc: perl5-porters@perl.org
19474              Subject: Re: [PATCH] perlport.pod 1.38
19475              Date: Thu, 31 Dec 1998 09:06:48 -0500
19476              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
19477      Branch: cfgperl
19478            ! pod/perlport.pod
19479 ____________________________________________________________________________
19480 [  2546] By: jhi                                   on 1998/12/31  11:18:17
19481         Log: From: Wilson P. Snyder II
19482              To: perl5-porters@perl.org
19483              Subject: [PATCH v5.5.53] REV2: Binary number support
19484              Date: 1998/11/30
19485              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
19486      Branch: cfgperl
19487            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
19488            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
19489            ! toke.c util.c
19490 ____________________________________________________________________________
19491 [  2545] By: jhi                                   on 1998/12/31  09:27:40
19492         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
19493              To: perlbug@perl.com
19494              Subject: "perl -T -P" dumps core on OpenBSD and Linux
19495              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
19496              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
19497      Branch: cfgperl
19498            ! taint.c
19499 ____________________________________________________________________________
19500 [  2544] By: jhi                                   on 1998/12/31  09:21:45
19501         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
19502              To: perlbug@perl.com 
19503              Subject: bug in pod2man search for perl binary [5.005_5x]
19504              Date: Sat, 12 Dec 1998 23:08:51 +0000 
19505              Message-ID: <19981212230851.A20578@ig.co.uk> 
19506      Branch: cfgperl
19507            ! pod/pod2man.PL
19508 ____________________________________________________________________________
19509 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
19510         Log: From: jan.dubois@ibm.net (Jan Dubois)
19511              Date: Wed, 23 Dec 1998 21:26:38 +0100
19512              Message-ID: <36895086.8849224@smtp1.ibm.net>
19513              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
19514      Branch: maint-5.005/perl
19515            ! lib/ExtUtils/MakeMaker.pm
19516 ____________________________________________________________________________
19517 [  2540] By: jhi                                   on 1998/12/30  08:42:04
19518         Log: Evermore AUTHORS and MAINTAIN.
19519      Branch: cfgperl
19520            ! AUTHORS MAINTAIN
19521 ____________________________________________________________________________
19522 [  2539] By: jhi                                   on 1998/12/29  15:10:34
19523         Log: More AUTHORS and MAINTAIN.
19524      Branch: cfgperl
19525            ! AUTHORS MAINTAIN
19526 ____________________________________________________________________________
19527 [  2537] By: jhi                                   on 1998/12/29  14:34:47
19528         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
19529              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
19530              Message-ID: <13942.32480.700000.640927@utensil>
19531              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
19532              (mirror change#2531 in the 5.005-maint)
19533      Branch: cfgperl
19534            ! lib/AutoSplit.pm
19535 ____________________________________________________________________________
19536 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
19537         Log: change in_pod pattern to /^=\w/ from /^=/
19538              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
19539              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
19540              Message-ID: <13942.32480.700000.640927@utensil>
19541              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
19542      Branch: maint-5.005/perl
19543            ! lib/AutoSplit.pm
19544 ____________________________________________________________________________
19545 [  2525] By: jhi                                   on 1998/12/29  13:06:26
19546         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
19547              To: perl5-porters@perl.org
19548              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
19549              Date: 16 Dec 1998 03:17:03 +0200
19550              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
19551      Branch: cfgperl
19552            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
19553 ____________________________________________________________________________
19554 [  2524] By: jhi                                   on 1998/12/29  13:00:06
19555         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
19556              To: perl5-porters@perl.org
19557              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
19558              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
19559              Date: 10 Dec 1998 08:30:02 +0200
19560              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
19561              
19562              (Nick's part was applied earlier, in change #2460)
19563      Branch: cfgperl
19564            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
19565 ____________________________________________________________________________
19566 [  2523] By: jhi                                   on 1998/12/29  12:41:31
19567         Log: From: "vishal bhatia" <vishalb@hotmail.com>
19568              To: nick@ni-s.u-net.com
19569              Cc: perl5-porters@perl.org
19570              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
19571              Date: 9 Dec 1998 06:50:30 +0200
19572              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
19573      Branch: cfgperl
19574            ! ext/B/B/CC.pm
19575 ____________________________________________________________________________
19576 [  2522] By: jhi                                   on 1998/12/29  12:15:18
19577         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
19578              To: perl5-porters@perl.org (Perl 5 Porters)
19579              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
19580              Date: 25 Dec 1998 23:02:28 +0200
19581              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
19582      Branch: cfgperl
19583            ! lib/Pod/Text.pm
19584 ____________________________________________________________________________
19585 [  2521] By: jhi                                   on 1998/12/29  12:07:54
19586         Log: Undo #2519 (breaks universal.c).
19587      Branch: cfgperl
19588            ! XSUB.h
19589 ____________________________________________________________________________
19590 [  2519] By: jhi                                   on 1998/12/29  11:41:10
19591         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
19592              To: perl5-porters@perl.org
19593              Cc: perl-xs@perl.org
19594              Subject: XSUB.h refinement [PATCH]
19595              Date: 18 Dec 1998 03:58:44 +0200
19596              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
19597      Branch: cfgperl
19598            ! XSUB.h
19599 ____________________________________________________________________________
19600 [  2518] By: jhi                                   on 1998/12/29  11:36:19
19601         Log: From: abigail@fnx.com
19602              To: perl5-porters@perl.org (Perl Porters)
19603              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
19604              Date: 28 Dec 1998 21:39:15 +0200
19605              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
19606      Branch: cfgperl
19607            ! lib/fields.pm
19608 ____________________________________________________________________________
19609 [  2517] By: jhi                                   on 1998/12/29  11:35:03
19610         Log: Document change #2516.
19611      Branch: cfgperl
19612            ! pod/perldelta.pod
19613 ____________________________________________________________________________
19614 [  2516] By: jhi                                   on 1998/12/29  11:32:26
19615         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19616              To: perl5-porters@perl.org (Mailing list Perl5)
19617              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
19618              Date: 9 Dec 1998 10:39:31 +0200
19619              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
19620      Branch: cfgperl
19621            ! pod/perldiag.pod regcomp.c toke.c
19622 ____________________________________________________________________________
19623 [  2515] By: jhi                                   on 1998/12/29  11:27:11
19624         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19625              To: perl5-porters@perl.org (Mailing list Perl5)
19626              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
19627              Date: 8 Dec 1998 09:02:04 +0200
19628              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
19629              
19630              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
19631      Branch: cfgperl
19632            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
19633 ____________________________________________________________________________
19634 [  2514] By: jhi                                   on 1998/12/29  11:21:31
19635         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19636              To: perl5-porters@perl.org (Mailing list Perl5)
19637              Subject: [PATCH 5.005_53] Regexp tests and UTF8
19638              Date: 8 Dec 1998 07:02:01 +0200
19639              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
19640      Branch: cfgperl
19641            ! regcomp.c
19642 ____________________________________________________________________________
19643 [  2513] By: jhi                                   on 1998/12/29  11:18:34
19644         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19645              Subject: [PATCH 5.005_*] Dumpvar.pm
19646              To: perl5-porters@perl.org (Mailing list Perl5)
19647              Date: 7 Dec 1998 10:17:35 +0200
19648              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
19649      Branch: cfgperl
19650            + lib/Dumpvalue.pm
19651            ! MANIFEST
19652 ____________________________________________________________________________
19653 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
19654         Log: From: jan.dubois@ibm.net (Jan Dubois)
19655              Date: Tue, 01 Dec 1998 00:07:33 +0100
19656              Message-ID: <366921b5.14512598@smtp1.ibm.net>
19657              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
19658              
19659              From: jan.dubois@ibm.net (Jan Dubois)
19660              Date: Wed, 02 Dec 1998 00:24:54 +0100
19661              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
19662              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
19663      Branch: maint-5.005/perl
19664            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
19665            ! win32/config.bc win32/config.gc win32/config.vc
19666            ! win32/config_sh.PL win32/makedef.pl
19667 ____________________________________________________________________________
19668 [  2509] By: jhi                                   on 1998/12/28  13:00:31
19669     Log: Kickstart AUTHORS and MAINTAIN.
19670  Branch: cfgperl
19671        + AUTHORS MAINTAIN
19672        ! MANIFEST
19673 ____________________________________________________________________________
19674 [  2508] By: jhi                                   on 1998/12/28  08:04:00
19675     Log: From: Nathan Torkington <gnat@frii.com>
19676          To: perlbug@perl.com
19677          Subject: [PATCH] perlxstut.pod fix
19678          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
19679          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
19680  Branch: cfgperl
19681        ! pod/perlxstut.pod
19682 ____________________________________________________________________________
19683 [  2507] By: jhi                                   on 1998/12/28  07:59:00
19684     Log: From: abigail@fnx.com
19685          To: perlbug@perl.com
19686          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
19687          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
19688          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
19689          (slightly modified, a part of the patch was rejected)
19690          (strange, I thought I had already submitted this one
19691          but Perforce disagrees with me...)
19692  Branch: cfgperl
19693        ! pod/perlop.pod
19694 ____________________________________________________________________________
19695 [  2506] By: jhi                                   on 1998/12/28  07:56:59
19696     Log: From: Artur <artur@vogon-solutions.com>
19697          To: perlbug@perl.com
19698          Subject: PATCH: perlmodlib.pod
19699          Date: Fri, 25 Dec 1998 00:48:39 +0000
19700          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
19701  Branch: cfgperl
19702        ! pod/perlmodlib.pod pod/perlop.pod
19703 ____________________________________________________________________________
19704 [  2505] By: jhi                                   on 1998/12/28  07:46:06
19705     Log: From: abigail@fnx.com
19706          To: perl5-porters@perl.org (Perl Porters)
19707          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
19708          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
19709          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
19710  Branch: cfgperl
19711        ! pod/pod2html.PL
19712 ____________________________________________________________________________
19713 [  2504] By: jhi                                   on 1998/12/28  07:44:35
19714     Log: From: Jim Avera <avera@fjst.com>
19715          To: perlbug@perl.com
19716          Subject: perlbug bug - shows dates reversed
19717          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
19718          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
19719  Branch: cfgperl
19720        ! utils/perlbug.PL
19721 ____________________________________________________________________________
19722 [  2503] By: jhi                                   on 1998/12/28  07:41:39
19723     Log: From: jan.dubois@ibm.net (Jan Dubois)
19724          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
19725          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
19726          Date: Wed, 23 Dec 1998 21:26:38 +0100
19727          Message-ID: <36895086.8849224@smtp1.ibm.net>
19728  Branch: cfgperl
19729        ! lib/ExtUtils/MakeMaker.pm
19730 ____________________________________________________________________________
19731 [  2502] By: jhi                                   on 1998/12/28  07:39:20
19732     Log: From: Blair Zajac <bzajac@geostaff.com>
19733          To: perl5-porters@perl.org
19734          Subject: Tie::SubstrHash patch
19735          Date: Wed, 23 Dec 1998 17:13:32 -0800
19736          Message-ID: <3681953C.8B6A90AA@geostaff.com>
19737  Branch: cfgperl
19738        ! lib/Tie/SubstrHash.pm
19739 ____________________________________________________________________________
19740 [  2501] By: jhi                                   on 1998/12/28  07:37:16
19741     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
19742          To: perlbug@perl.com
19743          Subject: perlfaq9 minor error
19744          Date: Wed, 23 Dec 1998 14:54:19 -0800
19745          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
19746  Branch: cfgperl
19747        ! pod/perlfaq9.pod
19748 ____________________________________________________________________________
19749 [  2500] By: jhi                                   on 1998/12/23  10:38:18
19750     Log: More porting notes about filesystems, AmigaOS, and MiNT.
19751  Branch: cfgperl
19752        ! pod/perlport.pod
19753 ____________________________________________________________________________
19754 [  2499] By: jhi                                   on 1998/12/22  09:26:49
19755     Log: Add few MSG_ and uio constants.
19756  Branch: cfgperl
19757        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
19758 ____________________________________________________________________________
19759 [  2498] By: jhi                                   on 1998/12/22  08:39:30
19760     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
19761          a Digital C compiler optimizer bug that broke the 'x'
19762          operator under certain circumstances.  See t/op/repeat.t
19763          test #20 for graphic details.  Reported in
19764          
19765          From: Gisle Aas <gisle@aas.no>
19766          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
19767          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
19768          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
19769          Date: 18 Dec 1998 14:27:40 +0100
19770          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
19771          
19772          and discussed further in the thread
19773          
19774          From: Jarkko Hietaniemi <jhi@iki.fi>
19775          To: Gisle Aas <gisle@aas.no>
19776          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
19777          cpan-testers@perl.org, perl5-porters@perl.org
19778          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
19779          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
19780          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
19781  Branch: cfgperl
19782        ! t/op/repeat.t util.c
19783 ____________________________________________________________________________
19784 [  2497] By: jhi                                   on 1998/12/21  14:18:57
19785     Log: Change #2483 update.
19786  Branch: cfgperl
19787        ! t/op/tr.t
19788 ____________________________________________________________________________
19789 [  2496] By: jhi                                   on 1998/12/21  14:07:41
19790     Log: Update on change #2493.
19791  Branch: cfgperl
19792        ! t/pragma/warn/op
19793 ____________________________________________________________________________
19794 [  2495] By: jhi                                   on 1998/12/21  13:52:00
19795     Log: Change #2487 aftershock.
19796  Branch: cfgperl
19797        ! warning.pl
19798 ____________________________________________________________________________
19799 [  2494] By: jhi                                   on 1998/12/21  12:35:00
19800     Log: From: Chris Nandor <pudge@pobox.com>
19801          To: perl5-porters@perl.org
19802          Subject: [PATCH] perlport.pod v1.37
19803          Date: Sat, 19 Dec 1998 12:54:34 -0500
19804          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
19805  Branch: cfgperl
19806        ! pod/perlport.pod
19807 ____________________________________________________________________________
19808 [  2493] By: jhi                                   on 1998/12/21  12:22:44
19809     Log: From: Mark-Jason Dominus <mjd@plover.com>
19810          To: perl5-porters@perl.com
19811          Subject: PATCH (5.005_02): Dejargonizing
19812          Date: Sun, 20 Dec 1998 14:35:20 -0500
19813          Message-ID: <19981220193520.11230.qmail@plover.com>
19814          
19815          From: Mark-Jason Dominus <mjd@plover.com>
19816          To: perl5-porters@perl.com
19817          Subject: PATCH (5.005_02): Spelling correction in warning message
19818          Date: Sun, 20 Dec 1998 13:51:30 -0500
19819          Message-ID: <19981220185130.11067.qmail@plover.com>
19820  Branch: cfgperl
19821        ! doio.c op.c
19822 ____________________________________________________________________________
19823 [  2492] By: jhi                                   on 1998/12/21  09:00:05
19824     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
19825          To: perl5-porters@perl.org
19826          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
19827          Date: Sun, 20 Dec 1998 19:03:25 PST
19828          Message-ID: <19981221030326.27660.qmail@hotmail.com>
19829          
19830          (slightly reformatted)
19831  Branch: cfgperl
19832        ! ext/B/B/CC.pm
19833 ____________________________________________________________________________
19834 [  2491] By: nick                                  on 1998/12/20  14:21:29
19835     Log: Save _all_ GV's which have SV, AV or HV set.
19836  Branch: perl
19837        ! ext/B/B/C.pm
19838 ____________________________________________________________________________
19839 [  2490] By: jhi                                   on 1998/12/18  15:13:19
19840     Log: Add idea about generalising cpp symbol probing of Errno.
19841  Branch: cfgperl
19842        ! Todo
19843 ____________________________________________________________________________
19844 [  2489] By: jhi                                   on 1998/12/18  14:47:57
19845     Log: Address some of the issues of:
19846          
19847          From: Tom Christiansen <tchrist@jhereg.perl.com>
19848          To: perl-porters-active@jhereg.perl.com
19849          Subject: Undocumentation Issues for 5.005
19850          Date: Thu, 17 Dec 1998 14:46:24 -0700
19851          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
19852  Branch: cfgperl
19853        ! pod/perl5005delta.pod
19854 ____________________________________________________________________________
19855 [  2488] By: jhi                                   on 1998/12/18  11:26:32
19856     Log: From: root <root@dubravka.in-berlin.de>
19857          To: perlbug@perl.com
19858          Cc: k@dubravka.in-berlin.de
19859          Subject: Please add no_modify to PERL_POLLUTE
19860          Date: Fri, 18 Dec 1998 10:45:52 +0100
19861          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
19862          
19863          (Really from Andreas König)
19864  Branch: cfgperl
19865        ! embed.pl
19866 ____________________________________________________________________________
19867 [  2487] By: jhi                                   on 1998/12/17  14:05:52
19868     Log: Some (by far not all) issues of the below message addressed.
19869          
19870          From: Tom Christiansen <tchrist@jhereg.perl.com>
19871          To: The Perl Porters Mailing List <perl5-porters@perl.org>
19872          Subject: important UNDOC issues for 5.005_54
19873          Date: Wed, 16 Dec 1998 21:14:53 -0700
19874          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
19875  Branch: cfgperl
19876        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
19877 ____________________________________________________________________________
19878 [  2486] By: jhi                                   on 1998/12/17  12:47:15
19879     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19880          To: domo@computer.org
19881          Cc: jhi@iki.fi, perl5-porters@perl.org
19882          Subject: Re: stuff related to malloc.c
19883          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
19884          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
19885  Branch: cfgperl
19886        ! malloc.c
19887 ____________________________________________________________________________
19888 [  2485] By: jhi                                   on 1998/12/17  12:17:19
19889     Log: More porting notes.
19890  Branch: cfgperl
19891        ! Porting/pumpkin.pod
19892 ____________________________________________________________________________
19893 [  2484] By: jhi                                   on 1998/12/15  08:38:05
19894     Log: Undo #2386 and #2205.
19895  Branch: cfgperl
19896        ! pod/perlfunc.pod
19897 ____________________________________________________________________________
19898 [  2483] By: jhi                                   on 1998/12/14  17:58:35
19899     Log: lib was missing from @INC.
19900  Branch: cfgperl
19901        ! t/op/tr.t
19902 ____________________________________________________________________________
19903 [  2482] By: jhi                                   on 1998/12/14  17:52:42
19904     Log: Was missing use Text::Wrap.
19905  Branch: cfgperl
19906        ! t/lib/textfill.t
19907 ____________________________________________________________________________
19908 [  2481] By: jhi                                   on 1998/12/14  16:00:22
19909     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
19910          
19911          From: Jonathan Roy <roy@idle.com>
19912          To: perl5-porters@perl.org
19913          Subject: nlist.h add to Configure checks?
19914          Date: Sun, 13 Dec 1998 22:22:49 -0500
19915          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
19916  Branch: cfgperl
19917        + ext/DynaLoader/hints/linux.pl
19918        ! MANIFEST
19919 ____________________________________________________________________________
19920 [  2480] By: jhi                                   on 1998/12/14  15:02:44
19921     Log: Give up completely using nm in AIX.
19922          
19923          From: "Kurt D. Starsinic" <kstar@chapin.edu>
19924          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
19925          Cc: perl5-porters@perl.org
19926          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
19927          Date: Thu, 10 Dec 1998 00:51:46 -0500
19928          Message-ID: <19981210005146.B29986@O2.chapin.edu>
19929  Branch: cfgperl
19930        ! hints/aix.sh
19931 ____________________________________________________________________________
19932 [  2479] By: jhi                                   on 1998/12/14  14:39:52
19933     Log: AIX' error messages are different.
19934          
19935          From: "Kurt D. Starsinic" <kstar@chapin.edu>
19936          To: Gurusamy Sarathy <gsar@engin.umich.edu>
19937          Cc: perl5-porters@perl.org
19938          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
19939          Date: Thu, 10 Dec 1998 00:42:36 -0500
19940          Message-ID: <19981210004236.A29986@O2.chapin.edu>
19941          
19942          From: Michael Engel <engel@nms1.cc.huji.ac.il>
19943          To: perlbug@perl.com
19944          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
19945          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
19946          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
19947  Branch: cfgperl
19948        ! t/pragma/warn/doio
19949 ____________________________________________________________________________
19950 [  2475] By: jhi                                   on 1998/12/13  12:35:55
19951     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19952          To: jhi@iki.fi
19953          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
19954          Subject: Re: stuff related to malloc.c
19955          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
19956          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
19957  Branch: cfgperl
19958        ! malloc.c
19959 ____________________________________________________________________________
19960 [  2474] By: jhi                                   on 1998/12/13  12:32:42
19961     Log: Some notes about porting issues.
19962  Branch: cfgperl
19963        ! Porting/pumpkin.pod
19964 ____________________________________________________________________________
19965 [  2473] By: jhi                                   on 1998/12/13  12:03:58
19966     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
19967          To: Perl 5 Porters <perl5-porters@perl.org>
19968          Subject: [patch 5.005_02] dos-djgpp update
19969          Date: Sun, 13 Dec 1998 00:08:44 +0100
19970          Message-ID: <19981213000844.C264@beeblebrox>
19971  Branch: cfgperl
19972        ! djgpp/config.over
19973 ____________________________________________________________________________
19974 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
19975     Log: undo changes to Exporter.pm from #2312
19976  Branch: maint-5.005/perl
19977        ! lib/Exporter.pm
19978 ____________________________________________________________________________
19979 [  2465] By: jhi                                   on 1998/12/12  12:31:21
19980     Log: Document that qw() taints.
19981          
19982          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
19983          To: perlbug@perl.com 
19984          Subject: taint problems
19985          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
19986          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
19987  Branch: cfgperl
19988        ! pod/perlop.pod
19989 ____________________________________________________________________________
19990 [  2464] By: jhi                                   on 1998/12/11  14:09:51
19991     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
19992          To: dist-users@foretune.co.jp
19993          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
19994          Date: Mon, 07 Dec 1998 20:13:04 -0400
19995          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
19996  Branch: cfgperl
19997        ! Configure
19998 ____________________________________________________________________________
19999 [  2463] By: jhi                                   on 1998/12/11  13:29:54
20000     Log: MAXPATHLEN.
20001  Branch: cfgperl
20002        ! perl.h
20003 ____________________________________________________________________________
20004 [  2462] By: jhi                                   on 1998/12/11  08:37:58
20005     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
20006          To: perl5-porters@perl.org
20007          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
20008          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
20009          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
20010  Branch: cfgperl
20011        + hints/gnu.sh
20012 ____________________________________________________________________________
20013 [  2461] By: nick                                  on 1998/12/10  21:00:50
20014     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
20015          From: Vishal Bhatia <vishalb@hotmail.com>
20016          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
20017          2. Fixes the bug  regarding return value of c-functions generated out 
20018          of perl subs. ( Just includes the patch I sent earlier)
20019          3. Incorporates the other changes that need to be done to get CC.pm
20020          use ISA search for packages and methods on the same lines as C.pm
20021          
20022          Vishal would appreciate comments about B::Stackobj changes from 
20023          someone knowing that module well.
20024  Branch: perl
20025        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
20026 ____________________________________________________________________________
20027 [  2460] By: jhi                                   on 1998/12/08  08:11:27
20028     Log: Integrate from mainperl.
20029  Branch: cfgperl
20030       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
20031       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
20032       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
20033       !> toke.c util.c
20034 ____________________________________________________________________________
20035 [  2459] By: jhi                                   on 1998/12/07  07:50:11
20036     Log: From: hansm@icgroup.nl 
20037          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
20038          Reply-To: hansmu@xs4all.nl 
20039          To: perlbug@perl.com 
20040          Date: Sun, 6 Dec 98 22:19:54 +0100 
20041          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
20042  Branch: cfgperl
20043        ! util.c
20044 ____________________________________________________________________________
20045 [  2458] By: gsar                                  on 1998/12/07  06:00:55
20046     Log: fix dup lexical
20047  Branch: perl
20048        ! ext/B/B/Deparse.pm t/lib/io_unix.t
20049 ____________________________________________________________________________
20050 [  2457] By: gsar                                  on 1998/12/06  14:38:59
20051     Log: mention limit on line numbers reported by diagnostics
20052  Branch: perl
20053        ! pod/perl.pod toke.c
20054 ____________________________________________________________________________
20055 [  2456] By: gsar                                  on 1998/12/06  13:49:02
20056     Log: branch perldelta.pod
20057  Branch: maint-5.005/perl
20058       +> pod/perldelta.pod
20059 ____________________________________________________________________________
20060 [  2455] By: gsar                                  on 1998/12/06  13:47:21
20061     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
20062  Branch: maint-5.005/perl
20063        - pod/perldelta.pod
20064 ____________________________________________________________________________
20065 [  2454] By: gsar                                  on 1998/12/06  13:35:31
20066     Log: fix outdated/incorrect info about arbitrary limits
20067  Branch: perl
20068        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
20069        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
20070 ____________________________________________________________________________
20071 [  2453] By: nick                                  on 1998/12/05  16:14:42
20072     Log: Avoid hard-coding op numbers
20073          Update CC.pm to save %INC, and to co-exist with new C.pm
20074  Branch: perl
20075        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
20076 ____________________________________________________________________________
20077 [  2452] By: nick                                  on 1998/12/05  10:44:28
20078     Log: B.xs had its own code to calculate hash() which differed from
20079          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
20080          which meant that run-time require was re-done.
20081          Removed some debug from C.pm
20082  Branch: perl
20083        ! ext/B/B.xs ext/B/B/C.pm
20084 ____________________________________________________________________________
20085 [  2451] By: nick                                  on 1998/12/04  21:58:49
20086     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
20087          well as _54, but with pre-scan for classes and save the ISA scheme.
20088  Branch: perl
20089        ! ext/B/B/C.pm
20090 ____________________________________________________________________________
20091 [  2450] By: nick                                  on 1998/12/04  17:58:44
20092     Log: Vishal Bhatia's patch as a basis.
20093  Branch: perl
20094        ! ext/B/B/C.pm ext/B/B/CC.pm
20095 ____________________________________________________________________________
20096 [  2449] By: jhi                                   on 1998/12/04  16:39:21
20097     Log: Integrate from mainperl.
20098  Branch: cfgperl
20099       !> t/op/goto.t t/op/tr.t
20100 ____________________________________________________________________________
20101 [  2448] By: gsar                                  on 1998/12/04  06:06:49
20102     Log: tweak test for UTEST
20103  Branch: perl
20104        ! t/op/tr.t
20105 ____________________________________________________________________________
20106 [  2444] By: jhi                                   on 1998/12/03  14:37:22
20107     Log: s/\bthe the\b/the/g *.pod
20108  Branch: cfgperl
20109        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
20110 ____________________________________________________________________________
20111 [  2443] By: jhi                                   on 1998/12/03  13:39:53
20112     Log: Change#2441 aftermath.
20113  Branch: cfgperl
20114        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20115        ! config_h.SH thread.h vms/subconfigure.com
20116 ____________________________________________________________________________
20117 [  2441] By: jhi                                   on 1998/12/03  08:15:13
20118     Log: From: Dan Sugalski <sugalskd@osshe.edu>
20119          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
20120          Subject: [PATCH 5.005_54]Initial VMS patches
20121          Date: 3 Dec 1998 01:05:55 +0200
20122          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
20123          
20124          The patch to config_h.SH requires more study because
20125          metaconfig needs to agree.
20126  Branch: cfgperl
20127        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
20128        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
20129        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
20130 ____________________________________________________________________________
20131 [  2440] By: gsar                                  on 1998/12/03  01:32:16
20132     Log: add failed check-in of goto.t from change#1867
20133  Branch: perl
20134        ! t/op/goto.t
20135 ____________________________________________________________________________
20136 [  2437] By: jhi                                   on 1998/12/02  18:03:51
20137     Log: Fix most of the bad L<> links of
20138          
20139          From: Tom Christiansen <tchrist@jhereg.perl.com> 
20140          Subject: bad L<> links
20141          Reply-to: tchrist@perl.com 
20142          To: perlbug@jhereg.perl.com 
20143          Date: Tue, 11 Aug 1998 10:58:07 -0500 
20144          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
20145          
20146          The ones not fixed may require darker Pod::HTML magic,
20147          for example the perlguts.html#tags should work fine, IMHO.
20148  Branch: cfgperl
20149        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
20150        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
20151        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
20152        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
20153        ! pod/perlvar.pod
20154 ____________________________________________________________________________
20155 [  2436] By: jhi                                   on 1998/12/02  16:35:04
20156     Log: One paste too many in #2345.
20157  Branch: cfgperl
20158        ! lib/Pod/Html.pm
20159 ____________________________________________________________________________
20160 [  2435] By: jhi                                   on 1998/12/02  16:32:33
20161     Log: Pod::Html and Pod::Text were not locale-savvy:
20162          for example in =head1 all non-ASCII-\w-runs were
20163          turned into underscores in NAME tags.  This could
20164          result in several NAME tags becoming identical.
20165          Reported by:
20166          
20167          From: Fyodor Krasnov <fyodor@aha.ru> 
20168          Subject: pod2html vs Russian Characters
20169          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
20170          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
20171          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
20172  Branch: cfgperl
20173        ! lib/Pod/Html.pm lib/Pod/Text.pm
20174 ____________________________________________________________________________
20175 [  2434] By: jhi                                   on 1998/12/02  10:29:00
20176     Log: The real Mc5_54 integration.
20177  Branch: cfgperl
20178       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
20179 ____________________________________________________________________________
20180 [  2433] By: jhi                                   on 1998/12/02  08:52:13
20181     Log: From: Andy Dougherty <doughera@lafayette.edu>
20182          To: Perl Porters <perl5-porters@perl.org>
20183          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
20184          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
20185          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
20186  Branch: cfgperl
20187        ! Configure
20188 ____________________________________________________________________________
20189 [  2432] By: jhi                                   on 1998/12/02  08:49:47
20190     Log: From: Andy Dougherty <doughera@lafayette.edu>
20191          To: Perl Porters <perl5-porters@perl.org>
20192          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
20193          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
20194          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
20195  Branch: cfgperl
20196        ! Configure
20197 ____________________________________________________________________________
20198 [  2431] By: jhi                                   on 1998/12/01  16:11:50
20199     Log: From: achampio@lehman.com (Alan Champion)
20200          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
20201          To: perlbug@perl.com
20202          Date: 1 Dec 1998 17:36:33 +0200
20203          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
20204          
20205          Skip NIS includes.
20206  Branch: cfgperl
20207        ! t/op/pwent.t
20208 ____________________________________________________________________________
20209 [  2430] By: gsar                                  on 1998/12/01  12:12:50
20210     Log: 5.005_54, as released
20211  Branch: perl
20212        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
20213 ____________________________________________________________________________
20214 [  2429] By: jhi                                   on 1998/12/01  11:28:39
20215     Log: From: Anton Berezin <tobez@plab.ku.dk>
20216          To: perl5-porters@perl.org
20217          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
20218          Date: 30 Nov 1998 19:46:24 +0100
20219          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
20220  Branch: cfgperl
20221        ! hints/freebsd.sh
20222 ____________________________________________________________________________
20223 [  2428] By: jhi                                   on 1998/12/01  11:08:16
20224     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
20225  Branch: cfgperl
20226       +> (branch 30 files)
20227       !> (integrate 71 files)
20228 ____________________________________________________________________________
20229 [  2427] By: jhi                                   on 1998/12/01  10:51:37
20230     Log: Default to accepting a hinted $randfunc even when $csym
20231          does not find it.  (the previous defaylt behaviour was not
20232          to accept).
20233  Branch: cfgperl
20234        ! Configure
20235 ____________________________________________________________________________
20236 [  2426] By: jhi                                   on 1998/12/01  10:13:03
20237     Log: Separated the [:foo:] parsing to its own function.
20238          Passes all tests.
20239  Branch: cfgperl
20240        ! regcomp.c
20241 ____________________________________________________________________________
20242 [  2425] By: jhi                                   on 1998/12/01  08:22:49
20243     Log: Typo in comments.
20244  Branch: cfgperl
20245        ! regexec.c
20246 ____________________________________________________________________________
20247 [  2424] By: jhi                                   on 1998/12/01  08:21:38
20248     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20249          Subject: [PATCH 5.005_*] Debugger 'v' command
20250          To: perl5-porters@perl.org (Mailing list Perl5)
20251          Date: 1 Dec 1998 07:55:11 +0200
20252          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
20253  Branch: cfgperl
20254        ! lib/perl5db.pl
20255 ____________________________________________________________________________
20256 [  2423] By: jhi                                   on 1998/12/01  08:19:08
20257     Log: From: pvhp@forte.com (Peter Prymmer)
20258          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
20259          To: perl5-porters@perl.org
20260          Date: 1 Dec 1998 07:27:11 +0200
20261          Message-ID: <MLIST_9812010508.AA07791@forte.com>
20262  Branch: cfgperl
20263        ! hints/os390.sh
20264 ____________________________________________________________________________
20265 [  2417] By: jhi                                   on 1998/11/30  08:14:00
20266     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
20267  Branch: cfgperl
20268        ! ext/Socket/Socket.xs
20269 ____________________________________________________________________________
20270 [  2416] By: jhi                                   on 1998/11/30  08:00:15
20271     Log: Undo #2395, seems more like a problem in netbsd-current.
20272  Branch: cfgperl
20273        ! util.c
20274
20275 ----------------
20276 Version 5.005_54
20277 ----------------
20278
20279 ____________________________________________________________________________
20280 [  2414] By: gsar                                  on 1998/11/30  02:23:55
20281     Log: more JPL tweaks
20282  Branch: perl
20283        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
20284        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
20285 ____________________________________________________________________________
20286 [  2413] By: gsar                                  on 1998/11/30  01:35:56
20287     Log: stub bin/jpl that just runs JPL::Compile::files()
20288  Branch: perl
20289        + jpl/bin/jpl
20290 ____________________________________________________________________________
20291 [  2412] By: gsar                                  on 1998/11/30  01:32:14
20292     Log: delete symlink
20293  Branch: perl
20294        - jpl/bin/jpl
20295 ____________________________________________________________________________
20296 [  2410] By: gsar                                  on 1998/11/30  01:30:44
20297     Log: branch jpl from perlext to perl
20298  Branch: perl
20299       +> (branch 30 files)
20300 ____________________________________________________________________________
20301 [  2407] By: gsar                                  on 1998/11/30  01:24:53
20302     Log: JPL tweaks to build with 5.005
20303  Branch: perlext
20304        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
20305        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
20306 ____________________________________________________________________________
20307 [  2406] By: gsar                                  on 1998/11/30  00:55:54
20308     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
20309  Branch: perl
20310        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
20311 ____________________________________________________________________________
20312 [  2405] By: gsar                                  on 1998/11/30  00:28:55
20313     Log: patchlevel up to 54
20314  Branch: perl
20315        ! patchlevel.h win32/Makefile win32/config_H.bc
20316        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
20317 ____________________________________________________________________________
20318 [  2403] By: gsar                                  on 1998/11/29  23:35:50
20319     Log: integrate cfgperl changes into mainline
20320  Branch: perl
20321       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
20322       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
20323 ____________________________________________________________________________
20324 [  2402] By: gsar                                  on 1998/11/29  23:08:42
20325     Log: sync Text::Wrap version number
20326  Branch: perl
20327        ! lib/Text/Wrap.pm
20328 ____________________________________________________________________________
20329 [  2401] By: gsar                                  on 1998/11/29  22:56:21
20330     Log: textfill.t tweak
20331  Branch: perl
20332        ! t/lib/textfill.t
20333 ____________________________________________________________________________
20334 [  2400] By: gsar                                  on 1998/11/29  22:50:41
20335     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
20336          <muir@idiom.com>
20337  Branch: perl
20338        + t/lib/textfill.t
20339        ! MANIFEST lib/Text/Wrap.pm
20340 ____________________________________________________________________________
20341 [  2399] By: gsar                                  on 1998/11/29  22:28:05
20342     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
20343          has happened without the authors knowledge or consent; the subversive
20344          version (which is in 5.00502) breaks one of the tests in the
20345          authors testsuite; attempts are being made to find a fix that
20346          avoids breaking code already running with the 5.005_02 version
20347          From:    David Muir Sharnoff <muir@idiom.com>
20348          Date:    Sat, 28 Nov 1998 04:34:17 PST
20349          Message-Id: <199811281234.EAA03082@idiom.com>
20350          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
20351  Branch: perl
20352        ! lib/Text/Wrap.pm t/lib/textwrap.t
20353 ____________________________________________________________________________
20354 [  2397] By: nick                                  on 1998/11/29  20:13:58
20355     Log: Update docs and English.pm for $^C
20356  Branch: perl
20357        ! lib/English.pm pod/perlvar.pod
20358 ____________________________________________________________________________
20359 [  2396] By: jhi                                   on 1998/11/29  20:13:03
20360     Log: Mirror #2384.
20361  Branch: cfgperl
20362        ! t/op/pwent.t
20363 ____________________________________________________________________________
20364 [  2395] By: jhi                                   on 1998/11/29  19:59:12
20365     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
20366  Branch: cfgperl
20367        ! util.c
20368 ____________________________________________________________________________
20369 [  2394] By: gsar                                  on 1998/11/29  19:49:08
20370     Log: updated perlreftut.pod
20371  Branch: perl
20372        ! pod/perlreftut.pod
20373 ____________________________________________________________________________
20374 [  2393] By: gsar                                  on 1998/11/29  19:31:56
20375     Log: misc tweaks
20376  Branch: perl
20377        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
20378 ____________________________________________________________________________
20379 [  2392] By: gsar                                  on 1998/11/29  19:31:18
20380     Log: notes about -DPERL_POLLUTE
20381  Branch: perl
20382        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
20383 ____________________________________________________________________________
20384 [  2391] By: gsar                                  on 1998/11/29  19:13:52
20385     Log: explain various win32 build caveats more clearly
20386  Branch: perl
20387        ! README.win32 win32/Makefile win32/makefile.mk
20388 ____________________________________________________________________________
20389 [  2390] By: gsar                                  on 1998/11/29  16:51:59
20390     Log: remove I_POLL detection (Configure will do that now)
20391  Branch: perl
20392        ! ext/IO/Makefile.PL
20393 ____________________________________________________________________________
20394 [  2389] By: jhi                                   on 1998/11/29  16:39:16
20395     Log: Add I_POLL for IO 1.20.
20396  Branch: cfgperl
20397        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20398        ! config_h.SH
20399 ____________________________________________________________________________
20400 [  2388] By: gsar                                  on 1998/11/29  16:23:30
20401     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
20402  Branch: perl
20403        + Porting/p4desc
20404        ! MANIFEST
20405 ____________________________________________________________________________
20406 [  2387] By: gsar                                  on 1998/11/29  16:08:03
20407     Log: another threads reliability fix: serialize writes to thr->threadsv
20408          avoid most uses of PL_na (which is much more inefficient than a
20409          simple local); update docs to suit; PL_na now being thr->Tna may
20410          be a minor compatibility issue for extensions--will require dTHR
20411          outside of XSUBs (those get automatic dTHR)
20412  Branch: perl
20413        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
20414        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
20415        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
20416        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
20417        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
20418        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
20419        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
20420        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
20421        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
20422 ____________________________________________________________________________
20423 [  2386] By: jhi                                   on 1998/11/29  15:40:42
20424     Log: Tune the "if" entry.
20425  Branch: cfgperl
20426        ! pod/perlfunc.pod
20427 ____________________________________________________________________________
20428 [  2385] By: gsar                                  on 1998/11/29  12:40:28
20429     Log: various fixes for race conditions under threads: mutex locks based
20430          on PL_threadnum were seriously flawed, since it means more than one
20431          thread could enter the critical region; PL_na was global instead of
20432          thread-local; child thread could finish and free thr structures
20433          before Thread->new() got around to creating the Thread object;
20434          cv_clone() needed locking, as it mucks with PL_comppad and other
20435          global data; new_struct_thread() needed to lock template-thread's
20436          mutex while copying its data
20437  Branch: perl
20438        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
20439        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
20440 ____________________________________________________________________________
20441 [  2384] By: gsar                                  on 1998/11/29  10:54:38
20442     Log: s/warn/print/ on multiply defined groups
20443  Branch: perl
20444        ! t/op/grent.t
20445 ____________________________________________________________________________
20446 [  2383] By: gsar                                  on 1998/11/29  10:48:39
20447     Log: backout change#2334
20448  Branch: perl
20449        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
20450 ____________________________________________________________________________
20451 [  2382] By: jhi                                   on 1998/11/29  10:33:40
20452     Log: Better NetInfo behaviour.
20453  Branch: cfgperl
20454        ! t/op/grent.t t/op/pwent.t
20455 ____________________________________________________________________________
20456 [  2381] By: jhi                                   on 1998/11/29  10:08:15
20457     Log: Integrate from mainperl.
20458  Branch: cfgperl
20459       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
20460       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
20461       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
20462       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
20463       +> t/lib/io_poll.t t/lib/io_unix.t
20464       !> (integrate 58 files)
20465 ____________________________________________________________________________
20466 [  2380] By: gsar                                  on 1998/11/29  08:22:49
20467     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
20468          Tim Bunce)
20469  Branch: perl
20470        ! gv.c
20471 ____________________________________________________________________________
20472 [  2379] By: gsar                                  on 1998/11/29  07:06:43
20473     Log: fix for pat.t failure under USE_THREADS
20474  Branch: perl
20475        ! pp_ctl.c regexec.c
20476 ____________________________________________________________________________
20477 [  2378] By: nick                                  on 1998/11/28  22:46:57
20478     Log: More C.pm tweaks
20479          Save globs even if we have saved cv itself before - may be imported.
20480          
20481          While we don't save "bootstrap" CV we need to provide a stub,
20482          so that if we require it later we don't fall through and attempt
20483          to DynaLoad module again.
20484          
20485          Attempt to save %INC so that "require" does not reload things
20486          we have compiled-in (does not work right yet - seems to be due
20487          to PL_incgv being created in perl_parse() current scheme setting 
20488          GvHV() is "better" than saving the glob, but still does not 
20489          work as I expect). 
20490  Branch: perl
20491        ! ext/B/B/C.pm
20492 ____________________________________________________________________________
20493 [  2377] By: gsar                                  on 1998/11/28  22:30:38
20494     Log: various tweaks; result passes all tests for normal build on Solaris;
20495          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
20496          win32 due to lack of select() that works on non-socket fds
20497  Branch: perl
20498        ! ext/IO/poll.c regcomp.c regexec.c scope.c
20499        ! t/lib/io_multihomed.t win32/makefile.mk
20500 ____________________________________________________________________________
20501 [  2376] By: gsar                                  on 1998/11/28  20:44:39
20502     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
20503  Branch: perl
20504        ! myconfig
20505 ____________________________________________________________________________
20506 [  2375] By: gsar                                  on 1998/11/28  20:42:58
20507     Log: integrate cfgperl changes into mainline
20508  Branch: perl
20509       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
20510       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
20511 ____________________________________________________________________________
20512 [  2374] By: gsar                                  on 1998/11/28  20:02:03
20513     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20514          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
20515          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
20516          Subject: [PATCH 5.00553] Yet another OS/2 patch
20517  Branch: perl
20518        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
20519 ____________________________________________________________________________
20520 [  2373] By: gsar                                  on 1998/11/28  19:30:06
20521     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20522          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
20523          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
20524          Subject: [PATCH 5.005_53] Change $#+
20525  Branch: perl
20526        ! mg.c pod/perlvar.pod t/op/pat.t
20527 ____________________________________________________________________________
20528 [  2372] By: gsar                                  on 1998/11/28  19:28:00
20529     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20530          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
20531          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
20532          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
20533  Branch: perl
20534        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
20535        ! thrdvar.h
20536 ____________________________________________________________________________
20537 [  2371] By: gsar                                  on 1998/11/28  19:23:53
20538     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20539          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
20540          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
20541          Subject: [PATCH 5.005_53] better -Mre=debugcolor
20542  Branch: perl
20543        ! embedvar.h objXSUB.h regexec.c thrdvar.h
20544 ____________________________________________________________________________
20545 [  2370] By: gsar                                  on 1998/11/28  19:21:17
20546     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20547          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
20548          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
20549          Subject: [PATCH 5.005_*] regcolors
20550  Branch: perl
20551        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
20552 ____________________________________________________________________________
20553 [  2369] By: gsar                                  on 1998/11/28  19:00:15
20554     Log: allow final period in a file (not followed by a newline) to
20555          terminate format spec
20556  Branch: perl
20557        ! toke.c
20558 ____________________________________________________________________________
20559 [  2368] By: gsar                                  on 1998/11/28  18:58:25
20560     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
20561          add C<$Config{installarchlib}/CORE> to the default locations searched
20562          on win32
20563  Branch: perl
20564        ! lib/ExtUtils/Liblist.pm
20565 ____________________________________________________________________________
20566 [  2367] By: gsar                                  on 1998/11/28  18:46:05
20567     Log: applied suggested patch with PERL_OBJECT tweaks
20568          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20569          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
20570          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
20571          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
20572  Branch: perl
20573        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
20574        ! regexec.c t/op/pat.t thrdvar.h
20575 ____________________________________________________________________________
20576 [  2366] By: gsar                                  on 1998/11/28  18:38:34
20577     Log: additional documentation for qr//
20578          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20579          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
20580          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
20581          Subject: [PATCH 5.005_*] Documentation (fwd)
20582  Branch: perl
20583        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
20584 ____________________________________________________________________________
20585 [  2365] By: gsar                                  on 1998/11/28  18:35:35
20586     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20587          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
20588          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
20589          Subject: [PATCH 5.005_*] Fix \G in REx without //g
20590  Branch: perl
20591        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
20592        ! regexp.h t/op/pat.t thrdvar.h
20593 ____________________________________________________________________________
20594 [  2364] By: gsar                                  on 1998/11/28  18:24:20
20595     Log: update Test.pm to Test-1.12; tweak 're' detection
20596  Branch: perl
20597        ! lib/Test.pm
20598 ____________________________________________________________________________
20599 [  2363] By: gsar                                  on 1998/11/28  18:12:04
20600     Log: avoid command-line quoting portability problems in lex_assign.t
20601  Branch: perl
20602        ! t/op/lex_assign.t
20603 ____________________________________________________________________________
20604 [  2362] By: gsar                                  on 1998/11/28  18:08:50
20605     Log: From: John Tobey <jtobey@channel1.com>
20606          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
20607          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
20608          Subject: PATCH: document English.pm sawampersand and thread issues
20609  Branch: perl
20610        ! lib/English.pm pod/perlvar.pod
20611 ____________________________________________________________________________
20612 [  2361] By: gsar                                  on 1998/11/28  18:03:04
20613     Log: fix uninitialized warnings
20614          From: Brian Callaghan <callagh@itginc.com>
20615          Date: Thu, 19 Nov 1998 17:49:10 -0800
20616          Message-Id: <3654CA96.B64FCAEB@itginc.com>
20617          Subject: Complete.pm patch (version 1.1)
20618  Branch: perl
20619        ! lib/Term/Complete.pm
20620 ____________________________________________________________________________
20621 [  2360] By: gsar                                  on 1998/11/28  17:59:16
20622     Log: s/Array/List/ suggested by John Tobey
20623  Branch: perl
20624        ! pod/perldata.pod
20625 ____________________________________________________________________________
20626 [  2359] By: gsar                                  on 1998/11/28  17:47:48
20627     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
20628  Branch: perl
20629        ! lib/Tie/Handle.pm pod/perlfunc.pod
20630 ____________________________________________________________________________
20631 [  2358] By: jhi                                   on 1998/11/28  17:23:15
20632     Log: Revamp the locale tests.
20633          (0) Instead of rewiring a few locales scan for them.
20634          (1) Bogus test #101 removed.
20635          (2) All the locales are checked, the lists of failed
20636          and non-failed ones are displayed.
20637          (3) The test #103 is again 'active' so that it may fail.
20638          (4) To balance (3) a hopefully pacifying message is shown
20639          if the #103 fails.
20640  Branch: cfgperl
20641        ! t/pragma/locale.t
20642 ____________________________________________________________________________
20643 [  2357] By: gsar                                  on 1998/11/28  17:21:07
20644     Log: add perlreftut.pod
20645  Branch: perl
20646        + pod/perlreftut.pod
20647        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
20648        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
20649        ! win32/pod.mak
20650 ____________________________________________________________________________
20651 [  2356] By: jhi                                   on 1998/11/28  16:58:01
20652     Log: Change #2346 fallout.
20653  Branch: cfgperl
20654        ! t/op/undef.t
20655 ____________________________________________________________________________
20656 [  2355] By: gsar                                  on 1998/11/28  16:46:43
20657     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
20658          ANSI prototypes
20659  Branch: perl
20660        ! ext/IO/IO.xs
20661 ____________________________________________________________________________
20662 [  2354] By: gsar                                  on 1998/11/28  16:08:07
20663     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
20664          keep platform hacks that aren't in the 1.20 dist; add new files
20665          to MANIFEST; hack Makefile.PL; result hasn't been tested
20666          anywhere
20667  Branch: perl
20668        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
20669        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
20670        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
20671        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
20672        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
20673        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
20674        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
20675        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
20676        ! t/lib/io_sock.t t/lib/io_udp.t
20677 ____________________________________________________________________________
20678 [  2353] By: jhi                                   on 1998/11/28  15:51:03
20679     Log: Locale collation, ctype, and numeric, were initialized wrong
20680          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
20681          as reported by
20682          
20683          From: Ilya.Sandler@etak.com (Ilya Sandler)
20684          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
20685          To: perlbug@perl.com
20686          Date: 25 Nov 1998 04:53:52 +0200
20687          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
20688  Branch: cfgperl
20689        ! util.c
20690 ____________________________________________________________________________
20691 [  2352] By: nick                                  on 1998/11/28  15:21:59
20692     Log: Implement $^C to allow perl access to -c flag - I think this 
20693          was agreed once...
20694  Branch: perl
20695        ! gv.c mg.c
20696 ____________________________________________________________________________
20697 [  2351] By: jhi                                   on 1998/11/28  15:14:24
20698     Log: Change #2251 fixup.
20699  Branch: cfgperl
20700        ! myconfig
20701 ____________________________________________________________________________
20702 [  2350] By: jhi                                   on 1998/11/28  14:58:19
20703     Log: Integrate from mainperl.
20704  Branch: cfgperl
20705       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
20706       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
20707       +> pod/perl5005delta.pod
20708       !> (integrate 49 files)
20709 ____________________________________________________________________________
20710 [  2349] By: jhi                                   on 1998/11/28  14:27:36
20711     Log: Passwd and group file groveling.
20712  Branch: cfgperl
20713        ! t/op/grent.t t/op/pwent.t
20714 ____________________________________________________________________________
20715 [  2348] By: gsar                                  on 1998/11/28  14:09:50
20716     Log: more conservative version of changes#2345,2346,2347; those break
20717          C<defined(@{"foo::ISA"})> which seems to be extensively used in
20718          the libs :-(
20719  Branch: perl
20720        ! pp.c t/op/method.t
20721 ____________________________________________________________________________
20722 [  2347] By: gsar                                  on 1998/11/28  13:36:08
20723     Log: tweak bogus test
20724  Branch: perl
20725        ! t/op/method.t
20726 ____________________________________________________________________________
20727 [  2346] By: gsar                                  on 1998/11/28  13:20:34
20728     Log: test cases for previous change
20729  Branch: perl
20730        ! t/op/undef.t
20731 ____________________________________________________________________________
20732 [  2345] By: gsar                                  on 1998/11/28  13:07:17
20733     Log: fix typo in pp_defined() causing C<defined %tied> to fail
20734  Branch: perl
20735        ! pp.c
20736 ____________________________________________________________________________
20737 [  2344] By: gsar                                  on 1998/11/28  13:03:29
20738     Log: s/comment/comment_t/ tweak (suggested by John Gorman
20739          <jgorman@webbysoft.com>)
20740  Branch: perl
20741        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
20742 ____________________________________________________________________________
20743 [  2343] By: gsar                                  on 1998/11/28  12:52:40
20744     Log: add (stub) perldelta.pod
20745  Branch: perl
20746        + pod/perldelta.pod
20747 ____________________________________________________________________________
20748 [  2342] By: gsar                                  on 1998/11/28  12:49:26
20749     Log: rename perldelta.pod to perl5005delta.pod in preparation for
20750          starting a new one
20751  Branch: perl
20752       +> pod/perl5005delta.pod
20753        - pod/perldelta.pod
20754        ! MANIFEST pod/perl.pod
20755 ____________________________________________________________________________
20756 [  2341] By: gsar                                  on 1998/11/28  12:41:55
20757     Log: fix MALLOC_LOCK #define
20758  Branch: perl
20759        ! malloc.c
20760 ____________________________________________________________________________
20761 [  2340] By: gsar                                  on 1998/11/28  12:18:23
20762     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20763          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
20764          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
20765          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
20766  Branch: perl
20767        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
20768 ____________________________________________________________________________
20769 [  2339] By: jhi                                   on 1998/11/28  11:59:01
20770     Log: Add -lm to dynix/ptx POSIX hints.
20771          From: "Martin J. Bligh" <mbligh@sequent.com>
20772          To: jhi@iki.fi
20773          Subject: Re: Making Perl work on DYNIX/ptx
20774          Date: Wed, 25 Nov 1998 10:34:41 -0800
20775          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
20776  Branch: cfgperl
20777        ! ext/POSIX/hints/dynixptx.pl
20778 ____________________________________________________________________________
20779 [  2338] By: jhi                                   on 1998/11/28  11:57:19
20780     Log: Detypo.
20781  Branch: cfgperl
20782        ! lib/filetest.pm
20783 ____________________________________________________________________________
20784 [  2337] By: jhi                                   on 1998/11/28  11:56:29
20785     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
20786  Branch: cfgperl
20787        ! Configure
20788 ____________________________________________________________________________
20789 [  2336] By: gsar                                  on 1998/11/28  11:41:14
20790     Log: teach CPAN.pm to ignore beta perl distributions when looking for
20791          modules
20792          From: root@dogberry.rutgers.edu (root)
20793          Date: Thu, 12 Nov 1998 23:08:39 -0500
20794          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
20795          Subject: recompile tries getting a perl distribution
20796  Branch: perl
20797        ! lib/CPAN.pm
20798 ____________________________________________________________________________
20799 [  2335] By: gsar                                  on 1998/11/28  11:27:46
20800     Log: make $1 et al readonly under threads; make C<undef $1> fail like
20801          C<$1 = undef> does
20802  Branch: perl
20803        ! op.c pp.c t/op/undef.t
20804 ____________________________________________________________________________
20805 [  2334] By: gsar                                  on 1998/11/28  10:24:52
20806     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
20807  Branch: perl
20808        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
20809 ____________________________________________________________________________
20810 [  2333] By: gsar                                  on 1998/11/28  09:36:40
20811     Log: document changed PERL_HASH()
20812  Branch: perl
20813        ! pod/perlfunc.pod pod/perlguts.pod
20814 ____________________________________________________________________________
20815 [  2332] By: nick                                  on 1998/11/27  21:10:27
20816     Log: Handle INIT list in C.pm
20817          1. Provide init_av() from B.xs
20818          2. Export it in B.pm
20819          3. Use it in C.pm
20820          Also disable some pruning in savecv() which seems to undo
20821          my previous patch.
20822          Experimental feature - save pathnames of .so files in easily 
20823          grep-able form for use in wrapper to feed to linker.  
20824  Branch: perl
20825        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
20826 ____________________________________________________________________________
20827 [  2327] By: gsar                                  on 1998/11/27  15:12:01
20828     Log: integrate change#2315 from maint-5.005
20829  Branch: perl
20830        ! t/op/sort.t
20831       !> op.c sv.c
20832 ____________________________________________________________________________
20833 [  2326] By: gsar                                  on 1998/11/27  15:00:42
20834     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
20835  Branch: perl
20836       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
20837       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
20838       !> lib/ExtUtils/typemap
20839 ____________________________________________________________________________
20840 [  2325] By: gsar                                  on 1998/11/27  14:46:18
20841     Log: malloc bugfix and documentation from Ilya Zakharevich
20842          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
20843          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
20844          Subject: [PATCH 5.005_*] Re: Internal coredump
20845          --
20846          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
20847          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
20848          Subject: [PATCH 5.005_*] malloc.c documentation
20849  Branch: perl
20850        ! malloc.c
20851 ____________________________________________________________________________
20852 [  2324] By: gsar                                  on 1998/11/27  14:41:38
20853     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
20854  Branch: perl
20855        ! ext/B/B/C.pm
20856 ____________________________________________________________________________
20857 [  2323] By: gsar                                  on 1998/11/27  14:33:44
20858     Log: From: maeda@src.ricoh.co.jp
20859          Date: Tue, 24 Nov 1998 10:37:45 +0900
20860          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
20861          Subject: format "..." bug
20862  Branch: perl
20863        ! pp_ctl.c t/op/write.t
20864 ____________________________________________________________________________
20865 [  2322] By: gsar                                  on 1998/11/27  14:20:12
20866     Log: add ext/Devel/Peek
20867          From: jan.dubois@ibm.net (Jan Dubois)
20868          Date: Mon, 23 Nov 1998 00:48:11 +0100
20869          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
20870          Subject: [PATCH 5.005_53] Devel::Peek integration
20871  Branch: perl
20872        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
20873        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
20874        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
20875        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
20876        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
20877 ____________________________________________________________________________
20878 [  2321] By: gsar                                  on 1998/11/27  13:03:08
20879     Log: ensure 'make regen_headers' even without perl installed
20880          (suggested by Ilya Zakharevich)
20881  Branch: perl
20882        ! bytecode.pl warning.pl
20883 ____________________________________________________________________________
20884 [  2320] By: gsar                                  on 1998/11/27  12:58:36
20885     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20886          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
20887          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
20888          Subject: [PATCH 5.005_*] Cosmetic malloc patch
20889  Branch: perl
20890        ! malloc.c
20891 ____________________________________________________________________________
20892 [  2319] By: gsar                                  on 1998/11/27  12:56:13
20893     Log: eliminate dup hunk from integration
20894  Branch: perl
20895        ! lib/filetest.pm perl.h
20896 ____________________________________________________________________________
20897 [  2318] By: gsar                                  on 1998/11/27  12:50:08
20898     Log: integrate cfgperl changes into mainline
20899  Branch: perl
20900       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
20901        ! pod/perlfaq4.pod
20902       !> (integrate 30 files)
20903 ____________________________________________________________________________
20904 [  2317] By: jhi                                   on 1998/11/27  11:38:13
20905     Log: C<-x>.
20906  Branch: cfgperl
20907        ! lib/filetest.pm
20908 ____________________________________________________________________________
20909 [  2316] By: jhi                                   on 1998/11/27  11:10:22
20910     Log: Integrate from mainperl.
20911  Branch: cfgperl
20912       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
20913       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
20914       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
20915       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
20916       !> win32/win32sck.c
20917 ____________________________________________________________________________
20918 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
20919     Log: integrate change#2246 from mainline, while still allowing
20920          C<sort $globref @foo>
20921          
20922          allow C<sort $coderef @foo>
20923  Branch: maint-5.005/perl
20924        ! op.c sv.c
20925       !> t/op/sort.t
20926 ____________________________________________________________________________
20927 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
20928     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
20929          forwarded by Jarkko Hietaniemi from Mark Bixby
20930  Branch: maint-5.005/perl
20931        ! ext/DynaLoader/dl_mpeix.xs installperl
20932 ____________________________________________________________________________
20933 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
20934     Log: Allow PL_FILES to have multiple targets from one source by allowing
20935          an array ref as the value in the hash
20936  Branch: maint-5.005/perl
20937        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
20938        ! lib/ExtUtils/MakeMaker.pm
20939 ____________________________________________________________________________
20940 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
20941     Log: fix unsigned variables to use SvUV and sv_setuv
20942  Branch: maint-5.005/perl
20943        ! lib/ExtUtils/typemap
20944 ____________________________________________________________________________
20945 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
20946     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
20947  Branch: maint-5.005/perl
20948        ! lib/ExtUtils/MM_Unix.pm
20949 ____________________________________________________________________________
20950 [  2301] By: gsar                                  on 1998/11/26  10:16:54
20951     Log: fix PL_defoutgv leak under threads
20952  Branch: perl
20953        ! ext/Thread/Thread.xs
20954 ____________________________________________________________________________
20955 [  2300] By: gsar                                  on 1998/11/26  09:04:44
20956     Log: properly free temporaries created by threads
20957  Branch: perl
20958        ! ext/Thread/Thread.xs
20959 ____________________________________________________________________________
20960 [  2299] By: gsar                                  on 1998/11/26  06:51:16
20961     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
20962          to set the package for the block properly
20963  Branch: perl
20964        ! op.c t/comp/package.t t/lib/dumper.t
20965 ____________________________________________________________________________
20966 [  2298] By: nick                                  on 1998/11/24  22:04:20
20967     Log: Part-1 of tweaks to allow Tk to be "compiled"
20968          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
20969          (May also need attention to exports etc. - to follow.)
20970  Branch: perl
20971        ! universal.c
20972 ____________________________________________________________________________
20973 [  2294] By: jhi                                   on 1998/11/23  10:44:26
20974     Log: The new socket tests need in some platforms
20975          to #include <sys/types.h>.
20976  Branch: cfgperl
20977        ! Configure
20978 ____________________________________________________________________________
20979 [  2293] By: jhi                                   on 1998/11/23  10:33:42
20980     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
20981          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
20982          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
20983          Date: Mon, 23 Nov 1998 10:07:04 +0100
20984          Message-Id: <9811230907.AA06484@AWT.nl>
20985          
20986          NeXTstep NetInfo uses nidump to get the user/group databases.
20987  Branch: cfgperl
20988        ! t/op/grent.t t/op/pwent.t
20989 ____________________________________________________________________________
20990 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
20991     Log: Updated Porting/patchls utility.
20992  Branch: maint-5.004/perl
20993        ! Porting/patchls
20994 ____________________________________________________________________________
20995 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
20996     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
20997          From:  Henrik Tougaard <ht.000@foa.dk>
20998          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
20999          Files:  lib/Sys/Syslog.pm
21000  Branch: maint-5.004/perl
21001        ! lib/Sys/Syslog.pm
21002 ____________________________________________________________________________
21003 [  2286] By: jhi                                   on 1998/11/22  19:08:42
21004     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
21005  Branch: cfgperl
21006        ! ext/Socket/Socket.xs
21007 ____________________________________________________________________________
21008 [  2285] By: jhi                                   on 1998/11/22  18:21:07
21009     Log: MSG_PROXY for GNU/Hurd (previously we believed that
21010          all GNU libc platforms have MSG_PROXY.  Untrue).
21011          In fact this ended up as a major MSG_* and SCM_*
21012          update.  The MSG_XXX known to be enums in some
21013          versions of the glibc are now probed for and respective
21014          HAS_MSG_XXX are defined.  While I was at it I noticed
21015          SCM_RIGHTS being similarly an enum.  This reminded me of
21016          an ancient discussion in perl5-porters:
21017          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
21018          The BSD socket interface has a nifty feature for passing
21019          file descriptors and credentials--via sockets.  It may be
21020          too late to add this functionality to the CORE but
21021          at least Configure now probes for the functions,
21022          structs, and includes, defining the appropriate
21023          HAS_YYY and I_ZZZ, and the Socket extension exports
21024          the constants, in case somebody wants to write an
21025          extension for this interface.
21026  Branch: cfgperl
21027        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21028        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
21029        ! iperlsys.h
21030 ____________________________________________________________________________
21031 [  2284] By: jhi                                   on 1998/11/22  18:13:21
21032     Log: perlhist.pod 1.54, containing 5_53.
21033  Branch: cfgperl
21034        ! pod/perlhist.pod
21035 ____________________________________________________________________________
21036 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
21037     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
21038  Branch: maint-5.004/perl
21039        ! doio.c
21040 ____________________________________________________________________________
21041 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
21042     Log: Improve op/die_exit.t test for implicit close changing $!
21043  Branch: maint-5.004/perl
21044        ! t/op/die_exit.t
21045 ____________________________________________________________________________
21046 [  2268] By: jhi                                   on 1998/11/22  14:44:11
21047     Log: Fix thinko.
21048  Branch: cfgperl
21049        ! hints/dynixptx.sh
21050 ____________________________________________________________________________
21051 [  2267] By: jhi                                   on 1998/11/22  13:19:41
21052     Log: Document the d_socket override.
21053  Branch: cfgperl
21054        ! hints/dynixptx.sh
21055 ____________________________________________________________________________
21056 [  2266] By: jhi                                   on 1998/11/22  12:12:29
21057     Log: From: John Tobey <jtobey@channel1.com>
21058          Subject: [PATCH] perlfaq typos
21059          To: perl5-porters@perl.com
21060          Date: 22 Nov 1998 04:25:15 +0200
21061          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
21062  Branch: cfgperl
21063        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
21064        ! pod/perlfaq7.pod pod/perlfaq8.pod
21065 ____________________________________________________________________________
21066 [  2265] By: jhi                                   on 1998/11/22  12:06:29
21067     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
21068          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
21069          Newsgroups: hut.lists.perl5-porters
21070          To: gsar@engin.umich.edu (Gurusamy Sarathy)
21071          Cc: perl5-porters@perl.org (Perl5 Porters)
21072          Date: 20 Nov 1998 12:20:41 +0200
21073  Branch: cfgperl
21074        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
21075        ! ext/DB_File/DB_File.xs
21076 ____________________________________________________________________________
21077 [  2264] By: jhi                                   on 1998/11/22  11:55:09
21078     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
21079          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
21080          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
21081          To: perlbug@perl.com
21082          Date: 20 Nov 1998 18:39:06 +0200
21083          Lines: 47
21084          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
21085  Branch: cfgperl
21086        ! t/op/grent.t t/op/pwent.t
21087 ____________________________________________________________________________
21088 [  2263] By: jhi                                   on 1998/11/22  11:42:59
21089     Log: Permission testing is tricky when we have too much power.
21090          Problem reported in
21091          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
21092          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
21093          To: perlbug@perl.com
21094          Date: 20 Nov 1998 18:39:06 +0200
21095          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
21096  Branch: cfgperl
21097        ! t/op/filetest.t
21098 ____________________________________________________________________________
21099 [  2262] By: gsar                                  on 1998/11/22  11:37:02
21100     Log: fix broken CAPI generation
21101  Branch: perl
21102        ! win32/GenCAPI.pl
21103 ____________________________________________________________________________
21104 [  2261] By: jhi                                   on 1998/11/22  11:17:00
21105     Log: -x should be C<-x>, reported by Gerben Wierda.
21106  Branch: cfgperl
21107        ! pod/perlfunc.pod
21108 ____________________________________________________________________________
21109 [  2260] By: gsar                                  on 1998/11/22  11:12:02
21110     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
21111  Branch: perl
21112        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
21113        ! proto.h
21114 ____________________________________________________________________________
21115 [  2259] By: jhi                                   on 1998/11/22  11:06:40
21116     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
21117          Subject: Re: [PATCH] Re: pod2man bug in date generated line
21118          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
21119          Cc: perlbug@perl.com
21120          Date: 20 Nov 1998 21:30:17 +0200
21121          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
21122  Branch: cfgperl
21123        ! pod/pod2man.PL
21124 ____________________________________________________________________________
21125 [  2256] By: jhi                                   on 1998/11/21  10:44:01
21126     Log: From: Thomas Bowditch <bowditch@inmet.com>
21127          Subject: Benchmark.pm suggestion
21128          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
21129          Date: Fri, 20 Nov 1998 17:43:46 -0500
21130          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
21131          
21132          Added timesum().
21133  Branch: cfgperl
21134        ! lib/Benchmark.pm
21135 ____________________________________________________________________________
21136 [  2255] By: gsar                                  on 1998/11/21  08:45:06
21137     Log: another win32 portability fix: make sysread() and syswrite()
21138          work on sockets
21139  Branch: perl
21140        ! pp_sys.c win32/win32.h
21141 ____________________________________________________________________________
21142 [  2254] By: gsar                                  on 1998/11/21  07:49:06
21143     Log: win32_recvfrom() compatibility fix
21144  Branch: perl
21145        ! win32/win32sck.c
21146 ____________________________________________________________________________
21147 [  2253] By: jhi                                   on 1998/11/20  08:22:06
21148     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
21149          To: jhi@iki.fi
21150          Subject: MPE/iX Perl 5.005_02 oops
21151          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
21152          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
21153  Branch: cfgperl
21154        ! ext/DynaLoader/dl_mpeix.xs installperl
21155 ____________________________________________________________________________
21156 [  2252] By: gsar                                  on 1998/11/19  17:38:03
21157     Log: mess_sv tweak for change#2249
21158  Branch: perl
21159        ! util.c
21160 ____________________________________________________________________________
21161 [  2251] By: jhi                                   on 1998/11/18  12:32:19
21162     Log: Display use64bits and usemultiplicity but only if necessary.
21163  Branch: cfgperl
21164        ! myconfig
21165 ____________________________________________________________________________
21166 [  2250] By: jhi                                   on 1998/11/18  12:26:50
21167     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
21168          Subject: pp.c uses 'unsigned Quad_t'
21169          To: perlbug@perl.com 
21170          Date: Sun, 15 Nov 1998 20:57:05 -0300 
21171          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
21172  Branch: cfgperl
21173        ! perl.h pp.c
21174 ____________________________________________________________________________
21175 [  2249] By: gsar                                  on 1998/11/18  05:43:11
21176     Log: use PL_mess_sv only during global destruction (fixes problems with
21177          overlapping invocations of form()/warn()/die()/croak() trampling on
21178          each other's messages)
21179  Branch: perl
21180        ! mg.c util.c
21181 ____________________________________________________________________________
21182 [  2248] By: gsar                                  on 1998/11/18  05:39:36
21183     Log: tweak change#2245 to skip previous message if any
21184  Branch: perl
21185        ! pp_ctl.c t/pragma/warn/pp_ctl
21186 ____________________________________________________________________________
21187 [  2247] By: jhi                                   on 1998/11/17  11:46:56
21188     Log: Integrate from mainperl.
21189  Branch: cfgperl
21190       !> (integrate 26 files)
21191 ____________________________________________________________________________
21192 [  2246] By: gsar                                  on 1998/11/17  09:41:10
21193     Log: allow C<sort $coderef @foo>
21194  Branch: perl
21195        ! op.c t/op/sort.t t/pragma/overload.t
21196 ____________________________________________________________________________
21197 [  2245] By: gsar                                  on 1998/11/17  08:28:26
21198     Log: propagate failures in DESTROY() as (optional) warnings
21199  Branch: perl
21200        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
21201 ____________________________________________________________________________
21202 [  2244] By: gsar                                  on 1998/11/17  07:43:08
21203     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
21204  Branch: perl
21205        ! perl.c thrdvar.h
21206 ____________________________________________________________________________
21207 [  2243] By: gsar                                  on 1998/11/17  07:40:09
21208     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
21209  Branch: perl
21210        ! lib/warning.pm warning.h warning.pl
21211 ____________________________________________________________________________
21212 [  2242] By: gsar                                  on 1998/11/17  06:32:39
21213     Log: fix skipspace() to properly account for newlines in eval''-ed
21214          strings (caused bogus line numbers in diagnostics and debugger)
21215  Branch: perl
21216        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
21217 ____________________________________________________________________________
21218 [  2241] By: gsar                                  on 1998/11/17  03:48:12
21219     Log: s/Perl_utf8skip/PL_utf8skip/g
21220  Branch: perl
21221        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
21222 ____________________________________________________________________________
21223 [  2240] By: gsar                                  on 1998/11/14  06:09:06
21224     Log: rework op/groups.t
21225  Branch: perl
21226        ! t/op/filetest.t t/op/groups.t
21227 ____________________________________________________________________________
21228 [  2235] By: gsar                                  on 1998/11/14  00:17:05
21229     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
21230  Branch: perl
21231        ! op.c
21232 ____________________________________________________________________________
21233 [  2234] By: gsar                                  on 1998/11/14  00:14:02
21234     Log: update Changes
21235  Branch: perl
21236        ! Changes win32/config.bc win32/config.gc win32/config.vc
21237 ____________________________________________________________________________
21238 [  2233] By: gsar                                  on 1998/11/13  09:43:03
21239     Log: doc tweak
21240  Branch: perl
21241        ! README.win32
21242 ____________________________________________________________________________
21243 [  2230] By: jhi                                   on 1998/11/12  17:07:45
21244     Log: Allow hints file override for d_socket
21245          (based on Sequent-induced change #2229).
21246  Branch: cfgperl
21247        ! Configure
21248 ____________________________________________________________________________
21249 [  2229] By: jhi                                   on 1998/11/12  16:32:33
21250     Log: 
21251          From: "Martin J. Bligh" <mbligh@sequent.com>
21252          To: jhi@iki.fi
21253          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
21254          Subject: Re: Making Perl work on DYNIX/ptx
21255          Date: Tue, 10 Nov 1998 16:24:26 -0800
21256          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
21257  Branch: cfgperl
21258        ! hints/dynixptx.sh
21259 ____________________________________________________________________________
21260 [  2228] By: jhi                                   on 1998/11/12  11:40:37
21261     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
21262          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
21263          To: jhi@iki.fi
21264          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
21265          Subject: Re: Making Perl work on DYNIX/ptx
21266          Date: Tue, 10 Nov 1998 18:01:10 -0800
21267  Branch: cfgperl
21268        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
21269 ____________________________________________________________________________
21270 [  2227] By: jhi                                   on 1998/11/12  11:17:42
21271     Log: Integrate from mainperl.
21272  Branch: cfgperl
21273       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
21274       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
21275       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
21276       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
21277       !> win32/win32.c x2p/s2p.PL
21278 ____________________________________________________________________________
21279 [  2226] By: gsar                                  on 1998/11/11  21:05:42
21280     Log: provide -DPERL_POLLUTE
21281  Branch: perl
21282        ! embed.pl embedvar.h
21283 ____________________________________________________________________________
21284 [  2225] By: jhi                                   on 1998/11/09  07:45:12
21285     Log: From: Hans Mulder <hansm@icgroup.nl>
21286          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
21287          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
21288          perl5-porters@perl.org
21289          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
21290          (UNINSTALLED)
21291          Date: Sun,  8 Nov 98 22:20:23 +0100
21292          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
21293  Branch: cfgperl
21294        ! malloc.c perl.h
21295 ____________________________________________________________________________
21296 [  2224] By: gsar                                  on 1998/11/09  03:13:14
21297     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
21298          Christoph <lupe@alanya.m.isar.de>)
21299  Branch: perl
21300        ! lib/Text/Wrap.pm
21301 ____________________________________________________________________________
21302 [  2223] By: gsar                                  on 1998/11/09  02:09:06
21303     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
21304          <lionel.fourquaux@wanadoo.fr>)
21305  Branch: perl
21306        ! x2p/s2p.PL
21307 ____________________________________________________________________________
21308 [  2222] By: gsar                                  on 1998/11/09  01:56:24
21309     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
21310          Date: Wed, 04 Nov 1998 12:19:44 +0000
21311          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
21312          Subject: [PATCH] Re: [5.005_53] read overflow? 
21313          --
21314          Date: Wed, 04 Nov 1998 13:15:18 +0000
21315          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
21316          Subject: [PATCH 5.005_53] perl -V fix
21317  Branch: perl
21318        ! perl.c regexec.c
21319 ____________________________________________________________________________
21320 [  2221] By: gsar                                  on 1998/11/09  01:34:56
21321     Log: From: jan.dubois@ibm.net (Jan Dubois)
21322          Date: Sun, 01 Nov 1998 00:05:01 +0100
21323          Message-ID: <364294bd.18052307@smtp1.ibm.net>
21324          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
21325  Branch: perl
21326        ! Changes win32/makedef.pl
21327 ____________________________________________________________________________
21328 [  2220] By: gsar                                  on 1998/11/08  21:13:07
21329     Log: integrate changes#2120,2168,2218 from maint-5.005;
21330          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
21331          enum; make regen_headers
21332  Branch: perl
21333        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
21334        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
21335 ____________________________________________________________________________
21336 [  2219] By: gsar                                  on 1998/11/08  19:42:57
21337     Log: integrate cfgperl changes into mainline
21338  Branch: perl
21339       +> README.vmesa
21340       !> Configure MANIFEST Porting/Glossary Porting/config.sh
21341       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
21342       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
21343       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
21344       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
21345       !> thread.h vms/subconfigure.com vos/config.h
21346 ____________________________________________________________________________
21347 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
21348     Log: From: Graham Barr <gbarr@ti.com>
21349          Date: Mon, 2 Nov 1998 07:38:52 -0600
21350          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
21351          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
21352  Branch: maint-5.005/perl
21353        ! ext/IPC/SysV/Msg.pm
21354 ____________________________________________________________________________
21355 [  2215] By: gsar                                  on 1998/11/08  02:52:52
21356     Log: set close-on-exec bit on pipe() FDs
21357  Branch: perl
21358        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
21359 ____________________________________________________________________________
21360 [  2214] By: gsar                                  on 1998/11/08  02:27:57
21361     Log: typo in newHVhv()
21362  Branch: perl
21363        ! hv.c
21364 ____________________________________________________________________________
21365 [  2211] By: jhi                                   on 1998/11/07  21:14:18
21366     Log: Finalize the Mach CThreads support.
21367          
21368          From: Hans Mulder <hansm@icgroup.nl>
21369          Date: Sat,  7 Nov 98 22:06:20 +0100
21370          To: Gurusamy Sarathy <gsar@engin.umich.edu>
21371          Cc: jhi@iki.fi, perl5-porters@perl.org
21372          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
21373          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
21374  Branch: cfgperl
21375        ! malloc.c perl.h
21376 ____________________________________________________________________________
21377 [  2210] By: gsar                                  on 1998/11/06  20:36:50
21378     Log: fix AvREALISH bogusness
21379  Branch: perl
21380        ! av.c t/op/array.t
21381 ____________________________________________________________________________
21382 [  2209] By: jhi                                   on 1998/11/06  08:05:31
21383     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
21384          ASSERT() causes problems in {NeXTStep,OpenStep}.
21385          
21386          From: Hans Mulder <hansm@icgroup.nl>
21387          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
21388          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
21389          Date: Fri,  6 Nov 98 01:27:41 +0100
21390          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
21391          
21392          and
21393          
21394          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21395          Subject: Re: ASSERT() in malloc.c
21396          To: jhi@iki.fi
21397          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
21398          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
21399  Branch: cfgperl
21400        ! malloc.c
21401 ____________________________________________________________________________
21402 [  2208] By: jhi                                   on 1998/11/06  07:55:38
21403     Log: Mach CThreads needs #include <mach/cthreads.h>.
21404  Branch: cfgperl
21405        ! perl.h
21406 ____________________________________________________________________________
21407 [  2206] By: jhi                                   on 1998/11/05  14:54:52
21408     Log: PERL_BADLANG wrongly documented.
21409          
21410          From: ts <decoux@moulon.inra.fr>
21411          To: jhi@cc.hut.fi
21412          Subject: Re: Locale warning messages
21413          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
21414          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
21415          
21416          and
21417          
21418          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21419          Subject: Re: PERL_BADLANG
21420          To: jhi@iki.fi
21421          Subject: Re: PERL_BADLANG
21422          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
21423          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
21424  Branch: cfgperl
21425        ! pod/perllocale.pod
21426 ____________________________________________________________________________
21427 [  2205] By: jhi                                   on 1998/11/05  14:24:33
21428     Log: Document all the control flow keywords in perlfunc
21429          so that "perlfunc -f while" works.
21430  Branch: cfgperl
21431        ! pod/perlfunc.pod
21432 ____________________________________________________________________________
21433 [  2204] By: jhi                                   on 1998/11/05  12:46:02
21434     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
21435          (from vos/config.h).  Update Porting/{Glossary,config*}.
21436  Branch: cfgperl
21437        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21438        ! config_h.SH vos/config.h
21439 ____________________________________________________________________________
21440 [  2203] By: jhi                                   on 1998/11/05  08:34:39
21441     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
21442  Branch: cfgperl
21443        ! hints/vmesa.sh vms/subconfigure.com
21444 ____________________________________________________________________________
21445 [  2202] By: jhi                                   on 1998/11/05  08:03:20
21446     Log: Integrate from mainperl.
21447  Branch: cfgperl
21448       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
21449       !> win32/Makefile win32/makefile.mk win32/win32.c
21450 ____________________________________________________________________________
21451 [  2201] By: gsar                                  on 1998/11/05  04:40:44
21452     Log: another POPSTACK victim
21453  Branch: perl
21454        ! cop.h sv.c
21455 ____________________________________________________________________________
21456 [  2196] By: gsar                                  on 1998/11/05  02:07:54
21457     Log: fix a location affected by change#2191, add note about POPSTACK
21458  Branch: perl
21459        ! cop.h gv.c pp_ctl.c
21460 ____________________________________________________________________________
21461 [  2195] By: gsar                                  on 1998/11/05  02:04:45
21462     Log: makefile notes
21463  Branch: perl
21464        ! win32/Makefile win32/makefile.mk
21465 ____________________________________________________________________________
21466 [  2192] By: gsar                                  on 1998/11/04  23:48:53
21467     Log: indeterminate order-of-evaluation fixes
21468  Branch: perl
21469        ! mg.c
21470 ____________________________________________________________________________
21471 [  2191] By: gsar                                  on 1998/11/04  23:02:16
21472     Log: refetch local stack pointer in POPSTACK
21473  Branch: perl
21474        ! cop.h perl.c
21475 ____________________________________________________________________________
21476 [  2190] By: jhi                                   on 1998/11/04  08:50:40
21477     Log: Configure update.
21478          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
21479          
21480          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
21481          To: Martin Bligh <mbligh@sequent.com>
21482          Cc: Jarkko Hietaniemi <jhi@iki.fi>
21483          Subject: Re: Perl 5's configure on DYNIX/ptx
21484          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
21485          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
21486          
21487          find sockets also from libsocket, not just libnet.
21488          OS390: $compile_ok instead of $compile for <inttypes.h>,
21489          
21490          From: pvhp@forte.com (Peter Prymmer)
21491          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
21492          Subject: _53 not OK on os390 but looking better than ever
21493          Date: Tue, 3 Nov 98 17:33:22 PST
21494          Message-Id: <9811040133.AA09450@forte.com>
21495  Branch: cfgperl
21496        ! Configure
21497 ____________________________________________________________________________
21498 [  2189] By: jhi                                   on 1998/11/04  07:43:58
21499     Log: sysio.t failure: fix undefined order of evaluation, from
21500          
21501          From: Spider Boardman <spider@web.zk3.dec.com>
21502          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
21503          To: perlbug@perl.com
21504          Date: 4 Nov 1998 01:22:30 +0200
21505          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
21506  Branch: cfgperl
21507        ! pp_sys.c
21508 ____________________________________________________________________________
21509 [  2188] By: gsar                                  on 1998/11/04  02:59:16
21510     Log: fix return value of win32_pclose()
21511  Branch: perl
21512        ! win32/win32.c
21513 ____________________________________________________________________________
21514 [  2187] By: gsar                                  on 1998/11/04  02:56:34
21515     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
21516  Branch: perl
21517        ! Changes doop.c gv.c util.c
21518 ____________________________________________________________________________
21519 [  2186] By: jhi                                   on 1998/11/03  08:17:52
21520     Log: Document quads in pack.
21521  Branch: cfgperl
21522        ! pod/perlfunc.pod
21523 ____________________________________________________________________________
21524 [  2185] By: jhi                                   on 1998/11/03  07:49:35
21525     Log: (IV) vs (I32) vs I_V()
21526          
21527          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
21528          From: Anton Berezin <tobez@plab.ku.dk> 
21529          To: "p5p" <perl5-porters@perl.org> 
21530          Date: 01 Nov 1998 15:09:11 +0100 
21531          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
21532          
21533          and
21534          
21535          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
21536          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
21537          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
21538  Branch: cfgperl
21539        ! sv.c
21540 ____________________________________________________________________________
21541 [  2184] By: jhi                                   on 1998/11/03  07:42:46
21542     Log: VM/ESA updates.
21543  Branch: cfgperl
21544        + README.vmesa
21545        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
21546 ____________________________________________________________________________
21547 [  2183] By: jhi                                   on 1998/11/02  12:58:13
21548     Log: The id(1)-parsing is real fun.
21549  Branch: cfgperl
21550        ! t/op/groups.t
21551 ____________________________________________________________________________
21552 [  2182] By: jhi                                   on 1998/11/02  12:07:43
21553     Log: Decommission the symlink test.
21554  Branch: cfgperl
21555        ! t/op/lex_assign.t
21556 ____________________________________________________________________________
21557 [  2181] By: jhi                                   on 1998/11/02  12:03:08
21558     Log: Replace ATTR_JOINABLE with true Configure probe
21559          for PTHREAD_CREATE_JOINABLE (or equivalent:
21560          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
21561          Remove ATTR_JOINABLE itself: Thread.xs uses
21562          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
21563          
21564          Really scan for <mach/cthreads.h> only if usethreads.
21565  Branch: cfgperl
21566        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
21567 ____________________________________________________________________________
21568 [  2180] By: jhi                                   on 1998/11/02  11:07:34
21569     Log: In HP-UX 10.X usethreads only if the required files are present.
21570  Branch: cfgperl
21571        ! hints/hpux.sh
21572 ____________________________________________________________________________
21573 [  2179] By: jhi                                   on 1998/11/02  09:10:33
21574     Log: Prefer groups(1).
21575          id -Gn can be broken.
21576          id -a can save the day.
21577  Branch: cfgperl
21578        ! t/op/groups.t
21579 ____________________________________________________________________________
21580 [  2178] By: jhi                                   on 1998/11/02  08:35:29
21581     Log: Detrail enum comma.
21582  Branch: cfgperl
21583        ! perl.h
21584 ____________________________________________________________________________
21585 [  2177] By: jhi                                   on 1998/11/02  08:24:12
21586     Log: 0**0 = 1, from
21587          
21588          From: d-lewart@uiuc.edu (Daniel S. Lewart)
21589          Subject: Math::Complex 0**0 patches
21590          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
21591          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
21592          To: jhi@iki.fi (Jarkko Hietaniemi),
21593          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
21594  Branch: cfgperl
21595        ! lib/Math/Complex.pm t/lib/complex.t
21596 ____________________________________________________________________________
21597 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
21598     Log: From: jan.dubois@ibm.net (Jan Dubois)   
21599          Date: Fri, 09 Oct 1998 23:28:31 +0200
21600          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
21601          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
21602  Branch: maint-5.005/perl
21603        ! XSUB.h
21604 ____________________________________________________________________________
21605 [  2164] By: jhi                                   on 1998/10/31  15:50:02
21606     Log: Integrate from mainperl.
21607  Branch: cfgperl
21608       +> t/op/lex_assign.t
21609       !> (integrate 45 files)
21610
21611 ----------------
21612 Version 5.005_53
21613 ----------------
21614
21615 ____________________________________________________________________________
21616 [  2163] By: gsar                                  on 1998/10/31  11:31:12
21617     Log: bump patchlevel; other minor fixes for clean build and test on
21618          Solaris and win32
21619  Branch: perl
21620        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
21621        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
21622        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
21623        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
21624        ! x2p/a2p.c
21625 ____________________________________________________________________________
21626 [  2162] By: gsar                                  on 1998/10/31  09:40:31
21627     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21628          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
21629          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
21630          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
21631  Branch: perl
21632        ! pp.h
21633 ____________________________________________________________________________
21634 [  2161] By: gsar                                  on 1998/10/31  09:39:13
21635     Log: From: Albert Dvornik <bert@genscan.com>
21636          Date: 30 Oct 1998 17:50:04 -0500
21637          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
21638          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
21639  Branch: perl
21640        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
21641 ____________________________________________________________________________
21642 [  2160] By: gsar                                  on 1998/10/31  09:35:03
21643     Log: fix for bugs in -x mode
21644          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21645          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
21646          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
21647          Subject: [PATCH 5.00552] Fix h2xs
21648  Branch: perl
21649        ! utils/h2xs.PL
21650 ____________________________________________________________________________
21651 [  2159] By: gsar                                  on 1998/10/31  09:31:36
21652     Log: Data::Dumper update
21653  Branch: perl
21654        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
21655        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
21656 ____________________________________________________________________________
21657 [  2153] By: gsar                                  on 1998/10/30  21:40:09
21658     Log: add testsuite portion of patch
21659          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21660          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
21661          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
21662          Subject: [PATCH 5.00321 ;-)] 87% speedup
21663  Branch: perl
21664        + t/op/lex_assign.t
21665        ! MANIFEST
21666 ____________________________________________________________________________
21667 [  2152] By: gsar                                  on 1998/10/30  21:08:11
21668     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
21669  Branch: perl
21670        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
21671 ____________________________________________________________________________
21672 [  2151] By: gsar                                  on 1998/10/30  20:18:09
21673     Log: From: Mark-Jason Dominus <mjd@plover.com>
21674          Date: Fri, 30 Oct 1998 14:24:23 EST
21675          Message-Id: <19981030192423.27276.qmail@plover.com>
21676          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
21677  Branch: perl
21678        ! x2p/walk.c
21679 ____________________________________________________________________________
21680 [  2150] By: gsar                                  on 1998/10/30  20:08:57
21681     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21682          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
21683          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
21684          Subject: [PATCH 5.00552] Overloaded <> and deref again
21685  Branch: perl
21686        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
21687        ! t/pragma/overload.t toke.c
21688 ____________________________________________________________________________
21689 [  2149] By: gsar                                  on 1998/10/30  19:38:15
21690     Log: From: Roderick Schertler <roderick@argon.org>
21691          Date: Thu, 29 Oct 1998 14:50:18 -0500
21692          Message-ID: <17625.909690618@eeyore.ibcinc.com>
21693          Subject: patch for daemonization docs in perlipc
21694  Branch: perl
21695        ! pod/perlipc.pod
21696 ____________________________________________________________________________
21697 [  2148] By: gsar                                  on 1998/10/30  19:36:07
21698     Log: From: Anton Berezin <tobez@plab.ku.dk>
21699          Date: 29 Oct 1998 17:06:25 +0100
21700          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
21701          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
21702  Branch: perl
21703        ! win32/win32.c
21704 ____________________________________________________________________________
21705 [  2147] By: gsar                                  on 1998/10/30  19:31:37
21706     Log: tweaked version of suggested patch
21707          From: Anton Berezin <tobez@plab.ku.dk>
21708          Date: 29 Oct 1998 14:48:54 +0100
21709          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
21710          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
21711  Branch: perl
21712        ! win32/win32.c
21713 ____________________________________________________________________________
21714 [  2146] By: gsar                                  on 1998/10/30  19:03:50
21715     Log: hand-apply whitespace-mutiliated patch
21716          From: "vishal bhatia" <vishalb@hotmail.com>
21717          Date: Wed, 28 Oct 1998 23:45:32 PST
21718          Message-ID: <19981029074534.2334.qmail@hotmail.com>
21719          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
21720  Branch: perl
21721        ! ext/B/B/C.pm ext/B/B/CC.pm
21722 ____________________________________________________________________________
21723 [  2145] By: gsar                                  on 1998/10/30  18:46:58
21724     Log: remaining PL_foo stragglers
21725  Branch: perl
21726        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
21727        ! op.h os2/os2.c vms/gen_shrfls.pl
21728 ____________________________________________________________________________
21729 [  2144] By: gsar                                  on 1998/10/30  17:38:36
21730     Log: integrate cfgperl tweaks into mainline
21731  Branch: perl
21732       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
21733       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
21734 ____________________________________________________________________________
21735 [  2143] By: jhi                                   on 1998/10/30  13:27:39
21736     Log: There can be multiple yacc/bison errors.
21737  Branch: cfgperl
21738        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
21739 ____________________________________________________________________________
21740 [  2142] By: jhi                                   on 1998/10/30  13:18:43
21741     Log: README.posix-bc update.
21742  Branch: cfgperl
21743        ! README.posix-bc
21744 ____________________________________________________________________________
21745 [  2141] By: jhi                                   on 1998/10/30  09:12:59
21746     Log: #2133 fallout.
21747  Branch: cfgperl
21748        ! doio.c ext/POSIX/POSIX.xs
21749 ____________________________________________________________________________
21750 [  2140] By: jhi                                   on 1998/10/30  08:43:18
21751     Log: Integrate from mainperl.
21752  Branch: cfgperl
21753       +> globvar.sym pp.sym
21754        - objpp.h thread.sym
21755       !> (integrate 61 files)
21756 ____________________________________________________________________________
21757 [  2133] By: gsar                                  on 1998/10/30  02:51:39
21758     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
21759          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
21760          should soon be automated also; the global variables that
21761          escaped the PL_foo conversion are now reined in; renamed
21762          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
21763          type of same name; duplicated lists of pp_things in various
21764          places is now gone; result has only been tested on win32
21765  Branch: perl
21766        + globvar.sym pp.sym
21767        - objpp.h thread.sym
21768        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
21769        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
21770        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
21771        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
21772        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
21773        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
21774        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
21775        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
21776        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
21777        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21778        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
21779 ____________________________________________________________________________
21780 [  2130] By: jhi                                   on 1998/10/29  15:31:26
21781     Log: Pure bison yylex() proto was broken.
21782  Branch: cfgperl
21783        ! proto.h
21784 ____________________________________________________________________________
21785 [  2126] By: jhi                                   on 1998/10/29  08:35:54
21786     Log: Integrate mainperl.
21787  Branch: cfgperl
21788       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
21789       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
21790       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
21791       !> t/pragma/warn/doio toke.c win32/makefile.mk
21792 ____________________________________________________________________________
21793 [  2125] By: jhi                                   on 1998/10/29  08:32:38
21794     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
21795  Branch: cfgperl
21796        ! Makefile.SH
21797 ____________________________________________________________________________
21798 [  2124] By: jhi                                   on 1998/10/29  08:06:44
21799     Log: EBCDIC Makefile.SH tuneup.
21800  Branch: cfgperl
21801        ! Makefile.SH
21802 ____________________________________________________________________________
21803 [  2119] By: gsar                                  on 1998/10/28  23:24:04
21804     Log: remove doubled hunk from integration
21805  Branch: perl
21806        ! pp.c
21807 ____________________________________________________________________________
21808 [  2118] By: gsar                                  on 1998/10/28  22:03:31
21809     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21810          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
21811          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
21812          Subject: [PATCH 5.00552] Minor debugger tweaks
21813  Branch: perl
21814        ! lib/perl5db.pl
21815 ____________________________________________________________________________
21816 [  2117] By: gsar                                  on 1998/10/28  22:02:30
21817     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21818          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
21819          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
21820          Subject: [PATCH 5.00552] Make sort respect overloading
21821  Branch: perl
21822        ! pp_ctl.c proto.h t/pragma/overload.t
21823 ____________________________________________________________________________
21824 [  2116] By: gsar                                  on 1998/10/28  21:51:11
21825     Log: MM patches from Ilya Zakharevich
21826          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
21827          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
21828          Subject: [PATCH 5.00552] Make MakeMaker more verbose
21829          --
21830          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
21831          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
21832          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
21833  Branch: perl
21834        ! lib/ExtUtils/MakeMaker.pm
21835 ____________________________________________________________________________
21836 [  2115] By: gsar                                  on 1998/10/28  21:46:19
21837     Log: add explicit references to perl source path in ld2 and gcc2
21838  Branch: perl
21839        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
21840 ____________________________________________________________________________
21841 [  2114] By: gsar                                  on 1998/10/28  21:39:56
21842     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
21843          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
21844          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
21845          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
21846  Branch: perl
21847        ! INSTALL
21848 ____________________________________________________________________________
21849 [  2113] By: gsar                                  on 1998/10/28  21:21:16
21850     Log: integrate cfgperl into mainline
21851  Branch: perl
21852       +> t/op/filetest.t
21853       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
21854       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
21855       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
21856       !> thread.h toke.c vmesa/Makefile
21857 ____________________________________________________________________________
21858 [  2112] By: gsar                                  on 1998/10/28  21:14:18
21859     Log: minor cleanup
21860  Branch: perl
21861        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
21862 ____________________________________________________________________________
21863 [  2111] By: gsar                                  on 1998/10/28  18:52:10
21864     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
21865  Branch: perl
21866        ! toke.c
21867 ____________________________________________________________________________
21868 [  2110] By: jhi                                   on 1998/10/28  15:07:54
21869     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
21870  Branch: cfgperl
21871        ! Makefile.SH
21872 ____________________________________________________________________________
21873 [  2109] By: jhi                                   on 1998/10/28  13:39:54
21874     Log: a2p.y needs to generate also y.tab.h.
21875  Branch: cfgperl
21876        ! Makefile.SH
21877 ____________________________________________________________________________
21878 [  2108] By: jhi                                   on 1998/10/28  10:33:36
21879     Log: The "parse error" must be converted to "syntax error",
21880          just matching it aint' enough.
21881  Branch: cfgperl
21882        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
21883        ! t/pragma/warning.t
21884 ____________________________________________________________________________
21885 [  2107] By: jhi                                   on 1998/10/28  10:23:05
21886     Log: Regen sig_n{ame,umber}* if slightest doubt.
21887  Branch: cfgperl
21888        ! Configure
21889 ____________________________________________________________________________
21890 [  2106] By: jhi                                   on 1998/10/28  08:44:49
21891     Log: Bison says 'parse error', not 'parser error'.
21892  Branch: cfgperl
21893        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
21894        ! t/pragma/warning.t
21895 ____________________________________________________________________________
21896 [  2105] By: jhi                                   on 1998/10/28  08:42:09
21897     Log: yylex() parametrization.
21898  Branch: cfgperl
21899        ! proto.h toke.c
21900 ____________________________________________________________________________
21901 [  2104] By: jhi                                   on 1998/10/28  08:25:09
21902     Log: Bring in #2102.
21903  Branch: cfgperl
21904        ! pp.c
21905 ____________________________________________________________________________
21906 [  2103] By: jhi                                   on 1998/10/28  08:22:04
21907     Log: From: Dominic Dunlop <domo@vo.lu>
21908          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
21909          Date: 27 Oct 1998 20:47:25 +0200
21910          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
21911  Branch: cfgperl
21912        ! t/op/groups.t
21913 ____________________________________________________________________________
21914 [  2102] By: larry                                 on 1998/10/27  18:58:55
21915     Log: utf8 change to quotemeta broke EBCDIC
21916  Branch: perl
21917        ! pp.c
21918 ____________________________________________________________________________
21919 [  2101] By: jhi                                   on 1998/10/27  12:55:34
21920     Log: $Config{sig_num_init}.
21921          Also, a new approach to the 'pthreads-created-joinable': drop
21922          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
21923          directly. (See also #2096).
21924  Branch: cfgperl
21925        ! Configure config_h.SH
21926 ____________________________________________________________________________
21927 [  2100] By: jhi                                   on 1998/10/27  10:48:55
21928     Log: Regenerated perly_c.diff.
21929  Branch: cfgperl
21930        ! perly_c.diff
21931 ____________________________________________________________________________
21932 [  2099] By: jhi                                   on 1998/10/27  08:42:25
21933     Log: First the mangler was Netscape, then it was me.
21934  Branch: cfgperl
21935        ! vmesa/Makefile
21936 ____________________________________________________________________________
21937 [  2098] By: jhi                                   on 1998/10/27  08:34:40
21938     Log: `id -Gn` might be available where `groups` is not.
21939  Branch: cfgperl
21940        ! t/op/groups.t
21941 ____________________________________________________________________________
21942 [  2097] By: jhi                                   on 1998/10/27  08:05:17
21943     Log: Netscape had mangled the tabs.
21944  Branch: cfgperl
21945        ! vmesa/Makefile
21946 ____________________________________________________________________________
21947 [  2096] By: jhi                                   on 1998/10/27  08:03:05
21948     Log: ATTR_JOINABLE logic, based on (private email)
21949          
21950          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
21951          Subject: Some little diffs
21952          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
21953          Date: Tue, 27 Oct 1998 13:44:42 +1300
21954  Branch: cfgperl
21955        ! thread.h
21956 ____________________________________________________________________________
21957 [  2095] By: jhi                                   on 1998/10/27  07:56:57
21958     Log: Mach cthreads support based on:
21959          
21960          From: brie@corp.home.net (Brian Harrison)
21961          Subject: perl5.005_02 patch for mthreads
21962          To: perl5-porters@perl.org
21963          Date: 24 Oct 1998 01:01:55 +0300
21964          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
21965          
21966          Pthread yield probe (dejavu)
21967          Cosmetic nanochange for the union semun output.
21968          Better inttypes.h probe.
21969          Undo the 'void *' $selecttype probe from #1971 because
21970          it breaks the $selectminbits test.
21971  Branch: cfgperl
21972        ! Configure config_h.SH perl.h thread.h
21973 ____________________________________________________________________________
21974 [  2094] By: jhi                                   on 1998/10/26  13:02:07
21975     Log: Also posix-bc wants to reyacc.
21976  Branch: cfgperl
21977        ! Makefile.SH
21978 ____________________________________________________________________________
21979 [  2093] By: jhi                                   on 1998/10/26  10:17:21
21980     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
21981          5_02 and really breaking things in non-ASCII worlds.
21982  Branch: cfgperl
21983        ! pp.c
21984 ____________________________________________________________________________
21985 [  2092] By: jhi                                   on 1998/10/26  09:08:00
21986     Log: More robustness.
21987  Branch: cfgperl
21988        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
21989        ! t/pragma/warning.t
21990 ____________________________________________________________________________
21991 [  2091] By: jhi                                   on 1998/10/26  08:47:32
21992     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
21993          Bison really wants YYLEX_PARAM.
21994  Branch: cfgperl
21995        ! perly.y proto.h toke.c
21996 ____________________________________________________________________________
21997 [  2090] By: jhi                                   on 1998/10/26  08:21:25
21998     Log: s/YYLEX_PARAM/YYLEXPARAM/
21999  Branch: cfgperl
22000        ! perly.y
22001 ____________________________________________________________________________
22002 [  2089] By: jhi                                   on 1998/10/26  08:17:33
22003     Log: Indicate skipped subtests.
22004  Branch: cfgperl
22005        ! t/io/pipe.t
22006 ____________________________________________________________________________
22007 [  2088] By: jhi                                   on 1998/10/26  08:11:36
22008     Log: Integrate from mainperl.
22009  Branch: cfgperl
22010       !> (integrate 54 files)
22011 ____________________________________________________________________________
22012 [  2087] By: jhi                                   on 1998/10/26  08:08:02
22013     Log: Add test for filetests.
22014  Branch: cfgperl
22015        + t/op/filetest.t
22016        ! MANIFEST
22017 ____________________________________________________________________________
22018 [  2086] By: gsar                                  on 1998/10/26  02:44:44
22019     Log: various win32 tweaks; disable new xs_cpp section (it creates
22020          ambiguous inference graph for %.xs --> %.o)
22021  Branch: perl
22022        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
22023        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
22024        ! win32/config.gc win32/config_H.gc win32/makedef.pl
22025        ! win32/makefile.mk win32/win32.h
22026 ____________________________________________________________________________
22027 [  2085] By: gsar                                  on 1998/10/26  00:50:02
22028     Log: sanity-check $Config{drand01} in rand.t
22029  Branch: perl
22030        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
22031        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22032 ____________________________________________________________________________
22033 [  2078] By: gsar                                  on 1998/10/25  10:22:04
22034     Log: update win32/config*.?c
22035  Branch: perl
22036        ! Changes win32/config.bc win32/config.gc win32/config.vc
22037        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22038 ____________________________________________________________________________
22039 [  2077] By: gsar                                  on 1998/10/25  08:39:25
22040     Log: From: Graham Barr <gbarr@pobox.com>
22041          Date: Sat, 24 Oct 1998 21:45:50 -0500
22042          Message-ID: <19981024214550.C508@pobox.com>
22043          Subject: Re: die with a reference  should use overload "" operator
22044  Branch: perl
22045        ! pp_ctl.c
22046 ____________________________________________________________________________
22047 [  2076] By: gsar                                  on 1998/10/25  08:37:49
22048     Log: From: Graham Barr <gbarr@pobox.com>
22049          Date: Sat, 24 Oct 1998 12:45:21 -0500
22050          Message-ID: <19981024124521.C512@pobox.com>
22051          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
22052  Branch: perl
22053        ! sv.c
22054 ____________________________________________________________________________
22055 [  2075] By: gsar                                  on 1998/10/25  08:24:09
22056     Log: fix C<print $n += 5;> etc.
22057  Branch: perl
22058        ! toke.c
22059 ____________________________________________________________________________
22060 [  2074] By: gsar                                  on 1998/10/25  08:12:28
22061     Log: list builtins with portability caveats
22062          From: Jarkko Hietaniemi <jhi@iki.fi>
22063          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
22064          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
22065          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
22066  Branch: perl
22067        ! pod/perlfunc.pod
22068 ____________________________________________________________________________
22069 [  2073] By: gsar                                  on 1998/10/25  07:55:43
22070     Log: fix stack overrun in file test operators
22071  Branch: perl
22072        ! pp_sys.c
22073 ____________________________________________________________________________
22074 [  2072] By: gsar                                  on 1998/10/25  07:29:45
22075     Log: implement C<goto &func> and other fixes (via private mail)
22076          From:    "vishal bhatia" <vishalb@hotmail.com>
22077          Date:    Wed, 21 Oct 1998 22:59:03 PDT
22078          Message-Id: <19981022055904.20083.qmail@hotmail.com>
22079          Subject: [PATCH 5.005_52] More fixes for B
22080  Branch: perl
22081        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
22082 ____________________________________________________________________________
22083 [  2071] By: gsar                                  on 1998/10/25  07:14:41
22084     Log: From: Graham Barr <gbarr@pobox.com>
22085          Date: Sat, 17 Oct 1998 20:42:41 -0500
22086          Message-ID: <19981017204241.G510@pobox.com>
22087          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
22088  Branch: perl
22089        ! pp_ctl.c
22090 ____________________________________________________________________________
22091 [  2070] By: gsar                                  on 1998/10/25  07:07:29
22092     Log: avoid bogus line number in XSUB redefined warnings
22093  Branch: perl
22094        ! op.c
22095 ____________________________________________________________________________
22096 [  2069] By: gsar                                  on 1998/10/25  06:59:03
22097     Log: From: Martijn Koster <mak@excitecorp.com>
22098          Date: Wed, 21 Oct 1998 13:12:03 +0100
22099          Message-ID: <19981021131203.A15661@excitecorp.com>
22100          Subject: File::Path::mkpath reports the wrong error
22101  Branch: perl
22102        ! lib/File/Path.pm
22103 ____________________________________________________________________________
22104 [  2068] By: gsar                                  on 1998/10/25  06:54:43
22105     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
22106          Date: Tue, 20 Oct 1998 20:52:20 -0500
22107          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
22108          Subject: Exporter.pm's export_to_level() argument handling buggy
22109  Branch: perl
22110        ! lib/Exporter.pm
22111 ____________________________________________________________________________
22112 [  2067] By: gsar                                  on 1998/10/25  06:50:19
22113     Log: From: jan.dubois@ibm.net (Jan Dubois)
22114          Date: Wed, 21 Oct 1998 00:55:51 +0200
22115          Message-ID: <36380269.55370608@smtp1.ibm.net>
22116          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
22117  Branch: perl
22118        ! ext/DynaLoader/DynaLoader_pm.PL
22119 ____________________________________________________________________________
22120 [  2066] By: gsar                                  on 1998/10/25  06:48:19
22121     Log: recognize '%' as a shell metachar for win32
22122          From: jan.dubois@ibm.net (Jan Dubois)
22123          Date: Tue, 20 Oct 1998 21:57:35 +0200
22124          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
22125          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
22126  Branch: perl
22127        ! win32/win32.c
22128 ____________________________________________________________________________
22129 [  2065] By: gsar                                  on 1998/10/25  06:46:30
22130     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
22131  Branch: perl
22132        ! sv.c
22133 ____________________________________________________________________________
22134 [  2064] By: gsar                                  on 1998/10/25  06:45:09
22135     Log: From: Gisle Aas <gisle@aas.no>
22136          Date: 20 Oct 1998 14:24:44 +0200
22137          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
22138          Subject: ord() and unpack("U*",...) should not be negative
22139  Branch: perl
22140        ! pp.c
22141 ____________________________________________________________________________
22142 [  2063] By: gsar                                  on 1998/10/25  06:42:29
22143     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22144          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
22145          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
22146          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
22147  Branch: perl
22148        ! os2/os2.c
22149 ____________________________________________________________________________
22150 [  2062] By: gsar                                  on 1998/10/25  06:41:26
22151     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22152          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
22153          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
22154          Subject: [PATCH 5.005_*] Speed up aassign
22155  Branch: perl
22156        ! pp_hot.c
22157 ____________________________________________________________________________
22158 [  2061] By: gsar                                  on 1998/10/25  06:39:04
22159     Log: From: Graham Barr <gbarr@pobox.com>
22160          Date: Sat, 17 Oct 1998 22:22:02 -0500
22161          Message-ID: <19981017222202.J510@pobox.com>
22162          Subject: Re: '*' prototype does not allow bareword with strict
22163  Branch: perl
22164        ! toke.c
22165 ____________________________________________________________________________
22166 [  2060] By: gsar                                  on 1998/10/25  06:37:34
22167     Log: handle '::' in section names properly
22168          From: Graham Barr <gbarr@pobox.com>
22169          Date: Sat, 17 Oct 1998 12:57:54 -0500
22170          Message-ID: <19981017125754.C510@pobox.com>
22171          Subject: Re: pod2html
22172  Branch: perl
22173        ! lib/Pod/Html.pm
22174 ____________________________________________________________________________
22175 [  2059] By: gsar                                  on 1998/10/25  06:33:43
22176     Log: integrate changes#1982,2014,2021 (from maint-5.005)
22177  Branch: perl
22178       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
22179       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
22180 ____________________________________________________________________________
22181 [  2058] By: gsar                                  on 1998/10/25  05:44:17
22182     Log: allow more win32 symbol exports (suggested by Jan Dubois)
22183  Branch: perl
22184        ! win32/makedef.pl
22185 ____________________________________________________________________________
22186 [  2057] By: gsar                                  on 1998/10/25  05:40:40
22187     Log: integrate change#2053 from maint-5.005
22188  Branch: perl
22189       !> cop.h t/cmd/while.t
22190 ____________________________________________________________________________
22191 [  2056] By: gsar                                  on 1998/10/25  05:16:41
22192     Log: commented version of a patch suggested by Drago Goricanec
22193          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
22194          Date: 16 Oct 1998 15:24:45 +0300
22195          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
22196          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
22197  Branch: perl
22198        ! pp_sys.c
22199 ____________________________________________________________________________
22200 [  2055] By: gsar                                  on 1998/10/25  05:11:03
22201     Log: include eof() in description of buffering caveats
22202          From: Anton Berezin <tobez@plab.ku.dk>
22203          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
22204          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
22205          Subject: [DOCPATCH] pod/perlfunc.pod
22206  Branch: perl
22207        ! pod/perlfunc.pod
22208 ____________________________________________________________________________
22209 [  2054] By: gsar                                  on 1998/10/25  05:07:42
22210     Log: disallow 'x' in hex numbers (except leading '0x')
22211          From: Gisle Aas <gisle@aas.no>
22212          Date: 16 Oct 1998 16:33:12 +0200
22213          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
22214          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
22215  Branch: perl
22216        ! perlvars.h t/op/oct.t util.c
22217 ____________________________________________________________________________
22218 [  2052] By: gsar                                  on 1998/10/25  04:49:04
22219     Log: avoid the circular refcnt logic in magic_mutexfree()
22220  Branch: perl
22221        ! mg.c pp.c pp_hot.c
22222 ____________________________________________________________________________
22223 [  2051] By: gsar                                  on 1998/10/25  04:35:07
22224     Log: properly restore PL_rsfp_filters after require
22225  Branch: perl
22226        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
22227        ! scope.h
22228 ____________________________________________________________________________
22229 [  2050] By: gsar                                  on 1998/10/25  02:42:32
22230     Log: integrate cfgperl changes back into mainline
22231  Branch: perl
22232       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
22233       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
22234       !> (integrate 33 files)
22235 ____________________________________________________________________________
22236 [  2049] By: gsar                                  on 1998/10/25  01:30:48
22237     Log: avoid "mysterious" compile-time failures without messages
22238  Branch: perl
22239        ! gv.c
22240 ____________________________________________________________________________
22241 [  2041] By: gsar                                  on 1998/10/23  21:11:56
22242     Log: checkin jpl under //depot/perlext/jpl/...
22243  Branch: perlext
22244        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
22245        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
22246        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
22247        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
22248        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
22249        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
22250        + jpl/PerlInterpreter/Makefile.PL
22251        + jpl/PerlInterpreter/PerlInterpreter.c
22252        + jpl/PerlInterpreter/PerlInterpreter.h
22253        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
22254        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
22255        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
22256        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
22257        + jpl/get_jdk/jdk_hosts jpl/install-jpl
22258 ____________________________________________________________________________
22259 [  2040] By: larry                                 on 1998/10/23  19:31:42
22260     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
22261  Branch: perl
22262        ! pp.c
22263 ____________________________________________________________________________
22264 [  2039] By: larry                                 on 1998/10/23  18:48:34
22265     Log: tr///d does not seem to work
22266  Branch: perl
22267        ! lib/utf8_heavy.pl
22268 ____________________________________________________________________________
22269 [  2038] By: larry                                 on 1998/10/23  18:00:41
22270     Log: Program with utf8 identifiers fails to compile
22271  Branch: perl
22272        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
22273 ____________________________________________________________________________
22274 [  2037] By: jhi                                   on 1998/10/23  14:04:51
22275     Log: Test suite portability:
22276          - posix-bc does not write to broken pipes
22277          - filehand #11 only iff we have fork
22278          - warning.t can now match $expected using regular expressions
22279  Branch: cfgperl
22280        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
22281        ! t/pragma/warning.t
22282 ____________________________________________________________________________
22283 [  2036] By: jhi                                   on 1998/10/23  12:12:07
22284     Log: yacc clarification.
22285  Branch: cfgperl
22286        ! README.posix-bc
22287 ____________________________________________________________________________
22288 [  2035] By: jhi                                   on 1998/10/23  12:09:59
22289     Log: Some C compilers get upset about 8-bit characters in /* comments. */
22290  Branch: cfgperl
22291        ! mg.c
22292 ____________________________________________________________________________
22293 [  2034] By: jhi                                   on 1998/10/22  09:11:52
22294     Log: Configure update: both for pthread_yield more robust
22295          testing (all variants of pthread_attr_getdetachstate()) --
22296          and because Configure was broken in major way! About 1000
22297          last lines were truncated.
22298  Branch: cfgperl
22299        ! Configure
22300 ____________________________________________________________________________
22301 [  2033] By: jhi                                   on 1998/10/22  07:47:10
22302     Log: DJGPP feedback for #2028.
22303  Branch: cfgperl
22304        ! thread.h
22305 ____________________________________________________________________________
22306 [  2032] By: jhi                                   on 1998/10/21  13:03:57
22307     Log: yielding, the saga continues.
22308  Branch: cfgperl
22309        ! Configure config_h.SH
22310       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
22311       !> t/op/goto.t t/pragma/constant.t
22312 ____________________________________________________________________________
22313 [  2031] By: jhi                                   on 1998/10/21  09:15:42
22314     Log: VM/ESA feedback for #2028.
22315  Branch: cfgperl
22316        ! Configure config_h.SH thread.h
22317 ____________________________________________________________________________
22318 [  2030] By: gsar                                  on 1998/10/21  04:22:53
22319     Log: fix handling of mayhaps-extended @_ in goto &sub
22320  Branch: perl
22321        ! av.c pp_ctl.c t/op/goto.t
22322 ____________________________________________________________________________
22323 [  2029] By: gsar                                  on 1998/10/21  00:54:14
22324     Log: restore sanity to "constant" references
22325  Branch: perl
22326        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
22327 ____________________________________________________________________________
22328 [  2028] By: jhi                                   on 1998/10/20  15:01:20
22329     Log: OLD_PTHREADS_API reorganizing.
22330  Branch: cfgperl
22331        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
22332        ! vmesa/vmesaish.h
22333 ____________________________________________________________________________
22334 [  2027] By: jhi                                   on 1998/10/20  14:14:51
22335     Log: #2026 fallout.
22336  Branch: cfgperl
22337        ! Makefile.SH
22338 ____________________________________________________________________________
22339 [  2026] By: jhi                                   on 1998/10/20  11:47:21
22340     Log: VM/ESA update.
22341  Branch: cfgperl
22342        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
22343 ____________________________________________________________________________
22344 [  2025] By: jhi                                   on 1998/10/20  08:20:56
22345     Log: 64-bitness, based on
22346          
22347          From: Scott Henry <scotth@sgi.com>
22348          To: perl-64bit@perl.org
22349          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
22350          Subject: Re: Configure problems/questions...
22351          Date: 19 Oct 1998 22:38:06 -0700
22352  Branch: cfgperl
22353        ! hints/irix_6.sh perl.h
22354 ____________________________________________________________________________
22355 [  2024] By: jhi                                   on 1998/10/20  08:09:07
22356     Log: Add lseeksize.
22357  Branch: cfgperl
22358        ! config_h.SH
22359 ____________________________________________________________________________
22360 [  2023] By: jhi                                   on 1998/10/20  08:08:33
22361     Log: Mumble about _yields() only when threaded.
22362  Branch: cfgperl
22363        ! Configure
22364 ____________________________________________________________________________
22365 [  2022] By: jhi                                   on 1998/10/20  07:46:26
22366     Log: Thinko at PTHREADS_CREATED_JOINABLE.
22367  Branch: cfgperl
22368        ! thread.h
22369 ____________________________________________________________________________
22370 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
22371     Log: From: Chip Salzenberg <chip@perlsupport.com>
22372          Date: Tue, 6 Oct 1998 13:33:05 -0400
22373          Message-ID: <19981006133305.A2348@perlsupport.com>
22374          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
22375  Branch: maint-5.005/perl
22376        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
22377        ! t/op/tie.t
22378 ____________________________________________________________________________
22379 [  2020] By: jhi                                   on 1998/10/19  09:15:53
22380     Log: YIELD more robustly.
22381  Branch: cfgperl
22382        ! thread.h
22383 ____________________________________________________________________________
22384 [  2019] By: jhi                                   on 1998/10/19  08:48:33
22385     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
22386          the 'new' one (just like DJGPP, it seems).
22387  Branch: cfgperl
22388        ! thread.h
22389 ____________________________________________________________________________
22390 [  2018] By: jhi                                   on 1998/10/19  07:02:44
22391     Log: vmesaish.h doesn't exclude unixish.h.
22392  Branch: cfgperl
22393        ! perl.h
22394 ____________________________________________________________________________
22395 [  2017] By: jhi                                   on 1998/10/19  06:44:19
22396     Log: 1<<$randbits is not good for randbits=48.
22397  Branch: cfgperl
22398        ! t/op/rand.t
22399 ____________________________________________________________________________
22400 [  2016] By: jhi                                   on 1998/10/19  06:39:47
22401     Log: Make #2012 glob pattern more portable.
22402  Branch: cfgperl
22403        ! Makefile.SH
22404 ____________________________________________________________________________
22405 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
22406     Log: Fix POSIX::sigprocmask not to check type of $old parameter
22407          as it is output only
22408  Branch: maint-5.005/perl
22409        ! ext/POSIX/POSIX.xs
22410 ____________________________________________________________________________
22411 [  2012] By: jhi                                   on 1998/10/17  15:04:23
22412     Log: clean numbered core dumps and t/tmp[0-9]*.
22413  Branch: cfgperl
22414        ! Makefile.SH
22415 ____________________________________________________________________________
22416 [  2011] By: jhi                                   on 1998/10/17  14:59:15
22417     Log: More robust yacc/bison failure output handling.
22418  Branch: cfgperl
22419        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
22420 ____________________________________________________________________________
22421 [  2010] By: jhi                                   on 1998/10/17  14:51:05
22422     Log: BC2000 POSIX update.
22423  Branch: cfgperl
22424        ! MANIFEST
22425 ____________________________________________________________________________
22426 [  2009] By: jhi                                   on 1998/10/17  14:49:46
22427     Log: POSIX BC2000 port from perl-mvs:
22428          
22429          Subject: Ported perl 5.005.02 to BS2000 / POSIX
22430          From: Dorner Thomas <Thomas.Dorner@start.de> 
22431          Date: Tue, 29 Sep 1998 13:29:36 +0100 
22432          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
22433  Branch: cfgperl
22434        + README.posix-bc hints/posix-bc.sh
22435        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
22436        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
22437        ! unixish.h
22438 ____________________________________________________________________________
22439 [  2008] By: jhi                                   on 1998/10/17  14:07:49
22440     Log: VM/ESA-update.
22441  Branch: cfgperl
22442        ! MANIFEST
22443 ____________________________________________________________________________
22444 [  2007] By: jhi                                   on 1998/10/17  13:55:34
22445     Log: Forgot few S_I* imports.
22446  Branch: cfgperl
22447        ! t/lib/ipc_sysv.t
22448 ____________________________________________________________________________
22449 [  2006] By: jhi                                   on 1998/10/17  13:43:54
22450     Log: The VM/ESA port essentials, based on
22451          
22452          perl-mvs:
22453          
22454          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
22455          Subject: Re: Can't find Data/Dumper.pm
22456          Date: Mon, 28 Sep 1998 07:40:49 +1300
22457          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
22458          
22459          private email:
22460          
22461          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
22462          Subject: Re: Perl thread problems in VM/ESA
22463          Date: Thu, 15 Oct 1998 07:18:35 +1300
22464          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
22465          
22466          and private email:
22467          
22468          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
22469          Subject:  perl archive
22470          Date:  Sun, 11 Oct 1998 19:28:54 EDT
22471          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
22472          which gave a pointer to
22473          
22474          http://pucc.princeton.edu/~neale/perl.tar
22475          
22476          (based on Perl 5.005_51)
22477  Branch: cfgperl
22478        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
22479        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
22480        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
22481        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
22482 ____________________________________________________________________________
22483 [  2005] By: jhi                                   on 1998/10/17  13:17:19
22484     Log: Integrate mainperl.
22485  Branch: cfgperl
22486       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
22487       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
22488       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
22489       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
22490       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
22491       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
22492       !> win32/makefile.mk
22493 ____________________________________________________________________________
22494 [  2004] By: jhi                                   on 1998/10/17  11:19:06
22495     Log: Removed an extra ' from the int64_t test.
22496  Branch: cfgperl
22497        ! Configure
22498 ____________________________________________________________________________
22499 [  2003] By: gsar                                  on 1998/10/17  04:11:40
22500     Log: silence -w noises (suggested by Greg Bacon)
22501  Branch: perl
22502        ! lib/Term/Complete.pm
22503 ____________________________________________________________________________
22504 [  2002] By: gsar                                  on 1998/10/17  04:07:48
22505     Log: From: Gisle Aas <gisle@aas.no>
22506          Date: 14 Oct 1998 15:53:14 +0200
22507          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
22508          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
22509  Branch: perl
22510        ! util.c
22511 ____________________________________________________________________________
22512 [  2001] By: gsar                                  on 1998/10/17  04:06:10
22513     Log: From: Gisle Aas <gisle@aas.no>
22514          Date: 14 Oct 1998 15:17:44 +0200
22515          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
22516          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
22517  Branch: perl
22518        ! toke.c
22519 ____________________________________________________________________________
22520 [  2000] By: gsar                                  on 1998/10/17  03:06:33
22521     Log: From: Gisle Aas <gisle@aas.no>
22522          Date: 14 Oct 1998 00:38:06 +0200
22523          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
22524          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
22525  Branch: perl
22526        ! sv.c
22527 ____________________________________________________________________________
22528 [  1999] By: gsar                                  on 1998/10/17  03:04:48
22529     Log: From: Dan Sugalski <sugalskd@osshe.edu>
22530          Date: Tue, 13 Oct 1998 15:10:57 -0700
22531          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
22532          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
22533  Branch: perl
22534        ! vms/ext/Stdio/Stdio.pm
22535 ____________________________________________________________________________
22536 [  1998] By: gsar                                  on 1998/10/17  03:00:40
22537     Log: skip readonly vars and unref references when doing a reset()
22538  Branch: perl
22539        ! sv.c
22540 ____________________________________________________________________________
22541 [  1997] By: gsar                                  on 1998/10/17  02:49:19
22542     Log: fix buggy treatment of large checksums on unicode strings
22543          From: Gisle Aas <gisle@aas.no>
22544          Date: 13 Oct 1998 21:35:39 +0200
22545          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
22546          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
22547  Branch: perl
22548        ! pp.c
22549 ____________________________________________________________________________
22550 [  1996] By: gsar                                  on 1998/10/17  02:43:22
22551     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22552          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
22553          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
22554          Subject: [PATCH 5.005_52] Memory overrun in os2.c
22555  Branch: perl
22556        ! os2/Makefile.SHs os2/os2.c
22557 ____________________________________________________________________________
22558 [  1995] By: gsar                                  on 1998/10/17  02:42:01
22559     Log: clarify section name rules for typemaps
22560  Branch: perl
22561        ! pod/perlxs.pod
22562 ____________________________________________________________________________
22563 [  1994] By: gsar                                  on 1998/10/17  02:33:02
22564     Log: whitespace-proof grent.t
22565  Branch: perl
22566        ! t/op/grent.t
22567 ____________________________________________________________________________
22568 [  1993] By: gsar                                  on 1998/10/17  02:27:29
22569     Log: fix bug in B::CC::pp_sassign()
22570          From: "vishal bhatia" <vishalb@hotmail.com>
22571          Date: Sun, 11 Oct 1998 18:41:38 PDT
22572          Message-ID: <19981012014139.19614.qmail@hotmail.com>
22573          Subject: B::CC problems with pp_sassign routine
22574  Branch: perl
22575        ! ext/B/B/CC.pm
22576 ____________________________________________________________________________
22577 [  1992] By: gsar                                  on 1998/10/17  02:17:49
22578     Log: applied suggested patch with small doc tweak
22579          From: Gisle Aas <gisle@aas.no>
22580          Date: 11 Oct 1998 12:53:13 +0200
22581          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
22582          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
22583  Branch: perl
22584        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
22585        ! t/op/tiehandle.t
22586 ____________________________________________________________________________
22587 [  1991] By: gsar                                  on 1998/10/17  02:08:30
22588     Log: apply non-conflicting parts from suggested patch
22589          From: jan.dubois@ibm.net (Jan Dubois)
22590          Date: Sat, 10 Oct 1998 13:15:45 +0200
22591          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
22592          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
22593  Branch: perl
22594        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
22595 ____________________________________________________________________________
22596 [  1990] By: gsar                                  on 1998/10/17  02:01:24
22597     Log: provide option to enable optimization with VC (suggested by Jan
22598          Dubois)
22599  Branch: perl
22600        ! win32/Makefile win32/makefile.mk
22601 ____________________________________________________________________________
22602 [  1989] By: gsar                                  on 1998/10/17  01:55:27
22603     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
22604          Dave Leppik <dleppik@gage.com>
22605  Branch: perl
22606        ! perl.h
22607 ____________________________________________________________________________
22608 [  1988] By: gsar                                  on 1998/10/17  01:49:05
22609     Log: stray typo found by Hugo van der Sanden
22610  Branch: perl
22611        ! op.c
22612 ____________________________________________________________________________
22613 [  1987] By: gsar                                  on 1998/10/17  01:45:52
22614     Log: perldoc pod update
22615          From: Daniel Grisinger <dgris@perrin.dimensional.com>
22616          Date: 06 Oct 1998 23:56:51 -0600
22617          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
22618          Subject: [PATCH _02 and _52] perldoc
22619  Branch: perl
22620        ! utils/perldoc.PL
22621 ____________________________________________________________________________
22622 [  1986] By: gsar                                  on 1998/10/17  01:41:40
22623     Log: qualify names of builtins
22624  Branch: perl
22625        ! ext/POSIX/POSIX.pm
22626 ____________________________________________________________________________
22627 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
22628     Log: From: Jochen Wiedmann <joe@ispsoft.de>
22629          Date: Thu, 17 Sep 1998 17:16:06 +0200
22630          Message-ID: <360127B6.E44564A@ispsoft.de>
22631          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
22632  Branch: maint-5.005/perl
22633        ! lib/ExtUtils/MakeMaker.pm
22634 ____________________________________________________________________________
22635 [  1978] By: gsar                                  on 1998/10/16  01:58:58
22636     Log: integrate cfgperl mods into mainline
22637  Branch: perl
22638       +> ext/DynaLoader/dl_vmesa.xs
22639        ! Porting/genlog
22640       !> Configure MANIFEST Makefile.SH config_h.SH
22641       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
22642       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
22643       !> x2p/Makefile.SH
22644 ____________________________________________________________________________
22645 [  1976] By: gsar                                  on 1998/10/16  00:10:52
22646     Log: stray tweak
22647  Branch: perl
22648        ! op.c
22649 ____________________________________________________________________________
22650 [  1975] By: gsar                                  on 1998/10/15  23:54:38
22651     Log: propagate typeness of lexicals while cloning them
22652  Branch: perl
22653        ! op.c
22654 ____________________________________________________________________________
22655 [  1974] By: gsar                                  on 1998/10/15  23:53:25
22656     Log: s/last/first/ typo in append_list()
22657  Branch: perl
22658        ! op.c
22659 ____________________________________________________________________________
22660 [  1973] By: gsar                                  on 1998/10/15  20:06:17
22661     Log: nuke confperl branch and contents
22662  Branch: confperl
22663        - (delete 1284 files)
22664 ____________________________________________________________________________
22665 [  1972] By: jhi                                   on 1998/10/15  07:07:35
22666     Log: Test #162 had been added but the "print 1..161" had not been updated.
22667  Branch: cfgperl
22668        ! t/op/pat.t
22669 ____________________________________________________________________________
22670 [  1971] By: gsar                                  on 1998/10/15  03:09:58
22671     Log: check in all confperl changes as of change#1964 into cfgperl
22672  Branch: cfgperl
22673        + ext/DynaLoader/dl_vmesa.xs
22674        ! Configure MANIFEST Makefile.SH config_h.SH
22675        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
22676        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
22677 ____________________________________________________________________________
22678 [  1970] By: gsar                                  on 1998/10/15  03:05:59
22679     Log: integrate mainline to get tr.t
22680  Branch: cfgperl
22681       +> t/op/tr.t
22682 ____________________________________________________________________________
22683 [  1969] By: gsar                                  on 1998/10/15  03:04:17
22684     Log: add missing tr.t to repository
22685  Branch: perl
22686        + t/op/tr.t
22687 ____________________________________________________________________________
22688 [  1968] By: gsar                                  on 1998/10/15  03:02:43
22689     Log: create cfgperl branch
22690  Branch: cfgperl
22691       +> (branch 1282 files)
22692 ____________________________________________________________________________
22693 [  1967] By: gsar                                  on 1998/10/15  02:46:08
22694     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
22695          (MAN3PODS cannot be set to ' '; stray stricture violation)
22696  Branch: perl
22697        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
22698        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
22699        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
22700        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
22701        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
22702        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
22703        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
22704        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
22705        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
22706        ! lib/ExtUtils/MM_Unix.pm
22707 ____________________________________________________________________________
22708 [  1966] By: gsar                                  on 1998/10/15  02:19:03
22709     Log: tweak to make fix in change#1944 behave correctly for closures
22710          created within eval''
22711  Branch: perl
22712        ! op.c t/op/eval.t
22713 ____________________________________________________________________________
22714 [  1965] By: gsar                                  on 1998/10/14  23:22:41
22715     Log: use better numbers for exitstatus test
22716  Branch: perl
22717        ! t/op/die_exit.t
22718 ____________________________________________________________________________
22719 [  1964] By: jhi                                   on 1998/10/14  17:25:41
22720     Log: Add VM/ESA dynaloading (uses <dll.h>).
22721  Branch: confperl
22722        + ext/DynaLoader/dl_vmesa.xs
22723        ! MANIFEST
22724 ____________________________________________________________________________
22725 [  1963] By: jhi                                   on 1998/10/14  17:17:10
22726     Log: Remove a2p.loadmap in 'clean' target.
22727  Branch: confperl
22728        ! x2p/Makefile.SH
22729 ____________________________________________________________________________
22730 [  1962] By: jhi                                   on 1998/10/14  17:13:11
22731     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
22732  Branch: confperl
22733        ! Makefile.SH
22734 ____________________________________________________________________________
22735 [  1961] By: jhi                                   on 1998/10/14  16:27:39
22736     Log: VM/ESA creates executable.loadmaps.
22737  Branch: confperl
22738        ! Makefile.SH
22739 ____________________________________________________________________________
22740 [  1960] By: jhi                                   on 1998/10/14  15:37:39
22741     Log: Introduce SCHED_YIELD (one of sched_yield(),
22742          pthread_yield(), or pthread_yield(NULL)).
22743          YIELD is then defined using SCHED_YIELD unless
22744          a platform-specific YIELD has already been defined.
22745          
22746          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
22747          
22748          The need for pthread_yield(NULL) and pthread_attr_setdet...
22749          introduced by (private email)
22750          
22751          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
22752          Date: Sat, 10 Oct 1998 21:08:15 +1300
22753          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
22754          Subject: Re: Perl thread problems in VM/ESA
22755          
22756          Better select() protoprobe (for AIX), from (private email)
22757          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
22758          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
22759          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
22760          Subject: AIX select (fwd)
22761          From: Lars Hecking <lhecking@nmrc.ucc.ie>
22762          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
22763          Date: Fri, 2 Oct 1998 10:40:01 +0100
22764          Subject: AIX select
22765          
22766          Linux-avoid-so.X.Y, based on
22767          From: "Kurt D. Starsinic" <kstar@chapin.edu>
22768          Date: Tue, 13 Oct 1998 15:55:07 -0400
22769          Message-ID: <19981013155507.B4004@O2.chapin.edu>
22770          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
22771  Branch: confperl
22772        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
22773        ! thread.h
22774 ____________________________________________________________________________
22775 [  1959] By: jhi                                   on 1998/10/14  12:51:26
22776     Log: Some old pthread implementations have
22777          pthread_attr_setdetachstate(pthread_attr_t*, int*).
22778  Branch: confperl
22779        ! ext/Thread/Thread.xs
22780 ____________________________________________________________________________
22781 [  1958] By: jhi                                   on 1998/10/14  12:41:11
22782     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
22783          counterparts will follow soon.
22784  Branch: confperl
22785        ! thread.h
22786 ____________________________________________________________________________
22787 [  1957] By: jhi                                   on 1998/10/14  12:38:11
22788     Log: Add tr.t (MANIFEST already knew about it, strange)
22789  Branch: confperl
22790        + t/op/tr.t
22791 ____________________________________________________________________________
22792 [  1956] By: jhi                                   on 1998/10/14  12:24:35
22793     Log: Mutexen should be initialized only once.
22794  Branch: confperl
22795        ! gv.c op.c
22796 ____________________________________________________________________________
22797 [  1955] By: jhi                                   on 1998/10/14  12:19:38
22798     Log: os390 has its own cppstdin.
22799  Branch: confperl
22800        ! hints/os390.sh
22801 ____________________________________________________________________________
22802 [  1954] By: jhi                                   on 1998/10/14  12:15:06
22803     Log: Integrate with mainperl.
22804  Branch: confperl
22805       !> (integrate 1280 files)
22806 ____________________________________________________________________________
22807 [  1953] By: jhi                                   on 1998/10/14  11:48:08
22808     Log: Removed duplicate CMA threads code for HPUX 10.X.
22809          (probably residue of patch(1) being too understanding)
22810          Enhanced 64-bit settings. (redo change#1940)
22811  Branch: confperl
22812        ! hints/hpux.sh
22813 ____________________________________________________________________________
22814 [  1952] By: jhi                                   on 1998/10/14  11:45:16
22815     Log: (redo change#1949) Detypo in the d_open64 warning about
22816          the impending WHOA.
22817  Branch: confperl
22818        ! hints/irix_6.sh
22819 ____________________________________________________________________________
22820 [  1951] By: jhi                                   on 1998/10/14  10:54:16
22821     Log: Mutexen should only be inited once, after they have been New()ed.
22822  Branch: confperl
22823        ! gv.c op.c
22824 ____________________________________________________________________________
22825 [  1950] By: jhi                                   on 1998/10/14  10:41:43
22826     Log: Own cppstdin.
22827  Branch: confperl
22828        ! hints/os390.sh
22829 ____________________________________________________________________________
22830 [  1949] By: jhi                                   on 1998/10/14  10:34:23
22831     Log: Detypo in the d_open64 warning about the impending WHOA.
22832  Branch: confperl
22833        ! hints/irix_6.sh
22834 ____________________________________________________________________________
22835 [  1948] By: gsar                                  on 1998/10/14  05:38:01
22836     Log: two typos
22837  Branch: perl
22838        ! pp_hot.c t/op/eval.t
22839 ____________________________________________________________________________
22840 [  1947] By: gsar                                  on 1998/10/14  05:37:10
22841     Log: let docatch() pass the buck when restartop turns out to be null,
22842          making exceptions in BEGIN{} propagate as expected
22843  Branch: perl
22844        ! pp_ctl.c t/op/misc.t
22845 ____________________________________________________________________________
22846 [  1946] By: gsar                                  on 1998/10/13  03:41:49
22847     Log: add missing file from change#1943
22848  Branch: perl
22849        ! proto.h
22850 ____________________________________________________________________________
22851 [  1945] By: gsar                                  on 1998/10/13  03:32:02
22852     Log: defer "deep recursion" warnings until CXt_SUB context is properly
22853          set up
22854  Branch: perl
22855        ! pp_hot.c t/pragma/warn/pp_hot
22856 ____________________________________________________________________________
22857 [  1944] By: gsar                                  on 1998/10/13  03:15:50
22858     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
22859          fixup the cop_seq value that must be seen by lexical lookups that
22860          emanate within eval''
22861  Branch: perl
22862        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
22863 ____________________________________________________________________________
22864 [  1943] By: gsar                                  on 1998/10/13  02:06:09
22865     Log: ensure recursive attempts to findlex()icals know enough about where
22866          the last eval'' context was encountered
22867  Branch: perl
22868        ! op.c t/op/eval.t
22869 ____________________________________________________________________________
22870 [  1942] By: gsar                                  on 1998/10/13  02:01:24
22871     Log: force copy of substrings when matching against temporaries
22872  Branch: perl
22873        ! pp_hot.c t/op/pat.t
22874 ____________________________________________________________________________
22875 [  1941] By: gsar                                  on 1998/10/13  01:49:16
22876     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
22877          implementation)
22878  Branch: perl
22879        ! pp_ctl.c t/op/runlevel.t
22880 ____________________________________________________________________________
22881 [  1940] By: jhi                                   on 1998/10/12  09:57:44
22882     Log: Removed duplicate CMA threads code for HPUX 10.X.
22883          (probably residue of patch(1) being too understanding)
22884          Enhanced 64-bit settings.
22885  Branch: confperl
22886        ! hints/hpux.sh
22887 ____________________________________________________________________________
22888 [  1939] By: jhi                                   on 1998/10/12  09:53:11
22889     Log: Initial sync from mainline perl.
22890  Branch: confperl
22891        + (add 1282 files)
22892 ____________________________________________________________________________
22893 [  1937] By: gsar                                  on 1998/10/06  21:16:34
22894     Log: fix $/ init for USE_THREADS
22895  Branch: perl
22896        ! perl.c
22897 ____________________________________________________________________________
22898 [  1936] By: gsar                                  on 1998/10/06  07:19:39
22899     Log: fix globals caught by change#1927; builds and tests on Solaris
22900  Branch: perl
22901        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
22902        ! warning.h warning.pl
22903 ____________________________________________________________________________
22904 [  1935] By: gsar                                  on 1998/10/06  06:50:35
22905     Log: add test for previous fix
22906  Branch: perl
22907        ! ext/Thread/create.t
22908 ____________________________________________________________________________
22909 [  1934] By: gsar                                  on 1998/10/06  06:37:36
22910     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
22911  Branch: perl
22912        ! util.c
22913 ____________________________________________________________________________
22914 [  1933] By: gsar                                  on 1998/10/06  05:04:20
22915     Log: undo bogus part of change#1903 (as pointed out by Larry)
22916  Branch: perl
22917        ! pp_ctl.c
22918 ____________________________________________________________________________
22919 [  1932] By: gsar                                  on 1998/10/06  04:21:31
22920     Log: added tweaked version of suggested patch
22921          From: jan.dubois@ibm.net (Jan Dubois)
22922          Date: Sat, 03 Oct 1998 19:04:48 +0200
22923          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
22924          Subject: [PATCH 5.005_52] More MakeMaker  patches
22925  Branch: perl
22926        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
22927        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
22928 ____________________________________________________________________________
22929 [  1931] By: gsar                                  on 1998/10/06  04:04:33
22930     Log: use cpp symbols instead of hardwired constants
22931          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
22932          Date: Mon, 05 Oct 1998 09:23:33 +0100
22933          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
22934          Subject: [PATCH 5.005_52] By the numbers (resend)
22935  Branch: perl
22936        ! op.c
22937 ____________________________________________________________________________
22938 [  1930] By: gsar                                  on 1998/10/06  04:01:55
22939     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22940          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
22941          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
22942          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
22943  Branch: perl
22944        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
22945        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
22946 ____________________________________________________________________________
22947 [  1929] By: gsar                                  on 1998/10/06  03:50:36
22948     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22949          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
22950          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
22951          Subject: [PATCH 5.00552] Minor test improvement
22952  Branch: perl
22953        ! t/op/magic.t
22954 ____________________________________________________________________________
22955 [  1928] By: gsar                                  on 1998/10/06  03:49:03
22956     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22957          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
22958          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
22959          Subject: [PATCH 5.00552] emacs/ptags inprovements
22960  Branch: perl
22961        ! emacs/ptags
22962 ____________________________________________________________________________
22963 [  1927] By: gsar                                  on 1998/10/06  03:47:44
22964     Log: disable C<#define dirty PL_dirty> et al.
22965  Branch: perl
22966        ! embed.pl embedvar.h
22967 ____________________________________________________________________________
22968 [  1926] By: gsar                                  on 1998/10/06  03:43:32
22969     Log: From: Mark-Jason Dominus <mjd@plover.com>
22970          Date: Sun, 04 Oct 1998 14:48:11 -0400
22971          Message-ID: <19981004184811.16048.qmail@plover.com>
22972          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
22973  Branch: perl
22974        ! utils/perldoc.PL
22975 ____________________________________________________________________________
22976 [  1925] By: gsar                                  on 1998/10/06  03:27:35
22977     Log: disable USE_THREADS when PERL_OBJECT is enabled
22978  Branch: perl
22979        ! win32/Makefile win32/makefile.mk
22980 ____________________________________________________________________________
22981 [  1924] By: gsar                                  on 1998/10/06  03:26:54
22982     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
22983  Branch: perl
22984        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
22985        ! vms/perly_c.vms
22986 ____________________________________________________________________________
22987 [  1923] By: gsar                                  on 1998/10/03  05:19:56
22988     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
22989          overridden
22990  Branch: perl
22991        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
22992        ! proto.h vms/perly_c.vms
22993 ____________________________________________________________________________
22994 [  1922] By: gsar                                  on 1998/10/03  03:59:50
22995     Log: suppress manifypods leak in extensions
22996  Branch: perl
22997        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
22998 ____________________________________________________________________________
22999 [  1921] By: gsar                                  on 1998/10/02  22:30:15
23000     Log: os390 fixes (suggested by Peter Prymmer)
23001  Branch: perl
23002        ! Makefile.SH regcomp.c
23003 ____________________________________________________________________________
23004 [  1920] By: gsar                                  on 1998/10/02  21:41:19
23005     Log: squelch undef warnings
23006          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
23007          Date: Fri, 02 Oct 1998 11:01:14 +0100
23008          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
23009          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
23010  Branch: perl
23011        ! Changes lib/Math/BigInt.pm
23012 ____________________________________________________________________________
23013 [  1919] By: gsar                                  on 1998/10/02  04:59:13
23014     Log: add note to INSTALL about ANSI C
23015  Branch: perl
23016        ! INSTALL
23017 ____________________________________________________________________________
23018 [  1918] By: gsar                                  on 1998/10/02  04:21:10
23019     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
23020          From: jan.dubois@ibm.net (Jan Dubois)
23021          Date: Wed, 30 Sep 1998 23:35:30 +0200
23022          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
23023          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
23024  Branch: perl
23025        ! lib/ExtUtils/xsubpp
23026 ____________________________________________________________________________
23027 [  1917] By: gsar                                  on 1998/10/02  04:16:02
23028     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
23029          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
23030          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
23031          Subject: Re: Configure test for selectbits busted
23032  Branch: perl
23033        ! Configure
23034 ____________________________________________________________________________
23035 [  1916] By: gsar                                  on 1998/10/02  04:14:17
23036     Log: From: Dan Sugalski <sugalskd@osshe.edu>
23037          Date: Wed, 30 Sep 1998 17:15:20 -0700
23038          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
23039          Subject: [PATCH 5.005_02]VMS config tweaks
23040  Branch: perl
23041        ! vms/descrip_mms.template vms/subconfigure.com
23042 ____________________________________________________________________________
23043 [  1915] By: gsar                                  on 1998/10/02  04:10:47
23044     Log: use Off_t to permit 64-bit seek()
23045          From: Scott Henry <scotth@sgi.com>
23046          Date: 29 Sep 1998 17:38:46 -0700
23047          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
23048          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
23049          --
23050          Date: 28 Sep 1998 18:55:37 -0700
23051          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
23052          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
23053  Branch: perl
23054        ! doio.c pp_sys.c proto.h sv.c
23055 ____________________________________________________________________________
23056 [  1914] By: gsar                                  on 1998/10/02  04:05:36
23057     Log: normalize tm struct passed to strftime() with mktime()
23058          From: Spider Boardman <spider@orb.nashua.nh.us>
23059          Date: Wed, 30 Sep 1998 15:12:09 -0400
23060          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
23061          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
23062  Branch: perl
23063        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
23064 ____________________________________________________________________________
23065 [  1913] By: gsar                                  on 1998/10/02  03:59:46
23066     Log: don't try to run foo_SH.orig etc.
23067  Branch: perl
23068        ! Configure
23069 ____________________________________________________________________________
23070 [  1912] By: gsar                                  on 1998/10/02  03:45:37
23071     Log: make warning about glob process failure optional
23072  Branch: perl
23073        ! pod/perldiag.pod pp_hot.c
23074 ____________________________________________________________________________
23075 [  1911] By: gsar                                  on 1998/10/02  02:52:21
23076     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
23077          From: Dominic Dunlop <domo@vo.lu>
23078          Date: Tue, 29 Sep 1998 21:06:30 +0000
23079          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
23080          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
23081          --
23082          Date: Wed, 30 Sep 1998 11:46:44 +0000
23083          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
23084          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
23085  Branch: perl
23086        ! pod/perldiag.pod regcomp.c
23087 ____________________________________________________________________________
23088 [  1910] By: gsar                                  on 1998/10/02  02:48:48
23089     Log: minor Configure tweaks (via private mail)
23090          From: Jarkko Hietaniemi <jhi@iki.fi>
23091          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
23092          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
23093          Subject: [PATCH] 5.005_52: the drizzle continues
23094  Branch: perl
23095        ! Configure config_h.SH handy.h
23096 ____________________________________________________________________________
23097 [  1909] By: gsar                                  on 1998/10/02  02:46:39
23098     Log: update SCO hints for dynamic loading
23099          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
23100          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
23101          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
23102          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
23103          --
23104          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
23105          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
23106          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
23107  Branch: perl
23108        ! hints/sco.sh
23109 ____________________________________________________________________________
23110 [  1908] By: gsar                                  on 1998/10/02  02:33:39
23111     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
23112  Branch: perl
23113        ! lib/File/Find.pm
23114 ____________________________________________________________________________
23115 [  1907] By: gsar                                  on 1998/10/02  02:21:52
23116     Log: applied patches, but retained old behavior for win32 (where compilers
23117          can't read from stdin at all)
23118          From: Graham Barr <gbarr@ti.com>
23119          Date: Mon, 28 Sep 1998 09:41:49 -0500
23120          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
23121          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
23122          --
23123          Date: Tue, 29 Sep 1998 12:35:43 -0500
23124          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
23125          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
23126  Branch: perl
23127        ! ext/Errno/Errno_pm.PL
23128 ____________________________________________________________________________
23129 [  1906] By: gsar                                  on 1998/10/02  02:02:19
23130     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
23131          Hietaniemi)
23132  Branch: perl
23133        ! t/op/grent.t
23134 ____________________________________________________________________________
23135 [  1905] By: gsar                                  on 1998/10/02  01:59:56
23136     Log: win32 caveats about truncate()
23137  Branch: perl
23138        ! pod/perlport.pod
23139 ____________________________________________________________________________
23140 [  1904] By: gsar                                  on 1998/10/02  01:53:25
23141     Log: various Configure and hints updates (prefer drand48() or random()
23142          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
23143          applied modulo SCO hints superceded by later patch
23144          From: Jarkko Hietaniemi <jhi@iki.fi>
23145          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
23146          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
23147          Subject: [PATCH] 5.005_52: Configure et al:
23148  Branch: perl
23149        + ext/IPC/SysV/hints/next_3.pl
23150        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
23151        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
23152        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
23153 ____________________________________________________________________________
23154 [  1903] By: gsar                                  on 1998/10/02  01:42:37
23155     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
23156          Date: Mon, 28 Sep 1998 17:41:49 +0100
23157          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
23158          Subject: [PATCH 5.005_52] Re: More on ?p 
23159          --
23160          Date: Thu, 01 Oct 1998 09:10:58 +0100
23161          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
23162          Subject: [PATCH 5.005_52] ?p fix
23163          --
23164          Date: Thu, 01 Oct 1998 10:45:56 +0100
23165          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
23166          Subject: [PATCH 5.005_52] more on ?p
23167  Branch: perl
23168        ! pp_ctl.c
23169 ____________________________________________________________________________
23170 [  1902] By: gsar                                  on 1998/10/02  01:36:14
23171     Log: From: Kenneth Duda <kjd@cisco.com>
23172          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
23173          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
23174          Subject: writemain dies when there are more than 4000 characters of extensions
23175  Branch: perl
23176        ! writemain.SH
23177 ____________________________________________________________________________
23178 [  1901] By: gsar                                  on 1998/10/02  01:33:16
23179     Log: tweak run_byacc recipe
23180  Branch: perl
23181        ! Makefile.SH Porting/pumpkin.pod
23182 ____________________________________________________________________________
23183 [  1900] By: gsar                                  on 1998/10/02  01:02:09
23184     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
23185  Branch: perl
23186        ! perl.h pp_ctl.c
23187 ____________________________________________________________________________
23188 [  1899] By: gsar                                  on 1998/09/28  20:46:30
23189     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
23190          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
23191          Dvornik)
23192  Branch: perl
23193        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
23194 ____________________________________________________________________________
23195 [  1898] By: gsar                                  on 1998/09/28  20:42:52
23196     Log: flush unsubmitted 5.00552 change
23197  Branch: perl
23198        ! MANIFEST
23199 ____________________________________________________________________________
23200 [  1897] By: gsar                                  on 1998/09/27  04:43:06
23201     Log: run vms_yfix.pl
23202  Branch: perl
23203        ! vms/perly_c.vms
23204 ____________________________________________________________________________
23205 [  1896] By: gsar                                  on 1998/09/27  03:38:55
23206     Log: small tweak on last change
23207  Branch: perl
23208        ! win32/win32.c
23209 ____________________________________________________________________________
23210 [  1895] By: gsar                                  on 1998/09/27  03:17:17
23211     Log: fix win32_stat() to do the right thing for share names
23212  Branch: perl
23213        ! win32/win32.c
23214 ____________________________________________________________________________
23215 [  1891] By: larry                                 on 1998/09/25  18:50:40
23216     Log: Fixed apostrophe problem from Mark Knutsen.
23217  Branch: perl
23218        ! sv.h
23219
23220 ----------------
23221 Version 5.005_52
23222 ----------------
23223
23224 ____________________________________________________________________________
23225 [  1890] By: gsar                                  on 1998/09/25  10:25:00
23226     Log: update template config.sh, add new config vars to win32 stuff
23227  Branch: perl
23228        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
23229        ! pp_sys.c proto.h win32/config.bc win32/config.gc
23230        ! win32/config.vc win32/config_H.bc win32/config_H.gc
23231        ! win32/config_H.vc win32/win32.h
23232 ____________________________________________________________________________
23233 [  1889] By: gsar                                  on 1998/09/25  07:13:13
23234     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
23235          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
23236          of full-fledged 64-bit support (including support for: fseeko/ftello,
23237          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
23238          in Fcntl)
23239          From: Jarkko Hietaniemi <jhi@iki.fi>
23240          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
23241          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
23242          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
23243          --
23244          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
23245          Date: 12 Sep 1998 09:44:25 +0300
23246          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
23247          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
23248  Branch: perl
23249        + lib/filetest.pm
23250        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
23251        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
23252        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
23253        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
23254        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
23255        ! win32/makedef.pl
23256 ____________________________________________________________________________
23257 [  1888] By: gsar                                  on 1998/09/25  06:27:12
23258     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
23259  Branch: perl
23260        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
23261        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23262        ! win32/makedef.pl win32/makefile.mk win32/win32.c
23263 ____________________________________________________________________________
23264 [  1887] By: gsar                                  on 1998/09/25  04:50:49
23265     Log: win32.c tweak
23266  Branch: perl
23267        ! win32/win32.c
23268 ____________________________________________________________________________
23269 [  1886] By: gsar                                  on 1998/09/25  04:47:32
23270     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
23271  Branch: perl
23272        ! lib/ExtUtils/MakeMaker.pm
23273 ____________________________________________________________________________
23274 [  1885] By: gsar                                  on 1998/09/25  04:05:09
23275     Log: From: Dominic Dunlop <domo@vo.lu>
23276          Date: Thu, 10 Sep 1998 11:02:46 +0000
23277          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
23278          Subject: MM_Unix::canonpath erroneously turns leading // into /
23279  Branch: perl
23280        ! lib/ExtUtils/MM_Unix.pm
23281 ____________________________________________________________________________
23282 [  1884] By: gsar                                  on 1998/09/25  03:06:10
23283     Log: temporarily disable perl malloc for a2p until we clean up
23284          conflicting malloc() declarations everywhere
23285  Branch: perl
23286        ! x2p/Makefile.SH
23287 ____________________________________________________________________________
23288 [  1883] By: gsar                                  on 1998/09/25  02:27:00
23289     Log: remove obsolete win32/bin/*.pl
23290  Branch: perl
23291        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
23292        ! Changes MANIFEST win32/Makefile win32/makefile.mk
23293 ____________________________________________________________________________
23294 [  1882] By: gsar                                  on 1998/09/25  02:04:43
23295     Log: missing file in last submit
23296  Branch: perl
23297        ! proto.h
23298 ____________________________________________________________________________
23299 [  1881] By: gsar                                  on 1998/09/25  01:56:54
23300     Log: serial access to PL_x[inpr]v_root for USE_THREADS
23301  Branch: perl
23302        ! sv.c
23303 ____________________________________________________________________________
23304 [  1880] By: gsar                                  on 1998/09/25  01:19:38
23305     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
23306          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
23307          Date: Thu, 24 Sep 1998 22:01:09 +0900
23308          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
23309          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
23310  Branch: perl
23311        ! hv.c proto.h
23312 ____________________________________________________________________________
23313 [  1879] By: gsar                                  on 1998/09/25  00:20:07
23314     Log: tweaks to enable PERL_OBJECT to build & test on win32
23315  Branch: perl
23316        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
23317        ! win32/GenCAPI.pl
23318 ____________________________________________________________________________
23319 [  1878] By: gsar                                  on 1998/09/25  00:13:36
23320     Log: fix change#1861, which breaks default boot_xxx symbol generation
23321  Branch: perl
23322        ! lib/ExtUtils/Mksymlists.pm
23323 ____________________________________________________________________________
23324 [  1877] By: gsar                                  on 1998/09/24  10:29:54
23325     Log: two tweaks for clean build and test on Solaris
23326  Branch: perl
23327        ! op.c t/op/subst.t
23328 ____________________________________________________________________________
23329 [  1876] By: gsar                                  on 1998/09/24  09:04:43
23330     Log: From: Colin Kuskie <ckuskie@cadence.com>
23331          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
23332          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
23333          Subject: [PATCH 5.005_51] perlform.pod
23334  Branch: perl
23335        ! pod/perlform.pod
23336 ____________________________________________________________________________
23337 [  1875] By: gsar                                  on 1998/09/24  08:47:47
23338     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23339          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
23340          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
23341          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
23342  Branch: perl
23343        ! regexec.c
23344 ____________________________________________________________________________
23345 [  1874] By: gsar                                  on 1998/09/24  08:44:55
23346     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23347          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
23348          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
23349          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
23350  Branch: perl
23351        ! toke.c
23352 ____________________________________________________________________________
23353 [  1873] By: gsar                                  on 1998/09/24  08:39:41
23354     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23355          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
23356          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
23357          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
23358  Branch: perl
23359        ! Changes regcomp.c
23360 ____________________________________________________________________________
23361 [  1872] By: gsar                                  on 1998/09/24  08:37:00
23362     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
23363          Date: Sun, 23 Aug 1998 23:18:38 PDT
23364          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
23365          Subject: new irix_6.sh hints file
23366  Branch: perl
23367        ! hints/irix_6.sh
23368 ____________________________________________________________________________
23369 [  1871] By: gsar                                  on 1998/09/24  07:26:37
23370     Log: correct FSF address in various places
23371  Branch: perl
23372        ! Copying README ext/B/README lib/Getopt/Long.pm
23373 ____________________________________________________________________________
23374 [  1870] By: gsar                                  on 1998/09/24  07:11:56
23375     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
23376          Date:    Fri, 14 Aug 1998 09:20:16 PDT
23377          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
23378          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
23379  Branch: perl
23380        ! configure.com
23381 ____________________________________________________________________________
23382 [  1869] By: gsar                                  on 1998/09/24  06:55:59
23383     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
23384          From:    Scott Henry <scotth@sgi.com>
23385          Date:    13 Aug 1998 09:52:15 PDT
23386          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
23387          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
23388  Branch: perl
23389        ! hints/irix_6.sh
23390 ____________________________________________________________________________
23391 [  1868] By: gsar                                  on 1998/09/24  06:51:23
23392     Log: From:    Nathan Torkington <gnat@frii.com>
23393          Date:    Thu, 13 Aug 1998 10:59:48 MDT
23394          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
23395          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
23396  Branch: perl
23397        ! pod/perlfunc.pod
23398 ____________________________________________________________________________
23399 [  1867] By: gsar                                  on 1998/09/24  06:45:13
23400     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
23401          that are autoloaded)
23402  Branch: perl
23403        ! pp_ctl.c
23404 ____________________________________________________________________________
23405 [  1866] By: gsar                                  on 1998/09/24  05:21:19
23406     Log: grandfather deprecated "$$<digit>" no more
23407  Branch: perl
23408        ! pod/perldiag.pod toke.c
23409 ____________________________________________________________________________
23410 [  1865] By: gsar                                  on 1998/09/24  04:52:48
23411     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
23412          low bits (suggested by Ilya Zakharevich)
23413  Branch: perl
23414        ! hv.h
23415 ____________________________________________________________________________
23416 [  1864] By: gsar                                  on 1998/09/24  04:29:14
23417     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
23418          perly_c.diff
23419  Branch: perl
23420        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
23421        ! perly_c.diff toke.c
23422 ____________________________________________________________________________
23423 [  1863] By: gsar                                  on 1998/09/24  03:36:30
23424     Log: provide locked access to string table for USE_THREADS
23425  Branch: perl
23426        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
23427 ____________________________________________________________________________
23428 [  1862] By: gsar                                  on 1998/09/24  03:30:32
23429     Log: remove bogus warn()
23430  Branch: perl
23431        ! embed.pl
23432 ____________________________________________________________________________
23433 [  1861] By: gsar                                  on 1998/09/24  02:58:51
23434     Log: applied suggested patch, adapted for all platforms
23435          From: jan.dubois@ibm.net (Jan Dubois)
23436          Date: Sun, 20 Sep 1998 12:56:38 +0200
23437          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
23438          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
23439  Branch: perl
23440        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
23441        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
23442        ! lib/ExtUtils/MakeMaker.pm
23443 ____________________________________________________________________________
23444 [  1860] By: gsar                                  on 1998/09/24  02:16:14
23445     Log: upgrade to CPAN-1.40
23446  Branch: perl
23447        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
23448 ____________________________________________________________________________
23449 [  1859] By: gsar                                  on 1998/09/24  02:08:59
23450     Log: use $ENV{MAKEMAKEROPT} to set default command line args
23451  Branch: perl
23452        ! lib/ExtUtils/MakeMaker.pm
23453 ____________________________________________________________________________
23454 [  1857] By: gsar                                  on 1998/09/23  10:58:36
23455     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23456          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
23457          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
23458          Subject: More verbose Test::Harness [PATCH]
23459  Branch: perl
23460        ! lib/Test/Harness.pm
23461 ____________________________________________________________________________
23462 [  1856] By: gsar                                  on 1998/09/23  10:56:24
23463     Log: update hints for OPENSTEP 4.2 on i386
23464          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
23465          Date: Sun, 20 Sep 1998 01:03:18 +0200
23466          Message-Id: <9809192303.AA29190@Spike>
23467          Subject: Perl 5.005_02 compilation problems
23468  Branch: perl
23469        ! hints/next_4.sh
23470 ____________________________________________________________________________
23471 [  1855] By: gsar                                  on 1998/09/23  10:52:27
23472     Log: reset errno after C<require> search (as suggested by Larry)
23473  Branch: perl
23474        ! pp_ctl.c
23475 ____________________________________________________________________________
23476 [  1854] By: gsar                                  on 1998/09/23  10:50:26
23477     Log: misc pod tweaks
23478  Branch: perl
23479        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
23480 ____________________________________________________________________________
23481 [  1853] By: gsar                                  on 1998/09/23  10:46:06
23482     Log: make Pod/Html.pm handle the --title option properly (as suggested
23483          by gml4410@ggr.co.uk)
23484  Branch: perl
23485        ! lib/Pod/Html.pm
23486 ____________________________________________________________________________
23487 [  1852] By: gsar                                  on 1998/09/23  10:41:39
23488     Log: SSNEW() API for allocating memory on the savestack
23489          From: Albert Dvornik <bert@genscan.com>
23490          Date: 17 Sep 1998 19:23:07 -0400
23491          Message-Id: <tqemtae338.fsf@puma.genscan.com>
23492          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
23493  Branch: perl
23494        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
23495        ! perl.h proto.h scope.c scope.h t/io/tell.t
23496 ____________________________________________________________________________
23497 [  1851] By: gsar                                  on 1998/09/23  10:37:05
23498     Log: From: Jochen Wiedmann <joe@ispsoft.de>
23499          Date: Thu, 17 Sep 1998 17:16:06 +0200
23500          Message-ID: <360127B6.E44564A@ispsoft.de>
23501          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
23502  Branch: perl
23503        ! lib/ExtUtils/MakeMaker.pm
23504 ____________________________________________________________________________
23505 [  1850] By: gsar                                  on 1998/09/23  10:33:05
23506     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
23507          Date: 15 Sep 1998 01:32:31 +0200
23508          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
23509          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
23510  Branch: perl
23511        ! lib/ExtUtils/MM_Unix.pm
23512 ____________________________________________________________________________
23513 [  1849] By: gsar                                  on 1998/09/23  10:29:04
23514     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
23515          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
23516          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
23517          Subject: Re: extralibs.ld problem in MM_VMS.pm
23518  Branch: perl
23519        ! lib/ExtUtils/MM_VMS.pm
23520 ____________________________________________________________________________
23521 [  1848] By: gsar                                  on 1998/09/23  10:25:24
23522     Log: From: Roderick Schertler <roderick@argon.org>
23523          Date: 11 Sep 1998 16:19:21 -0400
23524          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
23525          Subject: Re: Open2 and memory leaks
23526  Branch: perl
23527        ! lib/IPC/Open3.pm
23528 ____________________________________________________________________________
23529 [  1847] By: gsar                                  on 1998/09/23  10:18:31
23530     Log: From: Roderick Schertler <roderick@argon.org>
23531          Date: Wed, 09 Sep 1998 23:52:48 -0400
23532          Message-ID: <20567.905399568@eeyore.ibcinc.com>
23533          Subject: seed srand from /dev/urandom when possible
23534  Branch: perl
23535        ! pod/perlfunc.pod pp.c
23536 ____________________________________________________________________________
23537 [  1846] By: gsar                                  on 1998/09/23  10:12:22
23538     Log: From: Roderick Schertler <roderick@argon.org>
23539          Date: Thu, 10 Sep 1998 00:32:17 -0400
23540          Message-ID: <21142.905401937@eeyore.ibcinc.com>
23541          Subject: doc update for crypt()'s salt
23542  Branch: perl
23543        ! pod/perlfunc.pod
23544 ____________________________________________________________________________
23545 [  1845] By: gsar                                  on 1998/09/23  10:09:23
23546     Log: fix h2ph handling of C<#error "foo">
23547          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
23548          Date: Thu, 10 Sep 1998 09:59:33 +0900
23549          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
23550          Subject: [5.005_02] h2ph problem
23551  Branch: perl
23552        ! utils/h2ph.PL
23553 ____________________________________________________________________________
23554 [  1844] By: gsar                                  on 1998/09/23  10:06:13
23555     Log: plug strictly private function leaks in API listing
23556  Branch: perl
23557        ! pod/perlguts.pod
23558 ____________________________________________________________________________
23559 [  1843] By: gsar                                  on 1998/09/23  10:02:57
23560     Log: hide symbol for static build
23561          From: Dominic Dunlop <domo@vo.lu>
23562          Date: Tue, 8 Sep 1998 21:40:46 +0000
23563          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
23564          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
23565  Branch: perl
23566        ! regcomp.c
23567 ____________________________________________________________________________
23568 [  1842] By: gsar                                  on 1998/09/23  09:52:46
23569     Log: define PUT_svindex(), PUT_opindex()
23570  Branch: perl
23571        ! ext/B/B/Assembler.pm
23572 ____________________________________________________________________________
23573 [  1841] By: gsar                                  on 1998/09/23  09:44:25
23574     Log: From: Dominic Dunlop <domo@vo.lu>
23575          Date: Tue, 8 Sep 1998 15:34:53 +0000
23576          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
23577          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
23578  Branch: perl
23579        ! t/pragma/warn/regexec
23580 ____________________________________________________________________________
23581 [  1840] By: gsar                                  on 1998/09/23  09:42:17
23582     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
23583  Branch: perl
23584        ! win32/bin/pl2bat.pl
23585 ____________________________________________________________________________
23586 [  1839] By: gsar                                  on 1998/09/23  09:38:18
23587     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
23588          Date: Mon, 7 Sep 1998 17:36:09 +0900
23589          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
23590          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
23591  Branch: perl
23592        ! ext/Thread/Thread.xs
23593 ____________________________________________________________________________
23594 [  1838] By: gsar                                  on 1998/09/23  09:21:11
23595     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
23596          Date: Thu, 10 Sep 1998 00:02:07 -0400
23597          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
23598          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
23599  Branch: perl
23600        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
23601        + vos/config.h vos/config_h.SH_orig vos/perl.bind
23602        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
23603        ! MANIFEST perl.c perl.h pod/perlport.pod
23604 ____________________________________________________________________________
23605 [  1837] By: gsar                                  on 1998/09/23  08:45:58
23606     Log: (via private mail)
23607          From: Charles Bailey <BAILEY@newman.upenn.edu>
23608          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
23609          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
23610          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
23611  Branch: perl
23612        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
23613        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
23614        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
23615        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
23616        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
23617        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
23618        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
23619        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
23620        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
23621        ! vms/writemain.pl
23622 ____________________________________________________________________________
23623 [  1836] By: gsar                                  on 1998/09/23  08:17:42
23624     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23625          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
23626          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
23627          Subject: [PATCH 5.005_*] OS/2 spawning typos
23628  Branch: perl
23629        ! os2/os2.c
23630 ____________________________________________________________________________
23631 [  1835] By: gsar                                  on 1998/09/23  08:09:55
23632     Log: warn on C<my($foo,$foo)>
23633  Branch: perl
23634        ! op.c pod/perldiag.pod
23635 ____________________________________________________________________________
23636 [  1834] By: gsar                                  on 1998/09/23  07:35:56
23637     Log: From: pvhp@forte.com (Peter Prymmer)
23638          Date: Fri, 4 Sep 98 13:27:41 PDT
23639          Message-Id: <9809042027.AA04463@forte.com>
23640          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
23641  Branch: perl
23642        ! README.vms
23643 ____________________________________________________________________________
23644 [  1833] By: gsar                                  on 1998/09/23  07:27:34
23645     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
23646          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
23647          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
23648          Subject: PATCH: 5.005_02 hint/hpux.sh
23649  Branch: perl
23650        ! hints/hpux.sh
23651 ____________________________________________________________________________
23652 [  1832] By: gsar                                  on 1998/09/23  07:22:40
23653     Log: fix (some) installhtml bugs
23654          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
23655          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
23656          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
23657          Subject: installhtml script needs work
23658  Branch: perl
23659        ! installhtml
23660 ____________________________________________________________________________
23661 [  1831] By: gsar                                  on 1998/09/23  07:19:30
23662     Log: document 'U' magic with examples
23663          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
23664          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
23665          Message-Id: <199809011455.PAA00631@sale-wts>
23666          Subject: Re: Looking for some XS MAGIC examples...
23667  Branch: perl
23668        ! pod/perlguts.pod
23669 ____________________________________________________________________________
23670 [  1830] By: gsar                                  on 1998/09/23  07:16:43
23671     Log: From: pvhp@forte.com (Peter Prymmer)
23672          Date: Mon, 31 Aug 98 17:13:49 PDT
23673          Message-Id: <9809010013.AA06737@forte.com>
23674          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
23675  Branch: perl
23676        ! README.os390
23677 ____________________________________________________________________________
23678 [  1829] By: gsar                                  on 1998/09/23  07:15:08
23679     Log: fix problematic typecast in filter_del()
23680          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
23681          Date: Mon, 31 Aug 1998 21:13:11 GMT
23682          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
23683          Subject: perl5.005_02 does not build on Cray T90
23684  Branch: perl
23685        ! toke.c
23686 ____________________________________________________________________________
23687 [  1828] By: gsar                                  on 1998/09/23  07:11:34
23688     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23689          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
23690          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
23691          Subject: [PATCH 5.005_5*] (?>) broken in RE
23692  Branch: perl
23693        ! regexec.c t/op/re_tests
23694 ____________________________________________________________________________
23695 [  1827] By: gsar                                  on 1998/09/23  07:09:50
23696     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
23697  Branch: perl
23698        ! t/op/grent.t t/op/groups.t
23699 ____________________________________________________________________________
23700 [  1826] By: gsar                                  on 1998/09/23  07:03:16
23701     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
23702          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
23703          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
23704          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
23705  Branch: perl
23706        - interp.sym
23707        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
23708 ____________________________________________________________________________
23709 [  1825] By: gsar                                  on 1998/09/23  06:56:40
23710     Log: re-introduce change#1703
23711  Branch: perl
23712        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
23713 ____________________________________________________________________________
23714 [  1824] By: gsar                                  on 1998/09/23  06:44:19
23715     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23716          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
23717          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
23718          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
23719  Branch: perl
23720        ! lib/perl5db.pl
23721 ____________________________________________________________________________
23722 [  1823] By: gsar                                  on 1998/09/23  06:41:34
23723         Log: From: Joe Buehler <jhpb@hekimian.com>
23724              Date: 29 Aug 1998 17:13:28 -0400
23725              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
23726              Subject: patches for perl 5.005_51 under U/WIN
23727      Branch: perl
23728            + hints/uwin.sh
23729            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
23730            ! t/lib/posix.t
23731 ____________________________________________________________________________
23732 [  1822] By: gsar                                  on 1998/09/23  06:36:59
23733         Log: add missing C<no utf8;> tweak from Larry
23734      Branch: perl
23735            ! t/op/subst.t
23736 ____________________________________________________________________________
23737 [  1821] By: gsar                                  on 1998/09/23  06:27:51
23738         Log: s/runops/CALLRUNOPS/
23739      Branch: perl
23740            ! cc_runtime.h
23741 ____________________________________________________________________________
23742 [  1820] By: gsar                                  on 1998/09/23  06:24:49
23743         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
23744      Branch: perl
23745           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
23746           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
23747           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
23748           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
23749           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
23750           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
23751           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
23752           +> t/pragma/warn/util
23753            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
23754            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
23755            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
23756            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
23757            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
23758            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
23759            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
23760            - t/pragma/warn-util
23761            ! MANIFEST t/pragma/warning.t
23762 ____________________________________________________________________________
23763 [  1819] By: gsar                                  on 1998/09/23  06:08:46
23764         Log: make \(%foo) return refs to values (not copies of values)
23765              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
23766              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
23767              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
23768              --
23769              From: Roderick Schertler <roderick@argon.org>
23770              Date: Sat, 29 Aug 1998 00:58:33 -0400
23771              Message-ID: <29894.904366713@eeyore.ibcinc.com>
23772              Subject: Re: \(%x) problems
23773      Branch: perl
23774            ! doop.c pod/perlref.pod
23775 ____________________________________________________________________________
23776 [  1818] By: gsar                                  on 1998/09/23  06:05:08
23777         Log: make h2xs generate ANSI prototypes
23778      Branch: perl
23779            ! utils/h2xs.PL
23780 ____________________________________________________________________________
23781 [  1817] By: gsar                                  on 1998/09/23  05:57:16
23782         Log: updated usethreads hints for hpux 10.X
23783              From: Matthew T Harden <mthard@mthard1.monsanto.com>
23784              Date: Fri, 28 Aug 1998 14:10:42 GMT
23785              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
23786              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
23787      Branch: perl
23788            ! hints/hpux.sh perl.h
23789 ____________________________________________________________________________
23790 [  1816] By: gsar                                  on 1998/09/23  05:53:31
23791         Log: don't create empty directories in installperl
23792              From: Robin Barker <rmb1@cise.npl.co.uk>
23793              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
23794              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
23795              Subject: [PATCH 5.005_02] install: empty dirs
23796      Branch: perl
23797            ! installperl
23798 ____________________________________________________________________________
23799 [  1815] By: gsar                                  on 1998/09/23  05:50:36
23800         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
23801              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23802              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
23803              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
23804              Subject: Re: your mail
23805      Branch: perl
23806            ! regexec.c t/op/re_tests
23807 ____________________________________________________________________________
23808 [  1814] By: gsar                                  on 1998/09/23  05:45:17
23809         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
23810              Date: Thu, 20 Aug 1998 20:59:03 -0400
23811              Message-ID: <19980820205903.A12908@O2.chapin.edu>
23812              Subject: [PATCH] h2ph misquotes #error directives
23813      Branch: perl
23814            ! t/lib/h2ph.pht utils/h2ph.PL
23815 ____________________________________________________________________________
23816 [  1813] By: gsar                                  on 1998/09/23  05:42:41
23817         Log: patch to support computed regular subexpressions
23818              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23819              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
23820              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
23821              Subject: [5.005_5* PATCH] Postponed RE - now!
23822      Branch: perl
23823            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
23824            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
23825 ____________________________________________________________________________
23826 [  1812] By: gsar                                  on 1998/09/23  05:26:26
23827         Log: better CR-handling on shebang line and in formats (fixed variant of
23828              patch suggested by Igor Sysoev <igor@nitek.ru>)
23829      Branch: perl
23830            ! perl.c toke.c
23831 ____________________________________________________________________________
23832 [  1811] By: gsar                                  on 1998/09/23  04:35:46
23833         Log: document non-loopish blocks better
23834              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23835              Date: Tue, 18 Aug 1998 12:28:36 +0100
23836              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
23837              Subject: Re: next in do {} while block gives error message
23838      Branch: perl
23839            ! pod/perlfunc.pod
23840 ____________________________________________________________________________
23841 [  1810] By: gsar                                  on 1998/09/23  04:12:05
23842         Log: fix bogus integerization of pop()'s return value
23843              From: Gurusamy Sarathy <gsar@engin.umich.edu>
23844              Date: Sat, 15 Aug 1998 23:27:54 -0400
23845              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
23846              Subject: Re: Complex expression does integer arithmetic 
23847      Branch: perl
23848            ! opcode.h opcode.pl
23849 ____________________________________________________________________________
23850 [  1809] By: gsar                                  on 1998/09/23  04:09:43
23851         Log: tweak README.win32
23852      Branch: perl
23853            ! README.win32
23854 ____________________________________________________________________________
23855 [  1808] By: gsar                                  on 1998/09/23  03:40:57
23856         Log: better diagnostic for do{} used as lvalue
23857      Branch: perl
23858            ! op.c pod/perlport.pod
23859 ____________________________________________________________________________
23860 [  1807] By: gsar                                  on 1998/09/23  03:38:30
23861         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
23862              From: hansm@icgroup.nl
23863              Date: Tue, 11 Aug 98 21:08:51 +0200
23864              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
23865              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
23866      Branch: perl
23867            ! malloc.c
23868 ____________________________________________________________________________
23869 [  1806] By: gsar                                  on 1998/09/23  03:36:08
23870         Log: support make written in perl (aka "pmake") on win32
23871      Branch: perl
23872            ! lib/ExtUtils/MM_Win32.pm
23873 ____________________________________________________________________________
23874 [  1805] By: gsar                                  on 1998/09/23  03:30:07
23875         Log: fix mismatched UV/U32 types for to_utf8_*()
23876      Branch: perl
23877            ! utf8.c
23878 ____________________________________________________________________________
23879 [  1804] By: gsar                                  on 1998/09/23  03:22:22
23880         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
23881              Date: Sun, 9 Aug 1998 22:38:23 +0200
23882              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
23883              Subject: [PATCH 5.5002] dos-djgpp update
23884      Branch: perl
23885            ! t/io/fs.t
23886 ____________________________________________________________________________
23887 [  1803] By: gsar                                  on 1998/09/23  03:20:13
23888         Log: apply minimal variant of patch (sent via private mail)
23889              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
23890              Date: Wed, 12 Aug 1998 15:42:35 +0300
23891              Message-Id: <199808121242.PAA29761@comanche.spices>
23892              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
23893      Branch: perl
23894            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
23895            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
23896 ____________________________________________________________________________
23897 [  1802] By: gsar                                  on 1998/09/23  03:03:39
23898         Log: adjust searchdict.t for EBCDIC (still needs documenting)
23899              From: pvhp@forte.com (Peter Prymmer)
23900              Date: Thu, 6 Aug 98 18:09:39 PDT
23901              Message-Id: <9808070109.AA06158@forte.com>
23902              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
23903      Branch: perl
23904            ! README.os390 t/lib/searchdict.t
23905 ____________________________________________________________________________
23906 [  1801] By: gsar                                  on 1998/09/23  02:54:15
23907         Log: silence redefined warning for XS(INIT) {}
23908      Branch: perl
23909            ! op.c
23910 ____________________________________________________________________________
23911 [  1800] By: gsar                                  on 1998/09/23  02:42:23
23912         Log: support match indices via special variables @- and @+
23913              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23914              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
23915              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
23916              Subject: [PATCH 5.004_76] @- and @+
23917      Branch: perl
23918            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
23919            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
23920 ____________________________________________________________________________
23921 [  1799] By: gsar                                  on 1998/09/23  01:44:31
23922         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23923              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
23924              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
23925              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
23926      Branch: perl
23927            ! regcomp.c t/op/re_tests
23928 ____________________________________________________________________________
23929 [  1798] By: gsar                                  on 1998/09/23  01:39:23
23930         Log: integrate maint-5.005 changes (except conflicting change#1794)
23931      Branch: perl
23932            ! Changes
23933           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
23934           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
23935           !> win32/win32.h
23936 ____________________________________________________________________________
23937 [  1797] By: gsar                                  on 1998/09/23  01:32:36
23938         Log: add note to win32/Makefile about setting CCHOME
23939      Branch: perl
23940            ! win32/Makefile win32/makefile.mk
23941 ____________________________________________________________________________
23942 [  1796] By: gsar                                  on 1998/09/23  01:31:32
23943         Log: perl.pod tweak
23944      Branch: perl
23945            ! pod/perl.pod
23946 ____________________________________________________________________________
23947 [  1795] By: gsar                                  on 1998/09/21  20:34:10
23948         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
23949      Branch: perl
23950            ! lib/ExtUtils/xsubpp
23951 ____________________________________________________________________________
23952 [  1789] By: gsar                                  on 1998/09/18  18:01:37
23953         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
23954      Branch: perl
23955            ! cop.h t/cmd/for.t
23956 ____________________________________________________________________________
23957 [  1788] By: gsar                                  on 1998/09/17  02:19:11
23958         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
23959      Branch: perl
23960            ! win32/config.bc win32/config.gc win32/config.vc
23961 ____________________________________________________________________________
23962 [  1787] By: gsar                                  on 1998/09/17  01:45:14
23963         Log: suppress bogus warning on C<sub x {} x()>
23964      Branch: perl
23965            ! toke.c
23966 ____________________________________________________________________________
23967 [  1786] By: gsar                                  on 1998/09/17  01:42:51
23968         Log: ntohl typo in objXSUB.h
23969      Branch: perl
23970            ! objXSUB.h
23971 ____________________________________________________________________________
23972 [  1785] By: gsar                                  on 1998/09/17  01:41:48
23973         Log: fill gaps in sig_* entries in win32/config.?c
23974      Branch: perl
23975            ! win32/config.bc win32/config.gc win32/config.vc
23976 ____________________________________________________________________________
23977 [  1781] By: larry                                 on 1998/09/05  23:48:24
23978         Log: tr/// logic was hosed under utf8
23979      Branch: perl
23980            ! doop.c op.c op.h pp.c proto.h
23981 ____________________________________________________________________________
23982 [  1780] By: larry                                 on 1998/09/05  23:44:16
23983         Log: several new tests needed tweaking to work under utf8
23984      Branch: perl
23985            ! t/comp/require.t t/op/pack.t t/op/substr.t
23986 ____________________________________________________________________________
23987 [  1779] By: larry                                 on 1998/09/05  23:41:42
23988         Log: index() applied BM optimization to wrong argument
23989      Branch: perl
23990            ! op.c util.c
23991 ____________________________________________________________________________
23992 [  1778] By: larry                                 on 1998/09/05  23:38:29
23993         Log: Implicit require during compile reset line numbering
23994      Branch: perl
23995            ! pp_ctl.c
23996
23997 ----------------
23998 Version 5.005_51
23999 ----------------
24000
24001 ____________________________________________________________________________
24002 [  1777] By: gsar                                  on 1998/08/10  07:02:38
24003         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
24004              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
24005              lexical warning testsuite for win32
24006      Branch: perl
24007            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
24008            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
24009            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
24010            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
24011            ! win32/Makefile win32/makefile.mk
24012 ____________________________________________________________________________
24013 [  1776] By: gsar                                  on 1998/08/09  17:53:48
24014         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
24015      Branch: perl
24016            ! Changes MANIFEST perl.c pod/perlhist.pod
24017 ____________________________________________________________________________
24018 [  1775] By: gsar                                  on 1998/08/09  14:35:33
24019         Log: tweak warning test
24020      Branch: perl
24021            ! t/pragma/warn-toke
24022 ____________________________________________________________________________
24023 [  1774] By: gsar                                  on 1998/08/09  14:13:46
24024         Log: add missing dTHR; notes for test failures due to small stacksize
24025      Branch: perl
24026            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
24027            ! toke.c universal.c util.c
24028 ____________________________________________________________________________
24029 [  1773] By: gsar                                  on 1998/08/09  11:31:53
24030         Log: lexical warnings; tweaks to places that didn't apply correctly
24031              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
24032              Date:    Wed, 29 Jul 1998 09:28:45 BST
24033              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
24034              Subject: lexical warnings patch for 5.005_50
24035      Branch: perl
24036            + README.lexwarn lib/warning.pm t/pragma/warn-2use
24037            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
24038            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
24039            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
24040            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
24041            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
24042            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
24043            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
24044            + warning.h warning.pl
24045            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
24046            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
24047            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
24048            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
24049            ! universal.c util.c
24050 ____________________________________________________________________________
24051 [  1772] By: gsar                                  on 1998/08/08  23:06:00
24052         Log: bump patchlevel to 5.005_51
24053      Branch: perl
24054            ! patchlevel.h win32/Makefile win32/config_H.bc
24055            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
24056 ____________________________________________________________________________
24057 [  1771] By: gsar                                  on 1998/08/08  23:01:57
24058         Log: fix bogus warning on "\x{123}"
24059              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
24060              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
24061              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
24062              Subject: [5.005_50 PATCH] Some unicode problems
24063      Branch: perl
24064            ! regcomp.c toke.c
24065 ____________________________________________________________________________
24066 [  1770] By: gsar                                  on 1998/08/08  22:56:55
24067         Log: hide dup symbol for static build of ext/re
24068              From: Dominic Dunlop <domo@ppp72.vo.lu>
24069              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
24070              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
24071              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
24072      Branch: perl
24073            ! regcomp.c
24074 ____________________________________________________________________________
24075 [  1769] By: gsar                                  on 1998/08/08  22:45:06
24076         Log: fix double free on -Mutf8 -e '$b=uc("")'
24077              From: larry@wall.org (Larry Wall)
24078              Date: Fri, 7 Aug 1998 14:42:43 -0700
24079              Message-Id: <199808072142.OAA14920@wall.org>
24080              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
24081      Branch: perl
24082            ! pp.c
24083 ____________________________________________________________________________
24084 [  1768] By: gsar                                  on 1998/08/08  22:42:29
24085         Log: substr() assumes utf8 without say-so
24086              From: larry@wall.org (Larry Wall)
24087              Date: Fri, 7 Aug 1998 12:25:12 -0700
24088              Message-Id: <199808071925.MAA13436@wall.org>
24089              Subject: [PATCH 5.005_50] substr bug?
24090      Branch: perl
24091            ! pp.c
24092 ____________________________________________________________________________
24093 [  1767] By: gsar                                  on 1998/08/08  22:38:25
24094         Log: fix intolerance of SWASHes for blank lines
24095              From: Gisle Aas <aas@sn.no>
24096              Date: 06 Aug 1998 23:28:57 +0200
24097              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
24098              Subject: Re: Re[2]: another joyride begins
24099      Branch: perl
24100            ! lib/utf8_heavy.pl
24101 ____________________________________________________________________________
24102 [  1766] By: gsar                                  on 1998/08/08  22:33:10
24103         Log: utf8 doc tweak
24104              From: Gisle Aas <aas@sn.no>
24105              Date: 05 Aug 1998 00:41:04 +0200
24106              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
24107              Subject: Matching clumps
24108      Branch: perl
24109            ! lib/utf8.pm
24110 ____________________________________________________________________________
24111 [  1765] By: gsar                                  on 1998/08/08  22:31:37
24112         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
24113              From: Gisle Aas <aas@sn.no>
24114              Date: 04 Aug 1998 22:56:11 +0200
24115              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
24116              Subject: Re: another joyride begins
24117      Branch: perl
24118            ! lib/utf8_heavy.pl
24119 ____________________________________________________________________________
24120 [  1764] By: gsar                                  on 1998/08/08  22:28:43
24121         Log: From: larry@wall.org (Larry Wall)
24122              Date: Tue, 4 Aug 1998 17:04:51 -0700
24123              Message-Id: <199808050004.RAA22592@wall.org>
24124              Subject: [PATCH 5.005_50] \pX not implemented!
24125      Branch: perl
24126            ! regcomp.c
24127 ____________________________________________________________________________
24128 [  1763] By: gsar                                  on 1998/08/08  22:27:15
24129         Log: From: Stephen McCamant <alias@mcs.com>
24130              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
24131              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
24132              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
24133      Branch: perl
24134            ! op.c
24135 ____________________________________________________________________________
24136 [  1762] By: gsar                                  on 1998/08/08  22:26:09
24137         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
24138              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
24139              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
24140              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
24141      Branch: perl
24142            + t/op/grent.t t/op/pwent.t
24143            ! MANIFEST
24144 ____________________________________________________________________________
24145 [  1761] By: gsar                                  on 1998/08/08  22:21:52
24146         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24147              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
24148              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
24149              Subject: [5.005_50 PATCH] misprint in RE engine
24150      Branch: perl
24151            ! regexec.c t/op/re_tests
24152 ____________________________________________________________________________
24153 [  1760] By: gsar                                  on 1998/08/08  22:18:54
24154         Log: integrate maint-5.005 changes into mainline
24155      Branch: perl
24156           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
24157           !> (integrate 138 files)
24158 ____________________________________________________________________________
24159 [  1672] By: gsar                                  on 1998/07/27  18:35:28
24160         Log: create new Changes
24161      Branch: perl
24162            + Changes
24163            ! Changes5.005 MANIFEST
24164 ____________________________________________________________________________
24165 [  1671] By: gsar                                  on 1998/07/27  18:30:57
24166         Log: rename Changes --> Changes5.005
24167      Branch: perl
24168           +> Changes5.005
24169            - Changes
24170 ____________________________________________________________________________
24171 [  1670] By: gsar                                  on 1998/07/27  18:10:14
24172         Log: integrate 5.005_01 changes from maint
24173      Branch: perl
24174            ! Changes
24175           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
24176           !> win32/win32.c
24177 ____________________________________________________________________________
24178 [  1667] By: nick                                  on 1998/07/26  14:31:01
24179         Log: Add dTHR so that it compiles miniperl in threaded mode
24180      Branch: perl
24181            ! doop.c mg.c regcomp.c regexec.c
24182 ____________________________________________________________________________
24183 [  1666] By: nick                                  on 1998/07/26  13:01:10
24184         Log: Resolve ansiperl against mainline (@1648?)
24185              Unclear that change number has "taken".
24186      Branch: ansiperl
24187           +> (branch 169 files)
24188            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
24189           !> (integrate 131 files)
24190
24191 ----------------
24192 Version 5.005_50
24193 ----------------
24194
24195 ____________________________________________________________________________
24196 [  1665] By: gsar                                  on 1998/07/26  05:38:48
24197         Log: add trailing newline to file
24198      Branch: perl
24199            ! Changes lib/unicode/blocks.txt
24200 ____________________________________________________________________________
24201 [  1664] By: gsar                                  on 1998/07/26  05:08:48
24202         Log: integrate proto.h additions from maint-5.005
24203      Branch: perl
24204           !> pod/perlhist.pod proto.h
24205 ____________________________________________________________________________
24206 [  1663] By: gsar                                  on 1998/07/26  05:07:05
24207         Log: add new files to MANIFEST; add missing prototypes to proto.h;
24208              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
24209              add typecasts to silence warnings; tweaks for win32 builds
24210      Branch: perl
24211            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
24212            ! win32/Makefile win32/makefile.mk
24213 ____________________________________________________________________________
24214 [  1662] By: gsar                                  on 1998/07/26  05:01:52
24215         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
24216      Branch: maint-5.005/perl
24217            ! pod/perlhist.pod proto.h
24218 ____________________________________________________________________________
24219 [  1661] By: gsar                                  on 1998/07/26  02:52:48
24220         Log: up patchlevel to 5.005_50
24221      Branch: perl
24222            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
24223            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
24224 ____________________________________________________________________________
24225 [  1660] By: gsar                                  on 1998/07/26  02:43:57
24226         Log: integrate utfperl
24227      Branch: perl
24228           +> (branch 162 files)
24229           !> (integrate 29 files)
24230 ____________________________________________________________________________
24231 [  1659] By: gsar                                  on 1998/07/26  02:38:22
24232         Log: integrate maint-5.005 changes
24233      Branch: perl
24234           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
24235           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
24236           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
24237           !> vms/descrip_mms.template vms/subconfigure.com
24238 ____________________________________________________________________________
24239 [  1658] By: gsar                                  on 1998/07/26  02:23:46
24240         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
24241              Date: Fri, 24 Jul 1998 11:38:25 -0700
24242              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
24243              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
24244              --
24245              Date: Fri, 24 Jul 1998 12:30:36 -0700
24246              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
24247              Subject: [PATCH 5.005]Tweaks to README.vms
24248              --
24249              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
24250              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
24251              Subject: [PATCH 5.005] Final build cleanup patch
24252      Branch: maint-5.005/perl
24253            ! README.vms vms/descrip_mms.template vms/subconfigure.com
24254 ____________________________________________________________________________
24255 [  1657] By: gsar                                  on 1998/07/26  02:19:50
24256         Log: another platform where pp_sselect() needs a whole fd_set buffer
24257              From: Lupe Christoph <lupe@alanya.m.isar.de>
24258              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
24259              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
24260              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
24261      Branch: maint-5.005/perl
24262            ! pp_sys.c
24263 ____________________________________________________________________________
24264 [  1656] By: gsar                                  on 1998/07/26  02:12:46
24265         Log: fix problem building modules on dos-djgpp
24266              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
24267              Date: Sat, 25 Jul 1998 00:53:39 +0200
24268              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
24269              Subject: [PATCH 5.005] dos-djgpp and modules problem
24270      Branch: maint-5.005/perl
24271            ! djgpp/fixpmain
24272 ____________________________________________________________________________
24273 [  1655] By: gsar                                  on 1998/07/26  02:11:09
24274         Log: From: Tom Spindler <dogcow@home.merit.edu>
24275              Date: Wed, 22 Jul 1998 16:11:07 -0400
24276              Message-ID: <19980722161107.A16813@home.merit.edu>
24277              Subject: [PATCH 5.005] BeOS tweak
24278      Branch: maint-5.005/perl
24279            ! hints/beos.sh
24280 ____________________________________________________________________________
24281 [  1654] By: gsar                                  on 1998/07/26  02:09:29
24282         Log: various pod tweaks
24283      Branch: maint-5.005/perl
24284            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
24285            ! pod/perltoc.pod
24286 ____________________________________________________________________________
24287 [  1653] By: gsar                                  on 1998/07/26  02:05:46
24288         Log: fix emacs/ptags for PL_* changes
24289              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24290              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
24291              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
24292              Subject: [PATCH 5.004_76] Yet better ptags
24293      Branch: maint-5.005/perl
24294            ! emacs/ptags
24295 ____________________________________________________________________________
24296 [  1652] By: gsar                                  on 1998/07/26  02:03:01
24297         Log: fix behavior of <=> on bigints
24298              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
24299              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
24300              Date: Fri, 24 Jul 1998 18:29:53 +0100
24301              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
24302      Branch: maint-5.005/perl
24303            ! lib/Math/BigInt.pm t/lib/bigintpm.t
24304 ____________________________________________________________________________
24305 [  1651] By: larry                                 on 1998/07/24  05:44:33
24306         Log: Here are the long-expected Unicode/UTF-8 modifications.
24307      Branch: utfperl
24308            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
24309            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
24310            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
24311            + lib/unicode/Decomposition.pl
24312            + lib/unicode/In/AlphabeticPresentationForms.pl
24313            + lib/unicode/In/Arabic.pl
24314            + lib/unicode/In/ArabicPresentationForms-A.pl
24315            + lib/unicode/In/ArabicPresentationForms-B.pl
24316            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
24317            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
24318            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
24319            + lib/unicode/In/BoxDrawing.pl
24320            + lib/unicode/In/CJKCompatibility.pl
24321            + lib/unicode/In/CJKCompatibilityForms.pl
24322            + lib/unicode/In/CJKCompatibilityIdeographs.pl
24323            + lib/unicode/In/CJKSymbolsandPunctuation.pl
24324            + lib/unicode/In/CJKUnifiedIdeographs.pl
24325            + lib/unicode/In/CombiningDiacriticalMarks.pl
24326            + lib/unicode/In/CombiningHalfMarks.pl
24327            + lib/unicode/In/CombiningMarksforSymbols.pl
24328            + lib/unicode/In/ControlPictures.pl
24329            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
24330            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
24331            + lib/unicode/In/EnclosedAlphanumerics.pl
24332            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
24333            + lib/unicode/In/GeneralPunctuation.pl
24334            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
24335            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
24336            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
24337            + lib/unicode/In/HalfwidthandFullwidthForms.pl
24338            + lib/unicode/In/HangulCompatibilityJamo.pl
24339            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
24340            + lib/unicode/In/Hebrew.pl
24341            + lib/unicode/In/HighPrivateUseSurrogates.pl
24342            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
24343            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
24344            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
24345            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
24346            + lib/unicode/In/LatinExtended-A.pl
24347            + lib/unicode/In/LatinExtended-B.pl
24348            + lib/unicode/In/LatinExtendedAdditional.pl
24349            + lib/unicode/In/LetterlikeSymbols.pl
24350            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
24351            + lib/unicode/In/MathematicalOperators.pl
24352            + lib/unicode/In/MiscellaneousSymbols.pl
24353            + lib/unicode/In/MiscellaneousTechnical.pl
24354            + lib/unicode/In/NumberForms.pl
24355            + lib/unicode/In/OpticalCharacterRecognition.pl
24356            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
24357            + lib/unicode/In/SmallFormVariants.pl
24358            + lib/unicode/In/SpacingModifierLetters.pl
24359            + lib/unicode/In/Specials.pl
24360            + lib/unicode/In/SuperscriptsandSubscripts.pl
24361            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
24362            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
24363            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
24364            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
24365            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
24366            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
24367            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
24368            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
24369            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
24370            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
24371            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
24372            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
24373            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
24374            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
24375            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
24376            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
24377            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
24378            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
24379            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
24380            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
24381            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
24382            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
24383            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
24384            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
24385            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
24386            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
24387            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
24388            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
24389            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
24390            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
24391            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
24392            + lib/unicode/JamoShort.pl lib/unicode/Makefile
24393            + lib/unicode/Name.pl lib/unicode/Number.pl
24394            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
24395            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
24396            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
24397            + lib/unicode/blocks.txt lib/unicode/index2.txt
24398            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
24399            + lib/unicode/names2.txt lib/unicode/props2.txt
24400            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
24401            + utf8.c utf8.h
24402            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
24403            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
24404            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
24405            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
24406            ! t/op/vec.t toke.c util.c vms/vmsish.h
24407 ____________________________________________________________________________
24408 [  1650] By: gsar                                  on 1998/07/24  04:06:48
24409         Log: create utfperl branch
24410      Branch: utfperl
24411           +> (branch 1079 files)
24412 ____________________________________________________________________________
24413 [  1649] By: gsar                                  on 1998/07/24  03:56:56
24414         Log: create maint-5.005 branch
24415      Branch: maint-5.005/perl
24416           +> (branch 1079 files)
24417 ____________________________________________________________________________
24418 [  1648] By: gsar                                  on 1998/07/24  03:36:35
24419         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
24420      Branch: perl
24421            ! Changes
24422