This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
s/croak/Perl_croak/
[perl5.git] / Changes
1 Please note: This file provides a summary of significant changes
2 between versions and sub-versions of Perl, not necessarily a complete
3 list of each modification.  If you'd like more detailed information,
4 please consult the comments in the patches on which the relevant
5 release of Perl is based.  (Patches can be found on any CPAN
6 site, in the .../src/5.0 directory for full version releases,
7 or in the .../src/5/0/unsupported directory for sub-version
8 releases.)
9
10
11                            ---------------
12                             CAST AND CREW
13                            ---------------
14
15 To give due honor to those who have made Perl what is is today,
16 here are some of the more common names in the Changes file, and their
17 current addresses (as of July 1998):
18
19     Gisle Aas           <gisle@aas.no>
20     Abigail             <abigail@delanet.com>
21     Kenneth Albanowski  <kjahds@kjahds.com>
22     Russ Allbery        <rra@stanford.edu>
23     Spider Boardman     <spider@orb.nashua.nh.us>
24     Tom Christiansen    <tchrist@perl.com>
25     Jan Dubois          <jan.dubois@ibm.net>
26     Hallvard B Furuseth <h.b.furuseth@usit.uio.no>
27     M. J. T. Guy        <mjtg@cus.cam.ac.uk>
28     Jarkko Hietaniemi   <jhi@iki.fi>
29     Nick Ing-Simmons    <nik@tiuk.ti.com>
30     Andreas Koenig      <a.koenig@mind.de>
31     Doug MacEachern     <dougm@opengroup.org>
32     Paul Marquess       <Paul.Marquess@btinternet.com>
33     Stephen McCamant    <alias@mcs.com>
34     Laszlo Molnar       <laszlo.molnar@eth.ericsson.se>
35     Hans Mulder         <hansmu@xs4all.nl>
36     Matthias Neeracher  <neeri@iis.ee.ethz.ch>
37     Jeff Okamoto        <okamoto@hpcc123.corp.hp.com>
38     Ulrich Pfeifer      <pfeifer@charly.informatik.uni-dortmund.de>
39     Tom Phoenix         <rootbeer@teleport.com>
40     Joshua Pritikin     <joshua.pritikin@db.com>
41     Norbert Pueschel    <pueschel@imsdd.meb.uni-bonn.de>
42     Dean Roehrich       <roehrich@cray.com>
43     Hugo van der Sanden <hv@crypt0.demon.co.uk>
44     Roderick Schertler  <roderick@argon.org>
45     Kurt D. Starsinic   <kstar@isinet.com>
46     Dan Sugalski        <sugalskd@osshe.edu>
47     Larry W. Virden     <lvirden@cas.org>
48     Ilya Zakharevich    <ilya@math.ohio-state.edu>
49
50 And the Keepers of the Patch Pumpkin:
51
52     Charles Bailey      <bailey@newman.upenn.edu>
53     Graham Barr         <gbarr@ti.com>
54     Malcolm Beattie     <mbeattie@sable.ox.ac.uk>
55     Tim Bunce           <Tim.Bunce@ig.co.uk>
56     Andy Dougherty      <doughera@lafcol.lafayette.edu>
57     Gurusamy Sarathy    <gsar@activestate.com>
58     Chip Salzenberg     <chip@perl.com>
59
60 And, of course, the Author of Perl:
61
62     Larry Wall          <larry@wall.org>
63
64
65 NOTE: Each change entry shows the change number; who checked it into the
66 repository; when; description of the change; which branch the change
67 happened in; and the affected files.  The file lists have a short symbolic
68 indicator:
69
70             !       modified
71             +       added
72             -       deleted
73             +>      branched (from elsewhere)
74             !>      merged changes (from elsewhere)
75
76
77 ----------------
78 Version v5.5.660        Development release working toward v5.6
79 ----------------
80
81 ____________________________________________________________________________
82 [  5112] By: gsar                                  on 2000/02/15  20:57:12
83         Log: fix change#5104 under useithreads
84      Branch: perl
85            ! op.c
86 ____________________________________________________________________________
87 [  5111] By: gsar                                  on 2000/02/15  20:45:10
88         Log: export list tweak needed by change#5103
89      Branch: perl
90            ! makedef.pl
91 ____________________________________________________________________________
92 [  5110] By: gsar                                  on 2000/02/15  19:32:56
93         Log: add XS version of Sys::Hostname (from Greg Bacon
94              <gbacon@itsc.uah.edu>)
95      Branch: perl
96            + ext/Sys/Hostname/Hostname.pm ext/Sys/Hostname/Hostname.xs
97            + ext/Sys/Hostname/Makefile.PL
98            - lib/Sys/Hostname.pm
99            ! MANIFEST ext/DynaLoader/Makefile.PL ext/Sys/Syslog/Makefile.PL
100            ! pod/perldelta.pod t/lib/hostname.t win32/Makefile
101            ! win32/makefile.mk
102 ____________________________________________________________________________
103 [  5109] By: gsar                                  on 2000/02/15  18:35:28
104         Log: UNIVERSAL::can and UNIVERSAL::isa should return undef when
105              given undefined values (from Graham Barr <gbarr@pobox.com>)
106      Branch: perl
107            ! universal.c
108 ____________________________________________________________________________
109 [  5108] By: gsar                                  on 2000/02/15  18:25:05
110         Log: avoid accidental #line directives (from Rick Delaney
111              <rick@consumercontact.com>)
112      Branch: perl
113            ! pod/perlsyn.pod toke.c
114 ____________________________________________________________________________
115 [  5107] By: gsar                                  on 2000/02/15  18:04:31
116         Log: locale guards needed (from Simon Cozens <simon@brecon.co.uk>)
117      Branch: perl
118            ! perl.c
119 ____________________________________________________________________________
120 [  5106] By: gsar                                  on 2000/02/15  18:02:17
121         Log: incorrect docs about delete() (spotted by Martyn Pearce
122              <martyn@inpharmatica.co.uk>)
123      Branch: perl
124            ! pod/perldelta.pod pod/perlfunc.pod
125 ____________________________________________________________________________
126 [  5105] By: gsar                                  on 2000/02/15  17:43:27
127         Log: s/use vars/our/ (from Gisle Aas)
128      Branch: perl
129            ! bytecode.pl
130 ____________________________________________________________________________
131 [  5104] By: gsar                                  on 2000/02/15  17:42:06
132         Log: optimize pseudohash slice in array slice at compile time (from
133              John Tobey <jtobey@john-edwin-tobey.org>)
134      Branch: perl
135            ! op.c t/lib/fields.t
136 ____________________________________________________________________________
137 [  5103] By: gsar                                  on 2000/02/15  17:18:12
138         Log: provide malloc stats via get_mstats() (from Ilya Zakharevich)
139      Branch: perl
140            ! embed.h embed.pl global.sym makedef.pl malloc.c objXSUB.h
141            ! perl.h perlapi.c proto.h vos/vos_dummies.c
142 ____________________________________________________________________________
143 [  5102] By: gsar                                  on 2000/02/15  17:05:12
144         Log: doc patches from Rick Delaney and Chris Nandor; update Todo-5.6
145      Branch: perl
146            ! Todo-5.6 pod/perldata.pod pod/perlport.pod
147 ____________________________________________________________________________
148 [  5101] By: gsar                                  on 2000/02/15  17:02:51
149         Log: fix regen_headers target to make all the autogenerated files
150              writable first
151      Branch: perl
152            ! Makefile.SH
153 ____________________________________________________________________________
154 [  5100] By: gsar                                  on 2000/02/15  16:41:53
155         Log: fix misoptimization of C<my($x,$y); $x = $y = 1 + $z;> (from
156              Ilya Zakharevich)
157      Branch: perl
158            ! op.c t/op/lex_assign.t
159 ____________________________________________________________________________
160 [  5099] By: gsar                                  on 2000/02/15  16:17:36
161         Log: more complete File::Spec support for Mac and VMS, tests (from
162              Barrie Slaymaker <barries@slaysys.com>)
163      Branch: perl
164            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
165            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm t/lib/filespec.t
166 ____________________________________________________________________________
167 [  5098] By: gsar                                  on 2000/02/15  16:10:46
168         Log: fix incompatibility with bison generated parser (from
169              Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
170      Branch: perl
171            ! toke.c
172 ____________________________________________________________________________
173 [  5097] By: gsar                                  on 2000/02/15  16:07:17
174         Log: propagate st_mode bits to group/other for Borland build
175              (from Vadim Konovalov <vkonovalov@lucent.com>)
176      Branch: perl
177            ! win32/win32.c
178 ____________________________________________________________________________
179 [  5096] By: jhi                                   on 2000/02/15  14:22:23
180         Log: Integrate with Sarathy.
181      Branch: cfgperl
182           !> win32/Makefile win32/bin/exetype.pl win32/makefile.mk
183 ____________________________________________________________________________
184 [  5095] By: jhi                                   on 2000/02/15  14:19:22
185         Log: cc_r can be in different places (/usr/ibmcxx/bin or /usr/bin),
186              easier just to drop the paranoid test.
187      Branch: cfgperl
188            ! hints/aix.sh
189 ____________________________________________________________________________
190 [  5094] By: gsar                                  on 2000/02/15  05:42:17
191         Log: update exetype.pl tool
192      Branch: perl
193            ! win32/Makefile win32/bin/exetype.pl win32/makefile.mk
194 ____________________________________________________________________________
195 [  5093] By: jhi                                   on 2000/02/15  05:24:02
196         Log: Integrate with Sarathy.
197      Branch: cfgperl
198           !> Porting/pumpkin.pod embed.h embed.pl ext/DB_File/DB_File.xs
199           !> ext/GDBM_File/GDBM_File.xs ext/NDBM_File/NDBM_File.xs
200           !> ext/ODBM_File/ODBM_File.xs ext/SDBM_File/SDBM_File.xs hv.c
201           !> perl.c proto.h sv.c t/op/ord.t t/pragma/warnings.t
202 ____________________________________________________________________________
203 [  5092] By: jhi                                   on 2000/02/15  05:22:09
204         Log: Unroll the libs scan thanks to HP-UX.
205      Branch: cfgperl
206            ! Configure config_h.SH hints/hpux.sh
207      Branch: metaconfig
208            ! U/modified/libpth.U U/modified/libs.U
209      Branch: metaconfig/U/perl
210            ! Extensions.U dlsrc.U
211 ____________________________________________________________________________
212 [  5091] By: gsar                                  on 2000/02/15  05:17:56
213         Log: fix leaks in *DBM_File; safemalloc()ed things need to be freed with
214              safefree() rather than Safefree()
215      Branch: perl
216            ! ext/DB_File/DB_File.xs ext/GDBM_File/GDBM_File.xs
217            ! ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
218            ! ext/SDBM_File/SDBM_File.xs
219 ____________________________________________________________________________
220 [  5090] By: gsar                                  on 2000/02/15  04:54:17
221         Log: fix memory leak in C<$x = *Y> provoked by change#4198, which
222              introduced XPVMG storage in arenas
223      Branch: perl
224            ! sv.c
225 ____________________________________________________________________________
226 [  5089] By: jhi                                   on 2000/02/15  00:41:36
227         Log: AIX perl linkage tweakage.
228      Branch: cfgperl
229            ! Makefile.SH
230 ____________________________________________________________________________
231 [  5088] By: jhi                                   on 2000/02/15  00:07:06
232         Log: abort instead of just promising.
233      Branch: cfgperl
234            ! hints/aix.sh
235 ____________________________________________________________________________
236 [  5087] By: jhi                                   on 2000/02/14  23:51:05
237         Log: silly compilers don't know that croak() exits
238              and complain about unitialized RETVALs
239      Branch: cfgperl
240            ! ext/Sys/Syslog/Syslog.xs
241 ____________________________________________________________________________
242 [  5086] By: jhi                                   on 2000/02/14  21:13:24
243         Log: Add lseektype and lseeksize to myconfig.
244      Branch: cfgperl
245            ! myconfig.SH
246 ____________________________________________________________________________
247 [  5085] By: gsar                                  on 2000/02/14  18:51:11
248         Log: avoid warnings
249      Branch: perl
250            ! perl.c
251 ____________________________________________________________________________
252 [  5084] By: gsar                                  on 2000/02/14  18:26:08
253         Log: fix small interpreter leaks identified by Purify
254      Branch: perl
255            ! Porting/pumpkin.pod embed.h embed.pl hv.c perl.c proto.h sv.c
256            ! t/op/ord.t t/pragma/warnings.t
257 ____________________________________________________________________________
258 [  5083] By: jhi                                   on 2000/02/14  17:50:52
259         Log: Remove tagged core files.
260      Branch: cfgperl
261            ! lib/ExtUtils/MM_Unix.pm
262 ____________________________________________________________________________
263 [  5082] By: jhi                                   on 2000/02/14  17:41:07
264         Log: Prefer full_ar.
265      Branch: cfgperl
266            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
267 ____________________________________________________________________________
268 [  5081] By: jhi                                   on 2000/02/14  17:20:32
269         Log: Add ivtype, ivsize, nvtype, nvsize to myconfig.
270      Branch: cfgperl
271            ! myconfig.SH
272 ____________________________________________________________________________
273 [  5080] By: jhi                                   on 2000/02/14  15:33:03
274         Log: Integrate with Sarathy.
275      Branch: cfgperl
276           !> Porting/pumpkin.pod av.c malloc.c sv.c
277 ____________________________________________________________________________
278 [  5079] By: gsar                                  on 2000/02/14  08:50:06
279         Log: notes about running Purify
280      Branch: perl
281            ! Porting/pumpkin.pod av.c sv.c
282 ____________________________________________________________________________
283 [  5078] By: gsar                                  on 2000/02/14  07:27:21
284         Log: use system malloc() instead of sbrk() in Perl_malloc() under -DPURIFY
285      Branch: perl
286            ! malloc.c
287 ____________________________________________________________________________
288 [  5077] By: gsar                                  on 2000/02/14  07:25:44
289         Log: integrate cfgperl contents into mainline
290      Branch: perl
291           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
292           !> config_h.SH epoc/config.sh hints/aix.sh hints/hpux.sh
293           !> hints/irix_6.sh hints/solaris_2.sh perl.h pod/perldelta.pod
294           !> vms/subconfigure.com vos/config.def vos/config.h
295           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
296           !> win32/config.vc win32/config_H.bc win32/config_H.gc
297           !> win32/config_H.vc
298 ____________________________________________________________________________
299 [  5076] By: jhi                                   on 2000/02/14  05:01:56
300         Log: Integrate with Sarathy.
301      Branch: cfgperl
302           !> embed.h embed.pl objXSUB.h perl.c perlapi.c proto.h sv.c
303 ____________________________________________________________________________
304 [  5075] By: jhi                                   on 2000/02/14  04:56:52
305         Log: Configure -A stopped processing of any further options.
306      Branch: cfgperl
307            ! Configure config_h.SH
308      Branch: metaconfig
309            ! U/modified/Options.U
310 ____________________________________________________________________________
311 [  5074] By: gsar                                  on 2000/02/14  04:45:01
312         Log: remove outdated -DPURIFY code--it reports bogus errors during global
313              destruction since we actually depend on SVs being in arenas there
314      Branch: perl
315            ! embed.h embed.pl objXSUB.h perl.c perlapi.c proto.h sv.c
316 ____________________________________________________________________________
317 [  5073] By: jhi                                   on 2000/02/13  19:28:17
318         Log: Integrate with Sarathy.
319      Branch: cfgperl
320            - Todo-5.005
321           !> cop.h op.c perl.c pp_ctl.c regcomp.c regexec.c scope.c sv.c
322           !> util.c
323 ____________________________________________________________________________
324 [  5072] By: gsar                                  on 2000/02/13  19:02:07
325         Log: more purification (pp_require() could access free memory; vdie()
326              could think message was random length when passed a null argument;
327              utilize() didn't set up the hash for the method name leading to
328              pp_method_named() accessing random state; PL_curpm wasn't zeroed
329              properly)
330      Branch: perl
331            ! cop.h op.c perl.c pp_ctl.c regcomp.c regexec.c scope.c sv.c
332            ! util.c
333 ____________________________________________________________________________
334 [  5071] By: jhi                                   on 2000/02/12  19:59:35
335         Log: uselonglong sits deep.
336      Branch: cfgperl
337            ! Configure config_h.SH hints/solaris_2.sh
338      Branch: metaconfig/U/perl
339            ! use64bits.U
340 ____________________________________________________________________________
341 [  5070] By: jhi                                   on 2000/02/12  01:25:41
342         Log: megalomaniac 64-bit update: most importantly,
343              uselonglong is eradicated, only backward
344              compatibility hooks in use64bits remain.
345      Branch: cfgperl
346            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
347            ! config_h.SH epoc/config.sh hints/aix.sh hints/hpux.sh
348            ! hints/irix_6.sh hints/solaris_2.sh perl.h vms/subconfigure.com
349            ! vos/config.def vos/config.h vos/config_h.SH_orig
350            ! win32/config.bc win32/config.gc win32/config.vc
351            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
352      Branch: metaconfig
353            ! U/a_dvisory/quadtype.U U/modified/libpth.U U/modified/libs.U
354      Branch: metaconfig/U/perl
355            ! use64bits.U
356 ____________________________________________________________________________
357 [  5069] By: jhi                                   on 2000/02/11  21:13:41
358         Log: undo #5064 for now; there seems to be no good selection
359              of flags to add the new option.
360      Branch: cfgperl
361            ! hints/hpux.sh
362 ____________________________________________________________________________
363 [  5068] By: jhi                                   on 2000/02/11  21:01:21
364         Log: Guard against accidental long long use.
365      Branch: cfgperl
366            ! perl.h
367 ____________________________________________________________________________
368 [  5067] By: jhi                                   on 2000/02/11  19:50:32
369         Log: logic fixes
370      Branch: cfgperl
371            ! Configure config_h.SH
372      Branch: metaconfig/U/perl
373            ! uselonglong.U
374 ____________________________________________________________________________
375 [  5066] By: jhi                                   on 2000/02/11  19:32:30
376         Log: Clarify 64-bit issues.
377      Branch: cfgperl
378            ! pod/perldelta.pod
379 ____________________________________________________________________________
380 [  5065] By: jhi                                   on 2000/02/11  18:13:29
381         Log: Integrate with Sarathy.
382      Branch: cfgperl
383           !> ext/Devel/Peek/Peek.xs regcomp.c t/comp/require.t t/comp/use.t
384           !> toke.c
385 ____________________________________________________________________________
386 [  5064] By: jhi                                   on 2000/02/11  18:11:47
387         Log: Silence linker warnings about binary backward incompatibilities.
388      Branch: cfgperl
389            ! hints/hpux.sh
390 ____________________________________________________________________________
391 [  5063] By: gsar                                  on 2000/02/11  16:36:14
392         Log: fix uninitialized memory reads found by purify
393      Branch: perl
394            ! ext/Devel/Peek/Peek.xs regcomp.c
395 ____________________________________________________________________________
396 [  5062] By: jhi                                   on 2000/02/11  00:11:39
397         Log: de-fancify the largefiles hints
398      Branch: cfgperl
399            ! hints/hpux.sh
400 ____________________________________________________________________________
401 [  5061] By: gsar                                  on 2000/02/10  19:17:09
402         Log: longstanding bug in parsing "require VERSION", could reallocate
403              current line and not know it; exposed by change#5004; manifested
404              as parse failure of C<{require 5.003}>
405      Branch: perl
406            ! t/comp/require.t t/comp/use.t toke.c
407 ____________________________________________________________________________
408 [  5060] By: jhi                                   on 2000/02/10  13:29:25
409         Log: Integrate with Sarathy.
410      Branch: cfgperl
411           !> makedef.pl pp_ctl.c t/op/write.t win32/vdir.h
412 ____________________________________________________________________________
413 [  5059] By: gsar                                  on 2000/02/10  06:21:21
414         Log: make global symbol exports AIX-specific
415      Branch: perl
416            ! makedef.pl
417 ____________________________________________________________________________
418 [  5058] By: gsar                                  on 2000/02/10  06:16:57
419         Log: integrate cfgperl contents into mainline
420      Branch: perl
421           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
422           !> Porting/config_H config_h.SH makedef.pl perl.h
423           !> vms/subconfigure.com vos/config.def win32/config.bc
424           !> win32/config.gc win32/config.vc win32/config_H.bc
425           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
426           !> win32/config_sh.PL
427 ____________________________________________________________________________
428 [  5057] By: gsar                                  on 2000/02/10  01:08:01
429         Log: windows bugfixes for virtual directories under USE_ITHREADS:
430              allows path mapping to unknown devices to work properly;
431              special file names like CONOUT$ can be opened with sysopen()
432              again
433      Branch: perl
434            ! win32/vdir.h
435 ____________________________________________________________________________
436 [  5056] By: gsar                                  on 2000/02/10  00:56:27
437         Log: formline() could wipe out readonly-ness, freeing constants
438              prematurely, or affect cloning of pad constants
439      Branch: perl
440            ! pp_ctl.c t/op/write.t
441 ____________________________________________________________________________
442 [  5055] By: jhi                                   on 2000/02/09  19:48:58
443         Log: Regenerate Configure for I_SYSLOG.
444      Branch: cfgperl
445            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
446            ! config_h.SH
447 ____________________________________________________________________________
448 [  5054] By: jhi                                   on 2000/02/09  19:38:04
449         Log: fix AIX and multiplicity problems
450      Branch: cfgperl
451            ! Makefile.SH makedef.pl
452 ____________________________________________________________________________
453 [  5053] By: bailey                                on 2000/02/09  10:58:11
454         Log: remove redundant archcore directory prefix in installperl
455      Branch: vmsperl
456            ! installperl
457 ____________________________________________________________________________
458 [  5052] By: bailey                                on 2000/02/09  10:44:22
459         Log: Work around prefixing bug in older DECC preprocessors
460      Branch: vmsperl
461            ! vms/vms.c vms/vmsish.h
462 ____________________________________________________________________________
463 [  5051] By: bailey                                on 2000/02/09  09:52:06
464         Log: Eliminate unnecessary (and sometimes confounding) test for
465              word boundary
466      Branch: vmsperl
467            ! lib/ExtUtils/MM_VMS.pm
468 ____________________________________________________________________________
469 [  5050] By: bailey                                on 2000/02/09  09:29:06
470         Log: Minor fixes to assuage picky compilers (unsigned comparisons and
471              alias rules lead to compilation warnings)
472      Branch: vmsperl
473            ! av.c mg.h pp_sys.c scope.c sv.c vms/vms.c
474 ____________________________________________________________________________
475 [  5049] By: bailey                                on 2000/02/09  09:09:45
476         Log: Resync with mainline
477      Branch: vmsperl
478           +> Todo-5.6 ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
479           +> ext/Sys/Syslog/Syslog.xs lib/Pod/Find.pm lib/Pod/ParseUtils.pm
480           +> pod/perlapi.pod pod/perlintern.pod pod/perlunicode.pod
481           +> t/op/exists_sub.t t/op/ver.t t/pragma/diagnostics.t
482           +> vos/config.def vos/config.pl win32/bin/exetype.pl
483            - Todo-5.005 lib/Sys/Syslog.pm lib/caller.pm
484            ! vms/subconfigure.com
485           !> (integrate 358 files)
486 ____________________________________________________________________________
487 [  5048] By: jhi                                   on 2000/02/09  03:54:05
488         Log: OS/2 gcc doesn't like -o foo.exe and -Zexe simultaneously
489              (reported by Yitzchak Scott-Thoennes in p5p)
490      Branch: cfgperl
491            ! Configure config_h.SH
492      Branch: metaconfig
493            ! U/modified/Cppsym.U
494 ____________________________________________________________________________
495 [  5047] By: jhi                                   on 2000/02/09  02:56:43
496         Log: (fake) use of getcwd.
497      Branch: cfgperl
498            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
499            ! config_h.SH perl.h
500 ____________________________________________________________________________
501 [  5046] By: jhi                                   on 2000/02/09  02:22:50
502         Log: lib scan fix
503      Branch: cfgperl
504            ! Configure config_h.SH
505      Branch: metaconfig
506            ! U/modified/libs.U
507 ____________________________________________________________________________
508 [  5045] By: jhi                                   on 2000/02/09  02:17:34
509         Log: Reintroduce #5019 via metaconfig.
510      Branch: cfgperl
511            ! Configure config_h.SH
512      Branch: metaconfig
513            ! U/installdirs/inc_version_list.U
514 ____________________________________________________________________________
515 [  5044] By: jhi                                   on 2000/02/09  02:07:08
516         Log: Add/restore probes for getcwd/mk*temp*/mmap.
517      Branch: cfgperl
518            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
519            ! config_h.SH perl.h vms/subconfigure.com vos/config.def
520            ! win32/config.bc win32/config.gc win32/config.vc
521            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
522            ! win32/config_h.PL win32/config_sh.PL
523      Branch: metaconfig
524            ! U/modified/d_mkstemp.U U/modified/libs.U
525      Branch: metaconfig/U/perl
526            + d_mkdtemp.U d_mkstemps.U
527 ____________________________________________________________________________
528 [  5043] By: jhi                                   on 2000/02/08  20:58:02
529         Log: Integrate with Sarathy.
530      Branch: cfgperl
531           +> Todo-5.6 t/op/ver.t win32/bin/exetype.pl
532           !> (integrate 110 files)
533 ____________________________________________________________________________
534 [  5042] By: gsar                                  on 2000/02/08  20:32:12
535         Log: avoid exiting just because we didn't scan for libm ('libs' may still
536              have it, but we avoided scan for things in 'libs')
537      Branch: perl
538            ! Configure
539
540 ----------------
541 Version v5.5.650
542 ----------------
543
544 ____________________________________________________________________________
545 [  5041] By: gsar                                  on 2000/02/08  07:57:11
546         Log: update Changes
547      Branch: perl
548            ! Changes
549 ____________________________________________________________________________
550 [  5040] By: gsar                                  on 2000/02/08  07:51:20
551         Log: documentation patches (from Michael Schwern and Yitzchak
552              Scott-Thoennes)
553      Branch: perl
554            ! av.c hv.c lib/UNIVERSAL.pm pod/perlapi.pod
555 ____________________________________________________________________________
556 [  5039] By: gsar                                  on 2000/02/08  07:22:46
557         Log: alias to $^V to $PERL_VERSION_TUPLE
558      Branch: perl
559            ! lib/English.pm pod/perlvar.pod
560 ____________________________________________________________________________
561 [  5038] By: gsar                                  on 2000/02/08  07:03:34
562         Log: update Changes
563      Branch: perl
564            ! Changes pod/perlhist.pod
565 ____________________________________________________________________________
566 [  5037] By: gsar                                  on 2000/02/08  06:59:55
567         Log: Windows has a somewhat different sitelib layout, and needs
568              $sitelib/archname added as well
569      Branch: perl
570            ! perl.c
571 ____________________________________________________________________________
572 [  5036] By: gsar                                  on 2000/02/08  06:59:03
573         Log: change#4987 appears to have broken libs scan for platforms that
574              don't set ignore_versioned_solibs (Solaris is one of them); add
575              derivative fix from the older logic for skipping versioned .so
576              libs
577      Branch: perl
578            ! Configure
579 ____________________________________________________________________________
580 [  5035] By: gsar                                  on 2000/02/07  21:21:44
581         Log: sprintf("%v"...) buffer resizing busted
582      Branch: perl
583            ! sv.c
584 ____________________________________________________________________________
585 [  5034] By: gsar                                  on 2000/02/07  19:16:21
586         Log: update Changes
587      Branch: perl
588            ! Changes pod/perlhist.pod
589 ____________________________________________________________________________
590 [  5033] By: gsar                                  on 2000/02/07  19:01:08
591         Log: stringify "\x{FFF}" to utf8 correctly; set SvUTF8 on "\x{XX}"
592              only when XX > 127
593      Branch: perl
594            ! pp_hot.c toke.c
595 ____________________________________________________________________________
596 [  5032] By: gsar                                  on 2000/02/07  18:25:31
597         Log: add note about printf("%v",...)
598      Branch: perl
599            ! pod/perldelta.pod
600 ____________________________________________________________________________
601 [  5031] By: gsar                                  on 2000/02/07  18:18:43
602         Log: update Changes
603      Branch: perl
604            ! Changes Todo-5.6
605 ____________________________________________________________________________
606 [  5030] By: gsar                                  on 2000/02/07  18:17:49
607         Log: thinko in change#5029
608      Branch: perl
609            ! gv.c
610 ____________________________________________________________________________
611 [  5029] By: gsar                                  on 2000/02/07  17:49:58
612         Log: change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_widesyscalls/;
613              introduce -C switch (sets $^WIDE_SYSTEM_CALLS)
614      Branch: perl
615            ! embedvar.h gv.c intrpvar.h mg.c perl.c perlapi.h
616            ! pod/perlrun.pod pod/perlunicode.pod pod/perlvar.pod
617            ! win32/win32.h
618 ____________________________________________________________________________
619 [  5028] By: gsar                                  on 2000/02/07  17:10:03
620         Log: perlport updates (from Peter Prymmer)
621      Branch: perl
622            ! pod/perlport.pod
623 ____________________________________________________________________________
624 [  5027] By: gsar                                  on 2000/02/07  16:53:47
625         Log: fix up Todo-5.6
626      Branch: perl
627            ! Todo-5.6
628 ____________________________________________________________________________
629 [  5026] By: gsar                                  on 2000/02/07  16:32:31
630         Log: rename Todo-5.005 to Todo-5.6
631      Branch: perl
632           +> Todo-5.6
633            - Todo-5.005
634            ! MANIFEST
635 ____________________________________________________________________________
636 [  5025] By: gsar                                  on 2000/02/07  16:09:54
637         Log: ${^Warnings} renamed to ${^WARNING_BITS}
638      Branch: perl
639            ! gv.c lib/warnings.pm mg.c pod/perltoc.pod pod/perlvar.pod
640            ! toke.c warnings.pl
641 ____________________________________________________________________________
642 [  5024] By: gsar                                  on 2000/02/07  11:47:06
643         Log: various Windows tweaks: make $^E a little less buggy by saving
644              and restoring system error across TLS fetch; avoid needless
645              copying of buffers
646      Branch: perl
647            ! win32/Makefile win32/makefile.mk win32/perllib.c win32/win32.c
648            ! win32/win32.h
649 ____________________________________________________________________________
650 [  5023] By: gsar                                  on 2000/02/07  11:44:19
651         Log: avoid MakeMaker setting $^W=1
652      Branch: perl
653            ! lib/ExtUtils/MakeMaker.pm
654 ____________________________________________________________________________
655 [  5022] By: gsar                                  on 2000/02/07  10:38:56
656         Log: up to v5.5.650
657      Branch: perl
658            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
659            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
660 ____________________________________________________________________________
661 [  5021] By: gsar                                  on 2000/02/07  10:10:31
662         Log: mention threads status in pod
663      Branch: perl
664            ! ext/Thread/Thread.pm
665 ____________________________________________________________________________
666 [  5020] By: gsar                                  on 2000/02/07  09:57:46
667         Log: tolerate NULL SITELIB_EXP
668      Branch: perl
669            ! perl.c
670 ____________________________________________________________________________
671 [  5019] By: gsar                                  on 2000/02/07  09:46:11
672         Log: NULL-terminate PERL_INC_VERSION_LIST
673      Branch: perl
674            ! Configure perl.c win32/config.bc win32/config.gc
675            ! win32/config.vc win32/config_H.bc win32/config_H.gc
676            ! win32/config_H.vc
677 ____________________________________________________________________________
678 [  5018] By: gsar                                  on 2000/02/07  09:13:10
679         Log: add compatible versions from $Config{inc_ver_list} to search
680              paths automatically (from Tom Hughes <tom@compton.nu>)
681      Branch: perl
682            ! lib/lib.pm perl.c
683 ____________________________________________________________________________
684 [  5017] By: gsar                                  on 2000/02/07  08:58:56
685         Log: makefiles now use exetype.pl to make wperl.exe
686      Branch: perl
687            ! sv.c win32/Makefile win32/makefile.mk
688 ____________________________________________________________________________
689 [  5016] By: gsar                                  on 2000/02/07  08:38:25
690         Log: add exetype.pl (from Jan Dubois)
691      Branch: perl
692            + win32/bin/exetype.pl
693            ! MANIFEST
694 ____________________________________________________________________________
695 [  5015] By: gsar                                  on 2000/02/07  08:29:28
696         Log: pod fixes (from Abigail and M J T Guy)
697      Branch: perl
698            ! Changes README.os2 gv.c pod/perlapi.pod pod/perldebug.pod
699            ! pod/perldelta.pod pod/perldiag.pod pod/perlopentut.pod
700            ! pod/perlport.pod pod/perlvar.pod
701 ____________________________________________________________________________
702 [  5014] By: gsar                                  on 2000/02/07  07:09:08
703         Log: clarify behavior of vec() when arguments are off the end of the
704              string (from M J T Guy)
705      Branch: perl
706            ! pod/perlfunc.pod
707 ____________________________________________________________________________
708 [  5013] By: gsar                                  on 2000/02/07  07:08:15
709         Log: remove $^U dependent behaviors in runtime; chr() and sprintf('%c',...)
710              now return bytes all the way to 255, they will be transparently
711              coerced (in future) to UTF-8 when they are used in operations
712              involving other UTF-8 strings; C<use utf8> doesn't set $^U anymore
713      Branch: perl
714            ! lib/byte.pm lib/utf8.pm pod/perlunicode.pod pod/perlvar.pod
715            ! pp.c sv.c
716 ____________________________________________________________________________
717 [  5012] By: gsar                                  on 2000/02/07  06:36:33
718         Log: partly revert change#4851, apparently POSIX::uname() may not be correct
719              per strict reading of standard (says Tom Christiansen)
720      Branch: perl
721            ! lib/Sys/Hostname.pm
722 ____________________________________________________________________________
723 [  5011] By: gsar                                  on 2000/02/07  06:26:30
724         Log: allow 64-bit utf8-encoded integers (from Ilya Zakharevich)
725      Branch: perl
726            ! utf8.c utf8.h
727 ____________________________________________________________________________
728 [  5010] By: gsar                                  on 2000/02/06  21:27:03
729         Log: fix debug code in Perl_malloc() (from Ilya Zakharevich)
730      Branch: perl
731            ! malloc.c
732 ____________________________________________________________________________
733 [  5009] By: gsar                                  on 2000/02/06  20:45:30
734         Log: set SvUTF8 on vectors only if there are chars > 127; update copyright
735              years (from Gisle Aas)
736      Branch: perl
737            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
738            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
739            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
740            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
741            ! toke.c utf8.c utf8.h util.c util.h
742 ____________________________________________________________________________
743 [  5008] By: gsar                                  on 2000/02/06  19:28:31
744         Log: use builtin __CYGWIN__ rather than -DCYGWIN (from Eric Fifer
745              <EFifer@sanwaint.com>)
746      Branch: perl
747            ! EXTERN.h XSUB.h doio.c ext/POSIX/POSIX.xs
748            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/sdbm.c
749            ! hints/cygwin.sh lib/ExtUtils/MM_Cygwin.pm mg.c perl.h
750            ! unixish.h util.c
751 ____________________________________________________________________________
752 [  5007] By: gsar                                  on 2000/02/06  17:47:01
753         Log: reduce memory consumption of POSIX.pm (from Ilya Zakharevich)
754      Branch: perl
755            ! ext/POSIX/POSIX.pm
756 ____________________________________________________________________________
757 [  5006] By: gsar                                  on 2000/02/06  17:28:35
758         Log: integrate cfgperl contents into mainline
759      Branch: perl
760           !> Configure config_h.SH ext/Sys/Syslog/Syslog.xs hints/hpux.sh
761           !> perl.h pp_sys.c
762 ____________________________________________________________________________
763 [  5005] By: gsar                                  on 2000/02/06  17:18:39
764         Log: VOS port updates (from Paul Green <Paul_Green@stratus.com>)
765      Branch: perl
766            ! README.vos pod/perlport.pod vos/Changes vos/build.cm
767            ! vos/compile_perl.cm vos/config.def vos/config.h vos/config.pl
768            ! vos/config_h.SH_orig vos/perl.bind vos/test_vos_dummies.c
769            ! vos/vos_dummies.c vos/vosish.h
770 ____________________________________________________________________________
771 [  5004] By: gsar                                  on 2000/02/06  17:00:49
772         Log: fix parse error on C<{ use strict }> and other constructs that
773              make the parser reenter while LEX_KNOWNEXT is active
774      Branch: perl
775            ! t/comp/use.t toke.c
776 ____________________________________________________________________________
777 [  5003] By: gsar                                  on 2000/02/06  14:57:30
778         Log: avoid -Bforcearchive on netbsd too
779      Branch: perl
780            ! Changes hints/netbsd.sh
781 ____________________________________________________________________________
782 [  5002] By: gsar                                  on 2000/02/06  14:45:17
783         Log: revised notes about Pod::Parser & Co.
784      Branch: perl
785            ! lib/Pod/Usage.pm pod/perldelta.pod
786 ____________________________________________________________________________
787 [  5001] By: gsar                                  on 2000/02/06  14:02:43
788         Log: fix description of obsolete diagnostic
789      Branch: perl
790            ! pod/perldiag.pod
791 ____________________________________________________________________________
792 [  5000] By: gsar                                  on 2000/02/06  13:59:58
793         Log: allow "\x{12ab}" even without C<use utf8>
794      Branch: perl
795            ! t/pragma/warn/toke toke.c
796 ____________________________________________________________________________
797 [  4999] By: gsar                                  on 2000/02/06  13:58:31
798         Log: make perlbug use new-style version numbers; improve compatibility
799              (runs with perl 5.005); fix swapped old vs new version reporting
800      Branch: perl
801            ! utils/perlbug.PL
802 ____________________________________________________________________________
803 [  4998] By: gsar                                  on 2000/02/06  13:56:45
804         Log: support sprintf("v%v", v1.2.3) (works on any string argument, in
805              fact); add tests for version tuples
806      Branch: perl
807            + t/op/ver.t
808            ! MANIFEST perl.c pod/perldiag.pod pod/perlfunc.pod
809            ! pod/perlop.pod sv.c toke.c
810 ____________________________________________________________________________
811 [  4997] By: gsar                                  on 2000/02/04  21:40:08
812         Log: change#4970 fallout for useithreads
813      Branch: perl
814            ! sv.c
815 ____________________________________________________________________________
816 [  4996] By: jhi                                   on 2000/02/04  20:09:00
817         Log: Largefilify offsets of tied handles.
818      Branch: cfgperl
819            ! pp_sys.c
820 ____________________________________________________________________________
821 [  4995] By: jhi                                   on 2000/02/04  19:54:25
822         Log: Sanity check for libraries scan.
823      Branch: cfgperl
824            ! Configure config_h.SH
825      Branch: metaconfig
826            ! U/modified/libs.U
827 ____________________________________________________________________________
828 [  4994] By: jhi                                   on 2000/02/04  19:48:42
829         Log: HP-UX largefileness doesn't like lseek being redeclared;
830              no more USE_LONG_LONG.
831      Branch: cfgperl
832            ! perl.h
833 ____________________________________________________________________________
834 [  4993] By: jhi                                   on 2000/02/04  19:18:59
835         Log: fix the description as much as possible; the whole
836              separation into three different symbols lists is
837              pretty broken now.
838      Branch: metaconfig
839            ! U/modified/Cppsym.U
840 ____________________________________________________________________________
841 [  4992] By: jhi                                   on 2000/02/04  19:13:10
842         Log: Use <syslog.h>, not <sys/syslog.h>.
843      Branch: cfgperl
844            ! Configure config_h.SH ext/Sys/Syslog/Syslog.xs
845 ____________________________________________________________________________
846 [  4991] By: gsar                                  on 2000/02/04  19:11:07
847         Log: dmake is on CPAN now
848      Branch: perl
849            ! README.win32
850 ____________________________________________________________________________
851 [  4990] By: jhi                                   on 2000/02/04  19:04:01
852         Log: Re-introduce #4817 and #4964 wiped out by #4987.
853      Branch: cfgperl
854            ! Configure config_h.SH
855      Branch: metaconfig
856            ! U/threads/usethreads.U
857      Branch: metaconfig/U/perl
858            ! patchlevel.U
859 ____________________________________________________________________________
860 [  4989] By: jhi                                   on 2000/02/04  18:54:00
861         Log: typo fix
862      Branch: cfgperl
863            ! Configure config_h.SH
864      Branch: metaconfig
865            ! U/modified/libs.U
866 ____________________________________________________________________________
867 [  4988] By: jhi                                   on 2000/02/04  18:34:06
868         Log: Integrate with Sarathy.
869      Branch: cfgperl
870           +> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
871           +> ext/Sys/Syslog/Syslog.xs
872            - lib/Sys/Syslog.pm
873           !> (integrate 37 files)
874 ____________________________________________________________________________
875 [  4987] By: jhi                                   on 2000/02/04  18:31:05
876         Log: Configure megamaintenance.  Cppsym (hopefully) final spasms;
877              default is to use long long if available; various nits
878              here and there; fixed to hpux 64-bitnes and largefileness.
879      Branch: cfgperl
880            ! Configure config_h.SH hints/hpux.sh perl.h
881      Branch: metaconfig
882            ! U/a_dvisory/quadtype.U U/modified/Cppsym.U
883            ! U/modified/d_gethname.U U/modified/libpth.U U/modified/libs.U
884      Branch: metaconfig/U/perl
885            ! d_fseeko.U d_ftello.U dlsrc.U uselongdbl.U uselonglong.U
886            ! usemultiplicity.U xs_apiversion.U
887 ____________________________________________________________________________
888 [  4986] By: gsar                                  on 2000/02/04  17:26:37
889         Log: avoid bad cast warnings (from Robin Barker <rmb1@cise.npl.co.uk>)
890      Branch: perl
891            ! sv.c
892 ____________________________________________________________________________
893 [  4985] By: gsar                                  on 2000/02/04  16:43:49
894         Log: avoid 'na' (spotted by Yitzchak Scott-Thoennes <sthoenna@efn.org>)
895      Branch: perl
896            ! ext/Devel/DProf/DProf.xs
897 ____________________________________________________________________________
898 [  4984] By: gsar                                  on 2000/02/04  08:20:05
899         Log: CPAN.pm updated to v1.52 (from Andreas Koenig)
900      Branch: perl
901            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
902 ____________________________________________________________________________
903 [  4983] By: gsar                                  on 2000/02/04  08:00:38
904         Log: updated OpenBSD hints (From Todd C. Miller <Todd.Miller@courtesan.com>)
905      Branch: perl
906            ! hints/openbsd.sh
907 ____________________________________________________________________________
908 [  4982] By: gsar                                  on 2000/02/04  07:54:04
909         Log: pod typos (from Gregor N. Purdy <gregor@focusresearch.com>)
910      Branch: perl
911            ! lib/Pod/Parser.pm
912 ____________________________________________________________________________
913 [  4981] By: gsar                                  on 2000/02/04  07:34:38
914         Log: avoid assuming cc accepts -o switch (from Tom Hughes)
915      Branch: perl
916            ! Makefile.SH
917 ____________________________________________________________________________
918 [  4980] By: gsar                                  on 2000/02/04  07:29:59
919         Log: Sys::Syslog goes the XS way (from Tom Hughes <tom@compton.nu>)
920      Branch: perl
921            + ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
922            + ext/Sys/Syslog/Syslog.xs
923            - lib/Sys/Syslog.pm
924            ! MANIFEST pod/perldelta.pod
925 ____________________________________________________________________________
926 [  4979] By: gsar                                  on 2000/02/04  07:13:19
927         Log: pod updates (from David Adler, M J T Guy)
928      Branch: perl
929            ! pod/perlfaq2.pod pod/perlop.pod pod/perlsyn.pod
930 ____________________________________________________________________________
931 [  4978] By: gsar                                  on 2000/02/04  07:08:14
932         Log: typos in config_h.SH (from Paul_Green@vos.stratus.com)
933      Branch: perl
934            ! config_h.SH
935 ____________________________________________________________________________
936 [  4977] By: gsar                                  on 2000/02/04  07:06:10
937         Log: avoid adding null components to LD_LIBRARY_PATH, OpenBSD has trouble
938              with them (from Todd C. Miller <Todd.Miller@courtesan.com>)
939      Branch: perl
940            ! Makefile.SH
941 ____________________________________________________________________________
942 [  4976] By: gsar                                  on 2000/02/04  06:33:43
943         Log: VMS update (from Dan Sugalski and Peter Prymmer)
944      Branch: perl
945            ! configure.com vms/descrip_mms.template vms/subconfigure.com
946 ____________________________________________________________________________
947 [  4975] By: gsar                                  on 2000/02/04  05:51:14
948         Log: patch to provide more informative names for evals and anonymous
949              subroutines (from Ilya Zakharevich)
950      Branch: perl
951            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs lib/Dumpvalue.pm
952            ! lib/dumpvar.pl lib/perl5db.pl op.c perl.h pod/perldebug.pod
953            ! pod/perlvar.pod pp_ctl.c
954 ____________________________________________________________________________
955 [  4974] By: gsar                                  on 2000/02/04  05:05:57
956         Log: off-by-one in malloc.c (from Ilya Zakharevich)
957      Branch: perl
958            ! malloc.c
959 ____________________________________________________________________________
960 [  4973] By: gsar                                  on 2000/02/04  05:03:00
961         Log: OS/2 build fixups from Ilya Zakharevich
962      Branch: perl
963            ! ext/Devel/DProf/DProf.xs os2/Makefile.SHs t/op/fork.t
964 ____________________________________________________________________________
965 [  4972] By: gsar                                  on 2000/02/04  04:58:57
966         Log: avoid /* within comment
967      Branch: perl
968            ! xsutils.c
969 ____________________________________________________________________________
970 [  4971] By: gsar                                  on 2000/02/04  04:56:09
971         Log: another HINT_BYTE victim
972      Branch: perl
973            ! lib/charnames.pm
974 ____________________________________________________________________________
975 [  4970] By: gsar                                  on 2000/02/04  04:45:13
976         Log: fix pad_alloc panic from C<my $w; sub { my($i) = @_; sub { $w } }>
977      Branch: perl
978            ! op.c scope.c scope.h t/op/closure.t toke.c
979 ____________________________________________________________________________
980 [  4969] By: gsar                                  on 2000/02/04  01:09:37
981         Log: byte.pm and HINT_BYTE don't match (0x8, not 0x10!)
982      Branch: perl
983            ! lib/byte.pm
984 ____________________________________________________________________________
985 [  4968] By: jhi                                   on 2000/02/02  13:17:25
986         Log: Integrate with Sarathy.
987      Branch: cfgperl
988           +> lib/Pod/Find.pm lib/Pod/ParseUtils.pm
989            ! Configure
990           !> (integrate 29 files)
991
992 ----------------
993 Version v5.5.640
994 ----------------
995
996 ____________________________________________________________________________
997 [  4967] By: gsar                                  on 2000/02/02  12:22:29
998         Log: update makerel for new version format
999      Branch: perl
1000            ! Changes Porting/makerel
1001 ____________________________________________________________________________
1002 [  4966] By: gsar                                  on 2000/02/02  11:42:03
1003         Log: workaround for undefined symbol
1004      Branch: perl
1005            ! win32/win32.h
1006 ____________________________________________________________________________
1007 [  4965] By: gsar                                  on 2000/02/02  11:19:19
1008         Log: on cygwin, h_errno is now "__declspec(dllimport) int h_errno"
1009              (from Eric Fifer <EFifer@sanwaint.com>)
1010      Branch: perl
1011            ! pp_sys.c
1012 ____________________________________________________________________________
1013 [  4964] By: gsar                                  on 2000/02/02  11:11:15
1014         Log: adjust notes on use5005threads
1015      Branch: perl
1016            ! Configure INSTALL README.threads
1017 ____________________________________________________________________________
1018 [  4963] By: gsar                                  on 2000/02/02  10:14:30
1019         Log: fix typo
1020      Branch: perl
1021            ! Configure
1022 ____________________________________________________________________________
1023 [  4962] By: gsar                                  on 2000/02/02  10:13:10
1024         Log: integrate selected changes from cfgperl (#4899,4900,4904,4918)
1025      Branch: perl
1026           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
1027           !> config_h.SH ext/IO/IO.xs lib/Benchmark.pm
1028 ____________________________________________________________________________
1029 [  4961] By: gsar                                  on 2000/02/02  09:55:45
1030         Log: PodParser-1.092 update via CPAN (from Brad Appleton)
1031      Branch: perl
1032            + lib/Pod/Find.pm lib/Pod/ParseUtils.pm
1033            ! MANIFEST lib/Pod/Checker.pm t/pod/poderrs.t t/pod/poderrs.xr
1034 ____________________________________________________________________________
1035 [  4960] By: gsar                                  on 2000/02/02  08:22:31
1036         Log: replace misleading docs with a BUGS section
1037      Branch: perl
1038            ! lib/English.pm
1039 ____________________________________________________________________________
1040 [  4959] By: gsar                                  on 2000/02/02  08:16:17
1041         Log: remove FUD from perlfunc/use (from M J T Guy)
1042      Branch: perl
1043            ! pod/perlfunc.pod
1044 ____________________________________________________________________________
1045 [  4958] By: gsar                                  on 2000/02/02  08:13:04
1046         Log: Benchmark displays bogus CPU stats (suggested by Cedric Auzanne
1047              <cedric.auzanne@nist.gov>)
1048      Branch: perl
1049            ! Changes lib/Benchmark.pm
1050 ____________________________________________________________________________
1051 [  4957] By: gsar                                  on 2000/02/02  08:04:52
1052         Log: fix coredump on C<"x" =~ /x/; print @-> (from Ilya Zakharevich)
1053      Branch: perl
1054            ! pp_hot.c
1055 ____________________________________________________________________________
1056 [  4956] By: gsar                                  on 2000/02/02  08:02:57
1057         Log: flock() pod talks about "adding" in the sense of "or-ing"
1058      Branch: perl
1059            ! pod/perlfunc.pod
1060 ____________________________________________________________________________
1061 [  4955] By: gsar                                  on 2000/02/02  07:58:35
1062         Log: fixes for switching files in the debugger (from Ilya Zakharevich)
1063      Branch: perl
1064            ! lib/perl5db.pl pod/perldebug.pod
1065 ____________________________________________________________________________
1066 [  4954] By: gsar                                  on 2000/02/02  07:53:51
1067         Log: use warnings rather than fiddling with $^W (from Paul Marquess)
1068      Branch: perl
1069            ! lib/Cwd.pm lib/English.pm lib/ExtUtils/MM_Unix.pm
1070            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm lib/Fatal.pm
1071            ! lib/File/Spec/Win32.pm lib/Math/BigFloat.pm
1072            ! lib/Text/ParseWords.pm lib/utf8_heavy.pl
1073 ____________________________________________________________________________
1074 [  4953] By: gsar                                  on 2000/02/02  07:40:33
1075         Log: dynixptx hints tweak (from Martin J. Bligh <mbligh@sequent.com>)
1076      Branch: perl
1077            ! hints/dynixptx.sh
1078 ____________________________________________________________________________
1079 [  4952] By: gsar                                  on 2000/02/02  07:36:39
1080         Log: deltanotes on weakrefs and Pod::Parser (from Tuomas Lukka and
1081              Brad Appleton)
1082      Branch: perl
1083            ! pod/perldelta.pod
1084 ____________________________________________________________________________
1085 [  4951] By: gsar                                  on 2000/02/02  06:54:22
1086         Log: avoid mismatched type warnings
1087      Branch: perl
1088            ! embed.pl perlapi.h
1089 ____________________________________________________________________________
1090 [  4950] By: jhi                                   on 2000/02/02  06:49:10
1091         Log: Integrate with Sarathy.
1092      Branch: cfgperl
1093           +> pod/perlunicode.pod
1094           !> MANIFEST Makefile.SH lib/File/Spec/Win32.pm lib/Text/Tabs.pm
1095           !> lib/byte.pm lib/byte_heavy.pl lib/utf8.pm lib/warnings.pm
1096           !> makedef.pl op.c perl.h pod/perldelta.pod pp_ctl.c regcomp.c
1097           !> regexec.c t/pragma/warn/2use utf8.h utils/perldoc.PL
1098           !> vms/descrip_mms.template warnings.pl
1099 ____________________________________________________________________________
1100 [  4949] By: gsar                                  on 2000/02/02  06:41:17
1101         Log: fix broken abs2rel() (from François Allard <franka@host.ott.igs.net>)
1102      Branch: perl
1103            ! lib/File/Spec/Win32.pm
1104 ____________________________________________________________________________
1105 [  4948] By: gsar                                  on 2000/02/02  06:30:41
1106         Log: makefile tweak
1107      Branch: perl
1108            ! Makefile.SH
1109 ____________________________________________________________________________
1110 [  4947] By: gsar                                  on 2000/02/02  06:27:43
1111         Log: future-proof unknown warning categories (from Greg Bacon
1112              <gbacon@cs.uah.edu>)
1113      Branch: perl
1114            ! lib/warnings.pm t/pragma/warn/2use warnings.pl
1115 ____________________________________________________________________________
1116 [  4946] By: gsar                                  on 2000/02/02  06:21:34
1117         Log: doc tweak (from Michael G Schwern <schwern@pobox.com>)
1118      Branch: perl
1119            ! lib/Text/Tabs.pm
1120 ____________________________________________________________________________
1121 [  4945] By: gsar                                  on 2000/02/02  06:03:04
1122         Log: more meaningful message on invalid pattern argument (from
1123              Kevin Meltzer <KMeltzer@USCO.com>)
1124      Branch: perl
1125            ! utils/perldoc.PL
1126 ____________________________________________________________________________
1127 [  4944] By: gsar                                  on 2000/02/02  05:43:49
1128         Log: XSLoader build patch for VMS (from Craig A. Berry
1129              <craig.berry@metamorgs.com>)
1130      Branch: perl
1131            ! vms/descrip_mms.template
1132 ____________________________________________________________________________
1133 [  4943] By: gsar                                  on 2000/02/02  03:40:49
1134         Log: reword some sections of perlunicode.pod
1135      Branch: perl
1136            ! pod/perlunicode.pod
1137 ____________________________________________________________________________
1138 [  4942] By: gsar                                  on 2000/02/01  21:02:01
1139         Log: AIX warning on undefined symbol
1140      Branch: perl
1141            ! makedef.pl
1142 ____________________________________________________________________________
1143 [  4941] By: gsar                                  on 2000/02/01  20:29:30
1144         Log: HINT_UTF8 is not propagated to the op tree anymore; add a
1145              perlunicode.pod that reflects changes to unicode support so far
1146      Branch: perl
1147            + pod/perlunicode.pod
1148            ! MANIFEST lib/byte.pm lib/byte_heavy.pl lib/utf8.pm op.c perl.h
1149            ! pod/perldelta.pod pp_ctl.c regcomp.c regexec.c utf8.h
1150 ____________________________________________________________________________
1151 [  4940] By: jhi                                   on 2000/02/01  12:22:30
1152         Log: Integrate with Sarathy.
1153      Branch: cfgperl
1154           !> embed.pl embedvar.h global.sym gv.c intrpvar.h
1155           !> lib/charnames.pm lib/utf8.pm mg.c objXSUB.h op.c op.h
1156           !> perlapi.c perlapi.h pod/perlvar.pod pp.c sv.c sv.h
1157           !> t/lib/charnames.t toke.c win32/win32.c win32/win32.h
1158 ____________________________________________________________________________
1159 [  4939] By: gsar                                  on 2000/02/01  08:52:16
1160         Log: export pregexec(), Tk uses it
1161      Branch: perl
1162            ! embed.pl global.sym objXSUB.h perlapi.c
1163 ____________________________________________________________________________
1164 [  4938] By: gsar                                  on 2000/02/01  04:00:09
1165         Log: mark literal utf8 in string literals properly
1166      Branch: perl
1167            ! toke.c
1168 ____________________________________________________________________________
1169 [  4937] By: gsar                                  on 2000/01/31  20:19:34
1170         Log: introduce $^U, a global bit to indicate whether system
1171              calls should using widechar APIs; chr and sprintf "%c" also
1172              follow this flag in the absense of "use byte"; "use utf8"
1173              sets $^U=1 (this appears kludgey)
1174      Branch: perl
1175            ! embedvar.h gv.c intrpvar.h lib/charnames.pm lib/utf8.pm mg.c
1176            ! op.c op.h perlapi.h pod/perlvar.pod pp.c sv.c sv.h
1177            ! t/lib/charnames.t win32/win32.h
1178 ____________________________________________________________________________
1179 [  4936] By: jhi                                   on 2000/01/31  20:17:44
1180         Log: HP-UX (induced) fixes.
1181      Branch: cfgperl
1182            ! Configure config_h.SH hints/hpux.sh
1183      Branch: metaconfig
1184            ! U/modified/Oldconfig.U U/modified/libs.U
1185      Branch: metaconfig/U/perl
1186            ! quadfio.U
1187 ____________________________________________________________________________
1188 [  4935] By: jhi                                   on 2000/01/31  19:15:43
1189         Log: Cosmetics.
1190      Branch: metaconfig
1191            ! U/compline/d_gconvert.U
1192 ____________________________________________________________________________
1193 [  4934] By: jhi                                   on 2000/01/31  19:15:22
1194         Log: Cppsym saga continues.
1195      Branch: cfgperl
1196            ! Configure config_h.SH
1197      Branch: metaconfig
1198            ! U/modified/Cppsym.U
1199 ____________________________________________________________________________
1200 [  4933] By: gsar                                  on 2000/01/31  18:45:07
1201         Log: !USING_WIDE() branch is busted in win32_stat()
1202      Branch: perl
1203            ! win32/win32.c
1204 ____________________________________________________________________________
1205 [  4932] By: jhi                                   on 2000/01/31  06:41:47
1206         Log: Reveal even more symbols.
1207      Branch: cfgperl
1208            ! Configure config_h.SH
1209      Branch: metaconfig
1210            ! U/modified/Cppsym.U
1211 ____________________________________________________________________________
1212 [  4931] By: jhi                                   on 2000/01/31  06:21:41
1213         Log: Integrate with Sarathy.
1214      Branch: cfgperl
1215            - lib/caller.pm
1216           !> (integrate 29 files)
1217 ____________________________________________________________________________
1218 [  4930] By: gsar                                  on 2000/01/31  04:57:42
1219         Log: runtime now looks at the SVf_UTF8 bit on the SV to decide
1220              whether to use widechar semantics; lexer and RE engine continue
1221              to need "use utf8" to enable unicode awareness in literals
1222              and patterns (TODO: this needs to be fixed); $1 et al are marked
1223              SvUTF8 if the pattern was compiled for utf8 (TODO: propagating
1224              it from the data is probably better)
1225      Branch: perl
1226            ! doop.c gv.c mg.c op.c op.h pp.c pp_ctl.c pp_hot.c regcomp.c
1227            ! sv.c t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/sv
1228            ! t/pragma/warn/toke t/pragma/warn/utf8 toke.c utf8.h
1229 ____________________________________________________________________________
1230 [  4929] By: gsar                                  on 2000/01/31  04:17:09
1231         Log: remove caller.pm from change#3534 (flawed idea)
1232      Branch: perl
1233            - lib/caller.pm
1234            ! MANIFEST pod/perldelta.pod pod/perlfunc.pod
1235 ____________________________________________________________________________
1236 [  4928] By: gsar                                  on 2000/01/31  04:16:01
1237         Log: fix factual regression (-e doesn't create temporary files anymore)
1238      Branch: perl
1239            ! pod/perlfilter.pod
1240 ____________________________________________________________________________
1241 [  4927] By: gsar                                  on 2000/01/30  21:27:12
1242         Log: introduce $^V (eq chr($revision) . chr($version) . chr($subversion));
1243              document version tuples
1244      Branch: perl
1245            ! gv.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
1246            ! pod/perlvar.pod
1247 ____________________________________________________________________________
1248 [  4926] By: gsar                                  on 2000/01/28  18:10:12
1249         Log: implement -follow option in find2perl (from Helmut Jarausch
1250              <jarausch@igpm.rwth-aachen.de>)
1251      Branch: perl
1252            ! lib/File/Find.pm x2p/find2perl.PL
1253 ____________________________________________________________________________
1254 [  4925] By: gsar                                  on 2000/01/28  18:03:28
1255         Log: document what chdir() without an argument does (from Mark-Jason
1256              Dominus <mjd@plover.com>)
1257      Branch: perl
1258            ! pod/perlfunc.pod
1259 ____________________________________________________________________________
1260 [  4924] By: gsar                                  on 2000/01/28  17:49:34
1261         Log: README.cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
1262      Branch: perl
1263            ! README.cygwin
1264 ____________________________________________________________________________
1265 [  4923] By: gsar                                  on 2000/01/28  17:10:08
1266         Log: avoid leaking lexicals into program being debugged (from Ilya
1267              Zakharevich)
1268      Branch: perl
1269            ! lib/perl5db.pl
1270 ____________________________________________________________________________
1271 [  4922] By: gsar                                  on 2000/01/28  16:36:13
1272         Log: perldelta note about export list changes
1273      Branch: perl
1274            ! Changes pod/perldelta.pod
1275 ____________________________________________________________________________
1276 [  4921] By: gsar                                  on 2000/01/28  15:49:04
1277         Log: alias realpath() to abs_path() (from Tom Christiansen)
1278      Branch: perl
1279            ! lib/Cwd.pm
1280 ____________________________________________________________________________
1281 [  4920] By: jhi                                   on 2000/01/28  09:52:47
1282         Log: Cppsym fixup from Andy.
1283      Branch: cfgperl
1284            ! Configure config_h.SH
1285      Branch: metaconfig
1286            ! U/modified/Cppsym.U
1287 ____________________________________________________________________________
1288 [  4919] By: jhi                                   on 2000/01/28  09:52:22
1289         Log: In HP-UX no largefiles if no 64 bits.
1290      Branch: cfgperl
1291            ! hints/hpux.sh
1292 ____________________________________________________________________________
1293 [  4918] By: jhi                                   on 2000/01/28  09:03:37
1294         Log: The #4880 was too eager, the $n test is useful too.
1295      Branch: cfgperl
1296            ! lib/Benchmark.pm
1297 ____________________________________________________________________________
1298 [  4917] By: jhi                                   on 2000/01/28  06:27:50
1299         Log: Integrate with Sarathy.
1300      Branch: cfgperl
1301           +> pod/perlapi.pod pod/perlintern.pod
1302           !> (integrate 39 files)
1303 ____________________________________________________________________________
1304 [  4916] By: gsar                                  on 2000/01/28  05:29:37
1305         Log: more exported symbols needed for build on windows
1306      Branch: perl
1307            ! embed.pl global.sym objXSUB.h perlapi.c pod/perlapi.pod
1308            ! pod/perlintern.pod t/lib/thread.t win32/win32.c
1309 ____________________________________________________________________________
1310 [  4915] By: gsar                                  on 2000/01/28  03:43:52
1311         Log: autogenerate API listing from comments in the source (from Benjamin
1312              Stuhl <sho_pi@hotmail.com>); fix the markup format to be more
1313              flexible for better readability; add missing docs in sv.c; regenerate
1314              perltoc
1315      Branch: perl
1316            + pod/perlapi.pod pod/perlintern.pod
1317            ! MANIFEST XSUB.h av.c av.h cop.h cv.h embed.pl global.sym gv.c
1318            ! gv.h handy.h hv.c hv.h intrpvar.h makedef.pl mg.c objXSUB.h
1319            ! op.c op.h perl.c perlapi.c pod/Makefile pod/buildtoc
1320            ! pod/perl.pod pod/perldelta.pod pod/perlguts.pod
1321            ! pod/perltoc.pod pod/roffitall pp.h scope.h sv.c sv.h thrdvar.h
1322            ! universal.c util.c
1323 ____________________________________________________________________________
1324 [  4914] By: gsar                                  on 2000/01/27  19:43:35
1325         Log: document unimplemented status of forking pipe open() on windows
1326      Branch: perl
1327            ! pod/perlfork.pod t/op/fork.t
1328 ____________________________________________________________________________
1329 [  4913] By: jhi                                   on 2000/01/27  11:18:51
1330         Log: Integrate with Sarathy.
1331      Branch: cfgperl
1332           !> (integrate 51 files)
1333 ____________________________________________________________________________
1334 [  4912] By: jhi                                   on 2000/01/27  10:35:48
1335         Log: Cppsym update continues.
1336      Branch: cfgperl
1337            ! Configure config_h.SH
1338      Branch: metaconfig
1339            ! U/modified/Cppsym.U
1340 ____________________________________________________________________________
1341 [  4911] By: gsar                                  on 2000/01/27  08:04:17
1342         Log: add missing flag in change#4892
1343      Branch: perl
1344            ! win32/win32.c
1345 ____________________________________________________________________________
1346 [  4910] By: gsar                                  on 2000/01/27  03:56:48
1347         Log: various pod nits identified by installhtml (all fixed except
1348              unresolved links)
1349      Branch: perl
1350            ! ext/B/B/C.pm ext/Devel/Peek/Peek.pm ext/File/Glob/Glob.pm
1351            ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/SysV.pm
1352            ! ext/Thread/Thread.pm lib/Class/Struct.pm lib/File/Find.pm
1353            ! lib/File/Spec/VMS.pm lib/Pod/Html.pm lib/UNIVERSAL.pm
1354            ! pod/buildtoc pod/perlcompile.pod pod/perlfork.pod
1355            ! pod/perlre.pod pod/perltoc.pod pod/perltodo.pod
1356 ____________________________________________________________________________
1357 [  4909] By: gsar                                  on 2000/01/26  22:45:28
1358         Log: typo
1359      Branch: perl
1360            ! Porting/p4desc
1361 ____________________________________________________________________________
1362 [  4908] By: gsar                                  on 2000/01/26  22:41:18
1363         Log: update p4 tool
1364      Branch: perl
1365            ! Porting/p4desc
1366 ____________________________________________________________________________
1367 [  4907] By: gsar                                  on 2000/01/26  21:45:41
1368         Log: revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c>
1369              and C<my $foo : a : b : c> are all valid (from Spider Boardman)
1370      Branch: perl
1371            ! lib/AutoSplit.pm lib/SelfLoader.pm lib/attributes.pm
1372            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
1373            ! t/op/attrs.t toke.c
1374 ____________________________________________________________________________
1375 [  4906] By: gsar                                  on 2000/01/26  20:16:39
1376         Log: pod typos and warnings (from Abigail <abigail@delanet.com>)
1377      Branch: perl
1378            ! README.win32 ext/B/B/Deparse.pm lib/Class/Struct.pm
1379 ____________________________________________________________________________
1380 [  4905] By: gsar                                  on 2000/01/26  19:10:26
1381         Log: s/STOP/CHECK/ blocks
1382      Branch: perl
1383            ! embedvar.h ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm intrpvar.h
1384            ! keywords.h keywords.pl lib/constant.pm op.c perl.c perlapi.h
1385            ! perly.c perly.y pod/perldelta.pod pod/perldiag.pod
1386            ! pod/perlfunc.pod pod/perlmod.pod pod/perlrun.pod
1387            ! pod/perlsub.pod pod/perltodo.pod sv.c t/op/misc.t toke.c
1388            ! vms/perly_c.vms
1389 ____________________________________________________________________________
1390 [  4904] By: jhi                                   on 2000/01/26  13:58:18
1391         Log: In UNICOS and UNICOS/mk after a successful fcntl F_SETFL
1392              of O_NONBLOCK a subsequent fcntl F_GETFL will return O_NDELAY.
1393      Branch: cfgperl
1394            ! ext/IO/IO.xs
1395 ____________________________________________________________________________
1396 [  4903] By: jhi                                   on 2000/01/26  11:16:34
1397         Log: Continue cpp symbol update.
1398      Branch: cfgperl
1399            ! Configure config_h.SH
1400      Branch: metaconfig
1401            ! U/modified/Cppsym.U
1402 ____________________________________________________________________________
1403 [  4902] By: gsar                                  on 2000/01/26  09:28:37
1404         Log: tweak exports list on Windows
1405      Branch: perl
1406            ! makedef.pl t/op/fork.t win32/win32.h
1407 ____________________________________________________________________________
1408 [  4901] By: jhi                                   on 2000/01/26  08:05:57
1409         Log: Integrate with Sarathy.
1410      Branch: cfgperl
1411           !> Changes README.win32 lib/File/Path.pm lib/Getopt/Std.pm op.c
1412           !> pod/perldelta.pod pod/perldiag.pod t/op/grep.t
1413           !> t/pragma/strict-vars toke.c win32/Makefile win32/makefile.mk
1414           !> win32/win32.c win32/win32.h
1415 ____________________________________________________________________________
1416 [  4900] By: jhi                                   on 2000/01/26  07:59:05
1417         Log: s/d_nvpresuv/d_nv_preserves_uv/;
1418              plus cosmetic change for #4899.
1419      Branch: cfgperl
1420            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1421            ! config_h.SH
1422      Branch: metaconfig
1423            ! U/modified/Cppsym.U
1424      Branch: metaconfig/U/perl
1425            ! perlxv.U
1426 ____________________________________________________________________________
1427 [  4899] By: jhi                                   on 2000/01/26  07:46:56
1428         Log: Update the scan of the cpp symbols.
1429      Branch: cfgperl
1430            ! Configure config_h.SH
1431      Branch: metaconfig
1432            ! U/modified/Cppsym.U
1433 ____________________________________________________________________________
1434 [  4898] By: gsar                                  on 2000/01/26  04:49:45
1435         Log: allow '--' to terminate argument processing (suggested by
1436              Marc Espie <espie@schutzenberger.liafa.jussieu.fr>)
1437      Branch: perl
1438            ! lib/Getopt/Std.pm
1439 ____________________________________________________________________________
1440 [  4897] By: gsar                                  on 2000/01/26  02:42:38
1441         Log: change#3744 should have made grep more like map instead of the
1442              other way around
1443      Branch: perl
1444            ! t/op/grep.t toke.c
1445 ____________________________________________________________________________
1446 [  4896] By: gsar                                  on 2000/01/26  00:56:14
1447         Log: integrate cfgperl contents into mainline
1448      Branch: perl
1449           +> vos/config.def vos/config.pl
1450            ! Changes
1451           !> Configure MANIFEST config_h.SH hints/unicosmk.sh
1452           !> lib/Benchmark.pm pod/perldelta.pod pod/perlhist.pod pp.c
1453           !> vos/config.h vos/config_h.SH_orig
1454 ____________________________________________________________________________
1455 [  4895] By: gsar                                  on 2000/01/26  00:45:45
1456         Log: fix parse failure of (my $foo : bar) and similar (from Spider
1457              Boardman)
1458      Branch: perl
1459            ! toke.c
1460 ____________________________________________________________________________
1461 [  4894] By: gsar                                  on 2000/01/26  00:33:53
1462         Log: avoid failure if directories already read by rmtree() are
1463              deleted by another process
1464      Branch: perl
1465            ! lib/File/Path.pm
1466 ____________________________________________________________________________
1467 [  4893] By: gsar                                  on 2000/01/25  23:19:18
1468         Log: typo in change#4892
1469      Branch: perl
1470            ! win32/win32.c
1471 ____________________________________________________________________________
1472 [  4892] By: gsar                                  on 2000/01/25  22:16:19
1473         Log: eliminate need for perl95.exe on Windows 9x by working around CRT
1474              bug internally (from Benjamin Stuhl <sho_pi@hotmail.com>); modified
1475              to call the fixed version of open_osfhandle() only on Windows 9x;
1476              updated the makefiles and README.win32 to suit
1477      Branch: perl
1478            ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
1479            ! win32/win32.h
1480 ____________________________________________________________________________
1481 [  4891] By: gsar                                  on 2000/01/25  20:22:01
1482         Log: produce redeclaration warning on C<our $foo; { our $foo; ... }>
1483      Branch: perl
1484            ! op.c pod/perldelta.pod pod/perldiag.pod t/pragma/strict-vars
1485 ____________________________________________________________________________
1486 [  4890] By: gsar                                  on 2000/01/25  19:21:17
1487         Log: update Makefile notes on the now deprecated USE_5005THREADS and
1488              USE_OBJECT
1489      Branch: perl
1490            ! win32/Makefile win32/makefile.mk
1491 ____________________________________________________________________________
1492 [  4889] By: jhi                                   on 2000/01/25  14:44:55
1493         Log: Misedit in #4888.
1494      Branch: cfgperl
1495            ! pp.c
1496 ____________________________________________________________________________
1497 [  4888] By: jhi                                   on 2000/01/25  14:38:59
1498         Log: UNICOS/mk patches.  Removing the _CRAYMPP test may be
1499              rash but it's the best move I can think of right now.
1500              UNICOS/mk doesn't anymore (2.0.4.82) define _CRAYMPP,
1501              but I think it did in the past.
1502              Removing the _CRAYMPP test fixes a legion of pack/unpack
1503              failures (hint: SHORTSIZE=4,INTSIZE=8,LONGSIZE=8).
1504              One subtest, t/lib/io_sock.t #14, is still failing.
1505      Branch: cfgperl
1506            ! Configure config_h.SH hints/unicosmk.sh pp.c
1507      Branch: metaconfig
1508            ! U/modified/Oldconfig.U
1509 ____________________________________________________________________________
1510 [  4887] By: jhi                                   on 2000/01/25  06:13:14
1511         Log: Integrate with Sarathy.
1512      Branch: cfgperl
1513           !> Changes Makefile.SH XSUB.h cflags.SH embed.pl globals.c
1514           !> installperl lib/Pod/Html.pm makedef.pl mg.c objXSUB.h perl.h
1515           !> perlapi.c perlapi.h pod/perldelta.pod pod/perldiag.pod
1516           !> t/io/fs.t win32/Makefile win32/makefile.mk win32/perlhost.h
1517           !> win32/perllib.c win32/win32.c win32/win32.h
1518 ____________________________________________________________________________
1519 [  4886] By: gsar                                  on 2000/01/25  02:54:00
1520         Log: consistently use MAX_PATH+1 buffer sizes
1521      Branch: perl
1522            ! win32/win32.c
1523 ____________________________________________________________________________
1524 [  4885] By: gsar                                  on 2000/01/25  02:51:35
1525         Log: workaround for rename('x','X') bug in Windows NT
1526      Branch: perl
1527            ! t/io/fs.t win32/win32.c
1528 ____________________________________________________________________________
1529 [  4884] By: gsar                                  on 2000/01/25  01:32:57
1530         Log: windows build fixups from uniform DLL name change to perl56.dll
1531      Branch: perl
1532            ! installperl makedef.pl win32/perllib.c
1533 ____________________________________________________________________________
1534 [  4883] By: gsar                                  on 2000/01/25  01:31:27
1535         Log: more fixes for warnings from change#4840
1536      Branch: perl
1537            ! lib/Pod/Html.pm
1538 ____________________________________________________________________________
1539 [  4882] By: gsar                                  on 2000/01/24  15:35:12
1540         Log: assorted little nits
1541      Branch: perl
1542            ! mg.c win32/Makefile win32/makefile.mk win32/perlhost.h
1543            ! win32/win32.c
1544 ____________________________________________________________________________
1545 [  4881] By: gsar                                  on 2000/01/24  14:32:31
1546         Log: add new warnings to perldelta
1547      Branch: perl
1548            ! Changes pod/perldelta.pod pod/perldiag.pod
1549 ____________________________________________________________________________
1550 [  4880] By: jhi                                   on 2000/01/24  14:14:23
1551         Log: From: Stephane Payrard <properler@freesurf.fr>
1552              To: Gurusamy Sarathy <gsar@ActiveState.com>
1553              Cc: perl5-porters@perl.org
1554              Subject: <patch> avoid division by 0 in Benchmark.pm
1555              Date: Mon, 24 Jan 2000 16:15:38 +0100
1556              Message-ID: <20000124161538.A995@freesurf.fr>
1557      Branch: cfgperl
1558            ! lib/Benchmark.pm
1559 ____________________________________________________________________________
1560 [  4879] By: gsar                                  on 2000/01/24  14:14:20
1561         Log: force linkage of the function wrappers for globals in change#4878
1562      Branch: perl
1563            ! embed.pl globals.c perlapi.h win32/win32.h
1564 ____________________________________________________________________________
1565 [  4878] By: gsar                                  on 2000/01/24  13:04:45
1566         Log: enable function wrappers for access to globals under MULTIPLICITY
1567              (provides binary compatibility in the face of changes in interpreter
1568              structure)
1569      Branch: perl
1570            ! Makefile.SH XSUB.h cflags.SH embed.pl makedef.pl objXSUB.h
1571            ! perl.h perlapi.c perlapi.h win32/Makefile win32/makefile.mk
1572 ____________________________________________________________________________
1573 [  4877] By: jhi                                   on 2000/01/24  11:41:57
1574         Log: perlhist update.
1575      Branch: cfgperl
1576            ! pod/perlhist.pod
1577 ____________________________________________________________________________
1578 [  4876] By: jhi                                   on 2000/01/24  11:32:07
1579         Log: Updates on the large file support status.
1580      Branch: cfgperl
1581            ! pod/perldelta.pod
1582 ____________________________________________________________________________
1583 [  4875] By: jhi                                   on 2000/01/24  11:23:16
1584         Log: Integrate with Sarathy.
1585      Branch: cfgperl
1586           !> ext/DB_File/Makefile.PL ext/NDBM_File/NDBM_File.pm
1587           !> ext/ODBM_File/ODBM_File.pm lib/AutoSplit.pm
1588           !> lib/Math/Complex.pm lib/Math/Trig.pm lib/Shell.pm
1589 ____________________________________________________________________________
1590 [  4874] By: gsar                                  on 2000/01/24  10:43:03
1591         Log: fix typos; avoid use constant for lowercase constants (produces
1592              warnings now)
1593      Branch: perl
1594            ! ext/DB_File/Makefile.PL lib/Math/Complex.pm lib/Math/Trig.pm
1595            ! lib/Shell.pm
1596 ____________________________________________________________________________
1597 [  4873] By: gsar                                  on 2000/01/24  09:40:24
1598         Log: avoid warnings when there's no subs to autosplit
1599      Branch: perl
1600            ! lib/AutoSplit.pm
1601 ____________________________________________________________________________
1602 [  4872] By: jhi                                   on 2000/01/24  09:39:01
1603         Log: Create a tool for converting a config_h.SH into a VOS config.h.
1604      Branch: cfgperl
1605            + vos/config.def vos/config.pl
1606            ! MANIFEST vos/config.h vos/config_h.SH_orig
1607 ____________________________________________________________________________
1608 [  4871] By: gsar                                  on 2000/01/24  09:15:20
1609         Log: typos in change#4623
1610      Branch: perl
1611            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
1612 ____________________________________________________________________________
1613 [  4870] By: jhi                                   on 2000/01/24  06:43:19
1614         Log: Sync metaconfig units to comply with the typo fixes of #4869. 
1615      Branch: cfgperl
1616            ! Configure config_h.SH
1617      Branch: metaconfig
1618            + U/modified/cf_email.U U/modified/so.U
1619      Branch: metaconfig/U/perl
1620            ! dlsrc.U
1621 ____________________________________________________________________________
1622 [  4869] By: jhi                                   on 2000/01/24  06:04:31
1623         Log: Integrate with Sarathy.
1624      Branch: cfgperl
1625           +> t/pragma/diagnostics.t
1626           !> (integrate 120 files)
1627 ____________________________________________________________________________
1628 [  4868] By: gsar                                  on 2000/01/23  21:49:28
1629         Log: on windows, set seek position to end for files opened in append mode
1630              (improves compatibility with Unix, avoids buffering issues)
1631      Branch: perl
1632            ! win32/win32.c
1633 ____________________________________________________________________________
1634 [  4867] By: gsar                                  on 2000/01/23  21:19:31
1635         Log: change#4866 was flawed; revert and add better fix for warning
1636      Branch: perl
1637            ! op.c op.h
1638 ____________________________________________________________________________
1639 [  4866] By: gsar                                  on 2000/01/23  20:43:56
1640         Log: optimize away runtime code for our($foo) (also avoid warnings)
1641      Branch: perl
1642            ! op.c
1643 ____________________________________________________________________________
1644 [  4865] By: gsar                                  on 2000/01/23  13:17:18
1645         Log: DB_File 1.72 update from Paul Marquess <paul.marquess@bt.com>
1646      Branch: perl
1647            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1648            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
1649 ____________________________________________________________________________
1650 [  4864] By: gsar                                  on 2000/01/23  13:12:31
1651         Log: system('VAR123=foo cmd') wasn't invoking shell (de-locale-ized patch
1652              suggested by Dominic Dunlop <domo@computer.org>)
1653      Branch: perl
1654            ! doio.c
1655 ____________________________________________________________________________
1656 [  4863] By: gsar                                  on 2000/01/23  13:01:35
1657         Log: fix misclassified warnings
1658      Branch: perl
1659            ! pod/perldiag.pod
1660 ____________________________________________________________________________
1661 [  4862] By: gsar                                  on 2000/01/23  12:52:12
1662         Log: document bareword prototype incompatibility
1663      Branch: perl
1664            ! pod/perldelta.pod pod/perlsub.pod
1665 ____________________________________________________________________________
1666 [  4861] By: gsar                                  on 2000/01/23  12:32:25
1667         Log: faulty edit
1668      Branch: perl
1669            ! lib/File/stat.pm
1670 ____________________________________________________________________________
1671 [  4860] By: gsar                                  on 2000/01/23  12:23:48
1672         Log: s/use vars/our/g modules that aren't independently maintained on CPAN
1673      Branch: perl
1674            ! ext/B/B/Asmdata.pm ext/Data/Dumper/Dumper.pm
1675            ! ext/Devel/DProf/DProf.pm ext/Fcntl/Fcntl.pm
1676            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
1677            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/File.pm
1678            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
1679            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Seekable.pm
1680            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
1681            ! ext/IO/lib/IO/Socket/UNIX.pm ext/NDBM_File/NDBM_File.pm
1682            ! ext/ODBM_File/ODBM_File.pm ext/Opcode/Opcode.pm
1683            ! ext/Opcode/Safe.pm ext/POSIX/POSIX.pm
1684            ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
1685            ! ext/Thread/Thread.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
1686            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Dumpvalue.pm
1687            ! lib/ExtUtils/Command.pm lib/ExtUtils/Install.pm
1688            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Liblist.pm
1689            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Mksymlists.pm
1690            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
1691            ! lib/File/Compare.pm lib/File/Copy.pm lib/File/Find.pm
1692            ! lib/File/Path.pm lib/File/stat.pm lib/FileHandle.pm
1693            ! lib/Math/Complex.pm lib/Math/Trig.pm lib/Net/Ping.pm
1694            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
1695            ! lib/Net/servent.pm lib/Shell.pm lib/Test.pm
1696            ! lib/Test/Harness.pm lib/Tie/Array.pm lib/Tie/Handle.pm
1697            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
1698            ! lib/User/pwent.pm lib/base.pm lib/caller.pm lib/constant.pm
1699            ! lib/diagnostics.pm lib/fields.pm lib/lib.pm lib/strict.pm
1700 ____________________________________________________________________________
1701 [  4859] By: gsar                                  on 2000/01/23  11:29:22
1702         Log: fix diagnostics to report "our" vs "my" correctly
1703      Branch: perl
1704            ! op.c pod/perldiag.pod
1705 ____________________________________________________________________________
1706 [  4858] By: gsar                                  on 2000/01/23  10:14:46
1707         Log: set api_version to 5.5.0 (binary compatibility needs to get tested
1708              more widely)
1709      Branch: perl
1710            ! patchlevel.h
1711 ____________________________________________________________________________
1712 [  4857] By: gsar                                  on 2000/01/23  10:04:03
1713         Log: disallow our($foo::bar)
1714      Branch: perl
1715            ! pod/perldiag.pod toke.c
1716 ____________________________________________________________________________
1717 [  4856] By: gsar                                  on 2000/01/23  09:50:54
1718         Log: dprofpp can't find Devel::DProf::VERSION due to change#4852
1719      Branch: perl
1720            ! utils/dprofpp.PL
1721 ____________________________________________________________________________
1722 [  4855] By: gsar                                  on 2000/01/23  09:36:51
1723         Log: new test (from Michael G Schwern <schwern@pobox.com>)
1724      Branch: perl
1725            + t/pragma/diagnostics.t
1726            ! MANIFEST
1727 ____________________________________________________________________________
1728 [  4854] By: gsar                                  on 2000/01/23  09:24:40
1729         Log: add PREREQ_PM to default template (suggested by Michael G Schwern
1730              <schwern@pobox.com>)
1731      Branch: perl
1732            ! utils/h2xs.PL
1733 ____________________________________________________________________________
1734 [  4853] By: gsar                                  on 2000/01/23  09:08:30
1735         Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
1736      Branch: perl
1737            ! cygwin/Makefile.SHs hints/cygwin.sh t/io/tell.t
1738 ____________________________________________________________________________
1739 [  4852] By: gsar                                  on 2000/01/23  08:52:44
1740         Log: mark some extensions as "special versions" to avoid CPAN indexer
1741              confusion (from Ilya Zakharevich)
1742      Branch: perl
1743            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
1744 ____________________________________________________________________________
1745 [  4851] By: gsar                                  on 2000/01/23  08:48:46
1746         Log: prefer POSIX::uname() rather than syscalls, which require attempting
1747              to load syscall.ph (from David Huggins-Daines <dhd@eradicator.org>)
1748      Branch: perl
1749            ! lib/Sys/Hostname.pm
1750 ____________________________________________________________________________
1751 [  4850] By: gsar                                  on 2000/01/23  08:36:43
1752         Log: integrate cfgperl contents into mainline
1753      Branch: perl
1754           !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
1755           !> Porting/config_H config_h.SH perl.h
1756 ____________________________________________________________________________
1757 [  4849] By: gsar                                  on 2000/01/23  08:17:30
1758         Log: fix localization in while BLOCK when there is a continue BLOCK
1759              by introducing an explicit scope (c.f. change#4848)
1760      Branch: perl
1761            ! op.c pp_ctl.c t/cmd/while.t
1762 ____________________________________________________________________________
1763 [  4848] By: gsar                                  on 2000/01/23  06:43:51
1764         Log: fix scope cleanup when next jumps to a continue block; this is rather
1765              in the nature of a kludge; it doesn't fix the longstanding bug that
1766              makes C<while (!$x++) { local $x = 7 } continue { print $x }> print "7"
1767              instead of "1")
1768      Branch: perl
1769            ! pp_ctl.c t/cmd/while.t
1770 ____________________________________________________________________________
1771 [  4847] By: gsar                                  on 2000/01/23  04:47:25
1772         Log: don't warn about masked lexical in C<if (my $x = 1) { my $x; }>,
1773              C<while (my $x = foo()) { my $x = bar(); }> etc.
1774      Branch: perl
1775            ! op.c
1776 ____________________________________________________________________________
1777 [  4846] By: gsar                                  on 2000/01/23  04:44:17
1778         Log: avoid warnings in change#4839
1779      Branch: perl
1780            ! lib/Carp/Heavy.pm
1781 ____________________________________________________________________________
1782 [  4845] By: gsar                                  on 2000/01/22  13:12:38
1783         Log: Configure typos (from Ray Phillips <r.phillips@mailbox.uq.edu.au>)
1784      Branch: perl
1785            ! Changes Configure
1786 ____________________________________________________________________________
1787 [  4844] By: gsar                                  on 2000/01/22  12:46:26
1788         Log: wrong category for exec() warning
1789      Branch: perl
1790            ! op.c pod/perlop.pod
1791 ____________________________________________________________________________
1792 [  4843] By: gsar                                  on 2000/01/22  12:42:40
1793         Log: fix line continuations in argument lists (from Helmut Jarausch)
1794      Branch: perl
1795            ! lib/ExtUtils/xsubpp
1796 ____________________________________________________________________________
1797 [  4842] By: gsar                                  on 2000/01/22  12:34:39
1798         Log: CGI.pm upgraded to v2.56 from CPAN
1799      Branch: perl
1800            ! eg/cgi/index.html lib/CGI.pm lib/CGI/Apache.pm
1801            ! lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Switch.pm
1802            ! t/lib/cgi-html.t
1803 ____________________________________________________________________________
1804 [  4841] By: gsar                                  on 2000/01/22  12:07:23
1805         Log: avoid warnings due to lack of forward declarations
1806      Branch: perl
1807            ! lib/Pod/Html.pm
1808 ____________________________________________________________________________
1809 [  4840] By: gsar                                  on 2000/01/22  12:04:30
1810         Log: heavy cleanup of Pod::Html bug fixes (from Wolfgang Laun
1811              <wolfgang.laun@alcatel.at>)
1812      Branch: perl
1813            ! lib/Pod/Html.pm
1814 ____________________________________________________________________________
1815 [  4839] By: gsar                                  on 2000/01/22  11:57:24
1816         Log: better Carp reporting within subclassed modules (from Wolfgang Laun
1817              <wolfgang.laun@alcatel.at>)
1818      Branch: perl
1819            ! lib/Carp/Heavy.pm pod/perldelta.pod
1820 ____________________________________________________________________________
1821 [  4838] By: gsar                                  on 2000/01/22  10:53:06
1822         Log: truncate(FH) flushes FH before truncating it
1823      Branch: perl
1824            ! pp_sys.c t/io/fs.t
1825 ____________________________________________________________________________
1826 [  4837] By: gsar                                  on 2000/01/22  10:37:16
1827         Log: #line directives without a filename leave the file name as it was
1828              instead of setting it to the script name (from Andrew Pimlott
1829              <andrew@pimlott.ne.mediaone.net>)
1830      Branch: perl
1831            ! toke.c
1832 ____________________________________________________________________________
1833 [  4836] By: gsar                                  on 2000/01/22  10:06:53
1834         Log: add patch for printf-style format typechecks (from Robin Barker
1835              <rmb1@cise.npl.co.uk>); fixes for problems so identified
1836      Branch: perl
1837            ! XSUB.h doio.c dump.c embed.pl gv.c op.c perl.c perl.h pp_ctl.c
1838            ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c
1839 ____________________________________________________________________________
1840 [  4835] By: gsar                                  on 2000/01/22  08:42:52
1841         Log: From: John Tobey <jtobey@isay.com>
1842              Date: Thu, 16 Dec 1999 20:20:38 -0500
1843              Message-Id: <E11ym4U-0000c7-00@einstein.localnet>
1844              Subject: [ID 19991216.006] [PATCH 5.005_63] Reloading modules that use 'fields'
1845      Branch: perl
1846            ! lib/base.pm lib/fields.pm t/lib/fields.t
1847 ____________________________________________________________________________
1848 [  4834] By: gsar                                  on 2000/01/22  08:08:08
1849         Log: fix deeply nested closures that have no references to lexical in
1850              intervening subs
1851      Branch: perl
1852            ! embed.h embed.pl op.c proto.h t/op/closure.t
1853 ____________________________________________________________________________
1854 [  4833] By: gsar                                  on 2000/01/21  17:04:21
1855         Log: add $VERSION
1856      Branch: perl
1857            ! lib/Text/Soundex.pm lib/Tie/Handle.pm
1858 ____________________________________________________________________________
1859 [  4832] By: gsar                                  on 2000/01/21  16:49:09
1860         Log: fix bug in dumping self-referential scalars
1861      Branch: perl
1862            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
1863            ! t/lib/dumper.t
1864 ____________________________________________________________________________
1865 [  4831] By: jhi                                   on 2000/01/21  09:16:07
1866         Log: Integrate with Sarathy.
1867      Branch: cfgperl
1868           +> t/op/exists_sub.t
1869           !> INSTALL MANIFEST embed.h embed.pl global.sym objXSUB.h op.c
1870           !> op.h perlapi.c pod/perldelta.pod pod/perldiag.pod
1871           !> pod/perlfunc.pod pod/perlop.pod pod/perlvar.pod pp.c pp_hot.c
1872           !> pp_sys.c proto.h sv.c sv.h t/pragma/warn/pp_hot
1873           !> t/pragma/warn/pp_sys util.c utils/h2xs.PL
1874 ____________________________________________________________________________
1875 [  4830] By: gsar                                  on 2000/01/21  04:28:08
1876         Log: patch to report warnings on bogus filehandles passed to flock(),
1877              more consistent warnings, from Greg Bacon <gbacon@itsc.uah.edu>
1878              (slightly modified)
1879      Branch: perl
1880            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
1881            ! pod/perldiag.pod pp_hot.c pp_sys.c proto.h
1882            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
1883 ____________________________________________________________________________
1884 [  4829] By: gsar                                  on 2000/01/21  03:43:46
1885         Log: typo fix
1886      Branch: perl
1887            ! pod/perlop.pod
1888 ____________________________________________________________________________
1889 [  4828] By: gsar                                  on 2000/01/21  03:32:31
1890         Log: notes about $^H and %^H from Ilya Zakharevich; substantial
1891              fixups of faulty facts and prose
1892      Branch: perl
1893            ! pod/perlvar.pod
1894 ____________________________________________________________________________
1895 [  4827] By: gsar                                  on 2000/01/21  01:45:51
1896         Log: support for C<exists &func> (from Spider Boardman)
1897      Branch: perl
1898            + t/op/exists_sub.t
1899            ! MANIFEST op.c op.h pod/perldelta.pod pod/perldiag.pod
1900            ! pod/perlfunc.pod pp.c
1901 ____________________________________________________________________________
1902 [  4826] By: gsar                                  on 2000/01/21  01:35:46
1903         Log: mention the fact that open(my $foo, ...) covers all handle
1904              constructors
1905      Branch: perl
1906            ! pod/perldelta.pod
1907 ____________________________________________________________________________
1908 [  4825] By: gsar                                  on 2000/01/21  01:03:34
1909         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1910              Date: Wed, 19 Jan 2000 15:05:11 -0500
1911              Message-ID: <20000119150511.A22859@monk.mps.ohio-state.edu>
1912              Subject: [PATCH 5.005_63] h2xs goof and a depessimization
1913      Branch: perl
1914            ! utils/h2xs.PL
1915 ____________________________________________________________________________
1916 [  4824] By: gsar                                  on 2000/01/20  19:14:26
1917         Log: INSTALL updates from Andy Dougherty
1918      Branch: perl
1919            ! INSTALL
1920 ____________________________________________________________________________
1921 [  4823] By: gsar                                  on 2000/01/20  08:40:13
1922         Log: sv_true() has a superfluous test
1923      Branch: perl
1924            ! sv.c sv.h
1925 ____________________________________________________________________________
1926 [  4822] By: bailey                                on 2000/01/20  02:03:35
1927         Log: Minor cosmetic updates
1928      Branch: vmsperl
1929            ! configure.com
1930 ____________________________________________________________________________
1931 [  4821] By: bailey                                on 2000/01/20  00:25:30
1932         Log: Quick integration of mainline changes to date
1933      Branch: vmsperl
1934           +> (branch 74 files)
1935            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu epoc/config.h
1936            - epoc/perl.mmp epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
1937            - lib/Pod/PlainText.pm lib/unicode/Eq/Latin1
1938            - lib/unicode/Eq/Unicode lib/unicode/Jamo-2.txt
1939            - lib/unicode/Unicode.html lib/unicode/UnicodeData-Latest.txt
1940            - lib/warning.pm os2/POSIX.mkfifo warning.h
1941           !> (integrate 462 files)
1942 ____________________________________________________________________________
1943 [  4820] By: jhi                                   on 2000/01/19  22:46:42
1944         Log: More robust inc_version_list from Andy.
1945      Branch: cfgperl
1946            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1947            ! config_h.SH
1948      Branch: metaconfig
1949            ! U/installdirs/inc_version_list.U
1950 ____________________________________________________________________________
1951 [  4819] By: jhi                                   on 2000/01/19  17:36:56
1952         Log: Add NV_PRESERVES_UV.
1953      Branch: cfgperl
1954            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1955            ! config_h.SH perl.h
1956      Branch: metaconfig
1957            ! U/protos/selecttype.U
1958      Branch: metaconfig/U/perl
1959            - nvpresuv.U
1960            ! perlxv.U
1961 ____________________________________________________________________________
1962 [  4818] By: jhi                                   on 2000/01/19  08:13:05
1963         Log: Integrate with Sarathy.
1964      Branch: cfgperl
1965           !> Changes Configure win32/config.bc win32/config.gc
1966           !> win32/config.vc win32/config_H.bc win32/config_H.gc
1967           !> win32/config_H.vc
1968 ____________________________________________________________________________
1969 [  4817] By: gsar                                  on 2000/01/19  05:25:43
1970         Log: regen win32/config*
1971      Branch: perl
1972            ! Configure win32/config.bc win32/config.gc win32/config.vc
1973            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1974 ____________________________________________________________________________
1975 [  4816] By: jhi                                   on 2000/01/18  21:19:10
1976         Log: Policy patch from Andy for installation directories,
1977              removing the $apiversion.
1978      Branch: cfgperl
1979            ! Policy_sh.SH
1980 ____________________________________________________________________________
1981 [  4815] By: jhi                                   on 2000/01/18  21:11:03
1982         Log: Move _GNU_SOURCE into config_h.SH awaay from Configure
1983              as suggested by Andy.
1984      Branch: cfgperl
1985            ! Configure config_h.SH
1986      Branch: metaconfig
1987            ! U/compline/d_gnulibc.U U/modified/cc.U
1988 ____________________________________________________________________________
1989 [  4814] By: gsar                                  on 2000/01/18  20:48:10
1990         Log: integrate cfgperl changes into mainline
1991      Branch: perl
1992            ! Changes
1993           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
1994           !> Porting/pumpkin.pod config_h.SH doop.c patchlevel.h perl.c
1995           !> perl.h t/lib/posix.t t/op/pack.t utf8.c
1996 ____________________________________________________________________________
1997 [  4813] By: jhi                                   on 2000/01/18  19:41:33
1998         Log: metaconfig todo note from Andy.
1999      Branch: cfgperl
2000            ! Configure config_h.SH
2001      Branch: metaconfig
2002            ! U/installdirs/inc_version_list.U
2003 ____________________________________________________________________________
2004 [  4812] By: jhi                                   on 2000/01/18  15:02:55
2005         Log: More -V.
2006      Branch: cfgperl
2007            ! perl.c
2008 ____________________________________________________________________________
2009 [  4811] By: jhi                                   on 2000/01/18  10:35:30
2010         Log: More compile-time options shown with -V.
2011      Branch: cfgperl
2012            ! perl.c
2013 ____________________________________________________________________________
2014 [  4810] By: jhi                                   on 2000/01/17  08:35:49
2015         Log: Add -D_GNU_SOURCE into ccflags for gcc (for now to expose
2016              the strtold() and qgcvt() prototypes for long doubles, but
2017              it should be okay in any case); fix bad assumptions in the
2018              test suite about string->float conversions; though the out
2019              parameter of strtold() (and strtoll()) is unused, it is nicer
2020              to have it in correct type.
2021      Branch: cfgperl
2022            ! Configure config_h.SH perl.h t/lib/posix.t t/op/pack.t
2023      Branch: metaconfig
2024            ! U/modified/cc.U
2025 ____________________________________________________________________________
2026 [  4809] By: jhi                                   on 2000/01/16  19:21:18
2027         Log: strtoll works better ternary.
2028      Branch: cfgperl
2029            ! perl.h
2030 ____________________________________________________________________________
2031 [  4808] By: jhi                                   on 2000/01/16  19:12:58
2032         Log: Know strtoll.
2033      Branch: cfgperl
2034            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2035            ! config_h.SH perl.h
2036 ____________________________________________________________________________
2037 [  4807] By: jhi                                   on 2000/01/16  17:57:03
2038         Log: Integrate with Sarathy.
2039      Branch: cfgperl
2040           !> dump.c gv.c gv.h lib/vars.pm op.c op.h perl.h pod/perlfunc.pod
2041           !> sv.c sv.h t/pragma/strict-vars toke.c util.c
2042 ____________________________________________________________________________
2043 [  4806] By: jhi                                   on 2000/01/16  16:37:47
2044         Log: Continue qgcvt work; closer now but not yet there.
2045      Branch: cfgperl
2046            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2047            ! config_h.SH doop.c utf8.c
2048      Branch: metaconfig
2049            ! U/compline/d_gconvert.U
2050      Branch: metaconfig/U/perl
2051            ! d_qgcvt.U
2052 ____________________________________________________________________________
2053 [  4805] By: jhi                                   on 2000/01/15  22:26:16
2054         Log: Metaconfig and Porting patches from Andy; start using the new
2055              long long and long double thingies from #4804; regen Configure.
2056      Branch: cfgperl
2057            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2058            ! Porting/pumpkin.pod config_h.SH patchlevel.h perl.h util.c
2059      Branch: metaconfig
2060            + U/dist_patches/dist-p70a U/dist_patches/dist-p70b
2061            + U/dist_patches/dist-p70c U/installdirs/inc_version_list.U
2062            + U/modified/myhostname.U U/modified/nis.U U/nullified/fpu.U
2063            + U/nullified/lib.U
2064            ! U/README U/compline/d_gconvert.U U/installdirs/sitearch.U
2065            ! U/installdirs/sitelib.U U/installdirs/vendorarch.U
2066            ! U/installdirs/vendorlib.U U/modified/Cppsym.U U/modified/Loc.U
2067            ! U/modified/Oldconfig.U U/modified/Signal.U
2068            ! U/modified/sig_name.U U/threads/usethreads.U
2069      Branch: metaconfig/U/perl
2070            ! d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
2071            ! d_strtouq.U dlsrc.U i_db.U libperl.U patchlevel.U
2072            ! usemultiplicity.U
2073      Branch: perl
2074            ! perl.h util.c
2075 ____________________________________________________________________________
2076 [  4804] By: jhi                                   on 2000/01/14  14:22:24
2077         Log: Add more quad/long long/long double sciency.
2078      Branch: metaconfig/U/perl
2079            + d_qgcvt.U d_strtold.U d_strtoll.U d_strtoq.U d_strtoull.U
2080            + d_strtouq.U
2081 ____________________________________________________________________________
2082 [  4803] By: gsar                                  on 2000/01/14  04:40:49
2083         Log: minor optimization (avoid double sv_upgrade() for "our Foo $bar;")
2084      Branch: perl
2085            ! op.c
2086 ____________________________________________________________________________
2087 [  4802] By: gsar                                  on 2000/01/14  04:35:55
2088         Log: add note about "our"
2089      Branch: perl
2090            ! lib/vars.pm
2091 ____________________________________________________________________________
2092 [  4801] By: gsar                                  on 2000/01/14  04:16:51
2093         Log: nailed "our" declarations, and better warnings on duplicate
2094              "our" declarations
2095      Branch: perl
2096            ! dump.c gv.c gv.h op.c pod/perlfunc.pod sv.c sv.h
2097            ! t/pragma/strict-vars toke.c
2098 ____________________________________________________________________________
2099 [  4800] By: gsar                                  on 2000/01/14  01:27:13
2100         Log: avoid spurious "Useless use of variable" warning on C<our $foo;>
2101      Branch: perl
2102            ! dump.c op.c op.h
2103 ____________________________________________________________________________
2104 [  4799] By: gsar                                  on 2000/01/14  01:17:15
2105         Log: doc typo
2106      Branch: perl
2107            ! pod/perlfunc.pod
2108 ____________________________________________________________________________
2109 [  4798] By: jhi                                   on 2000/01/13  16:31:34
2110         Log: Integrate with Sarathy.
2111      Branch: cfgperl
2112           +> epoc/config.sh epoc/epocish.c epoc/link.pl
2113           +> ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/hints/openbsd.pl
2114           +> ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
2115           +> ext/ODBM_File/hints/cygwin.pl lib/byte.pm lib/byte_heavy.pl
2116           +> lib/unicode/Unicode.300 pod/perlfork.pod t/lib/glob-case.t
2117           +> win32/perlhost.h win32/vdir.h win32/vmem.h
2118            - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
2119            - epoc/perl.pkg ext/DynaLoader/dl_cygwin.xs
2120            - lib/unicode/UnicodeData-Latest.txt os2/POSIX.mkfifo
2121           !> (integrate 282 files)
2122 ____________________________________________________________________________
2123 [  4797] By: gsar                                  on 2000/01/13  08:12:56
2124         Log: clearer docs for change#4796; faster av_exists()
2125      Branch: perl
2126            ! av.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
2127 ____________________________________________________________________________
2128 [  4796] By: gsar                                  on 2000/01/13  06:49:03
2129         Log: support delete() and exists() on array, tied array, and pseudo-hash
2130              elements or slices
2131      Branch: perl
2132            ! av.c embed.h embed.pl global.sym lib/Tie/Array.pm
2133            ! lib/Tie/Hash.pm objXSUB.h op.c perlapi.c pod/perldelta.pod
2134            ! pod/perlfunc.pod pod/perlref.pod pod/perltie.pod pp.c proto.h
2135            ! t/op/avhv.t t/op/delete.t
2136 ____________________________________________________________________________
2137 [  4795] By: gsar                                  on 2000/01/11  20:52:30
2138         Log: extend site_perl changes change#4773 to vendor_perl as well
2139      Branch: perl
2140            ! Configure
2141 ____________________________________________________________________________
2142 [  4794] By: gsar                                  on 2000/01/11  19:18:50
2143         Log: rework INSTALL to reflect new logic for versioning sitelibs
2144      Branch: perl
2145            ! INSTALL
2146 ____________________________________________________________________________
2147 [  4793] By: gsar                                  on 2000/01/11  01:44:00
2148         Log: test for change#4792
2149      Branch: perl
2150            ! t/op/fork.t
2151 ____________________________________________________________________________
2152 [  4792] By: gsar                                  on 2000/01/11  01:22:36
2153         Log: pseudo forked children inherit environment correctly
2154      Branch: perl
2155            ! win32/perlhost.h
2156 ____________________________________________________________________________
2157 [  4791] By: gsar                                  on 2000/01/10  19:14:03
2158         Log: test tweak
2159      Branch: perl
2160            ! t/op/fork.t
2161 ____________________________________________________________________________
2162 [  4790] By: gsar                                  on 2000/01/10  18:56:16
2163         Log: check for USE_ITHREADS sanity was too restrictive
2164      Branch: perl
2165            ! perl.h
2166 ____________________________________________________________________________
2167 [  4789] By: gsar                                  on 2000/01/10  18:30:24
2168         Log: add workaround for textmode read() bug in MSVCRT; make chdir() do
2169              a real SetCurrentDirectory() in toplevel host
2170      Branch: perl
2171            ! README.win32 win32/Makefile win32/makefile.mk win32/perlhost.h
2172            ! win32/vdir.h win32/win32.c
2173 ____________________________________________________________________________
2174 [  4782] By: gsar                                  on 2000/01/10  05:27:03
2175         Log: EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)
2176      Branch: perl
2177            + epoc/config.sh epoc/epocish.c epoc/link.pl
2178            - epoc/Config.pm epoc/autosplit.pl epoc/config.h epoc/perl.mmp
2179            - epoc/perl.pkg
2180            ! MANIFEST README.epoc epoc/createpkg.pl epoc/epoc.c
2181            ! epoc/epoc_stubs.c epoc/epocish.h ext/IO/lib/IO/Socket.pm
2182            ! lib/Sys/Hostname.pm
2183 ____________________________________________________________________________
2184 [  4781] By: gsar                                  on 2000/01/10  05:11:03
2185         Log: pod typos (from Abigail <abigail@delanet.com>)
2186      Branch: perl
2187            ! pod/perl.pod pod/perllexwarn.pod pod/perlxstut.pod
2188 ____________________________________________________________________________
2189 [  4780] By: gsar                                  on 2000/01/10  05:07:35
2190         Log: failing RE test added (from Robert Cunningham <rkc@ll.mit.edu>)
2191      Branch: perl
2192            ! t/lib/thread.t
2193 ____________________________________________________________________________
2194 [  4779] By: gsar                                  on 2000/01/10  05:06:16
2195         Log: terminate -s switch processing only on C<-->, not on C<--foo>
2196      Branch: perl
2197            ! perl.c
2198 ____________________________________________________________________________
2199 [  4778] By: gsar                                  on 2000/01/10  04:38:45
2200         Log: useithreads needs usemultiplicity
2201      Branch: perl
2202            ! Configure perl.h
2203 ____________________________________________________________________________
2204 [  4777] By: gsar                                  on 2000/01/10  01:18:04
2205         Log: use $Config{version} rather than $] where appropriate
2206      Branch: perl
2207            ! lib/CPAN.pm lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Unix.pm
2208            ! lib/ExtUtils/Mksymlists.pm lib/Pod/Man.pm lib/diagnostics.pm
2209            ! lib/lib.pm
2210 ____________________________________________________________________________
2211 [  4776] By: gsar                                  on 2000/01/10  00:11:34
2212         Log: enable fork.t on windows
2213      Branch: perl
2214            ! t/op/fork.t
2215 ____________________________________________________________________________
2216 [  4775] By: gsar                                  on 2000/01/10  00:07:29
2217         Log: broken test for use5005threads
2218      Branch: perl
2219            ! t/lib/safe2.t
2220 ____________________________________________________________________________
2221 [  4774] By: gsar                                  on 2000/01/09  23:56:37
2222         Log: more windows build tweaks
2223      Branch: perl
2224            ! installperl makedef.pl win32/Makefile win32/config_H.bc
2225            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
2226            ! win32/makefile.mk
2227 ____________________________________________________________________________
2228 [  4773] By: gsar                                  on 2000/01/09  22:27:19
2229         Log: more changes for new-style version numbers (versions numbers on
2230              the filesystem look like 5.5.640, except on DOS-DJGPP and VMS where
2231              they look like 5_5_640; delete @Config{pm_apiversion,xs_apiversion};
2232              split $Config{apiversion} into three, @Config{apirevision,apiversion,
2233              apisubversion} for CPP friendliness; $Config{sitelib} now defaults
2234              to .../site_perl/$version, just like $Config{privlib}, making sitelib
2235              completely independent across versions and substantially eliminating
2236              chances of breaking older installations by overwriting newly built
2237              extensions; all this means compatibility inclusions for @INC will need
2238              to take into account older sitelib versions (this still TODO)
2239              
2240              windows, vms, dos tweaks for the above
2241      Branch: perl
2242            ! Changes Configure INSTALL Porting/config.sh Porting/config_H
2243            ! config_h.SH configure.com dosish.h installman installperl
2244            ! patchlevel.h perl.c perl.h vms/vmsish.h win32/Makefile
2245            ! win32/config.bc win32/config.gc win32/config.vc
2246            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2247            ! win32/config_h.PL win32/config_sh.PL win32/makefile.mk
2248            ! win32/win32.c
2249 ____________________________________________________________________________
2250 [  4772] By: gsar                                  on 2000/01/09  19:05:33
2251         Log: s/usethreads/use5005threads/g
2252      Branch: perl
2253            ! myconfig.SH t/lib/english.t t/lib/thread.t t/op/nothread.t
2254 ____________________________________________________________________________
2255 [  4771] By: gsar                                  on 2000/01/09  18:51:50
2256         Log: Configure changes for new-style version numbers (from Andy Dougherty,
2257              slightly altered)
2258      Branch: perl
2259            ! Configure INSTALL Porting/Glossary Porting/config.sh
2260            ! Porting/config_H config_h.SH perl.h win32/Makefile
2261            ! win32/config.bc win32/config.gc win32/config.vc
2262            ! win32/makefile.mk
2263 ____________________________________________________________________________
2264 [  4770] By: gsar                                  on 2000/01/07  22:18:54
2265         Log: fix for 'make utest' failures (from Ilya Zakharevich)
2266      Branch: perl
2267            ! regexec.c
2268 ____________________________________________________________________________
2269 [  4769] By: gsar                                  on 2000/01/07  18:23:16
2270         Log: cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
2271      Branch: perl
2272            + ext/IPC/SysV/hints/cygwin.pl ext/NDBM_File/hints/cygwin.pl
2273            + ext/ODBM_File/hints/cygwin.pl
2274            ! Configure INSTALL MANIFEST ext/POSIX/Makefile.PL
2275            ! hints/cygwin.sh installman installperl lib/Cwd.pm
2276            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec/Unix.pm lib/perl5db.pl
2277            ! perlsdio.h t/op/magic.t t/op/stat.t utils/perlcc.PL
2278 ____________________________________________________________________________
2279 [  4768] By: gsar                                  on 2000/01/07  18:12:15
2280         Log: typo on h2xs.PL (from Helmut Jarausch)
2281      Branch: perl
2282            ! utils/h2xs.PL
2283 ____________________________________________________________________________
2284 [  4767] By: gsar                                  on 2000/01/07  17:58:45
2285         Log: VMS update (from Peter Prymmer <pvhp@forte.com>)
2286      Branch: perl
2287            ! README.vms configure.com vms/subconfigure.com
2288 ____________________________________________________________________________
2289 [  4766] By: gsar                                  on 2000/01/07  17:54:05
2290         Log: os2/POSIX.mkfifo not needed (from Yitzchak Scott-Thoennes
2291              <sthoenna@efn.org>)
2292      Branch: perl
2293            - os2/POSIX.mkfifo
2294            ! MANIFEST README.os2
2295 ____________________________________________________________________________
2296 [  4765] By: gsar                                  on 2000/01/06  20:11:46
2297         Log: add workaround for dlopen() bug on OpenBSD (relative paths that
2298              match /^lib/ won't load properly)
2299      Branch: perl
2300            + ext/DynaLoader/hints/openbsd.pl
2301            ! Changes MANIFEST ext/DynaLoader/dl_dlopen.xs
2302 ____________________________________________________________________________
2303 [  4764] By: gsar                                  on 2000/01/06  19:51:08
2304         Log: add undocumented globals for compatibility--find.pl, and find2perl
2305              generated code need them (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
2306      Branch: perl
2307            ! lib/File/Find.pm
2308 ____________________________________________________________________________
2309 [  4763] By: gsar                                  on 2000/01/06  10:51:07
2310         Log: fix various C-backend shenanigans
2311      Branch: perl
2312            ! ext/B/B/C.pm
2313 ____________________________________________________________________________
2314 [  4762] By: gsar                                  on 2000/01/06  04:09:00
2315         Log: tweak test in change#4757 for Windows
2316      Branch: perl
2317            ! t/io/open.t
2318 ____________________________________________________________________________
2319 [  4761] By: gsar                                  on 2000/01/06  02:55:30
2320         Log: USE_ITHREADS tweak (reused pad values could be SvREADONLY if
2321              they belonged to freed OP_CONSTs)
2322      Branch: perl
2323            ! op.c
2324 ____________________________________________________________________________
2325 [  4760] By: gsar                                  on 2000/01/06  00:22:40
2326         Log: constant ranges could escape bareword check in list context
2327      Branch: perl
2328            ! op.c t/pragma/strict-subs
2329 ____________________________________________________________________________
2330 [  4759] By: gsar                                  on 2000/01/05  20:52:50
2331         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2332              Date: Wed, 05 Jan 2000 15:23:18 EST
2333              Message-Id: <20000105152318.A7400@monk.mps.ohio-state.edu>
2334              Subject: Re: minimal m//g matches appear busted
2335      Branch: perl
2336            ! regexec.c t/op/pat.t
2337 ____________________________________________________________________________
2338 [  4758] By: gsar                                  on 2000/01/05  12:49:40
2339         Log: various nits identified by warnings unmasked by recent changes
2340      Branch: perl
2341            ! ext/B/Makefile.PL lib/ExtUtils/Install.pm pod/perlfunc.pod
2342 ____________________________________________________________________________
2343 [  4757] By: gsar                                  on 2000/01/05  12:48:10
2344         Log: severe bugs in change#3786 fixed
2345      Branch: perl
2346            ! doio.c t/io/open.t
2347 ____________________________________________________________________________
2348 [  4756] By: gsar                                  on 2000/01/05  11:25:10
2349         Log: tweak change#4745 to make ebcdic output match for chars <= 037
2350      Branch: perl
2351            ! ext/Data/Dumper/Dumper.pm
2352 ____________________________________________________________________________
2353 [  4755] By: gsar                                  on 2000/01/05  06:56:05
2354         Log: cygwin support tweaks (from Eric Fifer <EFifer@sanwaint.com>)
2355      Branch: perl
2356            ! Configure util.c utils/perlcc.PL
2357 ____________________________________________________________________________
2358 [  4754] By: gsar                                  on 2000/01/05  06:52:25
2359         Log: avoid expensive Version_check (from Andreas Koenig)
2360      Branch: perl
2361            ! Changes lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
2362            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
2363 ____________________________________________________________________________
2364 [  4753] By: gsar                                  on 2000/01/05  06:48:22
2365         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
2366              Date: 03 Jan 2000 21:56:02 +0100
2367              Message-ID: <sfcvh5azxgd.fsf@hohenstaufen.in-berlin.de>
2368              Subject: Reloading File::Copy
2369      Branch: perl
2370            ! Changes lib/File/Copy.pm t/lib/filecopy.t
2371 ____________________________________________________________________________
2372 [  4752] By: gsar                                  on 2000/01/04  01:19:20
2373         Log: s/USE_TEXTMODE_SCRIPTS/PERL_TEXTMODE_SCRIPTS/g
2374      Branch: perl
2375            ! win32/Makefile win32/makefile.mk win32/win32.h
2376 ____________________________________________________________________________
2377 [  4751] By: gsar                                  on 2000/01/03  18:26:08
2378         Log: avoid using (custom) autoloader in MakeMaker (from Andreas Koenig)
2379      Branch: perl
2380            ! lib/ExtUtils/MakeMaker.pm
2381 ____________________________________________________________________________
2382 [  4750] By: gsar                                  on 2000/01/02  21:58:02
2383         Log: make DProf look at $ENV{PERL_DPROF_OUT_FILE_NAME} to make it possible
2384              to write to a file other than tmon.out (suggested by Haakon Alstadheim
2385              <Haakon.Alstadheim@sds.no>)
2386      Branch: perl
2387            ! ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.xs
2388 ____________________________________________________________________________
2389 [  4749] By: gsar                                  on 2000/01/02  21:37:29
2390         Log: disable optimization in change#3612 for join() and quotemeta()--this
2391              removes all the gross hacks for the special cases in that change; fix
2392              pp_concat() for when TARG == arg (modified version of patch suggested
2393              by Ilya Zakharevich)
2394      Branch: perl
2395            ! op.c opcode.h opcode.pl pp_hot.c sv.c t/op/lex_assign.t
2396 ____________________________________________________________________________
2397 [  4748] By: gsar                                  on 2000/01/02  20:26:06
2398         Log: MakeMaker should attempt to "require" rather than "use" prerequisites
2399              to avoid imports (from Michael G Schwern <schwern@pobox.com>)
2400      Branch: perl
2401            ! lib/ExtUtils/MakeMaker.pm
2402 ____________________________________________________________________________
2403 [  4747] By: gsar                                  on 2000/01/02  20:17:36
2404         Log: fix 4-arg substr() when used as argument to subroutine
2405      Branch: perl
2406            ! pp.c t/op/substr.t
2407 ____________________________________________________________________________
2408 [  4746] By: gsar                                  on 2000/01/02  18:45:58
2409         Log: usethreads build fixups for NeXTstep (as suggested by Hans Mulder)
2410      Branch: perl
2411            ! embed.h embed.pl ext/DynaLoader/dl_beos.xs
2412            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
2413            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
2414            ! perlapi.c proto.h thread.h util.c
2415 ____________________________________________________________________________
2416 [  4745] By: gsar                                  on 2000/01/02  18:15:44
2417         Log: ebcdic fix for Data::Dumper from Peter Prymmer
2418      Branch: perl
2419            ! ext/Data/Dumper/Dumper.pm regcomp.c
2420 ____________________________________________________________________________
2421 [  4744] By: gsar                                  on 1999/12/31  22:42:23
2422         Log: missing files in previous submit
2423      Branch: perl
2424            ! embed.h embed.pl ext/Devel/DProf/DProf.xs globals.c
2425            ! lib/ExtUtils/MM_Unix.pm objXSUB.h perlapi.c proto.h
2426 ____________________________________________________________________________
2427 [  4743] By: gsar                                  on 1999/12/31  06:47:18
2428         Log: various Windows build tweaks
2429      Branch: perl
2430            ! win32/win32.h
2431 ____________________________________________________________________________
2432 [  4742] By: gsar                                  on 1999/12/30  21:32:36
2433         Log: change#4705 breaks code that interpolates $], so leave string value
2434              of $] as it was for compatibility (and perhaps introduce $^V or similar
2435              for the utf8 representation, maybe?)
2436      Branch: perl
2437            ! configpm gv.c
2438 ____________________________________________________________________________
2439 [  4741] By: gsar                                  on 1999/12/30  19:36:21
2440         Log: avoid CRLF in byteloadable files created by perlcc
2441      Branch: perl
2442            ! utils/perlcc.PL
2443 ____________________________________________________________________________
2444 [  4740] By: gsar                                  on 1999/12/30  19:35:07
2445         Log: leave DATA open in binmode if __END__ line doesn't have CRLF
2446      Branch: perl
2447            ! pod/perldelta.pod toke.c
2448 ____________________________________________________________________________
2449 [  4739] By: gsar                                  on 1999/12/30  05:44:21
2450         Log: enable the PERL_BINMODE_SCRIPTS behavior by default on Windows
2451              to allow ByteLoader to work; the DATA filehandles continue to
2452              be left open in text mode for compatibility
2453      Branch: perl
2454            ! embed.h embed.pl objXSUB.h pod/perldelta.pod proto.h sv.c
2455            ! toke.c win32/Makefile win32/makefile.mk win32/win32.c
2456            ! win32/win32.h
2457 ____________________________________________________________________________
2458 [  4738] By: gsar                                  on 1999/12/30  04:36:12
2459         Log: CR-LF support broken for formats
2460      Branch: perl
2461            ! toke.c
2462 ____________________________________________________________________________
2463 [  4737] By: gsar                                  on 1999/12/29  22:30:52
2464         Log: make DProf functional under pseudo-fork()
2465      Branch: perl
2466            ! ext/Devel/DProf/DProf.xs
2467 ____________________________________________________________________________
2468 [  4736] By: gsar                                  on 1999/12/29  21:04:59
2469         Log: slurp mode fix in change#2910 wasn't quite right (spotted by Hans
2470              Mulder)
2471      Branch: perl
2472            ! doio.c pp_hot.c t/io/argv.t
2473 ____________________________________________________________________________
2474 [  4735] By: gsar                                  on 1999/12/29  18:12:40
2475         Log: re.pm is needed earlier, xsubpp now uses it (spotted by Andreas
2476              Koenig)
2477      Branch: perl
2478            ! Makefile.SH
2479 ____________________________________________________________________________
2480 [  4734] By: gsar                                  on 1999/12/28  21:10:37
2481         Log: Windows build tweaks
2482      Branch: perl
2483            ! INTERN.h sv.c
2484 ____________________________________________________________________________
2485 [  4733] By: gsar                                  on 1999/12/28  20:45:15
2486         Log: remove never-taken branch for making getc() operate on ARGV (spotted 
2487              by Ralph Corderoy <ralph@inputplus.demon.co.uk>)
2488      Branch: perl
2489            ! pp_sys.c
2490 ____________________________________________________________________________
2491 [  4732] By: gsar                                  on 1999/12/28  20:42:13
2492         Log: tests for change#4642 and pod fixups suggested by Ralph Corderoy
2493              <ralph@inputplus.demon.co.uk>
2494      Branch: perl
2495            ! pod/perldelta.pod pod/perlfunc.pod pod/perlre.pod t/io/argv.t
2496 ____________________________________________________________________________
2497 [  4731] By: gsar                                  on 1999/12/28  20:23:17
2498         Log: optimize XSUBs to use targets if the -nooptimize xsubpp option is
2499              not supplied (variant of patch suggested by Ilya Zakharevich)
2500      Branch: perl
2501            ! XSUB.h lib/ExtUtils/xsubpp
2502 ____________________________________________________________________________
2503 [  4730] By: gsar                                  on 1999/12/28  19:55:56
2504         Log: range operator does magical string increment iff both operands
2505              are non-numbers, from Tom Phoenix <rootbeer@redcat.com>; fixed
2506              the "foreach (RANGE)" case as well
2507      Branch: perl
2508            ! pp_ctl.c t/op/range.t
2509 ____________________________________________________________________________
2510 [  4729] By: gsar                                  on 1999/12/28  18:40:19
2511         Log: Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail.com>
2512      Branch: perl
2513            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
2514            ! EXTERN.h INTERN.h MANIFEST README.win32 iperlsys.h
2515            ! lib/ExtUtils/MM_Win32.pm makedef.pl win32/Makefile
2516            ! win32/config.gc win32/genmk95.pl win32/makefile.mk
2517            ! win32/perlhost.h win32/perllib.c win32/runperl.c win32/win32.c
2518            ! win32/win32.h
2519 ____________________________________________________________________________
2520 [  4728] By: gsar                                  on 1999/12/28  07:44:19
2521         Log: typecasts needed
2522      Branch: perl
2523            ! toke.c
2524 ____________________________________________________________________________
2525 [  4727] By: gsar                                  on 1999/12/28  06:23:08
2526         Log: change#4721 needed line number adjustments
2527      Branch: perl
2528            ! MANIFEST global.sym proto.h t/pragma/warn/doop
2529            ! t/pragma/warn/pp t/pragma/warn/regcomp t/pragma/warn/sv
2530            ! t/pragma/warn/toke t/pragma/warn/utf8
2531 ____________________________________________________________________________
2532 [  4726] By: gsar                                  on 1999/12/28  04:18:15
2533         Log: integrate utfperl contents into mainline
2534      Branch: perl
2535           +> lib/byte.pm lib/byte_heavy.pl
2536           !> configpm embed.h embed.pl embedvar.h gv.c intrpvar.h objXSUB.h
2537           !> patchlevel.h perl.c perl.h perlapi.c pp_ctl.c pp_hot.c proto.h
2538           !> regnodes.h sv.c sv.h t/comp/require.t toke.c utf8.h
2539 ____________________________________________________________________________
2540 [  4725] By: gsar                                  on 1999/12/28  04:08:09
2541         Log: integrate mainline contents
2542      Branch: utfperl
2543            - ext/DynaLoader/dl_cygwin.xs lib/unicode/Eq/Latin1
2544            - lib/unicode/Eq/Unicode
2545           !> (integrate 60 files)
2546 ____________________________________________________________________________
2547 [  4724] By: gsar                                  on 1999/12/28  03:44:10
2548         Log: fix for /(^|a)b/ breakage from Ilya Zakharevich
2549      Branch: perl
2550            ! regcomp.c t/op/re_tests
2551 ____________________________________________________________________________
2552 [  4723] By: gsar                                  on 1999/12/28  03:28:39
2553         Log: more ebcdic testsuite fixups (from Peter Prymmer)
2554      Branch: perl
2555            ! Changes lib/bigfloat.pl t/lib/charnames.t t/lib/dumper.t
2556            ! t/pragma/overload.t t/pragma/utf8.t
2557 ____________________________________________________________________________
2558 [  4722] By: gsar                                  on 1999/12/28  03:14:48
2559         Log: avoid "used once" warning
2560      Branch: perl
2561            ! lib/diagnostics.pm
2562 ____________________________________________________________________________
2563 [  4721] By: gsar                                  on 1999/12/28  03:10:32
2564         Log: ebcdic tweaks for tests from Peter Prymmer
2565      Branch: perl
2566            ! t/pragma/warn/doop t/pragma/warn/pp t/pragma/warn/regcomp
2567            ! t/pragma/warn/sv t/pragma/warn/toke t/pragma/warn/utf8
2568 ____________________________________________________________________________
2569 [  4720] By: gsar                                  on 1999/12/28  03:08:39
2570         Log: pod nits from Simon Cozens <simon@brecon.co.uk> and others
2571      Branch: perl
2572            ! README.os2 lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
2573            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MakeMaker.pm
2574            ! lib/ExtUtils/Mkbootstrap.pm pod/perlop.pod
2575 ____________________________________________________________________________
2576 [  4719] By: gsar                                  on 1999/12/28  03:01:04
2577         Log: perlport v1.45 from Chris Nandor
2578      Branch: perl
2579            ! pod/perlport.pod
2580 ____________________________________________________________________________
2581 [  4718] By: gsar                                  on 1999/12/28  02:59:16
2582         Log: newer version of constant.pm from Tom Phoenix; added Tom's notes to
2583              perldelta; added STOP, DESTROY and AUTOLOAD to specials list
2584      Branch: perl
2585            ! lib/constant.pm pod/perldelta.pod pod/perlvar.pod
2586            ! t/pragma/constant.t
2587 ____________________________________________________________________________
2588 [  4717] By: gsar                                  on 1999/12/28  02:47:04
2589         Log: cygwin update from Eric Fifer <EFifer@sanwaint.com>
2590      Branch: perl
2591            - ext/DynaLoader/dl_cygwin.xs
2592            ! MAINTAIN MANIFEST ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/pair.c
2593            ! hints/cygwin.sh installperl mg.c pod/perlfaq3.pod t/op/stat.t
2594            ! util.c
2595 ____________________________________________________________________________
2596 [  4716] By: gsar                                  on 1999/12/28  02:40:51
2597         Log: tweak to show up db-linked-with-libpthread-but-not-perl problem
2598              (from Andy Dougherty)
2599      Branch: perl
2600            ! Configure
2601 ____________________________________________________________________________
2602 [  4715] By: gsar                                  on 1999/12/28  02:38:44
2603         Log: better variant of change#4644 (from Andy Dougherty)
2604      Branch: perl
2605            ! Configure
2606 ____________________________________________________________________________
2607 [  4714] By: gsar                                  on 1999/12/28  02:36:40
2608         Log: be defensive about setting {host,group,pass}cat (from Andy Dougherty)
2609      Branch: perl
2610            ! Configure
2611 ____________________________________________________________________________
2612 [  4713] By: gsar                                  on 1999/12/28  02:35:15
2613         Log: $sitelib should be $prefix/lib/perl5/site_perl, as documented in
2614              INSTALL (from Andy Dougherty)
2615      Branch: perl
2616            ! Configure
2617 ____________________________________________________________________________
2618 [  4712] By: gsar                                  on 1999/12/28  02:30:55
2619         Log: avoid creating new files during make install
2620      Branch: perl
2621            ! Makefile.SH
2622 ____________________________________________________________________________
2623 [  4711] By: gsar                                  on 1999/12/28  02:24:44
2624         Log: pod edits from Paul Marquess and Mark-Jason Dominus
2625      Branch: perl
2626            ! AUTHORS Changes ext/DynaLoader/dl_aix.xs
2627            ! ext/DynaLoader/dl_dlopen.xs lib/Net/Ping.pm pod/perlcall.pod
2628            ! pod/perldelta.pod
2629 ____________________________________________________________________________
2630 [  4710] By: gsar                                  on 1999/12/28  02:05:23
2631         Log: miniperl build fixes for os2 (from Yitzchak Scott-Thoennes
2632              <sthoenna@efn.org>); add explicit target for opmini.o
2633      Branch: perl
2634            ! Makefile.SH cygwin/Makefile.SHs os2/Makefile.SHs
2635 ____________________________________________________________________________
2636 [  4709] By: gsar                                  on 1999/12/28  01:20:39
2637         Log: partly fix perldiag regressions identified by Tom Christiansen
2638      Branch: perl
2639            ! doio.c lib/diagnostics.pm pod/perldiag.pod pp_hot.c pp_sys.c
2640            ! t/pragma/warn/4lint t/pragma/warn/doio t/pragma/warn/pp_hot
2641            ! t/pragma/warn/pp_sys
2642 ____________________________________________________________________________
2643 [  4708] By: gsar                                  on 1999/12/27  23:33:24
2644         Log: update perldiag for change#4707
2645      Branch: perl
2646            ! perl.c pod/perldiag.pod
2647 ____________________________________________________________________________
2648 [  4707] By: gsar                                  on 1999/12/27  23:23:39
2649         Log: allow spaces in -I switch argument
2650      Branch: perl
2651            ! perl.c
2652 ____________________________________________________________________________
2653 [  4706] By: gsar                                  on 1999/12/26  23:44:53
2654         Log: fix typos
2655      Branch: utfperl
2656            ! sv.h toke.c
2657 ____________________________________________________________________________
2658 [  4705] By: gsar                                  on 1999/12/24  04:02:35
2659         Log: support for v5.5.640 style version numbers
2660      Branch: utfperl
2661            ! configpm embedvar.h gv.c intrpvar.h objXSUB.h patchlevel.h
2662            ! perl.c perl.h pp_ctl.c sv.c sv.h t/comp/require.t toke.c
2663 ____________________________________________________________________________
2664 [  4704] By: gsar                                  on 1999/12/23  08:54:27
2665         Log: bring in basic threads stuff under USE_ITHREADS
2666      Branch: perl
2667            ! makedef.pl op.c perl.c perl.h perlvars.h pp_sys.c thread.h
2668            ! util.c
2669 ____________________________________________________________________________
2670 [  4703] By: gsar                                  on 1999/12/23  00:10:06
2671         Log: integrate mainline contents into utfperl
2672      Branch: utfperl
2673           !> (integrate 33 files)
2674 ____________________________________________________________________________
2675 [  4702] By: gsar                                  on 1999/12/20  17:18:23
2676         Log: virtual directory handling broken on paths with trailing slash
2677      Branch: perl
2678            ! win32/Makefile win32/makefile.mk win32/vdir.h
2679 ____________________________________________________________________________
2680 [  4701] By: gsar                                  on 1999/12/20  17:09:55
2681         Log: revert optimization in change#4700 (it appears OPpRUNTIME flag
2682              isn't set for all m/$foo/o)
2683      Branch: perl
2684            ! pp_ctl.c
2685 ____________________________________________________________________________
2686 [  4700] By: gsar                                  on 1999/12/20  16:28:51
2687         Log: avoid pp_regcomp() changing optree at run time under USE_*THREADS (or
2688              we have a race on our hands)
2689      Branch: perl
2690            ! pp_ctl.c
2691 ____________________________________________________________________________
2692 [  4699] By: gsar                                  on 1999/12/20  16:19:00
2693         Log: pod tweaks
2694      Branch: perl
2695            ! pod/perldelta.pod pod/perlfilter.pod pod/perlopentut.pod
2696 ____________________________________________________________________________
2697 [  4698] By: gsar                                  on 1999/12/20  07:55:07
2698         Log: uv_to_utf8() could lose 37th bit on HAS_QUAD platforms
2699      Branch: perl
2700            ! utf8.c
2701 ____________________________________________________________________________
2702 [  4697] By: gsar                                  on 1999/12/18  01:35:50
2703         Log: fix from Larry for parsing C<{ 0x1 => 'foo'}> as an
2704              anon hash rather than a block; test case for the same
2705      Branch: perl
2706            ! t/comp/term.t toke.c
2707 ____________________________________________________________________________
2708 [  4696] By: gsar                                  on 1999/12/17  19:55:03
2709         Log: leak in change#4694 spotted by Larry
2710      Branch: perl
2711            ! hv.c
2712 ____________________________________________________________________________
2713 [  4695] By: gsar                                  on 1999/12/17  18:14:11
2714         Log: test case for change#4694
2715      Branch: perl
2716            ! t/op/delete.t
2717 ____________________________________________________________________________
2718 [  4694] By: gsar                                  on 1999/12/17  18:09:08
2719         Log: delete() should return the value as is, not a copy thereof
2720      Branch: perl
2721            ! hv.c pod/perldelta.pod
2722 ____________________________________________________________________________
2723 [  4693] By: gsar                                  on 1999/12/17  17:45:58
2724         Log: fix for C<"\nx\taa\n" =~ /^\S\s+aa$/m> (from Ilya Zakharevich)
2725      Branch: perl
2726            ! regexec.c t/op/re_tests
2727 ____________________________________________________________________________
2728 [  4692] By: gsar                                  on 1999/12/17  17:41:10
2729         Log: credits tweak
2730      Branch: perl
2731            ! lib/File/Spec.pm
2732 ____________________________________________________________________________
2733 [  4691] By: gsar                                  on 1999/12/17  07:12:53
2734         Log: DynaLoader doesn't build properly when $(DLSRC) changes
2735              (fix suggested by Hans Mulder)
2736      Branch: perl
2737            ! ext/DynaLoader/Makefile.PL
2738 ____________________________________________________________________________
2739 [  4690] By: gsar                                  on 1999/12/17  06:26:34
2740         Log: add missing new ops
2741      Branch: perl
2742            ! ext/B/ramblings/runtime.porting
2743 ____________________________________________________________________________
2744 [  4689] By: gsar                                  on 1999/12/17  06:16:49
2745         Log: test harness tweak from Hans Mulder
2746      Branch: perl
2747            ! t/TEST
2748 ____________________________________________________________________________
2749 [  4688] By: gsar                                  on 1999/12/17  06:14:23
2750         Log: miniperl build fixes for NeXTstep and cygwin (from Hans Mulder
2751              and Lucian CIONCA <Lucian.Cionca@algoritma.ro>)
2752      Branch: perl
2753            ! Makefile.SH cygwin/Makefile.SHs
2754 ____________________________________________________________________________
2755 [  4687] By: gsar                                  on 1999/12/17  06:06:46
2756         Log: applied suggested patch with whitespace adjustments
2757              From: Helmut Jarausch <jarausch@numa1.igpm.rwth-aachen.de>
2758              Date: Thu, 16 Dec 1999 08:57:55 +0100
2759              Message-id: <38589B82.C4668E10@numa1.igpm.rwth-aachen.de>
2760              Subject: Re: [ID 19991215.001] patch 5.005_63: Find::Fill cannot handle /
2761      Branch: perl
2762            ! lib/File/Find.pm
2763 ____________________________________________________________________________
2764 [  4686] By: gsar                                  on 1999/12/17  05:48:53
2765         Log: avoid warnings due to symbols unintroduced by XSLoader (spotted
2766              by Hans Mulder)
2767      Branch: perl
2768            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
2769            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
2770            ! ext/DynaLoader/dl_rhapsody.xs
2771 ____________________________________________________________________________
2772 [  4685] By: gsar                                  on 1999/12/17  05:37:51
2773         Log: fix bug when one of the operands is +0E+0 (from Ronald J Kimball
2774              <rjk@linguist.dartmouth.edu>)
2775      Branch: perl
2776            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
2777 ____________________________________________________________________________
2778 [  4684] By: gsar                                  on 1999/12/16  09:32:48
2779         Log: spell out how to get 4-digit year (from Micheal G Schwern
2780              <schwern@pobox.com>)
2781      Branch: perl
2782            ! pod/perlfunc.pod
2783 ____________________________________________________________________________
2784 [  4683] By: gsar                                  on 1999/12/16  09:26:53
2785         Log: type mismatch for %c format argument (spotted by Robin Barker
2786              <rmb1@cise.npl.co.uk>)
2787      Branch: perl
2788            ! regcomp.c
2789 ____________________________________________________________________________
2790 [  4682] By: gsar                                  on 1999/12/16  08:33:28
2791         Log: mingw32 doesn't have anonymous union (from Benjamin Stuhl
2792              <sho_pi@hotmail.com>)
2793      Branch: perl
2794            ! win32/win32.c
2795 ____________________________________________________________________________
2796 [  4681] By: gsar                                  on 1999/12/16  08:31:15
2797         Log: missing backslash (spotted by Johan Vromans)
2798      Branch: perl
2799            ! perl.c
2800 ____________________________________________________________________________
2801 [  4680] By: gsar                                  on 1999/12/16  08:26:00
2802         Log: avoid coredump on diagnostics when STDERR is closed
2803      Branch: perl
2804            ! perl.h
2805 ____________________________________________________________________________
2806 [  4679] By: gsar                                  on 1999/12/12  18:09:41
2807         Log: integrate mainline changes
2808      Branch: utfperl
2809           +> (branch 39 files)
2810            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
2811            - lib/unicode/UnicodeData-Latest.txt
2812           !> (integrate 447 files)
2813 ____________________________________________________________________________
2814 [  4678] By: gsar                                  on 1999/12/10  01:39:13
2815         Log: interpreter structure should be nulled under -DMULTIPLICITY
2816      Branch: perl
2817            ! perl.c
2818 ____________________________________________________________________________
2819 [  4677] By: gsar                                  on 1999/12/09  11:10:27
2820         Log: update Changes
2821      Branch: perl
2822            ! Changes
2823
2824 ----------------
2825 Version 5.005_63
2826 ----------------
2827
2828 ____________________________________________________________________________
2829 [  4676] By: gsar                                  on 1999/12/09  10:51:43
2830         Log: fix File::Find testsuite bugs in symlink-less places
2831      Branch: perl
2832            ! t/lib/filefind.t
2833 ____________________________________________________________________________
2834 [  4675] By: gsar                                  on 1999/12/09  10:22:31
2835         Log: USE_ITHREADS tweaks and notes
2836      Branch: perl
2837            ! op.c pod/perldelta.pod sv.c
2838 ____________________________________________________________________________
2839 [  4674] By: gsar                                  on 1999/12/09  10:21:53
2840         Log: allow new style sort subs to work under usethreads
2841      Branch: perl
2842            ! pp_ctl.c
2843 ____________________________________________________________________________
2844 [  4673] By: gsar                                  on 1999/12/09  04:00:23
2845         Log: document compatibility issue with literal list slices and NOTOP
2846              (C<not (1,2,3)[0]> is now a syntax error)
2847      Branch: perl
2848            ! pod/perldelta.pod
2849 ____________________________________________________________________________
2850 [  4672] By: gsar                                  on 1999/12/09  01:14:46
2851         Log: avoid mismatched expectation <-> int types for C++ builds
2852      Branch: perl
2853            ! embed.pl intrpvar.h proto.h toke.c
2854 ____________________________________________________________________________
2855 [  4671] By: gsar                                  on 1999/12/09  00:36:24
2856         Log: newer version of File::Find with support for following symlinks and
2857              other features, from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>
2858      Branch: perl
2859            ! lib/File/Find.pm pod/perldelta.pod t/lib/filefind.t
2860 ____________________________________________________________________________
2861 [  4670] By: gsar                                  on 1999/12/09  00:13:06
2862         Log: avoid initializing GvCV slot for autovivified filehandles
2863      Branch: perl
2864            ! pp.c
2865 ____________________________________________________________________________
2866 [  4669] By: gsar                                  on 1999/12/08  19:09:27
2867         Log: apply change#4618 again along with Ilya's patch to fix bugs
2868              in it (see change#4622)
2869      Branch: perl
2870            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h regexec.c
2871            ! t/op/re_tests t/op/subst.t
2872 ____________________________________________________________________________
2873 [  4668] By: gsar                                  on 1999/12/08  18:56:53
2874         Log: patch to fix parser bug in C<${h{${a[0]}}} = 13>
2875              From: Larry Wall <larry@wall.org>
2876              Date: Tue, 7 Dec 1999 12:39:30 -0800 (PST)
2877              Message-Id: <199912072039.MAA13257@kiev.wall.org>
2878              Subject: Re: [ID 19991204.002] Inconsistency of ${hash{key}}
2879      Branch: perl
2880            ! embedvar.h intrpvar.h objXSUB.h sv.c toke.c
2881 ____________________________________________________________________________
2882 [  4667] By: gsar                                  on 1999/12/08  18:47:37
2883         Log: patch to fix aix hints from ortmann@vnet.ibm.com
2884      Branch: perl
2885            ! hints/aix.sh
2886 ____________________________________________________________________________
2887 [  4666] By: gsar                                  on 1999/12/08  18:29:02
2888         Log: documentation tweaks from M. J. T. Guy, Micheal Schwern, and
2889              Tim Meadowcroft
2890      Branch: perl
2891            ! Changes lib/Benchmark.pm pod/perlipc.pod pod/perlre.pod
2892 ____________________________________________________________________________
2893 [  4665] By: gsar                                  on 1999/12/08  02:22:31
2894         Log: introduce save_I8() for saving byte values
2895      Branch: perl
2896            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
2897            ! regcomp.c regexec.c scope.c scope.h sv.c
2898 ____________________________________________________________________________
2899 [  4664] By: gsar                                  on 1999/12/08  02:02:33
2900         Log: use SAVEINT() rather than SAVEDESTRUCTOR() for saving PL_expect etc.
2901      Branch: perl
2902            ! toke.c
2903 ____________________________________________________________________________
2904 [  4663] By: gsar                                  on 1999/12/08  01:11:44
2905         Log: longstanding typo in lexer: PL_lex_expect was not properly
2906              saved on reentry
2907      Branch: perl
2908            ! toke.c
2909 ____________________________________________________________________________
2910 [  4662] By: gsar                                  on 1999/12/07  23:16:21
2911         Log: typos in change#4546
2912      Branch: perl
2913            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm sv.c
2914 ____________________________________________________________________________
2915 [  4661] By: gsar                                  on 1999/12/07  09:33:50
2916         Log: typos in change#4660
2917      Branch: perl
2918            ! embed.h embed.pl objXSUB.h perl.h perlapi.c pp_sys.c proto.h
2919 ____________________________________________________________________________
2920 [  4660] By: gsar                                  on 1999/12/06  23:42:55
2921         Log: tweaks for building with -DUSE_ITHREADS on !WIN32 platforms;
2922              fix bug where lc($readonly) could result in bogus errors
2923      Branch: perl
2924            ! embed.h embed.pl iperlsys.h makedef.pl objXSUB.h perlapi.c
2925            ! pp.c pp_sys.c proto.h sv.c
2926 ____________________________________________________________________________
2927 [  4659] By: gsar                                  on 1999/12/06  15:24:31
2928         Log: allow IRIX 6.5 to build perl (from Helmut Jarausch
2929              <jarausch@igpm.rwth-aachen.de>)
2930      Branch: perl
2931            ! perl.h
2932 ____________________________________________________________________________
2933 [  4658] By: gsar                                  on 1999/12/06  15:18:30
2934         Log: fix for -Dp via $^D (suggested by Stephane Payrard
2935              <stef@adnaccess.com>)
2936      Branch: perl
2937            ! mg.c
2938 ____________________________________________________________________________
2939 [  4657] By: gsar                                  on 1999/12/06  06:50:01
2940         Log: change#4641 needs perldiag.pod edit
2941      Branch: perl
2942            - lib/unicode/UnicodeData-Latest.txt
2943            ! pod/perldiag.pod
2944 ____________________________________________________________________________
2945 [  4656] By: gsar                                  on 1999/12/06  01:36:56
2946         Log: Makefile tweak for change#4649
2947      Branch: perl
2948            ! Makefile.SH
2949 ____________________________________________________________________________
2950 [  4655] By: gsar                                  on 1999/12/05  17:23:57
2951         Log: change#4653 was missing a patch reject
2952      Branch: perl
2953            ! win32/makefile.mk
2954 ____________________________________________________________________________
2955 [  4654] By: gsar                                  on 1999/12/05  11:41:04
2956         Log: windows build tweaks for Borland compiler
2957      Branch: perl
2958            ! win32/makefile.mk win32/perlhost.h win32/win32.c win32/win32.h
2959 ____________________________________________________________________________
2960 [  4653] By: gsar                                  on 1999/12/05  11:07:37
2961         Log: applied somewhat modified version of suggested patch
2962              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
2963              Date: Thu, 18 Nov 1999 18:45:27 PST
2964              Message-ID: <19991119024527.72749.qmail@hotmail.com>
2965              Subject: [PATCH 5.005_62] Perl on Win95, Mark IIB
2966      Branch: perl
2967            + win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
2968            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
2969            ! lib/ExtUtils/MM_Win32.pm win32/config_sh.PL win32/genmk95.pl
2970            ! win32/makefile.mk win32/win32.h
2971 ____________________________________________________________________________
2972 [  4652] By: gsar                                  on 1999/12/05  09:24:45
2973         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
2974              Date: Thu, 4 Nov 1999 16:34:23 -0800 (PST)
2975              Message-Id: <199911050034.QAA06499@scoot.pdev.sco.com>
2976              Subject: [ID 19991104.005] modified hints file for UnixWare7 ( svr5)
2977      Branch: perl
2978            ! Changes hints/svr5.sh
2979 ____________________________________________________________________________
2980 [  4651] By: gsar                                  on 1999/12/05  09:01:19
2981         Log: on dosish platforms, avoid infinite recursion in File::Path::mkpath()
2982              when given non-existent drive names
2983      Branch: perl
2984            ! lib/File/Path.pm
2985 ____________________________________________________________________________
2986 [  4650] By: gsar                                  on 1999/12/05  08:47:11
2987         Log: windows build tweaks for change#4649
2988      Branch: perl
2989            ! win32/Makefile win32/makefile.mk
2990 ____________________________________________________________________________
2991 [  4649] By: gsar                                  on 1999/12/05  07:49:28
2992         Log: make File::Glob::glob() the default for CORE::glob()
2993              (old csh glob can still be had with -DPERL_EXTERNAL_GLOB)
2994      Branch: perl
2995            ! Makefile.SH op.c pod/perldelta.pod win32/Makefile
2996            ! win32/makefile.mk
2997 ____________________________________________________________________________
2998 [  4648] By: gsar                                  on 1999/12/05  00:33:34
2999         Log: fix bug in processing L<> tags (from j.vavruska@post.cz)
3000      Branch: perl
3001            ! lib/Pod/Html.pm
3002 ____________________________________________________________________________
3003 [  4647] By: gsar                                  on 1999/12/05  00:14:01
3004         Log: remove outdated entry
3005      Branch: perl
3006            ! pod/perltrap.pod
3007 ____________________________________________________________________________
3008 [  4646] By: gsar                                  on 1999/12/04  22:48:51
3009         Log: s/block/loop block/ in diagnostics about next, last, redo
3010      Branch: perl
3011            ! pod/perldiag.pod pp_ctl.c t/op/runlevel.t t/pragma/warn/pp_ctl
3012 ____________________________________________________________________________
3013 [  4645] By: gsar                                  on 1999/12/04  22:25:32
3014         Log: readability tweak suggested by GRommel@sears.com
3015      Branch: perl
3016            ! pp.c
3017 ____________________________________________________________________________
3018 [  4644] By: gsar                                  on 1999/12/04  22:05:00
3019         Log: Configure tweak from Peter Prymmer
3020      Branch: perl
3021            ! Configure
3022 ____________________________________________________________________________
3023 [  4643] By: gsar                                  on 1999/12/04  21:55:27
3024         Log: make weak keyword check look for defined(&lock), not
3025              merely defined(*lock)
3026      Branch: perl
3027            ! toke.c
3028 ____________________________________________________________________________
3029 [  4642] By: gsar                                  on 1999/12/04  21:11:51
3030         Log: make eof() open ARGV if it isn't open already; also fixes bug
3031              where eof() would operate on any last-read filehandle, not
3032              just ARGV
3033      Branch: perl
3034            ! pp_sys.c
3035 ____________________________________________________________________________
3036 [  4641] By: gsar                                  on 1999/12/04  04:42:25
3037         Log: make uninitialized value warnings report opcode
3038      Branch: perl
3039            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
3040            ! opcode.pl perl.h perlapi.c pp.c pp_hot.c proto.h sv.c
3041            ! t/op/misc.t t/pragma/warn/1global t/pragma/warn/2use
3042            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/7fatal
3043            ! t/pragma/warn/doio t/pragma/warn/pp t/pragma/warn/pp_hot
3044            ! t/pragma/warn/sv
3045 ____________________________________________________________________________
3046 [  4640] By: gsar                                  on 1999/12/04  02:40:44
3047         Log: provide explicit functions timegm_nocheck() and timelocal_nocheck()
3048              that don't do range checking
3049      Branch: perl
3050            ! lib/Time/Local.pm
3051 ____________________________________________________________________________
3052 [  4639] By: gsar                                  on 1999/12/04  01:00:49
3053         Log: better implementation of change#3326; open(local $foo,...) now
3054              allowed in addition to any uninitialized variable, for consistency
3055              with how autovivification works elsewhere; add code to use the
3056              variable name as the name of the handle for simple variables, so
3057              that diagnostics report the handle: "... at - line 1, <$foo> line 10."
3058      Branch: perl
3059            ! op.c pod/perldelta.pod pp.c t/io/open.t
3060 ____________________________________________________________________________
3061 [  4638] By: gsar                                  on 1999/12/03  21:20:00
3062         Log: pod nits
3063      Branch: perl
3064            ! pod/perlfunc.pod pod/perlrun.pod
3065 ____________________________________________________________________________
3066 [  4637] By: gsar                                  on 1999/12/03  08:59:04
3067         Log: change#4431 was flawed
3068      Branch: perl
3069            ! Makefile.SH
3070 ____________________________________________________________________________
3071 [  4636] By: gsar                                  on 1999/12/03  07:59:52
3072         Log: pod embellishments from Nathan Torkington
3073      Branch: perl
3074            ! pod/perlfaq2.pod pod/perlhack.pod
3075 ____________________________________________________________________________
3076 [  4635] By: gsar                                  on 1999/12/03  07:56:04
3077         Log: perlfaq4 typo (from Jeff Pinyan <jeffp@crusoe.net>)
3078      Branch: perl
3079            ! pod/perlfaq4.pod
3080 ____________________________________________________________________________
3081 [  4634] By: gsar                                  on 1999/12/03  07:47:47
3082         Log: test tweak for VMS (from Craig A. Berry)
3083      Branch: perl
3084            ! t/io/nargv.t
3085 ____________________________________________________________________________
3086 [  4633] By: gsar                                  on 1999/12/03  07:44:52
3087         Log: patchls tweak from Andreas Koenig
3088      Branch: perl
3089            ! Porting/patchls
3090 ____________________________________________________________________________
3091 [  4632] By: gsar                                  on 1999/12/03  07:42:23
3092         Log: don't mess with the umask()
3093      Branch: perl
3094            ! installhtml installman installperl lib/ExtUtils/Install.pm
3095            ! lib/ExtUtils/Manifest.pm
3096 ____________________________________________________________________________
3097 [  4631] By: gsar                                  on 1999/12/03  06:52:50
3098         Log: support -a switch to append bytecode to an existing file and make
3099              perlcc use it (from Tom Hughes <tom@compton.nu>)
3100      Branch: perl
3101            ! ext/B/B/Bytecode.pm utils/perlcc.PL
3102 ____________________________________________________________________________
3103 [  4630] By: gsar                                  on 1999/12/03  06:46:16
3104         Log: document incompatible perl4 vec() vs bitwise ops interaction trap
3105              (from Tom Phoenix)
3106      Branch: perl
3107            ! pod/perltrap.pod
3108 ____________________________________________________________________________
3109 [  4629] By: gsar                                  on 1999/12/03  06:40:15
3110         Log: use PerlIO abstraction rather than straight stdio (from
3111              Chip Salzenberg)
3112      Branch: perl
3113            ! ext/ByteLoader/ByteLoader.xs
3114 ____________________________________________________________________________
3115 [  4628] By: gsar                                  on 1999/12/03  06:15:54
3116         Log: avoid warning in IO::Select::exists() if socket doesn't exist
3117      Branch: perl
3118            ! ext/IO/lib/IO/Select.pm
3119 ____________________________________________________________________________
3120 [  4627] By: gsar                                  on 1999/12/03  06:05:19
3121         Log: two small patches from Peter Prymmer <pvhp@forte.com>
3122      Branch: perl
3123            ! makedepend.SH win32/Makefile win32/makefile.mk
3124 ____________________________________________________________________________
3125 [  4626] By: gsar                                  on 1999/12/03  05:36:38
3126         Log: From: Peter Prymmer <pvhp@forte.com>
3127              Date: Thu, 25 Nov 1999 21:06:19 -0800 (PST)
3128              Message-Id: <199911260506.VAA17230@brio.forte.com>
3129              Subject: [PATCH: 5.005_62] implement /[:ascii:]/ on ebcdic machines
3130      Branch: perl
3131            ! regcomp.c
3132 ____________________________________________________________________________
3133 [  4625] By: gsar                                  on 1999/12/03  05:20:21
3134         Log: Windows build tweaks due to change#4623
3135      Branch: perl
3136            ! win32/Makefile win32/makefile.mk win32/perlhost.h
3137 ____________________________________________________________________________
3138 [  4624] By: gsar                                  on 1999/12/03  04:58:30
3139         Log: add missing file
3140      Branch: perl
3141            + ext/DynaLoader/XSLoader_pm.PL
3142 ____________________________________________________________________________
3143 [  4623] By: gsar                                  on 1999/12/03  04:47:03
3144         Log: applied suggested patch; removed $VERSION = $VERSION hack
3145              (change#4043 fixed the need for that)
3146              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3147              Date: Tue, 16 Nov 1999 01:50:31 EST
3148              Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu>
3149              Subject: [PATCH 5.005_62] XSLoader.pm
3150      Branch: perl
3151            ! MANIFEST ext/B/B.pm ext/ByteLoader/ByteLoader.pm
3152            ! ext/DB_File/DB_File.pm ext/Data/Dumper/Dumper.pm
3153            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
3154            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/Makefile.PL
3155            ! ext/DynaLoader/dlutils.c ext/Fcntl/Fcntl.pm
3156            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm ext/IO/IO.pm
3157            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
3158            ! ext/Opcode/Opcode.pm ext/POSIX/POSIX.pm
3159            ! ext/SDBM_File/SDBM_File.pm ext/Socket/Socket.pm
3160            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
3161            ! lib/AutoLoader.pm lib/FindBin.pm lib/Getopt/Std.pm
3162 ____________________________________________________________________________
3163 [  4622] By: gsar                                  on 1999/12/03  04:02:39
3164         Log: revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>)
3165      Branch: perl
3166            ! Changes embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
3167 ____________________________________________________________________________
3168 [  4621] By: gsar                                  on 1999/12/02  22:24:53
3169         Log: caveat about thread-safety of extensions
3170      Branch: perl
3171            ! pod/perlfork.pod
3172 ____________________________________________________________________________
3173 [  4620] By: gsar                                  on 1999/12/02  20:31:02
3174         Log: XS documentation patches suggested by Ilya, severally adjusted
3175      Branch: perl
3176            ! pod/perlxs.pod pod/perlxstut.pod
3177 ____________________________________________________________________________
3178 [  4619] By: gsar                                  on 1999/12/02  17:52:50
3179         Log: re-add missing Unicode database master
3180      Branch: perl
3181            + lib/unicode/Unicode.300
3182 ____________________________________________________________________________
3183 [  4618] By: gsar                                  on 1999/12/02  06:56:18
3184         Log: applied suggested patch with prototype changes
3185              From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
3186              Date:    Tue, 23 Nov 1999 22:55:55 EST
3187              Message-Id: <199911240355.WAA23033@monk.mps.ohio-state.edu>
3188              Subject: [PATCH 5.005_62] First char cognizance
3189      Branch: perl
3190            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
3191 ____________________________________________________________________________
3192 [  4617] By: gsar                                  on 1999/12/02  06:04:57
3193         Log: fixes for bugs in change#4586 and OS/2 pod tweak, from Ilya
3194      Branch: perl
3195            ! os2/OS2/REXX/REXX.pm regexec.c t/op/re_tests
3196 ____________________________________________________________________________
3197 [  4616] By: gsar                                  on 1999/12/02  04:30:22
3198         Log: various documentation tweaks suggested by M. J. T. Guy
3199      Branch: perl
3200            ! INSTALL lib/strict.pm pod/perlfunc.pod pod/perlsyn.pod
3201 ____________________________________________________________________________
3202 [  4615] By: gsar                                  on 1999/12/02  04:17:43
3203         Log: various File::Glob fixes for DOSISH platforms
3204              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
3205              Date: Tue, 02 Nov 1999 11:11:25 GMT
3206              Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com>
3207              Subject: File::Glob again. Final patch, honest!
3208      Branch: perl
3209            + t/lib/glob-case.t
3210            ! MANIFEST ext/File/Glob/Changes ext/File/Glob/Glob.pm
3211            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
3212            ! ext/File/Glob/bsd_glob.h op.c t/lib/glob-global.t
3213 ____________________________________________________________________________
3214 [  4614] By: gsar                                  on 1999/12/02  03:42:55
3215         Log: allow XSUBs and prototyped subroutines to be used with sort() (tweaked
3216              variant of patch suggested by Peter Haworth <pmh@edison.ioppublishing.com>)
3217      Branch: perl
3218            ! pod/perldelta.pod pod/perlfunc.pod pp_ctl.c t/op/sort.t
3219 ____________________________________________________________________________
3220 [  4613] By: gsar                                  on 1999/12/02  01:59:19
3221         Log: ignore yet another known scalar leak
3222      Branch: perl
3223            ! t/pragma/warn/regcomp
3224 ____________________________________________________________________________
3225 [  4612] By: gsar                                  on 1999/12/02  01:15:02
3226         Log: avoid potential stack extension bug in pp_unpack() (spotted by Ilya)
3227      Branch: perl
3228            ! pp.c
3229 ____________________________________________________________________________
3230 [  4611] By: gsar                                  on 1999/12/02  00:31:43
3231         Log: a somewhat tweaked version of suggested patch
3232              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3233              Date: Wed, 27 Oct 1999 18:57:41 -0400 (EDT)
3234              Message-Id: <199910272257.SAA29928@monk.mps.ohio-state.edu>
3235              Subject: [PATCH 5.005_62] Another round of pack/vec docs patches
3236      Branch: perl
3237            ! pod/perlfunc.pod
3238 ____________________________________________________________________________
3239 [  4610] By: gsar                                  on 1999/12/01  19:09:31
3240         Log: more accurate require() pseudocode (from James P. Williams
3241              <James.P.Williams@USAHQ.UnitedSpaceAlliance.com>)
3242      Branch: perl
3243            ! pod/perlfunc.pod
3244 ____________________________________________________________________________
3245 [  4609] By: gsar                                  on 1999/12/01  18:43:49
3246         Log: avoid "Callback called exit" error on intentional exit()
3247      Branch: perl
3248            ! embedvar.h intrpvar.h objXSUB.h perl.c perl.h pp_ctl.c
3249 ____________________________________________________________________________
3250 [  4608] By: gsar                                  on 1999/12/01  18:42:38
3251         Log: find_byclass() prototype was incoherent
3252      Branch: perl
3253            ! regexec.c
3254 ____________________________________________________________________________
3255 [  4607] By: gsar                                  on 1999/12/01  05:45:10
3256         Log: better documentation for goto &NAME (from M. J. T. Guy)
3257      Branch: perl
3258            ! pod/perlfunc.pod
3259 ____________________________________________________________________________
3260 [  4606] By: gsar                                  on 1999/12/01  05:33:14
3261         Log: integrate cfgperl contents into mainline
3262      Branch: perl
3263           +> lib/unicode/Jamo.txt lib/unicode/NamesList.html
3264           +> lib/unicode/UCD300.html lib/unicode/Unicode3.html
3265            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
3266            ! Changes
3267           !> (integrate 210 files)
3268 ____________________________________________________________________________
3269 [  4605] By: gsar                                  on 1999/12/01  05:15:27
3270         Log: avoid PTR->IV cast warnings
3271      Branch: perl
3272            ! mg.c op.c scope.h
3273 ____________________________________________________________________________
3274 [  4604] By: gsar                                  on 1999/12/01  03:59:56
3275         Log: email address changes
3276      Branch: perl
3277            ! AUTHORS Changes Porting/genlog Porting/p4d2p Porting/p4desc
3278            ! README.win32 ext/Data/Dumper/Dumper.pm lib/DB.pm
3279            ! lib/File/DosGlob.pm lib/Math/Complex.pm lib/Math/Trig.pm
3280            ! pod/perl5005delta.pod pod/perlport.pod t/op/runlevel.t
3281            ! utils/perlbug.PL utils/perldoc.PL win32/bin/perlglob.pl
3282 ____________________________________________________________________________
3283 [  4603] By: gsar                                  on 1999/12/01  03:45:13
3284         Log: minor USE_ITHREADS tweaks
3285      Branch: perl
3286            ! doio.c op.c op.h pp_hot.c pp_sys.c run.c win32/Makefile
3287            ! win32/perllib.c win32/win32.h
3288 ____________________________________________________________________________
3289 [  4602] By: gsar                                  on 1999/12/01  01:00:09
3290         Log: more complete pseudo-fork() support for Windows
3291      Branch: perl
3292            + pod/perlfork.pod win32/perlhost.h win32/vdir.h win32/vmem.h
3293            ! MANIFEST XSUB.h cop.h dump.c embed.h embed.pl embedvar.h
3294            ! ext/B/B/CC.pm ext/Opcode/Opcode.xs global.sym globals.c
3295            ! globvar.sym gv.c hv.c intrpvar.h iperlsys.h makedef.pl mg.c
3296            ! mpeix/mpeixish.h objXSUB.h op.c op.h os2/os2ish.h perl.c
3297            ! perl.h perlapi.c plan9/plan9ish.h pod/Makefile pod/buildtoc
3298            ! pod/perl.pod pod/roffitall pp.c pp_ctl.c pp_hot.c pp_sys.c
3299            ! proto.h regcomp.c run.c scope.c scope.h sv.c t/op/fork.t
3300            ! toke.c unixish.h util.c vos/vosish.h win32/Makefile
3301            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
3302            ! win32/win32iop.h win32/win32thread.h
3303 ____________________________________________________________________________
3304 [  4601] By: gsar                                  on 1999/12/01  00:45:38
3305         Log: rudimentary support for remote debugging, from aeons ago (somewhat
3306              modified)
3307              From: Graham TerMarsch <grahamt@ActiveState.com>
3308              Date: Sat, 12 Sep 1998 10:46:55 -0700
3309              Message-ID: <35FAB38F.EA9AAC50@activestate.com>
3310              Subject: Re: Patches to perl5db.pl to allow for remote debugging
3311      Branch: perl
3312            ! lib/perl5db.pl
3313 ____________________________________________________________________________
3314 [  4600] By: chip                                  on 1999/11/19  21:16:00
3315         Log: Document known limitations of fdopen() on some systems,
3316              as they apply to open() and sysopen().
3317      Branch: perl
3318            ! pod/perlfunc.pod
3319 ____________________________________________________________________________
3320 [  4599] By: chip                                  on 1999/11/19  17:20:19
3321         Log: Undef printf before redirecting it to PerlIO_stdoutf.
3322              (Avoids an irritating warning when compiling with PerlIO.)
3323      Branch: perl
3324            ! perl.h
3325 ____________________________________________________________________________
3326 [  4598] By: jhi                                   on 1999/11/22  21:30:17
3327         Log: Small VMS nits from Craig A. Berry, <craig.berry@metamor.com>.
3328      Branch: cfgperl
3329            ! README.vms t/io/open.t
3330 ____________________________________________________________________________
3331 [  4597] By: jhi                                   on 1999/11/21  16:21:21
3332         Log: Replace #4596 with the change done in 5.005_03.
3333      Branch: cfgperl
3334            ! ext/Errno/Errno_pm.PL
3335 ____________________________________________________________________________
3336 [  4596] By: jhi                                   on 1999/11/21  16:07:20
3337         Log: Skip processing a file if the file to be opened is '-'
3338              (can happen in UNICOS)
3339      Branch: cfgperl
3340            ! ext/Errno/Errno_pm.PL
3341 ____________________________________________________________________________
3342 [  4595] By: jhi                                   on 1999/11/21  14:05:10
3343         Log: VMS patches from Peter Prymmer.
3344      Branch: cfgperl
3345            ! doio.c mg.c taint.c vms/subconfigure.com vms/vms.c
3346 ____________________________________________________________________________
3347 [  4594] By: jhi                                   on 1999/11/18  17:07:14
3348         Log: The find_byclass prototype is already in proto.h. 
3349      Branch: cfgperl
3350            ! regexec.c
3351 ____________________________________________________________________________
3352 [  4593] By: gsar                                  on 1999/11/16  21:25:21
3353         Log: typo in flag checks
3354      Branch: utfperl
3355            ! sv.h
3356 ____________________________________________________________________________
3357 [  4592] By: jhi                                   on 1999/11/16  21:17:25
3358         Log: Regen Configure.
3359      Branch: cfgperl
3360            ! Configure config_h.SH pp.c pp.h vms/subconfigure.com
3361      Branch: metaconfig
3362            ! U/a_dvisory/quadtype.U
3363 ____________________________________________________________________________
3364 [  4591] By: jhi                                   on 1999/11/16  14:53:19
3365         Log: Integrate with Sarathy.
3366      Branch: cfgperl
3367           !> cop.h deb.c embed.h embed.pl global.sym lib/Pod/Checker.pm
3368           !> lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Select.pm
3369           !> lib/Pod/Usage.pm makedef.pl objXSUB.h perl.c perlapi.c
3370           !> pod/podchecker.PL pp_sys.c proto.h sv.c t/pod/poderrs.t
3371           !> t/pod/poderrs.xr
3372 ____________________________________________________________________________
3373 [  4590] By: gsar                                  on 1999/11/16  05:57:56
3374         Log: Pod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com>
3375      Branch: perl
3376            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
3377            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/podchecker.PL
3378            ! t/pod/poderrs.t t/pod/poderrs.xr
3379 ____________________________________________________________________________
3380 [  4589] By: gsar                                  on 1999/11/15  18:47:34
3381         Log: add a synchronous stub fork() for USE_ITHREADS to prove that a simple
3382              C<if (fork()) { print "parent" } else { print "child" }> works on
3383              Windows (incidentally running a cloned^2 interpreter :)
3384      Branch: perl
3385            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perlapi.c
3386            ! pp_sys.c proto.h sv.c
3387 ____________________________________________________________________________
3388 [  4588] By: gsar                                  on 1999/11/15  14:34:36
3389         Log: cloning the stack (part 1)
3390      Branch: perl
3391            ! cop.h deb.c perl.c sv.c
3392 ____________________________________________________________________________
3393 [  4587] By: jhi                                   on 1999/11/15  00:22:20
3394         Log: Integrate with Sarathy.
3395      Branch: cfgperl
3396           !> Changes embed.h embed.pl embedvar.h global.sym intrpvar.h
3397           !> makedef.pl objXSUB.h op.c perl.h perlapi.c proto.h run.c sv.c
3398           !> win32/perllib.c
3399 ____________________________________________________________________________
3400 [  4586] By: jhi                                   on 1999/11/14  21:17:26
3401         Log: Ilya's "hopscotch" patch, reworked by Ilya to fit.
3402      Branch: cfgperl
3403            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
3404 ____________________________________________________________________________
3405 [  4585] By: gsar                                  on 1999/11/14  20:01:45
3406         Log: tweak for win32 build
3407      Branch: perl
3408            ! embed.h embed.pl op.c proto.h
3409 ____________________________________________________________________________
3410 [  4584] By: gsar                                  on 1999/11/14  19:46:25
3411         Log: cosmetic tweaks
3412      Branch: perl
3413            ! embed.h embed.pl embedvar.h global.sym intrpvar.h makedef.pl
3414            ! objXSUB.h perl.h perlapi.c proto.h sv.c win32/perllib.c
3415 ____________________________________________________________________________
3416 [  4583] By: gsar                                  on 1999/11/14  17:38:32
3417         Log: fix problem pointer casts
3418      Branch: perl
3419            ! Changes run.c sv.c
3420 ____________________________________________________________________________
3421 [  4582] By: jhi                                   on 1999/11/14  17:10:01
3422         Log: Integrate with Sarathy.
3423      Branch: cfgperl
3424           !> cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c perly.c
3425           !> perly.y pp_ctl.c pp_sys.c sv.c t/op/misc.t toke.c util.c
3426           !> vms/perly_c.vms win32/perllib.c
3427 ____________________________________________________________________________
3428 [  4581] By: jhi                                   on 1999/11/14  17:08:23
3429         Log: The separation of 64-bitness and largefileness continues
3430              (with a setback, see hpux.sh).
3431      Branch: cfgperl
3432            ! Configure MANIFEST config_h.SH hints/aix.sh hints/hpux.sh
3433            ! hints/solaris_2.sh
3434      Branch: metaconfig
3435            ! U/threads/archname.U U/typedefs/lseektype.U
3436      Branch: metaconfig/U/perl
3437            ! fpossize.U use64bits.U uselfs.U
3438 ____________________________________________________________________________
3439 [  4580] By: jhi                                   on 1999/11/14  13:26:41
3440         Log: Another Unicode update.
3441      Branch: cfgperl
3442            + lib/unicode/Jamo.txt lib/unicode/NamesList.html
3443            + lib/unicode/UCD300.html lib/unicode/Unicode3.html
3444            - lib/unicode/Jamo-2.txt lib/unicode/Unicode.html
3445            ! (edit 189 files)
3446 ____________________________________________________________________________
3447 [  4579] By: gsar                                  on 1999/11/14  10:21:49
3448         Log: sundry cleanups for cloned interpreters (only known failure mode
3449              is due to regexps keeping non-constant data in their compiled
3450              structures)
3451      Branch: perl
3452            ! cop.h dump.c ext/Opcode/Opcode.xs gv.c op.c perl.c pp_ctl.c
3453            ! pp_sys.c sv.c toke.c util.c win32/perllib.c
3454 ____________________________________________________________________________
3455 [  4578] By: gsar                                  on 1999/11/14  03:37:37
3456         Log: fix bug in change#4515 (STOP blocks now see @ARGV like the rest)
3457      Branch: perl
3458            ! perly.c perly.y t/op/misc.t vms/perly_c.vms
3459 ____________________________________________________________________________
3460 [  4577] By: jhi                                   on 1999/11/13  19:50:24
3461         Log: Change #4576 accidentally leaked also parts of
3462              Ilya's patch that won't apply cleanly anymore.
3463      Branch: cfgperl
3464            ! regexec.c t/op/re_tests
3465 ____________________________________________________________________________
3466 [  4576] By: jhi                                   on 1999/11/13  19:43:37
3467         Log: Integrate with Sarathy.
3468      Branch: cfgperl
3469            ! embed.h embed.pl embedvar.h proto.h regexec.c t/op/re_tests
3470           !> ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm t/lib/dumper.t
3471           !> t/op/regexp.t t/pragma/overload.t
3472 ____________________________________________________________________________
3473 [  4575] By: gsar                                  on 1999/11/13  19:41:46
3474         Log: typos in change#4561 and change#4565
3475      Branch: perl
3476            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
3477 ____________________________________________________________________________
3478 [  4574] By: gsar                                  on 1999/11/13  19:31:19
3479         Log: revert non-kosher parts of change#4562 (sort order problems
3480              should be ignored (on ebcdic) by fixing dumper.t/T() to sort
3481              result and expected lines; /[:ascii:]/ not working should be
3482              fixed, not ignored in regexp.t; result from sort should be
3483              fixed to be ascii portable on ebcdic, not ebcdic-specific)
3484      Branch: perl
3485            ! t/lib/dumper.t t/op/regexp.t t/pragma/overload.t
3486 ____________________________________________________________________________
3487 [  4573] By: gsar                                  on 1999/11/13  19:13:04
3488         Log: integrate cfgperl changes into mainline
3489      Branch: perl
3490           +> lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
3491           +> lib/unicode/In/BopomofoExtended.pl
3492           +> lib/unicode/In/BraillePatterns.pl
3493           +> lib/unicode/In/CJKRadicalsSupplement.pl
3494           +> lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
3495           +> lib/unicode/In/Cherokee.pl
3496           +> lib/unicode/In/IdeographicDescriptionCharacters.pl
3497           +> lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
3498           +> lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
3499           +> lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
3500           +> lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
3501           +> lib/unicode/In/Thaana.pl
3502           +> lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
3503           +> lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
3504            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
3505           !> (integrate 213 files)
3506 ____________________________________________________________________________
3507 [  4572] By: jhi                                   on 1999/11/13  18:44:50
3508         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
3509              To: perl5-porters@perl.org, VMSPERL@perl.org
3510              Subject: [PATCH 5.005_03 and 5.005_62] updates to README.vms
3511              Date: Wed, 27 Oct 1999 11:02:54 -0500
3512              Message-Id: <4.2.0.58.19991027105257.00addc10@mmtnt11.metamor.com>
3513      Branch: cfgperl
3514            ! README.vms
3515 ____________________________________________________________________________
3516 [  4571] By: jhi                                   on 1999/11/13  18:33:39
3517         Log: From: jand@activestate.com (Jan Dubois)
3518              To: perl5-porters@perl.org, Perl-Win32-Porters@activestate.com
3519              Cc: Douglas Lankshear <dougl@activestate.com>,
3520              Gurusamy Sarathy <gsar@activestate.com>
3521              Subject: [5.005_62 PATCH] support link() on WinNT and NTFS
3522              Date: Tue, 09 Nov 1999 00:38:33 +0100
3523              Message-ID: <382b5d24.10899522@smtprelay.t-online.de>
3524      Branch: cfgperl
3525            ! XSUB.h iperlsys.h pp_sys.c t/io/fs.t win32/config.bc
3526            ! win32/config.gc win32/config.vc win32/config_H.bc
3527            ! win32/config_H.gc win32/config_H.vc win32/perllib.c
3528            ! win32/win32.c win32/win32iop.h
3529 ____________________________________________________________________________
3530 [  4570] By: jhi                                   on 1999/11/13  18:30:37
3531         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3532              To: perl5-porters@perl.org (Mailing list Perl5)
3533              Subject: [PATCH 5.005_62] makedef.pl goof
3534              Date: Mon, 8 Nov 1999 23:55:21 -0500 (EST)
3535              Message-Id: <199911090455.XAA25627@monk.mps.ohio-state.edu>
3536      Branch: cfgperl
3537            ! makedef.pl
3538 ____________________________________________________________________________
3539 [  4569] By: jhi                                   on 1999/11/13  18:06:54
3540         Log: From: Michael G Schwern <schwern@pobox.com>
3541              To: perl5-porters@perl.org, pod-people@perl.org
3542              Cc: tchrist@mox.perl.com, gnat@frii.com
3543              Subject: [DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatText
3544              Date: Wed, 10 Nov 1999 17:21:46 -0500
3545              Message-ID: <19991110172146.A23527@athens.aocn.com>
3546      Branch: cfgperl
3547            ! pod/perlfaq9.pod
3548 ____________________________________________________________________________
3549 [  4568] By: jhi                                   on 1999/11/13  18:05:33
3550         Log: From: "Paul Moore" <gustav@morpheus.demon.co.uk>
3551              To: <perl5-porters@perl.org>
3552              Subject: DynaLoader_pm.PL patch (backslashes in strings)
3553              Date: Wed, 10 Nov 1999 22:52:02 -0000
3554              Message-ID: <LPBBIIMJKJMPNOGHGLLCMEBFCAAA.gustav@morpheus.demon.co.uk>
3555      Branch: cfgperl
3556            ! ext/DynaLoader/DynaLoader_pm.PL
3557 ____________________________________________________________________________
3558 [  4567] By: jhi                                   on 1999/11/13  18:03:52
3559         Log: From: JD Laub <jdl@access-health.com>
3560              To: perl5-porters@perl.org
3561              Subject: [ID 19991112.002] patch: Exporter.pm not reporting path
3562              Date: Fri, 12 Nov 1999 08:58:28 -0700 (MST)
3563              Message-Id: <199911121558.IAA08915@mocha.iasi.com>
3564      Branch: cfgperl
3565            ! lib/Exporter/Heavy.pm
3566 ____________________________________________________________________________
3567 [  4566] By: jhi                                   on 1999/11/13  18:01:24
3568         Log: From: Bernard Quatermass <bernard@quatermass.co.uk>
3569              To: perl5-porters@perl.org
3570              Subject: small patch for perldoc
3571              Date: Fri, 12 Nov 1999 23:11:43 GMT
3572              Message-Id: <VA.0000001c.00d1e05a@quatermass.co.uk>
3573      Branch: cfgperl
3574            ! utils/perldoc.PL
3575 ____________________________________________________________________________
3576 [  4565] By: jhi                                   on 1999/11/13  17:58:54
3577         Log: From: Scott Gifford <sgifford@tir.com>
3578              To: perl5-porters@perl.org
3579              Cc: gbarr@pobox.com
3580              Subject: [ID 19991112.004] Bug in IO::Socket (patch included)
3581              Date: 12 Nov 1999 18:55:30 -0500
3582              Message-Id: <m3emdvw9hp.fsf@sgifford.tir.com>
3583      Branch: cfgperl
3584            ! ext/IO/lib/IO/Socket.pm
3585 ____________________________________________________________________________
3586 [  4564] By: jhi                                   on 1999/11/13  17:45:39
3587         Log: Applied manually:
3588              From: "Craig A. Berry" <craig.berry@metamor.com>
3589              To: perl5-porters@perl.org, VMSPERL@perl.org
3590              Subject: [PATCH 5.005_62] patches required to build on VMS
3591              Date: Tue, 09 Nov 1999 18:16:14 -0600
3592              Message-Id: <4.2.2.19991109173839.00d12630@mmtnt11.metamor.com>
3593      Branch: cfgperl
3594            ! configure.com vms/descrip_mms.template vms/subconfigure.com
3595            ! vms/vms.c vms/vmsish.h
3596 ____________________________________________________________________________
3597 [  4563] By: jhi                                   on 1999/11/13  17:18:41
3598         Log: Regen Unicode tables to include a warning:
3599              Thou Shalt Not Edit Them By Hand; add missing
3600              (Unicode 2.0 -introduced) tables to MANIFEST;
3601              convert the equivalence tables to be valid Perl code.
3602      Branch: cfgperl
3603            + lib/unicode/Eq/Latin1.pl lib/unicode/Eq/Unicode.pl
3604            + lib/unicode/In/BopomofoExtended.pl
3605            + lib/unicode/In/BraillePatterns.pl
3606            + lib/unicode/In/CJKRadicalsSupplement.pl
3607            + lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
3608            + lib/unicode/In/Cherokee.pl
3609            + lib/unicode/In/IdeographicDescriptionCharacters.pl
3610            + lib/unicode/In/KangxiRadicals.pl lib/unicode/In/Khmer.pl
3611            + lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
3612            + lib/unicode/In/Ogham.pl lib/unicode/In/Runic.pl
3613            + lib/unicode/In/Sinhala.pl lib/unicode/In/Syriac.pl
3614            + lib/unicode/In/Thaana.pl
3615            + lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
3616            + lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
3617            - lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
3618            ! (edit 169 files)
3619 ____________________________________________________________________________
3620 [  4562] By: jhi                                   on 1999/11/13  16:53:00
3621         Log: From: Peter Prymmer <pvhp@forte.com>
3622              To: gsar@activestate.com, perl-mvs@perl.org, perlbug@perl.com
3623              Subject: [PATCH: 5.005_62]was Re: [ID 19991102.003] perl on os390
3624              Date: Wed, 10 Nov 1999 14:34:36 -0800 (PST)
3625              Message-Id: <199911102234.OAA01018@brio.forte.com>
3626      Branch: cfgperl
3627            ! t/lib/dumper.t t/op/pack.t t/op/regexp.t t/pragma/locale.t
3628            ! t/pragma/overload.t
3629 ____________________________________________________________________________
3630 [  4561] By: jhi                                   on 1999/11/13  16:29:37
3631         Log: $Config{myarchname} is not a good architecture identifier
3632              because it may contain host/node identification like
3633              CPU serial numbers.
3634      Branch: cfgperl
3635            ! ext/Errno/Errno_pm.PL
3636 ____________________________________________________________________________
3637 [  4560] By: jhi                                   on 1999/11/13  16:26:13
3638         Log: Continue largefileness separation from quadness;
3639              move nv-preserving test out of perl.h into Configure;
3640              use HAS_SETVBUF in IO.
3641      Branch: cfgperl
3642            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3643            ! config_h.SH ext/IO/IO.xs hints/solaris_2.sh perl.h pp_sys.c
3644      Branch: metaconfig
3645            ! U/a_dvisory/quadtype.U
3646      Branch: metaconfig/U/perl
3647            + nvpresuv.U
3648            ! d_fseeko.U d_ftello.U io64.U perlxv.U
3649 ____________________________________________________________________________
3650 [  4559] By: jhi                                   on 1999/11/13  13:46:38
3651         Log: Try to fix largefileness so that it "works" without a quad IV.
3652      Branch: cfgperl
3653            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3654            ! config_h.SH perl.h pp_sys.c t/lib/syslfs.t t/op/lfs.t
3655      Branch: metaconfig
3656            ! U/a_dvisory/quadtype.U U/typedefs/lseektype.U
3657      Branch: metaconfig/U/perl
3658            ! io64.U
3659 ____________________________________________________________________________
3660 [  4558] By: jhi                                   on 1999/11/13  11:36:19
3661         Log: Undo drift from mainline.
3662      Branch: cfgperl
3663            ! regcomp.c util.c utils/h2xs.PL
3664 ____________________________________________________________________________
3665 [  4557] By: gsar                                  on 1999/11/13  10:54:46
3666         Log: typo
3667      Branch: perl
3668            ! util.c
3669 ____________________________________________________________________________
3670 [  4556] By: gsar                                  on 1999/11/13  10:53:41
3671         Log: integrate cfgperl contents (op.[ch] needed manual resolve)
3672      Branch: perl
3673           +> epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
3674           +> epoc/epoc_stubs.c
3675           !> (integrate 48 files)
3676 ____________________________________________________________________________
3677 [  4555] By: jhi                                   on 1999/11/13  10:05:54
3678         Log: Integrate with Sarathy.
3679      Branch: cfgperl
3680           !> dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
3681           !> sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
3682 ____________________________________________________________________________
3683 [  4554] By: jhi                                   on 1999/11/13  10:03:07
3684         Log: s/_SIGN$/_sign/g;
3685      Branch: metaconfig
3686            ! U/typedefs/gidsign.U U/typedefs/pidsign.U U/typedefs/uidsign.U
3687 ____________________________________________________________________________
3688 [  4553] By: gsar                                  on 1999/11/13  02:17:53
3689         Log: cloned interpreters now actually run and pass all but 55/10386
3690              subtests; various subtle bugs, new and old, observed when running
3691              cloned interpreters have been fixed
3692              
3693              still to do:
3694              |  * dup psig_ptr table
3695              |  * merge PADOP GVs support with "our" SVs (existing PADOPs are too
3696              |    simple-minded and grab one pad entry each, heavily bloating
3697              |    the pad by not avoiding dups)
3698              |  * overloaded constants are not really immutable--they need to
3699              |    be PADOPs
3700              |  * allocator for constants and OPs need to be spelled differently
3701              |    (shared vs interpreter-local allocations)
3702              |  * optree refcounting is still missing locking (macros are in place)
3703              |  * curstackinfo, {mark,scope,save,ret}stack need to be cloned so
3704              |    perl_clone() can be called from within runops*()
3705      Branch: perl
3706            ! dump.c ext/Devel/DProf/DProf.xs gv.c mg.c op.c perl.c pp.c
3707            ! sv.c warnings.h warnings.pl win32/Makefile win32/perllib.c
3708 ____________________________________________________________________________
3709 [  4552] By: jhi                                   on 1999/11/11  23:17:43
3710         Log: Turn on largefileness always if available and
3711              continue 64-bit fixes.
3712      Branch: cfgperl
3713            ! Configure config_h.SH handy.h hints/aix.sh hints/dec_osf.sh
3714            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh perl.h pp.c
3715            ! sv.c t/lib/syslfs.t t/op/lfs.t utf8.c
3716 ____________________________________________________________________________
3717 [  4551] By: jhi                                   on 1999/11/11  23:16:15
3718         Log: Split int64type from i_inttypes, rename quadcase into quadkind.
3719      Branch: metaconfig
3720            ! U/a_dvisory/quadtype.U
3721      Branch: metaconfig/U/perl
3722            + d_int64t.U
3723            ! i_inttypes.U io64.U
3724 ____________________________________________________________________________
3725 [  4550] By: jhi                                   on 1999/11/11  20:24:55
3726         Log: Fix a thinko in 4548.
3727      Branch: cfgperl
3728            ! pp_sys.c
3729 ____________________________________________________________________________
3730 [  4549] By: jhi                                   on 1999/11/11  19:48:21
3731         Log: Integrate with Sarathy.
3732      Branch: cfgperl
3733           !> (integrate 56 files)
3734 ____________________________________________________________________________
3735 [  4548] By: jhi                                   on 1999/11/11  19:41:56
3736         Log: Try to do something if st_size, st_uid, st_gid are too big for an IV;
3737              regen Configure.
3738      Branch: cfgperl
3739            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3740            ! config_h.SH pp_sys.c
3741 ____________________________________________________________________________
3742 [  4547] By: jhi                                   on 1999/11/11  19:40:38
3743         Log: s/_SIZE$/_size/g; add sizesize and ssizesize.
3744      Branch: metaconfig
3745            + U/typedefs/sizesize.U U/typedefs/ssizesize.U
3746            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
3747 ____________________________________________________________________________
3748 [  4546] By: gsar                                  on 1999/11/11  10:32:54
3749         Log: avoid stash pointers in optree under USE_ITHREADS
3750      Branch: perl
3751            ! bytecode.pl cop.h ext/B/B.xs ext/B/B/Asmdata.pm
3752            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
3753            ! ext/B/B/Deparse.pm ext/ByteLoader/bytecode.h
3754            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
3755            ! ext/Opcode/Opcode.xs gv.c op.c perl.c pp.c pp_ctl.c pp_hot.c
3756            ! scope.h sv.c
3757 ____________________________________________________________________________
3758 [  4545] By: gsar                                  on 1999/11/11  06:04:20
3759         Log: another change towards a shareable optree: avoid pointer to filegv
3760              in COP; revert parts of change#4485 and s/xcv_filegv/xcv_file/
3761              (CvFILE() may yet come in handy somewhere); adjust compiler doodads
3762              to suit
3763      Branch: perl
3764            ! bytecode.pl cop.h cv.h dump.c ext/B/B.pm ext/B/B.xs
3765            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
3766            ! ext/B/B/CC.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
3767            ! ext/B/B/Lint.pm ext/B/B/Xref.pm ext/ByteLoader/bytecode.h
3768            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
3769            ! ext/Devel/Peek/Peek.pm gv.c gv.h op.c perl.c pp.c pp_ctl.c
3770            ! pp_sys.c scope.c scope.h sv.c sv.h toke.c util.c util.h
3771            ! win32/perllib.c
3772 ____________________________________________________________________________
3773 [  4544] By: gsar                                  on 1999/11/10  18:19:12
3774         Log: more cleanups for change#4539
3775      Branch: perl
3776            ! gv.h op.c op.h pp_ctl.c pp_hot.c
3777 ____________________________________________________________________________
3778 [  4543] By: gsar                                  on 1999/11/10  01:52:22
3779         Log: remove dead branch/infinite looper in change#3612
3780      Branch: perl
3781            ! op.c
3782 ____________________________________________________________________________
3783 [  4542] By: gsar                                  on 1999/11/09  20:05:47
3784         Log: IoDIRP may be fake when used in source filters, mark as such
3785      Branch: perl
3786            ! sv.c sv.h toke.c
3787 ____________________________________________________________________________
3788 [  4541] By: gsar                                  on 1999/11/09  05:47:53
3789         Log: small nits in changes#4538,4539
3790      Branch: perl
3791            ! op.c sv.c
3792 ____________________________________________________________________________
3793 [  4540] By: gsar                                  on 1999/11/08  20:30:58
3794         Log: win32 symbol export tweak
3795      Branch: perl
3796            ! makedef.pl win32/win32.c win32/win32iop.h
3797 ____________________________________________________________________________
3798 [  4539] By: gsar                                  on 1999/11/08  18:50:40
3799         Log: preliminary support for GVOP indirection via pad
3800      Branch: perl
3801            ! doio.c dump.c embed.h embed.pl global.sym objXSUB.h op.c op.h
3802            ! opcode.pl perlapi.c pp_hot.c pp_sys.c proto.h run.c
3803 ____________________________________________________________________________
3804 [  4538] By: gsar                                  on 1999/11/08  11:25:49
3805         Log: preliminary support for perl_clone() (still needs work in
3806              the following areas: SVOPs must indirect via pad; context
3807              stack, scope stack, and runlevels must be cloned; must
3808              hook up the virtualized pseudo-process support provided by
3809              "host"; ...)
3810      Branch: perl
3811            ! av.h embed.h embed.pl embedvar.h global.sym hv.c hv.h
3812            ! intrpvar.h makedef.pl objXSUB.h perl.h perlapi.c proto.h sv.c
3813            ! win32/perllib.c win32/win32.c
3814 ____________________________________________________________________________
3815 [  4537] By: gsar                                  on 1999/11/08  11:19:18
3816         Log: more thorough cleanup in perl_destroy()
3817      Branch: perl
3818            ! perl.c util.c
3819 ____________________________________________________________________________
3820 [  4536] By: gsar                                  on 1999/11/08  07:16:10
3821         Log: win32 internal data must be interpreter-local
3822      Branch: perl
3823            ! win32/win32.c win32/win32.h win32/win32sck.c
3824 ____________________________________________________________________________
3825 [  4535] By: gsar                                  on 1999/11/08  04:17:28
3826         Log: tweak change#4502
3827      Branch: perl
3828            ! doio.c perl.c
3829 ____________________________________________________________________________
3830 [  4534] By: jhi                                   on 1999/11/07  13:17:03
3831         Log: Four special class subs, not three.
3832      Branch: cfgperl
3833            ! pod/perlmod.pod
3834 ____________________________________________________________________________
3835 [  4533] By: jhi                                   on 1999/11/07  13:13:15
3836         Log: Integrate with Sarathy.
3837      Branch: cfgperl
3838           !> mg.c t/io/print.t
3839 ____________________________________________________________________________
3840 [  4532] By: jhi                                   on 1999/11/07  12:36:10
3841         Log: More test program maintenance.
3842      Branch: cfgperl
3843            ! Configure config_h.SH
3844      Branch: metaconfig
3845            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
3846            ! U/compline/charsize.U U/compline/d_sigaction.U
3847            ! U/compline/doublesize.U U/compline/floatsize.U
3848            ! U/compline/nblock_io.U U/compline/ptrsize.U
3849            ! U/modified/Signal.U U/typedefs/gidsize.U U/typedefs/pidsize.U
3850            ! U/typedefs/uidsize.U
3851      Branch: metaconfig/U/perl
3852            ! fpossize.U
3853 ____________________________________________________________________________
3854 [  4531] By: jhi                                   on 1999/11/07  00:34:09
3855         Log: Tidy up the metaconfig test programs.
3856      Branch: cfgperl
3857            ! Configure config_h.SH
3858      Branch: metaconfig
3859            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
3860            ! U/compline/charsize.U U/compline/doublesize.U
3861            ! U/compline/nblock_io.U U/compline/ptrsize.U
3862            ! U/modified/d_longlong.U U/typedefs/gidsize.U
3863            ! U/typedefs/lseektype.U U/typedefs/pidsize.U
3864            ! U/typedefs/uidsize.U
3865      Branch: metaconfig/U/perl
3866            ! fpossize.U
3867 ____________________________________________________________________________
3868 [  4530] By: jhi                                   on 1999/11/06  23:51:34
3869         Log: So many printfs, so little time.
3870      Branch: cfgperl
3871            ! op.c perl.c regcomp.c scope.c util.c
3872 ____________________________________________________________________________
3873 [  4529] By: jhi                                   on 1999/11/06  23:27:35
3874         Log: Replace the explicit zeros with NOOPs.
3875      Branch: cfgperl
3876            ! perl.h
3877 ____________________________________________________________________________
3878 [  4528] By: jhi                                   on 1999/11/06  23:10:54
3879         Log: From: jand@activestate.com (Jan Dubois)
3880              To: perl5-porters@perl.org
3881              Cc: Mike Blazer <blazer@mail.nevalink.ru>,
3882              Mark Borgerding <mborgerding@acm.org>
3883              Subject: [5.005_62 PATCH] binmode and locale support for -T and -B filetest operators
3884              Date: Sat, 06 Nov 1999 22:16:43 +0100
3885              Message-ID: <38279207.46448719@smtprelay.t-online.de>
3886      Branch: cfgperl
3887            ! op.c op.h
3888 ____________________________________________________________________________
3889 [  4527] By: jhi                                   on 1999/11/06  20:22:14
3890         Log: ...and fewer.
3891      Branch: cfgperl
3892            ! dump.c
3893 ____________________________________________________________________________
3894 [  4526] By: jhi                                   on 1999/11/06  20:19:04
3895         Log: ...and they are getting fewer.
3896      Branch: cfgperl
3897            ! dump.c op.c util.c
3898 ____________________________________________________________________________
3899 [  4525] By: jhi                                   on 1999/11/06  19:59:59
3900         Log: More printf miscasts flushed out.
3901      Branch: cfgperl
3902            ! dump.c ext/B/B.xs ext/Data/Dumper/Dumper.xs regcomp.c
3903            ! regexec.c
3904 ____________________________________________________________________________
3905 [  4524] By: jhi                                   on 1999/11/06  15:39:05
3906         Log: Crushing the remaining %ld guerillas.
3907      Branch: cfgperl
3908            ! ext/Devel/DProf/DProf.xs
3909 ____________________________________________________________________________
3910 [  4523] By: jhi                                   on 1999/11/06  15:11:38
3911         Log: Update CPAN sites list.
3912      Branch: cfgperl
3913            ! pod/perlmodlib.pod
3914 ____________________________________________________________________________
3915 [  4522] By: jhi                                   on 1999/11/05  19:50:46
3916         Log: The -n32 is normally part of $cc, not $ccflags.
3917      Branch: cfgperl
3918            ! hints/irix_6.sh
3919 ____________________________________________________________________________
3920 [  4521] By: gsar                                  on 1999/11/05  04:35:30
3921         Log: allow $\ to work right when set to a string with embedded nulls
3922      Branch: perl
3923            ! mg.c t/io/print.t
3924 ____________________________________________________________________________
3925 [  4520] By: jhi                                   on 1999/11/04  23:30:09
3926         Log: Integrate with Sarathy.
3927      Branch: cfgperl
3928           !> embedvar.h ext/B/B/Bytecode.pm ext/B/B/Lint.pm
3929           !> ext/B/B/Stash.pm ext/B/NOTES ext/B/O.pm ext/File/Glob/Glob.pm
3930           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h intrpvar.h
3931           !> keywords.h keywords.pl objXSUB.h op.c perl.c pod/perldelta.pod
3932           !> pod/perldiag.pod pod/perlfunc.pod pod/perlmod.pod
3933           !> pod/perlrun.pod pod/perlsub.pod pod/perltodo.pod toke.c
3934 ____________________________________________________________________________
3935 [  4519] By: jhi                                   on 1999/11/04  23:09:25
3936         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3937              To: perl5-porters@perl.org (Mailing list Perl5)
3938              Subject: [PATCH 5.005_62] ref to non-lvalue method
3939              Date: Wed, 3 Nov 1999 03:52:48 -0500 (EST)
3940              Message-Id: <199911030852.DAA06563@monk.mps.ohio-state.edu>
3941      Branch: cfgperl
3942            ! op.c
3943 ____________________________________________________________________________
3944 [  4518] By: jhi                                   on 1999/11/04  23:07:27
3945         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3946              To: perl5-porters@perl.org (Mailing list Perl5)
3947              Subject: [PATCH 5.005_62] xsubpp dependency
3948              Date: Wed, 3 Nov 1999 02:57:23 -0500 (EST)
3949              Message-Id: <199911030757.CAA06325@monk.mps.ohio-state.edu>
3950      Branch: cfgperl
3951            ! lib/ExtUtils/MM_Unix.pm
3952 ____________________________________________________________________________
3953 [  4517] By: jhi                                   on 1999/11/04  23:05:59
3954         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3955              To: perl5-porters@perl.org (Mailing list Perl5)
3956              Subject: [PATCH 5.005_62] regexp.h
3957              Date: Wed, 3 Nov 1999 02:55:21 -0500 (EST)
3958              Message-Id: <199911030755.CAA06311@monk.mps.ohio-state.edu>
3959      Branch: cfgperl
3960            ! regexp.h
3961 ____________________________________________________________________________
3962 [  4516] By: gsar                                  on 1999/11/04  18:25:45
3963         Log: change#4485 didn't do the right thing for B::Bytecode
3964      Branch: perl
3965            ! ext/B/B/Bytecode.pm
3966 ____________________________________________________________________________
3967 [  4515] By: gsar                                  on 1999/11/04  17:28:29
3968         Log: implement STOP blocks and fix compiler to use them (minimally
3969              tested)
3970      Branch: perl
3971            ! embedvar.h ext/B/B/Lint.pm ext/B/B/Stash.pm ext/B/NOTES
3972            ! ext/B/O.pm intrpvar.h keywords.h keywords.pl objXSUB.h op.c
3973            ! perl.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
3974            ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod
3975            ! pod/perltodo.pod toke.c
3976 ____________________________________________________________________________
3977 [  4514] By: gsar                                  on 1999/11/04  15:59:46
3978         Log: display BSD license in Glob.pm (for clause #2 conformity)
3979      Branch: perl
3980            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
3981            ! ext/File/Glob/bsd_glob.h
3982 ____________________________________________________________________________
3983 [  4513] By: jhi                                   on 1999/11/04  08:26:19
3984         Log: Integrate with Sarathy.
3985      Branch: cfgperl
3986           +> t/io/nargv.t
3987           !> (integrate 34 files)
3988 ____________________________________________________________________________
3989 [  4512] By: jhi                                   on 1999/11/04  08:01:25
3990         Log: Incremental Mac integration from Matthias.
3991      Branch: cfgperl
3992            ! perl.c perl.h pp_ctl.c pp_hot.c run.c sv.c t/pod/testpchk.pl
3993            ! toke.c util.c
3994 ____________________________________________________________________________
3995 [  4511] By: gsar                                  on 1999/11/04  02:53:37
3996         Log: remove VIRTUAL tag, PERL_OBJECT doesn't need it anymore
3997      Branch: perl
3998            ! dosish.h embed.pl mg.c os2/os2ish.h perl.c perl.h perly.c
3999            ! perly_c.diff pp_ctl.c proto.h regcomp.c regexec.c sv.c toke.c
4000            ! universal.c vms/perly_c.vms vms/vmsish.h win32/win32.h
4001            ! xsutils.c
4002 ____________________________________________________________________________
4003 [  4510] By: jhi                                   on 1999/11/02  22:12:29
4004         Log: S_init_interp is a better place to diddle with PL_opargs
4005              than perl_construct.
4006      Branch: cfgperl
4007            ! perl.c
4008 ____________________________________________________________________________
4009 [  4509] By: jhi                                   on 1999/11/02  21:30:02
4010         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
4011              To: ben@mucus.advanced.org, perl5-porters@perl.org
4012              Subject: Re: [ID 19991102.002] unpack('N', pack('N', -1)) not idempotent
4013              Date: Tue, 02 Nov 1999 21:36:00 +0000
4014              Message-Id: <E11ilay-00020o-00@taurus.cus.cam.ac.uk>
4015      Branch: cfgperl
4016            ! pod/perlfunc.pod
4017 ____________________________________________________________________________
4018 [  4508] By: jhi                                   on 1999/11/02  20:46:27
4019         Log: Initial integration of the MacPerl changes form Matthias.
4020      Branch: cfgperl
4021            ! doio.c ext/DynaLoader/DynaLoader_pm.PL ext/Fcntl/Fcntl.pm
4022            ! ext/Fcntl/Fcntl.xs gv.c mg.c opcode.pl perl.c perl.h pp_ctl.c
4023            ! pp_hot.c pp_sys.c run.c sv.c toke.c util.c
4024 ____________________________________________________________________________
4025 [  4507] By: jhi                                   on 1999/11/01  23:05:07
4026         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4027              To: lvirden@cas.org (Larry W. Virden)
4028              Cc: perl5-porters@perl.org, lvirden@cas.org
4029              Subject: Re: [ID 19991026.001] perl segmentation fault report
4030              Date: Mon, 1 Nov 1999 18:14:16 -0500 (EST)
4031              Message-Id: <199911012314.SAA22664@monk.mps.ohio-state.edu>
4032      Branch: cfgperl
4033            ! regexec.c t/op/pat.t
4034 ____________________________________________________________________________
4035 [  4506] By: jhi                                   on 1999/11/01  19:56:28
4036         Log: From: Olaf Flebbe <olaf@science-computing.de>
4037              To: perl5-porters@perl.org
4038              Subject: [PATCH: 5.005_62] Patch for EPOC Support
4039              Date: Mon, 1 Nov 1999 20:46:54 +0100 (MET)
4040              Message-ID: <Pine.LNX.4.10.9911012045190.411-100000@dragon.science-computing.de>
4041      Branch: cfgperl
4042            + epoc/Config.pm epoc/autosplit.pl epoc/createpkg.pl
4043            + epoc/epoc_stubs.c
4044            ! MANIFEST README.epoc epoc/epocish.h epoc/perl.mmp
4045            ! epoc/perl.pkg
4046 ____________________________________________________________________________
4047 [  4505] By: gsar                                  on 1999/11/01  17:09:44
4048         Log: macros for COP.cop_filegv access
4049      Branch: perl
4050            ! cop.h deb.c gv.c op.c perl.c pp_ctl.c pp_sys.c scope.c toke.c
4051            ! util.c
4052 ____________________________________________________________________________
4053 [  4504] By: gsar                                  on 1999/11/01  17:08:28
4054         Log: enable better Win32::DomainName() by demand loading netapi32.dll
4055              (from Jan Dubois)
4056      Branch: perl
4057            ! pod/Win32.pod win32/win32.c
4058 ____________________________________________________________________________
4059 [  4503] By: gsar                                  on 1999/10/31  20:56:06
4060         Log: change#4502 was missing a file
4061      Branch: perl
4062            + t/io/nargv.t
4063 ____________________________________________________________________________
4064 [  4502] By: gsar                                  on 1999/10/31  20:46:02
4065         Log: make nested ARGV/$^I loops work correctly; fixes several bugs
4066              in the way ARGV state was handled in readline(); writing a
4067              subroutine to do inplace edits is now possible, provided *ARGV,
4068              *ARGVOUT, $^I and $_ are localized where needed
4069      Branch: perl
4070            ! MANIFEST doio.c embedvar.h intrpvar.h objXSUB.h perl.c
4071            ! pp_hot.c scope.c
4072 ____________________________________________________________________________
4073 [  4501] By: jhi                                   on 1999/10/31  12:43:54
4074         Log: Integrate with Sarathy.
4075      Branch: cfgperl
4076           !> perl.h win32/config.bc win32/config.gc win32/config.vc
4077           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
4078 ____________________________________________________________________________
4079 [  4500] By: gsar                                  on 1999/10/31  10:01:17
4080         Log: updated windows config* files
4081      Branch: perl
4082            ! win32/config.bc win32/config.gc win32/config.vc
4083            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4084 ____________________________________________________________________________
4085 [  4499] By: gsar                                  on 1999/10/31  09:15:17
4086         Log: integrate cfgperl contents into mainline
4087      Branch: perl
4088           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
4089           !> config_h.SH perl.h
4090 ____________________________________________________________________________
4091 [  4498] By: gsar                                  on 1999/10/31  09:13:41
4092         Log: remove unused struct Outrec
4093      Branch: perl
4094            ! perl.h
4095 ____________________________________________________________________________
4096 [  4497] By: jhi                                   on 1999/10/30  12:41:50
4097         Log: Add HAS_QUAD ($Config{d_quad}); use it.
4098      Branch: cfgperl
4099            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4100            ! config_h.SH perl.h
4101      Branch: metaconfig
4102            ! U/a_dvisory/quadtype.U U/compline/charsize.U U/typedefs/gidf.U
4103            ! U/typedefs/uidf.U
4104      Branch: metaconfig/U/perl
4105            ! perlxv.U
4106 ____________________________________________________________________________
4107 [  4496] By: gsar                                  on 1999/10/30  00:28:32
4108         Log: integrate cfgperl contents into mainline
4109      Branch: perl
4110           !> Configure Policy_sh.SH Porting/Glossary Porting/config.sh
4111           !> Porting/config_H README.hurd config_h.SH doop.c handy.h
4112           !> hints/aix.sh hints/irix_6.sh hints/solaris_2.sh mg.c perl.c
4113           !> perl.h pp.c pp.h regexec.c sv.c taint.c
4114 ____________________________________________________________________________
4115 [  4495] By: jhi                                   on 1999/10/29  23:36:19
4116         Log: Continue what #4494 started; introduce uid and gid formats.
4117      Branch: cfgperl
4118            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4119            ! config_h.SH handy.h perl.h
4120      Branch: metaconfig
4121            + U/a_dvisory/quadtype.U U/typedefs/gidf.U U/typedefs/uidf.U
4122            - U/typedefs/quadtype.U
4123      Branch: metaconfig/U/perl
4124            ! perlxv.U
4125 ____________________________________________________________________________
4126 [  4494] By: jhi                                   on 1999/10/29  22:09:01
4127         Log: Move the IV, UV, I8, U8, ..., and NV to metaconfig
4128              from perl.h and handy.h.
4129      Branch: cfgperl
4130            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4131            ! config_h.SH handy.h perl.h
4132      Branch: metaconfig/U/perl
4133            + perlxv.U perlxvf.U
4134 ____________________________________________________________________________
4135 [  4493] By: jhi                                   on 1999/10/29  22:08:06
4136         Log: Finetuning the output continues along the lines of #4490 and #4491.
4137      Branch: metaconfig
4138            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
4139            ! U/typedefs/fpostype.U
4140      Branch: metaconfig/U/perl
4141            + fpossize.U
4142            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
4143            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
4144 ____________________________________________________________________________
4145 [  4492] By: jhi                                   on 1999/10/29  21:14:53
4146         Log: Hurd update from Mark Kettenis.
4147      Branch: cfgperl
4148            ! README.hurd
4149 ____________________________________________________________________________
4150 [  4491] By: jhi                                   on 1999/10/29  20:37:02
4151         Log: A new try at what #4490 tried to accomplish.
4152      Branch: metaconfig
4153            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
4154      Branch: metaconfig/U/perl
4155            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
4156            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
4157 ____________________________________________________________________________
4158 [  4490] By: jhi                                   on 1999/10/29  20:19:41
4159         Log: metaconfig nits.
4160      Branch: metaconfig
4161            ! U/modified/i_sysuio.U U/threads/d_pthreadj.U
4162      Branch: metaconfig/U/perl
4163            + d_iovec_s.U
4164            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
4165            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U io64.U
4166 ____________________________________________________________________________
4167 [  4489] By: jhi                                   on 1999/10/29  16:08:43
4168         Log: Integrate with Sarathy.
4169      Branch: cfgperl
4170           !> (integrate 31 files)
4171 ____________________________________________________________________________
4172 [  4488] By: jhi                                   on 1999/10/29  15:30:30
4173         Log: Regen Configure and Glossary.
4174      Branch: cfgperl
4175            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4176            ! config_h.SH
4177 ____________________________________________________________________________
4178 [  4487] By: jhi                                   on 1999/10/29  15:24:13
4179         Log: Remove quad logic from perl.h; regen Configure;
4180              add -DUSE_LONG_LONG to ccflags if not already there.
4181      Branch: cfgperl
4182            ! Configure config_h.SH doop.c hints/aix.sh hints/irix_6.sh
4183            ! hints/solaris_2.sh perl.h pp.c pp.h regexec.c sv.c
4184 ____________________________________________________________________________
4185 [  4486] By: jhi                                   on 1999/10/29  15:22:38
4186         Log: metaconfig: moved quad logic from perl.h to Configure (quadtype.U);
4187              fixed the use*.U to define their stuff only iff not already defined
4188              (so that ccflags can have any -DUSE_* it wants);
4189              uselonglong.U added; various small nits fixed.
4190      Branch: metaconfig
4191            + U/typedefs/quadtype.U
4192            ! U/modified/d_longdbl.U U/modified/d_longlong.U
4193            ! U/modified/d_statblks.U U/modified/usenm.U
4194            ! U/threads/usethreads.U
4195      Branch: metaconfig/U/perl
4196            + uselonglong.U
4197            ! d_cmsghdr_s.U d_fs_data_s.U d_msghdr_s.U d_statfs3.U
4198            ! d_statfs4.U d_statfs_f_flags.U d_statfs_s.U i_inttypes.U
4199            ! quadfio.U use64bits.U uselfs.U uselongdbl.U usemorebits.U
4200            ! usemultiplicity.U useperlio.U usesocks.U
4201 ____________________________________________________________________________
4202 [  4485] By: gsar                                  on 1999/10/29  06:08:50
4203         Log: more cleanup: avoid unused knowledge of "file GV" notion in CV and GV
4204      Branch: perl
4205            ! bytecode.pl cv.h dump.c ext/B/B.pm ext/B/B.xs
4206            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
4207            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/ByteLoader/byterun.c
4208            ! ext/ByteLoader/byterun.h ext/Devel/Peek/Peek.pm gv.c gv.h op.c
4209            ! sv.h
4210 ____________________________________________________________________________
4211 [  4484] By: gsar                                  on 1999/10/29  03:00:21
4212         Log: usurp GVOP slot for new PADOP (one small step to making optree
4213              shareable across interpreters)
4214      Branch: perl
4215            ! bytecode.pl doio.c dump.c ext/B/B.pm ext/B/B.xs
4216            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
4217            ! ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
4218            ! ext/B/B/Terse.pm ext/B/typemap ext/ByteLoader/byterun.c
4219            ! ext/ByteLoader/byterun.h op.c op.h opcode.h opcode.pl perl.h
4220            ! pp_hot.c pp_sys.c regexec.c run.c
4221 ____________________________________________________________________________
4222 [  4483] By: jhi                                   on 1999/10/28  22:01:12
4223         Log: Regen Configure.
4224      Branch: cfgperl
4225            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4226            ! config_h.SH
4227 ____________________________________________________________________________
4228 [  4482] By: jhi                                   on 1999/10/28  21:45:26
4229         Log: Installdirs patches from Andy.
4230      Branch: metaconfig
4231            ! U/installdirs/sitearch.U U/installdirs/sitebin.U
4232            ! U/installdirs/sitehtml1dir.U U/installdirs/sitehtml3dir.U
4233            ! U/installdirs/sitelib.U U/installdirs/siteman1dir.U
4234            ! U/installdirs/siteman3dir.U U/installdirs/siteprefix.U
4235            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
4236            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
4237            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
4238            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
4239            ! U/installdirs/vendorprefix.U U/installdirs/vendorscriptdir.U
4240 ____________________________________________________________________________
4241 [  4481] By: gsar                                  on 1999/10/28  17:33:49
4242         Log: remove C<use Time::Local 'no_range_check'> misfeature (global
4243              can still be directly set)
4244      Branch: perl
4245            ! lib/Time/Local.pm
4246 ____________________________________________________________________________
4247 [  4480] By: jhi                                   on 1999/10/28  13:49:26
4248         Log: Fix printing of uids and gids; regen Configure.
4249      Branch: cfgperl
4250            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4251            ! config_h.SH mg.c perl.c perl.h taint.c
4252 ____________________________________________________________________________
4253 [  4479] By: jhi                                   on 1999/10/28  11:53:57
4254         Log: Fix typo.
4255      Branch: metaconfig
4256            ! U/typedefs/gidsize.U
4257 ____________________________________________________________________________
4258 [  4478] By: jhi                                   on 1999/10/28  06:50:02
4259         Log: Integrate with Sarathy.
4260      Branch: cfgperl
4261           !> Changes iperlsys.h makedef.pl patchlevel.h perl.h
4262           !> win32/Makefile win32/config.bc win32/config.gc win32/config.vc
4263           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
4264           !> win32/config_sh.PL win32/makefile.mk win32/win32.h
4265 ____________________________________________________________________________
4266 [  4477] By: jhi                                   on 1999/10/28  06:40:54
4267         Log: (Slightly) better comments for Policy_sh.SH from Andy.
4268      Branch: cfgperl
4269            ! Policy_sh.SH
4270 ____________________________________________________________________________
4271 [  4476] By: gsar                                  on 1999/10/27  23:54:36
4272         Log: regen config* stuff for windows
4273      Branch: perl
4274            ! Changes patchlevel.h win32/Makefile win32/config.bc
4275            ! win32/config.gc win32/config.vc win32/config_H.bc
4276            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
4277            ! win32/makefile.mk
4278 ____________________________________________________________________________
4279 [  4475] By: gsar                                  on 1999/10/27  21:32:30
4280         Log: integrate cfgperl contents into mainline; merge conflicts
4281      Branch: perl
4282           !> (integrate 46 files)
4283 ____________________________________________________________________________
4284 [  4474] By: gsar                                  on 1999/10/27  21:15:07
4285         Log: patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but not
4286              perl; stdout/stderr redirects seem broken as well)
4287      Branch: perl
4288            ! iperlsys.h makedef.pl perl.h win32/makefile.mk win32/win32.h
4289 ____________________________________________________________________________
4290 [  4473] By: jhi                                   on 1999/10/27  21:11:11
4291         Log: Do not block if no message queues available.
4292      Branch: cfgperl
4293            ! t/lib/ipc_sysv.t
4294 ____________________________________________________________________________
4295 [  4472] By: jhi                                   on 1999/10/27  18:27:40
4296         Log: Remove unused "squatter" symbols; regen Configure.
4297      Branch: cfgperl
4298            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
4299            ! Porting/config_H config_h.SH epoc/config.h iperlsys.h perl.h
4300            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4301 ____________________________________________________________________________
4302 [  4471] By: jhi                                   on 1999/10/27  18:26:55
4303         Log: metaconfig; split socket; fix output.
4304      Branch: metaconfig
4305            ! U/modified/d_socket.U U/modified/d_statblks.U
4306      Branch: metaconfig/U/perl
4307            + d_cmsghdr_s.U d_msghdr_s.U d_recvmsg.U d_sendmsg.U
4308            ! i_sysstatfs.U i_sysvfs.U
4309 ____________________________________________________________________________
4310 [  4470] By: jhi                                   on 1999/10/27  17:19:06
4311         Log: Regen Configure.
4312      Branch: cfgperl
4313            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4314            ! config_h.SH perl.c perl.h
4315 ____________________________________________________________________________
4316 [  4469] By: jhi                                   on 1999/10/27  17:18:41
4317         Log: metaconfig; split statfs.
4318      Branch: metaconfig/U/perl
4319            + d_fs_data_s.U d_statfs_f_flags.U d_statfs_s.U
4320            ! d_statfs.U
4321 ____________________________________________________________________________
4322 [  4468] By: jhi                                   on 1999/10/27  14:06:44
4323         Log: Integrate with Sarathy; manual resolve on regcomp.c conflicts
4324              (Ilya's changes won).
4325      Branch: cfgperl
4326           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
4327           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
4328           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
4329           !> (integrate 65 files)
4330 ____________________________________________________________________________
4331 [  4467] By: jhi                                   on 1999/10/27  13:38:41
4332         Log: Regen Configure.
4333      Branch: cfgperl
4334            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4335            ! config_h.SH
4336 ____________________________________________________________________________
4337 [  4466] By: jhi                                   on 1999/10/27  13:18:06
4338         Log: metaconfig fixes from Andy.
4339      Branch: metaconfig
4340            + U/modified/libnlist.U U/modified/usrinc.U
4341            ! U/Glossary.patch U/mkglossary U/modified/libpth.U
4342 ____________________________________________________________________________
4343 [  4465] By: jhi                                   on 1999/10/27  13:06:27
4344         Log: Nosuid checking for statfs() people.
4345      Branch: cfgperl
4346            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4347            ! config_h.SH perl.c perl.h pod/perldiag.pod
4348 ____________________________________________________________________________
4349 [  4464] By: jhi                                   on 1999/10/27  13:04:20
4350         Log: metaconfig maintenance; fix Hasfield, statfs;
4351              add Hasstruct, statfs3, statfs4, ustat, sysvfs;
4352              split fstatfs away from statfs.
4353      Branch: metaconfig
4354            + U/protos/Hasstruct.U
4355            ! U/protos/Hasfield.U
4356      Branch: metaconfig/U/perl
4357            + d_fstatfs.U d_statfs3.U d_statfs4.U d_ustat.U i_sysvfs.U
4358            + i_ustat.U
4359            ! d_statfs.U
4360 ____________________________________________________________________________
4361 [  4463] By: jhi                                   on 1999/10/27  07:55:53
4362         Log: We need cc to be able to test for cc -v.
4363      Branch: cfgperl
4364            ! hints/dec_osf.sh
4365 ____________________________________________________________________________
4366 [  4462] By: gsar                                  on 1999/10/27  01:31:41
4367         Log: more GCC v2.95 induced adjustments
4368      Branch: perl
4369            ! globals.c mg.c opcode.h opcode.pl perl.h sv.c
4370            ! win32/makefile.mk win32/win32.c x2p/walk.c
4371 ____________________________________________________________________________
4372 [  4461] By: gsar                                  on 1999/10/26  21:42:59
4373         Log: warnings and const violations identified by compiling in C++ mode
4374              with GCC v2.95
4375      Branch: perl
4376            ! doio.c embed.pl mg.c op.c perl.c perlapi.c proto.h regcomp.c
4377            ! sv.c taint.c toke.c win32/win32.c
4378 ____________________________________________________________________________
4379 [  4459] By: jhi                                   on 1999/10/26  10:15:58
4380         Log: Regen Configure.
4381      Branch: cfgperl
4382            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4383            ! config_h.SH
4384 ____________________________________________________________________________
4385 [  4458] By: jhi                                   on 1999/10/26  09:48:37
4386         Log: Minor rewordings.
4387      Branch: metaconfig/U/perl
4388            ! d_getmnt.U d_getmntent.U d_statfs.U d_statvfs.U
4389 ____________________________________________________________________________
4390 [  4456] By: jhi                                   on 1999/10/26  09:11:49
4391         Log: Fix d_statfsflags; add d_getmnt.
4392      Branch: metaconfig/U/perl
4393            + d_getmnt.U
4394            ! d_statfs.U
4395 ____________________________________________________________________________
4396 [  4455] By: jhi                                   on 1999/10/26  08:12:27
4397         Log: Massive multitypo in #4446.
4398      Branch: cfgperl
4399            ! hints/dec_osf.sh
4400 ____________________________________________________________________________
4401 [  4454] By: jhi                                   on 1999/10/25  08:28:45
4402         Log: From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
4403              To: Perl 5 Porters <perl5-porters@perl.org>
4404              Subject: [PATCH 5.005_62] dos-djgpp update
4405              Date: Mon, 25 Oct 1999 10:11:30 +0200
4406              Message-ID: <19991025101130.K459@crater.eth.ericsson.se>
4407      Branch: cfgperl
4408            ! djgpp/config.over djgpp/configure.bat djgpp/djgppsed.sh
4409            ! pod/perldelta.pod t/lib/io_unix.t
4410 ____________________________________________________________________________
4411 [  4453] By: jhi                                   on 1999/10/25  08:25:50
4412         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4413              To: perl5-porters@perl.org (Mailing list Perl5)
4414              Subject: [PATCH 5.005_62] Remove the last regnode<==>char*
4415              Date: Mon, 25 Oct 1999 03:06:21 -0400 (EDT)
4416              Message-Id: <199910250706.DAA16825@monk.mps.ohio-state.edu>
4417      Branch: cfgperl
4418            ! embed.h embed.pl proto.h regcomp.c regcomp.h regexec.c
4419 ____________________________________________________________________________
4420 [  4452] By: jhi                                   on 1999/10/25  08:16:55
4421         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4422              To: perl5-porters@perl.org (Mailing list Perl5)
4423              Subject: [PATCH 5.005_62] Missing REx engine patch
4424              Date: Sun, 24 Oct 1999 23:47:45 -0400 (EDT)
4425              Message-Id: <199910250347.XAA16094@monk.mps.ohio-state.edu>
4426      Branch: cfgperl
4427            ! pod/perldiag.pod regcomp.c regexec.c
4428 ____________________________________________________________________________
4429 [  4451] By: jhi                                   on 1999/10/25  08:13:06
4430         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4431              To: perl5-porters@perl.org (Mailing list Perl5)
4432              Subject: [PATCH 5.005_62] charnames and UTEST
4433              Date: Sun, 24 Oct 1999 23:39:49 -0400 (EDT)
4434              Message-Id: <199910250339.XAA16058@monk.mps.ohio-state.edu>
4435      Branch: cfgperl
4436            ! t/lib/charnames.t
4437 ____________________________________________________________________________
4438 [  4450] By: gsar                                  on 1999/10/25  07:38:15
4439         Log: win32 tweak
4440      Branch: perl
4441            ! win32/perllib.c
4442 ____________________________________________________________________________
4443 [  4449] By: gsar                                  on 1999/10/24  23:20:10
4444         Log: remove inconsistent tainting behavior of sprintf("%e",...)
4445              (all bets are off is "C" locale is compromised)
4446      Branch: perl
4447            ! pod/perlfunc.pod pod/perllocale.pod sv.c
4448 ____________________________________________________________________________
4449 [  4448] By: gsar                                  on 1999/10/24  22:20:42
4450         Log: remove unused interpreter globals
4451      Branch: perl
4452            ! deb.c dump.c embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs
4453            ! global.sym gv.c gv.h intrpvar.h objXSUB.h perl.c perlapi.c
4454            ! proto.h toke.c
4455 ____________________________________________________________________________
4456 [  4447] By: jhi                                   on 1999/10/24  21:49:52
4457         Log: Another hints tweak.
4458      Branch: cfgperl
4459            ! hints/aix.sh
4460 ____________________________________________________________________________
4461 [  4446] By: jhi                                   on 1999/10/24  21:48:02
4462         Log: Hints tweak.
4463      Branch: cfgperl
4464            ! hints/dec_osf.sh
4465 ____________________________________________________________________________
4466 [  4445] By: nick                                  on 1999/10/24  21:03:28
4467         Log: Integrate own changes to mainline.
4468      Branch: utfperl
4469           !> installperl pp.c
4470 ____________________________________________________________________________
4471 [  4444] By: nick                                  on 1999/10/24  20:54:06
4472         Log: Avoid creating GV with NULL name when vivifying nameless scalars.
4473              (Fix/workround for [ID19991024.001])
4474      Branch: perl
4475            ! pp.c
4476 ____________________________________________________________________________
4477 [  4443] By: nick                                  on 1999/10/24  15:09:51
4478         Log: Follow that camel ... another sync.
4479      Branch: utfperl
4480           +> os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
4481           +> os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
4482           +> os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
4483           !> (integrate 36 files)
4484 ____________________________________________________________________________
4485 [  4442] By: gsar                                  on 1999/10/24  14:40:01
4486         Log: typo in installperl (from Paul Moore <gustav@morpheus.demon.co.uk>)
4487      Branch: perl
4488            ! installperl
4489 ____________________________________________________________________________
4490 [  4441] By: gsar                                  on 1999/10/24  14:33:11
4491         Log: test in change#4428 needs strict interpretation of C modulus
4492      Branch: perl
4493            ! t/op/int.t
4494 ____________________________________________________________________________
4495 [  4440] By: gsar                                  on 1999/10/24  13:47:17
4496         Log: don't allow SIGCHLD to be ignored at startup, or wait*() and
4497              $? break
4498      Branch: perl
4499            ! perl.c pod/perldelta.pod pod/perldiag.pod
4500 ____________________________________________________________________________
4501 [  4439] By: jhi                                   on 1999/10/24  13:19:17
4502         Log: test for #2835 (yeah, better later than never)
4503      Branch: cfgperl
4504            ! t/op/array.t
4505 ____________________________________________________________________________
4506 [  4438] By: gsar                                  on 1999/10/24  12:59:12
4507         Log: typo, doc tweak
4508      Branch: perl
4509            ! lib/attributes.pm pod/perlop.pod
4510 ____________________________________________________________________________
4511 [  4437] By: gsar                                  on 1999/10/24  11:59:55
4512         Log: allow get() and reftype() functions to be imported (from
4513              Spider Boardman)
4514      Branch: perl
4515            ! lib/attributes.pm
4516 ____________________________________________________________________________
4517 [  4436] By: gsar                                  on 1999/10/24  11:52:53
4518         Log: suppress scalar leak messages for known leaks (from
4519              Robin Barker <rmb1@cise.npl.co.uk>)
4520      Branch: perl
4521            ! Changes t/op/lex_assign.t t/pragma/warn/op
4522 ____________________________________________________________________________
4523 [  4435] By: gsar                                  on 1999/10/24  11:39:42
4524         Log: VMS tweak (suggested by Craig A. Berry <craig.berry@metamor.com>)
4525      Branch: perl
4526            ! ext/B/defsubs_h.PL
4527 ____________________________________________________________________________
4528 [  4434] By: gsar                                  on 1999/10/24  11:36:08
4529         Log: relax range checking if they ask for it (from John L. Allen
4530              <allen@grumman.com>)
4531      Branch: perl
4532            ! lib/Time/Local.pm
4533 ____________________________________________________________________________
4534 [  4433] By: gsar                                  on 1999/10/24  11:25:51
4535         Log: README nits pointed out by Chris Nandor <pudge@pobox.com>
4536      Branch: perl
4537            ! README lib/File/Path.pm
4538 ____________________________________________________________________________
4539 [  4432] By: gsar                                  on 1999/10/24  11:11:02
4540         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4541              Date: Sun, 24 Oct 1999 03:24:28 -0400 (EDT)
4542              Message-Id: <199910240724.DAA12230@monk.mps.ohio-state.edu>
4543              Subject: Re: [PATCH 5.005_62] OS/2 improvements
4544      Branch: perl
4545            + os2/OS2/REXX/DLL/Changes os2/OS2/REXX/DLL/DLL.pm
4546            + os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/DLL/MANIFEST
4547            + os2/OS2/REXX/DLL/Makefile.PL os2/OS2/REXX/t/rx_emxrv.t
4548            ! MANIFEST hints/os2.sh mg.c miniperlmain.c os2/Changes
4549            ! os2/OS2/REXX/Changes os2/OS2/REXX/Makefile.PL
4550            ! os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
4551            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
4552            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
4553            ! os2/OS2/REXX/t/rx_vrexx.t os2/dl_os2.c os2/os2.c os2/os2ish.h
4554            ! perl.c perl.h t/io/fs.t t/op/magic.t
4555 ____________________________________________________________________________
4556 [  4431] By: gsar                                  on 1999/10/24  10:50:14
4557         Log: install all README.foo with pod content as podfoo.pod
4558      Branch: perl
4559            ! Makefile.SH installman
4560 ____________________________________________________________________________
4561 [  4430] By: gsar                                  on 1999/10/24  09:28:24
4562         Log: @INC needs ../lib
4563      Branch: perl
4564            ! t/op/int.t
4565 ____________________________________________________________________________
4566 [  4429] By: jhi                                   on 1999/10/23  21:47:49
4567         Log: More printf-fixes (see also #4426).
4568      Branch: cfgperl
4569            ! deb.c dump.c ext/Data/Dumper/Dumper.xs
4570            ! ext/Devel/DProf/DProf.xs malloc.c mg.c op.c perl.c pp.c
4571            ! pp_ctl.c regcomp.c regexec.c run.c scope.c sv.c util.c
4572 ____________________________________________________________________________
4573 [  4428] By: gsar                                  on 1999/10/23  20:28:56
4574         Log: fix accidental C modulo semantics on integer-valued operations
4575              (e.g. caused C<length("abc") % -10> to return 3 rather than -7)
4576      Branch: perl
4577            ! op.c t/op/int.t
4578 ____________________________________________________________________________
4579 [  4427] By: jhi                                   on 1999/10/23  16:10:10
4580         Log: Integrate with Sarathy.
4581      Branch: cfgperl
4582           !> sv.c win32/win32.c
4583 ____________________________________________________________________________
4584 [  4426] By: jhi                                   on 1999/10/23  16:04:02
4585         Log: Fix the printfing nits pointed out by using gcc -Wall and
4586              Configure -Duse64bits -Dccflags=-DDEBUGGING in Solaris,
4587              plus few other warnings in Dumper.xs.
4588      Branch: cfgperl
4589            ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
4590            ! ext/Devel/Peek/Peek.xs regcomp.c regexec.c sv.c util.c
4591 ____________________________________________________________________________
4592 [  4425] By: jhi                                   on 1999/10/23  15:16:41
4593         Log: Configure regen to pick up the new installation directories
4594              from Policy_sh.SH.  The explanations of "public add-ons" and
4595              "vendor-supplied" could do with more work.
4596      Branch: cfgperl
4597            ! Configure config_h.SH
4598 ____________________________________________________________________________
4599 [  4424] By: nick                                  on 1999/10/23  00:46:22
4600         Log: Resolve mainline before possible hacking operertunity this weekend
4601      Branch: utfperl
4602           +> pod/perlfilter.pod
4603           !> (integrate 32 files)
4604 ____________________________________________________________________________
4605 [  4423] By: jhi                                   on 1999/10/22  22:53:17
4606         Log: Update Policy_sh.SH to handle the newer installation directives.
4607              From: Andy Dougherty <doughera@lafayette.edu>
4608              To: Perl Porters <perl5-porters@perl.org>
4609              Subject: [PATCH 5.005_62] Policy_sh.SH update
4610              Date: Fri, 22 Oct 1999 16:47:34 -0400 (EDT)
4611              Message-ID: <Pine.SOL.4.10.9910221645470.15232-100000@maxwell.phys.lafayette.edu>
4612      Branch: cfgperl
4613            ! Policy_sh.SH
4614 ____________________________________________________________________________
4615 [  4422] By: jhi                                   on 1999/10/22  22:44:44
4616         Log: so back to 'so', from Stephanie Beals <bealzy@us.ibm.com>
4617      Branch: cfgperl
4618            ! hints/aix.sh
4619 ____________________________________________________________________________
4620 [  4421] By: gsar                                  on 1999/10/22  21:16:44
4621         Log: sv_vcatpvfn() bug: fell through to assuming intsize of 'q' for
4622              C<"%ld", long_val>
4623      Branch: perl
4624            ! sv.c
4625 ____________________________________________________________________________
4626 [  4420] By: gsar                                  on 1999/10/22  16:36:46
4627         Log: win32_utime() on directories should use localtime() rather
4628              than gmtime() (from Jan Dubois)
4629      Branch: perl
4630            ! win32/win32.c
4631 ____________________________________________________________________________
4632 [  4419] By: jhi                                   on 1999/10/21  10:31:41
4633         Log: Integrate with Sarathy.
4634      Branch: cfgperl
4635           !> Makefile.SH lib/CPAN/FirstTime.pm op.c opcode.h opcode.pl
4636           !> t/lib/glob-basic.t t/op/sort.t
4637 ____________________________________________________________________________
4638 [  4418] By: gsar                                  on 1999/10/20  23:49:47
4639         Log: add test for change#4417
4640      Branch: perl
4641            ! t/op/sort.t
4642 ____________________________________________________________________________
4643 [  4417] By: gsar                                  on 1999/10/20  23:45:03
4644         Log: avoid coredump on C<sort { my $c; return $a cmp $b } ...>
4645      Branch: perl
4646            ! op.c
4647 ____________________________________________________________________________
4648 [  4416] By: gsar                                  on 1999/10/20  01:00:50
4649         Log: fix prototype mismatch (from Hans Mulder <hansm@xs4all.nl>)
4650      Branch: perl
4651            ! lib/CPAN/FirstTime.pm
4652 ____________________________________________________________________________
4653 [  4415] By: gsar                                  on 1999/10/20  00:52:34
4654         Log: disable optimizing troublesome ops in change#3612
4655              (from Ilya Zakharevich)
4656      Branch: perl
4657            ! Makefile.SH opcode.h opcode.pl
4658 ____________________________________________________________________________
4659 [  4414] By: gsar                                  on 1999/10/20  00:37:46
4660         Log: skip unreadable directory test when running as root
4661      Branch: perl
4662            ! t/lib/glob-basic.t
4663 ____________________________________________________________________________
4664 [  4413] By: jhi                                   on 1999/10/19  09:26:52
4665         Log: Avoid GNU ar if HP cc is being used.
4666      Branch: cfgperl
4667            ! hints/hpux.sh
4668 ____________________________________________________________________________
4669 [  4412] By: jhi                                   on 1999/10/19  07:24:29
4670         Log: Integrate with Sarathy.
4671      Branch: cfgperl
4672           !> perlvars.h
4673 ____________________________________________________________________________
4674 [  4411] By: jhi                                   on 1999/10/19  07:22:34
4675         Log: Long double support: sqrtl et al are not available everywhere,
4676              e.g. not in Solaris, even when long doubles are.
4677      Branch: cfgperl
4678            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4679            ! config_h.SH perl.h
4680 ____________________________________________________________________________
4681 [  4410] By: jhi                                   on 1999/10/19  07:21:42
4682         Log: Add sqrtl probe, add echo dependencies.
4683      Branch: metaconfig
4684            ! U/threads/d_pthreadj.U
4685      Branch: metaconfig/U/perl
4686            + d_sqrtl.U
4687            ! i_inttypes.U io64.U
4688 ____________________________________________________________________________
4689 [  4409] By: gsar                                  on 1999/10/19  02:18:54
4690         Log: perl_mutex n/a if !USE_THREADS
4691      Branch: perl
4692            ! perlvars.h
4693 ____________________________________________________________________________
4694 [  4408] By: jhi                                   on 1999/10/18  20:13:02
4695         Log: Forgotten s/warning/warnings/.
4696      Branch: cfgperl
4697            ! Makefile.SH
4698 ____________________________________________________________________________
4699 [  4407] By: jhi                                   on 1999/10/18  20:02:12
4700         Log: Integrate with Sarathy.
4701      Branch: cfgperl
4702           +> pod/perlfilter.pod
4703           !> (integrate 30 files)
4704 ____________________________________________________________________________
4705 [  4406] By: gsar                                  on 1999/10/18  16:32:10
4706         Log: added intro to source filters from Paul Marquess
4707      Branch: perl
4708            + pod/perlfilter.pod
4709            ! MANIFEST pod/perldelta.pod
4710 ____________________________________________________________________________
4711 [  4405] By: gsar                                  on 1999/10/18  05:53:06
4712         Log: missing manpages
4713      Branch: perl
4714            ! installman
4715 ____________________________________________________________________________
4716 [  4404] By: gsar                                  on 1999/10/18  05:09:22
4717         Log: pod updates from Tom Christiansen
4718      Branch: perl
4719            ! lib/Pod/Man.pm pod/perldelta.pod pod/perlmodlib.pod
4720 ____________________________________________________________________________
4721 [  4403] By: gsar                                  on 1999/10/17  23:43:59
4722         Log: PL_malloc_mutex needs to be global, not per-interpreter
4723              (malloc.c has static data)
4724      Branch: perl
4725            ! embedvar.h intrpvar.h objXSUB.h perl.c perlvars.h
4726 ____________________________________________________________________________
4727 [  4402] By: gsar                                  on 1999/10/17  22:30:30
4728         Log: support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
4729              windows
4730      Branch: perl
4731            ! XSUB.h ext/POSIX/POSIX.xs intrpvar.h makedef.pl malloc.c
4732            ! perl.c perl.h perlio.c win32/perllib.c win32/win32.c
4733            ! win32/win32.h
4734 ____________________________________________________________________________
4735 [  4401] By: gsar                                  on 1999/10/17  20:33:42
4736         Log: serious bug introduced by G_VOID changes in 5.003_96: scalar
4737              eval"" did not pop stack correctly; C<$a = eval "(1,2)x1">
4738              is one symptom of the problem
4739      Branch: perl
4740            ! pp_ctl.c t/op/eval.t
4741 ____________________________________________________________________________
4742 [  4400] By: gsar                                  on 1999/10/17  18:36:46
4743         Log: remove FileHandle from list of PodParser dependencies (the
4744              difference is 20 files vs 6 files loaded!)
4745      Branch: perl
4746            ! lib/Pod/Parser.pm lib/Pod/Select.pm pod/perldelta.pod
4747            ! t/pod/testcmp.pl
4748 ____________________________________________________________________________
4749 [  4399] By: nick                                  on 1999/10/17  14:51:35
4750         Log: Pre-trip resolve
4751      Branch: utfperl
4752           !> installperl lib/Text/Tabs.pm perl.c pp_hot.c
4753 ____________________________________________________________________________
4754 [  4398] By: gsar                                  on 1999/10/17  09:19:24
4755         Log: make installperl ignore RCS files (from Michael G Schwern
4756              <schwern@pobox.com>)
4757      Branch: perl
4758            ! installperl lib/Text/Tabs.pm
4759 ____________________________________________________________________________
4760 [  4397] By: gsar                                  on 1999/10/16  18:30:14
4761         Log: another bug in change#3386 (CATCH_SET wasn't reverted correctly)
4762      Branch: perl
4763            ! perl.c
4764 ____________________________________________________________________________
4765 [  4396] By: jhi                                   on 1999/10/16  17:44:39
4766         Log: Missing comma.
4767      Branch: cfgperl
4768            ! lib/diagnostics.pm
4769 ____________________________________________________________________________
4770 [  4395] By: gsar                                  on 1999/10/16  17:18:36
4771         Log: assumption about @_ always being non-REAL doesn't hold when
4772              debugger is running; DB::sub() can call arbitrary stuff
4773              that modifies @_ at will
4774      Branch: perl
4775            ! pp_hot.c
4776 ____________________________________________________________________________
4777 [  4394] By: nick                                  on 1999/10/16  09:35:20
4778         Log: Resolve utfperl branch against mainline as of _62
4779      Branch: utfperl
4780           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
4781           +> ext/DB_File/hints/sco.pl ext/DynaLoader/hints/aix.pl
4782           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
4783           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
4784           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
4785           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
4786           +> pod/perlhack.pod t/lib/glob-basic.t t/lib/glob-global.t
4787           +> t/lib/glob-taint.t win32/genmk95.pl
4788            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
4789           !> (integrate 144 files)
4790 ____________________________________________________________________________
4791 [  4393] By: gsar                                  on 1999/10/16  04:07:02
4792         Log: OS/2 support bits (from Ilya Zakharevich)
4793      Branch: perl
4794            ! hints/os2.sh makedef.pl os2/Makefile.SHs t/lib/glob-basic.t
4795 ____________________________________________________________________________
4796 [  4392] By: jhi                                   on 1999/10/15  10:28:09
4797         Log: Integrate with Sarathy.
4798      Branch: cfgperl
4799           !> Changes MANIFEST Makefile.SH Porting/makerel lib/Pod/Man.pm
4800           !> lib/Pod/Parser.pm op.c pod/perldelta.pod pod/perlopentut.pod
4801           !> win32/Makefile win32/makefile.mk
4802
4803 ----------------
4804 Version 5.005_62
4805 ----------------
4806
4807 ____________________________________________________________________________
4808 [  4391] By: gsar                                  on 1999/10/15  10:12:42
4809         Log: here be 5.005_62
4810      Branch: perl
4811            ! Changes MANIFEST Porting/makerel
4812 ____________________________________________________________________________
4813 [  4390] By: gsar                                  on 1999/10/15  09:45:51
4814         Log: lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>;
4815              avoid tickling it in Pod::Man for now; other nits in
4816              Pod::*
4817      Branch: perl
4818            ! lib/Pod/Man.pm lib/Pod/Parser.pm pod/perldelta.pod
4819            ! pod/perlopentut.pod
4820 ____________________________________________________________________________
4821 [  4389] By: gsar                                  on 1999/10/15  08:55:01
4822         Log: disable internal globbing for miniperl (or build breaks out
4823              in a rash of failed dependencies)
4824      Branch: perl
4825            ! Makefile.SH op.c win32/Makefile win32/makefile.mk
4826 ____________________________________________________________________________
4827 [  4388] By: jhi                                   on 1999/10/15  08:07:49
4828         Log: Integrate with Sarathy.
4829      Branch: cfgperl
4830           !> Changes ext/POSIX/POSIX.xs lib/Benchmark.pm pod/perldelta.pod
4831           !> pod/perlfaq2.pod win32/include/dirent.h win32/win32.c
4832 ____________________________________________________________________________
4833 [  4387] By: gsar                                  on 1999/10/15  07:46:24
4834         Log: integrate cfgperl contents into mainline
4835      Branch: perl
4836            ! Changes
4837           !> pod/perldelta.pod pod/perldiag.pod regcomp.c
4838           !> t/pragma/warn/regcomp
4839 ____________________________________________________________________________
4840 [  4386] By: gsar                                  on 1999/10/15  05:45:36
4841         Log: various little goofs in change#4385
4842      Branch: perl
4843            ! win32/include/dirent.h win32/win32.c
4844 ____________________________________________________________________________
4845 [  4385] By: gsar                                  on 1999/10/15  04:49:09
4846         Log: win32_*dir() cleanup; win32_readdir() iterates as necessary
4847              rather than win32_opendir() reading all files up front (untested)
4848      Branch: perl
4849            ! win32/include/dirent.h win32/win32.c
4850 ____________________________________________________________________________
4851 [  4384] By: gsar                                  on 1999/10/15  01:34:09
4852         Log: Benchmark notes (from Barrie Slaymaker <barries@slaysys.com>)
4853      Branch: perl
4854            ! lib/Benchmark.pm pod/perldelta.pod
4855 ____________________________________________________________________________
4856 [  4383] By: gsar                                  on 1999/10/15  01:22:32
4857         Log: include info about Perl Mongers in perlfaq2 (from David H. Adler
4858              <dha@panix.com>)
4859      Branch: perl
4860            ! pod/perlfaq2.pod
4861 ____________________________________________________________________________
4862 [  4382] By: gsar                                  on 1999/10/15  01:14:22
4863         Log: From: jand@ActiveState.com (Jan Dubois)
4864              Date: Fri, 15 Oct 1999 01:14:23 +0200
4865              Message-ID: <380f61ae.18202914@smtprelay.t-online.de>
4866              Subject: [PATCH 5.005_61] Prevent "Out of memory" error in POSIX's strftime()
4867      Branch: perl
4868            ! ext/POSIX/POSIX.xs
4869 ____________________________________________________________________________
4870 [  4381] By: jhi                                   on 1999/10/14  22:11:36
4871         Log: Integrate with Sarathy.
4872      Branch: cfgperl
4873           !> XSUB.h cop.h embed.h embed.pl ext/File/Glob/bsd_glob.c
4874           !> lib/Time/Local.pm perl.c perlapi.c pod/perlop.pod pp_ctl.c
4875           !> proto.h scope.c scope.h t/op/runlevel.t util.c win32/Makefile
4876           !> win32/makefile.mk
4877 ____________________________________________________________________________
4878 [  4380] By: jhi                                   on 1999/10/14  22:08:22
4879         Log: Warn inside character classes about unknown backslash escapes
4880              (that are not caught earlier because of being completely unknown,
4881              such as \m), such as \z (because they make do sense inside regexen,
4882              but not inside character classes).
4883      Branch: cfgperl
4884            ! pod/perldelta.pod pod/perldiag.pod regcomp.c
4885            ! t/pragma/warn/regcomp
4886 ____________________________________________________________________________
4887 [  4379] By: gsar                                  on 1999/10/14  18:26:56
4888         Log: clarify significance of parens for "x" (from M.J.T. Guy
4889              <mjtg@cus.cam.ac.uk>)
4890      Branch: perl
4891            ! pod/perlop.pod
4892 ____________________________________________________________________________
4893 [  4378] By: gsar                                  on 1999/10/14  18:25:20
4894         Log: make timelocal work better when time is close to the epoch
4895              east of GMT (from Keiki SATOH <kki@wakusei.ne.jp>)
4896      Branch: perl
4897            ! lib/Time/Local.pm
4898 ____________________________________________________________________________
4899 [  4377] By: gsar                                  on 1999/10/14  18:15:11
4900         Log: integrate cfgperl contents into mainline
4901      Branch: perl
4902           +> ext/DB_File/hints/sco.pl
4903           !> MANIFEST hints/aix.sh hints/linux.sh hints/svr5.sh
4904           !> pod/perldelta.pod pod/perldiag.pod pod/perlop.pod
4905           !> pod/perlre.pod regcomp.c t/op/re_tests t/pragma/warn/regcomp
4906 ____________________________________________________________________________
4907 [  4376] By: gsar                                  on 1999/10/14  17:47:35
4908         Log: fix POPSTACK panics that ensued from bad interaction between
4909              runlevels and stack of stacks (change#3988 done right);
4910              basically, we pop the runlevel if the stacklevel is not the
4911              same one we started the runlevel with
4912      Branch: perl
4913            ! cop.h perl.c pp_ctl.c t/op/runlevel.t util.c
4914 ____________________________________________________________________________
4915 [  4375] By: gsar                                  on 1999/10/14  15:54:48
4916         Log: avoid warnings
4917      Branch: perl
4918            ! ext/File/Glob/bsd_glob.c
4919 ____________________________________________________________________________
4920 [  4374] By: jhi                                   on 1999/10/14  10:08:44
4921         Log: Warn about false ranges like \d-\w (see the change #4355).
4922              The invalid ranges (b-a) warning message also enhanced.
4923      Branch: cfgperl
4924            ! pod/perldelta.pod pod/perldiag.pod regcomp.c t/op/re_tests
4925            ! t/pragma/warn/regcomp
4926 ____________________________________________________________________________
4927 [  4373] By: gsar                                  on 1999/10/14  03:49:54
4928         Log: File::Glob fixes for Windows
4929      Branch: perl
4930            ! XSUB.h ext/File/Glob/bsd_glob.c win32/Makefile
4931            ! win32/makefile.mk
4932 ____________________________________________________________________________
4933 [  4372] By: gsar                                  on 1999/10/14  02:21:31
4934         Log: avoid inefficiency in change#3386 (every longjmp() was followed
4935              by an avoidable call to setjmp())
4936      Branch: perl
4937            ! embed.h embed.pl perl.c perlapi.c pod/perldelta.pod pp_ctl.c
4938            ! proto.h scope.c scope.h
4939 ____________________________________________________________________________
4940 [  4371] By: jhi                                   on 1999/10/13  21:17:17
4941         Log: Integrate with Sarathy.
4942      Branch: cfgperl
4943           !> op.c pod/perldelta.pod
4944 ____________________________________________________________________________
4945 [  4370] By: gsar                                  on 1999/10/13  18:08:45
4946         Log: misc tweaks
4947      Branch: perl
4948            ! op.c pod/perldelta.pod
4949 ____________________________________________________________________________
4950 [  4369] By: jhi                                   on 1999/10/13  16:18:58
4951         Log: Integrate with Sarathy.
4952      Branch: cfgperl
4953           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
4954 ____________________________________________________________________________
4955 [  4368] By: gsar                                  on 1999/10/13  16:14:16
4956         Log: pod nits from various perl porters
4957      Branch: perl
4958            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
4959 ____________________________________________________________________________
4960 [  4367] By: jhi                                   on 1999/10/13  12:10:30
4961         Log: From: Vlad Harchev <hvv@hippo.ru>
4962              To: perl5-porters@perl.org
4963              Subject: [ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503
4964              Date: Wed, 13 Oct 1999 15:48:59 +0500 (SAMST)
4965              Message-Id: <Pine.LNX.4.10.9910131546580.3542-100000@localhost.localdomain>
4966      Branch: cfgperl
4967            ! pod/perlop.pod
4968 ____________________________________________________________________________
4969 [  4366] By: gsar                                  on 1999/10/13  08:11:11
4970         Log: typos and language goofs pointed out by Hugo van der Sanden
4971              <hv@crypt.compulink.co.uk>
4972      Branch: perl
4973            ! pod/perldelta.pod pod/perldiag.pod
4974 ____________________________________________________________________________
4975 [  4365] By: jhi                                   on 1999/10/13  07:27:44
4976         Log: Integrate with Sarathy.
4977      Branch: cfgperl
4978           +> ext/File/Glob/Changes ext/File/Glob/Glob.pm
4979           +> ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
4980           +> ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
4981           +> ext/File/Glob/bsd_glob.h ext/NDBM_File/hints/sco.pl
4982           +> t/lib/glob-basic.t t/lib/glob-global.t t/lib/glob-taint.t
4983           !> Changes MANIFEST README.win32 ext/ODBM_File/hints/sco.pl
4984           !> lib/perl5db.pl op.c pod/perldelta.pod pod/perlfaq8.pod
4985           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod t/op/glob.t
4986           !> t/op/readdir.t t/op/taint.t t/pragma/overload.t util.c
4987 ____________________________________________________________________________
4988 [  4364] By: gsar                                  on 1999/10/13  07:06:04
4989         Log: debugger tweak (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
4990      Branch: perl
4991            ! lib/perl5db.pl
4992 ____________________________________________________________________________
4993 [  4363] By: jhi                                   on 1999/10/13  07:03:43
4994         Log: From: Mike Hopkirk (hops) <hops@scoot.pdev.sco.com>
4995              To: perl5-porters@perl.org
4996              Subject: [ID 19991012.002] Latest UnixWare7 (svr5.sh) hints file
4997              Date: Tue, 12 Oct 1999 19:48:11 -0700 (PDT)
4998              Message-Id: <199910130248.TAA14636@scoot.pdev.sco.com>
4999      Branch: cfgperl
5000            ! hints/svr5.sh
5001 ____________________________________________________________________________
5002 [  4362] By: jhi                                   on 1999/10/13  06:57:16
5003         Log: Add DB_File hint for SCO ODT.
5004              From: hops@sco.com
5005              To: perl5-porters@perl.org
5006              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
5007              Date: Tue, 12 Oct 1999 20:16:04 PDT
5008              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
5009      Branch: cfgperl
5010            + ext/DB_File/hints/sco.pl
5011            ! MANIFEST
5012 ____________________________________________________________________________
5013 [  4361] By: gsar                                  on 1999/10/13  06:56:08
5014         Log: PL_numeric_radix used without being defined (from Ilya
5015              Zakharevich)
5016      Branch: perl
5017            ! util.c
5018 ____________________________________________________________________________
5019 [  4360] By: gsar                                  on 1999/10/13  06:43:03
5020         Log: use libdbm.nfs.a if available (libdbm.a is missing dbmclose())
5021              From: hops@sco.com
5022              Date: Tue, 12 Oct 1999 20:16:04 PDT
5023              Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com>
5024              Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2)
5025      Branch: perl
5026            + ext/NDBM_File/hints/sco.pl
5027            ! MANIFEST ext/ODBM_File/hints/sco.pl
5028 ____________________________________________________________________________
5029 [  4359] By: gsar                                  on 1999/10/13  06:34:53
5030         Log: various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
5031      Branch: perl
5032            ! README.win32 pod/perlfaq8.pod pod/perlfunc.pod pod/perlop.pod
5033            ! pod/perlport.pod
5034 ____________________________________________________________________________
5035 [  4358] By: gsar                                  on 1999/10/12  19:10:27
5036         Log: perldelta updates
5037      Branch: perl
5038            ! pod/perldelta.pod
5039 ____________________________________________________________________________
5040 [  4357] By: gsar                                  on 1999/10/12  17:11:18
5041         Log: update perldelta for change#4356
5042      Branch: perl
5043            ! Changes pod/perldelta.pod
5044 ____________________________________________________________________________
5045 [  4356] By: gsar                                  on 1999/10/12  16:53:31
5046         Log: add File::BSDGlob as File::Glob and load it at compile-time
5047              if perl was built with -DPERL_INTERNAL_GLOB
5048              
5049              TODO: we currently get a compile-time failure if File/Glob.pm
5050              can't be found; such failure needs to be made to emit a warning
5051              and use the csh implementation instead
5052      Branch: perl
5053            + ext/File/Glob/Changes ext/File/Glob/Glob.pm
5054            + ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
5055            + ext/File/Glob/TODO ext/File/Glob/bsd_glob.c
5056            + ext/File/Glob/bsd_glob.h t/lib/glob-basic.t
5057            + t/lib/glob-global.t t/lib/glob-taint.t
5058            ! MANIFEST op.c t/op/glob.t t/op/readdir.t t/op/taint.t
5059            ! t/pragma/overload.t
5060 ____________________________________________________________________________
5061 [  4355] By: jhi                                   on 1999/10/12  15:30:05
5062         Log: Revert the parts of #3926 that outlawed character ranges
5063              that have character classes such as \w as either endpoint.
5064              This change re-establishes the old behavior which meant that
5065              such ranges weren't really ranges, the "-" was literal.
5066              Moreover, this change also fixes the old behavior to be
5067              more consistent: [\w-.] and [\s-\w] worked, but [.-\w] didn't.
5068              Now they all do work as described above.  The #3926 outlawed
5069              all of those.
5070      Branch: cfgperl
5071            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
5072 ____________________________________________________________________________
5073 [  4354] By: jhi                                   on 1999/10/12  09:58:59
5074         Log: Integrate with Sarathy.
5075      Branch: cfgperl
5076           !> (integrate 33 files)
5077 ____________________________________________________________________________
5078 [  4353] By: gsar                                  on 1999/10/12  05:53:40
5079         Log: apply parts of LynxOS patches from Alan Johnson
5080              <johnson@alonn.gemse.fr>
5081      Branch: perl
5082            ! Changes hints/lynxos.sh pod/perldelta.pod t/lib/safe2.t
5083            ! t/op/groups.t
5084 ____________________________________________________________________________
5085 [  4352] By: gsar                                  on 1999/10/12  05:24:39
5086         Log: allow any unpack specifier to take a count via '/'
5087              (from Ilya Zakharevich)
5088      Branch: perl
5089            ! pp.c t/op/pack.t
5090 ____________________________________________________________________________
5091 [  4351] By: gsar                                  on 1999/10/12  05:02:35
5092         Log: avoid warnings
5093      Branch: perl
5094            ! malloc.c
5095 ____________________________________________________________________________
5096 [  4350] By: gsar                                  on 1999/10/12  04:50:52
5097         Log: various cleanups
5098      Branch: perl
5099            ! ext/Devel/DProf/DProf.xs op.c perl.c perly.c perly.y
5100            ! perly_c.diff pp_hot.c toke.c vms/perly_c.vms win32/config.bc
5101            ! win32/config.gc win32/config.vc win32/config_H.bc
5102            ! win32/config_H.gc win32/config_H.vc win32/config_sh.PL
5103 ____________________________________________________________________________
5104 [  4349] By: gsar                                  on 1999/10/12  00:23:11
5105         Log: update Changes, patchlevel etc.
5106      Branch: perl
5107            ! Changes Porting/findvars patchlevel.h win32/Makefile
5108            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5109            ! win32/makefile.mk
5110 ____________________________________________________________________________
5111 [  4348] By: gsar                                  on 1999/10/11  23:11:57
5112         Log: add vec() example from Chaim Frenkel <chaimf@pobox.com>
5113      Branch: perl
5114            ! pod/perlfunc.pod
5115 ____________________________________________________________________________
5116 [  4347] By: jhi                                   on 1999/10/11  21:25:03
5117         Log: Sparc Linux -Duseshrplib fix.
5118              
5119              From: Brian Jepson <bjepson@home.com>
5120              To: Nick Ing-Simmons <nick@ing-simmons.net>
5121              cc: perl5-porters@perl.org
5122              Subject: Re: [ID 19990813.002] Can't build Perl 5.005_60 on SPARC/Linux with -Duseshrplib
5123              Date: Fri, 20 Aug 1999 11:25:17 -0500 (EST)
5124              Message-ID: <Pine.LNX.4.10.9908201123570.5116-100000@cx384756-a.sking1.ri.home.com>
5125      Branch: cfgperl
5126            ! hints/linux.sh
5127 ____________________________________________________________________________
5128 [  4346] By: gsar                                  on 1999/10/11  20:28:32
5129         Log: more pack/unpack documentation (from Ilya Zakharevich); changed
5130              the behavior of 'Z*' and 'Z3' to always pack a trailing
5131              null byte; changed documentation to suit; added test
5132      Branch: perl
5133            ! pod/perlfunc.pod pp.c t/op/pack.t
5134 ____________________________________________________________________________
5135 [  4345] By: gsar                                  on 1999/10/11  19:15:46
5136         Log: writing to perllocal.pod fails if it was never created;
5137              tweak pseudo-hash example (both suggested by Michael G Schwern
5138              <schwern@pobox.com>)
5139      Branch: perl
5140            ! lib/ExtUtils/MM_Unix.pm pod/perlref.pod
5141 ____________________________________________________________________________
5142 [  4344] By: gsar                                  on 1999/10/11  17:57:31
5143         Log: slightly edited variant of suggested patch
5144              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5145              Date: Thu, 9 Sep 1999 18:35:37 -0400
5146              Message-ID: <19990909183537.A28682@monk.mps.ohio-state.edu>
5147              Subject: [PATCH 5.005_58] How RExen match?
5148      Branch: perl
5149            ! pod/perlre.pod
5150 ____________________________________________________________________________
5151 [  4343] By: gsar                                  on 1999/10/11  16:55:48
5152         Log: change#4327 was inefficient
5153      Branch: perl
5154            ! lib/lib.pm
5155 ____________________________________________________________________________
5156 [  4342] By: jhi                                   on 1999/10/11  07:01:46
5157         Log: Integrate with Sarathy.
5158      Branch: cfgperl
5159           +> pod/perlhack.pod
5160           !> (integrate 28 files)
5161 ____________________________________________________________________________
5162 [  4341] By: jhi                                   on 1999/10/11  06:37:47
5163         Log: The 2.5th cut at the AIX C++ extension problems.
5164      Branch: cfgperl
5165            ! hints/aix.sh
5166 ____________________________________________________________________________
5167 [  4340] By: gsar                                  on 1999/10/10  23:48:07
5168         Log: add perlhack.pod from Nathan Torkington <gnat@frii.com>
5169      Branch: perl
5170            + pod/perlhack.pod
5171            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
5172 ____________________________________________________________________________
5173 [  4339] By: gsar                                  on 1999/10/10  20:42:40
5174         Log: revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source
5175              compatibility; introduce SAVEDESTRUCTOR_X() that accepts
5176              void(*)(pTHX_ void*)
5177      Branch: perl
5178            ! embed.h embed.pl ext/Devel/DProf/DProf.xs global.sym mg.c
5179            ! objXSUB.h perl.h perlapi.c perly.c perly.y perly_c.diff
5180            ! pod/perlguts.pod pod/perltoc.pod pp.c pp_hot.c proto.h
5181            ! regcomp.h regexec.c scope.c scope.h toke.c vms/perly_c.vms
5182 ____________________________________________________________________________
5183 [  4338] By: gsar                                  on 1999/10/10  20:38:59
5184         Log: add missing new diagnostics to perldelta
5185      Branch: perl
5186            ! pod/perldelta.pod
5187 ____________________________________________________________________________
5188 [  4337] By: gsar                                  on 1999/10/10  17:40:13
5189         Log: update perldelta for change#3406
5190      Branch: perl
5191            ! embed.pl pod/perldata.pod pod/perldelta.pod
5192 ____________________________________________________________________________
5193 [  4336] By: gsar                                  on 1999/10/10  16:33:14
5194         Log: integrate cfgperl contents into mainline
5195      Branch: perl
5196           +> ext/DynaLoader/hints/aix.pl
5197           !> MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh hints/irix_6.sh
5198           !> makedef.pl perl.h pod/perldelta.pod
5199 ____________________________________________________________________________
5200 [  4335] By: jhi                                   on 1999/10/10  11:09:48
5201         Log: Update perldelta.
5202      Branch: cfgperl
5203            ! pod/perldelta.pod
5204 ____________________________________________________________________________
5205 [  4334] By: jhi                                   on 1999/10/10  10:31:46
5206         Log: Integrate with Sarathy.
5207      Branch: cfgperl
5208           +> win32/genmk95.pl
5209           !> Changes MANIFEST README.win32 cop.h ext/Thread/Thread.pm
5210           !> ext/Thread/Thread.xs ext/Thread/Thread/Queue.pm
5211           !> ext/Thread/Thread/Semaphore.pm ext/Thread/Thread/Specific.pm
5212           !> ext/Thread/sync.t ext/Thread/sync2.t installperl
5213           !> lib/Exporter.pm lib/ExtUtils/MM_Unix.pm
5214           !> lib/ExtUtils/MM_Win32.pm lib/diagnostics.pm lib/lib.pm perl.c
5215           !> pod/perldelta.pod pod/perlfunc.pod pp_ctl.c pp_hot.c pp_sys.c
5216           !> utils/perldoc.PL win32/makefile.mk
5217 ____________________________________________________________________________
5218 [  4333] By: gsar                                  on 1999/10/10  06:33:15
5219         Log: install pods to 'pods' rather than 'pod' on cygwin (modified
5220              a patch suggested by cwilson@cc865179-c.chmbl1.ga.home.com)
5221      Branch: perl
5222            ! installperl lib/diagnostics.pm utils/perldoc.PL
5223 ____________________________________________________________________________
5224 [  4332] By: gsar                                  on 1999/10/10  05:15:26
5225         Log: add $VERSION
5226      Branch: perl
5227            ! lib/Exporter.pm
5228 ____________________________________________________________________________
5229 [  4331] By: gsar                                  on 1999/10/10  05:10:22
5230         Log: describe what can go in an export list (from Anno Siegel
5231              <anno4000@lublin.zrz.tu-berlin.de>)
5232      Branch: perl
5233            ! lib/Exporter.pm
5234 ____________________________________________________________________________
5235 [  4330] By: gsar                                  on 1999/10/10  04:50:43
5236         Log: more basic support for building modules under Windows 95/98
5237              (applied relevant parts from a patch suggested by
5238              Jochen Wiedmann <joe@ispsoft.de>)
5239      Branch: perl
5240            ! lib/ExtUtils/MM_Unix.pm
5241 ____________________________________________________________________________
5242 [  4329] By: gsar                                  on 1999/10/10  04:28:38
5243         Log: rudimentary support for building under Windows 95/98 (from
5244              Benjamin Stuhl <sho_pi@hotmail.com>)
5245      Branch: perl
5246            + win32/genmk95.pl
5247            ! MANIFEST README.win32 lib/ExtUtils/MM_Win32.pm
5248            ! win32/makefile.mk
5249 ____________________________________________________________________________
5250 [  4328] By: gsar                                  on 1999/10/10  03:37:21
5251         Log: fix two leaks in Thread.xs (from Eugene Alterman
5252              <Eugene.Alterman@bremer-inc.com>); convert places with
5253              'use attrs' to new attributes syntax
5254      Branch: perl
5255            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
5256            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
5257            ! ext/Thread/Thread/Specific.pm ext/Thread/sync.t
5258            ! ext/Thread/sync2.t
5259 ____________________________________________________________________________
5260 [  4327] By: gsar                                  on 1999/10/10  02:23:52
5261         Log: avoid duplicates in @INC, they cause leaks in mod_perl etc
5262              (suggested by Tod Irwin <irwin@stockmaster.com>)
5263      Branch: perl
5264            ! lib/lib.pm
5265 ____________________________________________________________________________
5266 [  4326] By: gsar                                  on 1999/10/10  00:51:48
5267         Log: better documentation for recv() (from Anton Berezin
5268              <tobez@plab.ku.dk>)
5269      Branch: perl
5270            ! pod/perlfunc.pod
5271 ____________________________________________________________________________
5272 [  4325] By: gsar                                  on 1999/10/09  22:46:23
5273         Log: perldelta updates (see TODO markers)
5274      Branch: perl
5275            ! Changes pod/perldelta.pod pp_sys.c
5276 ____________________________________________________________________________
5277 [  4324] By: gsar                                  on 1999/10/09  19:43:10
5278         Log: fix Exporter::export_to_level() documentation
5279      Branch: perl
5280            ! lib/Exporter.pm
5281 ____________________________________________________________________________
5282 [  4323] By: gsar                                  on 1999/10/09  18:48:31
5283         Log: don't run END blocks when running under -c switch (older,
5284              rarely useful behavior may still be obtained by putting
5285              BEGIN { $^C = 0; exit; } at the end of the script)
5286      Branch: perl
5287            ! perl.c
5288 ____________________________________________________________________________
5289 [  4322] By: jhi                                   on 1999/10/09  05:31:26
5290         Log: While awaiting a good test program to detect the broken gcc.
5291              From: Thomas Conté <tom@fr.uu.net>
5292              To: <jhi@iki.fi>
5293              Cc: <perl5-porters@perl.org>
5294              Subject: Re: [ID 19990825.007] test t/lib/ipc_sysv.t failing under irix 6.4
5295              Date: Wed, 6 Oct 1999 19:56:29 +0200
5296              Message-ID: <000a01bf1024$1d938f20$252ad0d4@eng.iway.fr>
5297      Branch: cfgperl
5298            ! hints/irix_6.sh perl.h
5299 ____________________________________________________________________________
5300 [  4321] By: gsar                                  on 1999/10/09  00:41:02
5301         Log: POPSUB() gave up the refcount to the CV before LEAVE had a chance to
5302              clear entries in the CV's pad, leading to coredumps when CV had no
5303              other references to it; this is a slightly edited version of the
5304              patch suggested by Russel O'Connor <roconnor@world.std.com>
5305      Branch: perl
5306            ! cop.h pp_ctl.c pp_hot.c
5307 ____________________________________________________________________________
5308 [  4320] By: gsar                                  on 1999/10/08  22:50:51
5309         Log: revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24
5310              situation (assumptions about cx invalidation are not valid
5311              anymore)
5312      Branch: perl
5313            ! cop.h pp_ctl.c pp_hot.c
5314 ____________________________________________________________________________
5315 [  4319] By: jhi                                   on 1999/10/08  14:33:31
5316         Log: Integrate with Sarathy.
5317      Branch: cfgperl
5318           !> cop.h ext/Thread/Thread.xs op.c opcode.h perl.c perl.h perly.c
5319           !> perly.y pod/perldiag.pod pod/perlfunc.pod pp_ctl.c pp_sys.c
5320           !> t/comp/bproto.t thrdvar.h toke.c util.c
5321 ____________________________________________________________________________
5322 [  4318] By: jhi                                   on 1999/10/08  13:51:34
5323         Log: The second cut at AIX C++ extension troubles.
5324      Branch: cfgperl
5325            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
5326            ! hints/aix.sh
5327 ____________________________________________________________________________
5328 [  4317] By: jhi                                   on 1999/10/08  10:44:13
5329         Log: The first cut at fixing Perl extensions written in C++ in AIX,
5330              statics don't get initialized right.  This patch at least
5331              doesn't seem to break the build in my AIX, but unfortunately
5332              I don't have the IBM C++ to do further testing.
5333              
5334              Problem reported by Stephanie Beals in
5335              From: bealzy@us.ibm.com
5336              To: perl5-porters@perl.org
5337              Subject: [ID 19991007.005] DynaLoader/dl_aix.xs problem using load and unload on AIX
5338              Date: Thu, 7 Oct 1999 15:05:54 -0400
5339              Message-Id: <85256803.0068E70D.00@D51MTA03.pok.ibm.com>
5340      Branch: cfgperl
5341            + ext/DynaLoader/hints/aix.pl
5342            ! MANIFEST ext/DynaLoader/dl_aix.xs hints/aix.sh
5343 ____________________________________________________________________________
5344 [  4316] By: gsar                                  on 1999/10/08  10:26:15
5345         Log: remove kludgey duplicate background error avoidance (caused
5346              "leaks"; %@ wasn't even user-visible under -Dusethreads);
5347              only repeats of most recent error are now avoided
5348      Branch: perl
5349            ! ext/Thread/Thread.xs perl.c perl.h pp_ctl.c thrdvar.h util.c
5350 ____________________________________________________________________________
5351 [  4315] By: jhi                                   on 1999/10/08  09:48:59
5352         Log: Fix omission.
5353      Branch: cfgperl
5354            ! makedef.pl
5355 ____________________________________________________________________________
5356 [  4314] By: gsar                                  on 1999/10/08  07:17:01
5357         Log: extend change#2299 to C<use> (fixes scoping problems in
5358              C<if (...) { use foo; ... }>)
5359      Branch: perl
5360            ! op.c
5361 ____________________________________________________________________________
5362 [  4313] By: gsar                                  on 1999/10/08  04:52:19
5363         Log: small tweak for change#4309
5364      Branch: perl
5365            ! op.c
5366 ____________________________________________________________________________
5367 [  4312] By: gsar                                  on 1999/10/08  02:31:13
5368         Log: add suggested patch =~ s/NOTOP/OP_NOT/ with tests
5369              From: Larry Wall <larry@wall.org>
5370              Date: Wed, 6 Oct 1999 09:55:57 -0700 (PDT)
5371              Message-Id: <199910061655.JAA11333@kiev.wall.org>
5372              Subject: Re: [ID 19991001.004] apparent parsing error with not(arg)
5373      Branch: perl
5374            ! opcode.h t/comp/bproto.t toke.c
5375 ____________________________________________________________________________
5376 [  4311] By: gsar                                  on 1999/10/08  00:58:19
5377         Log: typo
5378      Branch: perl
5379            ! pp_sys.c
5380 ____________________________________________________________________________
5381 [  4310] By: gsar                                  on 1999/10/07  23:51:38
5382         Log: fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted by
5383              Brian Mitchell <brian@chele.cais.net>)
5384      Branch: perl
5385            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
5386 ____________________________________________________________________________
5387 [  4309] By: gsar                                  on 1999/10/07  22:57:52
5388         Log: change#3728 was flawed (loop contexts saw the wrong statement
5389              info, causing loop control constructs to not find the label);
5390              disable OP_SETSTATE entirely and add a fix that is specifically
5391              targetted at disabling the OP_LINESEQ optimization in else BLOCK,
5392              which was what the original patch was supposed to fix
5393              
5394              TODO: remove the remainder of the setstate logic if it can't
5395              be used anywhere else (it isn't used anywhere now)
5396      Branch: perl
5397            ! cop.h op.c perly.c perly.y
5398 ____________________________________________________________________________
5399 [  4308] By: jhi                                   on 1999/10/07  19:21:27
5400         Log: Integrate with Sarathy.
5401      Branch: cfgperl
5402           !> lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
5403 ____________________________________________________________________________
5404 [  4307] By: gsar                                  on 1999/10/07  15:12:24
5405         Log: update to podlators-0.08 from Russ Allbery
5406      Branch: perl
5407            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
5408 ____________________________________________________________________________
5409 [  4306] By: jhi                                   on 1999/10/06  17:20:34
5410         Log: Integrate with Sarathy.
5411      Branch: cfgperl
5412           !> (integrate 45 files)
5413 ____________________________________________________________________________
5414 [  4305] By: gsar                                  on 1999/10/06  16:55:45
5415         Log: some versions of mingw32 have __int64, define iff it isn't
5416      Branch: perl
5417            ! win32/win32.h
5418 ____________________________________________________________________________
5419 [  4304] By: gsar                                  on 1999/10/06  03:45:44
5420         Log: fix typos in change#4288
5421      Branch: perl
5422            ! Changes dump.c sv.c
5423 ____________________________________________________________________________
5424 [  4303] By: gsar                                  on 1999/10/06  03:22:46
5425         Log: integrate cfgperl contents into mainline
5426      Branch: perl
5427           +> eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
5428            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
5429           !> (integrate 31 files)
5430 ____________________________________________________________________________
5431 [  4302] By: gsar                                  on 1999/10/06  02:36:53
5432         Log: make die/warn and other diagnostics go to wherever STDERR happens
5433              to point at; change places that meant Perl_debug_log rather than
5434              PerlIO_stderr()
5435      Branch: perl
5436            ! cop.h doio.c embedvar.h ext/Devel/Peek/Peek.xs
5437            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
5438            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
5439            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
5440            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
5441            ! ext/DynaLoader/dl_rhapsody.xs ext/DynaLoader/dl_vmesa.xs
5442            ! ext/DynaLoader/dl_vms.xs ext/DynaLoader/dlutils.c
5443            ! ext/Thread/Thread.xs ext/Thread/typemap intrpvar.h malloc.c
5444            ! mg.c objXSUB.h op.c perl.c perl.h perlio.c pp.c pp_ctl.c
5445            ! pp_hot.c regexec.c scope.c scope.h sv.c thread.h toke.c util.c
5446            ! win32/dl_win32.xs win32/win32.c win32/win32thread.c
5447 ____________________________________________________________________________
5448 [  4301] By: jhi                                   on 1999/10/05  23:03:46
5449         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5450              To: François Désarménien <desar@club-internet.fr>
5451              Cc: "perl5-porters@perl.org" <perl5-porters@perl.org>
5452              Subject: Re: Strange RE engine breakage in 5_61
5453              Date: Mon, 4 Oct 1999 19:58:03 -0400
5454              Message-ID: <19991004195803.A21760@monk.mps.ohio-state.edu>
5455              
5456              (had to apply pat.t part manually because there
5457              already were more tests than there was in _61)
5458      Branch: cfgperl
5459            ! regcomp.c regexec.c t/op/pat.t t/op/re_tests
5460 ____________________________________________________________________________
5461 [  4300] By: jhi                                   on 1999/10/04  17:03:18
5462         Log: From: Andy Dougherty <doughera@lafayette.edu>
5463              To: Jarkko Hietaniemi <jhi@iki.fi>
5464              cc: Perl Porters <perl5-porters@perl.org>, jhi@cc.hut.fi
5465              Subject: Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn't
5466              Date: Mon, 4 Oct 1999 13:05:08 -0400 (EDT)
5467              Message-ID: <Pine.SOL.4.10.9910041302550.6502-100000@maxwell.phys.lafayette.edu>
5468      Branch: cfgperl
5469            + eg/cgi/dna_small_gif.uu eg/cgi/wilogo_gif.uu
5470            - eg/cgi/dna.small.gif.uu eg/cgi/wilogo.gif.uu
5471            ! MANIFEST ext/B/defsubs_h.PL
5472 ____________________________________________________________________________
5473 [  4299] By: jhi                                   on 1999/10/04  07:15:16
5474         Log: From: Michael G Schwern <schwern@pobox.com>
5475              To: perl5-porters@perl.org
5476              Subject: Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
5477              Date: Sun, 3 Oct 1999 17:34:17 -0400
5478              Message-ID: <19991003173417.A4351@blackrider>
5479      Branch: cfgperl
5480            ! t/lib/fields.t t/pragma/constant.t
5481 ____________________________________________________________________________
5482 [  4298] By: gsar                                  on 1999/10/04  04:57:53
5483         Log: some compatibility macros were busted
5484      Branch: perl
5485            ! embed.h embed.pl toke.c
5486 ____________________________________________________________________________
5487 [  4297] By: jhi                                   on 1999/10/03  17:50:59
5488         Log: A better version of #4296.
5489              
5490              From: Michael G Schwern <schwern@pobox.com>
5491              To: perl5-porters@perl.org
5492              Subject: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"
5493              Date: Sun, 3 Oct 1999 13:54:23 -0400
5494              Message-ID: <19991003135423.A3050@blackrider>
5495      Branch: cfgperl
5496            ! av.c op.c pod/perldiag.pod
5497 ____________________________________________________________________________
5498 [  4296] By: jhi                                   on 1999/10/03  17:21:01
5499         Log: (Replaced by #4297.)
5500              
5501              From: Michael G Schwern <schwern@pobox.com>
5502              To: perl5-porters@perl.org
5503              Subject: [PATCH av.c, perldiag.pod] Added field name to "No such array field"
5504              Date: Sun, 3 Oct 1999 13:16:47 -0400
5505              Message-ID: <19991003131647.A2816@blackrider>
5506              
5507              plus changed the error message to say "No such pseudo-hash field"
5508              as discussed in the above mail message.
5509      Branch: cfgperl
5510            ! av.c pod/perldiag.pod
5511 ____________________________________________________________________________
5512 [  4295] By: gsar                                  on 1999/10/03  16:09:36
5513         Log: avoid doing irrelevant things on 'make perl'
5514      Branch: perl
5515            ! Makefile.SH
5516 ____________________________________________________________________________
5517 [  4294] By: jhi                                   on 1999/10/03  14:16:24
5518         Log: Fix a typo in #4293 spotted by Graham Barr.
5519      Branch: cfgperl
5520            ! pod/perlref.pod
5521 ____________________________________________________________________________
5522 [  4293] By: jhi                                   on 1999/10/03  11:31:22
5523         Log: From: Michael G Schwern <schwern@blackrider.aocn.com>
5524              To: perl5-porters@perl.org
5525              Subject: Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH]
5526              Date: Sun, 3 Oct 1999 02:34:01 -0400
5527              Message-ID: <19991003023401.A1520@blackrider>
5528      Branch: cfgperl
5529            ! pod/perlfunc.pod pod/perlref.pod
5530 ____________________________________________________________________________
5531 [  4292] By: jhi                                   on 1999/10/03  09:23:16
5532         Log: From: Barrie Slaymaker <barries@slaysys.com>
5533              To: perl5-porters@perl.org
5534              Subject: [PATCH 5.005_61] Benchmark.pm bugfix, tweaks
5535              Date: Sun, 3 Oct 1999 00:09:51 -0400
5536              Message-Id: <199910030409.AAA18228@jester.slaysys.com>
5537      Branch: cfgperl
5538            ! lib/Benchmark.pm
5539 ____________________________________________________________________________
5540 [  4291] By: jhi                                   on 1999/10/02  23:43:53
5541         Log: Be understanding about large file systems.
5542      Branch: cfgperl
5543            ! t/lib/syslfs.t t/op/lfs.t
5544 ____________________________________________________________________________
5545 [  4290] By: jhi                                   on 1999/10/02  23:39:16
5546         Log: Configure fixfest continues.
5547      Branch: cfgperl
5548            ! Configure config_h.SH
5549      Branch: metaconfig
5550            ! U/modified/d_longdbl.U U/modified/d_longlong.U
5551            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
5552            ! U/typedefs/gidsize.U U/typedefs/pidsign.U U/typedefs/pidsize.U
5553            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
5554      Branch: metaconfig/U/perl
5555            ! i_inttypes.U io64.U
5556 ____________________________________________________________________________
5557 [  4289] By: jhi                                   on 1999/10/02  23:12:54
5558         Log: Regen Porting stuff.
5559      Branch: cfgperl
5560            ! Porting/Glossary Porting/config.sh Porting/config_H
5561 ____________________________________________________________________________
5562 [  4288] By: jhi                                   on 1999/10/02  23:05:50
5563         Log: Untangle the IV_IS_QUAD jungle by introduding
5564              macros to be used when doing formatted printing:
5565              IVdf, UVuf, UVxf, UVof.  Also introduce Uid_t_SIGN.
5566      Branch: cfgperl
5567            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5568            ! config_h.SH doio.c dump.c op.c perl.h pp_hot.c pp_sys.c
5569            ! regcomp.c sv.c taint.c toke.c util.c
5570 ____________________________________________________________________________
5571 [  4287] By: jhi                                   on 1999/10/02  22:54:18
5572         Log: metaconfig maintenance.
5573      Branch: metaconfig
5574            ! U/ebcdic/ebcdic.U U/typedefs/gidsign.U U/typedefs/gidsize.U
5575            ! U/typedefs/pidsign.U U/typedefs/pidsize.U U/typedefs/uidsign.U
5576            ! U/typedefs/uidsize.U
5577 ____________________________________________________________________________
5578 [  4286] By: nick                                  on 1999/10/02  11:11:44
5579         Log: Incremental merge of mainline
5580      Branch: utfperl
5581           +> README.Y2K hints/svr5.sh lib/Pod/Man.pm
5582           +> lib/unicode/Unicode.html t/op/args.t t/pod/multiline_items.t
5583           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
5584           +> t/pod/podselect.t t/pod/podselect.xr
5585            - lib/Pod/PlainText.pm
5586           !> (integrate 148 files)
5587 ____________________________________________________________________________
5588 [  4285] By: jhi                                   on 1999/10/02  10:16:15
5589         Log: Battle namespace pollution.
5590      Branch: cfgperl
5591            ! lib/Benchmark.pm
5592 ____________________________________________________________________________
5593 [  4284] By: jhi                                   on 1999/10/02  10:11:20
5594         Log: Regen Configure, all of xs_apiversion didn't take.
5595      Branch: cfgperl
5596            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5597            ! config_h.SH patchlevel.h
5598 ____________________________________________________________________________
5599 [  4283] By: jhi                                   on 1999/10/02  09:48:17
5600         Log: Integrate with Sarathy.
5601      Branch: cfgperl
5602           +> lib/Pod/Man.pm t/pod/multiline_items.t
5603           +> t/pod/multiline_items.xr t/pod/pod2usage.t t/pod/pod2usage.xr
5604           +> t/pod/podselect.t t/pod/podselect.xr
5605            - lib/Pod/PlainText.pm
5606           !> (integrate 50 files)
5607 ____________________________________________________________________________
5608 [  4282] By: gsar                                  on 1999/10/02  06:39:14
5609         Log: update pod2man, pod2text and related Pod:: modules with the
5610              ones in podlators-0.07 from Russ Allbery
5611      Branch: perl
5612            + lib/Pod/Man.pm
5613            ! lib/Pod/Text.pm lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
5614            ! pod/pod2man.PL pod/pod2text.PL
5615 ____________________________________________________________________________
5616 [  4281] By: gsar                                  on 1999/10/02  06:14:44
5617         Log: fix PodParser testsuite; Pod::Text subsumes Pod::PlainText
5618      Branch: perl
5619            - lib/Pod/PlainText.pm
5620            ! MANIFEST lib/Pod/Text.pm lib/Pod/Usage.pm pod/pod2usage.PL
5621            ! pod/podchecker.PL pod/podselect.PL t/pod/emptycmd.t
5622            ! t/pod/for.t t/pod/headings.t t/pod/include.t t/pod/included.t
5623            ! t/pod/lref.t t/pod/multiline_items.t t/pod/nested_items.t
5624            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
5625            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
5626            ! t/pod/special_seqs.t t/pod/testp2pt.pl t/pod/testpchk.pl
5627 ____________________________________________________________________________
5628 [  4280] By: gsar                                  on 1999/10/02  04:39:38
5629         Log: upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>
5630      Branch: perl
5631            + t/pod/multiline_items.t t/pod/multiline_items.xr
5632            + t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/podselect.t
5633            + t/pod/podselect.xr
5634            ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
5635            ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
5636            ! lib/Pod/Usage.pm t/pod/for.xr t/pod/headings.xr
5637            ! t/pod/include.xr t/pod/included.xr t/pod/lref.xr
5638            ! t/pod/nested_items.xr t/pod/nested_seqs.xr
5639            ! t/pod/oneline_cmds.xr t/pod/poderrs.xr t/pod/special_seqs.xr
5640            ! t/pod/testp2pt.pl
5641 ____________________________________________________________________________
5642 [  4279] By: gsar                                  on 1999/10/02  03:36:41
5643         Log: make exists() work better on pseudo-hashes (reworked a patch suggested
5644              by Michael G Schwern <schwern@pobox.com>)
5645      Branch: perl
5646            ! av.c t/op/avhv.t
5647 ____________________________________________________________________________
5648 [  4278] By: gsar                                  on 1999/10/02  02:36:55
5649         Log: deprecate C<use attrs>
5650      Branch: perl
5651            ! ext/attrs/attrs.pm ext/attrs/attrs.xs t/lib/attrs.t
5652            ! t/lib/thread.t t/pragma/sub_lval.t
5653 ____________________________________________________________________________
5654 [  4277] By: gsar                                  on 1999/10/02  01:43:25
5655         Log: add notes about effect of loop control statements inside
5656              LABEL BLOCK continue BLOCK
5657      Branch: perl
5658            ! pod/perlfunc.pod
5659 ____________________________________________________________________________
5660 [  4276] By: gsar                                  on 1999/10/02  01:23:02
5661         Log: indent nested =items properly (suggested by Bill Fenner
5662              <fenner@research.att.com>)
5663      Branch: perl
5664            ! pod/pod2man.PL
5665 ____________________________________________________________________________
5666 [  4275] By: gsar                                  on 1999/10/02  01:09:16
5667         Log: updated ptags generator from Ilya Zakharevich
5668      Branch: perl
5669            ! emacs/ptags
5670 ____________________________________________________________________________
5671 [  4274] By: gsar                                  on 1999/10/01  23:08:52
5672         Log: update Changes
5673      Branch: perl
5674            ! Changes
5675 ____________________________________________________________________________
5676 [  4273] By: gsar                                  on 1999/10/01  22:58:55
5677         Log: typo, whitespace adjustments
5678      Branch: perl
5679            ! utils/h2xs.PL
5680 ____________________________________________________________________________
5681 [  4272] By: gsar                                  on 1999/10/01  22:46:06
5682         Log: remove dup hunks
5683      Branch: perl
5684            ! configure.com vms/vms.c
5685 ____________________________________________________________________________
5686 [  4271] By: gsar                                  on 1999/10/01  22:33:02
5687         Log: integrate cfgperl contents into mainline; resolve h2xs.PL conflict
5688              by declaring new globals "our" (XXX this means h2xs generated code
5689              won't run on earlier versions; a switch to generate compatible
5690              source is needed)
5691      Branch: perl
5692           !> (integrate 35 files)
5693 ____________________________________________________________________________
5694 [  4270] By: jhi                                   on 1999/10/01  12:05:56
5695         Log: Integrate with Sarathy.
5696      Branch: cfgperl
5697           !> ext/B/B/C.pm lib/ExtUtils/typemap lib/ExtUtils/xsubpp
5698           !> pod/perldiag.pod util.c
5699 ____________________________________________________________________________
5700 [  4269] By: jhi                                   on 1999/10/01  10:26:19
5701         Log: From: Piotr Klaban <makler@oryl.man.torun.pl>
5702              To: perl5-porters@perl.org
5703              Subject: [ID 19991001.001] perlguts man page error
5704              Date: Fri, 1 Oct 1999 10:23:49 +0200 (MET DST)
5705              Message-Id: <199910010823.KAA05796@oryl.man.torun.pl>
5706      Branch: cfgperl
5707            ! pod/perlguts.pod
5708 ____________________________________________________________________________
5709 [  4268] By: jhi                                   on 1999/10/01  07:32:33
5710         Log: There *is* a month called October.
5711      Branch: cfgperl
5712            ! t/op/time.t
5713 ____________________________________________________________________________
5714 [  4267] By: jhi                                   on 1999/10/01  06:58:10
5715         Log: Temp file cleanliness.
5716      Branch: cfgperl
5717            ! t/lib/filecopy.t
5718 ____________________________________________________________________________
5719 [  4266] By: jhi                                   on 1999/10/01  06:46:56
5720         Log: From: Barrie Slaymaker <barries@slaysys.com>
5721              To: perl5-porters@perl.org
5722              Subject: [PATCH 5.005_61] Benchmark.pm: Export countit(), cmpthese() by default
5723              Date: Thu, 30 Sep 1999 22:16:26 -0400
5724              Message-Id: <199910010216.WAA08309@jester.slaysys.com>
5725      Branch: cfgperl
5726            ! lib/Benchmark.pm
5727 ____________________________________________________________________________
5728 [  4265] By: jhi                                   on 1999/09/30  20:25:35
5729         Log: From: Barrie Slaymaker <barries@slaysys.com>
5730              To: perl5-porters@perl.org
5731              Subject: [PATCH 5.005_61] Benchmark tweaks, fixes, cmpthese()
5732              Date: Thu, 30 Sep 1999 15:44:00 -0400
5733              Message-Id: <199909301944.PAA07166@jester.slaysys.com>
5734              (Replaces #4175.)
5735      Branch: cfgperl
5736            ! lib/Benchmark.pm
5737 ____________________________________________________________________________
5738 [  4264] By: gsar                                  on 1999/09/30  17:59:26
5739         Log: re-add missing "Out of memory!" entry
5740      Branch: perl
5741            ! pod/perldiag.pod
5742 ____________________________________________________________________________
5743 [  4263] By: jhi                                   on 1999/09/30  17:05:43
5744         Log: Regenerate Configure.
5745      Branch: cfgperl
5746            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5747            ! config_h.SH
5748 ____________________________________________________________________________
5749 [  4261] By: jhi                                   on 1999/09/30  16:15:05
5750         Log: From: Andy Dougherty <doughera@lafayette.edu>
5751              To: Perl Porters <perl5-porters@perl.org>
5752              Subject: [PATCH 5.005_61] rand() advisory for perldelta.pod
5753              Date: Thu, 30 Sep 1999 12:24:00 -0400 (EDT)
5754              Message-ID: <Pine.SOL.4.10.9909301218390.3343-100000@maxwell.phys.lafayette.edu>
5755      Branch: cfgperl
5756            ! pod/perldelta.pod
5757 ____________________________________________________________________________
5758 [  4260] By: jhi                                   on 1999/09/30  15:48:56
5759         Log: From: Andy Dougherty <doughera@lafayette.edu>
5760              To: Jarkko Hietaniemi <jhi@iki.fi>, Gurusamy Sarathy <gsar@activestate.com>
5761              Subject: Re: Possible skeletal structure for searching multiple versions
5762              Date: Thu, 30 Sep 1999 11:52:00 -0400 (EDT)
5763              Message-ID: <Pine.SOL.4.10.9909301149090.3343-100000@maxwell.phys.lafayette.edu>
5764      Branch: metaconfig
5765            ! U/mkglossary
5766      Branch: metaconfig/U/perl
5767            + xs_apiversion.U
5768            ! patchlevel.U
5769 ____________________________________________________________________________
5770 [  4259] By: jhi                                   on 1999/09/30  15:07:16
5771         Log: Further ?idsize.U fixing.
5772      Branch: metaconfig
5773            ! U/typedefs/gidsize.U U/typedefs/pidsize.U U/typedefs/uidsize.U
5774 ____________________________________________________________________________
5775 [  4258] By: jhi                                   on 1999/09/30  15:00:14
5776         Log: Fix the ?idsi{gn,ze} units, from Andy Dougherty.
5777      Branch: metaconfig
5778            ! U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
5779            ! U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
5780 ____________________________________________________________________________
5781 [  4257] By: jhi                                   on 1999/09/30  09:48:33
5782         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
5783              To: Gurusamy Sarathy <gsar@ActiveState.com>
5784              Cc: tchrist@perl.com, Larry Wall <larry@wall.org>,
5785              The Perl Porters Mailing List <perl5-porters@perl.org>
5786              Subject: [PATCH] (Was: deprecating SIGDIE)
5787              Date: Wed, 29 Sep 1999 15:16:50 -0400
5788              Message-ID: <19990929151650.E26675@O2.chapin.edu>
5789      Branch: cfgperl
5790            ! Porting/findvars embedvar.h intrpvar.h mg.c objXSUB.h perl.c
5791 ____________________________________________________________________________
5792 [  4256] By: jhi                                   on 1999/09/30  09:45:22
5793         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5794              To: Gurusamy Sarathy <gsar@activestate.com>
5795              Cc: Barrie Slaymaker <barries@slaysys.com>, perl5-porters@perl.org
5796              Subject: Re: _58, _61 Argument "" is not numeric in sprintf
5797              Date: Wed, 29 Sep 1999 18:58:23 -0400
5798              Message-ID: <19990929185823.A22099@monk.mps.ohio-state.edu>
5799      Branch: cfgperl
5800            ! Makefile.SH opcode.pl
5801 ____________________________________________________________________________
5802 [  4255] By: gsar                                  on 1999/09/30  09:03:48
5803         Log: remove prehistoric XFree() gunk
5804      Branch: perl
5805            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
5806 ____________________________________________________________________________
5807 [  4254] By: gsar                                  on 1999/09/30  08:40:14
5808         Log: From: Vishal Bhatia <vishal@gol.com>
5809              Date: Wed, 29 Sep 1999 23:27:28 +0900 (JST)
5810              Message-ID: <Pine.LNX.4.10.9909292326280.5599-100000@localhost.localdomain>
5811              Subject: [patch _61] Minor corrections in C.pm
5812      Branch: perl
5813            ! ext/B/B/C.pm
5814 ____________________________________________________________________________
5815 [  4253] By: gsar                                  on 1999/09/30  08:36:27
5816         Log: off-by-one in fbm_compile() (spotted by John Bley
5817              <jbley@cs.cmu.edu>); whitespace adjustments
5818      Branch: perl
5819            ! util.c
5820 ____________________________________________________________________________
5821 [  4251] By: jhi                                   on 1999/09/30  08:09:13
5822         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5823              To: perl5-porters@perl.org (Mailing list Perl5)
5824              Subject: [PATCH 5.00561+]  Followup h2xs patch
5825              Date: Thu, 30 Sep 1999 04:15:52 -0400 (EDT)
5826              Message-Id: <199909300815.EAA25425@monk.mps.ohio-state.edu>
5827      Branch: cfgperl
5828            ! utils/h2xs.PL
5829 ____________________________________________________________________________
5830 [  4250] By: jhi                                   on 1999/09/29  19:11:32
5831         Log: Integrate with Sarathy.
5832      Branch: cfgperl
5833           !> djgpp/configure.bat embed.h embed.pl lib/Exporter/Heavy.pm
5834           !> lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm proto.h
5835           !> t/pragma/locale/latin1 win32/Makefile win32/makefile.mk
5836 ____________________________________________________________________________
5837 [  4249] By: bailey                                on 1999/09/29  02:21:31
5838         Log: resync with mainline
5839      Branch: vmsperl
5840           +> (branch 32 files)
5841            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
5842            - lib/unicode/blocks.txt lib/unicode/index2.txt
5843            - lib/unicode/jamo2.txt lib/unicode/names2.txt
5844            - lib/unicode/props2.txt lib/unicode/readme.txt
5845            - t/lib/bigfloatpm.t
5846           !> (integrate 240 files)
5847 ____________________________________________________________________________
5848 [  4248] By: jhi                                   on 1999/09/28  18:14:39
5849         Log: From: Andy Dougherty <doughera@lafayette.edu>
5850              To: Perl Porters <perl5-porters@perl.org>
5851              Subject: [PATCH 5.005_xx] Re: [Config 5.005_03] -DDEBUGGING
5852              Date: Tue, 28 Sep 1999 12:20:50 -0400 (EDT)
5853              Message-ID: <Pine.SOL.4.10.9909281019360.1890-100000@maxwell.phys.lafayette.edu>
5854              
5855              From: Andy Dougherty <doughera@lafayette.edu>
5856              To: Perl Porters <perl5-porters@perl.org>
5857              Subject: [ANOTHER PATCH 5.005_61] Re: [Config 5.005_03] -DDEBUGGING
5858              Date: Tue, 28 Sep 1999 13:39:49 -0400 (EDT)
5859              Message-ID: <Pine.SOL.4.10.9909281338180.2012-100000@maxwell.phys.lafayette.edu>
5860      Branch: cfgperl
5861            ! hints/README.hints hints/amigaos.sh hints/cygwin.sh
5862            ! hints/dynixptx.sh hints/epix.sh hints/esix4.sh hints/mint.sh
5863            ! hints/mpeix.sh hints/next_3.sh hints/next_3_0.sh
5864            ! hints/next_4.sh
5865 ____________________________________________________________________________
5866 [  4247] By: gsar                                  on 1999/09/28  17:36:59
5867         Log: revert change#4115 (breaks libwww's base/date.t); could be 
5868              reworked to enable it conditional on $Time::Local::nocroak
5869              or some such
5870      Branch: perl
5871            ! lib/Time/Local.pm
5872 ____________________________________________________________________________
5873 [  4246] By: gsar                                  on 1999/09/28  17:33:14
5874         Log: tweak for win32 build
5875      Branch: perl
5876            ! win32/Makefile win32/makefile.mk
5877 ____________________________________________________________________________
5878 [  4245] By: gsar                                  on 1999/09/28  17:31:34
5879         Log: change#4236 fallout
5880      Branch: perl
5881            ! lib/ExtUtils/MM_Unix.pm
5882 ____________________________________________________________________________
5883 [  4244] By: gsar                                  on 1999/09/28  17:29:31
5884         Log: remove doubled new_xpv
5885      Branch: perl
5886            ! embed.h embed.pl proto.h
5887 ____________________________________________________________________________
5888 [  4243] By: jhi                                   on 1999/09/27  19:13:20
5889         Log: Artistic fine-tuning.
5890      Branch: cfgperl
5891            ! ext/B/defsubs_h.PL
5892 ____________________________________________________________________________
5893 [  4242] By: gsar                                  on 1999/09/27  17:05:22
5894         Log: avoid implicit split to @_ in change#4181; binary -> text file
5895              types in p4
5896      Branch: perl
5897            ! djgpp/configure.bat lib/Exporter/Heavy.pm
5898            ! t/pragma/locale/latin1
5899 ____________________________________________________________________________
5900 [  4241] By: jhi                                   on 1999/09/27  07:48:19
5901         Log: Integrate with Sarathy.
5902      Branch: cfgperl
5903           !> INSTALL embed.h embed.pl malloc.c pod/perldiag.pod pp.c
5904           !> pp_ctl.c pp_hot.c pp_sys.c win32/Makefile win32/makefile.mk
5905 ____________________________________________________________________________
5906 [  4240] By: jhi                                   on 1999/09/27  07:47:11
5907         Log: Finalize change #4232.
5908              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5909              To: Jarkko Hietaniemi <jhi@iki.fi>
5910              Cc: gsar@activestate.com, Mailing list Perl5 <perl5-porters@perl.org>
5911              Subject: Re: xsubpp change breaks B, DB_File, POSIX builds
5912              Date: Sun, 26 Sep 1999 16:52:31 -0400
5913              Message-ID: <19990926165230.A26933@monk.mps.ohio-state.edu>
5914      Branch: cfgperl
5915            ! lib/ExtUtils/xsubpp
5916 ____________________________________________________________________________
5917 [  4239] By: gsar                                  on 1999/09/27  02:48:42
5918         Log: add notes in INSTALL about Configure -Accflags=-DFOO
5919      Branch: perl
5920            ! INSTALL
5921 ____________________________________________________________________________
5922 [  4238] By: gsar                                  on 1999/09/27  02:03:48
5923         Log: PERL_POLLUTE isn't required for bincompat, so don't enable
5924              it automatically
5925      Branch: perl
5926            ! embed.h embed.pl
5927 ____________________________________________________________________________
5928 [  4237] By: gsar                                  on 1999/09/27  01:52:47
5929         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5930              Date: Fri, 24 Sep 1999 23:25:36 -0400
5931              Message-ID: <19990924232536.A16257@monk.mps.ohio-state.edu>
5932              Subject: [PATCH 5.005_61] Malloc fixes and docs
5933      Branch: perl
5934            ! malloc.c pod/perldiag.pod
5935 ____________________________________________________________________________
5936 [  4236] By: gsar                                  on 1999/09/27  01:31:32
5937         Log: avoid .exe in $Config{cc} (spotted by Vadim Konovalov
5938              <vkonovalov@lucent.com>)
5939      Branch: perl
5940            ! win32/Makefile win32/makefile.mk
5941 ____________________________________________________________________________
5942 [  4235] By: gsar                                  on 1999/09/26  17:02:03
5943         Log: fix buggy popping of subroutine contexts in the lvalue
5944              subroutines implementation (change#4081); correct the
5945              plethora of cases where DIE() was more appropriate than
5946              croak()
5947      Branch: perl
5948            ! pp.c pp_ctl.c pp_hot.c pp_sys.c
5949 ____________________________________________________________________________
5950 [  4234] By: jhi                                   on 1999/09/26  12:06:28
5951         Log: Fix #endif.
5952      Branch: cfgperl
5953            ! XSUB.h
5954 ____________________________________________________________________________
5955 [  4233] By: jhi                                   on 1999/09/26  11:59:18
5956         Log: Integrate with Sarathy. h2xs.PL had to be manually resolved,
5957              I kept my (Ilya's) version.
5958      Branch: cfgperl
5959           !> gv.c gv.h intrpvar.h keywords.h keywords.pl lib/Shell.pm op.c
5960           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
5961           !> pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
5962           !> pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
5963           !> pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
5964           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
5965 ____________________________________________________________________________
5966 [  4232] By: jhi                                   on 1999/09/26  09:53:43
5967         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5968              To: Mailing list Perl5 <perl5-porters@perl.org>
5969              Subject: [PATCH 5.005_61] teach xsubpp function pointers
5970              Date: Sun, 26 Sep 1999 01:36:09 -0400
5971              Message-ID: <19990926013609.A21148@monk.mps.ohio-state.edu>
5972              
5973              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5974              To: Mailing list Perl5 <perl5-porters@perl.org>
5975              Subject: [PATCH 5.005_61] Make h2xs -x almost bullet-proof
5976              Date: Sun, 26 Sep 1999 03:00:50 -0400
5977              Message-ID: <19990926030050.A21498@monk.mps.ohio-state.edu>
5978      Branch: cfgperl
5979            ! lib/ExtUtils/xsubpp utils/h2xs.PL
5980 ____________________________________________________________________________
5981 [  4231] By: jhi                                   on 1999/09/26  09:48:49
5982         Log: From: "Konovalov, Vadim" <vkonovalov@lucent.com>
5983              To: perl5-porters@perl.org
5984              Subject: misprint in perlguts
5985              Date: Sun, 26 Sep 1999 12:48:36 +0400
5986              Message-ID: <402099F49BEED211999700805FC7359F20D7A5@ru0028exch01.spb.lucent.com>
5987      Branch: cfgperl
5988            ! pod/perlguts.pod
5989 ____________________________________________________________________________
5990 [  4230] By: gsar                                  on 1999/09/26  00:50:08
5991         Log: add $installarchlib/CORE to default linker search path on windows
5992      Branch: perl
5993            ! win32/Makefile win32/makefile.mk
5994 ____________________________________________________________________________
5995 [  4229] By: gsar                                  on 1999/09/25  20:05:03
5996         Log: support C<use Shell> on Windows (reworked a patch suggested
5997              by Jenda Krynicky <Jenda@McCann.cz>)
5998      Branch: perl
5999            ! lib/Shell.pm
6000 ____________________________________________________________________________
6001 [  4228] By: gsar                                  on 1999/09/25  07:03:34
6002         Log: integrate cfgperl contents into mainline
6003      Branch: perl
6004           +> hints/svr5.sh
6005           !> Configure MANIFEST Makefile.SH config_h.SH hints/sco.sh
6006           !> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
6007           !> lib/unicode/mktables.PL pod/perldelta.pod pod/perlfaq9.pod
6008           !> regcomp.c regexec.c t/lib/syslfs.t t/op/lfs.t
6009 ____________________________________________________________________________
6010 [  4227] By: gsar                                  on 1999/09/25  06:44:47
6011         Log: From: Larry Wall <larry@wall.org>
6012              Date: Fri, 24 Sep 1999 21:59:37 PDT
6013              Message-Id: <199909250459.VAA27506@kiev.wall.org>
6014              Subject: Re: [PATCH 5.005_61] "our" declarations
6015      Branch: perl
6016            ! gv.c gv.h intrpvar.h keywords.h keywords.pl op.c
6017            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
6018            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlmod.pod
6019            ! pod/perlmodlib.pod pod/perlsub.pod pod/perltoot.pod
6020            ! pod/perlxstut.pod sv.h t/pragma/strict-vars toke.c
6021            ! utils/h2xs.PL
6022 ____________________________________________________________________________
6023 [  4226] By: jhi                                   on 1999/09/24  23:10:52
6024         Log: Integrate with Sarathy.
6025      Branch: cfgperl
6026           !> XSUB.h ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
6027           !> ext/POSIX/hints/linux.pl pod/perldiag.pod pod/perlfunc.pod
6028           !> pp.c t/lib/posix.t t/op/pack.t toke.c utils/perlcc.PL
6029 ____________________________________________________________________________
6030 [  4225] By: gsar                                  on 1999/09/24  18:19:54
6031         Log: avoid infinite recursive exec()s of perl.exe when shebang
6032              contains "Perl" rather than "perl" on DOSISH platforms
6033      Branch: perl
6034            ! toke.c
6035 ____________________________________________________________________________
6036 [  4224] By: gsar                                  on 1999/09/24  16:09:23
6037         Log: support cygwin and other platforms that link to import libraries
6038              rather than directly with shared libraries (from a suggestion
6039              by Lucian Cionca <Lucian.Cionca@algoritma.ro>)
6040      Branch: perl
6041            ! utils/perlcc.PL
6042 ____________________________________________________________________________
6043 [  4223] By: gsar                                  on 1999/09/24  05:05:06
6044         Log: normalize time for strftime() (without the isdst effects of
6045              mktime()) using a custom mini_mktime()
6046              From: spider-perl@Orb.Nashua.NH.US
6047              Date: Thu, 23 Sep 1999 17:54:53 -0400
6048              Message-Id: <199909232154.RAA25151@leggy.zk3.dec.com>
6049              Subject: Re: [ID 19990913.003] Possible bug using POSIX::strftime Digital UNIX Perl 5.005_03 
6050      Branch: perl
6051            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
6052            ! ext/POSIX/hints/linux.pl t/lib/posix.t
6053 ____________________________________________________________________________
6054 [  4222] By: gsar                                  on 1999/09/23  06:44:42
6055         Log: change "#" to a comment starter in pack templates; "/" now
6056              used for specifying counted types
6057              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6058              Date: Wed, 22 Sep 1999 19:41:30 -0400
6059              Message-ID: <19990922194130.A864@monk.mps.ohio-state.edu>
6060              Subject: [PATCH 5.005_61] Enable comments in pack()/unpack() templates
6061      Branch: perl
6062            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
6063 ____________________________________________________________________________
6064 [  4221] By: gsar                                  on 1999/09/23  06:26:54
6065         Log: From: Vishal Bhatia <vishal@gol.com>
6066              Date: Thu, 23 Sep 1999 12:45:19 +0900 (JST)
6067              Message-ID: <Pine.LNX.4.10.9909231218360.3428-100000@localhost.localdomain>
6068              Subject: [patch _61] perlcc changes
6069      Branch: perl
6070            ! utils/perlcc.PL
6071 ____________________________________________________________________________
6072 [  4220] By: gsar                                  on 1999/09/23  01:12:24
6073         Log: add include guard
6074      Branch: perl
6075            ! XSUB.h
6076 ____________________________________________________________________________
6077 [  4219] By: jhi                                   on 1999/09/22  20:38:15
6078         Log: Cleanup cleanup.
6079      Branch: cfgperl
6080            ! Makefile.SH t/lib/syslfs.t t/op/lfs.t
6081 ____________________________________________________________________________
6082 [  4218] By: jhi                                   on 1999/09/22  19:26:58
6083         Log: Tweak the equivalence tables once again.
6084      Branch: cfgperl
6085            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
6086            ! lib/unicode/mktables.PL
6087 ____________________________________________________________________________
6088 [  4215] By: jhi                                   on 1999/09/22  06:47:03
6089         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6090              To: Mailing list Perl5 <perl5-porters@perl.org>
6091              Subject: [PATCH 5.005_61] regfree could segfault with -Mre=debug
6092              Date: Tue, 21 Sep 1999 19:50:00 -0400
6093              Message-ID: <19990921195000.A23938@monk.mps.ohio-state.edu>
6094              
6095              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6096              To: Mailing list Perl5 <perl5-porters@perl.org>
6097              Subject: [PATCH 5.005_61] More verbose -Mre=debug
6098              Date: Tue, 21 Sep 1999 22:29:55 -0400
6099              Message-ID: <19990921222955.A25094@monk.mps.ohio-state.edu>
6100      Branch: cfgperl
6101            ! regcomp.c regexec.c
6102 ____________________________________________________________________________
6103 [  4214] By: jhi                                   on 1999/09/21  21:08:43
6104         Log: From: 0000-Admin (0000) <root@devsys0.zenez.com>
6105              Reply-To: gerberb@zenez.com
6106              To: perl5-porters@perl.org
6107              Subject: [ID 19990921.004] Changes for SCO OpenServer and UnixWare 7
6108              Date: Tue, 21 Sep 1999 11:07:46 -0600 (MDT)
6109              Message-Id: <199909211707.LAA23611@devsys0.zenez.com>
6110              
6111              (Snipped away the last lines of svr5.sh a la change #3725)
6112      Branch: cfgperl
6113            + hints/svr5.sh
6114            ! Configure MANIFEST config_h.SH hints/sco.sh
6115      Branch: metaconfig
6116            ! U/modified/Cppsym.U U/modified/Oldconfig.U
6117 ____________________________________________________________________________
6118 [  4213] By: jhi                                   on 1999/09/21  20:48:01
6119         Log: From: Kragen Sitaker <kragen@dnaco.net>
6120              To: perl5-porters@perl.org
6121              Subject: [ID 19990921.013] accidental list context in perlfaq9
6122              Date: Tue, 21 Sep 1999 16:27:53 -0400 (EDT)
6123              Reply-To: kragen@pobox.com
6124              Message-Id: <199909212027.QAA03450@kirk.dnaco.net>
6125      Branch: cfgperl
6126            ! pod/perlfaq9.pod
6127 ____________________________________________________________________________
6128 [  4212] By: jhi                                   on 1999/09/20  19:55:42
6129         Log: Integrate with Sarathy.
6130      Branch: cfgperl
6131           +> README.Y2K
6132           !> Changes MANIFEST
6133 ____________________________________________________________________________
6134 [  4211] By: jhi                                   on 1999/09/20  19:44:44
6135         Log: Rename -Duselfs to -Duselargefiles.  We don't need no stnkngbbrvtns.
6136      Branch: cfgperl
6137            ! Configure config_h.SH pod/perldelta.pod
6138      Branch: metaconfig/U/perl
6139            ! use64bits.U uselfs.U uselongdbl.U
6140 ____________________________________________________________________________
6141 [  4210] By: jhi                                   on 1999/09/20  19:38:26
6142         Log: Configure -A change: -Afoo=bar is equal to -Aappend:foo=" bar".
6143      Branch: cfgperl
6144            ! Configure config_h.SH
6145      Branch: metaconfig
6146            ! U/modified/Options.U
6147 ____________________________________________________________________________
6148 [  4209] By: gsar                                  on 1999/09/20  19:35:39
6149         Log: integrate cfgperl changes into mainline
6150      Branch: perl
6151           +> lib/unicode/Unicode.html
6152            ! Changes
6153           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6154           !> config_h.SH doio.c perl.h pod/perldelta.pod pod/perlfunc.pod
6155 ____________________________________________________________________________
6156 [  4208] By: gsar                                  on 1999/09/20  18:28:44
6157         Log: add README.Y2K (from Dominic Dunlop <domo@vo.lu>)
6158      Branch: perl
6159            + README.Y2K
6160            ! MANIFEST
6161 ____________________________________________________________________________
6162 [  4207] By: jhi                                   on 1999/09/20  11:06:13
6163         Log: Document -Duselfs, -Duselongdouble, and -Dusemorebits.
6164      Branch: cfgperl
6165            ! pod/perldelta.pod
6166 ____________________________________________________________________________
6167 [  4206] By: jhi                                   on 1999/09/20  09:53:15
6168         Log: Do not test for gccish things in non-gccish platforms.
6169      Branch: cfgperl
6170            ! Configure config_h.SH
6171      Branch: metaconfig
6172            ! U/compline/ccflags.U
6173 ____________________________________________________________________________
6174 [  4205] By: jhi                                   on 1999/09/20  09:41:22
6175         Log: Prompt for uselfs.
6176      Branch: cfgperl
6177            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6178            ! config_h.SH
6179      Branch: metaconfig
6180            ! U/mksample
6181      Branch: metaconfig/U/perl
6182            ! use64bits.U uselfs.U
6183 ____________________________________________________________________________
6184 [  4204] By: jhi                                   on 1999/09/20  09:09:29
6185         Log: Add usemorebits and uselfs.
6186      Branch: cfgperl
6187            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6188            ! config_h.SH doio.c perl.h
6189      Branch: metaconfig/U/perl
6190            + uselfs.U usemorebits.U
6191            ! use64bits.U uselongdbl.U
6192 ____________________________________________________________________________
6193 [  4203] By: jhi                                   on 1999/09/20  07:48:48
6194         Log: Dethinko.
6195      Branch: cfgperl
6196            ! pod/perlfunc.pod
6197 ____________________________________________________________________________
6198 [  4202] By: jhi                                   on 1999/09/20  07:33:32
6199         Log: Fix a bug in the description of endianness.  Reported in
6200              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
6201              To: perl5-porters@perl.org
6202              Subject: BUG: perldoc -f pack
6203              Date: Mon, 20 Sep 1999 09:43:49 +0400
6204              Message-ID: <402099F49BEED211999700805FC7359F20D3F5@ru0028exch01.spb.lucent.com>
6205      Branch: cfgperl
6206            ! pod/perlfunc.pod
6207 ____________________________________________________________________________
6208 [  4201] By: jhi                                   on 1999/09/20  07:01:26
6209         Log: Integrate with Sarathy.
6210      Branch: cfgperl
6211           +> t/op/args.t
6212           !> (integrate 31 files)
6213 ____________________________________________________________________________
6214 [  4200] By: gsar                                  on 1999/09/20  03:45:06
6215         Log: From: Russ Allbery <rra@stanford.edu>
6216              Date: 19 Aug 1999 04:35:44 -0700
6217              Message-Id: <yl7lms9f5b.fsf@windlord.stanford.edu>
6218              Subject: [ID 19990819.002] File::Find error when pruning top-level directories
6219      Branch: perl
6220            ! lib/File/Find.pm
6221 ____________________________________________________________________________
6222 [  4199] By: gsar                                  on 1999/09/20  03:27:49
6223         Log: suppress warning (from John Tobey <jtobey@epsilondev.com>)
6224      Branch: perl
6225            ! ext/B/B/Terse.pm
6226 ____________________________________________________________________________
6227 [  4198] By: gsar                                  on 1999/09/20  03:25:25
6228         Log: add arenas for managing allocations of remaining xpv*v structures
6229              From: Vishal Bhatia <vishal@gol.com>
6230              Date: Wed, 25 Aug 1999 00:31:33 +0900 (JST)
6231              Message-ID: <Pine.LNX.4.10.9908250031000.11727-100000@localhost.localdomain>
6232              Subject: [PATCH 5.005_60] removing extra ref count (compiler) 
6233      Branch: perl
6234            ! embed.h embed.pl embedvar.h ext/B/B/C.pm intrpvar.h objXSUB.h
6235            ! proto.h sv.c
6236 ____________________________________________________________________________
6237 [  4197] By: gsar                                  on 1999/09/20  03:06:10
6238         Log: queue errors due to strictures rather than printing them as
6239              warnings; symbols that violate strictures do *not* end up in
6240              the symbol table anyway, making multiple evals of the same piece
6241              of code produce the same errors; errors indicate all locations
6242              of a global symbol rather than just the first one; these
6243              changes make compile-time failures within evals reliably
6244              visible via the return value or contents of $@, and trappable
6245              using __DIE__ hooks
6246      Branch: perl
6247            ! embed.h embed.pl embedvar.h ext/DynaLoader/dlutils.c
6248            ! ext/Thread/Thread.xs global.sym gv.c objXSUB.h op.c perl.c
6249            ! perlapi.c pp_ctl.c proto.h regcomp.c t/pragma/strict-refs
6250            ! t/pragma/strict-vars thrdvar.h toke.c util.c
6251 ____________________________________________________________________________
6252 [  4196] By: gsar                                  on 1999/09/19  22:14:29
6253         Log: control change#1914 via hints (causes problems on some platforms)
6254      Branch: perl
6255            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
6256            ! ext/POSIX/hints/linux.pl
6257 ____________________________________________________________________________
6258 [  4195] By: gsar                                  on 1999/09/19  21:30:18
6259         Log: avoid clearing @_ at all for faster subroutine calls; fix bugs
6260              in passing around references to @_, eg C<sub foo { \@_ }>; add
6261              tests for the same
6262      Branch: perl
6263            + t/op/args.t
6264            ! MANIFEST cop.h pp.c pp_ctl.c pp_hot.c
6265 ____________________________________________________________________________
6266 [  4194] By: jhi                                   on 1999/09/18  18:57:45
6267         Log: Integrate with Sarathy.
6268      Branch: cfgperl
6269           !> opcode.h opcode.pl
6270 ____________________________________________________________________________
6271 [  4193] By: nick                                  on 1999/09/18  15:24:56
6272         Log: Re-integrate mainline
6273              Basic SvUTF8 stuff in headers, no functional changes yet.
6274      Branch: utfperl
6275            + lib/byte.pm lib/byte_heavy.pl
6276           +> ext/B/defsubs_h.PL ext/DB_File/version.c jpl/JNI/Closer.java
6277           +> jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
6278           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
6279           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
6280           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL lib/unicode/ArabShap.txt
6281           +> lib/unicode/Blocks.txt lib/unicode/CompExcl.txt
6282           +> lib/unicode/EAWidth.txt lib/unicode/Index.txt
6283           +> lib/unicode/Jamo-2.txt lib/unicode/LineBrk.txt
6284           +> lib/unicode/Names.txt lib/unicode/Props.txt
6285           +> lib/unicode/ReadMe.txt lib/unicode/SpecCase.txt
6286           +> t/lib/bigfltpm.t
6287            - ext/B/defsubs.h.PL lib/unicode/arabshp.txt
6288            - lib/unicode/blocks.txt lib/unicode/index2.txt
6289            - lib/unicode/jamo2.txt lib/unicode/names2.txt
6290            - lib/unicode/props2.txt lib/unicode/readme.txt
6291            - t/lib/bigfloatpm.t
6292            ! doop.c embed.h embed.pl gv.c mg.c objXSUB.h op.c op.h perl.h
6293            ! perlapi.c pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h
6294            ! regexec.c regexp.h regnodes.h sv.c sv.h toke.c utf8.c utf8.h
6295            ! warnings.h
6296           !> (integrate 142 files)
6297 ____________________________________________________________________________
6298 [  4192] By: gsar                                  on 1999/09/18  15:11:47
6299         Log: more op description tweaks
6300      Branch: perl
6301            ! opcode.h opcode.pl
6302 ____________________________________________________________________________
6303 [  4191] By: jhi                                   on 1999/09/18  07:47:16
6304         Log: Integrate with Sarathy.
6305      Branch: cfgperl
6306           !> Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
6307           !> t/pragma/warn/op
6308 ____________________________________________________________________________
6309 [  4190] By: jhi                                   on 1999/09/18  07:35:45
6310         Log: Add description of the Unicode database files.
6311      Branch: cfgperl
6312            + lib/unicode/Unicode.html
6313 ____________________________________________________________________________
6314 [  4189] By: gsar                                  on 1999/09/18  03:14:58
6315         Log: tweak some op names in change#4177 (will any of this break code that
6316              gropes $@ ?)
6317      Branch: perl
6318            ! Changes opcode.h opcode.pl t/io/open.t t/op/misc.t
6319            ! t/pragma/warn/op
6320 ____________________________________________________________________________
6321 [  4188] By: jhi                                   on 1999/09/17  21:30:08
6322         Log: Pick up the typo fix.
6323      Branch: cfgperl
6324           !> t/io/open.t
6325 ____________________________________________________________________________
6326 [  4187] By: gsar                                  on 1999/09/17  21:13:55
6327         Log: fix typo
6328      Branch: perl
6329            ! t/io/open.t
6330 ____________________________________________________________________________
6331 [  4186] By: gsar                                  on 1999/09/17  20:57:29
6332         Log: integrate cfgperl change
6333      Branch: perl
6334           !> vms/subconfigure.com
6335 ____________________________________________________________________________
6336 [  4185] By: jhi                                   on 1999/09/17  20:46:41
6337         Log: Re-apply applicable parts of #3993, #3994, and #3995.
6338      Branch: cfgperl
6339            ! vms/subconfigure.com
6340 ____________________________________________________________________________
6341 [  4184] By: gsar                                  on 1999/09/17  20:26:02
6342         Log: integrate cfgperl contents into mainline
6343      Branch: perl
6344           +> lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
6345           +> lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
6346           +> lib/unicode/Index.txt lib/unicode/Jamo-2.txt
6347           +> lib/unicode/LineBrk.txt lib/unicode/Names.txt
6348           +> lib/unicode/Props.txt lib/unicode/ReadMe.txt
6349           +> lib/unicode/SpecCase.txt
6350            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
6351            - lib/unicode/index2.txt lib/unicode/jamo2.txt
6352            - lib/unicode/names2.txt lib/unicode/props2.txt
6353            - lib/unicode/readme.txt
6354           !> (integrate 73 files)
6355 ____________________________________________________________________________
6356 [  4183] By: jhi                                   on 1999/09/17  20:25:51
6357         Log: Integrate with Sarathy.
6358      Branch: cfgperl
6359           !> configure.com ext/ByteLoader/byterun.h
6360           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
6361           !> lib/File/Spec/VMS.pm pod/perlhist.pod t/io/open.t
6362           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
6363           !> vms/perly_h.vms vms/subconfigure.com vms/vms.c vms/vmsish.h
6364 ____________________________________________________________________________
6365 [  4182] By: gsar                                  on 1999/09/17  20:16:28
6366         Log: integrate vmsperl contents into mainline (where VMS files conflicted,
6367              vmsperl contents have prevailed)
6368      Branch: perl
6369           !> configure.com ext/ByteLoader/byterun.h
6370           !> ext/DynaLoader/DynaLoader_pm.PL lib/ExtUtils/MM_VMS.pm
6371           !> lib/File/Spec/VMS.pm t/io/open.t vms/descrip_mms.template
6372           !> vms/gen_shrfls.pl vms/perly_c.vms vms/perly_h.vms
6373           !> vms/subconfigure.com vms/vms.c vms/vmsish.h
6374 ____________________________________________________________________________
6375 [  4181] By: jhi                                   on 1999/09/17  20:12:37
6376         Log: From: Michael G Schwern <schwern@pobox.com>
6377              To: perl5-porters@perl.org
6378              Subject: [PATCH 5.005_60 lib/Exporter/Heavy.pm] export_to_level()
6379              Date: Thu, 19 Aug 1999 21:30:01 -0400
6380              Message-ID: <19990819213001.A22512@athens.aocn.com>
6381      Branch: cfgperl
6382            ! lib/Exporter/Heavy.pm
6383 ____________________________________________________________________________
6384 [  4180] By: gsar                                  on 1999/09/17  20:11:00
6385         Log: perlhist additions
6386      Branch: perl
6387            ! pod/perlhist.pod
6388 ____________________________________________________________________________
6389 [  4179] By: jhi                                   on 1999/09/17  20:08:00
6390         Log: The change #4176 should've undone only the test, not the code patch.
6391      Branch: cfgperl
6392            ! doio.c
6393 ____________________________________________________________________________
6394 [  4178] By: jhi                                   on 1999/09/17  20:06:08
6395         Log: From: Ian Phillipps <ian@dial.pipex.com>
6396              To: Hans GINZEL <hgin2088@mail.kolej.mff.cuni.cz>, perl5-porters@perl.org
6397              Subject: [PATCH 5.005_59] Re: [ID 19990820.007] Small typo in perlsyn.pod
6398              Date: Sat, 21 Aug 1999 12:36:12 +0100
6399              Message-ID: <19990821123612.A9955@homer.diplex.co.uk>
6400      Branch: cfgperl
6401            ! pod/perlsyn.pod
6402 ____________________________________________________________________________
6403 [  4177] By: jhi                                   on 1999/09/17  20:00:19
6404         Log: More descriptive names for operators.
6405              
6406              From: Michael G Schwern <schwern@pobox.com>
6407              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
6408              Cc: perl5-porters@perl.org
6409              Subject: Re: [ID 19990817.009] [BUG 5.005_60 & 5.005_03] == reported as eq in
6410              Date: Tue, 17 Aug 1999 18:35:45 -0400
6411              Message-ID: <19990817183545.A23073@toldyouso.com>
6412              
6413              From: Michael G Schwern <schwern@pobox.com>
6414              To: perl5-porters@perl.org
6415              Subject: [PATCH 5.005_60 opcode.pl and friends] Improved opcode descriptions
6416              Date: Wed, 18 Aug 1999 03:53:38 -0400
6417              Message-ID: <19990818035337.A31505@athens.aocn.com>
6418      Branch: cfgperl
6419            ! opcode.h opcode.pl pp.sym pp_proto.h sv.c t/op/misc.t
6420            ! t/pragma/warn/op t/pragma/warn/sv
6421 ____________________________________________________________________________
6422 [  4176] By: jhi                                   on 1999/09/17  18:19:18
6423         Log: Take away the infamous io/dup.t #7.
6424              It seems there simply is no way to portably
6425              "flush" an input file handle.
6426      Branch: cfgperl
6427            ! doio.c t/io/dup.t
6428 ____________________________________________________________________________
6429 [  4175] By: jhi                                   on 1999/09/17  14:45:08
6430         Log: From: Barrie Slaymaker <barries@slaysys.com>
6431              To: perl5-porters@perl.org
6432              Subject: [PATCH 5.005_61] Benchmark: screwed patch format, try this instead
6433              Date: Fri, 17 Sep 1999 11:16:48 -0400
6434              Message-Id: <199909171516.LAA30887@jester.slaysys.com>
6435      Branch: cfgperl
6436            ! lib/Benchmark.pm
6437 ____________________________________________________________________________
6438 [  4174] By: jhi                                   on 1999/09/17  14:07:16
6439         Log: UNICOS does support large files but doesn't support sparse files
6440              so we cannot easily test for large file support.
6441      Branch: cfgperl
6442            ! t/lib/syslfs.t t/op/lfs.t
6443 ____________________________________________________________________________
6444 [  4173] By: jhi                                   on 1999/09/17  14:03:44
6445         Log: UNICOS has sloppy division/modulo for floating point numbers.
6446      Branch: cfgperl
6447            ! t/op/arith.t
6448 ____________________________________________________________________________
6449 [  4172] By: jhi                                   on 1999/09/17  13:47:49
6450         Log: Portable blocksize (replaces #4171).
6451      Branch: cfgperl
6452            ! t/lib/syslfs.t t/op/lfs.t
6453 ____________________________________________________________________________
6454 [  4171] By: jhi                                   on 1999/09/17  13:08:54
6455         Log: (replaced by #4172)
6456      Branch: cfgperl
6457            ! t/lib/syslfs.t t/op/lfs.t
6458 ____________________________________________________________________________
6459 [  4170] By: jhi                                   on 1999/09/17  12:59:11
6460         Log: Detypo #4169.
6461      Branch: cfgperl
6462            ! t/lib/syslfs.t t/op/lfs.t
6463 ____________________________________________________________________________
6464 [  4169] By: jhi                                   on 1999/09/17  12:16:34
6465         Log: Diagnose possible quota limits.
6466      Branch: cfgperl
6467            ! t/lib/syslfs.t t/op/lfs.t
6468 ____________________________________________________________________________
6469 [  4168] By: jhi                                   on 1999/09/17  12:10:43
6470         Log: UNICOS doesn't have getpgid().  Or, at least 9.0.1ai
6471              doesn't have one that wouldn't cause SIGSYS.  UNICOS
6472              does have getpgrp(void) so Perl getpgrp() is happy.
6473      Branch: cfgperl
6474            ! hints/unicos.sh
6475 ____________________________________________________________________________
6476 [  4167] By: jhi                                   on 1999/09/17  11:49:30
6477         Log: Filesystem quotas may stop you from using large files.
6478      Branch: cfgperl
6479            ! pod/perldelta.pod t/lib/syslfs.t t/op/lfs.t
6480 ____________________________________________________________________________
6481 [  4166] By: jhi                                   on 1999/09/17  11:36:01
6482         Log: Too strict pattern for parsing group lists.
6483      Branch: cfgperl
6484            ! t/op/groups.t
6485 ____________________________________________________________________________
6486 [  4165] By: jhi                                   on 1999/09/17  09:06:18
6487         Log: Configure maintenance. It's sigaction.sa_flags
6488              and the Glossary regen'ed.
6489      Branch: cfgperl
6490            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6491            ! config_h.SH
6492      Branch: metaconfig
6493            ! U/compline/d_sigaction.U
6494 ____________________________________________________________________________
6495 [  4164] By: jhi                                   on 1999/09/15  06:57:51
6496         Log: Integrate with Sarathy.
6497      Branch: cfgperl
6498           +> jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
6499           +> jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
6500           +> jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
6501           +> jpl/JNI/typemap.win32 jpl/SETVARS.PL
6502           !> Changes MANIFEST embed.h embed.pl jpl/JNI/JNI.pm
6503           !> jpl/JNI/JNI.xs jpl/JNI/Makefile.PL jpl/JNI/test.pl
6504           !> jpl/JNI/typemap jpl/JPL/Makefile.PL
6505           !> jpl/PerlInterpreter/Makefile.PL
6506           !> jpl/PerlInterpreter/PerlInterpreter.c
6507           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
6508           !> jpl/Sample/Makefile.PL jpl/install-jpl
6509           !> lib/File/Spec/Functions.pm pod/perlhist.pod regexec.c
6510           !> t/op/pat.t
6511 ____________________________________________________________________________
6512 [  4163] By: gsar                                  on 1999/09/15  05:17:27
6513         Log: add :ALL export tag (from Chris Nandor <pudge@pobox.com>)
6514      Branch: perl
6515            ! lib/File/Spec/Functions.pm
6516 ____________________________________________________________________________
6517 [  4162] By: gsar                                  on 1999/09/15  05:09:14
6518         Log: addendum to change#4136 (from Robin Barker <rmb1@cise.npl.co.uk>)
6519      Branch: perl
6520            ! Changes embed.h embed.pl
6521 ____________________________________________________________________________
6522 [  4161] By: gsar                                  on 1999/09/15  04:08:25
6523         Log: missing perlhist dates from Jeff Okamoto
6524      Branch: perl
6525            ! pod/perlhist.pod
6526 ____________________________________________________________________________
6527 [  4160] By: gsar                                  on 1999/09/15  03:13:08
6528         Log: jpl tweak
6529      Branch: perl
6530            ! MANIFEST jpl/JNI/Makefile.PL
6531 ____________________________________________________________________________
6532 [  4159] By: gsar                                  on 1999/09/15  02:57:08
6533         Log: update to JPL snapshot v09141999, with minor tweaks (from Brian
6534              Jepson <bjepson@home.com>)
6535      Branch: perl
6536            + jpl/JNI/Closer.java jpl/JNI/JNIConfig jpl/JNI/JNIConfig.Win32
6537            + jpl/JNI/JNIConfig.kaffe jpl/JNI/JNIConfig.noembed
6538            + jpl/JNI/JNIConfig.standard jpl/JNI/typemap.gcc
6539            + jpl/JNI/typemap.win32 jpl/SETVARS.PL
6540            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
6541            ! jpl/JNI/test.pl jpl/JNI/typemap jpl/JPL/Makefile.PL
6542            ! jpl/PerlInterpreter/Makefile.PL
6543            ! jpl/PerlInterpreter/PerlInterpreter.c
6544            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
6545            ! jpl/Sample/Makefile.PL jpl/install-jpl
6546 ____________________________________________________________________________
6547 [  4158] By: gsar                                  on 1999/09/15  01:27:14
6548         Log: From:    Ilya Zakharevich <ilya@math.ohio-state.edu>
6549              Date:    Tue, 14 Sep 1999 21:26:15 EDT
6550              Message-Id: <199909150126.VAA24720@monk.mps.ohio-state.edu>
6551              Subject: [PATCH 5.005_58+] Re: [ID 19990914.001] Perl_re_intuit_start() hangs in a loop
6552      Branch: perl
6553            ! regexec.c t/op/pat.t
6554 ____________________________________________________________________________
6555 [  4157] By: jhi                                   on 1999/09/14  21:18:09
6556         Log: config.h will define USE_64_BITS if need be.
6557      Branch: cfgperl
6558            ! hints/irix_6.sh
6559 ____________________________________________________________________________
6560 [  4156] By: jhi                                   on 1999/09/14  20:30:00
6561         Log: Change #4149 necessitates also a small code change.
6562      Branch: cfgperl
6563            ! ext/B/defsubs_h.PL
6564 ____________________________________________________________________________
6565 [  4155] By: jhi                                   on 1999/09/14  20:15:53
6566         Log: Update EPOC libdir names.
6567      Branch: cfgperl
6568            ! epoc/config.h
6569 ____________________________________________________________________________
6570 [  4154] By: jhi                                   on 1999/09/14  20:13:41
6571         Log: Obsolete epoc/config.h caused #4153 to re-introduce already
6572              deceased HAS.*DBM.*64 mumblings.
6573      Branch: cfgperl
6574            ! Configure config_h.SH epoc/config.h
6575 ____________________________________________________________________________
6576 [  4153] By: jhi                                   on 1999/09/14  20:04:53
6577         Log: Configure nits.
6578      Branch: cfgperl
6579            ! Configure config_h.SH
6580      Branch: metaconfig
6581            ! U/compline/d_sigaction.U U/threads/i_pthread.U
6582 ____________________________________________________________________________
6583 [  4152] By: jhi                                   on 1999/09/14  19:30:22
6584         Log: Integrate with Sarathy.
6585      Branch: cfgperl
6586           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
6587            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
6588           !> INSTALL MANIFEST ext/B/Makefile.PL pod/perldiag.pod
6589           !> win32/config_sh.PL
6590 ____________________________________________________________________________
6591 [  4151] By: jhi                                   on 1999/09/14  10:25:01
6592         Log: Update Unicode database and recompute the tables.
6593              Rename the .txt files to be more Unicode 3.0-like.
6594              Unihan-3.0.txt not included because it is 16 MB.
6595              syllables.txt is manually maintained.
6596              See ReadMe.txt for description of the .txt files.
6597              (not all of them are used yet)
6598      Branch: cfgperl
6599            + lib/unicode/ArabShap.txt lib/unicode/Blocks.txt
6600            + lib/unicode/CompExcl.txt lib/unicode/EAWidth.txt
6601            + lib/unicode/Index.txt lib/unicode/Jamo-2.txt
6602            + lib/unicode/LineBrk.txt lib/unicode/Names.txt
6603            + lib/unicode/Props.txt lib/unicode/ReadMe.txt
6604            + lib/unicode/SpecCase.txt
6605            - lib/unicode/arabshp.txt lib/unicode/blocks.txt
6606            - lib/unicode/index2.txt lib/unicode/jamo2.txt
6607            - lib/unicode/names2.txt lib/unicode/props2.txt
6608            - lib/unicode/readme.txt
6609            ! MANIFEST lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
6610            ! lib/unicode/Bidirectional.pl lib/unicode/Block.pl
6611            ! lib/unicode/Category.pl lib/unicode/CombiningClass.pl
6612            ! lib/unicode/Decomposition.pl
6613            ! lib/unicode/In/ArabicPresentationForms-B.pl
6614            ! lib/unicode/In/Specials.pl lib/unicode/In/Tibetan.pl
6615            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
6616            ! lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiL.pl
6617            ! lib/unicode/Is/BidiON.pl lib/unicode/Is/BidiWS.pl
6618            ! lib/unicode/Is/DCcompat.pl lib/unicode/Is/DecoCanon.pl
6619            ! lib/unicode/Is/DecoCompat.pl lib/unicode/Is/L.pl
6620            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lo.pl
6621            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Lu.pl
6622            ! lib/unicode/Is/Pd.pl lib/unicode/Is/Po.pl lib/unicode/Is/S.pl
6623            ! lib/unicode/Is/Sm.pl lib/unicode/Is/So.pl
6624            ! lib/unicode/Is/Upper.pl lib/unicode/Is/Word.pl
6625            ! lib/unicode/JamoShort.pl lib/unicode/UnicodeData-Latest.txt
6626            ! lib/unicode/mktables.PL
6627 ____________________________________________________________________________
6628 [  4150] By: gsar                                  on 1999/09/14  09:31:57
6629         Log: INSTALL tweak
6630      Branch: perl
6631            ! INSTALL
6632 ____________________________________________________________________________
6633 [  4149] By: gsar                                  on 1999/09/14  09:00:45
6634         Log: change some filenames to be 8.3-friendly
6635      Branch: perl
6636           +> ext/B/defsubs_h.PL t/lib/bigfltpm.t
6637            - ext/B/defsubs.h.PL t/lib/bigfloatpm.t
6638            ! MANIFEST ext/B/Makefile.PL pod/perldiag.pod
6639 ____________________________________________________________________________
6640 [  4148] By: gsar                                  on 1999/09/14  08:35:00
6641         Log: win32 config tweak (suggested by Greg Chapman <glc@well.com>)
6642      Branch: perl
6643            ! win32/config_sh.PL
6644 ____________________________________________________________________________
6645 [  4147] By: jhi                                   on 1999/09/14  08:07:49
6646         Log: Not that UVSIZE normally differs that much from IVSIZE...
6647      Branch: cfgperl
6648            ! perl.h
6649 ____________________________________________________________________________
6650 [  4146] By: jhi                                   on 1999/09/14  08:04:40
6651         Log: Integrate with Sarathy.
6652      Branch: cfgperl
6653           !> Changes ext/DB_File/DB_File.xs
6654 ____________________________________________________________________________
6655 [  4145] By: jhi                                   on 1999/09/14  07:10:02
6656         Log: I_PTHREAD was PTHREADEAD.
6657      Branch: cfgperl
6658            ! Configure config_h.SH
6659      Branch: metaconfig
6660            ! U/threads/i_pthread.U
6661 ____________________________________________________________________________
6662 [  4144] By: gsar                                  on 1999/09/14  06:46:47
6663         Log: change#4113 was missing DB_File.xs changes
6664      Branch: perl
6665            ! ext/DB_File/DB_File.xs
6666 ____________________________________________________________________________
6667 [  4143] By: jhi                                   on 1999/09/13  20:16:20
6668         Log: Small doc and whitespace edits.
6669      Branch: cfgperl
6670            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
6671            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
6672            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
6673            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
6674            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
6675            ! pod/perldelta.pod
6676 ____________________________________________________________________________
6677 [  4142] By: gsar                                  on 1999/09/13  19:32:31
6678         Log: integrate cfgperl contents into mainline, update Changes
6679      Branch: perl
6680           +> ext/DB_File/version.c
6681            ! Changes
6682           !> (integrate 44 files)
6683 ____________________________________________________________________________
6684 [  4141] By: jhi                                   on 1999/09/13  16:16:56
6685         Log: Scan for <pthread.h> always.
6686      Branch: cfgperl
6687            ! Configure config_h.SH perl.h
6688      Branch: metaconfig
6689            ! U/threads/i_pthread.U
6690 ____________________________________________________________________________
6691 [  4140] By: jhi                                   on 1999/09/13  16:00:08
6692         Log: Integrate with Sarathy.
6693      Branch: cfgperl
6694           !> (integrate 27 files)
6695 ____________________________________________________________________________
6696 [  4139] By: jhi                                   on 1999/09/13  15:35:18
6697         Log: Add -A option to Configure to diddle with variables
6698              after the hints file has been applied.
6699      Branch: cfgperl
6700            ! Configure config_h.SH
6701      Branch: metaconfig
6702            ! U/modified/Oldconfig.U U/modified/Options.U
6703 ____________________________________________________________________________
6704 [  4138] By: jhi                                   on 1999/09/13  13:42:56
6705         Log: Change #4136 edited DynaLoader.xs which is kind of fruitless.
6706      Branch: cfgperl
6707            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
6708            ! ext/DynaLoader/dl_cygwin.xs ext/DynaLoader/dl_dld.xs
6709            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mpeix.xs
6710            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
6711            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
6712 ____________________________________________________________________________
6713 [  4137] By: jhi                                   on 1999/09/13  13:25:31
6714         Log: Applying change #4136 manually introduced patch residue.
6715      Branch: cfgperl
6716            ! perl.h
6717 ____________________________________________________________________________
6718 [  4136] By: jhi                                   on 1999/09/13  13:23:04
6719         Log: Replace change #4100 with
6720              From: Robin Barker <rmb1@cise.npl.co.uk>
6721              To: gsar@activestate.com
6722              Cc: perl5-porters@perl.org
6723              Subject: Re: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits
6724              Date: Mon, 13 Sep 1999 14:15:11 +0100 (BST)
6725              Message-Id: <199909131315.OAA24012@tempest.npl.co.uk>
6726      Branch: cfgperl
6727            ! doio.c dump.c ext/B/B.xs ext/B/typemap
6728            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
6729            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
6730            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
6731            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
6732 ____________________________________________________________________________
6733 [  4135] By: jhi                                   on 1999/09/13  10:22:31
6734         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6735              To: perl5-porters@perl.org (Mailing list Perl5)
6736              Subject: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
6737              Date: Sat, 11 Sep 1999 05:31:03 -0400 (EDT)
6738              Message-Id: <199909110931.FAA11036@monk.mps.ohio-state.edu>
6739              
6740              From: andreas.koenig@anima.de (Andreas J. Koenig)
6741              To: Ilya Zakharevich <ilya@math.ohio-state.edu>
6742              Cc: perl5-porters@perl.org (Mailing list Perl5)
6743              Subject: Re: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
6744              Date: 11 Sep 1999 15:36:26 +0200
6745              Message-ID: <sfc906dr2n9.fsf@hohenstaufen.in-berlin.de>
6746      Branch: cfgperl
6747            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
6748 ____________________________________________________________________________
6749 [  4134] By: jhi                                   on 1999/09/13  10:20:14
6750         Log: From: Tom Phoenix <rootbeer@redcat.com>
6751              To: Perl Porters Mailing List <perl5-porters@perl.org>
6752              Subject: [DOCPATCH] Server errors and perldiag
6753              Date: Fri, 10 Sep 1999 16:45:02 -0700 (PDT)
6754              Message-ID: <Pine.GSO.4.10.9909101639490.16999-100000@user2.teleport.com>
6755      Branch: cfgperl
6756            ! pod/perldiag.pod
6757 ____________________________________________________________________________
6758 [  4133] By: gsar                                  on 1999/09/13  03:25:43
6759         Log: avoid assertion failure on C<@a'>
6760      Branch: perl
6761            ! toke.c
6762 ____________________________________________________________________________
6763 [  4132] By: gsar                                  on 1999/09/13  03:03:57
6764         Log: add -DPERL_Y2KWARN build option that will generate additional
6765              warnings on "19$yy" etc (reworked a patch suggested by
6766              Ulrich Pfeifer <upf@de.uu.net>)
6767      Branch: perl
6768            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod
6769            ! pp_hot.c sv.c t/pragma/warn/pp_hot t/pragma/warn/sv
6770 ____________________________________________________________________________
6771 [  4131] By: gsar                                  on 1999/09/12  22:06:25
6772         Log: fix DATA leaks; reword documentation about the DATA filehandle
6773      Branch: perl
6774            ! ext/Opcode/Safe.pm lib/Pod/Functions.pm pod/perldata.pod
6775 ____________________________________________________________________________
6776 [  4130] By: gsar                                  on 1999/09/12  20:08:56
6777         Log: make sprintf("%g",...) threadsafe; only taint its result iff the
6778              formatted result looks nonstandard
6779      Branch: perl
6780            ! embed.pl embedvar.h intrpvar.h objXSUB.h perl.c perlapi.c
6781            ! pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
6782            ! t/pragma/locale.t thrdvar.h
6783 ____________________________________________________________________________
6784 [  4129] By: gsar                                  on 1999/09/12  17:04:11
6785         Log: From: Doug MacEachern <dougm@cp.net>
6786              Date: Sun, 25 Jul 1999 15:49:00 -0700 (PDT)
6787              Message-ID: <Pine.LNX.4.10.9907251538380.373-100000@mojo.eng.cp.net>
6788              Subject: [PATCH 5.005_57] B::clearsym
6789      Branch: perl
6790            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/Debug.pm ext/B/B/Terse.pm
6791 ____________________________________________________________________________
6792 [  4128] By: gsar                                  on 1999/09/12  16:59:12
6793         Log: better debugger help output (from Ilya Zakharevich)
6794      Branch: perl
6795            ! lib/perl5db.pl
6796 ____________________________________________________________________________
6797 [  4127] By: jhi                                   on 1999/09/11  20:50:37
6798         Log: Integrate with Sarathy.
6799      Branch: cfgperl
6800           +> pod/perlcompile.pod t/lib/gol-basic.t t/lib/gol-compat.t
6801           +> t/lib/gol-linkage.t
6802           !> (integrate 43 files)
6803 ____________________________________________________________________________
6804 [  4126] By: nick                                  on 1999/09/10  20:44:22
6805         Log: Get resolve -at mainline
6806      Branch: utfperl
6807           +> (branch 297 files)
6808            - README.cygwin32 XSlock.h bytecode.h byterun.c byterun.h
6809            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
6810            - cygwin32/perlld ext/B/byteperl.c ext/DynaLoader/dl_cygwin32.xs
6811            - hints/cygwin32.sh interp.sym myconfig objpp.h perl_exp.SH
6812            - t/pragma/warn-1global t/pragma/warning.t thread.sym
6813            - win32/GenCAPI.pl win32/TEST win32/autosplit.pl
6814            - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
6815            - win32/genxsdef.pl win32/makedef.pl win32/makemain.pl
6816            - win32/makeperldef.pl win32/perlhost.h
6817           !> (integrate 847 files)
6818 ____________________________________________________________________________
6819 [  4125] By: gsar                                  on 1999/09/10  19:22:14
6820         Log: s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS vs dXSARGS
6821              etc.)
6822      Branch: perl
6823            ! XSUB.h pp.h
6824 ____________________________________________________________________________
6825 [  4124] By: gsar                                  on 1999/09/10  19:14:35
6826         Log: rewrote substantive parts of patch
6827              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6828              Date: Fri, 27 Aug 1999 19:02:18 -0400
6829              Message-ID: <19990827190218.A19561@monk.mps.ohio-state.edu>
6830              Subject: [PATCH 5.005_58] REx documentation
6831      Branch: perl
6832            ! pod/perlre.pod
6833 ____________________________________________________________________________
6834 [  4123] By: gsar                                  on 1999/09/10  18:21:53
6835         Log: note about AVf_*
6836      Branch: perl
6837            ! av.h
6838 ____________________________________________________________________________
6839 [  4122] By: gsar                                  on 1999/09/10  17:55:42
6840         Log: allow 'text' in L<text|A::B/"C"> (from Martin Lichtin
6841              <lichtin@bivio.com>)
6842      Branch: perl
6843            ! lib/Pod/Html.pm
6844 ____________________________________________________________________________
6845 [  4121] By: gsar                                  on 1999/09/10  17:49:35
6846         Log: dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
6847      Branch: perl
6848            ! AUTHORS Changes README.dos djgpp/config.over
6849            ! djgpp/configure.bat djgpp/djgpp.c djgpp/djgppsed.sh dosish.h
6850            ! lib/ExtUtils/MM_Unix.pm pod/pod2usage.PL pod/podchecker.PL
6851            ! pod/podselect.PL sv.h t/io/openpid.t util.c
6852 ____________________________________________________________________________
6853 [  4120] By: gsar                                  on 1999/09/10  12:25:01
6854         Log: add perlcompile.pod (edited content from Nathan Torkington
6855              <gnat@frii.com> and others)
6856      Branch: perl
6857            + pod/perlcompile.pod
6858            ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod pod/roffitall
6859 ____________________________________________________________________________
6860 [  4119] By: gsar                                  on 1999/09/10  11:05:13
6861         Log: avoid leaking static local_patches unless patchlevel.h is
6862              explicitly included
6863      Branch: perl
6864            ! patchlevel.h perl.c
6865 ____________________________________________________________________________
6866 [  4118] By: gsar                                  on 1999/09/10  10:44:54
6867         Log: upgrade to Getopt::Long v2.20 (from Johan Vromans
6868              <jvromans@squirrel.nl>)
6869      Branch: perl
6870            + t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
6871            ! Changes MANIFEST lib/Getopt/Long.pm
6872 ____________________________________________________________________________
6873 [  4116] By: jhi                                   on 1999/09/09  15:56:52
6874         Log: perldeltify change #4115.
6875      Branch: cfgperl
6876            ! pod/perldelta.pod
6877 ____________________________________________________________________________
6878 [  4115] By: jhi                                   on 1999/09/09  15:48:56
6879         Log: From: "John L. Allen" <allen@grumman.com> 
6880              To: perl5-porters@perl.org 
6881              Subject: [ID 19990901.003] Time::Local should not croak on "out-of-range" days
6882              Date: Wed, 1 Sep 1999 13:33:39 -0400 (EDT) 
6883              Message-Id: <199909011733.NAA17356@gateway.grumman.com> 
6884      Branch: cfgperl
6885            ! lib/Time/Local.pm
6886 ____________________________________________________________________________
6887 [  4114] By: jhi                                   on 1999/09/09  15:42:30
6888         Log: From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
6889              To: perl5-porters@perl.org
6890              Subject: [ID 19990909.003] MAXINT redefined warning on HP-UX 10.20
6891              Date: Thu, 9 Sep 1999 10:33:37 -0500 (CDT)
6892              Message-Id: <199909091533.KAA01242@www.cvm.uiuc.edu>
6893      Branch: cfgperl
6894            ! pp_sys.c
6895 ____________________________________________________________________________
6896 [  4113] By: jhi                                   on 1999/09/09  10:17:45
6897         Log: From: paul.marquess@bt.com
6898              To: gsar@ActiveState.com
6899              Cc: perl5-porters@perl.org
6900              Subject: [PATCH 5.005_61] DB_File 1.71
6901              Date: Thu, 9 Sep 1999 11:20:13 +0100
6902              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BBE@mbtlipnt02.btlabs.bt.co.uk>
6903      Branch: cfgperl
6904            + ext/DB_File/version.c
6905            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
6906            ! ext/DB_File/Makefile.PL ext/DB_File/dbinfo ext/DB_File/typemap
6907            ! t/lib/db-btree.t
6908 ____________________________________________________________________________
6909 [  4112] By: jhi                                   on 1999/09/09  09:05:32
6910         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6911              To: perl5-porters@perl.org (Mailing list Perl5)
6912              Subject: [PATCH 5.005_58] Fix interaction of (?p{}) and (?>)
6913              Date: Thu, 9 Sep 1999 04:40:11 -0400 (EDT)
6914              Message-Id: <199909090840.EAA26471@monk.mps.ohio-state.edu>
6915      Branch: cfgperl
6916            ! regexec.c t/op/pat.t
6917 ____________________________________________________________________________
6918 [  4110] By: jhi                                   on 1999/09/09  07:29:17
6919         Log: Tidy up 64-bit situation in perldelta.
6920      Branch: cfgperl
6921            ! pod/perldelta.pod
6922 ____________________________________________________________________________
6923 [  4109] By: jhi                                   on 1999/09/09  07:26:53
6924         Log: Clear up PL_regcc issues.
6925              
6926              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6927              To: perl5-porters@perl.org (Mailing list Perl5)
6928              Subject: [PATCH 5.005_60] Another regexec.c unobfuscation
6929              Date: Thu, 9 Sep 1999 02:49:49 -0400 (EDT)
6930              Message-Id: <199909090649.CAA26119@monk.mps.ohio-state.edu>
6931      Branch: cfgperl
6932            ! regexec.c
6933 ____________________________________________________________________________
6934 [  4108] By: gsar                                  on 1999/09/08  20:52:51
6935         Log: avoid ass_u_ming uppercase types are not user objects (spotted
6936              by Kurt Starsinic)
6937      Branch: perl
6938            ! ext/Data/Dumper/Dumper.pm
6939 ____________________________________________________________________________
6940 [  4107] By: gsar                                  on 1999/09/08  20:35:18
6941         Log: From: akim@epita.fr (DEMAILLE Akim)
6942              Date: Wed, 8 Sep 1999 18:18:44 +0200 (CEST)
6943              Message-Id: <m11OkQm-003A4IC@beyrouth.lrde.epita.fr>
6944              Subject: [ID 19990908.014] s2p does not quote @
6945      Branch: perl
6946            ! x2p/s2p.PL
6947 ____________________________________________________________________________
6948 [  4106] By: gsar                                  on 1999/09/08  20:25:12
6949         Log: integrate cfgperl contents into mainline
6950      Branch: perl
6951           !> (integrate 30 files)
6952 ____________________________________________________________________________
6953 [  4105] By: jhi                                   on 1999/09/08  09:02:37
6954         Log: Minor touches at the [:class:] description.
6955      Branch: cfgperl
6956            ! pod/perlre.pod
6957 ____________________________________________________________________________
6958 [  4104] By: jhi                                   on 1999/09/08  08:57:58
6959         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6960              To: Mailing list Perl5 <perl5-porters@perl.org>
6961              Subject: [PATCH 5.005_58] Fix debugging output for REx
6962              Date: Wed, 8 Sep 1999 05:02:02 -0400
6963              Message-ID: <19990908050201.A17682@monk.mps.ohio-state.edu>
6964      Branch: cfgperl
6965            ! regcomp.c
6966 ____________________________________________________________________________
6967 [  4103] By: gsar                                  on 1999/09/08  00:53:50
6968         Log: fix memory leak in C<sub f { split ' ', "a b" } f() while 1>
6969      Branch: perl
6970            ! pp.c
6971 ____________________________________________________________________________
6972 [  4102] By: gsar                                  on 1999/09/08  00:52:50
6973         Log: fix memory leak in C<sub f { @_ = 1 } f() while 1>
6974      Branch: perl
6975            ! cop.h pp_hot.c
6976 ____________________________________________________________________________
6977 [  4101] By: gsar                                  on 1999/09/07  17:25:07
6978         Log: various fixups for windows
6979      Branch: perl
6980            ! embed.h embed.pl objXSUB.h op.c perlapi.c proto.h
6981            ! win32/Makefile win32/makefile.mk xsutils.c
6982 ____________________________________________________________________________
6983 [  4100] By: jhi                                   on 1999/09/07  12:49:15
6984         Log: Fix pointer casts.
6985              
6986              From: Robin Barker <rmb1@cise.npl.co.uk>
6987              To: perl5-porters@perl.org
6988              Subject: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with
6989              -Duse64bits
6990              Date: Tue, 7 Sep 1999 12:30:18 +0100 (BST)
6991              Message-Id: <199909071130.MAA11435@tempest.npl.co.uk>
6992      Branch: cfgperl
6993            ! doio.c dump.c ext/B/B.xs ext/B/typemap
6994            ! ext/ByteLoader/bytecode.h ext/Devel/DProf/DProf.xs
6995            ! ext/DynaLoader/dl_dlopen.xs ext/ODBM_File/ODBM_File.xs
6996            ! ext/POSIX/POSIX.xs lib/ExtUtils/typemap malloc.c perl.h pp.c
6997            ! pp_ctl.c pp_hot.c pp_sys.c sv.c
6998 ____________________________________________________________________________
6999 [  4099] By: jhi                                   on 1999/09/07  10:29:04
7000         Log: Add sig/pid/uid size and sign probes.
7001      Branch: metaconfig
7002            + U/typedefs/gidsign.U U/typedefs/gidsize.U U/typedefs/pidsign.U
7003            + U/typedefs/pidsize.U U/typedefs/uidsign.U U/typedefs/uidsize.U
7004 ____________________________________________________________________________
7005 [  4098] By: jhi                                   on 1999/09/07  10:27:06
7006         Log: Band-aid until we've got %{Uid_t} or something similar
7007              for sv_catpvfn().
7008      Branch: cfgperl
7009            ! taint.c
7010 ____________________________________________________________________________
7011 [  4097] By: jhi                                   on 1999/09/07  09:41:23
7012         Log: Fix a printf thinko: now quads must have the ll L q prefix.
7013              (in other words, a bare %d is an int/unsigned)
7014      Branch: cfgperl
7015            ! pp_sys.c sv.c t/op/64bit.t
7016 ____________________________________________________________________________
7017 [  4096] By: jhi                                   on 1999/09/07  07:36:17
7018         Log: HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX.
7019              
7020              From: "Daniel S. Lewart" <lewart@www.cvm.uiuc.edu>
7021              To: perl5-porters@perl.org
7022              Subject: [ID 19990906.007] Not OK: perl 5.00561 on PA-RISC1.1 10.20
7023              Date: Mon, 6 Sep 1999 21:18:12 -0500 (CDT)
7024              Message-Id: <199909070218.VAA29232@www.cvm.uiuc.edu>
7025      Branch: cfgperl
7026            ! hints/hpux.sh perl.h
7027 ____________________________________________________________________________
7028 [  4095] By: gsar                                  on 1999/09/06  20:47:02
7029         Log: applied suggested patch with suitable test to detect MSVC
7030              From: "Vishal Bhatia" <vishalb@my-deja.com>
7031              Date: Wed, 11 Aug 1999 01:43:28 -0700
7032              Message-ID: <GFCJELIOGEENAAAA@my-deja.com>
7033              Subject: compiler on  win32
7034      Branch: perl
7035            ! ext/B/B/C.pm
7036 ____________________________________________________________________________
7037 [  4094] By: jhi                                   on 1999/09/06  20:34:44
7038         Log: Integrate with Sarathy.
7039      Branch: cfgperl
7040           !> ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
7041           !> t/harness t/pragma/sub_lval.t utils/Makefile utils/perlcc.PL
7042 ____________________________________________________________________________
7043 [  4093] By: jhi                                   on 1999/09/06  20:33:43
7044         Log: Fix UV_SIZEOF to UVSIZE; change the overflow tests
7045              so that they overflow also on 64-bit platforms.
7046      Branch: cfgperl
7047            ! t/pragma/warn/toke t/pragma/warn/util toke.c util.c
7048 ____________________________________________________________________________
7049 [  4092] By: gsar                                  on 1999/09/06  20:16:58
7050         Log: support bytecode and C backends in perlcc (patch suggested
7051              by Tom Hughes <tom@compton.au>); s/-opt/-noopt/ and make the
7052              C backend the default; describe new switches in pod; introduce
7053              PERLCC_OPTS and s/COMPILE_TIMEOUT/PERLCC_TIMEOUT/;
7054              s/COMPILE_TEST/HARNESS_COMPILE_TEST/; document these %ENV
7055              entries
7056      Branch: perl
7057            ! ext/B/B/Bytecode.pm lib/Test/Harness.pm t/TEST t/UTEST
7058            ! t/harness utils/Makefile utils/perlcc.PL
7059 ____________________________________________________________________________
7060 [  4091] By: jhi                                   on 1999/09/06  19:10:41
7061         Log: Integrate with Sarathy.
7062      Branch: cfgperl
7063           +> t/pragma/sub_lval.t
7064           !> (integrate 52 files)
7065 ____________________________________________________________________________
7066 [  4090] By: gsar                                  on 1999/09/06  19:09:06
7067         Log: propagate changed error text
7068      Branch: perl
7069            ! t/pragma/sub_lval.t
7070 ____________________________________________________________________________
7071 [  4089] By: gsar                                  on 1999/09/06  18:54:43
7072         Log: sprintf doc tweak (from Ian Phillipps <ian@dial.pipex.com>)
7073      Branch: perl
7074            ! pod/perlfunc.pod
7075 ____________________________________________________________________________
7076 [  4088] By: gsar                                  on 1999/09/06  18:52:10
7077         Log: From: paul.marquess@bt.com
7078              Date: Sun, 5 Sep 1999 15:11:08 +0100 
7079              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BAB@mbtlipnt02.btlabs.bt.co.uk>
7080              Subject: [PATCH 5.005_61] Another patch for Lexical Warnings
7081      Branch: perl
7082            ! pp_sys.c t/pragma/warn/doio t/pragma/warn/op
7083            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys
7084            ! t/pragma/warn/regcomp t/pragma/warn/sv t/pragma/warn/toke
7085            ! t/pragma/warn/universal t/pragma/warn/utf8 t/pragma/warn/util
7086            ! toke.c
7087 ____________________________________________________________________________
7088 [  4087] By: gsar                                  on 1999/09/06  18:06:06
7089         Log: change#3612 is buggy when quotemeta argument matches target
7090              (hope this is the last of the optimized-OP_SASSIGN bugs)
7091              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7092              Date: Sun, 5 Sep 1999 06:07:42 -0400 (EDT)
7093              Message-Id: <199909051007.GAA06423@monk.mps.ohio-state.edu>
7094              Subject: Re: [BUG: quotemeta]
7095      Branch: perl
7096            ! Changes op.c t/op/lex_assign.t
7097 ____________________________________________________________________________
7098 [  4086] By: gsar                                  on 1999/09/06  17:57:52
7099         Log: misc tweaks
7100      Branch: perl
7101            ! bytecode.pl ext/ByteLoader/byterun.h pod/perlsyn.pod toke.c
7102 ____________________________________________________________________________
7103 [  4085] By: gsar                                  on 1999/09/06  03:54:23
7104         Log: applied patch suggested by Hans Mulder to fix problems on
7105              OPENSTEP-Mach; be more careful about PERL_POLLUTE_MALLOC
7106              when they ask for bincompat (platforms that used to default
7107              to EMBEDMYMALLOC continue to do so); disable warnings.t#192
7108              (appears unsalvageable on some platforms)
7109      Branch: perl
7110            ! embed.h embed.pl handy.h perl.h pp_sys.c t/pragma/warn/pp_hot
7111 ____________________________________________________________________________
7112 [  4084] By: bailey                                on 1999/09/06  02:39:11
7113         Log: Integrate mainline 5.05_61
7114      Branch: vmsperl
7115           +> (branch 32 files)
7116            - lib/unicode/EthiopicSyllables.txt
7117            - lib/unicode/MakeEthiopicSyllables.PL t/pragma/warning.t
7118            - warning.pl
7119            ! vms/descrip_mms.template vms/gen_shrfls.pl vms/perly_c.vms
7120            ! vms/perly_h.vms vms/vms.c
7121           !> (integrate 346 files)
7122 ____________________________________________________________________________
7123 [  4083] By: gsar                                  on 1999/09/06  00:10:40
7124         Log: optional warning on join(/foo/...) (reworked suggested patch
7125              by Mark-Jason Dominus <mjd@plover.com>)
7126      Branch: perl
7127            ! embed.h objXSUB.h op.c opcode.h opcode.pl perlapi.c
7128            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.sym
7129            ! pp_proto.h t/pragma/warn/op
7130 ____________________________________________________________________________
7131 [  4082] By: gsar                                  on 1999/09/05  22:28:57
7132         Log: fix data loss when more than one block is read from SDBM
7133              *.dir file (suggested by Uwe Ohse <uwe@ohse.de>)
7134      Branch: perl
7135            ! ext/SDBM_File/sdbm/sdbm.c
7136 ____________________________________________________________________________
7137 [  4081] By: gsar                                  on 1999/09/05  22:07:18
7138         Log: initial implementation of lvalue subroutines (slightly fixed
7139              version of patch suggested by Ilya Zakharevich, which in turn
7140              is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>)
7141      Branch: perl
7142            + t/pragma/sub_lval.t
7143            ! MANIFEST cop.h cv.h dump.c embed.h ext/Opcode/Opcode.pm
7144            ! ext/attrs/attrs.pm ext/attrs/attrs.xs global.sym objXSUB.h
7145            ! op.c op.h opcode.h opcode.pl opnames.h perlapi.c
7146            ! pod/perldiag.pod pod/perlsub.pod pp.c pp.sym pp_hot.c
7147            ! pp_proto.h proto.h t/pragma/warn/pp_ctl
7148 ____________________________________________________________________________
7149 [  4080] By: jhi                                   on 1999/09/05  22:02:18
7150         Log: Undo #4055 (related to #4079).
7151      Branch: cfgperl
7152            ! pod/perlop.pod
7153 ____________________________________________________________________________
7154 [  4079] By: jhi                                   on 1999/09/05  21:30:54
7155         Log: Time is not yet ripe.
7156      Branch: cfgperl
7157            ! pod/perldelta.pod pod/perlop.pod pp.c t/op/64bit.t t/op/misc.t
7158 ____________________________________________________________________________
7159 [  4078] By: gsar                                  on 1999/09/05  18:17:32
7160         Log: modified suggested patch to handle cross-refs and qr// objects
7161              correctly; unfollowed refs are represented as simple string
7162              value, not just the bare type; $VERSION stays the same until
7163              it is ready for prime time (avoids CPAN confustication)
7164              From:    John Nolan <jpnolan@Op.Net>
7165              Date:    Wed, 04 Aug 1999 20:21:10 EDT
7166              Message-Id: <199908050021.UAA09693@monet.op.net>
7167              Subject: [ID 19990804.006] [PATCH]5.005_60 (Data::Dumper) - implements Maxdepth setting
7168      Branch: perl
7169            ! Changes ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
7170            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo t/lib/dumper.t
7171 ____________________________________________________________________________
7172 [  4077] By: jhi                                   on 1999/09/04  21:54:42
7173         Log: timesum() wasn't @EXPORTed as promised by the documentation.
7174              Bug reported by Alex Efros <powerman@inart.kharkov.com>.
7175      Branch: cfgperl
7176            ! lib/Benchmark.pm
7177 ____________________________________________________________________________
7178 [  4076] By: gsar                                  on 1999/09/04  20:21:59
7179         Log: integrate cfgperl contents into mainline
7180      Branch: perl
7181           +> lib/attributes.pm lib/warnings.pm t/lib/attrs.t t/op/attrs.t
7182           +> t/pragma/warn/7fatal t/pragma/warn/8signal t/pragma/warnings.t
7183           +> warnings.h warnings.pl xsutils.c
7184            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
7185           !> (integrate 109 files)
7186 ____________________________________________________________________________
7187 [  4075] By: jhi                                   on 1999/09/04  18:04:47
7188         Log: use integer on the problematic subtest.
7189      Branch: cfgperl
7190            ! t/op/misc.t
7191 ____________________________________________________________________________
7192 [  4074] By: jhi                                   on 1999/09/04  17:57:40
7193         Log: Warn about numconvert.t in case somebody
7194              wants to make sv_2pv more 64-bit aware.
7195      Branch: cfgperl
7196            ! sv.c
7197 ____________________________________________________________________________
7198 [  4073] By: jhi                                   on 1999/09/04  17:54:51
7199         Log: Comment upgrading: the quad situation isn't quite as
7200              bad as it used to be.
7201      Branch: cfgperl
7202            ! perl.h
7203 ____________________________________________________________________________
7204 [  4072] By: jhi                                   on 1999/09/04  15:35:37
7205         Log: Integrate with Sarathy.
7206      Branch: cfgperl
7207           !> win32/win32.c
7208 ____________________________________________________________________________
7209 [  4071] By: jhi                                   on 1999/09/04  15:28:11
7210         Log: Fix LFS with -Duseperlio in Solaris.  Reported in
7211              
7212              From: Robin Barker <rmb1@cise.npl.co.uk>
7213              To: perl5-porters@perl.org
7214              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
7215              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
7216              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
7217              
7218              and later (in private email) found to be dependent
7219              on useperlio.
7220              
7221              Mental note: the cpp magic done in perlsdio.h (and assumedly
7222              also in perlsfio.h) may cause trouble later with lfs because
7223              both the perlio scheme by Perl and the lfs support by vendors
7224              like to play cpp games to map the stdio namespace back and forth.
7225              The problem fixed here (fseek vs fseeko, ftell vs ftello) may be
7226              just the beginning.
7227      Branch: cfgperl
7228            ! perlio.c
7229 ____________________________________________________________________________
7230 [  4070] By: jhi                                   on 1999/09/04  13:12:14
7231         Log: Enable 64-bit clean bit ops.
7232              (Disables the t/op/misc.t substest 3 in 64-bit platforms.)
7233      Branch: cfgperl
7234            ! pod/perldelta.pod pod/perlop.pod pp.c pp_hot.c t/op/64bit.t
7235            ! t/op/misc.t
7236 ____________________________________________________________________________
7237 [  4069] By: jhi                                   on 1999/09/03  21:17:30
7238         Log: Turn on USE_64_BIT_OFFSETS implicitly.
7239      Branch: cfgperl
7240            ! perl.h
7241 ____________________________________________________________________________
7242 [  4068] By: jhi                                   on 1999/09/03  08:19:59
7243         Log: Fix from Spider for the sub attributes (there was an undocumented
7244              dependency between force_word() and skipspace()).
7245      Branch: cfgperl
7246            ! toke.c
7247 ____________________________________________________________________________
7248 [  4067] By: jhi                                   on 1999/09/01  23:17:06
7249         Log: From: John Tobey <spam@john-edwin-tobey.org>
7250              To: ilya@math.ohio-state.edu
7251              CC: perl5-porters@perl.org
7252              Subject: Re: [PATCH 5.005_60] distclean forgot two
7253              Date: Mon, 23 Aug 1999 02:10:11 -0400 (EDT)
7254              Message-Id: <m11InJ5-000FPCC@feynman.localnet>
7255      Branch: cfgperl
7256            ! t/lib/dprof.t
7257 ____________________________________________________________________________
7258 [  4066] By: jhi                                   on 1999/09/01  23:14:50
7259         Log: From: "Fifer, Eric" <EFifer@sanwaint.com>
7260              To: perl5-porters@perl.org
7261              Subject: [ID 19990821.001] [PATCH] perl5.005_60 cygwin port
7262              Date: Fri, 20 Aug 1999 15:37:27 +0100
7263              Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST>
7264      Branch: cfgperl
7265            ! cygwin/Makefile.SHs ext/ByteLoader/byterun.h
7266            ! ext/SDBM_File/sdbm/sdbm.c hints/cygwin.sh perl.h pp_sys.c
7267            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t
7268 ____________________________________________________________________________
7269 [  4065] By: jhi                                   on 1999/09/01  22:06:43
7270         Log: From: Dominic Dunlop <domo@vo.lu>
7271              To: perl5-porters@perl.org
7272              Subject: [ID 19990819.001] Not OK: perl 5.00560 on powerpc-machten 4.1.1
7273              (UNINSTALLED) [PATCH]
7274              Date: Thu, 19 Aug 1999 09:48:03 +0200
7275              Message-Id: <v03110709b3e165b51dda@[212.24.192.132]>
7276              
7277              The PERL_POLLUTE_MALLOC part had to be manually applied.
7278      Branch: cfgperl
7279            ! hints/machten.sh perl.h
7280 ____________________________________________________________________________
7281 [  4064] By: jhi                                   on 1999/09/01  13:56:14
7282         Log: From: Martin Lichtin <lichtin@bivio.com>
7283              To: jhi@iki.fi
7284              CC: perl5-porters@perl.org
7285              Subject: Re: [ID 19990829.001] ExtUtils::Install.pm, minor umask problem
7286              Date: Wed, 01 Sep 1999 15:50:04 +0200
7287              Message-ID: <37CD2F0C.944BFACE@bivio.com>
7288      Branch: cfgperl
7289            ! lib/ExtUtils/Install.pm
7290 ____________________________________________________________________________
7291 [  4063] By: jhi                                   on 1999/09/01  13:16:11
7292         Log: Enhance lfs tests: check every seek and sysseek
7293              and test also that -e and -f detect largefiles.
7294      Branch: cfgperl
7295            ! t/lib/syslfs.t t/op/lfs.t
7296 ____________________________________________________________________________
7297 [  4062] By: jhi                                   on 1999/09/01  12:08:04
7298         Log: From: Colin Kuskie <ckuskie@Cadence.COM>
7299              To: Ronald J Kimball <rjk@linguist.dartmouth.edu>
7300              cc: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>,
7301              The Perl Porters Mailing List <perl5-porters@perl.org>
7302              Subject: [REPATCH 5.005_61] Re: perldiag.pod omissions
7303              Date: Tue, 31 Aug 1999 11:24:31 -0700 (PDT)
7304              Message-ID: <Pine.GSO.4.10.9908311055460.11290-100000@pdxult10a.cadence.com>
7305      Branch: cfgperl
7306            ! pod/perldiag.pod
7307 ____________________________________________________________________________
7308 [  4061] By: jhi                                   on 1999/09/01  12:03:03
7309         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7310              To: ilya@math.ohio-state.edu (Ilya Zakharevich)
7311              Cc: perl5-porters@perl.org, cloos@adamsmith.ai
7312              Subject: Re: [ID 19990830.005] Assigning value of an op on an SV to said SV
7313              Date: Wed, 1 Sep 1999 02:56:06 -0400 (EDT)
7314              Message-Id: <199909010656.CAA04478@monk.mps.ohio-state.edu>
7315      Branch: cfgperl
7316            ! op.c t/op/join.t
7317 ____________________________________________________________________________
7318 [  4060] By: jhi                                   on 1999/09/01  07:59:42
7319         Log: IV_DIG and NV_DIG fixes.
7320      Branch: cfgperl
7321            ! perl.h
7322 ____________________________________________________________________________
7323 [  4059] By: jhi                                   on 1999/08/31  14:47:18
7324         Log: \C{} -> \N{} residue.
7325      Branch: cfgperl
7326            ! toke.c
7327 ____________________________________________________________________________
7328 [  4057] By: gsar                                  on 1999/08/30  22:08:19
7329         Log: avoid hiding child process window
7330      Branch: perl
7331            ! win32/win32.c
7332 ____________________________________________________________________________
7333 [  4055] By: jhi                                   on 1999/08/30  21:20:50
7334         Log: Document the undefinedness of overshifting.
7335      Branch: cfgperl
7336            ! pod/perlop.pod
7337 ____________________________________________________________________________
7338 [  4054] By: jhi                                   on 1999/08/30  20:18:18
7339         Log: History fixes and updates.
7340      Branch: cfgperl
7341            ! pod/perlhist.pod
7342 ____________________________________________________________________________
7343 [  4053] By: jhi                                   on 1999/08/30  19:34:02
7344         Log: Shell quoting thinko broke installdirs.
7345              From: JVromans@Squirrel.nl (Johan Vromans)
7346              To: perl5-porters@perl.org
7347              Subject: [ID 19990830.001] 5.005_61 Configure does not substitute
7348              installprefix
7349              Date: Mon, 30 Aug 1999 16:10:10 +0200 (MEST)
7350              Message-Id: <14282.37058.934928.805633@plume.nl.compuware.com>
7351      Branch: cfgperl
7352            ! Configure config_h.SH
7353      Branch: metaconfig
7354            ! U/installdirs/archlib.U U/installdirs/bin.U
7355            ! U/installdirs/html1dir.U U/installdirs/html3dir.U
7356            ! U/installdirs/installprefix.U U/installdirs/man1dir.U
7357            ! U/installdirs/man3dir.U U/installdirs/privlib.U
7358            ! U/installdirs/scriptdir.U U/installdirs/sitearch.U
7359            ! U/installdirs/sitebin.U U/installdirs/sitehtml1dir.U
7360            ! U/installdirs/sitehtml3dir.U U/installdirs/sitelib.U
7361            ! U/installdirs/siteman1dir.U U/installdirs/siteman3dir.U
7362            ! U/installdirs/sitescriptdir.U U/installdirs/vendorarch.U
7363            ! U/installdirs/vendorbin.U U/installdirs/vendorhtml1dir.U
7364            ! U/installdirs/vendorhtml3dir.U U/installdirs/vendorlib.U
7365            ! U/installdirs/vendorman1dir.U U/installdirs/vendorman3dir.U
7366            ! U/installdirs/vendorscriptdir.U
7367 ____________________________________________________________________________
7368 [  4052] By: jhi                                   on 1999/08/30  02:57:05
7369         Log: Use \N{named characters} instead of \C.
7370              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7371              To: jhi@iki.fi
7372              Cc: larry@wall.org (Larry Wall), Tim.Bunce@ig.co.uk (Tim Bunce),
7373              perl5-porters@perl.org (Mailing list Perl5)
7374              Subject: Re: [PATCH 5.005_58] Named characters in Perl
7375              Date: Sun, 29 Aug 1999 16:46:53 -0400 (EDT)
7376              Message-Id: <199908292046.QAA05510@monk.mps.ohio-state.edu>
7377      Branch: cfgperl
7378            ! lib/charnames.pm lib/utf8.pm pod/perldiag.pod pod/perlop.pod
7379            ! pod/perlre.pod regcomp.c t/lib/charnames.t toke.c
7380 ____________________________________________________________________________
7381 [  4051] By: jhi                                   on 1999/08/30  02:54:20
7382         Log: From: Spider Boardman <spider@Orb.Nashua.NH.US>
7383              To: perl5-porters@perl.org
7384              Subject: [ID 19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSION
7385              don't mix
7386              Date: Sun, 29 Aug 1999 19:04:53 -0400
7387              Message-Id: <199908292304.TAA13738@Orb.Nashua.NH.US>
7388      Branch: cfgperl
7389            ! universal.c
7390 ____________________________________________________________________________
7391 [  4050] By: jhi                                   on 1999/08/29  16:38:58
7392         Log: Conditionally socksify the LIBS of Socket.
7393      Branch: cfgperl
7394            ! ext/Socket/Makefile.PL
7395 ____________________________________________________________________________
7396 [  4049] By: jhi                                   on 1999/08/29  15:33:30
7397         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7398              To: Mailing list Perl5 <perl5-porters@perl.org>
7399              Subject: Re: [PATCH 5.005_60] fix @DB::typeahead
7400              Date: Wed, 25 Aug 1999 16:19:58 -0400
7401              Message-ID: <19990825161958.A4658@monk.mps.ohio-state.edu>
7402      Branch: cfgperl
7403            ! lib/perl5db.pl
7404 ____________________________________________________________________________
7405 [  4048] By: jhi                                   on 1999/08/29  15:31:36
7406         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
7407              To: perl5-porters@perl.org
7408              Subject: [PATCH _61] Lost arguments to simplified sort
7409              Date: Wed, 25 Aug 1999 23:22:32 -0700 (PDT)
7410              Message-ID: <14276.56616.879390.562685@metonymy.hip.berkeley.edu>
7411      Branch: cfgperl
7412            ! op.c t/op/sort.t
7413 ____________________________________________________________________________
7414 [  4047] By: jhi                                   on 1999/08/29  15:29:29
7415         Log: From: Olaf Flebbe <olaf@science-computing.de>
7416              Sender: owner-perl5-porters@perl.org
7417              To: perl5-porters@perl.org
7418              Subject: [ID 19990827.003] [PATCH]5.005_60 Patch for EPOC Support
7419              Date: Fri, 27 Aug 1999 21:50:41 +0200 (MEST)
7420      Branch: cfgperl
7421            ! README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
7422            ! epoc/perl.mmp epoc/perl.pkg
7423 ____________________________________________________________________________
7424 [  4046] By: jhi                                   on 1999/08/29  15:21:18
7425         Log: From: pvhp@forte.com (Peter Prymmer)
7426              To: perl5-porters@perl.org
7427              Subject: [PATCH: 5.005_61] an EBCDIC friendly cgi-html.t test
7428              Date: Fri, 27 Aug 99 18:51:04 PDT
7429              Message-Id: <9908280151.AA05010@forte.com>
7430      Branch: cfgperl
7431            ! t/lib/cgi-html.t
7432 ____________________________________________________________________________
7433 [  4045] By: jhi                                   on 1999/08/29  15:18:38
7434         Log: Fix scalar gmtime (and localtime) in quad environments,
7435              bug reported by Robin Parker.
7436              
7437              From: Robin Barker <rmb1@cise.npl.co.uk>
7438              To: jhi@iki.fi
7439              Cc: perl5-porters@perl.org
7440              Subject: Re: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
7441              Date: Tue, 24 Aug 1999 11:09:24 +0100 (BST)
7442              Message-Id: <199908241009.LAA24394@tempest.npl.co.uk>
7443      Branch: cfgperl
7444            ! pp_sys.c t/op/time.t
7445 ____________________________________________________________________________
7446 [  4044] By: jhi                                   on 1999/08/29  11:24:03
7447         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7448              To: perl5-porters@perl.org (Mailing list Perl5)
7449              Subject: [PATCH 5.005_60] Speeding up XSUB calls up to 66%
7450              Date: Fri, 27 Aug 1999 03:33:01 -0400 (EDT)
7451              Message-Id: <199908270733.DAA16927@monk.mps.ohio-state.edu>
7452              
7453              Addendum: it's "only" 33% speedup.
7454      Branch: cfgperl
7455            ! dump.c op.c op.h pp.h
7456 ____________________________________________________________________________
7457 [  4043] By: jhi                                   on 1999/08/29  11:10:33
7458         Log: From: spider-perl@Orb.Nashua.NH.US
7459              To: Mailing list Perl5 <perl5-porters@perl.org>
7460              Subject: [PATCH 5.005_61 CORE] sub : attrlist
7461              Date: Sun, 29 Aug 1999 03:02:11 -0400
7462              Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US>
7463      Branch: cfgperl
7464            + lib/attributes.pm t/lib/attrs.t t/op/attrs.t xsutils.c
7465            ! MANIFEST Makefile.SH embed.h embed.pl embedvar.h global.sym
7466            ! gv.c lib/AutoSplit.pm lib/SelfLoader.pm objXSUB.h op.c perl.c
7467            ! perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
7468            ! perly_c.diff pod/perldelta.pod pod/perldiag.pod
7469            ! pod/perlfunc.pod pod/perlmodlib.pod pod/perlsub.pod proto.h
7470            ! toke.c vms/perly_c.vms vms/perly_h.vms warnings.h
7471 ____________________________________________________________________________
7472 [  4042] By: jhi                                   on 1999/08/29  11:08:50
7473         Log: Turn off gcc-2.95's strict-alias optimization.
7474              This, of course, should be only temporary.
7475              From Andy Dougherty.
7476      Branch: cfgperl
7477            ! Configure config_h.SH
7478      Branch: metaconfig
7479            ! U/compline/ccflags.U U/modified/cc.U
7480 ____________________________________________________________________________
7481 [  4041] By: jhi                                   on 1999/08/29  10:47:30
7482         Log: Fix a typo in #4036.
7483      Branch: cfgperl
7484            ! mg.c
7485 ____________________________________________________________________________
7486 [  4040] By: jhi                                   on 1999/08/29  10:34:58
7487         Log: Add a missing #endif forgotten by #4035.
7488      Branch: cfgperl
7489            ! doop.c
7490 ____________________________________________________________________________
7491 [  4039] By: jhi                                   on 1999/08/29  10:31:19
7492         Log: Remove an extra #endif introduced by #4036.
7493      Branch: cfgperl
7494            ! perl.h
7495 ____________________________________________________________________________
7496 [  4038] By: jhi                                   on 1999/08/29  10:18:59
7497         Log: Rename warning to warnings, from Paul Marquess.
7498      Branch: cfgperl
7499            + lib/warnings.pm t/pragma/warn/7fatal t/pragma/warn/8signal
7500            + t/pragma/warnings.t warnings.h warnings.pl
7501            - lib/warning.pm t/pragma/warning.t warning.h warning.pl
7502            ! MANIFEST Makefile.SH gv.c mg.c perl.h pod/perldelta.pod
7503            ! pod/perldiag.pod pod/perlfunc.pod pod/perllexwarn.pod
7504            ! pod/perlmodlib.pod pod/perlrun.pod pod/perltoc.pod
7505            ! pod/perlvar.pod t/op/64bit.t t/op/tie.t t/pragma/warn/2use
7506            ! t/pragma/warn/3both t/pragma/warn/4lint t/pragma/warn/5nolint
7507            ! t/pragma/warn/6default t/pragma/warn/doio t/pragma/warn/doop
7508            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
7509            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
7510            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
7511            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
7512            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
7513            ! t/pragma/warn/utf8 t/pragma/warn/util toke.c
7514 ____________________________________________________________________________
7515 [  4037] By: jhi                                   on 1999/08/29  10:08:47
7516         Log: Create the equivalence tables based on
7517              the real Unicode decomposition, not on
7518              the character name.
7519      Branch: cfgperl
7520            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
7521            ! lib/unicode/mktables.PL
7522 ____________________________________________________________________________
7523 [  4036] By: jhi                                   on 1999/08/29  09:29:08
7524         Log: Integrate with Sarathy.
7525      Branch: cfgperl
7526           +> lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
7527           +> lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
7528           +> lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
7529           +> lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
7530           +> lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
7531           +> lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
7532           !> (integrate 190 files)
7533 ____________________________________________________________________________
7534 [  4035] By: jhi                                   on 1999/08/29  08:56:15
7535         Log: Implement 64-bit vec().
7536      Branch: cfgperl
7537            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
7538            ! pp.h t/op/64bit.t
7539 ____________________________________________________________________________
7540 [  4034] By: gsar                                  on 1999/08/29  03:35:18
7541         Log: deadcode removal
7542      Branch: perl
7543            ! XSUB.h embed.h embed.pl global.sym mg.c op.c perl.h perlapi.h
7544            ! pp_ctl.c proto.h run.c sv.c
7545 ____________________________________________________________________________
7546 [  4033] By: jhi                                   on 1999/08/28  17:31:07
7547         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
7548              To: perl5-porters@perl.org
7549              Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
7550              Date: Mon, 23 Aug 1999 16:41:11 +0100 (BST)
7551              Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>
7552      Branch: cfgperl
7553            ! perl.h
7554 ____________________________________________________________________________
7555 [  4032] By: gsar                                  on 1999/08/26  23:53:33
7556         Log: new thread should set current interp in TLS
7557      Branch: perl
7558            ! ext/Thread/Thread.xs
7559 ____________________________________________________________________________
7560 [  4031] By: bailey                                on 1999/08/23  03:40:07
7561         Log: When extension doesn't have a "main" object file to anchor linker search, pull in all objct files
7562      Branch: vmsperl
7563            ! lib/ExtUtils/MM_VMS.pm
7564 ____________________________________________________________________________
7565 [  4030] By: bailey                                on 1999/08/23  03:37:43
7566         Log: Patch up holes in realclean target
7567      Branch: vmsperl
7568            ! vms/descrip_mms.template
7569 ____________________________________________________________________________
7570 [  4029] By: bailey                                on 1999/08/23  03:36:24
7571         Log: Fix handling of PERL_POLLUTE
7572      Branch: vmsperl
7573            ! lib/ExtUtils/MM_VMS.pm
7574 ____________________________________________________________________________
7575 [  4028] By: bailey                                on 1999/08/23  03:34:08
7576         Log: Update VMS version of perly.h
7577      Branch: vmsperl
7578            ! vms/perly_h.vms
7579 ____________________________________________________________________________
7580 [  4027] By: bailey                                on 1999/08/23  03:32:45
7581         Log: Update dependencies in Descrip.MMS
7582      Branch: vmsperl
7583            ! vms/descrip_mms.template
7584 ____________________________________________________________________________
7585 [  4026] By: bailey                                on 1999/08/23  03:30:01
7586         Log: Fix prototypes in perlapi.c (64-bit?)
7587              Clear prior definition of getenv_len before defining VMS-specific macro
7588      Branch: vmsperl
7589            ! perlapi.c vms/vmsish.h
7590 ____________________________________________________________________________
7591 [  4025] By: bailey                                on 1999/08/23  03:25:51
7592         Log: Add '-m' option to Configure.com which skips the MANIFEST check
7593      Branch: vmsperl
7594            ! configure.com
7595 ____________________________________________________________________________
7596 [  4024] By: bailey                                on 1999/08/23  03:23:34
7597         Log: Skip open() tests that rely on Unix fork semantics
7598      Branch: vmsperl
7599            ! t/io/open.t
7600 ____________________________________________________________________________
7601 [  4023] By: bailey                                on 1999/08/23  03:21:46
7602         Log: Loosen conditons for recognizing a function name in perl.h to accomodate revisions
7603      Branch: vmsperl
7604            ! vms/gen_shrfls.pl
7605 ____________________________________________________________________________
7606 [  4022] By: bailey                                on 1999/08/23  03:17:33
7607         Log: update MM_VMS to use new File::Spec routines
7608      Branch: vmsperl
7609            ! lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm
7610 ____________________________________________________________________________
7611 [  4021] By: bailey                                on 1999/08/23  03:13:40
7612         Log: byteperl is now part of the ByteLoader ext
7613      Branch: vmsperl
7614            ! ext/ByteLoader/byterun.h vms/descrip_mms.template
7615 ____________________________________________________________________________
7616 [  4020] By: bailey                                on 1999/08/23  03:10:41
7617         Log: Allow option to treat barewords at start of Unix paths as simple words rather than logicals
7618      Branch: vmsperl
7619            ! vms/vms.c
7620 ____________________________________________________________________________
7621 [  4019] By: bailey                                on 1999/08/23  03:07:28
7622         Log: Update calls for new thread context handling
7623      Branch: vmsperl
7624            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
7625            ! ext/POSIX/POSIX.xs vms/vms.c vms/vmsish.h vms/writemain.pl
7626 ____________________________________________________________________________
7627 [  4018] By: bailey                                on 1999/08/23  03:01:31
7628         Log: Allow for file versions in library when looking for .bs files
7629      Branch: vmsperl
7630            ! ext/DynaLoader/DynaLoader_pm.PL
7631 ____________________________________________________________________________
7632 [  4017] By: bailey                                on 1999/08/23  02:58:55
7633         Log: Update VMS configuration procedures for 5.005_60
7634      Branch: vmsperl
7635            ! configure.com vms/subconfigure.com
7636 ____________________________________________________________________________
7637 [  4016] By: gsar                                  on 1999/08/20  22:19:56
7638         Log: update Changes
7639      Branch: perl
7640            ! Changes
7641
7642 ----------------
7643 Version 5.005_61
7644 ----------------
7645
7646 ____________________________________________________________________________
7647 [  4015] By: gsar                                  on 1999/08/20  22:17:41
7648         Log: perl_free() should use PerlMem_free()
7649      Branch: perl
7650            ! perl.c
7651 ____________________________________________________________________________
7652 [  4014] By: gsar                                  on 1999/08/20  22:10:46
7653         Log: win32 tweaks
7654      Branch: perl
7655            ! XSUB.h mg.c perl.c win32/config.bc win32/config.gc
7656            ! win32/config.vc win32/config_H.bc win32/config_H.gc
7657            ! win32/config_H.vc
7658 ____________________________________________________________________________
7659 [  4013] By: gsar                                  on 1999/08/20  22:09:56
7660         Log: DEBUG_m() adjusted to internalize dTHX
7661      Branch: perl
7662            ! malloc.c perl.h util.c
7663 ____________________________________________________________________________
7664 [  4012] By: gsar                                  on 1999/08/20  17:51:06
7665         Log: make autogenerated files writable
7666      Branch: perl
7667            ! (edit 171 files)
7668 ____________________________________________________________________________
7669 [  4011] By: gsar                                  on 1999/08/20  17:43:47
7670         Log: update Changes
7671      Branch: perl
7672            ! Changes perl.h pod/perldelta.pod pod/perlguts.pod
7673 ____________________________________________________________________________
7674 [  4010] By: gsar                                  on 1999/08/20  17:21:53
7675         Log: up patchlevel &c
7676      Branch: perl
7677            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
7678            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
7679 ____________________________________________________________________________
7680 [  4009] By: gsar                                  on 1999/08/20  16:46:26
7681         Log: add missing Is/Syl*.pl files
7682      Branch: perl
7683            + lib/unicode/Is/SylA.pl lib/unicode/Is/SylC.pl
7684            + lib/unicode/Is/SylE.pl lib/unicode/Is/SylI.pl
7685            + lib/unicode/Is/SylO.pl lib/unicode/Is/SylU.pl
7686            + lib/unicode/Is/SylV.pl lib/unicode/Is/SylWA.pl
7687            + lib/unicode/Is/SylWC.pl lib/unicode/Is/SylWE.pl
7688            + lib/unicode/Is/SylWI.pl lib/unicode/Is/SylWV.pl
7689 ____________________________________________________________________________
7690 [  4008] By: gsar                                  on 1999/08/20  16:31:02
7691         Log: integrate cfgperl contents into mainline
7692      Branch: perl
7693           +> ext/ByteLoader/hints/sunos.pl lib/charnames.pm
7694           +> lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
7695           +> lib/unicode/syllables.txt t/lib/charnames.t t/lib/syslfs.t
7696           +> t/op/lfs.t
7697            - lib/unicode/EthiopicSyllables.txt
7698            - lib/unicode/MakeEthiopicSyllables.PL
7699           !> (integrate 261 files)
7700 ____________________________________________________________________________
7701 [  4007] By: gsar                                  on 1999/08/20  15:24:08
7702         Log: support USE_THREADS+MULTIPLICITY; source compat tweaks for
7703              USE_THREADS and MULTIPLICITY; minor pod adjustments
7704      Branch: perl
7705            ! Porting/patching.pod Todo Todo-5.005 XSUB.h embed.pl
7706            ! embedvar.h perl.c perl.h pod/perlguts.pod util.c
7707 ____________________________________________________________________________
7708 [  4006] By: jhi                                   on 1999/08/19  19:01:41
7709         Log: Tighten the vec() code so that naughty BITS cause an error.
7710      Branch: cfgperl
7711            ! doop.c
7712 ____________________________________________________________________________
7713 [  4005] By: jhi                                   on 1999/08/19  15:55:09
7714         Log: Don't document ill-defined vec() bits cases
7715              (for which the code doesn't work right in any case)
7716      Branch: cfgperl
7717            ! pod/perldiag.pod pod/perlfunc.pod
7718 ____________________________________________________________________________
7719 [  4004] By: jhi                                   on 1999/08/19  12:49:41
7720         Log: Removed duplicated code (in pp.c and mg.c) by introducing
7721              do_vecget().  NOTE: the calling convention of do_vecset()
7722              changes, too: the `offset' that is assigned to LvTARGOFF(TARG)
7723              in pp_vec() is no more multiplied by `size' in pp_vec(),
7724              the multiplication is now done in do_vecset().
7725              
7726              Also fix a cpp thinko in change #4002.
7727      Branch: cfgperl
7728            ! doop.c embed.h embed.pl embedvar.h global.sym mg.c objXSUB.h
7729            ! perl.h perlapi.c pod/perldiag.pod pod/perlfunc.pod pp.c
7730            ! proto.h
7731 ____________________________________________________________________________
7732 [  4003] By: jhi                                   on 1999/08/18  08:27:22
7733         Log: Warn about small spherical distances.
7734      Branch: cfgperl
7735            ! lib/Math/Trig.pm
7736 ____________________________________________________________________________
7737 [  4002] By: jhi                                   on 1999/08/17  09:11:51
7738         Log: Enhance IV_FITS_IN_IV (though it's still unused).
7739      Branch: cfgperl
7740            ! perl.h
7741 ____________________________________________________________________________
7742 [  4001] By: jhi                                   on 1999/08/17  08:13:34
7743         Log: From: andreas.koenig@anima.de (Andreas J. Koenig)
7744              Message-ID: <sfcogg7ylk7.fsf@hohenstaufen.in-berlin.de>
7745              To: The Perl5 Porters Mailing List <perl5-porters@perl.org>
7746              Subject: [PATCH] overload.pm str/num confu
7747              Date: 17 Aug 1999 08:21:12 +0200
7748      Branch: cfgperl
7749            ! lib/overload.pm
7750 ____________________________________________________________________________
7751 [  4000] By: jhi                                   on 1999/08/17  07:20:23
7752         Log: From: merlyn@stonehenge.com (Randal L. Schwartz)
7753              To: perl5-porters@perl.org
7754              Subject: [ID 19990816.006] small patch to perlobj.pod from 5.005_03
7755              Date: 16 Aug 1999 14:24:28 -0700
7756              Message-Id: <m1ogg7to4z.fsf@halfdome.holdit.com>
7757      Branch: cfgperl
7758            ! pod/perlobj.pod
7759 ____________________________________________________________________________
7760 [  3999] By: jhi                                   on 1999/08/16  19:49:09
7761         Log: Integrate with Nick.
7762      Branch: cfgperl
7763           !> cop.h op.c perl.c t/op/eval.t t/pragma/warn/op util.c
7764 ____________________________________________________________________________
7765 [  3998] By: jhi                                   on 1999/08/16  19:44:29
7766         Log: Fix most of the pod2man moanings reported in
7767              
7768              From: "Larry W. Virden" <lvirden@cas.org>
7769              To: perl5-porters@perl.org
7770              Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6
7771              (UNINSTALLED)
7772              Date: Tue, 3 Aug 1999 15:35:06 -0400 (EDT)
7773              Message-Id: <199908031935.PAA27692@cas.org>
7774              
7775              Configure regen'ed.
7776      Branch: cfgperl
7777            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7778            ! config_h.SH ext/B/B/Stash.pm lib/Carp/Heavy.pm
7779            ! lib/Dumpvalue.pm lib/Exporter/Heavy.pm lib/filetest.pm
7780            ! lib/utf8.pm pod/perllexwarn.pod pod/perlxstut.pod
7781            ! utils/h2xs.PL utils/perlcc.PL
7782 ____________________________________________________________________________
7783 [  3997] By: jhi                                   on 1999/08/16  19:20:37
7784         Log: A fix of sorts for the flush-before-dup scenario.
7785      Branch: cfgperl
7786            ! doio.c
7787 ____________________________________________________________________________
7788 [  3996] By: jhi                                   on 1999/08/16  19:14:37
7789         Log: More paranoia.
7790      Branch: cfgperl
7791            ! sv.c
7792 ____________________________________________________________________________
7793 [  3995] By: jhi                                   on 1999/08/16  18:55:35
7794         Log: Batch of small 64-bit/long double/large file support tweaks:
7795              - scan for LDBL_DIG
7796              - from DBL_DIG and LDBL_DIG select NV_DIG
7797              - introduce IVSIZE, UVSIZE, NVSIZE
7798              - introduce IV_DIG
7799              - remove stdio64
7800              - AIX uses `oslevel` when others use `uname -r`
7801              - already AIX 4.2 goes 64-bit
7802              - in HP-UX require the 64-bit libc, just the directory isn't enough
7803              - group ids are not NVs
7804              - #undef USE_LONG_DOUBLE if long double is no better than double
7805              - introduce NV_WITHIN_*() and IV_FITS_IN_IV
7806              - mention large file support in perldelta
7807              - introduce quad TOPpin' and POPpin'
7808              - the svcat... buffer was tiny for printing quads in %b
7809              - fix the multiplication test in 64bit.t
7810              - try to make VMS to comply with all this removal and "introducal"
7811              of symbols
7812      Branch: cfgperl
7813            ! Configure config_h.SH dump.c hints/aix.sh hints/hpux.sh mg.c
7814            ! perl.h perlio.c pod/perldelta.pod pp.h sv.c t/lib/syslfs.t
7815            ! t/op/64bit.t t/op/lfs.t utf8.c vms/subconfigure.com
7816      Branch: metaconfig
7817            ! U/modified/d_longdbl.U
7818      Branch: metaconfig/U/perl
7819            + d_ldbl_dig.U
7820 ____________________________________________________________________________
7821 [  3994] By: jhi                                   on 1999/08/16  07:53:44
7822         Log: More Configure/subconfigure.com syncing.
7823      Branch: cfgperl
7824            ! vms/subconfigure.com
7825 ____________________________________________________________________________
7826 [  3993] By: jhi                                   on 1999/08/14  22:09:26
7827         Log: Remove from VMS what the change #3982 took away from Configure lands.
7828      Branch: cfgperl
7829            ! vms/subconfigure.com
7830 ____________________________________________________________________________
7831 [  3992] By: jhi                                   on 1999/08/14  13:29:13
7832         Log: Small test tweaks.
7833      Branch: cfgperl
7834            ! t/io/dup.t t/lib/dprof.t t/lib/odbm.t
7835 ____________________________________________________________________________
7836 [  3991] By: jhi                                   on 1999/08/14  13:08:41
7837         Log: Augment filesize limit note.
7838      Branch: cfgperl
7839            ! doio.c
7840 ____________________________________________________________________________
7841 [  3990] By: jhi                                   on 1999/08/14  13:06:12
7842         Log: Note about filesize limits.
7843      Branch: cfgperl
7844            ! doio.c pp_sys.c
7845 ____________________________________________________________________________
7846 [  3989] By: jhi                                   on 1999/08/14  11:31:58
7847         Log: Catch the case of filesize limits.
7848      Branch: cfgperl
7849            ! t/lib/syslfs.t t/op/lfs.t
7850 ____________________________________________________________________________
7851 [  3988] By: nick                                  on 1999/08/14  09:20:58
7852         Log: New lightweight Carp has a require. If Carp is used in a __DIE__ handler
7853              this causes a POPSTACK panic. The problem seems to be that although
7854              die_where() has unwound the tail of perl_vdie() top_env setjmp has been
7855              set to resume execution there. Avoiding setting CATCH_SET(TRUE) in 
7856              call_sv() avoids this. So invent a new G_NOCATCH flag to disable
7857              messing with CATCH_SET() in call_sv, use it in perl_vdie().
7858              Add test to op/eval.t which will fail (panic) if bug comes back.
7859              >>> I AM NOT CONVINCED THIS IS CORRECT LONG TERM FIX <<<
7860      Branch: perl
7861            ! cop.h perl.c t/op/eval.t util.c
7862 ____________________________________________________________________________
7863 [  3987] By: jhi                                   on 1999/08/13  23:57:52
7864         Log: From: "Craig A. Berry" <craig.berry@metamor.com>
7865              To: perl5-porters@perl.org, vmsperl@perl.org, sarathy@activestate.com
7866              Subject: [PATCH 5.005_60] fix MM_VMS.pm for space-delimited lists
7867              Date: Fri, 13 Aug 1999 17:42:47 -0500
7868              Message-Id: <v04210105b3da3ed9599d@[172.16.246.133]>
7869      Branch: cfgperl
7870            ! lib/ExtUtils/MM_VMS.pm
7871 ____________________________________________________________________________
7872 [  3986] By: jhi                                   on 1999/08/13  23:56:44
7873         Log: Don't quit before printing out the message.
7874      Branch: cfgperl
7875            ! t/lib/syslfs.t t/op/lfs.t
7876 ____________________________________________________________________________
7877 [  3985] By: jhi                                   on 1999/08/13  23:35:49
7878         Log: Remove more t/ trash on target "clean".
7879      Branch: cfgperl
7880            ! Makefile.SH
7881 ____________________________________________________________________________
7882 [  3984] By: jhi                                   on 1999/08/13  23:02:53
7883         Log: Avoid double long double. 
7884      Branch: cfgperl
7885            ! Configure config_h.SH
7886      Branch: metaconfig/U/perl
7887            ! uselongdbl.U
7888 ____________________________________________________________________________
7889 [  3983] By: jhi                                   on 1999/08/13  22:59:56
7890         Log: BYTEORDER fix.
7891      Branch: cfgperl
7892            ! Configure config_h.SH
7893      Branch: metaconfig
7894            ! U/compline/byteorder.U
7895 ____________________________________________________________________________
7896 [  3982] By: jhi                                   on 1999/08/13  22:48:40
7897         Log: Jumbo Configure and large file support update.
7898              Remove a lot of unneeded 64-bitness cruft;
7899              re-introduce BYTEORDER; update 64-bitness hints;
7900              lfs should now work in Solaris; long doubles in AIX.
7901      Branch: cfgperl
7902            ! Configure config_h.SH doio.c hints/aix.sh hints/hpux.sh
7903            ! hints/irix_6.sh hints/solaris_2.sh iperlsys.h perl.h perlio.c
7904            ! perlsdio.h pp.h pp_sys.c
7905      Branch: metaconfig
7906            ! U/compline/byteorder.U U/compline/ccflags.U
7907      Branch: metaconfig/U/perl
7908            ! d_dlsymun.U io64.U uselongdbl.U
7909 ____________________________________________________________________________
7910 [  3980] By: jhi                                   on 1999/08/13  15:09:11
7911         Log: Introduce HAS_LLSEEK.
7912      Branch: cfgperl
7913            ! Configure config_h.SH perl.h
7914 ____________________________________________________________________________
7915 [  3979] By: jhi                                   on 1999/08/13  14:29:47
7916         Log: From: <dan@sidhe.org>
7917              To: perl5-porters@perl.org, vmsperl@perl.org, bailey@newman.upenn.edu,
7918              sarathy@activestate.com
7919              Subject: [PATCH 5.005_60]fix up VMS->unix filename translation a bit
7920              Date: Fri, 13 Aug 1999 09:00:42 -0700 (PDT)
7921              Message-ID: <Pine.LNX.4.10.9908130849390.3950-100000@tuatha.sidhe.org>
7922      Branch: cfgperl
7923            ! vms/vms.c
7924 ____________________________________________________________________________
7925 [  3978] By: jhi                                   on 1999/08/13  09:56:46
7926         Log: Make the 64-bit tests more paranoid.
7927      Branch: cfgperl
7928            ! t/op/64bit.t
7929 ____________________________________________________________________________
7930 [  3976] By: jhi                                   on 1999/08/12  21:49:16
7931         Log: IRIX64 needs more -mabi=64 with gcc.
7932      Branch: cfgperl
7933            ! hints/irix_6.sh
7934 ____________________________________________________________________________
7935 [  3975] By: jhi                                   on 1999/08/12  21:02:03
7936         Log: Reincarnate change #3967, now in more modest form.
7937      Branch: cfgperl
7938            ! hints/irix_6.sh
7939 ____________________________________________________________________________
7940 [  3974] By: jhi                                   on 1999/08/12  20:49:36
7941         Log: Remove rt from libswanted (I added it many moons ago
7942              when I thought it would be useful in Digital UNIX,
7943              I was wrong); undo the recent IRIX hints changes,
7944              getting rid of one warning brought new ones.
7945      Branch: cfgperl
7946            ! Configure config_h.SH hints/irix_6.sh
7947      Branch: metaconfig
7948            ! U/modified/Myinit.U
7949 ____________________________________________________________________________
7950 [  3973] By: jhi                                   on 1999/08/12  19:42:53
7951         Log: st_blocks is in 512 byte blocks.
7952      Branch: cfgperl
7953            ! t/lib/syslfs.t t/op/lfs.t
7954 ____________________________________________________________________________
7955 [  3972] By: jhi                                   on 1999/08/12  19:27:31
7956         Log: Don't claim defeat too early.
7957      Branch: cfgperl
7958            ! Configure config_h.SH
7959      Branch: metaconfig/U/perl
7960            ! longdblfio.U
7961 ____________________________________________________________________________
7962 [  3971] By: jhi                                   on 1999/08/12  19:24:14
7963         Log: IRIX 64-bit hint tweak. 
7964      Branch: cfgperl
7965            ! hints/irix_6.sh
7966 ____________________________________________________________________________
7967 [  3970] By: nick                                  on 1999/08/12  19:17:20
7968         Log: Turn of deprecated warnings for defined(@Sompack::ISA) type
7969              tests i.e. RV2AV and RV2HV
7970      Branch: perl
7971            ! op.c t/pragma/warn/op
7972 ____________________________________________________________________________
7973 [  3969] By: jhi                                   on 1999/08/12  19:06:17
7974         Log: Add Configure -Duselongdouble and add a missing semicolon.
7975      Branch: cfgperl
7976            ! Configure config_h.SH sv.c
7977      Branch: metaconfig/U/perl
7978            + uselongdbl.U
7979 ____________________________________________________________________________
7980 [  3968] By: jhi                                   on 1999/08/12  18:46:00
7981         Log: Simply exit() early if lfs support seems unlikely.
7982      Branch: cfgperl
7983            ! t/lib/syslfs.t t/op/lfs.t
7984 ____________________________________________________________________________
7985 [  3967] By: jhi                                   on 1999/08/12  18:44:05
7986         Log: Suffer silently for unused libraries.
7987      Branch: cfgperl
7988            ! hints/irix_6.sh
7989 ____________________________________________________________________________
7990 [  3966] By: jhi                                   on 1999/08/12  13:18:44
7991         Log: Update MANIFEST to follow change #3965.
7992      Branch: cfgperl
7993            ! MANIFEST
7994 ____________________________________________________________________________
7995 [  3965] By: jhi                                   on 1999/08/12  13:15:38
7996         Log: Regenerate Unicode tables based on new syllable lists
7997              from Daniel Yacob.
7998      Branch: cfgperl
7999            ! (edit 159 files)
8000 ____________________________________________________________________________
8001 [  3964] By: jhi                                   on 1999/08/12  10:06:24
8002         Log: Remove more spurious casting.
8003      Branch: cfgperl
8004            ! pp_sys.c
8005 ____________________________________________________________________________
8006 [  3963] By: jhi                                   on 1999/08/12  08:18:53
8007         Log: Minor niggles on the lfs tests.
8008      Branch: cfgperl
8009            ! t/lib/syslfs.t t/op/lfs.t
8010 ____________________________________________________________________________
8011 [  3962] By: jhi                                   on 1999/08/11  22:48:25
8012         Log: Don't bother with lfs testing if off_t is too small.
8013      Branch: cfgperl
8014            ! t/lib/syslfs.t t/op/lfs.t
8015 ____________________________________________________________________________
8016 [  3961] By: jhi                                   on 1999/08/11  22:22:54
8017         Log: Long double patches from Dan Sugalski.
8018      Branch: cfgperl
8019            ! sv.c
8020 ____________________________________________________________________________
8021 [  3960] By: jhi                                   on 1999/08/11  22:17:55
8022         Log: Flush buffer before duplicating file descriptor.
8023              
8024              From: Mark-Jason Dominus <mjd@plover.com>
8025              To: Graham Barr <gbarr@pobox.com>
8026              cc: Vicki Brown <vlb@cfcl.com>, perl5-porters@perl.org, mjd@plover.com
8027              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
8028              Date: Wed, 11 Aug 1999 15:56:09 -0400
8029              Message-ID: <19990811195610.5933.qmail@plover.com>
8030              
8031              From: Mark-Jason Dominus <mjd@plover.com>
8032              To: perl5-porters@perl.org
8033              Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57)) 
8034              Date: Wed, 11 Aug 1999 16:05:46 -0400
8035              Message-ID: <19990811200546.6165.qmail@plover.com>
8036      Branch: cfgperl
8037            ! doio.c pod/perldelta.pod
8038 ____________________________________________________________________________
8039 [  3959] By: jhi                                   on 1999/08/11  22:11:35
8040         Log: Bypass fsync(NULL) (crashes miniperl compiled with DEC C 5.2)
8041              
8042              From: "Craig A. Berry" <craig.berry@metamor.com>
8043              Sender: owner-perl5-porters@perl.org
8044              To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com,
8045              bailey@newman.upenn.edu
8046              Subject: [PATCH 5.005_60] vms.c my_flush patch to circumvent fileno
8047              problem
8048              Date: Wed, 11 Aug 1999 14:31:11 -0500
8049              Message-Id: <4.2.0.58.19990811141007.00b8f8a0@mmtnt11.metamor.com>
8050      Branch: cfgperl
8051            ! vms/vms.c
8052 ____________________________________________________________________________
8053 [  3958] By: jhi                                   on 1999/08/11  15:35:45
8054         Log: Add a hopefully comforting message if there seems to be no LFS. 
8055              This seems to be the case with e.g. ext2fs, a somewhat popular fs.
8056              The tests will fail on lfs tests only if quad is available,
8057              if ENOQUAD, the lfs tests will be skipped.
8058      Branch: cfgperl
8059            ! t/lib/syslfs.t t/op/lfs.t
8060 ____________________________________________________________________________
8061 [  3957] By: jhi                                   on 1999/08/11  12:25:59
8062         Log: Unapply an experimental patch that accidentally escaped
8063              from the lab by piggybacking with the change #3955.
8064      Branch: cfgperl
8065            ! pp.c pp.h pp_hot.c
8066 ____________________________________________________________________________
8067 [  3956] By: jhi                                   on 1999/08/11  08:19:23
8068         Log: Add sysio large file support testing.
8069      Branch: cfgperl
8070            + t/lib/syslfs.t
8071            ! MANIFEST pod/perlfunc.pod t/op/64bit.t t/op/lfs.t
8072 ____________________________________________________________________________
8073 [  3955] By: jhi                                   on 1999/08/10  22:39:11
8074         Log: From: <dan@sidhe.org>
8075              To: vmsperl@perl.org, perl5-porters@perl.org,
8076              sarathy@activestate.com, bailey@newman.upenn.edu
8077              Subject: [PATCH 5.005_60]Patches needed to get _60 building with
8078              threads on VMS
8079              Date: Tue, 10 Aug 1999 16:34:56 -0700 (PDT)
8080              Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org>
8081      Branch: cfgperl
8082            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_vms.xs
8083            ! ext/POSIX/POSIX.xs pp.c pp.h pp_hot.c vms/vms.c vms/vmsish.h
8084            ! vms/writemain.pl
8085 ____________________________________________________________________________
8086 [  3954] By: jhi                                   on 1999/08/10  20:37:55
8087         Log: LFS testing robustness.
8088      Branch: cfgperl
8089            ! t/op/lfs.t
8090 ____________________________________________________________________________
8091 [  3953] By: jhi                                   on 1999/08/10  19:54:50
8092         Log: From: <dan@sidhe.org>
8093              To: vmsperl@perl.org, perp5-porters@perl.org, bailey@newman.upenn.edu,
8094              sarathy@activestate.com
8095              Subject: [PATCH 5.005_60]Pathces to get _60 building on VMS
8096              Date: Tue, 10 Aug 1999 13:28:18 -0700 (PDT)
8097              Message-ID: <Pine.LNX.4.10.9908101323130.18266-100000@tuatha.sidhe.org>
8098      Branch: cfgperl
8099            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
8100            ! vms/subconfigure.com vms/vmsish.h
8101 ____________________________________________________________________________
8102 [  3952] By: jhi                                   on 1999/08/10  17:18:57
8103         Log: AIX is different, again.  Now in cc -E output.
8104      Branch: cfgperl
8105            ! Configure config_h.SH
8106      Branch: metaconfig
8107            ! U/modified/cppstdin.U
8108 ____________________________________________________________________________
8109 [  3951] By: jhi                                   on 1999/08/10  14:37:08
8110         Log: Use Pid_t on pgrp matters.
8111      Branch: cfgperl
8112            ! pp_sys.c
8113 ____________________________________________________________________________
8114 [  3950] By: jhi                                   on 1999/08/10  14:35:30
8115         Log: Use Pid_t.
8116      Branch: cfgperl
8117            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
8118            ! pp_sys.c proto.h util.c
8119 ____________________________________________________________________________
8120 [  3949] By: jhi                                   on 1999/08/10  14:11:15
8121         Log: Use Mode_t.
8122      Branch: cfgperl
8123            ! doio.c embed.h embed.pl embedvar.h global.sym perlapi.c
8124            ! perlapi.h pp_sys.c proto.h
8125 ____________________________________________________________________________
8126 [  3948] By: jhi                                   on 1999/08/10  13:53:19
8127         Log: Small perlbug doc tweaks from Jon Orwant.
8128      Branch: cfgperl
8129            ! utils/perlbug.PL
8130 ____________________________________________________________________________
8131 [  3947] By: jhi                                   on 1999/08/10  09:55:11
8132         Log: Large file support testing.
8133      Branch: cfgperl
8134            + t/op/lfs.t
8135            ! MANIFEST t/op/64bit.t
8136 ____________________________________________________________________________
8137 [  3946] By: jhi                                   on 1999/08/10  09:13:54
8138         Log: Remove I32 casting from time-related functions.
8139      Branch: cfgperl
8140            ! pp_sys.c
8141 ____________________________________________________________________________
8142 [  3945] By: jhi                                   on 1999/08/10  09:06:42
8143         Log: Gratuitous uid and gid casts to I32s and ints removed.
8144              There are still problem spots in printfing such ids:
8145              width (%d vs %ld) and signedness %d vs %u.
8146      Branch: cfgperl
8147            ! doio.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
8148            ! perl.c perlapi.c pp_hot.c proto.h
8149 ____________________________________________________________________________
8150 [  3944] By: jhi                                   on 1999/08/10  07:43:03
8151         Log: Remove I32 casts from pp_stat, these make stat()
8152              very broken e.g. on files larger than 2 gigabytes.
8153              Reported by
8154              From: Phil Lobbes <phil@finchcomputer.com>
8155              To: perl5-porters@perl.org
8156              Subject: [ID 19990810.001] Possible bug using stat w/large files Digital
8157              UNIX Perl 5.005_03
8158              Date: Mon, 09 Aug 1999 21:38:54 -0700
8159              Message-Id: <199908100438.VAA08292@ultra.finchcomputer.com>
8160              
8161              There are more of these I32 casts all over pp_sys.c,
8162              all of them should be checked.
8163      Branch: cfgperl
8164            ! pp_sys.c
8165 ____________________________________________________________________________
8166 [  3943] By: jhi                                   on 1999/08/10  07:38:30
8167         Log: Remove blathering.
8168      Branch: cfgperl
8169            ! lib/unicode/mktables.PL
8170 ____________________________________________________________________________
8171 [  3942] By: jhi                                   on 1999/08/09  20:35:13
8172         Log: lexwarn maintenance: new warning class unsafe
8173              subclasses 'overflow' and 'portable' created,
8174              used by the recent integer overflow warnings.
8175              Class syntax subclass 'octal' renamed to 'digit',
8176              binary and hexadecimal parsing errors also 'digit' warnings.
8177      Branch: cfgperl
8178            ! lib/warning.pm pod/perllexwarn.pod t/pragma/warn/util toke.c
8179            ! util.c warning.h warning.pl
8180 ____________________________________________________________________________
8181 [  3941] By: jhi                                   on 1999/08/09  10:40:47
8182         Log: Integrate with Nick.
8183      Branch: cfgperl
8184           +> opnames.h
8185           !> Changes MANIFEST embed.h embed.pl ext/B/B/C.pm ext/B/B/CC.pm
8186           !> global.sym opcode.h opcode.pl perl.h perlapi.c pp.c
8187 ____________________________________________________________________________
8188 [  3940] By: jhi                                   on 1999/08/09  10:32:43
8189         Log: Regenerate the Unicode tables after having updated the Unicode
8190              database (change #3939).
8191      Branch: cfgperl
8192            ! (edit 157 files)
8193 ____________________________________________________________________________
8194 [  3939] By: jhi                                   on 1999/08/09  10:27:22
8195         Log: Unicode data updated to be the latest beta of the Unicode 3.0.
8196      Branch: cfgperl
8197            ! lib/unicode/UnicodeData-Latest.txt
8198 ____________________________________________________________________________
8199 [  3938] By: jhi                                   on 1999/08/09  10:25:54
8200         Log: Ethiopic changes via private email from Daniel Yacob,
8201              <dmulholl@cs.indiana.edu>.  Ethiopic and Cherokee done,
8202              Canadian Syllabics and Yi under construction.
8203      Branch: cfgperl
8204            + lib/unicode/syllables.txt
8205            - lib/unicode/EthiopicSyllables.txt
8206            - lib/unicode/MakeEthiopicSyllables.PL
8207            ! MANIFEST lib/unicode/UnicodeData-Latest.txt
8208            ! lib/unicode/mktables.PL
8209 ____________________________________________________________________________
8210 [  3937] By: jhi                                   on 1999/08/09  10:21:51
8211         Log: Move the equivalence class creation last.
8212      Branch: cfgperl
8213            ! lib/unicode/mktables.PL
8214 ____________________________________________________________________________
8215 [  3936] By: jhi                                   on 1999/08/09  10:20:40
8216         Log: Compute equivalence classes (diacritics stripping) only
8217              for letters, not for ligatures.
8218      Branch: cfgperl
8219            ! lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
8220            ! lib/unicode/mktables.PL
8221 ____________________________________________________________________________
8222 [  3935] By: nick                                  on 1999/08/08  13:53:57
8223         Log: Will now correctly re-call 
8224              bootstrap "Foo";
8225              if requested. This should allow build on Win32 and other
8226              platforms where you cannot link to loadables directly.
8227      Branch: perl
8228            ! ext/B/B/C.pm
8229 ____________________________________________________________________________
8230 [  3934] By: nick                                  on 1999/08/07  12:23:55
8231         Log: Vishal Bhatia <vishalb@my-deja.com>
8232              Subject: [PATCH 5.005_60] fix for some obscure bugs (compiler)
8233              Message-ID: <HLPEBPHPAKHKAAAA@my-deja.com>
8234      Branch: perl
8235            ! ext/B/B/CC.pm
8236 ____________________________________________________________________________
8237 [  3933] By: nick                                  on 1999/08/07  12:19:46
8238         Log: B::C changes to get simple Tk app. compiling again
8239      Branch: perl
8240            ! ext/B/B/C.pm
8241 ____________________________________________________________________________
8242 [  3932] By: jhi                                   on 1999/08/06  21:17:16
8243         Log: Regen Configure to include change #3915.
8244      Branch: cfgperl
8245            ! Configure config_h.SH
8246 ____________________________________________________________________________
8247 [  3931] By: jhi                                   on 1999/08/06  18:52:57
8248         Log: Todo update.
8249      Branch: cfgperl
8250            ! Todo Todo-5.005 lib/unicode/mktables.PL
8251 ____________________________________________________________________________
8252 [  3930] By: jhi                                   on 1999/08/06  13:13:05
8253         Log: Character class equivalence tables.
8254      Branch: cfgperl
8255            + lib/unicode/Eq/Latin1 lib/unicode/Eq/Unicode
8256            ! MANIFEST lib/unicode/mktables.PL
8257 ____________________________________________________________________________
8258 [  3929] By: jhi                                   on 1999/08/06  11:59:11
8259         Log: More Fcntl constants.  (This process really needs
8260              to be automated, at least partly, see the Errno extension.)
8261              Now also the SEEK_ constants are available via the Fcntl.
8262              Yes, this is redundant (IO::Seekable and POSIX supply them already),
8263              but now Fcntl is a one-stop shopping mall for all your
8264              file-related constants.    
8265      Branch: cfgperl
8266            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs pod/perlfunc.pod
8267 ____________________________________________________________________________
8268 [  3928] By: jhi                                   on 1999/08/06  08:08:03
8269         Log: Protect against pack/unpack repeat count overflows,
8270              based on:
8271              
8272              From: Nathan Torkington <gnat@frii.com>
8273              To: Brian Keefer <mgomes@cwix.com>
8274              Cc: perl5-porters@perl.org
8275              Subject: Re: [ID 19990806.001] Core dump with obfuscated code
8276              Date: Thu, 5 Aug 1999 23:01:51 -0600 (MDT)
8277              Message-ID: <14250.27711.769942.100675@localhost.frii.com>
8278      Branch: cfgperl
8279            ! pod/perldiag.pod pp.c
8280 ____________________________________________________________________________
8281 [  3927] By: jhi                                   on 1999/08/06  07:32:20
8282         Log: Fix for Nathan's fix (#3920) from Guy Decoux.
8283              
8284              From: Nathan Torkington <gnat@frii.com>
8285              To: perl5-porters@perl.org
8286              Subject: Bugfix for my bugfix
8287              Date: Thu, 5 Aug 1999 21:25:47 -0600 (MDT)
8288              Message-ID: <14250.21947.765134.940583@localhost.frii.com>
8289      Branch: cfgperl
8290            ! ext/B/B/Assembler.pm
8291 ____________________________________________________________________________
8292 [  3926] By: jhi                                   on 1999/08/05  17:25:19
8293         Log: Fix regex charclass parsing so that bogus ranges
8294              like [0-\d] and [[:word:]-z] are no more allowed.
8295              The anomaly was noticed by Guy Decoux.
8296      Branch: cfgperl
8297            ! pod/perldiag.pod pod/perlre.pod regcomp.c t/op/re_tests
8298 ____________________________________________________________________________
8299 [  3925] By: jhi                                   on 1999/08/05  10:31:47
8300         Log: split /^/ deprecation warning should not be on by default.
8301      Branch: cfgperl
8302            ! pp.c
8303 ____________________________________________________________________________
8304 [  3923] By: jhi                                   on 1999/08/05  09:16:57
8305         Log: From: paul.marquess@bt.com
8306              To: jhi@iki.fi, paul.marquess@bt.com
8307              Cc: gsar@ActiveState.com, perl5-porters@perl.org
8308              Subject: RE: [PATCH 5.005_60] anydbm.t + DB_File + Berkeley DB >= 2.4.10
8309              Date: Thu, 5 Aug 1999 09:33:14 +0100
8310              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B26@mbtlipnt02.btlabs.bt.co.uk>
8311      Branch: cfgperl
8312            ! t/lib/anydbm.t
8313 ____________________________________________________________________________
8314 [  3921] By: jhi                                   on 1999/08/05  08:05:13
8315         Log: From: paul.marquess@bt.com
8316              To: perl5-porters@perl.org
8317              Cc: gsar@activestate.com, nik@tiuk.ti.com, jhi@iki.fi,
8318              randy@theoryx5.uwinnipeg.ca
8319              Subject:  [PATCH 5.005_60] DB_File 1.70
8320              Date: Wed, 4 Aug 1999 23:22:22 +0100
8321              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B21@mbtlipnt02.btlabs.bt.co.uk>
8322              
8323              (Replaces change #3917)
8324      Branch: cfgperl
8325            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8326            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
8327 ____________________________________________________________________________
8328 [  3920] By: jhi                                   on 1999/08/04  19:02:58
8329         Log: From: Nathan Torkington <gnat@frii.com>
8330              To: perl5-porters@perl.org
8331              Subject: [5.005_60 PATCH] Make B::Bytecode work
8332              Date: Wed, 4 Aug 1999 11:24:56 -0600 (MDT)
8333              Message-ID: <14248.30568.769427.216092@localhost.frii.com>
8334      Branch: cfgperl
8335            ! ext/B/B/Assembler.pm
8336 ____________________________________________________________________________
8337 [  3919] By: jhi                                   on 1999/08/04  10:56:26
8338         Log: Update history records.
8339      Branch: cfgperl
8340            ! pod/perlhist.pod
8341 ____________________________________________________________________________
8342 [  3918] By: jhi                                   on 1999/08/04  09:36:13
8343         Log: Minor fixes to linux -Dusethreads -Duseperlio.
8344      Branch: cfgperl
8345            ! perlio.c
8346 ____________________________________________________________________________
8347 [  3917] By: jhi                                   on 1999/08/04  08:13:20
8348         Log: (Replaced by change #3921)
8349              From: paul.marquess@bt.com
8350              To: gsar@activestate.com
8351              Cc: perl5-porters@perl.org
8352              Subject: [PATCH 5.005_60] DB_File 1.69
8353              Date: Tue, 3 Aug 1999 22:55:00 +0100
8354              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6D04@mbtlipnt02.btlabs.bt.co.uk>
8355      Branch: cfgperl
8356            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8357            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
8358 ____________________________________________________________________________
8359 [  3916] By: jhi                                   on 1999/08/04  07:59:05
8360         Log: Introduce the charnames pragma.
8361              
8362              Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O
8363              From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu>
8364              To: Chip Salzenberg <[11]chip@perlsupport.com>
8365              Cc: Mailing list Perl5 <[12]perl5-porters@perl.org>
8366              Date: Sat, 31 Jul 1999 05:44:05 -0400
8367              Message-Id: <[13]199907311407.IAA25042@localhost.frii.com>
8368              
8369              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8370              To: Mailing list Perl5 <perl5-porters@perl.org>
8371              Subject: [PATCH 5.005_58] Named characters in Perl
8372              Date: Mon, 2 Aug 1999 19:25:40 -0400
8373              Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu>
8374      Branch: cfgperl
8375            + lib/charnames.pm t/lib/charnames.t
8376            ! MAINTAIN MANIFEST lib/utf8.pm pod/perldiag.pod pod/perlop.pod
8377            ! pod/perlre.pod regcomp.c toke.c
8378 ____________________________________________________________________________
8379 [  3915] By: jhi                                   on 1999/08/03  21:18:49
8380         Log: Support Configure -Dmake=pmake.
8381              Via private email from Andy.
8382              NOTE: assumes "basename" command.
8383      Branch: metaconfig
8384            ! U/modified/Config_sh.U
8385 ____________________________________________________________________________
8386 [  3914] By: jhi                                   on 1999/08/03  21:11:11
8387         Log: The op/filetest.t failed subtest 7 if testing as root.
8388              
8389              From: =?iso-8859-1?Q?Fran=E7ois=20D=E9sarm=E9nien?= <desar@club-internet.fr>
8390              To: perl5-porters@perl.org
8391              Subject: [ID 19990727.039] Not OK: perl 5.00558 on i386-sco 3.2v5.0.4
8392              Date: Tue, 27 Jul 1999 22:54:05 +0200
8393              Message-Id: <379E1C6D.626DC765@club-internet.fr>
8394      Branch: cfgperl
8395            ! t/op/filetest.t
8396 ____________________________________________________________________________
8397 [  3911] By: jhi                                   on 1999/08/03  19:52:38
8398         Log: The "-Dusethreads -Duseperlio" combination failed.
8399              
8400              From: Spider Boardman <spider@leggy.zk3.dec.com>
8401              To: perl5-porters@perl.org
8402              Subject: [ID 19990803.007] Not OK: perl 5.00560 on alpha-dec_osf-thread
8403              4.0 (UNINSTALLED)
8404              Date: Tue, 3 Aug 1999 14:25:00 -0400
8405              Message-Id: <199908031825.OAA29254@leggy.zk3.dec.com>
8406              
8407              See also change #3912.
8408      Branch: cfgperl
8409            ! perlio.c
8410 ____________________________________________________________________________
8411 [  3910] By: jhi                                   on 1999/08/03  10:44:24
8412         Log: From: Chris Nandor <pudge@pobox.com>
8413              To: perl5-porters@perl.org
8414              Subject: [PATCH 5.005_58] perlbug.PL 1.27
8415              Date: Wed, 28 Jul 1999 23:42:49 -0400
8416              Message-Id: <v04210104b3c57ce9e3de@[152.167.11.247]>
8417      Branch: cfgperl
8418            ! utils/perlbug.PL
8419 ____________________________________________________________________________
8420 [  3909] By: jhi                                   on 1999/08/03  10:41:04
8421         Log: Hints for building ByteLoader in SunoS.  Based on
8422              From: Andy Dougherty <doughera@lafayette.edu>
8423              To: Gurusamy Sarathy <gsar@activestate.com>
8424              Cc: Perl Porters <perl5-porters@perl.org>
8425              Subject: Re: 5.005_58 Not OK SunOS 4.1.3
8426              Date: Mon, 2 Aug 1999 14:01:58 -0400 (EDT)
8427              Message-Id: <Pine.GSU.4.05.9908021357410.5873-100000@newton.phys>
8428      Branch: cfgperl
8429            + ext/ByteLoader/hints/sunos.pl
8430            ! MANIFEST ext/ByteLoader/ByteLoader.xs
8431 ____________________________________________________________________________
8432 [  3908] By: jhi                                   on 1999/08/03  09:29:22
8433         Log: Clarify RE engine code; inline a static function to a macro;
8434              make exact string nodes smaller.
8435              
8436              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8437              To: perl5-porters@perl.org (Mailing list Perl5)
8438              Subject: [PATCH 5.005_60] Cosmetic change to REx engine
8439              Date: Mon, 2 Aug 1999 21:53:36 -0400 (EDT)
8440              Message-Id: <199908030153.VAA10542@monk.mps.ohio-state.edu>
8441      Branch: cfgperl
8442            ! Makefile.SH embed.pl global.sym keywords.h lib/warning.pm
8443            ! opcode.h pp.sym pp_proto.h regcomp.c regcomp.h regexec.c
8444            ! regnodes.h warning.h
8445 ____________________________________________________________________________
8446 [  3907] By: jhi                                   on 1999/08/03  08:11:49
8447         Log: 5_59 configured with -Dd_bincompat5005 can't be made
8448              binary compatible with a 5_03 which was built with -DEMBEDMYMALLOC.
8449              
8450              From: Spider Boardman <spider@leggy.zk3.dec.com>
8451              To: perl5-porters@perl.org
8452              Subject: [ID 19990802.016] Not OK: perl 5.00559
8453              Date: Mon, 2 Aug 1999 16:11:13 -0400
8454              Message-Id: <199908022011.QAA30224@leggy.zk3.dec.com>
8455      Branch: cfgperl
8456            ! embed.pl
8457 ____________________________________________________________________________
8458 [  3906] By: jhi                                   on 1999/08/03  07:48:59
8459         Log: Change #3790 redemption: with a little additional
8460              patch from Ilya it works okay.
8461      Branch: cfgperl
8462            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
8463            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
8464 ____________________________________________________________________________
8465 [  3905] By: gsar                                  on 1999/08/02  21:03:23
8466         Log: this will be 5.005_60
8467      Branch: perl
8468            ! Changes
8469
8470 ----------------
8471 Version 5.005_60
8472 ----------------
8473
8474 ____________________________________________________________________________
8475 [  3904] By: gsar                                  on 1999/08/02  20:30:23
8476         Log: don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC is
8477              in effect (from Spider Boardman <spider@leggy.zk3.dec.com>);
8478              regen headers
8479      Branch: perl
8480            ! embed.h embed.pl global.sym opcode.h perlapi.c
8481 ____________________________________________________________________________
8482 [  3903] By: gsar                                  on 1999/08/02  20:26:07
8483         Log: native int pack/unpack fixes (from Spider Boardman
8484              <spider@leggy.zk3.dec.com>)
8485      Branch: perl
8486            ! pp.c
8487 ____________________________________________________________________________
8488 [  3902] By: gsar                                  on 1999/08/02  20:24:41
8489         Log: fix broken -DDEBUGGING_OPS (from Spider Boardman
8490              <spider@leggy.zk3.dec.com>)
8491      Branch: perl
8492            + opnames.h
8493            ! Changes MANIFEST opcode.pl perl.h
8494 ____________________________________________________________________________
8495 [  3901] By: gsar                                  on 1999/08/02  18:51:18
8496         Log: integrate cfgperl contents
8497      Branch: perl
8498           !> INSTALL README pod/perldelta.pod
8499 ____________________________________________________________________________
8500 [  3900] By: jhi                                   on 1999/08/02  18:46:21
8501         Log: Update README and INSTALL; partly based on the message
8502              
8503              From: "John L. Allen" <allen@grumman.com>
8504              To: Jarkko Hietaniemi <jhi@iki.fi>
8505              cc: perl5-porters@perl.org
8506              Subject: Re: Perl Installation Problem
8507              Date: Thu, 29 Jul 1999 14:55:05 -0400 (EDT)
8508              Message-ID: <Pine.SOL.3.91.990729144440.1035A-100000@gateway.grumman.com>
8509              
8510              and private email from Andy Dougherty.
8511      Branch: cfgperl
8512            ! INSTALL README
8513 ____________________________________________________________________________
8514 [  3899] By: jhi                                   on 1999/08/02  18:36:35
8515         Log: Integrate with Sarathy.
8516      Branch: cfgperl
8517           !> op.c
8518 ____________________________________________________________________________
8519 [  3898] By: jhi                                   on 1999/08/02  18:34:49
8520         Log: Update PERL_BINCOMPAT_5005; update 64-bitness.
8521      Branch: cfgperl
8522            ! pod/perldelta.pod
8523 ____________________________________________________________________________
8524 [  3897] By: gsar                                  on 1999/08/02  18:18:37
8525         Log: optimizations could sometimes bypass bareword check
8526      Branch: perl
8527            ! op.c
8528 ____________________________________________________________________________
8529 [  3896] By: jhi                                   on 1999/08/02  18:18:34
8530         Log: Integrate with Sarathy.
8531      Branch: cfgperl
8532           !> Changes makedef.pl patchlevel.h win32/Makefile
8533           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
8534           !> win32/makefile.mk
8535 ____________________________________________________________________________
8536 [  3895] By: gsar                                  on 1999/08/02  17:22:40
8537         Log: up patchlevel etc.
8538      Branch: perl
8539            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
8540            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
8541 ____________________________________________________________________________
8542 [  3894] By: gsar                                  on 1999/08/02  17:12:31
8543         Log: integrate change#3893, make it conditional on bincompat5005
8544      Branch: perl
8545            ! makedef.pl
8546 ____________________________________________________________________________
8547 [  3893] By: jhi                                   on 1999/08/02  16:49:08
8548         Log: PERL_BINCOMPAT_5005 symbol translation.
8549              (AIX wouldn't link neither perl nor extensions.)
8550      Branch: cfgperl
8551            ! makedef.pl
8552 ____________________________________________________________________________
8553 [  3892] By: gsar                                  on 1999/08/02  16:09:13
8554         Log: integrate cfgperl contents into mainline
8555      Branch: perl
8556           +> t/op/64bit.t
8557            ! Changes
8558           !> Configure MANIFEST config_h.SH doio.c dump.c hints/aix.sh op.c
8559           !> pod/perlfunc.pod pp_hot.c pp_sys.c regcomp.c sv.c t/io/open.t
8560           !> t/pragma/utf8.t t/pragma/warn/pp_hot toke.c util.c
8561 ____________________________________________________________________________
8562 [  3891] By: jhi                                   on 1999/08/02  14:52:40
8563         Log: AIX long long probing requires LL suffix for
8564              the ll constant.  The suffix doesn't seem
8565              to bother other ll platforms.
8566      Branch: cfgperl
8567            ! Configure config_h.SH hints/aix.sh
8568      Branch: metaconfig/U/perl
8569            ! quadfio.U
8570 ____________________________________________________________________________
8571 [  3890] By: jhi                                   on 1999/08/02  14:21:55
8572         Log: Exact path to perl for open -|.
8573      Branch: cfgperl
8574            ! t/io/open.t
8575 ____________________________________________________________________________
8576 [  3889] By: jhi                                   on 1999/08/02  14:18:03
8577         Log: Integrate with Sarathy.
8578      Branch: cfgperl
8579           !> Changes patchlevel.h pod/perlhist.pod pp_ctl.c util.c
8580           !> win32/Makefile win32/config_H.bc win32/config_H.gc
8581           !> win32/config_H.vc win32/makefile.mk win32/win32.c
8582 ____________________________________________________________________________
8583 [  3888] By: jhi                                   on 1999/08/02  14:14:29
8584         Log: AIX -Duse64bits: old AIXen do not have the getconf variables.
8585      Branch: cfgperl
8586            ! hints/aix.sh
8587 ____________________________________________________________________________
8588 [  3887] By: jhi                                   on 1999/08/02  12:53:10
8589         Log: Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
8590              emacs code indentation doesn't get wrong ideas--
8591              in other words, introduce a couple of "redundant" if:s.
8592      Branch: cfgperl
8593            ! doio.c dump.c op.c pp_hot.c pp_sys.c regcomp.c sv.c toke.c
8594            ! util.c
8595 ____________________________________________________________________________
8596 [  3886] By: jhi                                   on 1999/08/02  12:43:16
8597         Log: Mention that also *BSD systems with glibc are known to stumble.
8598      Branch: cfgperl
8599            ! t/pragma/warn/pp_hot
8600 ____________________________________________________________________________
8601 [  3885] By: jhi                                   on 1999/08/02  12:34:15
8602         Log: Allow also non-long long but still quad platforms print quads.
8603      Branch: cfgperl
8604            ! Configure config_h.SH
8605      Branch: metaconfig/U/perl
8606            ! longdblfio.U quadfio.U
8607 ____________________________________________________________________________
8608 [  3884] By: jhi                                   on 1999/08/02  11:56:14
8609         Log: Fix regclass utf8 hex ranges for quads.
8610      Branch: cfgperl
8611            ! regcomp.c
8612 ____________________________________________________________________________
8613 [  3883] By: jhi                                   on 1999/08/02  11:42:14
8614         Log: Enhance the description of how to detect quad support.
8615      Branch: cfgperl
8616            ! pod/perlfunc.pod
8617 ____________________________________________________________________________
8618 [  3882] By: jhi                                   on 1999/08/02  11:22:19
8619         Log: Fix printf %D %U %O for quads.
8620      Branch: cfgperl
8621            ! sv.c t/op/64bit.t
8622 ____________________________________________________________________________
8623 [  3881] By: jhi                                   on 1999/08/02  11:16:12
8624         Log: Document quad printing.
8625      Branch: cfgperl
8626            ! pod/perlfunc.pod
8627 ____________________________________________________________________________
8628 [  3880] By: jhi                                   on 1999/08/02  10:32:01
8629         Log: More 64-bit fixing.  One known bug of that kind
8630              remains, 32-bit platforms using long long in
8631              the test t/pragma/utf8 subtests 1-3 fail.
8632              (Update: change    #3884 fixed that one.)
8633      Branch: cfgperl
8634            + t/op/64bit.t
8635            ! Configure MANIFEST config_h.SH regcomp.c sv.c t/pragma/utf8.t
8636
8637 ----------------
8638 Version 5.005_59
8639 ----------------
8640
8641 ____________________________________________________________________________
8642 [  3879] By: gsar                                  on 1999/08/02  08:18:58
8643         Log: integrate cfgperl changes into mainline
8644      Branch: perl
8645           !> Configure config_h.SH sv.c
8646 ____________________________________________________________________________
8647 [  3878] By: gsar                                  on 1999/08/02  08:13:16
8648         Log: change#3692 had an unintentional patch leak through!
8649              (this would explain the mysterious C<next LABEL> failures
8650              people have seen)
8651      Branch: perl
8652            ! pp_ctl.c
8653 ____________________________________________________________________________
8654 [  3877] By: gsar                                  on 1999/08/02  08:00:29
8655         Log: up patchlevel to 59
8656      Branch: perl
8657            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
8658            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8659            ! win32/makefile.mk
8660 ____________________________________________________________________________
8661 [  3876] By: gsar                                  on 1999/08/02  07:51:18
8662         Log: fix coredump under usethreads+debug
8663      Branch: perl
8664            ! util.c
8665 ____________________________________________________________________________
8666 [  3875] By: jhi                                   on 1999/08/02  07:50:51
8667         Log: d_bincompat5005 could be left empty.
8668      Branch: cfgperl
8669            ! Configure config_h.SH
8670      Branch: metaconfig/U/perl
8671            ! bincompat5005.U
8672 ____________________________________________________________________________
8673 [  3874] By: jhi                                   on 1999/08/02  07:42:45
8674         Log: Fix printf %d when IV is quad.
8675      Branch: cfgperl
8676            ! sv.c
8677 ____________________________________________________________________________
8678 [  3873] By: gsar                                  on 1999/08/02  07:41:03
8679         Log: fix d_bincompat5005='' junking config.h
8680      Branch: perl
8681            ! Configure
8682 ____________________________________________________________________________
8683 [  3872] By: gsar                                  on 1999/08/02  07:38:48
8684         Log: C needs parameter list, not merely type
8685      Branch: perl
8686            ! win32/win32.c
8687 ____________________________________________________________________________
8688 [  3871] By: jhi                                   on 1999/08/02  07:20:51
8689         Log: Integrate with Sarathy.
8690      Branch: cfgperl
8691           !> Changes ext/B/B/C.pm ext/B/B/CC.pm regexec.c
8692 ____________________________________________________________________________
8693 [  3870] By: gsar                                  on 1999/08/02  07:12:18
8694         Log: integrate cfgperl changes into mainline
8695      Branch: perl
8696            ! Changes
8697           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
8698           !> Porting/config_H config_h.SH doio.c dump.c mg.c op.c perl.h
8699           !> pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c t/pragma/warn/sv
8700           !> toke.c util.c
8701 ____________________________________________________________________________
8702 [  3869] By: gsar                                  on 1999/08/02  06:59:09
8703         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
8704              Date: Sat, 31 Jul 1999 19:08:33 -0700
8705              Message-ID: <LAONLKLELDJAFAAA@my-deja.com>
8706              Subject: [PATCH 5.005_58] "use constant" in the compiler
8707      Branch: perl
8708            ! ext/B/B/C.pm ext/B/B/CC.pm
8709 ____________________________________________________________________________
8710 [  3868] By: gsar                                  on 1999/08/02  06:55:51
8711         Log: debug build tweak
8712      Branch: perl
8713            ! regexec.c
8714 ____________________________________________________________________________
8715 [  3867] By: gsar                                  on 1999/08/02  06:35:18
8716         Log: create vmsperl branch (to be owned and operated by: cbailey)
8717      Branch: vmsperl
8718           +> (branch 1476 files)
8719 ____________________________________________________________________________
8720 [  3866] By: jhi                                   on 1999/08/01  23:34:40
8721         Log: so_locations once is enough.
8722      Branch: cfgperl
8723            ! Makefile.SH
8724 ____________________________________________________________________________
8725 [  3865] By: jhi                                   on 1999/08/01  23:13:05
8726         Log: Simplicate duplicated code.
8727      Branch: cfgperl
8728            ! util.c
8729 ____________________________________________________________________________
8730 [  3864] By: jhi                                   on 1999/08/01  22:41:41
8731         Log: Integrate with Sarathy.  perl.h and util.c required manual resolving.
8732      Branch: cfgperl
8733           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
8734           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
8735            - README.cygwin32 cygwin32/Makefile.SHs
8736            - cygwin32/build-instructions.READFIRST
8737            - cygwin32/build-instructions.charles-wilson
8738            - cygwin32/build-instructions.sebastien-barre
8739            - cygwin32/build-instructions.steven-morlock
8740            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
8741            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
8742            - hints/cygwin32.sh
8743           !> (integrate 61 files)
8744 ____________________________________________________________________________
8745 [  3863] By: jhi                                   on 1999/08/01  22:36:02
8746         Log: Regen Configure and Glossary once again.
8747      Branch: cfgperl
8748            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8749            ! config_h.SH
8750 ____________________________________________________________________________
8751 [  3862] By: jhi                                   on 1999/08/01  22:26:09
8752         Log: Glossary update for #3861.
8753      Branch: cfgperl
8754            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8755            ! config_h.SH
8756 ____________________________________________________________________________
8757 [  3861] By: jhi                                   on 1999/08/01  22:22:51
8758         Log: 64-bit work.  Now 32-bit platforms get a 100% make test
8759              with -Duse64bits (using long long).
8760              Tested in Solaris 2.6 sparc  RH Linux 6.0 x86
8761              (and Digital IX 4.0D, to get a true 64-bit opinion).  Now e.g.
8762              'print unpack "q", pack "q", 12345678901'
8763              should work on such 32-bit platforms.
8764              Still a lot of printf()s behind -D which wrongly assume
8765              that %ld/%lx and (long) are a good combination.
8766              Introducing a slew of new macros intended to be used in printf()
8767              format strings: e. g. PERL_PRId64 is the string to be used
8768              when printing an IV, printf("%" PERL_PRId64 "\n", iv).
8769              The PRI... naming follows the C9X naming of <inttypes.h> macros.
8770      Branch: cfgperl
8771            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8772            ! config_h.SH doio.c dump.c mg.c op.c perl.h pp_ctl.c pp_hot.c
8773            ! pp_sys.c scope.c sv.c t/pragma/warn/sv toke.c util.c
8774      Branch: metaconfig/U/perl
8775            + atolf.U atoll.U longdblfio.U quadfio.U strtoull.U
8776 ____________________________________________________________________________
8777 [  3860] By: gsar                                  on 1999/08/01  21:23:18
8778         Log: integrate cfgperl contents into mainline
8779      Branch: perl
8780            ! toke.c
8781           !> (integrate 29 files)
8782 ____________________________________________________________________________
8783 [  3859] By: gsar                                  on 1999/08/01  21:13:09
8784         Log: From: Nathan Torkington <gnat@frii.com>
8785              Date: Sun, 1 Aug 1999 11:23:35 -0600 (MDT)
8786              Message-ID: <14244.33431.739419.806927@localhost.frii.com>
8787              Subject: [PATCH 5.005_58] ext/B/B/Disassembler.pm patch
8788      Branch: perl
8789            ! ext/B/B/Disassembler.pm
8790 ____________________________________________________________________________
8791 [  3858] By: gsar                                  on 1999/08/01  21:09:15
8792         Log: DB_File 1.68 update from Paul Marquess
8793      Branch: perl
8794            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8795            ! ext/DB_File/DB_File.xs t/lib/db-btree.t t/lib/db-hash.t
8796            ! t/lib/db-recno.t
8797 ____________________________________________________________________________
8798 [  3857] By: gsar                                  on 1999/08/01  21:05:54
8799         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8800              Date: Sat, 31 Jul 1999 05:13:38 -0400
8801              Message-Id: <199907311407.IAA25038@localhost.frii.com>
8802              Subject: [PATCH 5.005_58] More optimizations to REx engine
8803      Branch: perl
8804            ! embed.pl embedvar.h ext/Thread/Thread.xs objXSUB.h perl.c
8805            ! perl.h proto.h regcomp.c regexec.c t/op/re_tests thrdvar.h
8806 ____________________________________________________________________________
8807 [  3856] By: gsar                                  on 1999/08/01  20:59:59
8808         Log: slightly modified version of suggested patch
8809              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8810              Date: Sat, 31 Jul 1999 04:45:12 -0400
8811              Message-Id: <199907311406.IAA25034@localhost.frii.com>
8812              Subject: [PATCH 5.005_58] Fix OS/2 build
8813      Branch: perl
8814            ! Makefile.SH lib/ExtUtils/MM_OS2.pm lib/ExtUtils/Mksymlists.pm
8815            ! makedef.pl os2/Makefile.SHs os2/diff.configure perl.h sv.h
8816 ____________________________________________________________________________
8817 [  3855] By: gsar                                  on 1999/08/01  20:49:06
8818         Log: cygwin update
8819              From: "Fifer, Eric" <EFifer@sanwaint.com>
8820              Date: Fri, 30 Jul 1999 18:31:48 +0100
8821              Message-Id: <71E287AB0D94D111BBD600600849EC8185EE06@POST>
8822              Subject: [ID 19990730.003] PATCH] perl5.005_58 cygwin port
8823      Branch: perl
8824            ! doio.c dosish.h lib/File/Spec/Unix.pm mg.c perl.h perlsdio.h
8825            ! pp_sys.c unixish.h util.c
8826 ____________________________________________________________________________
8827 [  3854] By: gsar                                  on 1999/08/01  20:41:53
8828         Log: fixes from Stephen McCamant that address bugs in change#3612
8829              (the optimization shouldn't be enabled in expressions where
8830              the variable is introduced), and fix Deparse to grok the
8831              optimization
8832              Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT)
8833              Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net>
8834              Subject: [PATCH _58] Set OPpTARGET_MY more consistently
8835              --
8836              Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT)
8837              Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net>
8838              Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction
8839              --
8840              Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT)
8841              Message-Id: <199907310326.VAA24376@localhost.frii.com>
8842              Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...')
8843      Branch: perl
8844            ! ext/B/B/Deparse.pm op.c
8845 ____________________________________________________________________________
8846 [  3853] By: gsar                                  on 1999/08/01  20:31:32
8847         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
8848              Date: Thu, 29 Jul 1999 14:08:50 -0500 (CDT)
8849              Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net>
8850              Subject: [PATCH _58] Two one-liner LOGOP tweaks
8851      Branch: perl
8852            ! op.c opcode.h opcode.pl
8853 ____________________________________________________________________________
8854 [  3852] By: gsar                                  on 1999/08/01  20:29:17
8855         Log: rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)
8856      Branch: perl
8857            ! AUTHORS EXTERN.h INSTALL MAINTAIN Makefile.SH Porting/patchls
8858            ! README.cygwin README.win32 XSUB.h cygwin/Makefile.SHs
8859            ! ext/DynaLoader/dl_cygwin.xs ext/POSIX/POSIX.xs
8860            ! ext/SDBM_File/sdbm/pair.c hints/cygwin.sh
8861            ! lib/ExtUtils/MM_Cygwin.pm makedepend.SH perl.h pod/perl.pod
8862            ! pod/perlport.pod pp_sys.c util.c
8863 ____________________________________________________________________________
8864 [  3851] By: gsar                                  on 1999/08/01  20:20:05
8865         Log: move files around for s/cygwin32/cygwin/ renaming
8866      Branch: perl
8867           +> README.cygwin cygwin/Makefile.SHs cygwin/ld2.in
8868           +> cygwin/perlld.in ext/DynaLoader/dl_cygwin.xs hints/cygwin.sh
8869            - README.cygwin32 cygwin32/Makefile.SHs
8870            - cygwin32/build-instructions.READFIRST
8871            - cygwin32/build-instructions.charles-wilson
8872            - cygwin32/build-instructions.sebastien-barre
8873            - cygwin32/build-instructions.steven-morlock
8874            - cygwin32/build-instructions.steven-morlock2 cygwin32/ld2.in
8875            - cygwin32/perlld.in ext/DynaLoader/dl_cygwin32.xs
8876            - hints/cygwin32.sh
8877            ! MANIFEST
8878 ____________________________________________________________________________
8879 [  3850] By: gsar                                  on 1999/08/01  20:05:14
8880         Log: posix-bc hints tweak (via private mail from Thomas Dorner
8881              <Thomas.Dorner@start.de>)
8882      Branch: perl
8883            ! Changes hints/posix-bc.sh
8884 ____________________________________________________________________________
8885 [  3849] By: gsar                                  on 1999/08/01  19:50:20
8886         Log: notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan Torkington
8887              <gnat@frii.com>)
8888      Branch: perl
8889            ! perl.h pod/perldelta.pod pod/perlguts.pod
8890 ____________________________________________________________________________
8891 [  3848] By: gsar                                  on 1999/08/01  18:34:41
8892         Log: fix defined(@foo) encarpments
8893      Branch: perl
8894            ! ext/B/B/C.pm lib/CGI.pm lib/Dumpvalue.pm lib/dumpvar.pl
8895            ! pod/perltrap.pod
8896 ____________________________________________________________________________
8897 [  3847] By: jhi                                   on 1999/08/01  17:17:07
8898         Log: Undo #3790 and the patches that attempted to fix it
8899              (#3837, #3838, #3845).  The #3790 caused linkage failures
8900              and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
8901              IRIX 6.5.
8902      Branch: cfgperl
8903            - ext/SDBM_File/hints/dec_osf.pl ext/SDBM_File/hints/solaris.pl
8904            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
8905            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
8906 ____________________________________________________________________________
8907 [  3846] By: jhi                                   on 1999/08/01  11:41:52
8908         Log: Reading 64-bit decimal numbers was broken because
8909              the NV was cast to an I32, not an IV.
8910      Branch: cfgperl
8911            ! toke.c
8912 ____________________________________________________________________________
8913 [  3845] By: jhi                                   on 1999/08/01  11:00:24
8914         Log: Solaris doesn't like PERL_MALLOC_OK in SDBM_File.
8915      Branch: cfgperl
8916            + ext/SDBM_File/hints/solaris.pl
8917 ____________________________________________________________________________
8918 [  3844] By: jhi                                   on 1999/08/01  10:55:44
8919         Log: Enable Solaris largefiles support only if -Duse64bits is used.
8920              (Effectively removes #3311).
8921      Branch: cfgperl
8922            ! hints/solaris_2.sh
8923 ____________________________________________________________________________
8924 [  3843] By: jhi                                   on 1999/07/31  22:44:56
8925         Log: Integer overflow iteration.
8926      Branch: cfgperl
8927            ! t/op/oct.t toke.c util.c
8928 ____________________________________________________________________________
8929 [  3842] By: jhi                                   on 1999/07/31  22:11:03
8930         Log: Remove a lot of unused regnode codes.
8931              Noticed by Ilya.
8932      Branch: cfgperl
8933            ! regcomp.c regcomp.sym regexec.c regnodes.h
8934 ____________________________________________________________________________
8935 [  3841] By: jhi                                   on 1999/07/31  21:53:54
8936         Log: Make the use64bits and usethreads friendlier/braver;
8937              they no more wimp out if the platform is unknown.
8938              On use64bits if gcc used -DUSE_LONG_LONG is added
8939              to the ccflags (this dependency on gcc caused a slightly weird
8940              reordering of Configure, but things still seem to work.)
8941      Branch: cfgperl
8942            ! Configure README.threads config_h.SH
8943      Branch: metaconfig
8944            ! U/threads/usethreads.U
8945      Branch: metaconfig/U/perl
8946            ! use64bits.U
8947 ____________________________________________________________________________
8948 [  3840] By: jhi                                   on 1999/07/31  20:26:22
8949         Log: Hack the "integer overflow" code some more.
8950      Branch: cfgperl
8951            ! perl.h toke.c util.c
8952 ____________________________________________________________________________
8953 [  3839] By: jhi                                   on 1999/07/31  20:22:00
8954         Log: Test oct() at the 2^32-1 limit.
8955      Branch: cfgperl
8956            ! t/op/oct.t
8957 ____________________________________________________________________________
8958 [  3838] By: jhi                                   on 1999/07/31  20:08:43
8959         Log: Update MANIFEST for #3837.
8960      Branch: cfgperl
8961            ! MANIFEST
8962 ____________________________________________________________________________
8963 [  3837] By: jhi                                   on 1999/07/31  20:02:40
8964         Log: Digital UNIX 4.0D doesn't like perl malloc on sdbm
8965              (a core dump with a corrput stack ensues).
8966      Branch: cfgperl
8967            + ext/SDBM_File/hints/dec_osf.pl
8968 ____________________________________________________________________________
8969 [  3836] By: jhi                                   on 1999/07/29  21:09:01
8970         Log: Allow for Configure -Ubincompat5005 override.
8971      Branch: cfgperl
8972            ! Configure config_h.SH
8973      Branch: metaconfig/U/perl
8974            ! bincompat5005.U
8975 ____________________________________________________________________________
8976 [  3835] By: jhi                                   on 1999/07/29  21:04:02
8977         Log: Make Configure support PERL_BINCOMPAT_5005.
8978      Branch: cfgperl
8979            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8980            ! config_h.SH
8981      Branch: metaconfig/U/perl
8982            + bincompat5005.U
8983 ____________________________________________________________________________
8984 [  3834] By: jhi                                   on 1999/07/29  19:25:35
8985         Log: AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com> 
8986      Branch: cfgperl
8987            ! Makefile.SH
8988 ____________________________________________________________________________
8989 [  3833] By: jhi                                   on 1999/07/29  14:07:09
8990         Log: Integrate with Sarathy.  I overruled on perldelta
8991              and perldiag.
8992      Branch: cfgperl
8993           !> README.win32 emacs/cperl-mode.el globals.c installperl
8994           !> iperlsys.h makedef.pl perl.h pod/perldelta.pod
8995           !> pod/perldiag.pod pod/perllexwarn.pod toke.c utils/perldoc.PL
8996           !> win32/Makefile win32/bin/pl2bat.pl win32/makefile.mk
8997           !> win32/perllib.c win32/win32.c
8998 ____________________________________________________________________________
8999 [  3832] By: jhi                                   on 1999/07/29  14:02:50
9000         Log: Repent and make overly large integerish
9001              constants non-fatal.  They are now promoted
9002              to NVs, accompanied by an overflow warning that
9003              is by default on.
9004      Branch: cfgperl
9005            ! embed.pl global.sym pod/perldelta.pod pod/perldiag.pod pp.c
9006            ! proto.h t/op/oct.t t/pragma/warn/6default t/pragma/warn/util
9007            ! toke.c util.c
9008 ____________________________________________________________________________
9009 [  3831] By: jhi                                   on 1999/07/29  11:40:04
9010         Log: AIX exhibits different error on failed system().
9011              Slightly modified patch via private email from
9012              David R. Favor <dfavor@austin.ibm.com>
9013      Branch: cfgperl
9014            ! t/op/exec.t
9015 ____________________________________________________________________________
9016 [  3830] By: gsar                                  on 1999/07/29  07:46:11
9017         Log: cperl-mode.el v4.19
9018      Branch: perl
9019            ! emacs/cperl-mode.el
9020 ____________________________________________________________________________
9021 [  3829] By: gsar                                  on 1999/07/29  07:30:35
9022         Log: From: jan.dubois@ibm.net (Jan Dubois)
9023              Date: Wed, 28 Jul 1999 22:01:42 +0200
9024              Message-ID: <37aa5f9b.12941448@smtp1.ibm.net>
9025              Subject: [PATCH 5.005_58] win32/bin/pl2bat.pl doesn't work correctly
9026      Branch: perl
9027            ! win32/bin/pl2bat.pl
9028 ____________________________________________________________________________
9029 [  3828] By: gsar                                  on 1999/07/29  07:19:27
9030         Log: tweak previous change for multiple hits
9031      Branch: perl
9032            ! utils/perldoc.PL
9033 ____________________________________________________________________________
9034 [  3827] By: gsar                                  on 1999/07/29  07:10:00
9035         Log: band-aid for perldoc -t broken-ness (the new Pod::Text
9036              really needs a pod2text() compatibility function)
9037      Branch: perl
9038            ! utils/perldoc.PL
9039 ____________________________________________________________________________
9040 [  3826] By: gsar                                  on 1999/07/29  01:33:46
9041         Log: minor tweaks to pods and toke.c comments
9042      Branch: perl
9043            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod toke.c
9044 ____________________________________________________________________________
9045 [  3825] By: gsar                                  on 1999/07/29  00:12:52
9046         Log: integrate cfgperl changes into mainline
9047      Branch: perl
9048           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
9049           !> README.threads config_h.SH ext/IO/lib/IO/Handle.pm
9050           !> ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
9051           !> ext/POSIX/POSIX.xs lib/ExtUtils/Install.pm perl.h
9052           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
9053           !> pod/perllexwarn.pod pod/perlre.pod pp.c pp_sys.c
9054           !> t/lib/io_unix.t t/op/oct.t t/pragma/warn/6default
9055           !> t/pragma/warn/util toke.c util.c
9056 ____________________________________________________________________________
9057 [  3824] By: jhi                                   on 1999/07/28  21:15:04
9058         Log: Tiny patch to go over #3820 (via private mail from Lincoln).
9059      Branch: cfgperl
9060            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
9061            ! ext/IO/lib/IO/Socket/INET.pm
9062 ____________________________________________________________________________
9063 [  3823] By: jhi                                   on 1999/07/28  20:29:17
9064         Log: Continue pack() doc honing.
9065      Branch: cfgperl
9066            ! pod/perlfunc.pod
9067 ____________________________________________________________________________
9068 [  3822] By: jhi                                   on 1999/07/28  20:17:37
9069         Log: Enhance pack() doc.
9070      Branch: cfgperl
9071            ! pod/perlfunc.pod
9072 ____________________________________________________________________________
9073 [  3821] By: jhi                                   on 1999/07/28  18:34:50
9074         Log: UNIX Domain Sockets are not implemented under QNX.
9075              
9076              From: Norton Allen <allen@huarp.harvard.edu>
9077              To: perl5-porters@perl.org
9078              Subject: [ID 19990728.010] Patch:t/lib/io_unix.t _58 QNX
9079              Date: Wed, 28 Jul 1999 14:07:16 -0400 (edt)
9080              Message-Id: <199907281807.OAA13167@bottesini.harvard.edu>
9081      Branch: cfgperl
9082            ! t/lib/io_unix.t
9083 ____________________________________________________________________________
9084 [  3820] By: jhi                                   on 1999/07/28  18:13:37
9085         Log: IO::* enhancements.
9086              
9087              1) write() and syswrite() will now accept a single-argument
9088              form of the call, for consistency with Perl's syswrite().
9089              2) You can create a TCP-based IO::Socket::INET without forcing
9090              a connect attempt.  This allows you to configure its options
9091              (like making it non-blocking) and then call connect() manually.
9092              3) Fixed a bug that prevented the IO::Socket::protocol() accessor
9093              from ever returning the correct value.
9094              
9095              From: Lincoln Stein <lstein@formaggio.cshl.org>
9096              To: Graham Barr <gbarr@pobox.com>
9097              Cc: Lincoln Stein <lstein@cshl.org>, perl5-porters@perl.org
9098              Subject: Re: patch for IO::*
9099              Date: Wed, 28 Jul 1999 13:55:05 -0400 (EDT)
9100              Message-ID: <14239.17401.330408.145295@formaggio.cshl.org>
9101      Branch: cfgperl
9102            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
9103            ! ext/IO/lib/IO/Socket/INET.pm
9104 ____________________________________________________________________________
9105 [  3819] By: gsar                                  on 1999/07/28  18:08:06
9106         Log: misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
9107      Branch: perl
9108            ! README.win32 globals.c installperl iperlsys.h makedef.pl
9109            ! perl.h win32/Makefile win32/makefile.mk win32/perllib.c
9110            ! win32/win32.c
9111 ____________________________________________________________________________
9112 [  3818] By: jhi                                   on 1999/07/28  17:48:16
9113         Log: Need to add QNX to the list for DONT_DECLARE_STD.
9114              (The elimination of use of the _() macro apparently triggered
9115              an incompatability with a #define of atof)
9116              
9117              From: Norton Allen <allen@huarp.harvard.edu>
9118              To: perl5-porters@perl.org
9119              Subject: [ID 19990728.008] Patch:perl.h _58 QNX
9120              Date: Wed, 28 Jul 1999 13:06:23 -0400 (edt)
9121              Message-Id: <199907281706.NAA07617@bottesini.harvard.edu>
9122      Branch: cfgperl
9123            ! perl.h
9124 ____________________________________________________________________________
9125 [  3817] By: jhi                                   on 1999/07/28  17:46:30
9126         Log: Need to add some more conditions to deal with the case
9127              defined(HAS_GETSPNAM) && ! defined(HAS_GETSPENT)
9128              which is true for QNX4.
9129              From: Norton Allen <allen@huarp.harvard.edu>
9130              To: perl5-porters@perl.org
9131              Subject: [ID 19990728.009] Patch:pp_sys.c _58 QNX
9132              Date: Wed, 28 Jul 1999 13:08:42 -0400 (edt)
9133              Message-Id: <199907281708.NAA07947@bottesini.harvard.edu>
9134      Branch: cfgperl
9135            ! pp_sys.c
9136 ____________________________________________________________________________
9137 [  3816] By: jhi                                   on 1999/07/28  17:43:40
9138         Log: The QNX shell needs a couple more semicolons.
9139              
9140              From: Norton Allen <allen@huarp.harvard.edu>
9141              To: perl5-porters@perl.org
9142              Subject: [ID 19990728.007] Patch:Configure _58 QNX
9143              Date: Wed, 28 Jul 1999 13:03:00 -0400 (edt)
9144              Message-Id: <199907281703.NAA07363@bottesini.harvard.edu>
9145              
9146              plus silence metalint moanings on vendorprefix.
9147      Branch: cfgperl
9148            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9149            ! config_h.SH
9150 ____________________________________________________________________________
9151 [  3815] By: jhi                                   on 1999/07/28  17:31:11
9152         Log: Silence metalint on vendorprefix.U.
9153      Branch: metaconfig
9154            ! U/installdirs/vendorprefix.U
9155 ____________________________________________________________________________
9156 [  3814] By: jhi                                   on 1999/07/28  17:13:29
9157         Log: QNX shell needs more semicolons.
9158      Branch: metaconfig/U/perl
9159            ! Extensions.U
9160 ____________________________________________________________________________
9161 [  3813] By: jhi                                   on 1999/07/28  17:05:08
9162         Log: Integrate with Sarathy.
9163      Branch: cfgperl
9164           !> lib/ExtUtils/MM_Unix.pm
9165 ____________________________________________________________________________
9166 [  3812] By: jhi                                   on 1999/07/28  16:20:17
9167         Log: Fix a typo, un-shout, and reformat the installation output.
9168      Branch: cfgperl
9169            ! lib/ExtUtils/Install.pm
9170 ____________________________________________________________________________
9171 [  3811] By: gsar                                  on 1999/07/28  15:41:11
9172         Log: fix typo that caused INSTALLPRIVLIB to have doubled 'perl5'
9173      Branch: perl
9174            ! lib/ExtUtils/MM_Unix.pm
9175 ____________________________________________________________________________
9176 [  3810] By: jhi                                   on 1999/07/28  13:55:57
9177         Log: Talk more about subsecond things in perlfunc.
9178              (Yes, redundant with perlfaq8.)
9179      Branch: cfgperl
9180            ! pod/perlfunc.pod
9181 ____________________________________________________________________________
9182 [  3809] By: jhi                                   on 1999/07/28  07:23:48
9183         Log: Integrate with Sarathy.
9184      Branch: cfgperl
9185           !> configpm hints/freebsd.sh lib/Pod/Html.pm perl.h t/op/grent.t
9186           !> t/op/pwent.t
9187 ____________________________________________________________________________
9188 [  3808] By: jhi                                   on 1999/07/28  07:23:03
9189         Log: Document toke.c.
9190              From: Nathan Torkington <gnat@frii.com>
9191              To: perl5-porters@perl.org
9192              Subject: Re: toke.c patch, work in progress
9193              Date: Tue, 27 Jul 1999 23:02:09 -0600 (MDT)
9194              Message-ID: <14238.36561.979473.667842@localhost.frii.com>
9195      Branch: cfgperl
9196            ! toke.c
9197 ____________________________________________________________________________
9198 [  3807] By: jhi                                   on 1999/07/28  07:10:56
9199         Log: perlre clarification.
9200              
9201              From: Ian Phillipps <ian@dial.pipex.com>
9202              To: Perl 5 Porters <perl5-porters@perl.org>
9203              Subject: [PATCH 5.00557] Add definite article to perlre.pod
9204              Date: Tue, 27 Jul 1999 10:46:29 +0100
9205              Message-ID: <19990727104629.A10074@homer.diplex.co.uk>
9206      Branch: cfgperl
9207            ! pod/perlre.pod
9208 ____________________________________________________________________________
9209 [  3806] By: gsar                                  on 1999/07/28  07:07:46
9210         Log: fix the perl -V breakage
9211              
9212              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9213              To: Jarkko Hietaniemi <jhi@iki.fi>
9214              Cc: "John L. Allen" <allen@grumman.com>, perl5-porters@perl.org,
9215              gsar@activestate.com
9216              Subject: Re: Follow up to: _58 on AIX 431
9217              Date: Tue, 27 Jul 1999 17:42:00 -0400
9218              Message-ID: <19990727174200.A12775@monk.mps.ohio-state.edu>
9219      Branch: perl
9220            ! configpm
9221 ____________________________________________________________________________
9222 [  3805] By: gsar                                  on 1999/07/28  07:03:34
9223         Log: avoid warning (from Doug MacEachern)
9224      Branch: perl
9225            ! perl.h
9226 ____________________________________________________________________________
9227 [  3804] By: gsar                                  on 1999/07/28  06:59:30
9228         Log: Pod::Html tweak
9229              
9230              From: jan.dubois@ibm.net (Jan Dubois)
9231              To: perl5-porters@perl.org
9232              Subject: [PATCH 5.005_58] pod2html: Missing chunk for VMS filenames
9233              Date: Tue, 27 Jul 1999 22:14:12 +0200
9234              Message-ID: <37a50af0.46171380@smtp1.ibm.net>
9235      Branch: perl
9236            ! lib/Pod/Html.pm
9237 ____________________________________________________________________________
9238 [  3803] By: gsar                                  on 1999/07/28  06:56:38
9239         Log: freebsd hints update
9240              
9241              From: Anton Berezin <tobez@plab.ku.dk>
9242              To: perl5-porters@perl.org
9243              Subject: [ID 19990727.034] Not OK: perl 5.00558 on i386-freebsd-thread4.0-current (UNINSTALLED)
9244              Date: Tue, 27 Jul 1999 20:29:39 +0200 (CEST)
9245              Message-Id: <199907271829.UAA62861@lion.plab.ku.dk>
9246      Branch: perl
9247            ! hints/freebsd.sh
9248 ____________________________________________________________________________
9249 [  3802] By: gsar                                  on 1999/07/28  06:51:32
9250         Log: cosmetic testsuite patch
9251              
9252              From: Graham Barr <gbarr@ti.com>
9253              To: Perl5 Porters <perl5-porters@perl.org>
9254              Subject: 5.005_58 build
9255              Date: Tue, 27 Jul 1999 08:09:25 -0500
9256              Message-ID: <19990727080925.F4683@dal.asp.ti.com>
9257      Branch: perl
9258            ! t/op/grent.t t/op/pwent.t
9259 ____________________________________________________________________________
9260 [  3801] By: jhi                                   on 1999/07/27  13:49:39
9261         Log: Minuscule cleanup of the integer overflow patch.
9262      Branch: cfgperl
9263            ! util.c
9264 ____________________________________________________________________________
9265 [  3800] By: jhi                                   on 1999/07/27  13:37:23
9266         Log: Test hex('x...').
9267      Branch: cfgperl
9268            ! t/op/oct.t
9269 ____________________________________________________________________________
9270 [  3799] By: jhi                                   on 1999/07/27  12:45:45
9271         Log: Integrate with Sarathy (5.005_58).
9272      Branch: cfgperl
9273            - ext/B/byteperl.c
9274           !> Changes MANIFEST Porting/makerel configpm embed.h embed.pl
9275           !> ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.pm
9276           !> ext/SDBM_File/Makefile.PL lib/AutoLoader.pm
9277           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
9278           !> lib/Pod/Parser.pm lib/SelfLoader.pm os2/OS2/REXX/Makefile.PL
9279           !> perl.h pod/perldelta.pod pod/perlfaq9.pod pod/perlhist.pod
9280           !> win32/bin/pl2bat.pl win32/config_H.bc win32/config_H.gc
9281           !> win32/config_H.vc
9282 ____________________________________________________________________________
9283 [  3798] By: jhi                                   on 1999/07/27  12:42:43
9284         Log: Integer constants (0x, 0[0-7], 0b) now overflow fatally,
9285              they used to be just optional lexical warnings.
9286              Also, with warnings turned on, constants > 2**32-1
9287              trigger a non-portability warning.
9288      Branch: cfgperl
9289            ! pod/perldelta.pod pod/perldiag.pod pod/perllexwarn.pod pp.c
9290            ! t/op/oct.t t/pragma/warn/6default t/pragma/warn/util toke.c
9291            ! util.c
9292 ____________________________________________________________________________
9293 [  3797] By: gsar                                  on 1999/07/27  10:48:27
9294         Log: here lies 5.005_58
9295      Branch: perl
9296            - ext/B/byteperl.c
9297            ! Changes MANIFEST Porting/makerel pod/perldelta.pod
9298            ! pod/perlfaq9.pod pod/perlhist.pod
9299
9300 ----------------
9301 Version 5.005_58
9302 ----------------
9303
9304 ____________________________________________________________________________
9305 [  3796] By: gsar                                  on 1999/07/27  09:23:42
9306         Log: regenerate win32/config_H.?c
9307      Branch: perl
9308            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9309 ____________________________________________________________________________
9310 [  3795] By: gsar                                  on 1999/07/27  09:02:31
9311         Log: From: Tye McQueen <tye@metronet.com>
9312              Date: Mon, 26 Jul 1999 19:19:22 -0500 (CDT)
9313              Message-Id: <199907270019.AA08223@metronet.com>
9314              Subject: Patch pl2bat.pl so batch file can fail
9315      Branch: perl
9316            ! win32/bin/pl2bat.pl
9317 ____________________________________________________________________________
9318 [  3794] By: gsar                                  on 1999/07/27  08:59:58
9319         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9320              Date: Mon, 26 Jul 1999 01:09:00 -0400 (EDT)
9321              Message-Id: <199907260509.BAA26303@monk.mps.ohio-state.edu>
9322              Subject: [PATCH 5.005_57] decrease memory footprint of standard modules
9323      Branch: perl
9324            ! configpm ext/POSIX/POSIX.pm lib/AutoLoader.pm
9325            ! lib/SelfLoader.pm
9326 ____________________________________________________________________________
9327 [  3793] By: gsar                                  on 1999/07/27  08:19:16
9328         Log: support -DPERL_BINCOMPAT_5005, still needs a Configure test
9329              (from Andy Dougherty)
9330      Branch: perl
9331            ! embed.h embed.pl
9332 ____________________________________________________________________________
9333 [  3792] By: gsar                                  on 1999/07/27  08:04:19
9334         Log: recognize more constructs such as C<$-> in pod (from Russ Allbery
9335              and Brad Appleton)
9336      Branch: perl
9337            ! lib/Pod/Parser.pm
9338 ____________________________________________________________________________
9339 [  3791] By: gsar                                  on 1999/07/27  07:50:54
9340         Log: cover case where CLK_TCK is a float, not integer (from
9341              alexander smishlajev <als@turnhere.com>)
9342      Branch: perl
9343            ! ext/Devel/DProf/DProf.xs
9344 ____________________________________________________________________________
9345 [  3790] By: gsar                                  on 1999/07/27  07:45:08
9346         Log: provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
9347              to call Perl_malloc() as malloc() (from Ilya Zakharevich)
9348      Branch: perl
9349            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
9350            ! lib/ExtUtils/MakeMaker.pm os2/OS2/REXX/Makefile.PL perl.h
9351 ____________________________________________________________________________
9352 [  3789] By: jhi                                   on 1999/07/27  07:44:55
9353         Log: Integrate with Sarathy.
9354      Branch: cfgperl
9355           +> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
9356           !> MANIFEST doio.c embed.h embed.pl ext/B/B/CC.pm
9357           !> ext/SDBM_File/sdbm/sdbm.h global.sym lib/Pod/Html.pm
9358           !> lib/Pod/Text.pm objXSUB.h opcode.h opcode.pl perlapi.c
9359           !> pod/perldiag.pod pod/perlfunc.pod pod/pod2text.PL pp_sys.c
9360           !> proto.h t/comp/proto.t t/io/open.t
9361 ____________________________________________________________________________
9362 [  3788] By: gsar                                  on 1999/07/27  07:29:59
9363         Log: replace Pod::Text with Pod::SimpleText v0.01 (thanks
9364              to Russ Allbery <rra@stanford.edu>); s/Simple// and
9365              s/pod2txt/pod2text/ etc.
9366      Branch: perl
9367            + lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm
9368            ! MANIFEST lib/Pod/Text.pm pod/pod2text.PL
9369 ____________________________________________________________________________
9370 [  3787] By: gsar                                  on 1999/07/27  06:48:40
9371         Log: From: Andy Dougherty <doughera@lafayette.edu>
9372              Date: Wed, 16 Jun 1999 14:40:09 -0400 (EDT)
9373              Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
9374              Subject: Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
9375      Branch: perl
9376            ! ext/SDBM_File/sdbm/sdbm.h
9377 ____________________________________________________________________________
9378 [  3786] By: gsar                                  on 1999/07/27  06:30:09
9379         Log: applied suggested patch; added missing prototype changes to
9380              opcode.pl along with documentation typos (feature still needs
9381              to be described in perlopentut.pod and summarized in
9382              perldelta.pod)
9383              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9384              Date: Thu, 17 Jun 1999 00:39:34 -0400 (EDT)
9385              Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu>
9386              Subject: [PATCH 5.00557] 3-arg open
9387      Branch: perl
9388            ! doio.c embed.h embed.pl global.sym objXSUB.h opcode.h
9389            ! opcode.pl perlapi.c pod/perldiag.pod pod/perlfunc.pod pp_sys.c
9390            ! proto.h t/comp/proto.t t/io/open.t
9391 ____________________________________________________________________________
9392 [  3785] By: gsar                                  on 1999/07/27  04:36:39
9393         Log: don't quit if =head* wasn't found (suggested by Roland Bauer
9394              <roland.bauer@fff.at>)
9395      Branch: perl
9396            ! lib/Pod/Html.pm
9397 ____________________________________________________________________________
9398 [  3784] By: gsar                                  on 1999/07/27  03:56:17
9399         Log: change#3762 wasn't needed
9400      Branch: perl
9401            ! ext/B/B/CC.pm
9402 ____________________________________________________________________________
9403 [  3783] By: jhi                                   on 1999/07/26  19:08:21
9404         Log: Integrate with Sarathy.
9405      Branch: cfgperl
9406           !> Changes makedef.pl patchlevel.h pod/perlfunc.pod pp_ctl.c
9407           !> toke.c utils/dprofpp.PL win32/Makefile win32/config_H.bc
9408           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
9409 ____________________________________________________________________________
9410 [  3782] By: gsar                                  on 1999/07/26  18:16:50
9411         Log: update Changes, patchlevel &c.
9412      Branch: perl
9413            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
9414            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
9415 ____________________________________________________________________________
9416 [  3781] By: gsar                                  on 1999/07/26  17:54:47
9417         Log: a more correct fix for change#2744
9418              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
9419              Date: Sun, 25 Jul 1999 14:02:25 -0500 (CDT)
9420              Message-ID: <14235.24385.671437.246345@alias-2.pr.mcs.net>
9421              Subject: [PATCH _57] Re: toke.c questions 
9422      Branch: perl
9423            ! toke.c
9424 ____________________________________________________________________________
9425 [  3780] By: gsar                                  on 1999/07/26  17:37:04
9426         Log: utime() doc typo from Greg Bacon <gbacon@itsc.uah.edu>
9427      Branch: perl
9428            ! pod/perlfunc.pod
9429 ____________________________________________________________________________
9430 [  3779] By: jhi                                   on 1999/07/26  16:37:23
9431         Log: Dusting off.
9432      Branch: cfgperl
9433            ! README.threads
9434 ____________________________________________________________________________
9435 [  3778] By: gsar                                  on 1999/07/26  13:28:46
9436         Log: avoid DIVZERO
9437      Branch: perl
9438            ! utils/dprofpp.PL
9439 ____________________________________________________________________________
9440 [  3777] By: gsar                                  on 1999/07/26  13:18:53
9441         Log: warnings identified by Borland compiler
9442      Branch: perl
9443            ! makedef.pl pp_ctl.c
9444 ____________________________________________________________________________
9445 [  3776] By: jhi                                   on 1999/07/26  13:07:36
9446         Log: Integrate with Sarathy.
9447      Branch: cfgperl
9448           !> lib/Carp/Heavy.pm pp_ctl.c pp_hot.c
9449 ____________________________________________________________________________
9450 [  3775] By: gsar                                  on 1999/07/26  12:55:43
9451         Log: avoid infinite recursion when Thread.pm croaks during
9452              bootstrap
9453      Branch: perl
9454            ! lib/Carp/Heavy.pm
9455 ____________________________________________________________________________
9456 [  3774] By: gsar                                  on 1999/07/26  12:43:02
9457         Log: integrate cfgperl contents into mainline
9458      Branch: perl
9459           +> lib/Carp/Heavy.pm
9460           !> MANIFEST Makefile.SH cflags.SH configpm ext/util/make_ext
9461           !> lib/AutoSplit.pm lib/Carp.pm makedepend.SH pod/pod2html.PL
9462           !> pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
9463           !> pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
9464           !> writemain.SH x2p/Makefile.SH x2p/cflags.SH
9465 ____________________________________________________________________________
9466 [  3773] By: jhi                                   on 1999/07/26  12:40:29
9467         Log: Use long doubles only if they are useful.
9468      Branch: cfgperl
9469            ! ext/POSIX/POSIX.xs
9470 ____________________________________________________________________________
9471 [  3772] By: gsar                                  on 1999/07/26  12:33:11
9472         Log: typo in change#3768
9473      Branch: perl
9474            ! pp_hot.c
9475 ____________________________________________________________________________
9476 [  3771] By: gsar                                  on 1999/07/26  12:08:27
9477         Log: alpha-stage support for user-hooks in @INC
9478              From: Ken Fox <kfox@ford.com>
9479              Date: Mon, 19 Jul 1999 22:12:29 -0400 (EDT)
9480              Message-Id: <199907200213.WAA02816@mailfw2.ford.com>
9481              Subject: Re: loading remote modules
9482      Branch: perl
9483            ! pp_ctl.c
9484 ____________________________________________________________________________
9485 [  3770] By: jhi                                   on 1999/07/26  11:38:36
9486         Log: Back out #3735.  Needs more work.
9487      Branch: cfgperl
9488            ! Makefile.SH cflags.SH configpm ext/util/make_ext
9489            ! lib/AutoSplit.pm makedepend.SH pod/pod2html.PL
9490            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL
9491            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
9492            ! writemain.SH x2p/Makefile.SH x2p/cflags.SH
9493 ____________________________________________________________________________
9494 [  3769] By: jhi                                   on 1999/07/26  11:24:45
9495         Log: Integrate with Sarathy.
9496      Branch: cfgperl
9497           !> (integrate 35 files)
9498 ____________________________________________________________________________
9499 [  3768] By: gsar                                  on 1999/07/26  11:03:07
9500         Log: optimize method name lookup
9501              From: Chip Salzenberg <chip@perlsupport.com>
9502              Date: Thu, 22 Jul 1999 13:43:36 -0400
9503              Message-ID: <19990722134336.Q391@perlsupport.com>
9504              Subject: [PATCH] OP_METHOD_NAMED
9505      Branch: perl
9506            ! dump.c embed.h embed.pl ext/Opcode/Opcode.pm objXSUB.h op.c
9507            ! opcode.h opcode.pl perlapi.c pp.sym pp_hot.c pp_proto.h
9508            ! proto.h
9509 ____________________________________________________________________________
9510 [  3767] By: gsar                                  on 1999/07/26  10:44:11
9511         Log: allow arrow omission in $foo[10]->('foo') etc. (but not in
9512              foo()->()); rework grammar to remove conflicts
9513              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
9514              Date: Fri, 23 Jul 1999 15:55:22 -0500 (CDT)
9515              Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net>
9516              Subject: [PATCH _57, long] Re: optional arrow asymmetry
9517      Branch: perl
9518            ! Makefile.SH embed.h embed.pl global.sym objXSUB.h op.c
9519            ! perlapi.c perly.c perly.h perly.y perly_c.diff proto.h
9520            ! vms/perly_c.vms vms/perly_h.vms
9521 ____________________________________________________________________________
9522 [  3766] By: jhi                                   on 1999/07/26  10:18:56
9523         Log: Use $< instead of $*.c in *perlmain.o rules.
9524      Branch: cfgperl
9525            ! Makefile.SH
9526 ____________________________________________________________________________
9527 [  3765] By: gsar                                  on 1999/07/26  09:28:48
9528         Log: From: Ian Phillipps <ian@dial.pipex.com>
9529              Date: Fri, 23 Jul 1999 23:35:56 +0100
9530              Message-ID: <19990723233556.B2435@homer.diplex.co.uk>
9531              Subject: (Version 2) Extending unpack to deal with counted strings
9532      Branch: perl
9533            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/pack.t
9534 ____________________________________________________________________________
9535 [  3764] By: jhi                                   on 1999/07/26  09:17:26
9536         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9537              To: perl5-porters@perl.org (Mailing list Perl5)
9538              Subject: [PATCH 5.005_57] Lean Carp.pm with Carp/Heavy.pm
9539              Date: Mon, 26 Jul 1999 04:05:27 -0400 (EDT)
9540              Message-Id: <199907260805.EAA26888@monk.mps.ohio-state.edu>
9541              
9542              The patch was based on 5_57 so had to re-apply lib/Carp.pm
9543              parts of changes #3498, #3696, and #3702 for the new
9544              lib/Carp/Heavy.pm.
9545      Branch: cfgperl
9546            + lib/Carp/Heavy.pm
9547            ! MANIFEST lib/Carp.pm
9548 ____________________________________________________________________________
9549 [  3763] By: gsar                                  on 1999/07/26  09:03:17
9550         Log: ~ isn't valid in VMS filenames
9551      Branch: perl
9552            ! lib/Pod/Html.pm
9553 ____________________________________________________________________________
9554 [  3762] By: gsar                                  on 1999/07/26  08:59:47
9555         Log: setstate stop-gap from Vishal Bhatia
9556      Branch: perl
9557            ! ext/B/B/CC.pm
9558 ____________________________________________________________________________
9559 [  3761] By: gsar                                  on 1999/07/26  08:06:39
9560         Log: patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
9561              add B::OP::name() method that returns just the op_name;
9562              convert Deparse et all to use that instead of B::OP::ppaddr();
9563              add support for OP_SETSTATE in Deparse
9564      Branch: perl
9565            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
9566            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
9567            ! ext/B/B/Xref.pm opcode.h opcode.pl
9568 ____________________________________________________________________________
9569 [  3760] By: jhi                                   on 1999/07/26  07:14:43
9570         Log: Integrate with Sarathy.
9571      Branch: cfgperl
9572           !> (integrate 43 files)
9573 ____________________________________________________________________________
9574 [  3759] By: gsar                                  on 1999/07/26  05:12:24
9575         Log: add disclaimer about perl 4 libraries (modified version of
9576              patch suggested by Clinton Pierce <cpierce1@ford.com>)
9577      Branch: perl
9578            ! lib/abbrev.pl lib/bigfloat.pl lib/bigint.pl lib/bigrat.pl
9579            ! lib/cacheout.pl lib/chat2.pl lib/complete.pl lib/ctime.pl
9580            ! lib/dotsh.pl lib/exceptions.pl lib/fastcwd.pl lib/flush.pl
9581            ! lib/ftp.pl lib/getcwd.pl lib/getopt.pl lib/getopts.pl
9582            ! lib/hostname.pl lib/look.pl lib/pwd.pl lib/termcap.pl
9583 ____________________________________________________________________________
9584 [  3758] By: gsar                                  on 1999/07/26  04:48:35
9585         Log: make reset() behave with high-bit characters
9586              From: Ian Phillipps <ian@dial.pipex.com>
9587              Date: Thu, 22 Jul 1999 22:48:59 +0100
9588              Message-ID: <19990722224859.A27987@homer.diplex.co.uk>
9589              Subject: [PATCH 5.005_57] sv_reset can cause stack corruption
9590      Branch: perl
9591            ! sv.c
9592 ____________________________________________________________________________
9593 [  3757] By: gsar                                  on 1999/07/26  04:40:32
9594         Log: update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
9595      Branch: perl
9596            ! pod/perlport.pod
9597 ____________________________________________________________________________
9598 [  3756] By: gsar                                  on 1999/07/26  04:20:37
9599         Log: dprofpp pod additions from Nathan Torkington <gnat@frii.com>
9600      Branch: perl
9601            ! utils/dprofpp.PL
9602 ____________________________________________________________________________
9603 [  3755] By: gsar                                  on 1999/07/26  04:18:00
9604         Log: disable VPATH for now (breaks x2p build)
9605      Branch: perl
9606            ! x2p/Makefile.SH
9607 ____________________________________________________________________________
9608 [  3754] By: gsar                                  on 1999/07/26  03:15:33
9609         Log: INSTALL =~ s/5.006/5.6/; delay loading Errno until needed
9610              (%! has the necessary magic); misc typos
9611      Branch: perl
9612            ! INSTALL ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
9613            ! ext/GDBM_File/GDBM_File.pm gv.c jpl/JNI/JNI.pm
9614            ! lib/AutoLoader.pm lib/CPAN.pm perl.c pod/perllocale.pod
9615            ! utils/h2xs.PL
9616 ____________________________________________________________________________
9617 [  3753] By: gsar                                  on 1999/07/26  02:38:28
9618         Log: integrate cfgperl contents into mainline
9619      Branch: perl
9620           +> t/pragma/locale/latin1 t/pragma/locale/utf8
9621           !> (integrate 53 files)
9622 ____________________________________________________________________________
9623 [  3752] By: gsar                                  on 1999/07/26  02:11:31
9624         Log: ensure implicitly closed handles don't set $? or $!
9625      Branch: perl
9626            ! doio.c embed.h embed.pl perlapi.c proto.h sv.c t/io/pipe.t
9627 ____________________________________________________________________________
9628 [  3751] By: gsar                                  on 1999/07/26  01:28:34
9629         Log: change#3534 didn't preserve undef return values from caller()
9630      Branch: perl
9631            ! Changes pp_ctl.c
9632 ____________________________________________________________________________
9633 [  3750] By: jhi                                   on 1999/07/25  20:59:29
9634         Log: Back up a tiny bit from #3735.
9635              This may break builds outside the source directory
9636              but then again, they do not work that ell yet anyway.
9637      Branch: cfgperl
9638            ! Makefile.SH
9639 ____________________________________________________________________________
9640 [  3750] By: jhi                                   on 1999/07/25  20:59:29
9641         Log: Back up a tiny bit from #3735.
9642              This may break builds outside the source directory
9643              but then again, they do not work that ell yet anyway.
9644      Branch: cfgperl
9645            ! Makefile.SH
9646 ____________________________________________________________________________
9647 [  3749] By: jhi                                   on 1999/07/25  19:15:55
9648         Log: Integrate with Sarathy.
9649      Branch: cfgperl
9650           !> lib/ExtUtils/MM_Unix.pm toke.c utils/h2xs.PL
9651 ____________________________________________________________________________
9652 [  3748] By: jhi                                   on 1999/07/25  19:06:59
9653         Log: Recode locale.t so that the change in #3730
9654              is not needed and locale.t works both without
9655              and with the utf8 pragma.
9656      Branch: cfgperl
9657            + t/pragma/locale/latin1 t/pragma/locale/utf8
9658            ! MANIFEST t/pragma/locale.t
9659 ____________________________________________________________________________
9660 [  3747] By: jhi                                   on 1999/07/25  19:01:46
9661         Log: Like #3743.
9662      Branch: cfgperl
9663            ! utils/perlbug.PL
9664 ____________________________________________________________________________
9665 [  3746] By: gsar                                  on 1999/07/25  18:08:58
9666         Log: add option to omit Changes file, from Abigail <abigail@delanet.com>;
9667              append a HISTORY section to POD if option is used
9668      Branch: perl
9669            ! utils/h2xs.PL
9670 ____________________________________________________________________________
9671 [  3745] By: gsar                                  on 1999/07/25  17:40:03
9672         Log: warn rather than die when parse_version() can't cut it (from
9673              Michael G Schwern <schwern@pobox.com>)
9674      Branch: perl
9675            ! lib/ExtUtils/MM_Unix.pm
9676 ____________________________________________________________________________
9677 [  3744] By: gsar                                  on 1999/07/25  16:32:48
9678         Log: make map behave like grep wrt indirect object slot when
9679              there are parentheses; revert an experimental mod by Larry
9680              in change#2038 that failed to parse %{{qw(a b c)}} properly
9681              (this means C<map {use Foo; ...} ...> still needs a proper
9682              fix)
9683      Branch: perl
9684            ! toke.c
9685 ____________________________________________________________________________
9686 [  3743] By: jhi                                   on 1999/07/25  16:24:55
9687         Log: Fix a typo in #3725.
9688      Branch: cfgperl
9689            ! utils/perlbug.PL
9690 ____________________________________________________________________________
9691 [  3742] By: jhi                                   on 1999/07/25  16:14:39
9692         Log: Integrate with Sarathy.
9693      Branch: cfgperl
9694           !> (integrate 26 files)
9695 ____________________________________________________________________________
9696 [  3741] By: jhi                                   on 1999/07/25  16:02:28
9697         Log: Cut-and-pasto in #3737.
9698      Branch: cfgperl
9699            ! perl.c
9700 ____________________________________________________________________________
9701 [  3740] By: gsar                                  on 1999/07/25  15:59:34
9702         Log: add note about glibc bug
9703      Branch: perl
9704            ! t/pragma/warn/pp_hot
9705 ____________________________________________________________________________
9706 [  3739] By: gsar                                  on 1999/07/25  15:48:40
9707         Log: fix bug in change#3728 that might free COPs prematurely;
9708              null(op) now does more thorough scrubbing of the op, which
9709              fixes a few compile-time memory "leaks"
9710      Branch: perl
9711            ! dump.c embed.h embed.pl op.c proto.h
9712 ____________________________________________________________________________
9713 [  3738] By: jhi                                   on 1999/07/25  14:15:26
9714         Log: In accordance with #3737.
9715      Branch: metaconfig
9716            ! U/installdirs/sitelib.U U/installdirs/vendorprefix.U
9717            ! U/modified/Oldconfig.U
9718      Branch: metaconfig/U/perl
9719            ! Extensions.U
9720 ____________________________________________________________________________
9721 [  3737] By: jhi                                   on 1999/07/25  14:12:34
9722         Log: Use vendorprefixlib.
9723      Branch: cfgperl
9724            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9725            ! config_h.SH perl.c
9726 ____________________________________________________________________________
9727 [  3736] By: jhi                                   on 1999/07/25  13:10:03
9728         Log: Populate metaconfig branch.
9729      Branch: metaconfig
9730            + (add 1468 files)
9731      Branch: metaconfig/U/perl
9732            + (add 101 files)
9733 ____________________________________________________________________________
9734 [  3735] By: jhi                                   on 1999/07/25  12:27:20
9735         Log: First steps of making builds outside the source
9736              directory possible.  These should get us as far
9737              as miniperl, then building DynaLoader falls into
9738              tiny twinkling pieces as MakeMaker knows nothing
9739              of VPATH mindset.
9740      Branch: cfgperl
9741            ! Configure Makefile.SH cflags.SH config_h.SH configpm
9742            ! ext/util/make_ext lib/AutoSplit.pm makedepend.SH
9743            ! pod/pod2html.PL pod/pod2latex.PL pod/pod2man.PL
9744            ! pod/pod2text.PL pod/pod2usage.PL pod/podchecker.PL
9745            ! pod/podselect.PL writemain.SH x2p/Makefile.SH x2p/cflags.SH
9746 ____________________________________________________________________________
9747 [  3734] By: jhi                                   on 1999/07/25  11:19:28
9748         Log: Poor Glossary--are we fixed yet?
9749      Branch: cfgperl
9750            ! Porting/Glossary
9751 ____________________________________________________________________________
9752 [  3733] By: jhi                                   on 1999/07/25  11:15:06
9753         Log: Change #3732 mistakenly clobbered Glossary.
9754      Branch: cfgperl
9755            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9756            ! config_h.SH
9757 ____________________________________________________________________________
9758 [  3732] By: jhi                                   on 1999/07/25  10:46:39
9759         Log: Andy's new installation scheme (note: a lot of this
9760              leaked in already with change #3731).  The vendor*
9761              stuff is not used anywhere (in *.SH, say), so it
9762              isn't in Configure, either.
9763      Branch: cfgperl
9764            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9765            ! config_h.SH
9766 ____________________________________________________________________________
9767 [  3731] By: jhi                                   on 1999/07/25  10:12:07
9768         Log: Circumcode a strange shell(?) bug in AIX found
9769              while trying to do -Duse64bits (which I couldn't do
9770              in the end because the CPU isn't 64-bit in that box,
9771              but at least now the probing doesn't crash.)
9772      Branch: cfgperl
9773            ! Configure config_h.SH hints/aix.sh
9774 ____________________________________________________________________________
9775 [  3730] By: gsar                                  on 1999/07/25  04:56:56
9776         Log: fix little utf8 nits in testsuite; add patch from Ilya that cures
9777              a utf8 bug in one of the new RE optimizations
9778      Branch: perl
9779            ! regcomp.c regexec.c t/harness t/lib/io_udp.t t/op/re_tests
9780            ! t/pragma/locale.t
9781 ____________________________________________________________________________
9782 [  3729] By: jhi                                   on 1999/07/23  19:56:27
9783         Log: From: Andy Dougherty <doughera@lafayette.edu>
9784              To: Perl Porters <perl5-porters@perl.org>
9785              Subject: [PATCH 5.005_57] INSTALL-1.58
9786              Date: Fri, 23 Jul 1999 10:50:13 -0400 (EDT)
9787              Message-Id: <Pine.GSU.4.05.9907231033190.3555-100000@newton.phys>
9788              
9789              plus
9790              
9791              From: "Kurt D. Starsinic" <kstar@chapin.edu>
9792              To: Andy Dougherty <doughera@lafayette.edu>
9793              Cc: Perl Porters <perl5-porters@perl.org>
9794              Subject: Re: [PATCH 5.005_57] INSTALL-1.58
9795              Date: Fri, 23 Jul 1999 13:38:25 -0400
9796              Message-ID: <19990723133825.A12033@O2.chapin.edu>
9797      Branch: cfgperl
9798            ! INSTALL
9799 ____________________________________________________________________________
9800 [  3728] By: gsar                                  on 1999/07/23  17:24:42
9801         Log: applied suggested patch for tracking line numbers correctly in
9802              optimized blocks with a single statement; changed setcop to
9803              setstate and added code for -Dx dumps
9804              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
9805              Date: Wed, 23 Jun 1999 17:27:42 +0100
9806              Message-Id: <199906231627.RAA24033@crypt.compulink.co.uk>
9807              Subject: [PATCH 5.005_57] Line number error in optimised else() 
9808      Branch: perl
9809            ! dump.c embed.h ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.pm
9810            ! objXSUB.h op.c opcode.h opcode.pl perlapi.c pp.sym pp_hot.c
9811            ! pp_proto.h t/op/misc.t
9812 ____________________________________________________________________________
9813 [  3727] By: gsar                                  on 1999/07/23  15:56:04
9814         Log: avoid useless use of target for pp_each(); also fixes bugs due to
9815              refcount held by the target
9816      Branch: perl
9817            ! opcode.h opcode.pl pp.c t/op/each.t
9818 ____________________________________________________________________________
9819 [  3726] By: jhi                                   on 1999/07/23  12:08:30
9820         Log: Change #3725 aftershock.
9821      Branch: cfgperl
9822            ! INSTALL jpl/JNI/JNI.pm
9823 ____________________________________________________________________________
9824 [  3725] By: jhi                                   on 1999/07/23  11:58:49
9825         Log: Introduce $Config{ldlibpthname} which contains
9826              the name of the environment variable holding the
9827              dynamic library search path, often LD_LIBRARY_PATH.
9828              Use this new feature all over.
9829              Also removed remnants of admonition "add LD_LIBRARY_PATH
9830              before running make" because Makefile.SH does this for you. 
9831      Branch: cfgperl
9832            ! Configure Makefile.SH config_h.SH
9833            ! ext/DynaLoader/DynaLoader_pm.PL hints/README.hints
9834            ! hints/aix.sh hints/beos.sh hints/cygwin32.sh hints/dgux.sh
9835            ! hints/epix.sh hints/esix4.sh hints/hpux.sh hints/next_4.sh
9836            ! hints/os2.sh hints/rhapsody.sh hints/svr4.sh jpl/JNI/JNI.pm
9837            ! jpl/install-jpl utils/perlbug.PL
9838 ____________________________________________________________________________
9839 [  3724] By: jhi                                   on 1999/07/23  08:03:36
9840         Log: From: Spider Boardman <spider@orb.nashua.nh.us>
9841              To: perl5-porters@perl.org
9842              Subject: [PATCH] Re: [ID 19990715.003] [BUG] all perl5 versions: segfault on $# 
9843              Date: Thu, 22 Jul 1999 19:58:34 -0400
9844              Message-Id: <199907222358.TAA27354@Orb.Nashua.NH.US>
9845      Branch: cfgperl
9846            ! av.c
9847 ____________________________________________________________________________
9848 [  3723] By: gsar                                  on 1999/07/23  00:01:29
9849         Log: emit warning about function calls that were encountered too early
9850              to enforce their prototype
9851      Branch: perl
9852            ! op.c op.h pod/perldiag.pod
9853 ____________________________________________________________________________
9854 [  3722] By: jhi                                   on 1999/07/22  21:19:59
9855         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
9856              To: perl5-porters@perl.org
9857              Cc: Chip Salzenberg <chip@perlsupport.com>, Gurusamy Sarathy <gsar@activestate.com>
9858              Subject: [PATCH] MakeMaker documentation
9859              Date: Wed, 21 Jul 1999 14:15:42 -0400
9860              Message-ID: <19990721141542.A1800@O2.chapin.edu>
9861      Branch: cfgperl
9862            ! lib/ExtUtils/MakeMaker.pm
9863 ____________________________________________________________________________
9864 [  3721] By: jhi                                   on 1999/07/22  21:05:19
9865         Log: From: pvhp@forte.com (Peter Prymmer)
9866              To: chip@perlsupport.com, gsar@activestate.com, perl-mvs@perl.org, perl5-porters@perl.org
9867              Subject: [PATCH: 5.005_03 && 5.005_57]os390 hints file appendix stops bad builds
9868              Date: Wed, 21 Jul 99 17:15:39 PDT
9869              Message-Id: <9907220015.AA11931@forte.com>
9870      Branch: cfgperl
9871            ! hints/os390.sh
9872 ____________________________________________________________________________
9873 [  3720] By: jhi                                   on 1999/07/22  20:51:17
9874         Log: AIX magic: ccdlflags needs to be different for
9875              Perl itself and for extra-core extensions
9876              (as used by ExtUtilss::embed::ldopts).
9877              Based on the problems described in
9878              
9879              From: Mike W Ellwood <mwe@rl.ac.uk>
9880              To: perl5-porters@perl.org
9881              Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick...
9882              Date: Thu, 22 Jul 1999 14:28:19 +0100 (BST)
9883              Reply-To: m.w.ellwood@rl.ac.uk
9884              Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk>
9885      Branch: cfgperl
9886            ! Configure Makefile.SH config_h.SH hints/aix.sh
9887 ____________________________________________________________________________
9888 [  3719] By: jhi                                   on 1999/07/22  08:23:53
9889         Log: Update history records.
9890      Branch: cfgperl
9891            ! pod/perlhist.pod
9892 ____________________________________________________________________________
9893 [  3718] By: jhi                                   on 1999/07/21  13:54:42
9894         Log: Todododobedobedo.
9895      Branch: cfgperl
9896            ! Todo
9897 ____________________________________________________________________________
9898 [  3717] By: jhi                                   on 1999/07/21  12:10:48
9899         Log: Even more Todo.
9900      Branch: cfgperl
9901            ! Todo
9902 ____________________________________________________________________________
9903 [  3716] By: jhi                                   on 1999/07/21  11:40:39
9904         Log: Use Errno more extensively so that error
9905              messages are more portable (another way
9906              would be to muck around with LC_MESSAGES).
9907              Problem reported in
9908              
9909              From: oracle@pcr8.pcr.com
9910              To: perl5-porters@perl.org
9911              Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4
9912              Date: Mon, 19 Jul 1999 18:39:13 -0400
9913              Message-Id: <9907192239.AA44990@pcr8.pcr.com>
9914      Branch: cfgperl
9915            ! ext/DB_File/DB_File.pm ext/Fcntl/Fcntl.pm
9916            ! ext/GDBM_File/GDBM_File.pm jpl/JNI/JNI.pm lib/AutoLoader.pm
9917            ! lib/CPAN.pm pod/perllocale.pod utils/h2xs.PL
9918 ____________________________________________________________________________
9919 [  3715] By: jhi                                   on 1999/07/21  11:05:36
9920         Log: Slightly modified patch.
9921              From: Sean Sheedy <seans@ncube.com>
9922              To: perl5-porters@perl.org
9923              Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions
9924              Date: Tue, 20 Jul 1999 09:52:06 -0700
9925              Message-Id: <3794A935.1C150E54@ncube.com>
9926      Branch: cfgperl
9927            ! cflags.SH x2p/cflags.SH
9928 ____________________________________________________________________________
9929 [  3714] By: jhi                                   on 1999/07/20  21:26:19
9930         Log: More Todo.
9931      Branch: cfgperl
9932            ! Todo
9933 ____________________________________________________________________________
9934 [  3713] By: jhi                                   on 1999/07/20  18:02:45
9935         Log: Integrate with Sarathy.
9936      Branch: cfgperl
9937           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
9938           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
9939           +> ext/Devel/DProf/Todo t/lib/dprof.t t/lib/dprof/V.pm
9940           +> t/lib/dprof/test1_t t/lib/dprof/test1_v t/lib/dprof/test2_t
9941           +> t/lib/dprof/test2_v t/lib/dprof/test3_t t/lib/dprof/test3_v
9942           +> t/lib/dprof/test4_t t/lib/dprof/test4_v t/lib/dprof/test5_t
9943           +> t/lib/dprof/test5_v t/lib/dprof/test6_t t/lib/dprof/test6_v
9944           +> utils/dprofpp.PL
9945           !> INSTALL MAINTAIN MANIFEST configure.com
9946           !> ext/Devel/Peek/Makefile.PL installman installperl
9947           !> pod/roffitall utils/Makefile vms/descrip_mms.template
9948           !> win32/Makefile win32/makefile.mk win32/win32.h
9949 ____________________________________________________________________________
9950 [  3712] By: gsar                                  on 1999/07/20  15:29:01
9951         Log: DProf tweak
9952      Branch: perl
9953            ! ext/Devel/DProf/DProf.xs
9954 ____________________________________________________________________________
9955 [  3711] By: gsar                                  on 1999/07/20  07:56:19
9956         Log: another DProf build tweak
9957      Branch: perl
9958            ! utils/dprofpp.PL
9959 ____________________________________________________________________________
9960 [  3710] By: gsar                                  on 1999/07/20  07:36:36
9961         Log: move DProf things around to where they are supposed to be
9962      Branch: perl
9963            + t/lib/dprof.t t/lib/dprof/V.pm t/lib/dprof/test1_t
9964            + t/lib/dprof/test1_v t/lib/dprof/test2_t t/lib/dprof/test2_v
9965            + t/lib/dprof/test3_t t/lib/dprof/test3_v t/lib/dprof/test4_t
9966            + t/lib/dprof/test4_v t/lib/dprof/test5_t t/lib/dprof/test5_v
9967            + t/lib/dprof/test6_t t/lib/dprof/test6_v
9968           +> utils/dprofpp.PL
9969            - ext/Devel/DProf/dprofpp.PL ext/Devel/DProf/t/V.pm
9970            - ext/Devel/DProf/t/test1.pl ext/Devel/DProf/t/test1.t
9971            - ext/Devel/DProf/t/test1.v ext/Devel/DProf/t/test2.t
9972            - ext/Devel/DProf/t/test2.v ext/Devel/DProf/t/test3.t
9973            - ext/Devel/DProf/t/test3.v ext/Devel/DProf/t/test4.t
9974            - ext/Devel/DProf/t/test4.v ext/Devel/DProf/t/test5.t
9975            - ext/Devel/DProf/t/test5.v ext/Devel/DProf/t/test6.t
9976            - ext/Devel/DProf/t/test6.v ext/Devel/DProf/test.pl
9977            ! INSTALL MANIFEST ext/Devel/DProf/Makefile.PL installman
9978            ! installperl pod/roffitall utils/Makefile
9979            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
9980 ____________________________________________________________________________
9981 [  3709] By: gsar                                  on 1999/07/20  06:13:16
9982         Log: DProf fixups for PERL_IMPLICIT_CONTEXT
9983      Branch: perl
9984            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
9985            ! ext/Devel/Peek/Makefile.PL
9986 ____________________________________________________________________________
9987 [  3708] By: gsar                                  on 1999/07/20  06:01:22
9988         Log: move DProf to Devel/DProf
9989      Branch: perl
9990           +> ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
9991           +> ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
9992           +> ext/Devel/DProf/Todo ext/Devel/DProf/dprofpp.PL
9993           +> ext/Devel/DProf/t/V.pm ext/Devel/DProf/t/test1.pl
9994           +> ext/Devel/DProf/t/test1.t ext/Devel/DProf/t/test1.v
9995           +> ext/Devel/DProf/t/test2.t ext/Devel/DProf/t/test2.v
9996           +> ext/Devel/DProf/t/test3.t ext/Devel/DProf/t/test3.v
9997           +> ext/Devel/DProf/t/test4.t ext/Devel/DProf/t/test4.v
9998           +> ext/Devel/DProf/t/test5.t ext/Devel/DProf/t/test5.v
9999           +> ext/Devel/DProf/t/test6.t ext/Devel/DProf/t/test6.v
10000           +> ext/Devel/DProf/test.pl
10001            - ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
10002            - ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
10003            - ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
10004            - ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
10005            - ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
10006            - ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
10007            - ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
10008            ! MAINTAIN MANIFEST configure.com win32/Makefile
10009            ! win32/makefile.mk
10010 ____________________________________________________________________________
10011 [  3707] By: gsar                                  on 1999/07/20  05:39:11
10012         Log: add Devel::DProf v19990108 from CPAN, as it was
10013      Branch: perl
10014            + ext/DProf/Changes ext/DProf/DProf.pm ext/DProf/DProf.xs
10015            + ext/DProf/Makefile.PL ext/DProf/Todo ext/DProf/dprofpp.PL
10016            + ext/DProf/t/V.pm ext/DProf/t/test1.pl ext/DProf/t/test1.t
10017            + ext/DProf/t/test1.v ext/DProf/t/test2.t ext/DProf/t/test2.v
10018            + ext/DProf/t/test3.t ext/DProf/t/test3.v ext/DProf/t/test4.t
10019            + ext/DProf/t/test4.v ext/DProf/t/test5.t ext/DProf/t/test5.v
10020            + ext/DProf/t/test6.t ext/DProf/t/test6.v ext/DProf/test.pl
10021            ! MANIFEST
10022 ____________________________________________________________________________
10023 [  3706] By: gsar                                  on 1999/07/20  04:52:25
10024         Log: C<union any> needs no PERL_OBJECT-treatment
10025      Branch: perl
10026            ! win32/win32.h
10027 ____________________________________________________________________________
10028 [  3705] By: gsar                                  on 1999/07/20  04:11:54
10029         Log: fix problem in default build
10030      Branch: perl
10031            ! win32/Makefile win32/makefile.mk
10032 ____________________________________________________________________________
10033 [  3704] By: jhi                                   on 1999/07/19  07:06:36
10034         Log: Integrate with Sarathy.
10035      Branch: cfgperl
10036           !> Changes lib/Carp.pm makedef.pl pod/perldiag.pod sv.h util.c
10037           !> win32/win32.c
10038 ____________________________________________________________________________
10039 [  3703] By: gsar                                  on 1999/07/19  05:55:57
10040         Log: win32 nits
10041      Branch: perl
10042            ! makedef.pl sv.h
10043 ____________________________________________________________________________
10044 [  3702] By: gsar                                  on 1999/07/19  04:29:34
10045         Log: don't display tid from main thread (or testsuite breaks)
10046      Branch: perl
10047            ! lib/Carp.pm util.c
10048 ____________________________________________________________________________
10049 [  3701] By: gsar                                  on 1999/07/19  00:47:52
10050         Log: remove several doubled (and tripled!) entries
10051      Branch: perl
10052            ! pod/perldiag.pod
10053 ____________________________________________________________________________
10054 [  3700] By: gsar                                  on 1999/07/19  00:42:34
10055         Log: integrate cfgperl contents into mainline
10056      Branch: perl
10057           +> makedef.pl
10058            - perl_exp.SH win32/makedef.pl
10059           !> MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
10060           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_vms.xs hints/aix.sh
10061           !> pod/perldiag.pod pp.c regexec.c t/pragma/warn/util toke.c
10062           !> utf8.c util.c win32/Makefile win32/makefile.mk
10063 ____________________________________________________________________________
10064 [  3699] By: gsar                                  on 1999/07/19  00:33:59
10065         Log: avoid bug in win32_str_os_error() (from Jan Dubois)
10066      Branch: perl
10067            ! Changes win32/win32.c
10068 ____________________________________________________________________________
10069 [  3698] By: jhi                                   on 1999/07/18  21:33:57
10070         Log: Integrate with Sarathy.
10071      Branch: cfgperl
10072           +> t/op/chars.t
10073           !> (integrate 57 files)
10074 ____________________________________________________________________________
10075 [  3697] By: gsar                                  on 1999/07/18  05:22:36
10076         Log: From: pvhp@forte.com (Peter Prymmer)
10077              Date: Thu, 1 Jul 99 19:31:24 PDT
10078              Message-Id: <9907020231.AA16942@forte.com>
10079              Subject: [ID 19990701.031] 4 ctl chars on EBCDIC not asciiish enough
10080      Branch: perl
10081            + t/op/chars.t
10082            ! MANIFEST ebcdic.c t/op/ord.t
10083 ____________________________________________________________________________
10084 [  3696] By: gsar                                  on 1999/07/18  05:11:02
10085         Log: display thread id in diagnostics (suggested by Dan Sugalski)
10086      Branch: perl
10087            ! lib/Carp.pm util.c
10088 ____________________________________________________________________________
10089 [  3695] By: gsar                                  on 1999/07/18  04:57:47
10090         Log: missing perldiag entry (from Dan Sugalski <sugalskd@osshe.edu>)
10091      Branch: perl
10092            ! pod/perldiag.pod
10093 ____________________________________________________________________________
10094 [  3694] By: gsar                                  on 1999/07/18  04:56:28
10095         Log: cache [NIUP]V conversions of defined READONLY values
10096              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10097              Date: Sun, 11 Jul 1999 04:39:44 -0400
10098              Message-ID: <19990711043944.A25944@monk.mps.ohio-state.edu>
10099              Subject: [PATCH 5.005_57] Allow caching of numeric/string conversion
10100      Branch: perl
10101            ! sv.c
10102 ____________________________________________________________________________
10103 [  3693] By: gsar                                  on 1999/07/18  03:53:38
10104         Log: From: jan.dubois@ibm.net (Jan Dubois)
10105              Date: Sat, 17 Jul 1999 10:58:29 +0200
10106              Message-ID: <379144ad.13616689@smtp1.ibm.net>
10107              Subject: [PATCH 5.005] Some lib/ExtUtils/Manifest.pm POD fixes
10108      Branch: perl
10109            ! lib/ExtUtils/Manifest.pm
10110 ____________________________________________________________________________
10111 [  3692] By: gsar                                  on 1999/07/18  03:51:03
10112         Log: remove spurious newSTATEOP() that causes goto to enter one too many
10113              contexts when jumping between if and elsif blocks
10114      Branch: perl
10115            ! perly.c perly.y pp_ctl.c t/op/goto.t
10116 ____________________________________________________________________________
10117 [  3691] By: gsar                                  on 1999/07/18  01:49:59
10118         Log: detypo, update Changes
10119      Branch: perl
10120            ! Changes doio.c
10121 ____________________________________________________________________________
10122 [  3690] By: gsar                                  on 1999/07/18  01:16:59
10123         Log: mention the -Minteger effect on modulus (from Nathan Torkington)
10124      Branch: perl
10125            ! lib/integer.pm
10126 ____________________________________________________________________________
10127 [  3689] By: gsar                                  on 1999/07/18  00:47:17
10128         Log: ensure __END__ appears on a line by itself in wrapped
10129              scripts (thanks to Steve Tolkin <tolkin@mediaone.net>);
10130              mention caveat about successfull kill()
10131      Branch: perl
10132            ! pod/perlfunc.pod win32/bin/pl2bat.pl
10133 ____________________________________________________________________________
10134 [  3688] By: gsar                                  on 1999/07/17  20:47:44
10135         Log: noecho noops (from Nicholas Clark <nick@flirble.org>)
10136      Branch: perl
10137            ! ext/SDBM_File/sdbm/Makefile.PL
10138 ____________________________________________________________________________
10139 [  3687] By: gsar                                  on 1999/07/17  20:43:27
10140         Log: make CC.pm use a distinct CCPP() macro rather than PP()
10141              (suggested by Vishal Bhatia <vishalb@my-deja.com>)
10142      Branch: perl
10143            ! cc_runtime.h ext/B/B/CC.pm
10144 ____________________________________________________________________________
10145 [  3686] By: gsar                                  on 1999/07/17  20:39:08
10146         Log: tiny bug in vars.pm (from John Dlugosz)
10147      Branch: perl
10148            ! lib/vars.pm
10149 ____________________________________________________________________________
10150 [  3685] By: gsar                                  on 1999/07/17  20:37:27
10151         Log: applied suggested patch, along with later tweak
10152              From: jan.dubois@ibm.net (Jan Dubois)
10153              Date: Wed, 14 Jul 1999 23:53:43 +0200
10154              Message-ID: <37a902e7.15977234@smtp1.ibm.net>
10155              Subject: Merge ActivePerl Stylesheet support etc into Pod::Html.pm
10156      Branch: perl
10157            ! lib/Pod/Html.pm
10158 ____________________________________________________________________________
10159 [  3684] By: gsar                                  on 1999/07/17  20:24:32
10160         Log: avoid #ifdef DEBUGGING in thrdvar.h (from Dominic Dunlop <domo@vo.lu>)
10161      Branch: perl
10162            ! thrdvar.h
10163 ____________________________________________________________________________
10164 [  3683] By: gsar                                  on 1999/07/17  20:21:01
10165         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10166              Date: Tue, 13 Jul 1999 05:44:28 -0400 (EDT)
10167              Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
10168              Subject: [PATCH 5.005_57] Segfaults if $^P
10169      Branch: perl
10170            ! embed.h embed.pl global.sym mg.c objXSUB.h perl.c perlapi.c
10171            ! proto.h
10172 ____________________________________________________________________________
10173 [  3682] By: gsar                                  on 1999/07/17  20:04:17
10174         Log: use a better prefixify() heuristic than m/perl/ (prefix/lib/perl5
10175              and prefix/lib/perl5/man are ass_u_med only if those directories
10176              actually exist; else prefix/{lib,man} are used)
10177      Branch: perl
10178            ! lib/ExtUtils/MM_Unix.pm
10179 ____________________________________________________________________________
10180 [  3681] By: gsar                                  on 1999/07/17  19:12:33
10181         Log: allow $foo{$x} and $bar[$i] for (\$) prototype
10182      Branch: perl
10183            ! op.c t/comp/proto.t
10184 ____________________________________________________________________________
10185 [  3680] By: gsar                                  on 1999/07/17  18:23:55
10186         Log: fix vec() on magic values
10187              From: Ian Phillipps <ian@dial.pipex.com>
10188              Date: Mon, 12 Jul 1999 12:30:05 +0100
10189              Message-ID: <19990712123005.A11355@homer.diplex.co.uk>
10190              Subject: [PATCH 5.005_57] Re: do_vecset is broken.  Re: [ID 19990703.003].
10191      Branch: perl
10192            ! doop.c t/op/tie.t
10193 ____________________________________________________________________________
10194 [  3679] By: gsar                                  on 1999/07/17  18:10:44
10195         Log: make system() return -1 and set $! if exec of child failed
10196              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10197              Date: Fri, 9 Jul 1999 05:21:13 -0400
10198              Message-ID: <19990709052113.A6201@monk.mps.ohio-state.edu>
10199              Subject: [PATCH 5.005_57] system()==-1 and $! from failing fork/exec
10200      Branch: perl
10201            ! doio.c embed.h embed.pl global.sym objXSUB.h perlapi.c
10202            ! pod/perlfunc.pod pp_sys.c proto.h t/op/exec.t
10203 ____________________________________________________________________________
10204 [  3678] By: gsar                                  on 1999/07/17  17:54:01
10205         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10206              Date: Fri, 9 Jul 1999 04:27:51 -0400 (EDT)
10207              Message-Id: <199907090827.EAA03321@monk.mps.ohio-state.edu>
10208              Subject: [PATCH 5.005_57] File descriptor leak in do_exec3
10209      Branch: perl
10210            ! util.c
10211 ____________________________________________________________________________
10212 [  3677] By: gsar                                  on 1999/07/17  17:34:38
10213         Log: a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;
10214              converted Ken's documentation outline into pod
10215      Branch: perl
10216            ! x2p/find2perl.PL
10217 ____________________________________________________________________________
10218 [  3676] By: gsar                                  on 1999/07/17  16:34:09
10219         Log: pod fixes (with minor edits) from Abigail, Ronald Kimball, Jon
10220              Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
10221              Steve Lidie
10222      Branch: perl
10223            ! pod/Win32.pod pod/perldelta.pod pod/perlfaq.pod
10224            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
10225            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfunc.pod
10226            ! pod/perlguts.pod pod/perlhist.pod pod/perlop.pod
10227            ! pod/perlport.pod pod/perltoc.pod pod/perltodo.pod
10228            ! pod/perltoot.pod pod/perltootc.pod pod/perlvar.pod
10229 ____________________________________________________________________________
10230 [  3675] By: gsar                                  on 1999/07/17  00:16:53
10231         Log: backout redundant change#3628
10232      Branch: perl
10233            ! Changes hints/bsdos.sh
10234 ____________________________________________________________________________
10235 [  3674] By: jhi                                   on 1999/07/15  14:26:03
10236         Log: Fix the bin/oct/hex constant overflow tests for
10237              long long platforms.
10238      Branch: cfgperl
10239            ! t/pragma/warn/util
10240 ____________________________________________________________________________
10241 [  3673] By: jhi                                   on 1999/07/14  21:59:11
10242         Log: Fixed AIX dynamic loading and AIX shared Perl library.
10243              Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc,
10244              4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib.
10245              Hijacked win32/makedef.pl for more general purpose export
10246              list building, now it is used (as toplevel makedef.pl)
10247              for win32 and AIX (perl_exp.SH made unnecessary).
10248              Because the export lists are now correct in AIX, no more linker
10249              warnings about "Exported symbol not defined" should appear.
10250      Branch: cfgperl
10251            + makedef.pl
10252            - perl_exp.SH win32/makedef.pl
10253            ! MANIFEST Makefile.SH ext/DynaLoader/DynaLoader_pm.PL
10254            ! ext/DynaLoader/dl_aix.xs hints/aix.sh win32/Makefile
10255            ! win32/makefile.mk
10256 ____________________________________________________________________________
10257 [  3672] By: gsar                                  on 1999/07/14  17:12:13
10258         Log: minor efficiency tweak
10259      Branch: perl
10260            ! pp_ctl.c
10261 ____________________________________________________________________________
10262 [  3671] By: jhi                                   on 1999/07/14  16:22:39
10263         Log: The regexec.c change of #3606 caused a core dump in fbm_instr()
10264              if its caller re_intuit_start() was entered with strend == strpos
10265              because end_shift ended up as -1.  The patch ain't necessarily
10266              correct but least the core dump is avoided.
10267      Branch: cfgperl
10268            ! regexec.c
10269 ____________________________________________________________________________
10270 [  3670] By: jhi                                   on 1999/07/13  07:59:09
10271         Log: Integrate with Sarathy.
10272      Branch: cfgperl
10273            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
10274            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
10275           !> (integrate 67 files)
10276 ____________________________________________________________________________
10277 [  3669] By: gsar                                  on 1999/07/12  06:14:54
10278         Log: fixups for sundry warnings about function pointers
10279      Branch: perl
10280            ! ext/re/re.xs intrpvar.h op.c perl.c perl.h pp_ctl.c scope.h
10281            ! sv.c thrdvar.h util.c win32/Makefile win32/makefile.mk
10282            ! win32/win32.c win32/win32.h
10283 ____________________________________________________________________________
10284 [  3668] By: gsar                                  on 1999/07/12  04:11:58
10285         Log: tweaks for win32/borland
10286      Branch: perl
10287            ! t/pragma/locale.t win32/makedef.pl win32/makefile.mk
10288 ____________________________________________________________________________
10289 [  3667] By: gsar                                  on 1999/07/12  01:55:15
10290         Log: yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS
10291              builds; passing the implicit context is unified among the three
10292              flavors; PERL_IMPLICIT_CONTEXT is auto-enabled under all three
10293              flavors (see the top of perl.h) for testing; all varargs functions
10294              foo() have a va_list-taking variant vfoo() for generating the
10295              context-free versions; the PERL_OBJECT build should now be
10296              hyper-compatible with CPAN extensions (C++ is totally out of
10297              the picture)
10298              
10299              result has only been tested on Windows
10300              
10301              TODO: write docs on the THX rationale and idiomatic usage of
10302              the Perl API
10303      Branch: perl
10304            - XSlock.h win32/GenCAPI.pl win32/TEST win32/autosplit.pl
10305            - win32/genxsdef.pl win32/makemain.pl win32/makeperldef.pl
10306            ! MANIFEST XSUB.h bytecode.pl deb.c dump.c embed.h embed.pl
10307            ! embedvar.h ext/B/B.xs ext/ByteLoader/ByteLoader.xs
10308            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
10309            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs ext/IO/IO.xs
10310            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
10311            ! ext/SDBM_File/SDBM_File.xs ext/Socket/Socket.xs
10312            ! ext/Thread/Thread.xs ext/attrs/attrs.xs ext/re/re.xs
10313            ! global.sym globals.c intrpvar.h iperlsys.h
10314            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
10315            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/xsubpp lib/base.pm
10316            ! lib/warning.pm malloc.c objXSUB.h perl.c perl.h perlapi.c
10317            ! perlapi.h perlio.c pp_sys.c proto.h regcomp.c regexec.c
10318            ! scope.c sv.c thrdvar.h util.c win32/Makefile win32/config_H.bc
10319            ! win32/config_H.gc win32/config_H.vc win32/config_h.PL
10320            ! win32/dl_win32.xs win32/include/dirent.h
10321            ! win32/include/sys/socket.h win32/makedef.pl win32/makefile.mk
10322            ! win32/perllib.c win32/runperl.c win32/win32.c win32/win32.h
10323            ! win32/win32iop.h win32/win32sck.c
10324 ____________________________________________________________________________
10325 [  3666] By: jhi                                   on 1999/07/11  22:00:13
10326         Log: Integrate with Sarathy.
10327      Branch: cfgperl
10328           !> op.c t/op/lex_assign.t
10329 ____________________________________________________________________________
10330 [  3665] By: jhi                                   on 1999/07/11  21:59:01
10331         Log: More manual sync.
10332      Branch: cfgperl
10333            ! pod/perldelta.pod
10334 ____________________________________________________________________________
10335 [  3664] By: gsar                                  on 1999/07/11  19:11:07
10336         Log: change#3612 was buggy and failed to build Tk; applied Ilya's
10337              remedy and related tests via private mail
10338      Branch: perl
10339            ! op.c t/op/lex_assign.t
10340 ____________________________________________________________________________
10341 [  3663] By: jhi                                   on 1999/07/11  15:04:37
10342         Log: Manual synchronization with Sarathy (some files
10343              had drifted apart for no apparent reason), plus
10344              I had a typo in dl_vms.xs Sarathy had fixed.
10345      Branch: cfgperl
10346            ! ext/DynaLoader/dl_vms.xs pod/perldelta.pod pp.c pp_sys.c
10347 ____________________________________________________________________________
10348 [  3662] By: jhi                                   on 1999/07/10  12:23:21
10349         Log: Change t/pragma/warn oct()/hex() overflow tests to use %Config
10350              to adapt to the underlying platform (the binary, 0b1..., test
10351              was broken in 64-bit platforms).  Also change "hex" in the
10352              warning messages to "hexadecimal" to match "binary" and "octal".
10353      Branch: cfgperl
10354            ! pod/perldiag.pod t/pragma/warn/util util.c
10355 ____________________________________________________________________________
10356 [  3661] By: jhi                                   on 1999/07/08  21:54:55
10357         Log: Integrate with Sarathy.
10358      Branch: cfgperl
10359           +> perlapi.c perlapi.h
10360           !> (integrate 43 files)
10361 ____________________________________________________________________________
10362 [  3660] By: gsar                                  on 1999/07/08  18:47:35
10363         Log: more PERL_OBJECT cleanups (changes still untested on Unix!)
10364      Branch: perl
10365            + perlapi.c perlapi.h
10366            ! MANIFEST XSUB.h emacs/ptags embed.h embed.pl embedvar.h
10367            ! ext/Opcode/Opcode.xs global.sym globals.c intrpvar.h
10368            ! iperlsys.h mg.c miniperlmain.c objXSUB.h perl.c perl.h perly.c
10369            ! pp.c pp_ctl.c pp_hot.c proto.h regcomp.c regcomp.h regexec.c
10370            ! scope.c scope.h sv.c thrdvar.h toke.c util.c win32/GenCAPI.pl
10371            ! win32/Makefile win32/makedef.pl win32/perllib.c win32/win32.c
10372            ! win32/win32.h
10373 ____________________________________________________________________________
10374 [  3659] By: gsar                                  on 1999/07/08  18:41:45
10375         Log: sundry cleanups for clean build on windows
10376      Branch: perl
10377            ! doio.c regcomp.c regcomp.h t/io/openpid.t utf8.c
10378 ____________________________________________________________________________
10379 [  3658] By: gsar                                  on 1999/07/08  01:24:25
10380         Log: fixes for logical bugs in the lexwarn patch; other tweaks to avoid
10381              type mismatch problems
10382      Branch: perl
10383            ! doio.c gv.c op.c pp.c regcomp.c regexec.c run.c sv.c
10384            ! t/pragma/warn/op toke.c utf8.c util.c
10385 ____________________________________________________________________________
10386 [  3657] By: jhi                                   on 1999/07/07  23:01:16
10387         Log: Integrate with Sarathy.  perldiag.pod required manual editing.
10388      Branch: cfgperl
10389            ! pod/perldiag.pod
10390           !> Changes configure.com ext/B/B/Deparse.pm
10391           !> ext/ByteLoader/Makefile.PL ext/Fcntl/Fcntl.xs
10392           !> ext/IO/lib/IO/File.pm gv.c iperlsys.h lib/ExtUtils/MM_VMS.pm
10393           !> lib/File/Basename.pm lib/File/Spec/VMS.pm perlsfio.h
10394           !> t/base/rs.t t/lib/io_multihomed.t t/lib/textfill.t
10395           !> t/lib/textwrap.t t/op/filetest.t t/op/mkdir.t
10396           !> t/pragma/overload.t thread.h vms/vms.c
10397 ____________________________________________________________________________
10398 [  3656] By: gsar                                  on 1999/07/07  21:04:38
10399         Log: integrate cfgperl contents
10400      Branch: perl
10401           +> lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
10402           +> lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
10403           +> lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
10404            ! Changes
10405           !> (integrate 45 files)
10406 ____________________________________________________________________________
10407 [  3655] By: gsar                                  on 1999/07/07  18:55:45
10408         Log: filetest.t and ByteLoader build tweaks from Peter Prymmer
10409              <pvhp@forte.com>
10410      Branch: perl
10411            ! ext/ByteLoader/Makefile.PL t/op/filetest.t
10412 ____________________________________________________________________________
10413 [  3654] By: gsar                                  on 1999/07/07  18:47:03
10414         Log: change#1889 mistakenly removed F_SETLK
10415      Branch: perl
10416            ! ext/Fcntl/Fcntl.xs
10417 ____________________________________________________________________________
10418 [  3653] By: gsar                                  on 1999/07/07  18:42:42
10419         Log: B::Deparse update
10420              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
10421              Date: Mon,  5 Jul 1999 17:57:03 -0500 (CDT)
10422              Message-ID: <14209.13729.738691.610723@alias-2.pr.mcs.net>
10423              Subject: [PATCH _57, long] B::Deparse 0.58
10424      Branch: perl
10425            ! ext/B/B/Deparse.pm
10426 ____________________________________________________________________________
10427 [  3652] By: gsar                                  on 1999/07/07  18:41:07
10428         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10429              Date: Mon, 5 Jul 1999 18:24:19 -0400 (EDT)
10430              Message-Id: <199907052224.SAA10454@monk.mps.ohio-state.edu>
10431              Subject: Re: [ID 19990705.001] Overloading boolean conversion
10432      Branch: perl
10433            ! gv.c t/pragma/overload.t
10434 ____________________________________________________________________________
10435 [  3651] By: gsar                                  on 1999/07/07  17:47:30
10436         Log: missing PerlIO_reopen() (suggested by sam@daemoninc.com)
10437      Branch: perl
10438            ! perlsfio.h
10439 ____________________________________________________________________________
10440 [  3650] By: gsar                                  on 1999/07/07  17:45:52
10441         Log: applied new parts of suggested patch
10442              From: Charles Bailey <BAILEY@newman.upenn.edu>
10443              Date: Fri, 02 Jul 1999 19:18:41 -0400 (EDT)
10444              Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
10445              Subject: [PATCH 5.005_57] Consolidated VMS patch
10446      Branch: perl
10447            ! configure.com ext/IO/lib/IO/File.pm iperlsys.h
10448            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm
10449            ! lib/File/Spec/VMS.pm pod/perldiag.pod t/base/rs.t
10450            ! t/lib/io_multihomed.t t/lib/textfill.t t/lib/textwrap.t
10451            ! t/op/filetest.t t/op/mkdir.t thread.h vms/vms.c
10452 ____________________________________________________________________________
10453 [  3649] By: jhi                                   on 1999/07/07  13:38:02
10454         Log: Sync regcomp warn with reality.
10455      Branch: cfgperl
10456            ! t/pragma/warn/regcomp
10457 ____________________________________________________________________________
10458 [  3648] By: jhi                                   on 1999/07/07  13:04:55
10459         Log: Integrate with Sarathy; one conflict in t/pragma/warn/recgomp
10460              resolved manually.
10461      Branch: cfgperl
10462           +> pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
10463           +> t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
10464           +> t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
10465            - README.lexwarn
10466           !> (integrate 79 files)
10467 ____________________________________________________________________________
10468 [  3647] By: gsar                                  on 1999/07/07  10:32:03
10469         Log: From: jan.dubois@ibm.net (Jan Dubois)
10470              Date: Thu, 01 Jul 1999 11:17:53 +0200
10471              Message-ID: <377b2ca4.14467042@smtp1.ibm.net>
10472              Subject: [PATCH 5.005_57] MakeMaker support for pod2html
10473      Branch: perl
10474            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
10475            ! lib/ExtUtils/MakeMaker.pm
10476 ____________________________________________________________________________
10477 [  3646] By: gsar                                  on 1999/07/07  10:27:55
10478         Log: fix undocumented IO::Handle functions as suggested
10479              by cj10@cam.ac.uk
10480      Branch: perl
10481            ! ext/IO/lib/IO/Handle.pm
10482 ____________________________________________________________________________
10483 [  3645] By: gsar                                  on 1999/07/07  10:18:55
10484         Log: prohibit thread join()ing itself (from Dan Sugalski)
10485      Branch: perl
10486            ! ext/Thread/Thread.xs
10487 ____________________________________________________________________________
10488 [  3644] By: gsar                                  on 1999/07/07  10:14:26
10489         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
10490              Date: Wed, 30 Jun 1999 14:02:42 -0700
10491              Message-ID: <LJHFKBDHMHHJDAAA@my-deja.com>
10492              Subject:  [PATCH 5.005_57] Compiler and XSUBS
10493      Branch: perl
10494            ! ext/B/B/C.pm
10495 ____________________________________________________________________________
10496 [  3643] By: gsar                                  on 1999/07/07  10:08:38
10497         Log: mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
10498              (from François Désarménien <desar@club-internet.fr>)
10499      Branch: perl
10500            ! pod/perlsyn.pod
10501 ____________________________________________________________________________
10502 [  3642] By: gsar                                  on 1999/07/07  10:03:24
10503         Log: From: Doug MacEachern <dougm@cp.net>
10504              Date: Sun, 27 Jun 1999 22:43:25 -0700 (PDT)
10505              Message-ID: <Pine.LNX.4.10.9906272236430.389-100000@mojo.eng.cp.net>
10506              Subject: [PATCH 5.005_57] add B::PV::{LEN,CUR}
10507      Branch: perl
10508            ! ext/B/B.xs
10509 ____________________________________________________________________________
10510 [  3641] By: gsar                                  on 1999/07/07  10:00:57
10511         Log: slightly modified version of suggested patch
10512              From: Steven N. Hirsch <hirschs@stargate.btv.ibm.com>
10513              Date: Mon, 28 Jun 1999 14:23:59 -0400
10514              Message-Id: <199906281823.OAA24912@stargate.btv.ibm.com>
10515              Subject: [ID 19990628.007] POSIX::tmpnam() broken for threaded 5.00503
10516      Branch: perl
10517            ! ext/POSIX/POSIX.xs
10518 ____________________________________________________________________________
10519 [  3640] By: gsar                                  on 1999/07/07  09:45:43
10520         Log: lexical warnings update (warning.t fails one test
10521              due to leaked scalar, investigation pending)
10522              From: paul.marquess@bt.com
10523              Date: Sat, 26 Jun 1999 23:19:52 +0100
10524              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
10525              Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
10526      Branch: perl
10527            + pod/perllexwarn.pod t/pragma/warn/6default t/pragma/warn/av
10528            + t/pragma/warn/doop t/pragma/warn/hv t/pragma/warn/malloc
10529            + t/pragma/warn/perlio t/pragma/warn/run t/pragma/warn/utf8
10530            - README.lexwarn
10531            ! Changes MANIFEST av.c djgpp/djgpp.c doio.c doop.c
10532            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
10533            ! ext/ByteLoader/byterun.h gv.c hv.c jpl/JNI/JNI.xs
10534            ! lib/warning.pm mg.c op.c os2/os2.c perl.c perlio.c
10535            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
10536            ! pod/perlmodlib.pod pod/perlrun.pod pod/perlvar.pod pp.c
10537            ! pp_ctl.c run.c sv.c t/pragma/warn/3both t/pragma/warn/doio
10538            ! t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
10539            ! t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
10540            ! t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
10541            ! t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
10542            ! t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
10543            ! t/pragma/warn/util t/pragma/warning.t toke.c utf8.c util.c
10544            ! warning.h warning.pl win32/win32.c
10545 ____________________________________________________________________________
10546 [  3639] By: gsar                                  on 1999/07/07  08:09:30
10547         Log: From: Brian Jepson <bjepson@home.com>
10548              Date: Sat, 26 Jun 1999 10:47:45 -0500 (EST)
10549              Message-ID: <Pine.LNX.4.10.9906261044180.659-100000@cx384756-a.sking1.ri.home.com>
10550              Subject: Patch to JPL example program
10551      Branch: perl
10552            ! jpl/JPL_Rolo/JPL_Rolo.jpl
10553 ____________________________________________________________________________
10554 [  3638] By: jhi                                   on 1999/07/07  08:07:58
10555         Log: Integrate with Sarathy.
10556      Branch: cfgperl
10557           !> (integrate 34 files)
10558 ____________________________________________________________________________
10559 [  3637] By: gsar                                  on 1999/07/07  08:07:49
10560         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
10561              Date: Fri, 25 Jun 1999 13:38:44 -0500 (CDT)
10562              Message-ID: <14193.25034.113373.245377@alias-2.pr.mcs.net>
10563              Subject: [PATCH _57, long] Eliminate CONDOPs
10564      Branch: perl
10565            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm
10566            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
10567            ! ext/B/B/Debug.pm ext/B/B/Xref.pm ext/B/ramblings/flip-flop
10568            ! ext/B/typemap op.c op.h opcode.h opcode.pl perl.h
10569            ! pod/perltoc.pod pp_ctl.c pp_hot.c
10570 ____________________________________________________________________________
10571 [  3636] By: gsar                                  on 1999/07/07  07:50:51
10572         Log: adapted suggested patch for IO-1.20x
10573              From: ian@dial.pipex.com
10574              Date:  Fri, 25 Jun 1999 10:39:42 +0100
10575              Message-Id:  <199906250939.KAA02152@homer.diplex.co.uk>
10576              Subject: [ID 19990625.001]  Minor fixes for IO::Socket.pm
10577      Branch: perl
10578            ! ext/IO/lib/IO/Socket.pm
10579 ____________________________________________________________________________
10580 [  3635] By: gsar                                  on 1999/07/07  07:26:05
10581         Log: PowerMAX hints update from Tom Horsley <Tom.Horsley@mail.ccur.com>
10582      Branch: perl
10583            ! hints/powerux.sh
10584 ____________________________________________________________________________
10585 [  3634] By: gsar                                  on 1999/07/07  07:20:02
10586         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10587              Date: Wed, 23 Jun 1999 16:16:05 +0100
10588              Message-Id: <199906231516.QAA23851@crypt.compulink.co.uk>
10589              Subject: [PATCH 5.005_57] memleak in optimizer
10590      Branch: perl
10591            ! embed.h embed.pl objXSUB.h op.c proto.h
10592 ____________________________________________________________________________
10593 [  3633] By: gsar                                  on 1999/07/07  07:10:52
10594         Log: add do-not-edit caveats for files generated by opcode.pl
10595              (suggested by Hugo van der Sanden)
10596      Branch: perl
10597            ! opcode.h opcode.pl pp.sym pp_proto.h
10598 ____________________________________________________________________________
10599 [  3632] By: gsar                                  on 1999/07/07  06:41:13
10600         Log: better diagnostics on read operations from write-only
10601              filehandles
10602      Branch: perl
10603            ! doio.c perl.c pod/perldelta.pod pod/perldiag.pod pp_hot.c
10604            ! pp_sys.c t/pragma/warn/pp_hot t/pragma/warn/pp_sys
10605 ____________________________________________________________________________
10606 [  3631] By: gsar                                  on 1999/07/07  02:03:34
10607         Log: make Sys::Hostname safe against C<$SIG{CHLD}='IGNORE'> (suggested
10608              by David Muir Sharnoff <muir@idiom.com>)
10609      Branch: perl
10610            ! lib/Sys/Hostname.pm
10611 ____________________________________________________________________________
10612 [  3630] By: gsar                                  on 1999/07/07  01:57:16
10613         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
10614              Date: Sun, 20 Jun 1999 17:17:17 -0700
10615              Message-ID: <AEBDBGKPMEAJAAAA@my-deja.com>
10616              Subject: [PATCH 5.005_57] Minor bug fix in pp_require
10617      Branch: perl
10618            ! ext/B/B/CC.pm
10619 ____________________________________________________________________________
10620 [  3629] By: gsar                                  on 1999/07/07  01:46:03
10621         Log: installperl should write normal messages to STDOUT, not STDERR
10622      Branch: perl
10623            ! installperl
10624 ____________________________________________________________________________
10625 [  3628] By: gsar                                  on 1999/07/07  01:41:25
10626         Log: BSD/OS needs -DSTRUCT_TM_HASZONE as of 4.0.1 (from mab@alink.net)
10627      Branch: perl
10628            ! hints/bsdos.sh
10629 ____________________________________________________________________________
10630 [  3627] By: gsar                                  on 1999/07/07  00:27:10
10631         Log: make diagnostic on C<my $^I> etc., more readable
10632      Branch: perl
10633            ! op.c
10634 ____________________________________________________________________________
10635 [  3626] By: gsar                                  on 1999/07/06  23:47:27
10636         Log: From: Andy Dougherty <doughera@lafayette.edu>
10637              Date:  Thu, 17 Jun 1999 12:07:11 -0400 (EDT)
10638              Message-Id:  <Pine.GSU.4.05.9906171204580.937-100000@newton.phys>
10639              Subject: [ID 19990617.004  [PATCH 5.005_57] make distclean fixes]
10640      Branch: perl
10641            ! Makefile.SH utils/Makefile
10642 ____________________________________________________________________________
10643 [  3625] By: jhi                                   on 1999/07/06  21:50:46
10644         Log: Some new files of #3624 missing from MANIFEST.
10645      Branch: cfgperl
10646            ! MANIFEST
10647 ____________________________________________________________________________
10648 [  3624] By: jhi                                   on 1999/07/06  21:47:04
10649         Log: POSIX [[:character class:]] support for standard, locale,
10650              and utf8.  If both utf8 and locale are on, utf8 wins.
10651              I don't fully understand why so many tables changed in
10652              lib/unicode because of "make" -- maybe it was just overdue.
10653      Branch: cfgperl
10654            + lib/unicode/Is/ASCII.pl lib/unicode/Is/Cntrl.pl
10655            + lib/unicode/Is/Graph.pl lib/unicode/Is/Punct.pl
10656            + lib/unicode/Is/Word.pl lib/unicode/Is/XDigit.pl
10657            ! MANIFEST Todo-5.005 embed.h embed.pl embedvar.h global.sym
10658            ! handy.h intrpvar.h lib/unicode/Bidirectional.pl
10659            ! lib/unicode/Block.pl lib/unicode/Category.pl
10660            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
10661            ! lib/unicode/Is/BidiL.pl lib/unicode/Is/Digit.pl
10662            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl
10663            ! lib/unicode/Is/Lower.pl lib/unicode/Is/Print.pl
10664            ! lib/unicode/Is/Space.pl lib/unicode/Is/Upper.pl
10665            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Name.pl
10666            ! lib/unicode/To/Digit.pl lib/unicode/mktables.PL objXSUB.h
10667            ! pod/perldelta.pod pod/perldiag.pod pod/perlre.pod proto.h
10668            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
10669            ! t/op/pat.t t/op/re_tests t/op/regexp.t t/pragma/utf8.t
10670            ! t/pragma/warn/regcomp utf8.c
10671 ____________________________________________________________________________
10672 [  3623] By: gsar                                  on 1999/07/06  20:52:48
10673         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10674              Date: Wed, 16 Jun 1999 14:57:22 -0400
10675              Message-ID: <19990616145722.B16258@monk.mps.ohio-state.edu>
10676              Subject: [PATCH 5.00557] Devel::Peek
10677      Branch: perl
10678            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
10679 ____________________________________________________________________________
10680 [  3622] By: gsar                                  on 1999/07/06  20:22:59
10681         Log: applied patch after demunging headers with appropriate paths
10682              From: "Vishal Bhatia" <vishalb@my-deja.com>
10683              Date: Sat, 12 Jun 1999 08:23:59 -0700
10684              Message-ID: <JIHEJPFDFKIBDAAA@my-deja.com>
10685              Subject: [Patch 5.005_57] unsigned arithmetic (Compiler)
10686      Branch: perl
10687            ! cc_runtime.h ext/B/B.xs ext/B/B/CC.pm ext/B/B/Stackobj.pm
10688            ! ext/B/defsubs.h.PL lib/ExtUtils/typemap t/harness
10689 ____________________________________________________________________________
10690 [  3621] By: gsar                                  on 1999/07/06  20:10:50
10691         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10692              Date: Thu, 10 Jun 1999 04:05:22 -0400 (EDT)
10693              Message-Id: <199906100805.EAA18216@monk.mps.ohio-state.edu>
10694              Subject: [PATCH 5.005_57] Optimize 2>&1 in commands
10695      Branch: perl
10696            ! doio.c
10697 ____________________________________________________________________________
10698 [  3620] By: jhi                                   on 1999/07/06  19:16:47
10699         Log: Mention EPOC and SOCKS.
10700      Branch: cfgperl
10701            ! pod/perldelta.pod
10702 ____________________________________________________________________________
10703 [  3619] By: gsar                                  on 1999/07/06  16:52:37
10704         Log: fix int vs STRLEN issue
10705      Branch: perl
10706            ! pp.c
10707 ____________________________________________________________________________
10708 [  3618] By: jhi                                   on 1999/07/06  16:52:20
10709         Log: There ain't Perl_atonv().
10710      Branch: cfgperl
10711            ! ext/ByteLoader/bytecode.h
10712 ____________________________________________________________________________
10713 [  3617] By: jhi                                   on 1999/07/06  15:55:22
10714         Log: Integrate with Sarathy.
10715      Branch: cfgperl
10716           !> Makefile.SH
10717 ____________________________________________________________________________
10718 [  3616] By: jhi                                   on 1999/07/06  15:54:09
10719         Log: Tweak for #3613.
10720      Branch: cfgperl
10721            ! Configure config_h.SH
10722 ____________________________________________________________________________
10723 [  3615] By: gsar                                  on 1999/07/06  11:00:21
10724         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
10725              Date:  Sun, 13 Jun 1999 17:46:13 -0600 (MDT)
10726              Message-Id:  <199906132346.RAA26632@xerxes.courtesan.com>
10727              Subject: [ID 19990613.003  linklibperl set incorrectly in Makefile.SH for OpenBSD]
10728      Branch: perl
10729            ! Makefile.SH
10730 ____________________________________________________________________________
10731 [  3614] By: jhi                                   on 1999/07/06  10:44:48
10732         Log: Integrate with Sarathy.
10733      Branch: cfgperl
10734           !> ext/IO/lib/IO/File.pm op.c op.h opcode.h opcode.pl perl.h pp.h
10735           !> pp.sym pp_proto.h t/base/rs.t t/pragma/warn/op
10736 ____________________________________________________________________________
10737 [  3613] By: jhi                                   on 1999/07/06  10:43:20
10738         Log: From: Nathan Kurz <nate@valleytel.net>
10739              Subject: [ID 19990612.001 compiling three deep modules within ext/]
10740              ply-To: nate@valleytel.net
10741              erl5-porters@perl.org
10742              Date: Sat, 12 Jun 1999 01:26:04 -0500
10743              Message-Id: <199906120626.BAA04996@trinkpad.valleytel.net>
10744      Branch: cfgperl
10745            ! Configure config_h.SH
10746 ____________________________________________________________________________
10747 [  3612] By: gsar                                  on 1999/07/06  10:17:52
10748         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10749              Date: Sat, 12 Jun 1999 04:49:09 -0400 (EDT)
10750              Message-Id: <199906120849.EAA26986@monk.mps.ohio-state.edu>
10751              Subject: [PATCH 5.005_57] Optimize away OP_SASSIGN
10752      Branch: perl
10753            ! op.c op.h opcode.h opcode.pl pp.h pp.sym pp_proto.h
10754 ____________________________________________________________________________
10755 [  3611] By: gsar                                  on 1999/07/06  09:51:20
10756         Log: From: pvhp@forte.com (Peter Prymmer)
10757              Date: Fri, 11 Jun 99 17:07:19 PDT
10758              Message-Id: <9906120007.AA13802@forte.com>
10759              Subject: [PATCH _03 && _57]portability fix for IO::File and FileHandle
10760      Branch: perl
10761            ! ext/IO/lib/IO/File.pm
10762 ____________________________________________________________________________
10763 [  3610] By: gsar                                  on 1999/07/06  09:37:37
10764         Log: fix for C<$/ = 42> setting paragraph mode (applied with small
10765              tweak)
10766              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
10767              Date: Wed, 09 Jun 1999 18:27:51 +0100
10768              Message-Id: <E10rm8l-00023T-00@ursa.cus.cam.ac.uk>
10769              Subject: Re: [ID 19990608.002] Possible bug with binmode and <FH> on Perl 5.005_03 Win32
10770      Branch: perl
10771            ! perl.h t/base/rs.t
10772 ____________________________________________________________________________
10773 [  3609] By: jhi                                   on 1999/07/06  09:28:48
10774         Log: Integrate with Sarathy.
10775      Branch: cfgperl
10776           !> (integrate 49 files)
10777 ____________________________________________________________________________
10778 [  3608] By: gsar                                  on 1999/07/06  09:28:21
10779         Log: test tweak
10780      Branch: perl
10781            ! t/pragma/warn/op
10782 ____________________________________________________________________________
10783 [  3607] By: jhi                                   on 1999/07/06  09:22:48
10784         Log: Put back the cygwin32 Configure fix of 3582 undone by 3597.
10785      Branch: cfgperl
10786            ! Configure config_h.SH
10787 ____________________________________________________________________________
10788 [  3606] By: gsar                                  on 1999/07/06  09:05:02
10789         Log: applied slightly tweaked version of suggested patch for
10790              improved RE API
10791              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10792              Date: Wed, 9 Jun 1999 18:14:27 -0400 (EDT)
10793              Message-Id: <199906092214.SAA14126@monk.mps.ohio-state.edu>
10794              Subject: [PATCH 5.005_57] REx engine rehash
10795      Branch: perl
10796            ! Changes dump.c embed.h embed.pl embedvar.h ext/re/Makefile.PL
10797            ! ext/re/re.xs global.sym objXSUB.h perl.c perl.h pp.c pp_hot.c
10798            ! proto.h regcomp.c regcomp.h regexec.c regexp.h thrdvar.h
10799            ! util.c
10800 ____________________________________________________________________________
10801 [  3605] By: gsar                                  on 1999/07/06  08:54:03
10802         Log: bug in change#3602 (cpp conditionals not allowed inside macro args)
10803      Branch: perl
10804            ! sv.c
10805 ____________________________________________________________________________
10806 [  3604] By: gsar                                  on 1999/07/06  07:08:30
10807         Log: From: paul.marquess@bt.com
10808              Date: Tue, 8 Jun 1999 22:37:58 +0100 
10809              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3C@mbtlipnt02.btlabs.bt.co.uk>
10810              Subject: [PATCH 5.005_57] DB_File 1.67
10811      Branch: perl
10812            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
10813            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
10814 ____________________________________________________________________________
10815 [  3603] By: gsar                                  on 1999/07/06  07:04:50
10816         Log: From: paul.marquess@bt.com
10817              Date: Tue, 8 Jun 1999 22:34:01 +0100 
10818              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C3B@mbtlipnt02.btlabs.bt.co.uk>
10819              Subject: [PATCH 5.005_57] DBM Filters
10820      Branch: perl
10821            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
10822            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
10823            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
10824            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
10825 ____________________________________________________________________________
10826 [  3602] By: gsar                                  on 1999/07/06  07:00:01
10827         Log: slightly tweaked version of suggested patch
10828              From: Dan Sugalski <sugalskd@ous.edu>
10829              Date: Tue, 08 Jun 1999 14:09:38 -0700
10830              Message-Id: <3.0.6.32.19990608140938.030f12e0@ous.edu>
10831              Subject: [PATCH 5.005_57]Use NV instead of double in the core
10832      Branch: perl
10833            ! av.h bytecode.pl cv.h doio.c dump.c embed.pl
10834            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c hv.h
10835            ! intrpvar.h mg.c op.c perl.h pp.c pp.h pp_ctl.c pp_sys.c
10836            ! proto.h sv.c sv.h toke.c universal.c util.c
10837 ____________________________________________________________________________
10838 [  3601] By: gsar                                  on 1999/07/06  06:52:57
10839         Log: integrate cfgperl contents into mainline
10840      Branch: perl
10841           +> README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
10842           +> epoc/perl.mmp epoc/perl.pkg
10843           !> (integrate 30 files)
10844 ____________________________________________________________________________
10845 [  3598] By: jhi                                   on 1999/07/05  20:02:55
10846         Log: Integrate with mainperl.
10847      Branch: cfgperl
10848           +> lib/CGI/Pretty.pm
10849           !> Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
10850           !> ext/B/B/Stackobj.pm ext/GDBM_File/GDBM_File.xs mg.c op.c
10851           !> opcode.h opcode.pl pp_sys.c t/lib/io_udp.t thread.h toke.c
10852           !> vms/descrip_mms.template vms/subconfigure.com vms/vms.c
10853           !> vms/vmsish.h
10854 ____________________________________________________________________________
10855 [  3597] By: jhi                                   on 1999/07/05  19:59:48
10856         Log: Hack SOCKS support some more plus a patch from Andy Dougherty
10857              that addresses the notorious "Additional libraries" question.
10858      Branch: cfgperl
10859            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10860            ! config_h.SH doio.c ext/Socket/Socket.xs hints/aix.sh perl.c
10861            ! pp_sys.c
10862 ____________________________________________________________________________
10863 [  3596] By: gsar                                  on 1999/07/05  18:30:51
10864         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10865              Date: Tue, 8 Jun 1999 04:47:58 -0400 (EDT)
10866              Message-Id: <199906080847.EAA03810@monk.mps.ohio-state.edu>
10867              Subject: [PATCH 5.00557] Long-standing UDP sockets bug on OS/2
10868      Branch: perl
10869            ! pp_sys.c t/lib/io_udp.t
10870 ____________________________________________________________________________
10871 [  3595] By: gsar                                  on 1999/07/05  18:29:08
10872         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10873              Date: Tue, 8 Jun 1999 04:44:58 -0400 (EDT)
10874              Message-Id: <199906080844.EAA03784@monk.mps.ohio-state.edu>
10875              Subject: [PATCH 5.00557] Setting $^E wipes out $!
10876      Branch: perl
10877            ! mg.c
10878 ____________________________________________________________________________
10879 [  3594] By: gsar                                  on 1999/07/05  18:24:53
10880         Log: hand-apply whitespace mutiliated patch
10881              From: Dan Sugalski <sugalskd@osshe.edu>
10882              Date: Mon, 07 Jun 1999 14:46:42 -0700
10883              Message-Id: <3.0.6.32.19990607144642.03079100@ous.edu>
10884              Subject: [PATCH 5.005_57]Updated VMS patch
10885      Branch: perl
10886            ! thread.h vms/descrip_mms.template vms/subconfigure.com
10887            ! vms/vms.c vms/vmsish.h
10888 ____________________________________________________________________________
10889 [  3593] By: gsar                                  on 1999/07/05  17:53:04
10890         Log: applied parts not duplicated by previous patches
10891              From: "Vishal Bhatia" <vishalb@my-deja.com>
10892              Date: Sat, 05 Jun 1999 08:42:17 -0700
10893              Message-ID: <JAMCAJKJEJDPAAAA@my-deja.com>
10894              Subject: Fwd: [PATCH 5.005_57] consolidated compiler changes
10895      Branch: perl
10896            ! Changes ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
10897            ! ext/B/B/Stackobj.pm
10898 ____________________________________________________________________________
10899 [  3592] By: jhi                                   on 1999/07/05  17:17:22
10900         Log: AIX threaded build, plus few more on the side.
10901      Branch: cfgperl
10902            ! embed.h embed.pl ext/DynaLoader/dl_aix.xs
10903            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_rhapsody.xs
10904            ! ext/DynaLoader/dl_vms.xs hints/aix.sh objXSUB.h perl.h
10905            ! perl_exp.SH pp_ctl.c proto.h toke.c util.c
10906 ____________________________________________________________________________
10907 [  3591] By: gsar                                  on 1999/07/05  16:52:34
10908         Log: "\e" and "\a" didn't produce right escape under EBCDIC
10909              From: pvhp@forte.com (Peter Prymmer)
10910              Date: Fri, 4 Jun 99 12:00:27 PDT
10911              Message-Id: <9906041900.AA28387@forte.com>
10912              Subject: [PATCH 5.005_57]lingering ASCIIism in tokener
10913      Branch: perl
10914            ! toke.c
10915 ____________________________________________________________________________
10916 [  3590] By: gsar                                  on 1999/07/05  16:40:01
10917         Log: s/scalar ref constructor/single ref constructor/ (suggested
10918              by Stephen McCamant)
10919      Branch: perl
10920            ! opcode.h opcode.pl
10921 ____________________________________________________________________________
10922 [  3589] By: gsar                                  on 1999/07/05  16:34:06
10923         Log: no such thing as gdbm_clearerr() (from Andy Dougherty)
10924      Branch: perl
10925            ! ext/GDBM_File/GDBM_File.xs
10926 ____________________________________________________________________________
10927 [  3588] By: gsar                                  on 1999/07/05  16:29:39
10928         Log: allow C<-foo> under C<use integer> (behavior of C<-$string>
10929              is unchanged still)
10930      Branch: perl
10931            ! op.c
10932 ____________________________________________________________________________
10933 [  3587] By: jhi                                   on 1999/07/05  10:31:43
10934         Log: Make perl_exp.SH smarter about what to include and what to exclude.
10935      Branch: cfgperl
10936            ! perl_exp.SH
10937 ____________________________________________________________________________
10938 [  3586] By: jhi                                   on 1999/07/05  09:29:31
10939         Log: Remove unnecessary and extraneous my $i = 0.
10940      Branch: cfgperl
10941            ! bytecode.pl
10942 ____________________________________________________________________________
10943 [  3585] By: jhi                                   on 1999/07/05  07:28:59
10944         Log: Integrate with mainperl.
10945      Branch: cfgperl
10946           !> (integrate 30 files)
10947 ____________________________________________________________________________
10948 [  3584] By: gsar                                  on 1999/07/05  05:36:28
10949         Log: From: Vishal Bhatia <vishalb@hotmail.com>
10950              Date: Thu, 03 Jun 1999 00:57:48 PDT
10951              Message-ID: <19990603075749.86665.qmail@hotmail.com>
10952              Subject: Re: [PATCH 5.005_57] pp_sort sorted out
10953      Branch: perl
10954            ! ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/CC.pm
10955 ____________________________________________________________________________
10956 [  3583] By: gsar                                  on 1999/07/05  05:31:19
10957         Log: suppress fancy display when in verbose mode (suggested by
10958              Paul Johnson <pjcj@transeda.com>)
10959      Branch: perl
10960            ! lib/Test/Harness.pm
10961 ____________________________________________________________________________
10962 [  3582] By: gsar                                  on 1999/07/05  05:17:12
10963         Log: cygwin32 update
10964              From: "Fifer, Eric" <EFifer@sanwaint.com>
10965              Date:  Wed, 2 Jun 1999 15:16:05 +0100
10966              Message-Id:  <71E287AB0D94D111BBD600600849EC8185EDD9@POST>
10967              Subject:  [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port
10968      Branch: perl
10969            ! Configure Makefile.SH README.cygwin32 cygwin32/Makefile.SHs
10970            ! cygwin32/build-instructions.READFIRST
10971            ! cygwin32/build-instructions.charles-wilson
10972            ! cygwin32/build-instructions.sebastien-barre
10973            ! cygwin32/build-instructions.steven-morlock
10974            ! cygwin32/build-instructions.steven-morlock2 doio.c dosish.h
10975            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs hints/cygwin32.sh
10976            ! lib/Cwd.pm lib/ExtUtils/MM_Cygwin.pm perl.h pp_hot.c
10977            ! t/op/magic.t util.c
10978 ____________________________________________________________________________
10979 [  3581] By: gsar                                  on 1999/07/05  02:46:18
10980         Log: NeXT doesn't have FD_CLOEXEC (suggested by Hans Mulder)
10981      Branch: perl
10982            ! util.c
10983 ____________________________________________________________________________
10984 [  3580] By: gsar                                  on 1999/07/05  02:38:03
10985         Log: From: "Ed Peschko" <ed_peschko@csgsystems.com>
10986              Date: Mon, 31 May 1999 18:18:13 -0600
10987              Message-ID: <19990601001813.AAA17834@csgsystems.com>
10988              Subject: [ PATCH perl5.005_57 ] new perlcc + regression tests
10989      Branch: perl
10990            ! t/TEST t/UTEST t/harness utils/perlcc.PL
10991 ____________________________________________________________________________
10992 [  3579] By: gsar                                  on 1999/07/05  01:20:58
10993         Log: compatibility tweak for Class::Struct
10994      Branch: perl
10995            ! lib/Class/Struct.pm
10996 ____________________________________________________________________________
10997 [  3578] By: jhi                                   on 1999/07/04  23:26:01
10998         Log: Miscellaneus AIX fixes + SOCKS support.
10999      Branch: cfgperl
11000            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
11001            ! Porting/config_H config_h.SH doio.c ext/Socket/Socket.xs
11002            ! hints/aix.sh pp_sys.c
11003 ____________________________________________________________________________
11004 [  3577] By: gsar                                  on 1999/07/04  23:07:39
11005         Log: test tweak
11006      Branch: perl
11007            ! t/io/openpid.t
11008 ____________________________________________________________________________
11009 [  3576] By: jhi                                   on 1999/07/04  22:39:23
11010         Log: Integrate with mainperl.
11011      Branch: cfgperl
11012           +> t/io/openpid.t
11013            - win32/perlhost.h
11014           !> (integrate 51 files)
11015 ____________________________________________________________________________
11016 [  3575] By: jhi                                   on 1999/07/04  22:26:48
11017         Log: Added 64-bit support for AIX 4.3 or better
11018              based on Martin H. Rusoff's observations.
11019      Branch: cfgperl
11020            ! Configure config_h.SH hints/aix.sh
11021 ____________________________________________________________________________
11022 [  3574] By: jhi                                   on 1999/07/04  21:34:47
11023         Log: Do not throw away gccvers compilation errors.
11024              From: Andy Dougherty <doughera@lafayette.edu>
11025              To: Ron Seguin <rseguin@on.bell.ca>
11026              Cc: Perl Porters <perl5-porters@perl.org>
11027              Subject: [PATCH] Re: [ID 19990625.011]  WHOA There
11028              Date: Mon, 28 Jun 1999 12:36:38 -0400 (EDT)
11029              Message-Id: <Pine.GSU.4.05.9906281230100.6265-100000@newton.phys>
11030      Branch: cfgperl
11031            ! Configure config_h.SH
11032 ____________________________________________________________________________
11033 [  3573] By: gsar                                  on 1999/07/04  21:10:32
11034         Log: adapted suggested tests for addition to testsuite
11035              From: RonaldWS@aol.com
11036              Date:  Sun, 30 May 1999 16:27:28 EDT
11037              Message-Id:  <25cd799f.2482f930@aol.com>
11038              Subject: [19990530.007] Open with pipe | does not return pid under win32
11039      Branch: perl
11040            + t/io/openpid.t
11041            ! MANIFEST win32/win32.c
11042 ____________________________________________________________________________
11043 [  3572] By: gsar                                  on 1999/07/04  20:29:32
11044         Log: perl_run() should call my_exit(0) for normal completion
11045      Branch: perl
11046            ! perl.c
11047 ____________________________________________________________________________
11048 [  3571] By: jhi                                   on 1999/07/04  20:10:44
11049         Log: Add test for change #3568 plus general cleanup.
11050      Branch: cfgperl
11051            ! t/pragma/locale.t
11052 ____________________________________________________________________________
11053 [  3570] By: gsar                                  on 1999/07/04  20:03:21
11054         Log: make overload, Data::Dumper, and dumpvar understand qr// stringify
11055              overloading
11056      Branch: perl
11057            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
11058            ! lib/Dumpvalue.pm lib/dumpvar.pl lib/overload.pm pp_ctl.c
11059 ____________________________________________________________________________
11060 [  3569] By: gsar                                  on 1999/07/04  18:04:48
11061         Log: make AIX dynaloading work when libperl is shared (and thus under
11062              mod_perl etc.)
11063              From: Jens-Uwe Mager <jum@helios.de>
11064              Date:  Sat, 29 May 1999 17:09:52 +0200
11065              Message-Id:  <199905291509.RAA43978@ans.helios.de>
11066              Subject: [19990529.002] DynaLoader does not work properly if perl is not the main program (AIX)
11067      Branch: perl
11068            ! ext/DynaLoader/dl_aix.xs
11069 ____________________________________________________________________________
11070 [  3568] By: jhi                                   on 1999/07/04  14:54:23
11071         Log: pp_lc/pp_lcfirst/pp_quotemeta/pp_uc/pp_ucfirst were not calling mg_set().
11072              This resulted for example in the 'o' magic not being cleared by
11073              magic_setcollxfrm(), which resulted in strange cmp results.
11074              The bug was reported originally in the message
11075              Subject: Bug with locale
11076              From: Jan Starzynski <jan@planet.de> 
11077              To: perlbug@perl.com 
11078              Date: Fri, 09 Apr 1999 13:23:07 +0200 
11079              Message-ID: <370DE31B.DAEE1332@planet.de> 
11080      Branch: cfgperl
11081            ! pp.c
11082 ____________________________________________________________________________
11083 [  3567] By: gsar                                  on 1999/07/04  02:38:34
11084         Log: remove misleading info on defined(&func), unclutter deprecation
11085              about defined(@array)
11086      Branch: perl
11087            ! op.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
11088            ! t/pragma/warn/op
11089 ____________________________________________________________________________
11090 [  3566] By: gsar                                  on 1999/07/04  01:46:31
11091         Log: From: jan.dubois@ibm.net (Jan Dubois)
11092              Date: Wed, 26 May 1999 22:07:17 +0200
11093              Message-ID: <374c53ac.10322322@smtp1.ibm.net>
11094              Subject: [PATCH 5.005_57] MINGW32 and EGCS 1.1.2 support
11095      Branch: perl
11096            ! Changes win32/win32.c win32/win32.h
11097 ____________________________________________________________________________
11098 [  3565] By: gsar                                  on 1999/07/04  01:26:02
11099         Log: newer version of perlxstut from Jeff Okamoto (slightly edited
11100              for win32 issues)
11101      Branch: perl
11102            ! pod/perlxstut.pod
11103 ____________________________________________________________________________
11104 [  3564] By: gsar                                  on 1999/07/02  03:09:04
11105         Log: avoid warnings
11106      Branch: perl
11107            ! ext/Thread/Thread/Specific.pm lib/fields.pm
11108 ____________________________________________________________________________
11109 [  3563] By: gsar                                  on 1999/06/28  19:23:47
11110         Log: inc version (for CPAN.pm sanity)
11111      Branch: perl
11112            ! lib/Text/ParseWords.pm
11113 ____________________________________________________________________________
11114 [  3562] By: gsar                                  on 1999/06/28  19:19:01
11115         Log: regen perltoc
11116      Branch: perl
11117            ! pod/perltoc.pod
11118 ____________________________________________________________________________
11119 [  3561] By: gsar                                  on 1999/06/28  19:08:41
11120         Log: From: Damian Conway <damian@cs.monash.edu.au>
11121              Date: Wed, 26 May 1999 00:58:35 -0400
11122              Message-Id: <199905260458.AAA06411@defender.perl.org>
11123              Subject: [19990526.002] Misc. improvements to Class:Struct
11124      Branch: perl
11125            ! MANIFEST lib/Class/Struct.pm
11126 ____________________________________________________________________________
11127 [  3560] By: gsar                                  on 1999/06/28  18:50:52
11128         Log: remove bogus PL_optype_size
11129      Branch: perl
11130            ! bytecode.pl ext/ByteLoader/byterun.h
11131 ____________________________________________________________________________
11132 [  3559] By: gsar                                  on 1999/06/28  18:22:26
11133         Log: upgrade CGI.pm to v2.53 (CGI/{Apache,Switch}.pm NOT deleted)
11134      Branch: perl
11135            + lib/CGI/Pretty.pm
11136            ! eg/cgi/file_upload.cgi lib/CGI.pm lib/CGI/Carp.pm
11137            ! lib/CGI/Cookie.pm lib/CGI/Fast.pm t/lib/cgi-form.t
11138            ! t/lib/cgi-html.t t/lib/cgi-request.t
11139 ____________________________________________________________________________
11140 [  3558] By: jhi                                   on 1999/06/28  07:30:21
11141         Log: Change Olaf Lebbe's email address.
11142      Branch: cfgperl
11143            ! README.epoc
11144 ____________________________________________________________________________
11145 [  3557] By: gsar                                  on 1999/06/28  00:07:33
11146         Log: make autogenerated files writable
11147      Branch: perl
11148            - win32/perlhost.h
11149            ! MANIFEST Porting/makerel embed.h embedvar.h ext/B/B/Asmdata.pm
11150            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
11151            ! keywords.h lib/warning.pm objXSUB.h opcode.h pp.sym pp_proto.h
11152            ! proto.h regnodes.h warning.h win32/config_H.bc
11153            ! win32/config_H.gc win32/config_H.vc
11154 ____________________________________________________________________________
11155 [  3556] By: jhi                                   on 1999/06/27  19:22:53
11156         Log: Update MANIFEST to match #3555.
11157      Branch: cfgperl
11158            ! MANIFEST
11159 ____________________________________________________________________________
11160 [  3555] By: jhi                                   on 1999/06/27  19:16:22
11161         Log: EPOC port to Psion5.
11162              From: Olaf Flebbe <O.Flebbe@science-computing.de>
11163              To: Jarkko Hietaniemi <jhi@iki.fi>
11164              Cc: perl5-porters@perl.org
11165              Subject: Re: Psion5
11166              Date: Sun, 27 Jun 1999 20:50:30 +0200 (METDST)
11167              Message-ID: <Pine.GHP.4.02.9906272048130.17736-100000@io.science-computing.de>
11168      Branch: cfgperl
11169            + README.epoc epoc/config.h epoc/epoc.c epoc/epocish.h
11170            + epoc/perl.mmp epoc/perl.pkg
11171            ! MANIFEST doio.c lib/Term/ReadLine.pm lib/perl5db.pl perl.c
11172            ! perl.h sv.c util.c
11173 ____________________________________________________________________________
11174 [  3554] By: jhi                                   on 1999/06/27  18:50:52
11175         Log: Integrate from mainperl.
11176      Branch: cfgperl
11177           !> (integrate 48 files)
11178 ____________________________________________________________________________
11179 [  3553] By: gsar                                  on 1999/06/27  14:28:49
11180         Log: somewhat untested PERL_OBJECT cleanups (C++isms mostly
11181              gone from the public API); PERL_OBJECT builds again on
11182              windows
11183              
11184              TODO: namespace-clean the typedefs in iperlsys.h and
11185              elsewhere; remove C++ remnants from public headers
11186      Branch: perl
11187            ! XSUB.h bytecode.pl cv.h embed.h embed.pl ext/B/B.xs
11188            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
11189            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
11190            ! ext/DynaLoader/dlutils.c global.sym globals.c iperlsys.h
11191            ! lib/ExtUtils/Embed.pm lib/ExtUtils/xsubpp mg.c objXSUB.h
11192            ! opcode.h opcode.pl perl.c perl.h pod/perlhist.pod pp_ctl.c
11193            ! pp_hot.c proto.h scope.h sv.h toke.c universal.c util.c
11194            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
11195            ! win32/config.gc win32/config.vc win32/dl_win32.xs
11196            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
11197            ! win32/runperl.c win32/win32.c win32/win32.h win32/win32iop.h
11198            ! win32/win32sck.c
11199 ____________________________________________________________________________
11200 [  3552] By: gsar                                  on 1999/06/27  13:49:31
11201         Log: integrate cfgperl changes into mainline
11202      Branch: perl
11203           !> dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
11204           !> objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
11205           !> pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
11206           !> util.c
11207 ____________________________________________________________________________
11208 [  3551] By: gsar                                  on 1999/06/27  13:31:11
11209         Log: fix indents
11210      Branch: perl
11211            ! op.c
11212 ____________________________________________________________________________
11213 [  3550] By: gsar                                  on 1999/06/24  22:42:53
11214         Log: update Changes
11215      Branch: perl
11216            ! Changes
11217 ____________________________________________________________________________
11218 [  3549] By: gsar                                  on 1999/06/24  22:41:17
11219         Log: avoid race condition in the CAPI extension bootstrap handler
11220      Branch: perl
11221            ! lib/ExtUtils/xsubpp win32/GenCAPI.pl
11222 ____________________________________________________________________________
11223 [  3548] By: gsar                                  on 1999/06/24  22:39:53
11224         Log: sanity check to cover the case when perl is installed into the
11225              X:\ (drive root)
11226      Branch: perl
11227            ! win32/win32.c
11228 ____________________________________________________________________________
11229 [  3547] By: gsar                                  on 1999/06/22  19:30:32
11230         Log: tweak RefHash to make intent clearer (suggested by John Dlugosz)
11231      Branch: perl
11232            ! lib/Tie/RefHash.pm
11233 ____________________________________________________________________________
11234 [  3544] By: jhi                                   on 1999/06/18  19:24:28
11235         Log: Tidy up #3542 and #3543. 
11236      Branch: cfgperl
11237            ! t/pragma/locale.t util.c
11238 ____________________________________________________________________________
11239 [  3543] By: jhi                                   on 1999/06/18  10:28:45
11240         Log: Spice up locale.t.
11241      Branch: cfgperl
11242            ! t/pragma/locale.t
11243 ____________________________________________________________________________
11244 [  3542] By: jhi                                   on 1999/06/17  22:42:03
11245         Log: Fixed two long-standing locale bugs.
11246              
11247              Both problems were related to numeric locale which
11248              controls the radix character aka the decimal separator.
11249              (1) printf (and sprintf) were resetting the numeric locale to C.
11250              (2) Using locale-numerically formatted floating point
11251              numbers (e.g. "1,23") together with -w caused warnings about
11252              "isn't numeric".  The operations were working fine, though,
11253              because atof() was using the local locale.
11254              Both problems reported by Stefan Vogtner.
11255              
11256              Introduced a wrapper for atof() that attempts to convert
11257              the string both ways.  This helps Perl to understand
11258              numbers like this "4.56" even when using a local locale
11259              makes atof() understand only numbers like this "7,89".
11260              
11261              Remaining related problems, both of which existed before
11262              this patch and continue to exist after this patch:
11263              (a) The behaviour of print() is _not_ as documented by perllocale.
11264              Instead of always using the C locale, print() does use the
11265              local locale, just like the *printf() do.  This may be fixable
11266              now that switching to-and-fro between locales has been made
11267              more consistent, but fixing print() would change existing
11268              behaviour.  perllocale is not changed by this patch.
11269              (b) If a number has been stringified (say, via "$number") under
11270              a local locale, the cached string value persists even under
11271              "no locale".  This may or may not be a problem: operations
11272              work fine because the original number is still there, but
11273              that the string form keeps its locale-ish outlook may be
11274              somewhat confusing.
11275      Branch: cfgperl
11276            ! dump.c embed.h embed.pl embedvar.h global.sym intrpvar.h mg.c
11277            ! objXSUB.h op.c perl.c perl.h perlvars.h pp.c pp_ctl.c
11278            ! pp_proto.h pp_sys.c proto.h sv.c t/pragma/locale.t toke.c
11279            ! util.c
11280 ____________________________________________________________________________
11281 [  3541] By: jhi                                   on 1999/06/17  20:00:16
11282         Log: Integrate from mainperl.
11283      Branch: cfgperl
11284           !> ext/Data/Dumper/Dumper.pm op.c
11285 ____________________________________________________________________________
11286 [  3540] By: gsar                                  on 1999/06/16  16:49:55
11287         Log: dump C<0> as such, not C<'0'>
11288      Branch: perl
11289            ! ext/Data/Dumper/Dumper.pm
11290 ____________________________________________________________________________
11291 [  3539] By: gsar                                  on 1999/06/13  04:04:40
11292         Log: fix coredumper in change#3498
11293      Branch: perl
11294            ! op.c
11295 ____________________________________________________________________________
11296 [  3538] By: jhi                                   on 1999/06/12  22:01:26
11297         Log: Integrate from mainperl.
11298      Branch: cfgperl
11299           +> lib/caller.pm
11300           !> (integrate 36 files)
11301 ____________________________________________________________________________
11302 [  3537] By: gsar                                  on 1999/06/12  06:43:03
11303         Log: EXTERN_C declarations for global arrays in various
11304              headers, so perl can be built even in C++ mode; win32
11305              build fixups; regen headers
11306      Branch: perl
11307            ! XSUB.h embedvar.h ext/B/B.xs objXSUB.h opcode.h opcode.pl
11308            ! perl.h regcomp.h regexec.c utf8.h win32/win32.c win32/win32.h
11309 ____________________________________________________________________________
11310 [  3536] By: gsar                                  on 1999/06/12  06:38:21
11311         Log: caller.pm typos
11312      Branch: perl
11313            ! lib/caller.pm
11314 ____________________________________________________________________________
11315 [  3535] By: gsar                                  on 1999/06/11  23:13:54
11316         Log: various little tweaks; most globals are now in intrpvar.h, ninterps
11317              is temporarily gone
11318      Branch: perl
11319            ! embed.pl intrpvar.h os2/os2.c perl.c perlvars.h
11320            ! pod/perldelta.pod proto.h win32/perllib.c
11321 ____________________________________________________________________________
11322 [  3534] By: gsar                                  on 1999/06/11  20:41:51
11323         Log: implement C<use caller 'encoding'>
11324      Branch: perl
11325            + lib/caller.pm
11326            ! MANIFEST perl.h pod/perldelta.pod pod/perlfunc.pod pp_ctl.c
11327 ____________________________________________________________________________
11328 [  3533] By: gsar                                  on 1999/06/11  16:51:04
11329         Log: truncate() has a peculiar exemption from strict barewords, even
11330              though it has a non-filehandle prototype
11331      Branch: perl
11332            ! op.c t/io/fs.t
11333 ____________________________________________________________________________
11334 [  3532] By: gsar                                  on 1999/06/11  09:09:16
11335         Log: GDBM tweak
11336      Branch: perl
11337            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/typemap
11338 ____________________________________________________________________________
11339 [  3531] By: gsar                                  on 1999/06/10  23:34:19
11340         Log: part of the platform changes for IMPLICIT_CONTEXT
11341      Branch: perl
11342            ! djgpp/djgpp.c jpl/JNI/JNI.xs jpl/JNI/typemap
11343            ! jpl/PerlInterpreter/PerlInterpreter.c
11344            ! jpl/PerlInterpreter/PerlInterpreter.h
11345            ! os2/OS2/ExtAttr/ExtAttr.xs os2/OS2/PrfDB/PrfDB.xs
11346            ! os2/OS2/Process/Process.xs os2/OS2/REXX/REXX.xs perl.h
11347 ____________________________________________________________________________
11348 [  3530] By: jhi                                   on 1999/06/10  20:55:56
11349         Log: Integrate from mainperl.
11350      Branch: cfgperl
11351           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
11352 ____________________________________________________________________________
11353 [  3529] By: gsar                                  on 1999/06/10  20:40:01
11354         Log: DB_File tweaks for IMPLICIT CONTEXT
11355      Branch: perl
11356            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
11357 ____________________________________________________________________________
11358 [  3528] By: jhi                                   on 1999/06/10  10:18:15
11359         Log: Integrate from mainperl.
11360      Branch: cfgperl
11361           !> (integrate 105 files)
11362 ____________________________________________________________________________
11363 [  3527] By: gsar                                  on 1999/06/10  09:30:35
11364         Log: most globals are now interpreter local; locale initialization
11365              was too early, defer it until interpreter is allocated and
11366              initialized; multiple interpreters should now be
11367              concurrency-safe (untested)
11368      Branch: perl
11369            ! embedvar.h intrpvar.h malloc.c miniperlmain.c perl.c perl.h
11370            ! perlvars.h
11371 ____________________________________________________________________________
11372 [  3526] By: gsar                                  on 1999/06/10  08:38:00
11373         Log: fix small nits
11374      Branch: perl
11375            ! cc_runtime.h ext/B/B/CC.pm run.c
11376 ____________________________________________________________________________
11377 [  3525] By: gsar                                  on 1999/06/10  04:41:38
11378         Log: win32 build fixes
11379      Branch: perl
11380            ! bytecode.pl dosish.h embed.h embed.pl ext/B/B.xs
11381            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
11382            ! ext/ByteLoader/byterun.h ext/SDBM_File/sdbm/sdbm.c globals.c
11383            ! mg.c objXSUB.h op.h perl.c perl.h pp_sys.c proto.h sv.c util.c
11384            ! win32/Makefile win32/config_H.bc win32/config_H.gc
11385            ! win32/config_H.vc win32/config_h.PL win32/dl_win32.xs
11386            ! win32/makedef.pl win32/makefile.mk win32/perllib.c
11387            ! win32/win32.c win32/win32.h win32/win32sck.c
11388            ! win32/win32thread.c win32/win32thread.h
11389 ____________________________________________________________________________
11390 [  3524] By: gsar                                  on 1999/06/09  18:03:01
11391         Log: more complete support for implicit thread/interpreter pointer,
11392              enabled via -DPERL_IMPLICIT_CONTEXT (all changes are noops
11393              without that enabled):
11394              - USE_THREADS now enables PERL_IMPLICIT_CONTEXT, so dTHR
11395              is a noop; tests pass on Solaris; should be faster now!
11396              - MULTIPLICITY has been tested with and without
11397              PERL_IMPLICIT_CONTEXT on Solaris
11398              - improved function database now merged with embed.pl
11399              - everything except the varargs functions have foo(a,b,c) macros
11400              to provide compatibility
11401              - varargs functions default to compatibility variants that
11402              get the context pointer using dTHX
11403              - there should be almost no source compatibility issues as a
11404              result of all this
11405              - dl_foo.xs changes other than dl_dlopen.xs untested
11406              - still needs documentation, fixups for win32 etc
11407              Next step: migrate most non-mutex variables from perlvars.h
11408              to intrpvar.h
11409      Branch: perl
11410            - proto.pl
11411            ! MANIFEST XSUB.h av.c bytecode.pl cv.h doio.c doop.c dump.c
11412            ! ebcdic.c embed.h embed.pl embedvar.h ext/B/B.xs ext/B/typemap
11413            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
11414            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
11415            ! ext/Data/Dumper/Dumper.xs ext/Devel/Peek/Peek.xs
11416            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
11417            ! ext/DynaLoader/dl_cygwin32.xs ext/DynaLoader/dl_dld.xs
11418            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_hpux.xs
11419            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
11420            ! ext/DynaLoader/dl_none.xs ext/DynaLoader/dl_rhapsody.xs
11421            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
11422            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
11423            ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs ext/re/re.xs
11424            ! global.sym globals.c gv.c hv.c lib/ExtUtils/typemap
11425            ! lib/ExtUtils/xsubpp malloc.c mg.c mg.h miniperlmain.c
11426            ! objXSUB.h op.c opcode.h opcode.pl perl.c perl.h perlio.c
11427            ! perlsfio.h perly.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c
11428            ! proto.h regcomp.c regcomp.h regexec.c run.c scope.c scope.h
11429            ! sv.c taint.c thrdvar.h thread.h toke.c universal.c utf8.c
11430            ! util.c win32/Makefile win32/makefile.mk writemain.SH
11431 ____________________________________________________________________________
11432 [  3523] By: gsar                                  on 1999/06/07  05:24:13
11433         Log: missed a file
11434      Branch: perl
11435            + proto.pl
11436            ! MANIFEST
11437 ____________________________________________________________________________
11438 [  3522] By: gsar                                  on 1999/06/07  05:18:34
11439         Log: initial stub implementation of implicit thread/this
11440              pointer    argument; builds/tests on Solaris, win32
11441              hasn't been fixed up yet; proto.h, global.sym and
11442              static function decls are now generated from a common
11443              database in proto.pl; some inconsistently named
11444              perl_foo() things are now Perl_foo(), compatibility
11445              #defines provided; perl_foo() (lowercase 'p') reserved
11446              for functions that take an explicit context argument;
11447              next step: generate #define foo(a,b) Perl_foo(aTHX_ a,b)
11448      Branch: perl
11449            ! XSUB.h av.c cop.h deb.c doio.c doop.c dump.c ebcdic.c embed.h
11450            ! embed.pl ext/POSIX/POSIX.xs global.sym globals.c gv.c gv.h
11451            ! hv.c malloc.c mg.c miniperlmain.c objXSUB.h op.c opcode.h
11452            ! opcode.pl perl.c perl.h perl_exp.SH perlio.c perly.c perly.y
11453            ! pp.c pp.sym pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h
11454            ! regcomp.c regexec.c run.c scope.c scope.h sv.c taint.c toke.c
11455            ! universal.c utf8.c util.c
11456 ____________________________________________________________________________
11457 [  3521] By: gsar                                  on 1999/06/04  23:00:22
11458         Log: clean up some stray "global" symbols
11459      Branch: perl
11460            ! embed.h embed.pl global.sym objXSUB.h opcode.pl pp.sym
11461            ! pp_proto.h proto.h
11462 ____________________________________________________________________________
11463 [  3520] By: jhi                                   on 1999/06/02  21:33:28
11464         Log: Integrate from mainperl.
11465      Branch: cfgperl
11466           !> (integrate 94 files)
11467 ____________________________________________________________________________
11468 [  3519] By: gsar                                  on 1999/06/02  07:16:10
11469         Log: avoid dereferencing null pointer from getpwent() et al
11470      Branch: perl
11471            ! pp_sys.c
11472 ____________________________________________________________________________
11473 [  3518] By: gsar                                  on 1999/06/02  04:47:10
11474         Log: remove _() non-ansism
11475      Branch: perl
11476            ! Porting/config_H XSUB.h config_h.SH cv.h doio.c doop.c
11477            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/byteperl.c
11478            ! ext/ByteLoader/ByteLoader.xs ext/Data/Dumper/Dumper.xs
11479            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dlopen.xs
11480            ! ext/DynaLoader/dl_vmesa.xs ext/IO/poll.h ext/IPC/SysV/SysV.xs
11481            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
11482            ! ext/re/re.xs handy.h hv.c iperlsys.h
11483            ! jpl/PerlInterpreter/PerlInterpreter.c lib/ExtUtils/Embed.pm
11484            ! malloc.c mg.c mg.h minimod.pl miniperlmain.c op.c op.h
11485            ! opcode.h opcode.pl os2/POSIX.mkfifo perl.c perl.h
11486            ! plan9/config.plan9 pod/perlembed.pod pod/perlguts.pod pp.c
11487            ! pp_ctl.c pp_hot.c pp_sys.c proto.h regcomp.c regexec.c run.c
11488            ! scope.h sv.c sv.h thread.h toke.c util.c vms/sockadapt.h
11489            ! vms/vmsish.h vms/writemain.pl vos/config.h
11490            ! vos/config_h.SH_orig win32/GenCAPI.pl win32/config_H.bc
11491            ! win32/config_H.gc win32/config_H.vc win32/makemain.pl
11492            ! win32/perllib.c win32/runperl.c win32/win32.h
11493            ! win32/win32thread.h writemain.SH x2p/a2p.c x2p/a2p.h x2p/a2p.y
11494            ! x2p/hash.h x2p/str.h x2p/util.h x2p/walk.c
11495 ____________________________________________________________________________
11496 [  3517] By: gsar                                  on 1999/06/02  02:17:51
11497         Log: missed a few files
11498      Branch: perl
11499            ! ext/POSIX/POSIX.xs jpl/JNI/JNI.xs
11500 ____________________________________________________________________________
11501 [  3516] By: gsar                                  on 1999/06/02  01:37:33
11502         Log: integrate cfgperl contents into mainline
11503      Branch: perl
11504           +> ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
11505           +> ext/ByteLoader/byterun.h
11506            - bytecode.h byterun.c byterun.h
11507            ! Changes
11508           !> (integrate 58 files)
11509 ____________________________________________________________________________
11510 [  3515] By: gsar                                  on 1999/06/02  00:48:50
11511         Log: remove stray K&R-isms
11512      Branch: perl
11513            ! ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
11514            ! ext/SDBM_File/sdbm/dbe.c ext/SDBM_File/sdbm/dbm.c
11515            ! ext/SDBM_File/sdbm/dbu.c mg.c op.c pp_ctl.c pp_sys.c sv.c
11516            ! toke.c util.c win32/win32.c x2p/hash.c
11517 ____________________________________________________________________________
11518 [  3514] By: gsar                                  on 1999/06/01  15:55:55
11519         Log: change#3447 didn't do enough to exempt Foo->bar(qw/.../) from
11520              strict 'subs'
11521      Branch: perl
11522            ! op.c t/pragma/strict-subs
11523 ____________________________________________________________________________
11524 [  3513] By: jhi                                   on 1999/06/01  07:17:05
11525         Log: Patch applying of #3499 had gone awry.
11526      Branch: cfgperl
11527            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.h
11528 ____________________________________________________________________________
11529 [  3512] By: gsar                                  on 1999/05/31  19:21:30
11530         Log: tighter -help output
11531      Branch: perl
11532            ! perl.c
11533 ____________________________________________________________________________
11534 [  3511] By: gsar                                  on 1999/05/31  17:18:23
11535         Log: fix memory leak in C<eval 'return sub {...}'>
11536      Branch: perl
11537            ! embed.h embed.pl objXSUB.h pp_ctl.c proto.h
11538 ____________________________________________________________________________
11539 [  3510] By: gsar                                  on 1999/05/31  14:11:46
11540         Log: tweak C++isms
11541      Branch: perl
11542            ! win32/dl_win32.xs win32/win32.c
11543 ____________________________________________________________________________
11544 [  3509] By: jhi                                   on 1999/05/30  13:02:26
11545         Log: Cleanup of #3488.
11546      Branch: cfgperl
11547            ! Configure config_h.SH
11548 ____________________________________________________________________________
11549 [  3508] By: jhi                                   on 1999/05/30  11:16:01
11550         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11551              To: Mailing list Perl5 <perl5-porters@perl.org>
11552              Subject: [PATCH 5.005_57] Teach Socket and io_unix.t the syntax of OS/2
11553              Date: Sat, 29 May 1999 20:18:13 -0400
11554              Message-ID: <19990529201813.B9489@monk.mps.ohio-state.edu>
11555      Branch: cfgperl
11556            ! ext/Socket/Socket.xs os2/os2ish.h t/lib/io_unix.t
11557 ____________________________________________________________________________
11558 [  3507] By: jhi                                   on 1999/05/29  20:05:40
11559         Log: From: Mark-Jason Dominus <mjd@plover.com>
11560              To: perl5-porters@perl.com
11561              Subject: PATCH (5.005_57): Document use of `SPECIAL' flag for `pushre':
11562              Date: Sat, 29 May 1999 14:45:10 -0400
11563              Message-ID: <19990529184510.27557.qmail@plover.com>
11564      Branch: cfgperl
11565            ! op.h
11566 ____________________________________________________________________________
11567 [  3506] By: gsar                                  on 1999/05/29  16:49:39
11568         Log: avoid gv_check() recursive pit
11569      Branch: perl
11570            ! gv.c
11571 ____________________________________________________________________________
11572 [  3505] By: jhi                                   on 1999/05/29  11:38:16
11573         Log: From: jan.dubois@ibm.net (Jan Dubois)
11574              To: Gurusamy Sarathy <gsar@activestate.com>
11575              Cc: perl5-porters@perl.org
11576              Subject: [PATCH 5.005_57]Safeguard against unimplemented functions in pwuid.t and grent.t
11577              Date: Sat, 29 May 1999 08:46:22 +0200
11578              Message-ID: <374f8007.2016008@smtp1.ibm.net>
11579      Branch: cfgperl
11580            ! t/op/grent.t t/op/pwent.t
11581 ____________________________________________________________________________
11582 [  3504] By: jhi                                   on 1999/05/29  11:07:10
11583         Log: QNX needs <sys/select.h> to define fd_set.
11584              
11585              From: Norton Allen <allen@huarp.harvard.edu>
11586              To: perl5-porters@perl.org
11587              Subject: [19990526.016] Not OK: perl 5.00503 on x86-qnx 424
11588              Date:  Wed, 26 May 1999 13:51:27 -0400 (EDT)
11589              Message-Id:  <199905261751.NAA20966@bottesini.harvard.edu>
11590      Branch: cfgperl
11591            ! ext/IO/poll.c
11592 ____________________________________________________________________________
11593 [  3503] By: jhi                                   on 1999/05/29  10:53:31
11594         Log: From: jan.dubois@ibm.net (Jan Dubois)
11595              To: Gurusamy Sarathy <gsar@activestate.com>, perl5-porters@perl.org
11596              Subject: [PATCH all versions] (was Re: Unitialized Value Complaints in Math::BigFloat)
11597              Date: Fri, 28 May 1999 20:14:35 +0200
11598              Message-ID: <3751daa4.7188847@smtp1.ibm.net>
11599      Branch: cfgperl
11600            ! lib/Math/BigFloat.pm
11601 ____________________________________________________________________________
11602 [  3502] By: jhi                                   on 1999/05/29  10:44:44
11603         Log: Make Configure support the change #3367,
11604              SysV shadow passwords.
11605      Branch: cfgperl
11606            ! Configure config_h.SH pp_sys.c
11607 ____________________________________________________________________________
11608 [  3501] By: gsar                                  on 1999/05/28  21:22:23
11609         Log: add wide versions of win32 system calls (first step in
11610              globalization); delayload winsock for performance if compiling
11611              with VC 6.0
11612      Branch: perl
11613            ! win32/Makefile win32/dl_win32.xs win32/makefile.mk
11614            ! win32/win32.c win32/win32.h
11615 ____________________________________________________________________________
11616 [  3500] By: jhi                                   on 1999/05/28  21:17:24
11617         Log: The new t/lib/io_linenum.t was using stricture
11618              before @INC was set up.
11619      Branch: cfgperl
11620            ! t/lib/io_linenum.t
11621 ____________________________________________________________________________
11622 [  3499] By: jhi                                   on 1999/05/28  17:13:23
11623         Log: From: Tom Hughes <tom@compton.nu>
11624              To: perl5-porters@perl.org
11625              Subject: [PATCH 5.005_57] ByteLoader mark 2
11626              Date: Wed, 26 May 1999 23:59:49 +0100
11627              Message-ID: <bf337a0849.tom@compton.compton.nu>
11628              
11629              plus resolve tiny conflict with #3479
11630              plus regen_headers.
11631      Branch: cfgperl
11632            + ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
11633            + ext/ByteLoader/byterun.h
11634            - bytecode.h byterun.c byterun.h
11635            ! MANIFEST Makefile.SH bytecode.pl embed.h embedvar.h ext/B/B.pm
11636            ! ext/B/B.xs ext/B/B/Bytecode.pm ext/B/Makefile.PL
11637            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
11638            ! ext/ByteLoader/Makefile.PL global.sym intrpvar.h objXSUB.h
11639            ! perl.h perlvars.h proto.h util.c utils/Makefile
11640 ____________________________________________________________________________
11641 [  3498] By: jhi                                   on 1999/05/28  16:53:04
11642         Log: From: Mark-Jason Dominus <mjd@plover.com>
11643              To: perl5-porters@perl.com
11644              Subject: PATCH (5.005_57): defined(@a) now deprecated
11645              Date: Thu, 27 May 1999 16:05:44 -0400
11646              Message-ID: <19990527200544.13330.qmail@plover.com>
11647      Branch: cfgperl
11648            ! lib/Carp.pm op.c opcode.h opcode.pl pod/perldelta.pod
11649            ! pod/perldiag.pod pod/perlfunc.pod pp_proto.h t/pragma/warn/op
11650 ____________________________________________________________________________
11651 [  3497] By: jhi                                   on 1999/05/28  16:50:54
11652         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11653              To: perl5-porters@perl.org (Mailing list Perl5)
11654              Subject: [PATCH 5.00557] Cosmetic OS/2-related patches
11655              Date: Fri, 28 May 1999 12:13:00 -0400 (EDT)
11656              Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu>
11657      Branch: cfgperl
11658            ! MANIFEST Makefile.SH ext/POSIX/POSIX.xs hints/os2.sh
11659            ! os2/Makefile.SHs t/io/pipe.t t/lib/io_sock.t
11660 ____________________________________________________________________________
11661 [  3496] By: jhi                                   on 1999/05/28  16:48:39
11662         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11663              To: perl5-porters@perl.org (Mailing list Perl5)
11664              Subject: [PATCH 5.00557] Required OS/2-related patches
11665              Date: Fri, 28 May 1999 12:11:48 -0400 (EDT)
11666              Message-Id: <199905281611.MAA02037@monk.mps.ohio-state.edu>
11667      Branch: cfgperl
11668            ! os2/os2.c t/lib/bigfloatpm.t t/lib/io_unix.t t/op/groups.t
11669            ! t/op/stat.t util.c
11670 ____________________________________________________________________________
11671 [  3495] By: jhi                                   on 1999/05/28  16:45:56
11672         Log: From: Paul Johnson <pjcj@transeda.com>
11673              To: perl5-porters <perl5-porters@perl.org>
11674              Subject: [PATCH 5.005_57] Provide more useful test okay percentage
11675              Date: Fri, 28 May 1999 15:13:54 +0100
11676              Message-ID: <19990528151354.B289@west-tip.transeda.com>
11677      Branch: cfgperl
11678            ! t/TEST
11679 ____________________________________________________________________________
11680 [  3494] By: jhi                                   on 1999/05/28  16:44:34
11681         Log: From: Paul Johnson <pjcj@transeda.com>
11682              To: perl5-porters <perl5-porters@perl.org>
11683              Subject: [PATCH 5.005_57] Fixes related to working local $.
11684              Date: Fri, 28 May 1999 15:11:18 +0100
11685              Message-ID: <19990528151118.A289@west-tip.transeda.com>
11686      Branch: cfgperl
11687            ! ext/IO/lib/IO/Handle.pm pod/perlvar.pod t/lib/io_linenum.t
11688 ____________________________________________________________________________
11689 [  3493] By: gsar                                  on 1999/05/28  16:37:26
11690         Log: change#3449 wasn't doing enough
11691      Branch: perl
11692            ! op.c t/comp/proto.t
11693 ____________________________________________________________________________
11694 [  3492] By: jhi                                   on 1999/05/28  08:12:23
11695         Log: From: paul.marquess@bt.com
11696              To: doughera@lafayette.edu
11697              Cc: perl5-porters@perl.org
11698              Subject: RE: [19990527.002] DBM Filters in _57 cause problems in NDBM_File
11699              Date: Thu, 27 May 1999 23:31:38 +0100
11700              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C03@mbtlipnt02.btlabs.bt.co.uk>
11701              
11702              Had to be applied manually; some mailer had munged the patch slightly.
11703      Branch: cfgperl
11704            ! ext/NDBM_File/NDBM_File.xs
11705 ____________________________________________________________________________
11706 [  3491] By: jhi                                   on 1999/05/28  07:51:17
11707         Log: From: "Vishal Bhatia" <vishalb@my-deja.com>
11708              To: perl5-porters@perl.org
11709              Subject: [PATCH 5.005_57] fixing eval in the compiler
11710              Date: Thu, 27 May 1999 07:56:54 -0700
11711              Message-ID: <JDIKFDKKLGHHBAAA@my-deja.com>
11712      Branch: cfgperl
11713            ! cc_runtime.h scope.h
11714 ____________________________________________________________________________
11715 [  3490] By: jhi                                   on 1999/05/28  07:47:06
11716         Log: From: Andy Dougherty <doughera@lafayette.edu>
11717              To: perlbug@perl.com
11718              Cc: Jarkko Hietaniemi <jhi@iki.fi>
11719              Subject: [PATCH] Configure updates for ISC 4.1
11720              Date: Thu, 27 May 1999 15:19:21 -0400 (EDT)
11721              Message-Id: <Pine.GSU.4.05.9905271513500.22115-100000@newton.phys>
11722      Branch: cfgperl
11723            ! Configure config_h.SH
11724 ____________________________________________________________________________
11725 [  3489] By: jhi                                   on 1999/05/28  07:39:17
11726         Log: Integrate from mainperl.
11727      Branch: cfgperl
11728           !> malloc.c win32/makedef.pl win32/win32.c
11729 ____________________________________________________________________________
11730 [  3488] By: jhi                                   on 1999/05/27  16:57:19
11731         Log: From: Andy Dougherty <doughera@lafayette.edu>
11732              To: Perl Porters <perl5-porters@perl.org>
11733              Subject: [PATCH] Re: 5.005_57 NOT OK on SunOS 4.1.3
11734              Date: Thu, 27 May 1999 12:26:28 -0400 (EDT)
11735              Message-Id: <Pine.GSU.4.05.9905271120230.22115-100000@newton.phys>
11736      Branch: cfgperl
11737            ! Configure config_h.SH hints/sunos_4_1.sh util.c
11738 ____________________________________________________________________________
11739 [  3487] By: gsar                                  on 1999/05/27  03:56:20
11740         Log: make win32_spawnvp() inherit standard handles even when they
11741              may be redirected
11742      Branch: perl
11743            ! win32/win32.c
11744 ____________________________________________________________________________
11745 [  3486] By: jhi                                   on 1999/05/26  19:55:52
11746         Log: From: Andy Dougherty <doughera@lafayette.edu>
11747              To: perl5-porters@perl.org
11748              Subject: Re: BUG -> [19990526.004] perl5.005_57 error in util.c on sun4-solaris2.6
11749              Date: Wed, 26 May 1999 14:49:52 -0400 (EDT)
11750              Message-Id: <Pine.GSU.4.05.9905261448310.19172-100000@newton.phys>
11751      Branch: cfgperl
11752            ! util.c
11753 ____________________________________________________________________________
11754 [  3485] By: chip                                  on 1999/05/26  17:19:11
11755         Log: Look for Linux FILE structure in libio.h, for glibc-2.1.
11756      Branch: maint-5.004/perl
11757            ! Configure
11758 ____________________________________________________________________________
11759 [  3484] By: gsar                                  on 1999/05/26  01:56:28
11760         Log: fix missing exported symbol
11761      Branch: perl
11762            ! malloc.c win32/makedef.pl
11763 ____________________________________________________________________________
11764 [  3483] By: jhi                                   on 1999/05/25  23:08:07
11765         Log: Configure -Dopenbsd_distribution to build for the OpenBSD tree.
11766              
11767              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
11768              To: perlbug@perl.com
11769              Subject: OpenBSD hints file update
11770              Date: Tue, 25 May 1999 12:12:38 -0600 (MDT)
11771              Message-Id: <199905251812.MAA06032@xerxes.courtesan.com>
11772      Branch: cfgperl
11773            ! hints/openbsd.sh
11774 ____________________________________________________________________________
11775 [  3482] By: jhi                                   on 1999/05/25  23:01:25
11776         Log: From: Tom Hughes <tom@compton.nu>
11777              To: perl5-porters@perl.org
11778              Subject: [PATCH 5.005_57] Make Configure recognise glibc 2.1 stdio
11779              Date: Tue, 25 May 1999 23:10:23 +0100
11780              Message-ID: <1ed7f10749.tom@compton.compton.nu>
11781      Branch: cfgperl
11782            ! Configure config_h.SH
11783 ____________________________________________________________________________
11784 [  3481] By: jhi                                   on 1999/05/25  22:31:50
11785         Log: 3479, 3480, 3481 seems logical.
11786      Branch: cfgperl
11787           !> hints/aix.sh
11788 ____________________________________________________________________________
11789 [  3480] By: jhi                                   on 1999/05/25  22:13:39
11790         Log: The change #3479 wasn't perfect.
11791      Branch: perl
11792            ! hints/aix.sh
11793 ____________________________________________________________________________
11794 [  3479] By: jhi                                   on 1999/05/25  21:59:21
11795         Log: Cures for _57 in AIX 4.1.5.0.
11796              (1) The lddlflags lost its -lc by change #3660
11797              (and the politeness of change #3257).
11798              (2) optype_size must end up in perl.exp (as PL_optype_size).
11799              Added it to perlvars.h, fixed bytecode.pl,
11800              regen'ed the relevant headers.
11801      Branch: cfgperl
11802            ! bytecode.h bytecode.pl byterun.h embed.h embedvar.h objXSUB.h
11803            ! perlvars.h
11804      Branch: perl
11805            ! hints/aix.sh
11806 ____________________________________________________________________________
11807 [  3478] By: jhi                                   on 1999/05/25  20:13:47
11808         Log: Integrate from mainperl.
11809      Branch: cfgperl
11810           +> pod/perltootc.pod
11811           !> (integrate 101 files)
11812 ____________________________________________________________________________
11813 [  3477] By: gsar                                  on 1999/05/25  10:43:48
11814         Log: here be 5.005_57
11815      Branch: perl
11816            ! Changes MANIFEST Porting/makerel
11817           !> Changes5.005
11818
11819 ----------------
11820 Version 5.005_57
11821 ----------------
11822
11823 ____________________________________________________________________________
11824 [  3476] By: gsar                                  on 1999/05/25  09:23:43
11825         Log: up patchlevel &c
11826      Branch: perl
11827            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
11828            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11829            ! win32/makefile.mk
11830 ____________________________________________________________________________
11831 [  3475] By: gsar                                  on 1999/05/25  09:14:51
11832         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11833              Date: Tue, 25 May 1999 02:42:23 -0400 (EDT)
11834              Message-Id: <199905250642.CAA06208@monk.mps.ohio-state.edu>
11835              Subject: [PATCH 5.005_56] REx engine improvements
11836      Branch: perl
11837            ! embedvar.h mg.c objXSUB.h pp.c pp_ctl.c pp_hot.c regcomp.c
11838            ! regexec.c regexp.h t/op/pat.t t/op/re_tests t/op/regexp.t
11839            ! thrdvar.h util.c
11840 ____________________________________________________________________________
11841 [  3474] By: gsar                                  on 1999/05/25  08:39:56
11842         Log: test case for change#3470
11843      Branch: perl
11844            ! t/lib/bigintpm.t
11845 ____________________________________________________________________________
11846 [  3473] By: gsar                                  on 1999/05/25  08:36:52
11847         Log: perlport 1.43 update from Chris Nandor and Tom Christiansen
11848      Branch: perl
11849            ! Changes pod/perlport.pod
11850 ____________________________________________________________________________
11851 [  3472] By: gsar                                  on 1999/05/25  08:28:57
11852         Log: assorted tweaks
11853      Branch: perl
11854            ! doio.c iperlsys.h win32/config.bc win32/config.gc
11855            ! win32/config.vc win32/config_H.bc win32/config_H.gc
11856            ! win32/config_H.vc win32/makedef.pl
11857 ____________________________________________________________________________
11858 [  3471] By: gsar                                  on 1999/05/25  06:06:04
11859         Log: perlref update from Tom Christiansen
11860      Branch: perl
11861            ! pod/perlref.pod
11862 ____________________________________________________________________________
11863 [  3470] By: gsar                                  on 1999/05/25  06:03:27
11864         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11865              Date: Mon, 24 May 1999 17:43:56 -0400
11866              Message-ID: <19990524174356.A1944@monk.mps.ohio-state.edu>
11867              Subject: [PATCH 5.005_*] hv.c calling negative malloc()
11868      Branch: perl
11869            ! hv.c
11870 ____________________________________________________________________________
11871 [  3469] By: gsar                                  on 1999/05/25  05:59:22
11872         Log: avoid temporary files that have a constant name (from a suggestion
11873              by Anthony J. Lill <ajlill@ajlc.waterloo.on.ca>)
11874      Branch: perl
11875            ! lib/ExtUtils/MM_Unix.pm
11876 ____________________________________________________________________________
11877 [  3468] By: gsar                                  on 1999/05/25  05:54:29
11878         Log: From: pvhp@forte.com (Peter Prymmer)
11879              Date: Mon, 24 May 99 11:20:25 PDT
11880              Message-Id: <9905241820.AA28071@forte.com>
11881              Subject: [PATCH: _56 and _03]EBCDIC %HTML_Escapes for Pod::Text, plus sync patch.
11882      Branch: perl
11883            ! lib/Pod/Text.pm
11884 ____________________________________________________________________________
11885 [  3467] By: gsar                                  on 1999/05/25  04:08:50
11886         Log: fix glob() bug that resulted in missing symlinks that don't point
11887              anywhere
11888      Branch: perl
11889            ! pp_hot.c
11890 ____________________________________________________________________________
11891 [  3466] By: gsar                                  on 1999/05/25  03:00:00
11892         Log: avoid enumerating @INC contents in diagnostic if @INC was never
11893              searched
11894      Branch: perl
11895            ! pod/perldiag.pod pp_ctl.c
11896 ____________________________________________________________________________
11897 [  3465] By: gsar                                  on 1999/05/25  02:24:08
11898         Log: add caveat about close(PIPE) carelessness
11899      Branch: perl
11900            ! pod/perlfunc.pod
11901 ____________________________________________________________________________
11902 [  3464] By: gsar                                  on 1999/05/24  23:55:53
11903         Log: fix bogus line numbers for void context warnings
11904              (change#2548 was overeager)
11905      Branch: perl
11906            ! op.c
11907 ____________________________________________________________________________
11908 [  3463] By: gsar                                  on 1999/05/24  23:31:58
11909         Log: change#3455 had a typo
11910      Branch: perl
11911            ! pp_ctl.c
11912 ____________________________________________________________________________
11913 [  3462] By: gsar                                  on 1999/05/24  17:32:20
11914         Log: more pod updates from Tom Christiansen; regen perltoc
11915      Branch: perl
11916            ! pod/perl.pod pod/perldelta.pod pod/perlmod.pod pod/perlobj.pod
11917            ! pod/perlre.pod pod/perltoc.pod pod/perlvar.pod
11918 ____________________________________________________________________________
11919 [  3461] By: gsar                                  on 1999/05/24  07:41:32
11920         Log: perlmod notes from Damian Conway (via Tom Christiansen)
11921      Branch: perl
11922            ! pod/perlmod.pod
11923 ____________________________________________________________________________
11924 [  3460] By: gsar                                  on 1999/05/24  07:24:11
11925         Log: major pod update from Tom Christiansen
11926      Branch: perl
11927            + pod/perltootc.pod
11928            ! MANIFEST lib/Pod/Functions.pm pod/Makefile pod/buildtoc
11929            ! pod/perl.pod pod/perl5004delta.pod pod/perlcall.pod
11930            ! pod/perldata.pod pod/perldebug.pod pod/perldelta.pod
11931            ! pod/perldsc.pod pod/perlfunc.pod pod/perlipc.pod
11932            ! pod/perllol.pod pod/perlmod.pod pod/perlmodinstall.pod
11933            ! pod/perlmodlib.pod pod/perlobj.pod pod/perlop.pod
11934            ! pod/perlopentut.pod pod/perlpod.pod pod/perlport.pod
11935            ! pod/perlre.pod pod/perlref.pod pod/perlrun.pod pod/perlsec.pod
11936            ! pod/perlsub.pod pod/perlsyn.pod pod/perlthrtut.pod
11937            ! pod/perltie.pod pod/perltrap.pod pod/perlvar.pod
11938            ! pod/perlxs.pod pod/pod2man.PL
11939 ____________________________________________________________________________
11940 [  3459] By: gsar                                  on 1999/05/24  06:26:48
11941         Log: perlfaq update from Tom Christiansen
11942      Branch: perl
11943            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
11944            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
11945            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
11946            ! pod/perlfaq9.pod
11947 ____________________________________________________________________________
11948 [  3458] By: gsar                                  on 1999/05/24  05:55:11
11949         Log: updated to v1.50 from CPAN
11950      Branch: perl
11951            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
11952 ____________________________________________________________________________
11953 [  3457] By: gsar                                  on 1999/05/24  05:46:20
11954         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11955              Date: Sun, 23 May 1999 16:35:07 +0100
11956              Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk>
11957              Subject: [PATCH 5.005_56] name PL_in_eval bits
11958      Branch: perl
11959            ! cop.h op.c perl.c pp_ctl.c toke.c util.c
11960 ____________________________________________________________________________
11961 [  3456] By: gsar                                  on 1999/05/24  05:18:06
11962         Log: make -t mode the default on emacs/dumb terminals
11963      Branch: perl
11964            ! Changes utils/perldoc.PL
11965 ____________________________________________________________________________
11966 [  3455] By: gsar                                  on 1999/05/24  05:05:19
11967         Log: return 0 rather than "" when scalar grep has nothing to iterate
11968              on (brings behavior in line with documentation)
11969      Branch: perl
11970            ! pp_ctl.c
11971 ____________________________________________________________________________
11972 [  3454] By: gsar                                  on 1999/05/24  04:52:52
11973         Log: From: Tim Jenness <t.jenness@jach.hawaii.edu>
11974              Date: Thu, 20 May 1999 13:27:02 -1000
11975              Message-Id: <E10kcDN-0007TA-00@lapaki>
11976              Subject: Problem with MM_Unix in 5.005_03
11977      Branch: perl
11978            ! lib/ExtUtils/MM_Unix.pm
11979 ____________________________________________________________________________
11980 [  3453] By: gsar                                  on 1999/05/24  04:39:49
11981         Log: avoid removing duplicates in user-generated warnings
11982              From: byron@omix.com (Byron Brummer)
11983              Date: Thu, 20 May 1999 04:01:17 -0700 (PDT)
11984              Message-Id: <199905201101.EAA91175@thrush.omix.com>
11985              Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03
11986      Branch: perl
11987            ! lib/diagnostics.pm
11988 ____________________________________________________________________________
11989 [  3452] By: gsar                                  on 1999/05/24  04:23:10
11990         Log: straighten some code to avoid NeXT compiler bugs (from
11991              Geoff Kuenning <geoff@cs.hmc.edu>)
11992      Branch: perl
11993            ! pp_ctl.c
11994 ____________________________________________________________________________
11995 [  3451] By: gsar                                  on 1999/05/24  03:03:05
11996         Log: minor logic tweak for reserved word warning
11997      Branch: perl
11998            ! lib/Test/Harness.pm toke.c
11999 ____________________________________________________________________________
12000 [  3450] By: gsar                                  on 1999/05/24  02:34:20
12001         Log: oops, some files missing in change#3449
12002      Branch: perl
12003            ! op.c op.h toke.c
12004 ____________________________________________________________________________
12005 [  3449] By: gsar                                  on 1999/05/24  02:33:12
12006         Log: allow '*' prototype to autoquote even barewords that happen to be
12007              function names; parens or ampersand continue to force the other
12008              interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;>
12009              do the right thing, for example
12010      Branch: perl
12011            ! t/comp/proto.t
12012 ____________________________________________________________________________
12013 [  3448] By: gsar                                  on 1999/05/24  01:51:24
12014         Log: remove vestiges of PL_last_proto
12015      Branch: perl
12016            ! embedvar.h intrpvar.h objXSUB.h
12017 ____________________________________________________________________________
12018 [  3447] By: gsar                                  on 1999/05/24  01:49:20
12019         Log: redo change#2061 and parts of change#1169 with code in the
12020              parser; PL_last_proto hackery gone, strict 'subs' in now
12021              implemented in the optimizer where specifying the exceptional
12022              cases is much more robust; '*' (bareword) prototype now works
12023              reliably when used in second and subsequent arguments
12024      Branch: perl
12025            ! dump.c embed.h embed.pl objXSUB.h op.c op.h proto.h toke.c
12026 ____________________________________________________________________________
12027 [  3446] By: gsar                                  on 1999/05/23  05:00:55
12028         Log: remove redundant part of change#1169 superceded by change#2061;
12029              avoid "future reserved word" warning on prototypical bearwords
12030      Branch: perl
12031            ! t/lib/fatal.t toke.c
12032 ____________________________________________________________________________
12033 [  3445] By: gsar                                  on 1999/05/21  23:36:49
12034         Log: s/isspace/isSPACE/g and make sure the CRT version is always
12035              passed an unsigned char (fixes random occurrence of spaces in
12036              arguments containing high-bit chars passed to spawned children,
12037              on win32)
12038      Branch: perl
12039            ! ext/SDBM_File/sdbm/dbe.c win32/perlhost.h win32/win32.c
12040 ____________________________________________________________________________
12041 [  3444] By: gsar                                  on 1999/05/21  23:08:55
12042         Log: integrate Configure changes from cfgperl
12043      Branch: perl
12044           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
12045           !> config_h.SH
12046 ____________________________________________________________________________
12047 [  3443] By: jhi                                   on 1999/05/21  22:00:56
12048         Log: Integrate from mainperl.
12049      Branch: cfgperl
12050           !> Changes doop.c ext/SDBM_File/sdbm/dba.c
12051           !> ext/SDBM_File/sdbm/dbd.c ext/SDBM_File/sdbm/dbe.c os2/os2.c
12052           !> perl.h pod/perldiag.pod pod/perlport.pod pp.c t/comp/proto.t
12053           !> win32/perlhost.h win32/win32.c x2p/walk.c
12054 ____________________________________________________________________________
12055 [  3442] By: jhi                                   on 1999/05/21  21:59:46
12056         Log: fflush.
12057      Branch: cfgperl
12058            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12059            ! config_h.SH
12060 ____________________________________________________________________________
12061 [  3441] By: gsar                                  on 1999/05/21  17:48:55
12062         Log: integrate cfgperl changes
12063      Branch: perl
12064           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
12065           !> config_h.SH hints/sunos_4_1.sh installperl
12066 ____________________________________________________________________________
12067 [  3440] By: gsar                                  on 1999/05/21  17:42:49
12068         Log: test tweak
12069      Branch: perl
12070            ! t/comp/proto.t
12071 ____________________________________________________________________________
12072 [  3439] By: gsar                                  on 1999/05/21  17:31:26
12073         Log: fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.
12074              (Configure fflush(NULL) detection seems broken on Solaris, which
12075              is why I hit the problem)
12076      Branch: perl
12077            ! Changes perl.h
12078 ____________________________________________________________________________
12079 [  3438] By: gsar                                  on 1999/05/20  16:41:01
12080         Log: perlport 1.41 update from Chris Nandor <pudge@pobox.com>
12081      Branch: perl
12082            ! pod/perlport.pod
12083 ____________________________________________________________________________
12084 [  3437] By: jhi                                   on 1999/05/20  07:14:39
12085         Log: Patches to fflushing in SunOS 4 from Andy Dougherty
12086              (via private email).
12087      Branch: cfgperl
12088            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12089            ! config_h.SH hints/sunos_4_1.sh
12090 ____________________________________________________________________________
12091 [  3436] By: gsar                                  on 1999/05/20  05:18:26
12092         Log: various little nits
12093      Branch: perl
12094            ! doop.c ext/SDBM_File/sdbm/dba.c ext/SDBM_File/sdbm/dbd.c
12095            ! ext/SDBM_File/sdbm/dbe.c os2/os2.c pod/perldiag.pod pp.c
12096            ! win32/perlhost.h win32/win32.c x2p/walk.c
12097 ____________________________________________________________________________
12098 [  3435] By: jhi                                   on 1999/05/18  16:25:49
12099         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12100              To: perl5-porters@perl.org
12101              Subject: installperl
12102              Date: Fri, 14 May 1999 21:34:58 +0100
12103              Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk>
12104      Branch: cfgperl
12105            ! installperl
12106 ____________________________________________________________________________
12107 [  3434] By: jhi                                   on 1999/05/17  21:25:54
12108         Log: Integrate from mainperl.
12109      Branch: cfgperl
12110           +> lib/ExtUtils/MM_Cygwin.pm
12111            - cygwin32/impure_ptr.c
12112           !> MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
12113           !> cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
12114           !> ext/POSIX/POSIX.xs gv.c hints/cygwin32.sh installman
12115           !> installperl perl.h pod/perldiag.pod pp.c pp_hot.c util.c
12116           !> x2p/find2perl.PL
12117 ____________________________________________________________________________
12118 [  3433] By: gsar                                  on 1999/05/17  09:49:01
12119         Log: integrate cfgperl changes into mainline
12120      Branch: perl
12121           !> Configure INSTALL config_h.SH configure.com embed.h
12122           !> ext/Devel/Peek/Peek.xs ext/Socket/Socket.xs global.sym
12123           !> hints/dec_osf.sh objXSUB.h perl.h pod/perldiag.pod proto.h
12124           !> util.c
12125 ____________________________________________________________________________
12126 [  3432] By: gsar                                  on 1999/05/17  09:06:45
12127         Log: emit more appropriate diagnostic for failed glob (variant
12128              of patch suggested by Graham Barr)
12129      Branch: perl
12130            ! gv.c pod/perldiag.pod pp.c pp_hot.c
12131 ____________________________________________________________________________
12132 [  3431] By: gsar                                  on 1999/05/17  08:38:09
12133         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
12134              Date: Thu, 13 May 1999 22:18:43 -0600 (MDT)
12135              Message-Id: <199905140418.WAA18826@xerxes.courtesan.com>
12136              Subject: find2perl does not grok the 'c' suffix to the -size argument
12137      Branch: perl
12138            ! x2p/find2perl.PL
12139 ____________________________________________________________________________
12140 [  3430] By: gsar                                  on 1999/05/17  08:26:21
12141         Log: additional cleanups for cygwin32 port
12142              From: "Fifer, Eric" <EFifer@sanwaint.com>
12143              Date: Wed, 12 May 1999 20:25:54 +0100
12144              Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST>
12145              Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port
12146      Branch: perl
12147            + lib/ExtUtils/MM_Cygwin.pm
12148            - cygwin32/impure_ptr.c
12149            ! MANIFEST README.cygwin32 XSUB.h cygwin32/Makefile.SHs
12150            ! cygwin32/perlld.in dosish.h ext/DynaLoader/dl_cygwin32.xs
12151            ! ext/POSIX/POSIX.xs hints/cygwin32.sh installman installperl
12152            ! perl.h util.c
12153 ____________________________________________________________________________
12154 [  3429] By: gsar                                  on 1999/05/17  08:01:04
12155         Log: From: Andy Dougherty <doughera@lafayette.edu>
12156              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
12157              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
12158              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
12159      Branch: perl
12160            ! INSTALL
12161 ____________________________________________________________________________
12162 [  3428] By: jhi                                   on 1999/05/17  07:03:26
12163         Log: Integrate from mainperl modulo the Socket.xs change.
12164      Branch: cfgperl
12165           !> ext/Socket/Socket.xs op.c win32/include/sys/socket.h
12166           !> win32/win32.c win32/win32.h
12167 ____________________________________________________________________________
12168 [  3427] By: jhi                                   on 1999/05/16  22:09:11
12169         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12170              To: perl5-porters@perl.org (Mailing list Perl5)
12171              Subject: [PATCH 5.005_56] Devel::Peek::mstat not working
12172              Date: Sun, 16 May 1999 01:28:18 -0400 (EDT)
12173              Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu>
12174      Branch: cfgperl
12175            ! ext/Devel/Peek/Peek.xs
12176 ____________________________________________________________________________
12177 [  3426] By: jhi                                   on 1999/05/16  22:07:11
12178         Log: From: Mark-Jason Dominus <mjd@plover.com>
12179              To: perl5-porters@perl.com
12180              Subject: DOC PATCH (5.005_55): Error message missing from perldiag.pod
12181              Date: Sat, 15 May 1999 12:43:47 -0400
12182              Message-ID: <19990515164348.7313.qmail@plover.com>
12183      Branch: cfgperl
12184            ! pod/perldiag.pod
12185 ____________________________________________________________________________
12186 [  3425] By: nick                                  on 1999/05/15  15:56:10
12187         Log: Mingw32 + w32api-0.1.5 tweaks
12188              - now more like other Win32 compilers
12189      Branch: perl
12190            ! ext/Socket/Socket.xs win32/include/sys/socket.h win32/win32.c
12191            ! win32/win32.h
12192 ____________________________________________________________________________
12193 [  3424] By: nick                                  on 1999/05/14  21:04:22
12194         Log: Experimental "slab" allocator for ops.
12195              To try it -DPL_OP_SLAB_ALLOC for op.c 
12196              This is for proof of concept only, it leaks memory 
12197              (ops are not free'd) so don't use in embedded apps.
12198              If this minimalist version does not show performance 
12199              gain then whole idea is worthless. 
12200              Nick see's approx 12% speed up vs perlmalloc running
12201              perl -Ilib -MCPAN -e '' 
12202              Solaris2.6, gcc-2.8.1 but numbers are not repeatable.
12203      Branch: perl
12204            ! op.c
12205 ____________________________________________________________________________
12206 [  3423] By: gsar                                  on 1999/05/14  19:55:04
12207         Log: on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't
12208              found (brings sitelib intuition in line with privlib)
12209      Branch: perl
12210            ! win32/win32.c
12211 ____________________________________________________________________________
12212 [  3422] By: jhi                                   on 1999/05/14  08:08:01
12213         Log: From: pvhp@forte.com (Peter Prymmer)
12214              To: perl5-porters@perl.org, vmsperl@perl.org
12215              Subject: [PATCH: 5.005_56] add config.msg to VMS configure.com
12216              Date: Thu, 13 May 99 15:29:57 PDT
12217              Message-Id: <9905132229.AA15854@forte.com>
12218      Branch: cfgperl
12219            ! configure.com
12220 ____________________________________________________________________________
12221 [  3421] By: jhi                                   on 1999/05/14  07:34:20
12222         Log: Integrate from mainperl.
12223      Branch: cfgperl
12224           !> lib/ExtUtils/MM_Unix.pm win32/win32.c
12225 ____________________________________________________________________________
12226 [  3420] By: jhi                                   on 1999/05/14  07:33:26
12227         Log: Still fflushing.
12228      Branch: cfgperl
12229            ! Configure config_h.SH util.c
12230 ____________________________________________________________________________
12231 [  3419] By: gsar                                  on 1999/05/14  03:08:29
12232         Log: mortalize string allocations by win32_get_{priv,site}lib()
12233              (fixes small memory leak in interpreter)
12234      Branch: perl
12235            ! win32/win32.c
12236 ____________________________________________________________________________
12237 [  3418] By: gsar                                  on 1999/05/14  03:06:50
12238         Log: make win32_longname() preserve kind of slashes in argument
12239      Branch: perl
12240            ! win32/win32.c
12241 ____________________________________________________________________________
12242 [  3417] By: gsar                                  on 1999/05/14  03:04:44
12243         Log: canonicalize path for $(FULLPERL) and $(PERL) in MakeMaker
12244      Branch: perl
12245            ! lib/ExtUtils/MM_Unix.pm
12246 ____________________________________________________________________________
12247 [  3416] By: jhi                                   on 1999/05/13  21:18:06
12248         Log: Integrate from mainperl.
12249      Branch: cfgperl
12250           !> pp_ctl.c
12251 ____________________________________________________________________________
12252 [  3415] By: jhi                                   on 1999/05/13  21:16:49
12253         Log: Fixes from Andy Dougherty (via private email).
12254      Branch: cfgperl
12255            ! Configure config_h.SH
12256 ____________________________________________________________________________
12257 [  3414] By: nick                                  on 1999/05/13  20:04:26
12258         Log: valist vs va_list typo
12259      Branch: perl
12260            ! pp_ctl.c
12261 ____________________________________________________________________________
12262 [  3413] By: jhi                                   on 1999/05/13  15:04:05
12263         Log: From: Andy Dougherty <doughera@lafayette.edu>
12264              To: perlbug@perl.com
12265              Subject: [PATCH] (Was Re: SunOS4.1 compilation error)
12266              Date: Wed, 12 May 1999 11:44:11 -0400 (EDT)
12267              Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys>
12268      Branch: cfgperl
12269            ! INSTALL
12270 ____________________________________________________________________________
12271 [  3412] By: jhi                                   on 1999/05/13  14:20:17
12272         Log: Integrate from mainperl.
12273      Branch: cfgperl
12274           !> pp_ctl.c
12275 ____________________________________________________________________________
12276 [  3411] By: gsar                                  on 1999/05/13  14:16:56
12277         Log: docatch_body() declaration mismatch
12278      Branch: perl
12279            ! pp_ctl.c
12280 ____________________________________________________________________________
12281 [  3410] By: jhi                                   on 1999/05/13  13:51:44
12282         Log: Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.
12283      Branch: cfgperl
12284            ! Configure config_h.SH perl.h
12285 ____________________________________________________________________________
12286 [  3409] By: jhi                                   on 1999/05/13  13:31:53
12287         Log: Still fflushing strong.
12288      Branch: cfgperl
12289            ! Configure config_h.SH embed.h global.sym objXSUB.h perl.h
12290            ! proto.h util.c
12291 ____________________________________________________________________________
12292 [  3408] By: jhi                                   on 1999/05/12  14:30:23
12293         Log: Integrate from mainperl.
12294      Branch: cfgperl
12295           !> (integrate 30 files)
12296 ____________________________________________________________________________
12297 [  3407] By: jhi                                   on 1999/05/12  12:28:31
12298         Log: Be tidier with fflush(NULL) testing.
12299      Branch: cfgperl
12300            ! Configure config_h.SH
12301 ____________________________________________________________________________
12302 [  3406] By: gsar                                  on 1999/05/12  11:26:03
12303         Log: better range-checking on list slices, with test
12304              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12305              Date: Sun, 02 May 1999 17:02:53 +0100
12306              Message-Id: <199905021602.RAA13905@crypt.compulink.co.uk>
12307              Subject: Re: List slice of undefs returns 0 items 
12308      Branch: perl
12309            ! pp.c t/op/list.t
12310 ____________________________________________________________________________
12311 [  3405] By: gsar                                  on 1999/05/12  11:22:27
12312         Log: change#3397 needs test tweak
12313      Branch: perl
12314            ! Changes t/pragma/warn/sv
12315 ____________________________________________________________________________
12316 [  3404] By: gsar                                  on 1999/05/12  11:07:44
12317         Log: typo in change#3397
12318      Branch: perl
12319            ! doop.c
12320 ____________________________________________________________________________
12321 [  3403] By: gsar                                  on 1999/05/12  10:49:01
12322         Log: From: Stephen Zander <gibreel@pobox.com>
12323              Date: 12 May 1999 01:22:31 -0700
12324              Message-ID: <87u2tik88o.fsf@pooh.fire-swamp.net>
12325              Subject: Re: Test::Harness runs tainted tests with wrong library path
12326      Branch: perl
12327            ! lib/Test/Harness.pm
12328 ____________________________________________________________________________
12329 [  3402] By: gsar                                  on 1999/05/12  10:42:06
12330         Log: typo in change#3400
12331      Branch: perl
12332            ! ext/B/B/Deparse.pm
12333 ____________________________________________________________________________
12334 [  3401] By: jhi                                   on 1999/05/12  10:40:42
12335         Log: A better, shinier, and possibly even correctly working
12336              reincarnation of #3398.
12337      Branch: cfgperl
12338            ! Configure config_h.SH
12339 ____________________________________________________________________________
12340 [  3400] By: gsar                                  on 1999/05/12  10:40:11
12341         Log: deparse \&func() as \(&func()) for clarity
12342              From: Albert Dvornik <bert@genscan.com>
12343              Date: 11 May 1999 13:32:04 -0400
12344              Message-ID: <tqk8ufwm0b.fsf@puma.genscan.com>
12345              Subject: [PATCH 5.005_56] Deparse and \&func() (was Re: File::Find...)
12346      Branch: perl
12347            ! ext/B/B/Deparse.pm
12348 ____________________________________________________________________________
12349 [  3399] By: gsar                                  on 1999/05/12  10:36:02
12350         Log: more testsuite smarts (many of them courtesy Ilya)
12351      Branch: perl
12352            ! lib/Test/Harness.pm t/comp/cpp.t t/io/pipe.t t/lib/db-btree.t
12353            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/gdbm.t
12354            ! t/lib/io_multihomed.t t/lib/io_pipe.t t/lib/io_sock.t
12355            ! t/lib/io_udp.t t/lib/io_unix.t t/lib/ipc_sysv.t t/lib/ndbm.t
12356            ! t/lib/odbm.t t/lib/thread.t t/op/exec.t t/op/fork.t
12357            ! t/op/grent.t t/op/groups.t t/op/nothread.t t/op/numconvert.t
12358            ! t/op/pwent.t
12359 ____________________________________________________________________________
12360 [  3398] By: jhi                                   on 1999/05/12  09:33:08
12361         Log: Detect whether fflush(NULL) works as per change #3352.
12362      Branch: cfgperl
12363            ! Configure config_h.SH perl.h
12364 ____________________________________________________________________________
12365 [  3397] By: gsar                                  on 1999/05/12  08:56:03
12366         Log: From: jan.dubois@ibm.net (Jan Dubois)
12367              Date: Wed, 12 May 1999 01:01:00 +0200
12368              Message-ID: <3741b5e8.20386944@smtp1.ibm.net>
12369              Subject: [PATCH 5.005_03] chop/chomp modify readonly values
12370      Branch: perl
12371            ! doop.c
12372 ____________________________________________________________________________
12373 [  3396] By: gsar                                  on 1999/05/12  08:23:27
12374         Log: opendir(D,"x:") on win32 opens cwd() for drive rather than root;
12375              stat() behaves similarly
12376      Branch: perl
12377            ! win32/win32.c
12378 ____________________________________________________________________________
12379 [  3395] By: jhi                                   on 1999/05/11  22:21:32
12380         Log: Redo parts of #3341 and #3358 that #3394 undid.
12381      Branch: cfgperl
12382            ! Configure config_h.SH
12383 ____________________________________________________________________________
12384 [  3394] By: jhi                                   on 1999/05/11  22:03:48
12385         Log: Add I_NETINET_TCP to help change #3391.
12386      Branch: cfgperl
12387            ! Configure config_h.SH ext/Socket/Socket.xs
12388 ____________________________________________________________________________
12389 [  3393] By: jhi                                   on 1999/05/11  21:44:59
12390         Log: Integrate from mainperl.
12391      Branch: cfgperl
12392           !> (integrate 55 files)
12393 ____________________________________________________________________________
12394 [  3392] By: gsar                                  on 1999/05/11  20:56:43
12395         Log: update embedvar.h
12396      Branch: perl
12397            ! embedvar.h ext/ByteLoader/ByteLoader.pm pod/perldelta.pod
12398 ____________________________________________________________________________
12399 [  3391] By: gsar                                  on 1999/05/11  16:32:05
12400         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
12401              Date: Tue, 11 May 1999 11:10:13 -0400 (EDT)
12402              Message-ID: <Pine.GSO.4.02.9905111106460.1418-100000@eq1062.wks.na.deuba.com>
12403              Subject: Socket IPPROTO_TCP [PATCH 5.005_5x]
12404      Branch: perl
12405            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
12406 ____________________________________________________________________________
12407 [  3390] By: gsar                                  on 1999/05/11  15:27:40
12408         Log: display more frequent progress messages when STDOUT is a tty
12409      Branch: perl
12410            ! lib/Test/Harness.pm
12411 ____________________________________________________________________________
12412 [  3389] By: gsar                                  on 1999/05/11  14:40:58
12413         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12414              Date: Mon, 10 May 1999 02:07:01 -0400 (EDT)
12415              Message-Id: <199905100607.CAA26045@monk.mps.ohio-state.edu>
12416              Subject: [PATCH 5.005_53] Explanations by Test::Harness
12417      Branch: perl
12418            ! lib/Test/Harness.pm
12419 ____________________________________________________________________________
12420 [  3388] By: gsar                                  on 1999/05/11  14:08:14
12421         Log: avoid creating spurious subroutine stubs on failed subroutine
12422              call and other places of sv_2cv() misuse; fixes problems with
12423              failed subroutine calls "hiding" later attempts to lookup methods
12424              in base classes
12425      Branch: perl
12426            ! gv.c perl.c pod/perlguts.pod pp_hot.c sv.c t/op/method.t
12427 ____________________________________________________________________________
12428 [  3387] By: gsar                                  on 1999/05/11  09:34:13
12429         Log: various fixes for clean build and test on win32; configpm broken,
12430              needed to open myconfig.SH rather than myconfig; sundry adjustments
12431              to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it
12432              work under win32; getenv_sv() changed to getenv_len() since SVs
12433              aren't visible in the lower echelons; remove bogus exports from
12434              config.sym; PERL_OBJECT-ness for C++ exception support; null out
12435              IoDIRP in filter_del() or sv_free() will attempt to close it
12436      Branch: perl
12437            ! Changes bytecode.pl byterun.c byterun.h configpm embed.h
12438            ! embed.pl ext/B/B/Asmdata.pm ext/ByteLoader/ByteLoader.xs
12439            ! ext/DynaLoader/dlutils.c global.sym hv.c iperlsys.h objXSUB.h
12440            ! op.c perl.c perl.h pp.c pp_ctl.c proto.h scope.c scope.h
12441            ! t/io/open.t t/op/magic.t toke.c util.c vms/vms.c vms/vmsish.h
12442            ! win32/GenCAPI.pl win32/Makefile win32/config.bc
12443            ! win32/config.gc win32/config.vc win32/makedef.pl
12444            ! win32/makefile.mk win32/perlhost.h win32/runperl.c
12445            ! win32/win32.c win32/win32.h
12446 ____________________________________________________________________________
12447 [  3386] By: gsar                                  on 1999/05/11  02:49:07
12448         Log: gutsupport for C++ exceptions
12449              From: Chip Salzenberg <chip@perlsupport.com>
12450              Date: Tue, 9 Mar 1999 11:51:57 -0500
12451              Message-ID: <19990309115157.E7911@perlsupport.com>
12452              Subject: [PATCH 5.005] Flexible Exceptions
12453      Branch: perl
12454            ! embed.h global.sym objXSUB.h perl.c perl.h pp_ctl.c proto.h
12455            ! scope.c scope.h thrdvar.h util.c
12456 ____________________________________________________________________________
12457 [  3385] By: gsar                                  on 1999/05/10  19:33:36
12458         Log: "weak" references internals, still needs perlguts documentation
12459              (somewhat modified version of patch suggested by Tuomas J. Lukka
12460              <lukka@fas.harvard.edu>)
12461      Branch: perl
12462            ! dump.c embed.h embed.pl global.sym mg.c objXSUB.h perl.h
12463            ! pod/perldiag.pod proto.h sv.c sv.h util.c
12464 ____________________________________________________________________________
12465 [  3384] By: jhi                                   on 1999/05/10  18:21:43
12466         Log: Circumnavigate Digital UNIX 4.0D miniperl core dump
12467              (due to QAR 56761) (the bug has been fixed in 4.0E or better)
12468      Branch: cfgperl
12469            ! INSTALL hints/dec_osf.sh
12470 ____________________________________________________________________________
12471 [  3381] By: jhi                                   on 1999/05/10  14:39:28
12472         Log: Integrate from mainperl.
12473      Branch: cfgperl
12474           +> cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
12475           +> cygwin32/build-instructions.charles-wilson
12476           +> cygwin32/build-instructions.sebastien-barre
12477           +> cygwin32/build-instructions.steven-morlock
12478           +> cygwin32/build-instructions.steven-morlock2
12479           +> cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
12480           +> ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
12481           +> ext/ByteLoader/Makefile.PL pod/Win32.pod t/lib/io_linenum.t
12482           +> t/op/numconvert.t utils/perlbc.PL
12483            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
12484            - cygwin32/perlld
12485           !> (integrate 105 files)
12486 ____________________________________________________________________________
12487 [  3380] By: gsar                                  on 1999/05/10  12:27:14
12488         Log: regen regnodes.h
12489      Branch: perl
12490            ! Changes regnodes.h
12491 ____________________________________________________________________________
12492 [  3379] By: gsar                                  on 1999/05/10  12:17:26
12493         Log: From: jan.dubois@ibm.net (Jan Dubois)
12494              Date: Sat, 01 May 1999 22:55:36 +0200
12495              Message-ID: <373067e9.56194713@smtp1.ibm.net>
12496              Subject: [PATCH 5.005_56] Win32 and VC++ 98 doesn't support CASTI
12497      Branch: perl
12498            ! pod/perlfunc.pod pod/perlop.pod win32/config.vc
12499            ! win32/config_H.vc
12500 ____________________________________________________________________________
12501 [  3378] By: gsar                                  on 1999/05/10  12:07:13
12502         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12503              Date: Fri, 30 Apr 1999 22:26:09 -0400 (EDT)
12504              Message-Id: <199905010226.WAA19127@monk.mps.ohio-state.edu>
12505              Subject: [PATCH 5.005_56] Self-consistent numeric conversion again
12506      Branch: perl
12507            + t/op/numconvert.t
12508            ! MANIFEST doio.c dump.c perl.h pp.c pp_hot.c sv.c sv.h toke.c
12509            ! util.c
12510 ____________________________________________________________________________
12511 [  3377] By: gsar                                  on 1999/05/10  11:39:48
12512         Log: pp_modulo comment tweak from Ilya
12513      Branch: perl
12514            ! pp.c
12515 ____________________________________________________________________________
12516 [  3376] By: gsar                                  on 1999/05/10  11:30:40
12517         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
12518              Date: Fri, 7 May 1999 11:31:00 -0400 (EDT)
12519              Message-ID: <Pine.GSO.4.02.9905071127100.1449-100000@eq1062.wks.na.deuba.com>
12520              Subject: Test.pm update [PATCH _56]
12521      Branch: perl
12522            ! lib/Test.pm
12523 ____________________________________________________________________________
12524 [  3375] By: gsar                                  on 1999/05/10  11:28:30
12525         Log: From: jan.dubois@ibm.net (Jan Dubois)
12526              Date: Fri, 07 May 1999 00:59:54 +0200
12527              Message-ID: <373318ae.19292461@smtp1.ibm.net>
12528              Subject: Re: Using existing memory for an SV's PV 
12529      Branch: perl
12530            ! sv.c
12531 ____________________________________________________________________________
12532 [  3374] By: gsar                                  on 1999/05/10  11:23:44
12533         Log: From: jan.dubois@ibm.net (Jan Dubois)
12534              Date: Fri, 07 May 1999 00:59:52 +0200
12535              Message-ID: <37321800.19118320@smtp1.ibm.net>
12536              Subject: [PATCH 5.005_56] Fix -Dm memory debugging for PERL_OBJECT
12537      Branch: perl
12538            ! perl.h
12539 ____________________________________________________________________________
12540 [  3373] By: gsar                                  on 1999/05/10  11:22:10
12541         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12542              Date: Thu, 6 May 1999 18:17:28 -0400
12543              Message-ID: <19990506181728.A12433@monk.mps.ohio-state.edu>
12544              Subject: Re: [PATCH 5.005_56] Make open(F,"command |") return correct err(no)
12545      Branch: perl
12546            ! doio.c embed.h global.sym objXSUB.h pod/perldiag.pod proto.h
12547            ! util.c
12548 ____________________________________________________________________________
12549 [  3372] By: gsar                                  on 1999/05/10  10:57:49
12550         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12551              Date: Thu, 6 May 1999 01:21:05 -0400 (EDT)
12552              Message-Id: <199905060521.BAA03485@monk.mps.ohio-state.edu>
12553              Subject: [PATCH 5.005_56] Cosmetic: data-driven REx-dump
12554      Branch: perl
12555            ! regcomp.c regcomp.pl
12556 ____________________________________________________________________________
12557 [  3371] By: gsar                                  on 1999/05/10  10:54:01
12558         Log: From: lane@duphy4.physics.drexel.edu
12559              Date: Tue, 04 May 1999 10:19:25 -0700
12560              Message-Id: <3.0.6.32.19990504101925.02ecde30@ous.edu>
12561              Subject: [PATCH 5.005.56] pod->html VMS fixes
12562      Branch: perl
12563            ! installhtml lib/Pod/Html.pm
12564 ____________________________________________________________________________
12565 [  3370] By: gsar                                  on 1999/05/10  10:45:52
12566         Log: testsuite nits
12567      Branch: perl
12568            ! t/lib/io_linenum.t t/op/filetest.t
12569 ____________________________________________________________________________
12570 [  3369] By: gsar                                  on 1999/05/10  10:35:22
12571         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12572              Date: Mon, 3 May 1999 22:38:50 -0400 (EDT)
12573              Message-Id: <199905040238.WAA01865@monk.mps.ohio-state.edu>
12574              Subject: [PATCH 5.005_53] Quickier thread-specific data on OS/2
12575      Branch: perl
12576            ! os2/os2ish.h os2/os2thread.h
12577 ____________________________________________________________________________
12578 [  3368] By: gsar                                  on 1999/05/10  10:00:11
12579         Log: From: Albert Dvornik <bert@genscan.com>
12580              Date: 03 May 1999 12:20:57 -0400
12581              Message-ID: <tqlnf6gm52.fsf@puma.genscan.com>
12582              Subject: [PATCH 5.005_56] do_sv_dump does dump (core) on IO handles
12583      Branch: perl
12584            ! dump.c
12585 ____________________________________________________________________________
12586 [  3367] By: gsar                                  on 1999/05/10  09:55:51
12587         Log: shadow password support for Solaris (needs Configure help to
12588              determine HAS_GETSPENT)
12589              From: "Patrick O'Brien" <pdo@cs.umd.edu>
12590              Date: Sat, 01 May 1999 19:41:17 -0400
12591              Message-Id: <199905012341.TAA23989@optimus.cs.umd.edu>
12592              Subject: getpwent() under solaris
12593      Branch: perl
12594            ! pp_sys.c
12595 ____________________________________________________________________________
12596 [  3366] By: gsar                                  on 1999/05/10  09:45:58
12597         Log: From: jan.dubois@ibm.net (Jan Dubois)
12598              Date: Sat, 01 May 1999 23:45:47 +0200
12599              Message-ID: <373373fb.59284266@smtp1.ibm.net>
12600              Subject: [PATCH 5.005_56] Add POLLUTE=1 option to MakeMaker
12601      Branch: perl
12602            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
12603            ! pod/perldelta.pod
12604 ____________________________________________________________________________
12605 [  3365] By: gsar                                  on 1999/05/10  09:34:22
12606         Log: test suite and fix input_line_number()
12607              From: Paul Johnson <pjcj@transeda.com>
12608              Date: Thu, 29 Apr 1999 06:28:14 +0100
12609              Message-ID: <19990429062814.A17906@west-tip.transeda.com>
12610              Subject: [PATCH] IO::Handle 1.20 (was Re: FAIL Gedcom-1.01 i86pc-solaris 2.6)
12611      Branch: perl
12612            + t/lib/io_linenum.t
12613            ! MANIFEST ext/IO/lib/IO/Handle.pm
12614 ____________________________________________________________________________
12615 [  3364] By: gsar                                  on 1999/05/10  09:20:56
12616         Log: fix overeager [:foo:] parsing
12617              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12618              Date: Fri, 30 Apr 1999 09:26:18 +0100
12619              Message-Id: <199904300826.JAA01257@crypt.compulink.co.uk>
12620              Subject: [PATCH 5.005_{56,03}] Re: Regular expression difference b/n 5.004 & 5.005 
12621      Branch: perl
12622            ! regcomp.c t/op/re_tests
12623 ____________________________________________________________________________
12624 [  3363] By: gsar                                  on 1999/05/10  09:09:21
12625         Log: documentation for Win32 builtins (somewhat modified)
12626              From: jan.dubois@ibm.net (Jan Dubois)
12627              Date: Tue, 30 Mar 1999 08:05:03 +0200
12628              Message-ID: <37006783.1926460@smtp1.ibm.net>
12629              Subject: Re: Issues with build 509 
12630      Branch: perl
12631            + pod/Win32.pod
12632            ! MANIFEST
12633 ____________________________________________________________________________
12634 [  3362] By: gsar                                  on 1999/05/10  08:22:07
12635         Log: provide File::Copy::syscopy() via Win32::CopyFile() on win32
12636      Branch: perl
12637            ! lib/File/Copy.pm win32/win32.c
12638 ____________________________________________________________________________
12639 [  3361] By: gsar                                  on 1999/05/10  08:11:29
12640         Log: escape ampersands in <pre> sections
12641      Branch: perl
12642            ! Changes lib/Pod/Html.pm
12643 ____________________________________________________________________________
12644 [  3360] By: gsar                                  on 1999/05/10  08:04:14
12645         Log: AIX hints enhancements (threads build, SOCKS support)
12646              From: "David R. Favor" <dfavor@austin.ibm.com>
12647              Date: Wed, 28 Apr 1999 08:45:28 -0500
12648              Message-ID: <372710F8.B1F73BEB@austin.ibm.com>
12649              Subject: Working build for AIX + gcc + threading
12650      Branch: perl
12651            ! hints/aix.sh
12652 ____________________________________________________________________________
12653 [  3359] By: gsar                                  on 1999/05/10  07:49:26
12654         Log: more Compiler patches from Vishal Bhatia <vishalb@my-dejanews.com>
12655              Date: Tue, 27 Apr 1999 23:47:24 PDT
12656              Message-ID: <19990428064724.95244.qmail@hotmail.com>
12657              Subject: [PATCH 5.005_56] Saving Tied hashes ( C.pm)
12658              --
12659              Date: Thu, 29 Apr 1999 18:21:06 -0700
12660              Message-ID: <GEFPBFDJADFJBAAA@my-dejanews.com>
12661              Subject: [PATCH 5.005_56] double constants ( C.pm)
12662              --
12663              Date: Mon, 03 May 1999 20:21:31 PDT
12664              Message-ID: <19990504032131.81113.qmail@hotmail.com>
12665              Subject: [PATCH 5.005_56] Overloading implementation ( Compiler)
12666              --
12667              Date: Thu, 06 May 1999 17:57:09 -0700
12668              Message-ID: <FCJELBLAJBOBAAAA@my-dejanews.com>
12669              Subject: Stash.pm
12670      Branch: perl
12671            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/C.pm
12672            ! ext/B/B/CC.pm ext/B/B/Stash.pm t/harness
12673 ____________________________________________________________________________
12674 [  3358] By: gsar                                  on 1999/05/10  04:39:15
12675         Log: cygwin32 update (untested adaptation of patch against 5.005_03)
12676              From: alexander smishlajev <als@turnhere.com>
12677              Date: Sun, 25 Apr 1999 14:58:29 +0300
12678              Message-ID: <37230365.5F68B460@turnhere.com>
12679              Subject: [PATCH]5.005_03 (CORE) cygwin32 port
12680      Branch: perl
12681            + cygwin32/Makefile.SHs cygwin32/build-instructions.READFIRST
12682            + cygwin32/build-instructions.charles-wilson
12683            + cygwin32/build-instructions.sebastien-barre
12684            + cygwin32/build-instructions.steven-morlock
12685            + cygwin32/build-instructions.steven-morlock2
12686            + cygwin32/impure_ptr.c cygwin32/ld2.in cygwin32/perlld.in
12687            - cygwin32/cw32imp.h cygwin32/gcc2 cygwin32/ld2 cygwin32/perlgcc
12688            - cygwin32/perlld
12689            ! Configure EXTERN.h MANIFEST Makefile.SH README.cygwin32 XSUB.h
12690            ! cflags.SH config_h.SH dosish.h ext/POSIX/Makefile.PL
12691            ! ext/SDBM_File/sdbm/pair.c hints/cygwin32.sh installperl
12692            ! lib/Cwd.pm lib/ExtUtils/MakeMaker.pm lib/perl5db.pl
12693            ! makedepend.SH perl.h perlvars.h pp_hot.c pp_sys.c regcomp.c
12694            ! t/io/fs.t t/io/tell.t t/lib/anydbm.t t/op/stat.t util.c
12695 ____________________________________________________________________________
12696 [  3357] By: gsar                                  on 1999/05/10  04:07:07
12697         Log: applied suggested patch, modulo already applied parts
12698              From: Charles Bailey <BAILEY@newman.upenn.edu>
12699              Date: Sat, 24 Apr 1999 20:12:43 -0400 (EDT)
12700              Message-id: <01JAF9UAV9XG002O0W@mail.newman.upenn.edu>
12701              Subject: [Patch 5.005_56] VMS consolidated patch #2
12702      Branch: perl
12703            ! configure.com t/op/filetest.t t/op/taint.t t/pragma/warn/doio
12704            ! t/pragma/warn/mg t/pragma/warn/pp_sys t/pragma/warn/sv
12705            ! vms/descrip_mms.template vms/ext/vmsish.t vms/perlvms.pod
12706            ! vms/subconfigure.com vms/test.com vms/vms.c
12707 ____________________________________________________________________________
12708 [  3356] By: gsar                                  on 1999/05/10  03:48:08
12709         Log: applied suggested patch, with win32 and PERL_OBJECT additions
12710              From: Tom Hughes <tom@compton.nu>
12711              Date: Sat, 24 Apr 1999 18:11:59 +0100
12712              Message-ID: <609bdff748.tom@compton.compton.nu>
12713              Subject: ByteLoader patch
12714      Branch: perl
12715            + ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
12716            + ext/ByteLoader/Makefile.PL utils/perlbc.PL
12717            ! MANIFEST bytecode.h bytecode.pl byterun.c byterun.h embed.h
12718            ! embed.pl ext/B/B.xs ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
12719            ! ext/B/B/Debug.pm objXSUB.h op.c pp_ctl.c proto.h
12720            ! utils/Makefile win32/Makefile win32/makefile.mk
12721 ____________________________________________________________________________
12722 [  3355] By: gsar                                  on 1999/05/10  03:22:49
12723         Log: document 'test' attribute (from Andreas Koenig)
12724      Branch: perl
12725            ! lib/ExtUtils/MakeMaker.pm
12726 ____________________________________________________________________________
12727 [  3354] By: gsar                                  on 1999/05/10  03:12:37
12728         Log: From: pmarquess@bfsec.bt.co.uk
12729              Date: Thu, 22 Apr 1999 23:12:08 +0100
12730              Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6B45@mbtlipnt02.btlabs.bt.co.uk>
12731              Subject: PATCH for small bug in scan_bin
12732      Branch: perl
12733            ! util.c
12734 ____________________________________________________________________________
12735 [  3353] By: gsar                                  on 1999/05/10  02:39:33
12736         Log: more bulletproof workaround for mangled paths (updates changes#3345,3350);
12737              provide Win32::GetLongPathName() to complement Win32::GetShortPathName()
12738      Branch: perl
12739            ! t/op/magic.t win32/makedef.pl win32/runperl.c win32/win32.c
12740            ! win32/win32iop.h
12741 ____________________________________________________________________________
12742 [  3352] By: gsar                                  on 1999/05/09  22:47:39
12743         Log: flush all open output buffers before fork(), exec(), system, qx//
12744              and pipe open() operations, simplifying buffering headaches faced
12745              by users; uses fflush(NULL), which may need Configure test
12746      Branch: perl
12747            ! perl.h pod/perldelta.pod pod/perlfunc.pod pod/perlipc.pod
12748            ! pp_sys.c util.c vmesa/vmesa.c vms/vms.c win32/win32.c
12749 ____________________________________________________________________________
12750 [  3351] By: gsar                                  on 1999/05/09  21:11:51
12751         Log: perlcc on win32 (correct version of fix suggested by Jean-Louis
12752              Leroy <jll@skynet.be>)
12753      Branch: perl
12754            ! utils/perlcc.PL
12755 ____________________________________________________________________________
12756 [  3350] By: gsar                                  on 1999/05/09  20:39:11
12757         Log: normalize $^X to full pathname on win32
12758      Branch: perl
12759            ! win32/runperl.c
12760 ____________________________________________________________________________
12761 [  3349] By: gsar                                  on 1999/05/09  20:23:07
12762         Log: allow readline($globref), <$globref> already works
12763      Branch: perl
12764            ! pp_hot.c
12765 ____________________________________________________________________________
12766 [  3348] By: gsar                                  on 1999/05/09  20:00:09
12767         Log: perldoc cleanups (variant of changes suggested by Christian Lemburg
12768              <lemburg@online-club.de>)
12769      Branch: perl
12770            ! utils/perldoc.PL
12771 ____________________________________________________________________________
12772 [  3347] By: gsar                                  on 1999/05/09  18:47:21
12773         Log: additions to Thread.pm docs from Tuomas J. Lukka
12774              <lukka@fas.harvard.edu>
12775      Branch: perl
12776            ! ext/Thread/Thread.pm
12777 ____________________________________________________________________________
12778 [  3346] By: gsar                                  on 1999/05/09  18:38:00
12779         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
12780              Date: Sat, 17 Apr 1999 02:46:13 -0700 (PDT)
12781              Message-ID: <14103.57454.614253.598264@fre-76-120.reshall.berkeley.edu>
12782              Subject: [PATCH _56] Re: pdt: Perl Development Tools? 
12783      Branch: perl
12784            ! ext/B/B/Xref.pm
12785 ____________________________________________________________________________
12786 [  3345] By: gsar                                  on 1999/05/09  18:22:43
12787         Log: work around mangled archname on win32 while finding privlib/sitelib;
12788              normalize lib paths to forward slashes internally
12789      Branch: perl
12790            ! win32/win32.c
12791 ____________________________________________________________________________
12792 [  3344] By: gsar                                  on 1999/05/09  03:20:06
12793         Log: fix typo in dbm filters that caused odbm.t to fail
12794      Branch: perl
12795            ! ext/ODBM_File/ODBM_File.xs t/lib/odbm.t
12796 ____________________________________________________________________________
12797 [  3343] By: gsar                                  on 1999/05/09  02:02:59
12798         Log: tweak test totals
12799      Branch: perl
12800            ! Changes t/lib/tie-stdhandle.t
12801 ____________________________________________________________________________
12802 [  3342] By: gsar                                  on 1999/05/09  01:42:06
12803         Log: import list propagation busted (pointed out by Ton Hospel
12804              <thospel@mail.dma.be>)
12805      Branch: perl
12806            ! lib/autouse.pm
12807 ____________________________________________________________________________
12808 [  3341] By: gsar                                  on 1999/05/09  00:54:18
12809         Log: hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATH
12810              (as suggested by Eric Boehm <boehm@nortelnetworks.com>)
12811      Branch: perl
12812            ! Configure Makefile.SH
12813 ____________________________________________________________________________
12814 [  3340] By: gsar                                  on 1999/05/09  00:40:41
12815         Log: generate manpages for newly added utils
12816      Branch: perl
12817            ! installman
12818 ____________________________________________________________________________
12819 [  3339] By: gsar                                  on 1999/05/09  00:33:50
12820         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12821              Date: Sun, 02 May 1999 17:59:24 +0100
12822              Message-Id: <199905021659.RAA14016@crypt.compulink.co.uk>
12823              Subject: [PATCH] Re: ptr to realloced memory in yylex
12824      Branch: perl
12825            ! toke.c
12826 ____________________________________________________________________________
12827 [  3338] By: jhi                                   on 1999/05/08  22:40:29
12828         Log: Remove CONFIG item, add Digital UNIX 'ld' bug.
12829      Branch: cfgperl
12830            ! INSTALL
12831 ____________________________________________________________________________
12832 [  3337] By: jhi                                   on 1999/05/08  22:22:26
12833         Log: Integrate from mainperl.
12834      Branch: cfgperl
12835           +> pod/perldbmfilter.pod t/io/open.t t/lib/tie-stdhandle.t
12836           !> (integrate 54 files)
12837 ____________________________________________________________________________
12838 [  3336] By: gsar                                  on 1999/05/08  21:48:22
12839         Log: make perldoc -f grok nested =items
12840      Branch: perl
12841            ! utils/perldoc.PL
12842 ____________________________________________________________________________
12843 [  3335] By: gsar                                  on 1999/05/08  19:48:11
12844         Log: allow AV/HV dereferences on pseudohashes ($ph->{foo}[1], etc.)
12845      Branch: perl
12846            ! op.c t/lib/fields.t
12847 ____________________________________________________________________________
12848 [  3334] By: gsar                                  on 1999/05/08  19:09:41
12849         Log: update test totals
12850      Branch: perl
12851            ! t/lib/bigintpm.t
12852 ____________________________________________________________________________
12853 [  3333] By: gsar                                  on 1999/05/08  16:56:02
12854         Log: mention unpack('pP',...) footshot (from Albert Dvornik <bert@genscan.com>)
12855      Branch: perl
12856            ! pod/perlfunc.pod
12857 ____________________________________________________________________________
12858 [  3332] By: gsar                                  on 1999/05/08  16:46:44
12859         Log: applied suggested patch, added tests
12860              From: William Mann <wmann@avici.com>
12861              Date: Mon, 12 Apr 1999 12:25:22 -0400 (EDT)
12862              Message-Id: <199904121625.MAA00983@hwsrv1.avici.com>
12863              Subject: BigInt.pm extensions for logical operations
12864      Branch: perl
12865            ! lib/Math/BigInt.pm pod/perldelta.pod t/lib/bigintpm.t
12866 ____________________________________________________________________________
12867 [  3331] By: gsar                                  on 1999/05/08  16:09:33
12868         Log: avoid temporary files named 'tmp'
12869      Branch: perl
12870            ! Makefile.SH pp.c
12871 ____________________________________________________________________________
12872 [  3330] By: nick                                  on 1999/05/08  14:16:30
12873         Log: Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
12874              Provide Tie::StdHandle
12875              Basic update of docs.
12876      Branch: perl
12877            + t/lib/tie-stdhandle.t
12878            ! lib/Tie/Handle.pm pod/perltie.pod pp_sys.c
12879 ____________________________________________________________________________
12880 [  3329] By: nick                                  on 1999/05/08  12:03:45
12881         Log: Tweaks to open(my $fh,...) stuff
12882      Branch: perl
12883            ! op.c pp.c pp_sys.c t/io/open.t
12884 ____________________________________________________________________________
12885 [  3328] By: nick                                  on 1999/05/08  11:18:42
12886         Log: Bring SDBM_File.xs into line with new typemap
12887      Branch: perl
12888            ! ext/SDBM_File/SDBM_File.xs
12889 ____________________________________________________________________________
12890 [  3327] By: gsar                                  on 1999/05/08  00:07:11
12891         Log: add test case for AUTOLOAD reentrancy fix in change#3279
12892      Branch: perl
12893            ! t/lib/autoloader.t
12894 ____________________________________________________________________________
12895 [  3326] By: nick                                  on 1999/05/07  21:24:50
12896         Log: Implement open( my $fh, ...) and similar.
12897              Set flag in op.c for "constructor ops"
12898              In pp_rv2gv, if flag is set and arg is PADSV and uninit
12899              vivify as reference to a detached GV.
12900              (Name of GV is the pad name.)
12901              This scheme should "just work" for pipe/socket etc. too.
12902              
12903              #if 0 out the open(FH,undef) for now.
12904              Change t/io/open.t to test open(my $fh,...)
12905      Branch: perl
12906            ! op.c pp.c pp_sys.c t/io/open.t
12907 ____________________________________________________________________________
12908 [  3325] By: nick                                  on 1999/05/07  21:18:42
12909         Log: Correct SvLEN vs SvCUR  which leads to odd "chunk" vs "line" in mess().
12910      Branch: perl
12911            ! util.c
12912 ____________________________________________________________________________
12913 [  3324] By: gsar                                  on 1999/05/07  20:28:31
12914         Log: avoid using PL_sv_mutex in condpair_magic() (avoids hangs when
12915              intervening code has to allocate SVs)
12916      Branch: perl
12917            ! util.c
12918 ____________________________________________________________________________
12919 [  3323] By: gsar                                  on 1999/05/07  19:45:08
12920         Log: allow line numbers to show in diagnostics during global destruction
12921      Branch: perl
12922            ! util.c
12923 ____________________________________________________________________________
12924 [  3322] By: gsar                                  on 1999/05/07  09:38:11
12925         Log: From: Dan Sugalski <sugalskd@ous.edu>
12926              Date: Fri, 09 Apr 1999 16:16:39 -0700
12927              Message-Id: <3.0.6.32.19990409161639.02ea1050@ous.edu>
12928              Subject: [PATCH 5.005_03]Bug in MM_VMS.PM
12929      Branch: perl
12930            ! lib/ExtUtils/MM_VMS.pm
12931 ____________________________________________________________________________
12932 [  3321] By: gsar                                  on 1999/05/07  09:08:23
12933         Log: From: kwzh@gnu.org (Karl Heuer)
12934              Date: Wed, 7 Apr 1999 23:58:58 -0400
12935              Message-Id: <199904080358.XAA01192@mescaline.gnu.org>
12936              Subject: [perl-5.005.02] detect lack of /dev/tty
12937      Branch: perl
12938            ! Makefile.SH
12939 ____________________________________________________________________________
12940 [  3320] By: gsar                                  on 1999/05/07  08:52:14
12941         Log: allow distinct prefix for versioned executables
12942              From: Roderick Schertler <roderick@argon.org>
12943              Date: Wed, 07 Apr 1999 15:34:56 -0400
12944              Message-ID: <3003.923513696@eeyore.ibcinc.com>
12945              Subject: perl55.00503 -> perl5.00503 patch for installperl
12946      Branch: perl
12947            ! INSTALL installperl
12948 ____________________________________________________________________________
12949 [  3319] By: gsar                                  on 1999/05/07  08:07:02
12950         Log: From: Dan Sugalski <sugalskd@osshe.edu>
12951              Date: Mon, 05 Apr 1999 15:38:42 -0700
12952              Message-Id: <3.0.6.32.19990405153842.0367b650@ous.edu>
12953              Subject: Re: chomp fails with $/ in fixed-length record mode
12954              --
12955              From: Roderick Schertler <roderick@argon.org>
12956              Date: Tue, 06 Apr 1999 21:11:37 -0400
12957              Message-ID: <2795.923447497@eeyore.ibcinc.com>
12958              Subject: Re: chomp fails with $/ in fixed-length record mode
12959      Branch: perl
12960            ! doop.c pod/perlfunc.pod t/op/chop.t
12961 ____________________________________________________________________________
12962 [  3318] By: gsar                                  on 1999/05/07  07:56:35
12963         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12964              Date: Tue, 6 Apr 1999 01:40:36 -0400
12965              Message-ID: <19990406014035.A1238@monk.mps.ohio-state.edu>
12966              Subject: [PATCH 5.005_*] Make % use fmod()
12967      Branch: perl
12968            ! pp.c t/op/arith.t
12969 ____________________________________________________________________________
12970 [  3317] By: gsar                                  on 1999/05/07  04:18:11
12971         Log: DBM Filters (via private mail)
12972              From: pmarquess@bfsec.bt.co.uk
12973              Date: Sun, 18 Apr 1999 21:05:52 +0100
12974              Message-Id: <199904182009.NAA19152@activestate.com>
12975              Subject: DBM Filters
12976      Branch: perl
12977            + pod/perldbmfilter.pod
12978            ! MANIFEST ext/DB_File/Changes ext/DB_File/DB_File.pm
12979            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
12980            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
12981            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
12982            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/typemap
12983            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
12984            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
12985            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/typemap
12986            ! lib/AnyDBM_File.pm pod/Makefile pod/buildtoc pod/perl.pod
12987            ! pod/perldelta.pod t/lib/db-btree.t t/lib/db-hash.t
12988            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
12989            ! t/lib/sdbm.t
12990 ____________________________________________________________________________
12991 [  3316] By: gsar                                  on 1999/05/07  03:28:53
12992         Log: avoid negative return value from Win32::GetTickCount()
12993              From: jan.dubois@ibm.net (Jan Dubois)
12994              Date: Sat, 03 Apr 1999 19:04:18 +0200
12995              Message-ID: <37084742.22824479@smtp1.ibm.net>
12996              Subject: Re: Win32::GetTickCount
12997      Branch: perl
12998            ! win32/win32.c
12999 ____________________________________________________________________________
13000 [  3314] By: gsar                                  on 1999/05/06  08:01:23
13001         Log: compiler fixes from Vishal Bhatia <vishalb@hotmail.com>
13002              Date: Tue, 30 Mar 1999 23:40:34 PST
13003              Message-ID: <19990331074034.6117.qmail@hotmail.com>
13004              Subject: [PATCH 5.005_56] pp_entersub and pp_leavewrite(CC.pm)
13005              --
13006              Date: Wed, 07 Apr 1999 00:28:23 -0800
13007              Message-ID: <FGBNLNPOEELFAAAA@my-dejanews.com>
13008              Subject: [PATCH 5.005_56] function prototypes(B.pm)
13009              --
13010              Date: Thu, 22 Apr 1999 23:40:52 -0700
13011              Message-ID: <OEAOMKBMLDADCAAA@my-dejanews.com>
13012              Subject: [PATCH 5.005_56 ] discarding worthless padsvs
13013              --
13014              Date: Tue, 27 Apr 1999 01:14:49 PDT
13015              Message-ID: <19990427081449.28615.qmail@hotmail.com>
13016              Subject: [PATCH 5.005_56] pp_ncmp implementation ( CC.pm)
13017      Branch: perl
13018            ! ext/B/B.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm t/op/gv.t
13019            ! t/op/ref.t
13020 ____________________________________________________________________________
13021 [  3313] By: jhi                                   on 1999/05/06  07:59:52
13022         Log: Integrate from mainperl.
13023      Branch: cfgperl
13024           !> (integrate 33 files)
13025 ____________________________________________________________________________
13026 [  3312] By: gsar                                  on 1999/05/06  07:11:50
13027         Log: add Ethiopic section to unicode master database (from Ken
13028              Whistler <kenw@sybase.com>)
13029      Branch: perl
13030            ! lib/unicode/UnicodeData-Latest.txt
13031 ____________________________________________________________________________
13032 [  3311] By: gsar                                  on 1999/05/06  05:37:55
13033         Log: From: Damon Atkins <n107844@sysmgtdev.nabaus.com.au>
13034              Date: Tue, 30 Mar 1999 11:26:11 +1000 (EST)
13035              Message-Id: <199903300126.LAA20870@sysmgtdev.nabaus.com.au>
13036              Subject: Largefiles for Solaris
13037      Branch: perl
13038            ! hints/solaris_2.sh
13039 ____________________________________________________________________________
13040 [  3310] By: gsar                                  on 1999/05/06  05:14:35
13041         Log: emit more accurate diagnostic for syntax errors involving <>
13042              within eval""
13043      Branch: perl
13044            ! toke.c utils/perldoc.PL
13045 ____________________________________________________________________________
13046 [  3309] By: gsar                                  on 1999/05/06  04:36:31
13047         Log: additional test for IPC::Open3 (courtesy RonaldWS@aol.com)
13048      Branch: perl
13049            ! t/lib/open3.t
13050 ____________________________________________________________________________
13051 [  3308] By: gsar                                  on 1999/05/06  03:19:16
13052         Log: applied first part of suggested patch (bug described cannot be
13053              reproduced any longer, so the second inconclusive part has not
13054              been applied)
13055              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13056              Date: Sun, 28 Mar 1999 04:51:34 +0100
13057              Message-Id: <199903280351.EAA20430@crypt.compulink.co.uk>
13058              Subject: [PATCH 5.005_56] Re: A core dump 
13059      Branch: perl
13060            ! toke.c
13061 ____________________________________________________________________________
13062 [  3307] By: gsar                                  on 1999/05/06  01:56:06
13063         Log: fix bogus OPf_REF context in C<sort BLOCK @foo> (extension of
13064              change#3180)
13065      Branch: perl
13066            ! op.c
13067 ____________________________________________________________________________
13068 [  3306] By: gsar                                  on 1999/05/05  17:17:34
13069         Log: applied non-conflicting parts of suggested patch
13070              From: Charles Bailey <BAILEY@newman.upenn.edu>
13071              Date: Sat, 27 Mar 1999 00:16:51 -0400 (EDT)
13072              Message-id: <01J9AZY8I2PW001O2S@mail.newman.upenn.edu>
13073              Subject: [Patch 5.005_56] Revised VMS patch
13074      Branch: perl
13075            ! Changes ext/B/defsubs.h.PL hv.c iperlsys.h perl.c
13076            ! pod/perldiag.pod proto.h util.c vms/perlvms.pod vms/vms.c
13077 ____________________________________________________________________________
13078 [  3305] By: gsar                                  on 1999/05/05  16:20:19
13079         Log: make perldoc use backslashed pathnames within system() on win32
13080      Branch: perl
13081            ! pod/perldiag.pod pod/perlthrtut.pod utils/perldoc.PL
13082 ____________________________________________________________________________
13083 [  3304] By: gsar                                  on 1999/05/05  07:29:43
13084         Log: upgrade Pod::Parser to v1.081 from CPAN
13085      Branch: perl
13086            ! lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
13087            ! lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
13088            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
13089 ____________________________________________________________________________
13090 [  3303] By: gsar                                  on 1999/05/05  07:02:07
13091         Log: From: Andy Dougherty <doughera@lafayette.edu>
13092              Date: Fri, 19 Mar 1999 12:31:35 -0500 (EST)
13093              Message-Id: <Pine.GSU.4.05.9903191208250.8899-100000@newton.phys>
13094              Subject: [PATCH 5.005_03-MT3] INSTALL patches
13095      Branch: perl
13096            ! INSTALL
13097 ____________________________________________________________________________
13098 [  3302] By: gsar                                  on 1999/05/05  06:55:21
13099         Log: load base packages based on nonexistent $VERSION
13100              From: andreas.koenig@anima.de (Andreas J. Koenig)
13101              Date: 19 Mar 1999 06:00:28 +0100
13102              Message-ID: <sfcsob2m5ub.fsf@dubravka.in-berlin.de>
13103              Subject: Re: base.pm flaw
13104      Branch: perl
13105            ! lib/base.pm lib/locale.pm
13106 ____________________________________________________________________________
13107 [  3301] By: gsar                                  on 1999/05/04  05:41:08
13108         Log: pod2man outputs switched date and revision label (fix suggested by
13109              EthanSasiela@mede.com)
13110      Branch: perl
13111            ! pod/pod2man.PL
13112 ____________________________________________________________________________
13113 [  3300] By: gsar                                  on 1999/05/03  18:48:25
13114         Log: adjust win32_stat() to cope with FindFirstFile() and stat() bugs
13115              (makes opendir(D,"c:") work reliably)
13116      Branch: perl
13117            ! win32/win32.c
13118 ____________________________________________________________________________
13119 [  3299] By: gsar                                  on 1999/05/02  19:39:55
13120         Log: add test case for change#3298
13121      Branch: perl
13122            ! sv.c t/op/readdir.t
13123 ____________________________________________________________________________
13124 [  3298] By: gsar                                  on 1999/05/02  19:24:41
13125         Log: close directory handles properly when localized
13126      Branch: perl
13127            ! sv.c
13128 ____________________________________________________________________________
13129 [  3297] By: jhi                                   on 1999/04/30  11:42:14
13130         Log: Integrate from mainperl.
13131      Branch: cfgperl
13132           !> Changes config_h.SH configure.com lib/AutoLoader.pm
13133           !> lib/AutoSplit.pm lib/File/Path.pm pod/perlre.pod pp.c pp_ctl.c
13134           !> pp_sys.c proto.h regcomp.c t/op/die.t t/op/ref.t util.c
13135           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/munchconfig.c
13136           !> vms/subconfigure.com win32/win32.c
13137 ____________________________________________________________________________
13138 [  3293] By: chip                                  on 1999/04/29  18:50:49
13139         Log: Fix shebang lines.
13140      Branch: maint-5.004/perl
13141            ! Porting/p4d2p h2pl/mksizes pod/checkpods.PL pod/pod2html.PL
13142            ! pod/pod2latex.PL pod/pod2man.PL pod/pod2text.PL utils/c2ph.PL
13143            ! utils/h2ph.PL utils/h2xs.PL utils/perlbug.PL utils/perldoc.PL
13144            ! utils/pl2pm.PL utils/splain.PL win32/bin/search.pl
13145            ! x2p/find2perl.PL x2p/s2p.PL
13146 ____________________________________________________________________________
13147 [  3284] By: gsar                                  on 1999/04/27  00:48:42
13148         Log: integrate change#3279 from maint-5.004
13149      Branch: perl
13150            ! lib/AutoLoader.pm
13151 ____________________________________________________________________________
13152 [  3279] By: chip                                  on 1999/04/26  23:09:26
13153         Log: Make &AutoLoad::AUTOLOAD reentrant.
13154      Branch: maint-5.004/perl
13155            ! lib/AutoLoader.pm
13156 ____________________________________________________________________________
13157 [  3276] By: chip                                  on 1999/04/26  22:34:36
13158         Log: Make porting scripts executable.
13159      Branch: maint-5.004/perl
13160            ! Changes Porting/genlog Porting/makerel Porting/p4desc
13161            ! Porting/patchls
13162 ____________________________________________________________________________
13163 [  3274] By: gsar                                  on 1999/04/26  17:30:31
13164         Log: allow embedded null characters in diagnostics
13165      Branch: perl
13166            ! pp_ctl.c pp_sys.c proto.h regcomp.c t/op/die.t util.c
13167 ____________________________________________________________________________
13168 [  3273] By: gsar                                  on 1999/04/26  08:27:22
13169         Log: hand-applied conflicting parts of suggested patch
13170              From: Charles Bailey <BAILEY@newman.upenn.edu>
13171              Date: Wed, 17 Mar 1999 23:55:23 -0400 (EDT)
13172              Message-id: <01J8YELSL7WK001E7S@mail.newman.upenn.edu>
13173              Subject: [PATCH 5.005_56] VMS configuration/build
13174      Branch: perl
13175            ! configure.com vms/descrip_mms.template vms/gen_shrfls.pl
13176            ! vms/munchconfig.c vms/subconfigure.com
13177 ____________________________________________________________________________
13178 [  3272] By: gsar                                  on 1999/04/26  08:25:41
13179         Log: update Changes; tweak minor regressions
13180      Branch: perl
13181            ! Changes lib/AutoSplit.pm lib/File/Path.pm
13182 ____________________________________________________________________________
13183 [  3271] By: gsar                                  on 1999/04/26  07:52:51
13184         Log: integrate change#3229 from maint-5.004
13185      Branch: perl
13186            ! pp_ctl.c util.c
13187 ____________________________________________________________________________
13188 [  3270] By: gsar                                  on 1999/04/25  22:58:27
13189         Log: fix buggy reference count on refs to SVs with autoviv magic
13190              (resulted in C<my @a; $a[1] = 1; print \$_ for @a> and Data::Dumper
13191              accessing free()d memory)
13192      Branch: perl
13193            ! pp.c t/op/ref.t
13194 ____________________________________________________________________________
13195 [  3269] By: gsar                                  on 1999/04/24  17:07:55
13196         Log: fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail
13197              on win32)
13198      Branch: perl
13199            ! win32/win32.c
13200 ____________________________________________________________________________
13201 [  3268] By: gsar                                  on 1999/04/24  16:38:25
13202         Log: kill dup hunk
13203      Branch: perl
13204            ! config_h.SH
13205 ____________________________________________________________________________
13206 [  3267] By: gsar                                  on 1999/04/24  16:35:57
13207         Log: integrate cfgperl changes into mainline
13208      Branch: perl
13209           +> myconfig.SH
13210            - myconfig
13211            ! pod/perlre.pod
13212           !> (integrate 38 files)
13213 ____________________________________________________________________________
13214 [  3266] By: jhi                                   on 1999/04/23  18:42:44
13215         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
13216              To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>,
13217              Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com>
13218              Cc: Lionel Cons <lionel.cons@cern.ch>,
13219              Ilya Zakharevich <ilya@math.ohio-state.edu>,
13220              David Hayes <david@bdel.com>
13221              Subject: [PATCH] h2ph
13222              Date: Fri, 23 Apr 1999 12:37:23 -0400
13223              Message-ID: <19990423123723.A49550@O2.chapin.edu>
13224      Branch: cfgperl
13225            ! utils/h2ph.PL
13226 ____________________________________________________________________________
13227 [  3265] By: jhi                                   on 1999/04/21  18:17:12
13228         Log: From: lane@duphy4.physics.drexel.edu (by way of Dan Sugalski <sugalskd@ous.edu>)
13229              To: perlbug@perl.org
13230              Subject: [PATCH Perl 5.005.56] descrip_mms.template installed files fix
13231              Date: Wed, 21 Apr 1999 08:17:54 -0700
13232              Message-Id: <3.0.6.32.19990421081754.03127b60@ous.edu>
13233      Branch: cfgperl
13234            ! vms/descrip_mms.template
13235 ____________________________________________________________________________
13236 [  3264] By: jhi                                   on 1999/04/20  08:50:54
13237         Log: From: Andy Dougherty <doughera@lafayette.edu>
13238              To: The Perl Porters Mailing List <perl5-porters@perl.org>
13239              Subject: [PATCH 5.005_56] Re: 5.006 Todo
13240              Date: Mon, 19 Apr 1999 16:27:07 -0400 (EDT)
13241              Message-Id: <Pine.GSU.4.05.9904191623470.7838-100000@newton.phys>
13242      Branch: cfgperl
13243            ! Porting/pumpkin.pod
13244 ____________________________________________________________________________
13245 [  3263] By: jhi                                   on 1999/04/20  08:05:01
13246         Log: From: Chip Salzenberg <chip@perlsupport.com>
13247              To: Perl 5 Porters <perl5-porters@perl.org>
13248              Subject: [PATCH 5.005_56] Configure: $sig_count
13249              Date: Sun, 18 Apr 1999 17:54:36 -0400
13250              Message-ID: <19990418175436.A27496@perlsupport.com>
13251      Branch: cfgperl
13252            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13253            ! config_h.SH
13254 ____________________________________________________________________________
13255 [  3262] By: jhi                                   on 1999/04/19  18:23:50
13256         Log: Subject: PATCH wrong faq reference in perlbook.pod
13257              From: Robin Barker <rmb1@cise.npl.co.uk>
13258              To: perlbug@perl.com
13259              Date: Fri, 9 Apr 1999 16:05:23 +0100 (BST)
13260              Message-Id: <199904091505.QAA03757@cyclone.cise.npl.co.uk>
13261      Branch: cfgperl
13262            ! pod/perlbook.pod
13263 ____________________________________________________________________________
13264 [  3261] By: jhi                                   on 1999/04/15  13:59:04
13265         Log: From: Andy Dougherty <doughera@lafayette.edu>
13266              To: Hugo van der Sanden <hugo@corp.netcom.net.uk>
13267              Cc: Perl Porters <perl5-porters@perl.org>
13268              Subject: [PATCH] Re: 5.005_03 and gcc, GNU ld under Solaris 2.6
13269              Date: Wed, 14 Apr 1999 17:07:43 -0400 (EDT)
13270              Message-Id: <Pine.GSU.4.05.9904141658290.4262-100000@newton.phys>
13271      Branch: cfgperl
13272            ! hints/solaris_2.sh
13273 ____________________________________________________________________________
13274 [  3260] By: jhi                                   on 1999/04/15  13:56:53
13275         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
13276              To: pumpkings@jhereg.perl.com
13277              Subject: PATCH: 5.005_56: perldata.pod (UPDATE)
13278              Date: Thu, 15 Apr 1999 07:13:41 -0600
13279              Message-Id: <199904151313.HAA07682@jhereg.perl.com>
13280      Branch: cfgperl
13281            ! pod/perldata.pod
13282 ____________________________________________________________________________
13283 [  3259] By: jhi                                   on 1999/04/13  23:12:52
13284         Log: LDLIBPTH also on 'clean' targets.
13285      Branch: cfgperl
13286            ! Makefile.SH
13287 ____________________________________________________________________________
13288 [  3258] By: jhi                                   on 1999/04/13  21:38:46
13289         Log: Add information about the two DEC C compiler optimizer bugs
13290              (what patch levels of the compilers fix them).
13291      Branch: cfgperl
13292            ! pp.c t/op/repeat.t
13293 ____________________________________________________________________________
13294 [  3257] By: jhi                                   on 1999/04/13  14:25:08
13295         Log: Be polite about ccdlflags and lddflags, too.
13296              Avoid Perl's malloc only when threaded.
13297      Branch: cfgperl
13298            ! hints/aix.sh
13299 ____________________________________________________________________________
13300 [  3256] By: jhi                                   on 1999/04/13  10:21:33
13301         Log: Croak if no known ways to semctl() (don't assume union semun).
13302      Branch: cfgperl
13303            ! doio.c perl.h
13304 ____________________________________________________________________________
13305 [  3255] By: jhi                                   on 1999/04/13  09:10:26
13306         Log: From: Dan Sugalski <sugalskd@osshe.edu>
13307              To: perl5-porters@perl.org, vmsperl@perl.org
13308              Subject: [Patch 5.005/5.006]Another MM_VMS.pm patch
13309              Date: Mon, 12 Apr 1999 13:36:48 -0700
13310              Message-Id: <3.0.6.32.19990412133648.030e7ec0@ous.edu>
13311      Branch: cfgperl
13312            ! lib/ExtUtils/MM_VMS.pm
13313 ____________________________________________________________________________
13314 [  3254] By: jhi                                   on 1999/04/13  06:56:26
13315         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
13316              To: perlbug@perl.com
13317              Subject: Update for OpenBSD hints
13318              Date: Mon, 12 Apr 1999 23:12:22 -0600 (MDT)
13319              Message-Id: <199904130512.XAA27712@xerxes.courtesan.com>
13320      Branch: cfgperl
13321            ! hints/openbsd.sh
13322 ____________________________________________________________________________
13323 [  3229] By: chip                                  on 1999/04/13  04:04:14
13324         Log: Preserve errno from importunities of sfio.
13325      Branch: maint-5.004/perl
13326            ! pp_ctl.c util.c
13327 ____________________________________________________________________________
13328 [  3226] By: jhi                                   on 1999/04/11  12:52:26
13329         Log: If both ways to call semctl are broken,    skip the tests.
13330      Branch: cfgperl
13331            ! t/lib/ipc_sysv.t
13332 ____________________________________________________________________________
13333 [  3225] By: jhi                                   on 1999/04/10  22:27:28
13334         Log: From: Andy Dougherty <doughera@lafayette.edu>
13335              To: dsembr01@ox.slug.louisville.edu
13336              Cc: perlbug@perl.com
13337              Subject: [PATCH 5.004_05 5.005_03 5.005_56] Re: Misspelled macro in ext/POSIX/POSIX.xs?
13338              Date: Fri, 9 Apr 1999 16:58:08 -0400 (EDT)
13339              Message-Id: <Pine.GSU.4.05.9904091648570.894-100000@newton.phys>
13340      Branch: cfgperl
13341            ! ext/POSIX/POSIX.xs
13342 ____________________________________________________________________________
13343 [  3224] By: jhi                                   on 1999/04/09  18:50:32
13344         Log: From: Andy Dougherty <doughera@lafayette.edu>
13345              To: Perl Porters <perl5-porters@perl.org>
13346              Subject: [PATCH 5.005_56] Re: prefix= in hints
13347              Date: Fri, 9 Apr 1999 14:54:18 -0400 (EDT)
13348              Message-Id: <Pine.GSU.4.05.9904091445280.894-100000@newton.phys>
13349              
13350              (Overrides change #3204 from Kurt)
13351      Branch: cfgperl
13352            ! hints/linux.sh
13353 ____________________________________________________________________________
13354 [  3223] By: jhi                                   on 1999/04/09  18:37:55
13355         Log: Understand Apollo's //node notation.
13356              
13357              From: Johann Klasek <jk@auto.tuwien.ac.at>
13358              To: jhi@iki.fi
13359              Subject: Re: DomainPerl
13360              Date: Fri, 9 Apr 1999 18:21:37 +0200
13361              Message-ID: <19990409182137.A2299@euklid.auto.tuwien.ac.at>
13362      Branch: cfgperl
13363            ! lib/Cwd.pm
13364 ____________________________________________________________________________
13365 [  3220] By: jhi                                   on 1999/04/04  16:33:49
13366         Log: Integrate from mainperl.
13367      Branch: cfgperl
13368           !> (integrate 39 files)
13369 ____________________________________________________________________________
13370 [  3219] By: gsar                                  on 1999/04/04  02:48:17
13371         Log: tweak previous change
13372      Branch: maint-5.005/perl
13373            ! win32/win32.c
13374 ____________________________________________________________________________
13375 [  3218] By: gsar                                  on 1999/04/04  02:44:47
13376         Log: be careful about extending the stack for the Win32:: builtins
13377      Branch: maint-5.005/perl
13378            ! win32/win32.c
13379 ____________________________________________________________________________
13380 [  3217] By: gsar                                  on 1999/04/04  01:59:26
13381         Log: correct places that said newSVpv() when they meant newSVpvn()
13382      Branch: perl
13383            ! XSUB.h dump.c ext/B/B.xs ext/B/defsubs.h.PL
13384            ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_vms.xs
13385            ! ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
13386            ! ext/Socket/Socket.xs ext/attrs/attrs.xs gv.c hv.c hv.h
13387            ! jpl/JNI/JNI.xs mg.c op.c perl.c pod/perlguts.pod pp.c pp_ctl.c
13388            ! pp_sys.c regcomp.c toke.c util.c win32/dl_win32.xs
13389            ! win32/win32.c
13390 ____________________________________________________________________________
13391 [  3216] By: gsar                                  on 1999/04/03  23:58:27
13392         Log: avoid duplicate code
13393      Branch: perl
13394            ! sv.c
13395 ____________________________________________________________________________
13396 [  3215] By: gsar                                  on 1999/04/03  23:14:34
13397         Log: grow PL_tmps_stack more efficiently; make it more amenable to
13398              STRESS_REALLOC testing
13399      Branch: perl
13400            ! embed.h embed.pl global.sym objXSUB.h pp.h proto.h scope.c
13401            ! sv.c
13402 ____________________________________________________________________________
13403 [  3214] By: gsar                                  on 1999/04/03  21:01:09
13404         Log: scrounge and save three extra branches in pp_entersub()
13405      Branch: perl
13406            ! cv.h pp_ctl.c pp_hot.c
13407 ____________________________________________________________________________
13408 [  3213] By: gsar                                  on 1999/04/03  17:43:23
13409         Log: remove duplicate code and an extra branch in sv_setsv() and
13410              other hot code by making SvTHINKFIRST() think about FAKE SVs
13411      Branch: perl
13412            ! doio.c embed.h embed.pl global.sym objXSUB.h pp.c pp_hot.c
13413            ! proto.h scope.c sv.c sv.h
13414 ____________________________________________________________________________
13415 [  3212] By: jhi                                   on 1999/04/03  16:20:09
13416         Log: Fix up some _t nits (Pid_t, Gid_t, Uid_t, etc. instead of int).
13417              
13418              From: John Bley <jbb6@acpub.duke.edu>
13419              To: perlbug@perl.org
13420              Subject: [PATCH]5.005_03 (CORE) Fix some _t nits
13421              Date: Thu, 1 Apr 1999 02:01:47 -0500 (EST)
13422              Message-ID: <Pine.SOL.3.91.990401015805.21458A-100000@soc13.acpub.duke.edu>
13423      Branch: cfgperl
13424            ! doio.c pp_sys.c
13425 ____________________________________________________________________________
13426 [  3211] By: jhi                                   on 1999/04/03  13:27:26
13427         Log: Change #3210 was rather unportable.  This is better.
13428      Branch: cfgperl
13429            ! Configure config_h.SH
13430 ____________________________________________________________________________
13431 [  3210] By: jhi                                   on 1999/04/03  13:16:20
13432         Log: Avoid Digital UNIX' ksh.
13433              
13434              From: Jarkko Hietaniemi <jhi@iki.fi> 
13435              To: Henrik Tougaard <ht000@siberut.foa.dk> 
13436              Cc: perlbug@perl.com, ht000@foa.dk 
13437              Subject: Re: Not OK perl5.005_03-MAINT_TRIAL_4
13438              Date: Wed, 27 Jan 1999 16:52:33 +0200 (EET) 
13439              Message-ID: <13999.10289.319422.239987@alpha.hut.fi> 
13440      Branch: cfgperl
13441            ! Configure config_h.SH
13442 ____________________________________________________________________________
13443 [  3209] By: jhi                                   on 1999/04/03  12:49:04
13444         Log: Integrate from mainperl.
13445      Branch: cfgperl
13446           !> Changes Makefile.SH README installperl t/lib/bigfloatpm.t
13447 ____________________________________________________________________________
13448 [  3208] By: jhi                                   on 1999/04/03  12:27:24
13449         Log: Add -mabi=64 to ccflags for 64-bit IRIX gcc.
13450              
13451              From: Lionel Cons <lionel.cons@cern.ch>
13452              To: jhi@iki.fi
13453              Cc: perlbug@perl.com, kstar@isinet.com,
13454              Philippe Defert <philippe.defert@cern.ch>
13455              Subject: Re: Not OK: perl 5.00503 on IP27-irix 6.5 (UNINSTALLED)
13456              Date: Thu, 1 Apr 1999 14:05:28 +0200 (METDST)
13457              Message-Id: <199904011205.OAA11380@mercury.cern.ch>
13458      Branch: cfgperl
13459            ! hints/irix_6.sh
13460 ____________________________________________________________________________
13461 [  3207] By: jhi                                   on 1999/04/03  12:20:21
13462         Log: Be polite about usemymalloc.
13463      Branch: cfgperl
13464            ! hints/aix.sh
13465 ____________________________________________________________________________
13466 [  3206] By: gsar                                  on 1999/04/02  23:31:59
13467         Log: a typo in change#3205
13468      Branch: perl
13469            ! t/lib/bigfloatpm.t
13470 ____________________________________________________________________________
13471 [  3205] By: gsar                                  on 1999/04/02  23:20:31
13472         Log: make testsuite reflect change#3157  (Math::BigFloat->new now
13473              returns NaNs faithfully)
13474      Branch: perl
13475            ! t/lib/bigfloatpm.t
13476 ____________________________________________________________________________
13477 [  3204] By: jhi                                   on 1999/04/02  22:03:23
13478         Log: On -Uinstallusrbinperl and no -Dprefix, set prefix to /usr/local.
13479              
13480              From: "Kurt D. Starsinic" <kstar@chapin.edu>
13481              To: perl5-porters@perl.org
13482              Subject: linux hints nit
13483              Date: Fri, 2 Apr 1999 16:49:47 -0500
13484              Message-ID: <19990402164947.E80926@O2.chapin.edu>
13485      Branch: cfgperl
13486            ! hints/linux.sh
13487 ____________________________________________________________________________
13488 [  3203] By: jhi                                   on 1999/04/02  22:00:56
13489         Log: Display exact glibc version in Linux. 
13490              
13491              From: Andy Dougherty <doughera@lafayette.edu>
13492              To: Perl Porters <perl5-porters@perl.org>
13493              Subject: Displaying glibc version on Linux
13494              Date: Mon, 29 Mar 1999 15:04:26 -0500 (EST)
13495              Message-Id: <Pine.GSU.4.05.9903291417370.15335-100000@newton.phys>
13496      Branch: cfgperl
13497            ! hints/linux.sh
13498 ____________________________________________________________________________
13499 [  3202] By: gsar                                  on 1999/04/02  21:23:18
13500         Log: various little goofs
13501      Branch: perl
13502            ! Changes Makefile.SH README installperl
13503 ____________________________________________________________________________
13504 [  3201] By: jhi                                   on 1999/04/02  13:13:39
13505         Log: Configure regen.
13506              
13507              Add llseek + offset_t probing.
13508              Change CONFIG to CONFIGDOTSH.
13509              'unset foo' is unportable, use foo=''.
13510      Branch: cfgperl
13511            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
13512            ! configpm makeaperl.SH makedepend.SH makedir.SH myconfig.SH
13513            ! perl_exp.SH writemain.SH
13514 ____________________________________________________________________________
13515 [  3200] By: jhi                                   on 1999/04/02  12:06:22
13516         Log: Introduce myconfig.SH.
13517              
13518              From: Andy Dougherty <doughera@lafayette.edu>
13519              To: Jarkko Hietaniemi <jhi@iki.fi>
13520              Cc: Nick Ing-Simmons <nik@tiuk.ti.com>, Perl Porters <perl5-porters@perl.org>
13521              Subject: [PATCH] myconfig.SH (was Re: perl install bug on AIX 4.3.1.0)
13522              Date: Tue, 30 Mar 1999 12:41:29 -0500 (EST)
13523              Message-Id: <Pine.GSU.4.05.9903301222280.15987-100000@newton.phys>
13524      Branch: cfgperl
13525            + myconfig.SH
13526            - myconfig
13527            ! MANIFEST
13528 ____________________________________________________________________________
13529 [  3195] By: jhi                                   on 1999/03/28  16:42:54
13530         Log: Update perlhist on 5_03.
13531      Branch: maint-5.005/perl
13532            ! pod/perlhist.pod
13533 ____________________________________________________________________________
13534 [  3194] By: jhi                                   on 1999/03/28  12:30:01
13535         Log: Integrate from mainperl.
13536      Branch: cfgperl
13537           +> t/op/grep.t
13538            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
13539            ! t/lib/bigintpm.t
13540           !> MANIFEST Porting/p4desc ext/Thread/Thread.xs op.c
13541           !> t/lib/thread.t
13542 ____________________________________________________________________________
13543 [  3189] By: gsar                                  on 1999/03/28  08:22:00
13544         Log: various pod niggles
13545      Branch: maint-5.005/perl
13546            ! pod/perl.pod pod/perldebug.pod pod/perldiag.pod
13547            ! pod/perlfunc.pod pod/perlhist.pod
13548 ____________________________________________________________________________
13549 [  3187] By: gsar                                  on 1999/03/28  07:31:16
13550         Log: regularize CAPI declarations (CAPI extensions now build under
13551              the Borland compiler)
13552      Branch: maint-5.005/perl
13553            ! win32/GenCAPI.pl
13554 ____________________________________________________________________________
13555 [  3186] By: gsar                                  on 1999/03/28  07:26:33
13556         Log: ensure XS_LOCKS stuff happens *before* XSUB is entered under
13557              -DPERL_CAPI
13558      Branch: maint-5.005/perl
13559            ! XSlock.h win32/GenCAPI.pl win32/Makefile win32/makefile.mk
13560 ____________________________________________________________________________
13561 [  3183] By: gsar                                  on 1999/03/28  06:00:46
13562         Log: update p4 utility to ignore non-text files
13563      Branch: perl
13564            ! Porting/p4desc
13565 ____________________________________________________________________________
13566 [  3181] By: gsar                                  on 1999/03/28  03:37:23
13567         Log: integrate change#3179 from maint-5.005
13568      Branch: perl
13569           !> ext/Thread/Thread.xs t/lib/thread.t
13570 ____________________________________________________________________________
13571 [  3180] By: gsar                                  on 1999/03/28  02:28:20
13572         Log: fix bogus OPf_REF context for the BLOCK in C<grep BLOCK @foo>
13573              (sometimes caused bizarreness in the BLOCK)
13574      Branch: perl
13575            + t/op/grep.t
13576            ! MANIFEST op.c
13577 ____________________________________________________________________________
13578 [  3179] By: gsar                                  on 1999/03/28  02:14:04
13579         Log: fix thread segfault when passing large number of arguments to child
13580              a la C<Thread->new($foo, 1..1000)>
13581      Branch: maint-5.005/perl
13582            ! ext/Thread/Thread.xs t/lib/thread.t
13583 ____________________________________________________________________________
13584 [  3178] By: gbarr                                 on 1999/03/28  01:39:23
13585         Log: fix $Config{'usethreads'} typo in perlthrtut
13586              
13587              From: Ian Maloney <szhmf9@wsblob.ubs.com>
13588              Date: Thu, 25 Mar 1999 16:40:14 +0100 (MET)
13589              Message-Id: <199903251540.QAA02439@wsblob.>
13590              Subject: perlthrtut documentation error
13591      Branch: maint-5.005/perl
13592            ! pod/perlthrtut.pod
13593 ____________________________________________________________________________
13594 [  3173] By: gbarr                                 on 1999/03/27  18:19:47
13595         Log: Update Test.pm to VERSION 1.122 from CPAN
13596      Branch: maint-5.005/perl
13597            ! lib/Test.pm
13598 ____________________________________________________________________________
13599 [  3171] By: jhi                                   on 1999/03/26  22:38:28
13600         Log: Integrate from mainperl.
13601      Branch: cfgperl
13602           !> (integrate 37 files)
13603 ____________________________________________________________________________
13604 [  3170] By: gsar                                  on 1999/03/26  01:30:25
13605         Log: specify type of bracket in "Unmatched bracket" diagnostic;
13606              prefer 'brace' or 'curly bracket' over 'curly brace'
13607      Branch: perl
13608            ! pod/perldiag.pod pod/perlreftut.pod pod/perlstyle.pod
13609            ! t/op/misc.t t/op/re_tests toke.c
13610 ____________________________________________________________________________
13611 [  3169] By: gsar                                  on 1999/03/26  00:50:51
13612         Log: better description of "Integer overflow" diagnostic
13613      Branch: perl
13614            ! pod/perldiag.pod
13615 ____________________________________________________________________________
13616 [  3168] By: gsar                                  on 1999/03/25  11:02:46
13617         Log: applied needful parts of suggested patch
13618              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
13619              Date: Tue, 23 Mar 1999 16:21:43 -0800
13620              Message-ID: <OOOKJGFMLFLHBAAA@my-dejanews.com>
13621              Subject: [PATCH 5.005_56] pp_formline correction
13622      Branch: perl
13623            ! ext/B/B/Bblock.pm ext/B/B/CC.pm
13624 ____________________________________________________________________________
13625 [  3167] By: gsar                                  on 1999/03/25  10:39:02
13626         Log: clarify what a "comment" means (due to Mark-Jason Dominus
13627              <mjd@plover.com>)
13628      Branch: perl
13629            ! pod/perlsyn.pod
13630 ____________________________________________________________________________
13631 [  3166] By: gsar                                  on 1999/03/25  10:33:18
13632         Log: describe current behavior on local($foo{nothere}) (suggested by
13633              Lionel Cons <lionel.cons@cern.ch>)
13634      Branch: perl
13635            ! pod/perlsub.pod
13636 ____________________________________________________________________________
13637 [  3165] By: gsar                                  on 1999/03/25  06:21:05
13638         Log: fix refcnt on PL_main_cv (variant of suggestion by Vishal Bhatia
13639              <vishalb@hotmail.com>)
13640      Branch: perl
13641            ! ext/B/B/C.pm
13642 ____________________________________________________________________________
13643 [  3164] By: gsar                                  on 1999/03/25  06:17:27
13644         Log: From: Stephen McCamant <smccam@uclink4.berkeley.edu>
13645              Date: Tue, 23 Mar 1999 17:47:04 -0800 (PST)
13646              Message-ID: <14072.16859.154428.241373@fre-76-120.reshall.berkeley.edu>
13647              Subject: [PATCH _56] Compiler needs to know about utf8 SVOP tr///s
13648      Branch: perl
13649            ! ext/B/B.xs op.h opcode.pl
13650 ____________________________________________________________________________
13651 [  3163] By: gsar                                  on 1999/03/25  06:15:49
13652         Log: B::Deparse update from Stephen McCamant <smccam@uclink4.berkeley.edu>
13653              Date: Tue, 23 Mar 1999 02:41:34 -0800 (PST)
13654              Message-ID: <14071.27445.867782.852353@fre-76-120.reshall.berkeley.edu>
13655              Subject: [PATCH _56] B::Deparse 0.57
13656              --
13657              Date: Tue, 23 Mar 1999 13:08:12 -0800 (PST)
13658              Message-ID: <14072.502.107712.175179@fre-76-120.reshall.berkeley.edu>
13659              Subject: Re: [PATCH _56] B::Deparse 0.57 
13660      Branch: perl
13661            ! AUTHORS MAINTAIN ext/B/B/Deparse.pm
13662 ____________________________________________________________________________
13663 [  3162] By: gsar                                  on 1999/03/25  06:11:46
13664         Log: fix a few places that said 'int', but meant 'STRLEN'
13665      Branch: perl
13666            ! pod/perlguts.pod proto.h sv.c
13667 ____________________________________________________________________________
13668 [  3161] By: gsar                                  on 1999/03/25  06:01:18
13669         Log: From: Russ Allbery <rra@stanford.edu>
13670              Date: 22 Mar 1999 04:26:26 -0800
13671              Message-ID: <yl4sndr9ql.fsf@windlord.stanford.edu>
13672              Subject: [5.005_56] Add EXISTS to SDBM_File and libsdbm
13673      Branch: perl
13674            ! ext/SDBM_File/SDBM_File.xs ext/SDBM_File/sdbm/README.too
13675            ! ext/SDBM_File/sdbm/pair.c ext/SDBM_File/sdbm/pair.h
13676            ! ext/SDBM_File/sdbm/sdbm.3 ext/SDBM_File/sdbm/sdbm.c
13677            ! ext/SDBM_File/sdbm/sdbm.h pod/perldelta.pod t/lib/sdbm.t
13678 ____________________________________________________________________________
13679 [  3160] By: gsar                                  on 1999/03/25  02:26:31
13680         Log: better description of OP_UNSTACK (s/unstack/iteration finalizer/)
13681      Branch: perl
13682            ! opcode.h opcode.pl
13683 ____________________________________________________________________________
13684 [  3159] By: gsar                                  on 1999/03/25  02:18:17
13685         Log: add statement-modifier loops to :base_loop class
13686      Branch: perl
13687            ! ext/Opcode/Opcode.pm
13688 ____________________________________________________________________________
13689 [  3158] By: gsar                                  on 1999/03/25  00:36:57
13690         Log: integrate changes#3105,3130,3154 from maint-5.005
13691      Branch: perl
13692           !> Configure INSTALL hints/dec_osf.sh hints/netbsd.sh
13693 ____________________________________________________________________________
13694 [  3157] By: gsar                                  on 1999/03/25  00:24:17
13695         Log: remove bogus panic()
13696      Branch: perl
13697            ! Changes lib/Math/BigFloat.pm
13698 ____________________________________________________________________________
13699 [  3156] By: jhi                                   on 1999/03/24  22:43:43
13700         Log: Integrate from mainperl.
13701      Branch: cfgperl
13702           +> (branch 38 files)
13703           !> (integrate 68 files)
13704 ____________________________________________________________________________
13705 [  3155] By: jhi                                   on 1999/03/24  22:12:17
13706         Log: Configure regenerated because of changes #3130/#3154 and #3147.
13707      Branch: cfgperl
13708            ! Configure config_h.SH
13709 ____________________________________________________________________________
13710 [  3154] By: jhi                                   on 1999/03/24  21:40:51
13711         Log: Reword the shared library search path (LD_LIBRARY_PATH) info
13712              based on suggestions from Andy Dougherty.
13713      Branch: maint-5.005/perl
13714            ! INSTALL
13715 ____________________________________________________________________________
13716 [  3153] By: gsar                                  on 1999/03/24  10:38:05
13717         Log: applied suggested patch, modulo superceded parts
13718              From: Charles Bailey <BAILEY@newman.upenn.edu>
13719              Date: Thu, 18 Mar 1999 00:10:44 -0400 (EDT)
13720              Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu>
13721              Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes
13722      Branch: perl
13723            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
13724            ! t/comp/require.t t/op/lex_assign.t t/op/taint.t
13725            ! utils/perldoc.PL vms/ext/Stdio/Stdio.pm vms/ext/Stdio/Stdio.xs
13726            ! vms/ext/Stdio/test.pl vms/test.com vms/vmsish.h
13727 ____________________________________________________________________________
13728 [  3152] By: gsar                                  on 1999/03/24  10:30:51
13729         Log: applied suggested patch, modulo superceded parts
13730              From: Charles Bailey <BAILEY@newman.upenn.edu>
13731              Date: Thu, 18 Mar 1999 00:04:31 -0400 (EDT)
13732              Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
13733              Subject: [PATCH 5.005_56] Miscellaneous small fixes
13734      Branch: perl
13735            ! ext/B/defsubs.h.PL ext/re/re.pm lib/ExtUtils/MM_Unix.pm
13736            ! lib/File/Basename.pm
13737 ____________________________________________________________________________
13738 [  3151] By: gsar                                  on 1999/03/24  10:15:00
13739         Log: doc tweak suggested by M.J.T. Guy <mjtg@cus.cam.ac.uk>
13740      Branch: perl
13741            ! pod/perlop.pod
13742 ____________________________________________________________________________
13743 [  3150] By: gsar                                  on 1999/03/24  10:09:13
13744         Log: missing integration in previous change
13745      Branch: perl
13746           !> README.apollo
13747 ____________________________________________________________________________
13748 [  3149] By: gsar                                  on 1999/03/24  10:06:44
13749         Log: integrate changes#3116,3119 from maint-5.005
13750      Branch: perl
13751            + README.apollo
13752           +> apollo/netinet/in.h
13753           !> MANIFEST hints/apollo.sh t/lib/io_udp.t
13754 ____________________________________________________________________________
13755 [  3148] By: gsar                                  on 1999/03/24  10:01:56
13756         Log: integrate changes#3091-3094 from maint-5.005
13757      Branch: perl
13758           !> README.hurd vms/subconfigure.com vos/config.h
13759           !> vos/config_h.SH_orig
13760 ____________________________________________________________________________
13761 [  3147] By: gsar                                  on 1999/03/24  09:31:49
13762         Log: warn about newfangled vfork() caveats
13763      Branch: perl
13764            ! Configure
13765 ____________________________________________________________________________
13766 [  3146] By: jhi                                   on 1999/03/24  09:20:14
13767         Log: Bring in changes #2808 and #2812 (from mainline perl)
13768              that enhance the perlbug checklist.
13769      Branch: maint-5.005/perl
13770            ! utils/perlbug.PL
13771 ____________________________________________________________________________
13772 [  3145] By: gsar                                  on 1999/03/24  08:37:02
13773         Log: integrate change#3115 from maint-5.005
13774      Branch: perl
13775           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
13776           !> ext/DB_File/DB_File.xs ext/DB_File/typemap
13777 ____________________________________________________________________________
13778 [  3144] By: gsar                                  on 1999/03/24  08:33:59
13779         Log: add note about map in scalar context
13780      Branch: perl
13781            ! pod/perlfunc.pod
13782 ____________________________________________________________________________
13783 [  3143] By: gsar                                  on 1999/03/24  08:25:59
13784         Log: doc tweak
13785      Branch: perl
13786            ! lib/Time/Local.pm
13787 ____________________________________________________________________________
13788 [  3142] By: gsar                                  on 1999/03/24  08:20:37
13789         Log: applied suggested patch, modulo bogus hunk
13790              From: "Vishal Bhatia" <vishalb@hotmail.com>
13791              Date: Thu, 11 Mar 1999 07:40:27 PST
13792              Message-ID: <19990311154027.25891.qmail@hotmail.com>
13793              Subject: [PATCH 5.005_56] Minor fixes in perlcc
13794      Branch: perl
13795            ! ext/B/B/C.pm ext/B/B/CC.pm utils/perlcc.PL
13796 ____________________________________________________________________________
13797 [  3141] By: gsar                                  on 1999/03/24  08:06:12
13798         Log: integrate change#3104 from maint-5.005
13799      Branch: perl
13800           !> README.os390 t/lib/posix.t
13801 ____________________________________________________________________________
13802 [  3140] By: gsar                                  on 1999/03/24  06:34:56
13803         Log: fix failure of C<&locked_sub;> under -Dusethreads
13804      Branch: perl
13805            ! pp_hot.c t/lib/thread.t
13806 ____________________________________________________________________________
13807 [  3139] By: gsar                                  on 1999/03/24  05:52:00
13808         Log: debugger tweak (wasn't printing a newline after recalled commands)
13809      Branch: perl
13810            ! lib/perl5db.pl
13811 ____________________________________________________________________________
13812 [  3138] By: gsar                                  on 1999/03/24  05:33:28
13813         Log: document OO exceptions (based on a suggestion by Andreas Koenig
13814              <andreas.koenig@anima.de>)
13815      Branch: perl
13816            ! pod/perlfunc.pod
13817 ____________________________________________________________________________
13818 [  3137] By: gsar                                  on 1999/03/24  02:50:20
13819         Log: better "Illegal %s digit ignored" warnings
13820      Branch: perl
13821            ! MANIFEST pod/perldiag.pod pod/perlfunc.pod t/pragma/warn/util
13822            ! toke.c util.c
13823 ____________________________________________________________________________
13824 [  3136] By: gsar                                  on 1999/03/24  02:26:38
13825         Log: fix off-by-one that resulted in misparse of C</[\x{80}-\x{81}]/>
13826      Branch: perl
13827            + t/pragma/utf8.t
13828            ! regcomp.c
13829 ____________________________________________________________________________
13830 [  3135] By: gsar                                  on 1999/03/24  01:29:09
13831         Log: flip release & version in win32_uname()
13832      Branch: perl
13833            ! win32/win32.c
13834 ____________________________________________________________________________
13835 [  3134] By: gsar                                  on 1999/03/24  01:08:33
13836         Log: support POSIX::uname() via win32_uname()
13837      Branch: perl
13838            ! XSUB.h iperlsys.h win32/GenCAPI.pl win32/config.bc
13839            ! win32/config.gc win32/config.vc win32/config_H.bc
13840            ! win32/config_H.gc win32/config_H.vc win32/makedef.pl
13841            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
13842 ____________________________________________________________________________
13843 [  3133] By: gsar                                  on 1999/03/23  22:20:10
13844         Log: From: jan.dubois@ibm.net (Jan Dubois)
13845              Date: Sat, 06 Mar 1999 21:42:56 +0100
13846              Message-ID: <36e49281.50337171@smtp1.ibm.net>
13847              Subject: [PATCH 5.005_56] perldelta.pod changes for Win32::* functions
13848      Branch: perl
13849            ! pod/perldelta.pod
13850 ____________________________________________________________________________
13851 [  3132] By: gsar                                  on 1999/03/23  22:17:45
13852         Log: File::Spec fixes from Jan Dubois <jan.dubois@ibm.net>
13853              Date: Sat, 06 Mar 1999 17:50:49 +0100
13854              Message-ID: <36e25209.33833760@smtp1.ibm.net>
13855              Subject: [PATCH 5.005_56] Fixes for File::Spec::Functions.pm
13856              --
13857              Date: Sat, 06 Mar 1999 18:15:00 +0100
13858              Message-ID: <36e36222.37954195@smtp1.ibm.net>
13859              Subject: [PATCH 5.005_56] Fix for File::Spec::Win32.pm
13860      Branch: perl
13861            + t/lib/filefunc.t
13862            ! MANIFEST lib/File/Spec/Functions.pm lib/File/Spec/Win32.pm
13863            ! pod/perldelta.pod pod/perlmodlib.pod
13864 ____________________________________________________________________________
13865 [  3131] By: gsar                                  on 1999/03/23  22:07:59
13866         Log: integrate cfgperl changes into mainline
13867      Branch: perl
13868           +> ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
13869           !> Configure Makefile.SH config_h.SH configure.gnu handy.h
13870           !> installperl malloc.c perl.c perl.h pod/perl.pod
13871           !> pod/perldelta.pod pp_sys.c t/op/stat.t x2p/util.c
13872 ____________________________________________________________________________
13873 [  3130] By: jhi                                   on 1999/03/23  22:02:23
13874         Log: Don't use config.msg to remind about the
13875              LD_LIBRARY_PATH because Makefile.SH takes
13876              care of that.
13877              
13878              Use shrplib in DEC O^W^Digital U^W^WTru64 UNIX.
13879              This used to be the default but in some MT or another it
13880              was dropped because of some transient error or another.
13881      Branch: maint-5.005/perl
13882            ! Configure hints/dec_osf.sh
13883 ____________________________________________________________________________
13884 [  3129] By: gsar                                  on 1999/03/23  21:38:03
13885         Log: add Pod-Parser-1.08 (verbatim module =include tests elided owing
13886              to size    and better maintainability)
13887      Branch: perl
13888            + lib/Pod/Checker.pm lib/Pod/InputObjects.pm lib/Pod/Parser.pm
13889            + lib/Pod/PlainText.pm lib/Pod/Select.pm lib/Pod/Usage.pm
13890            + pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
13891            + t/pod/emptycmd.t t/pod/emptycmd.xr t/pod/for.t t/pod/for.xr
13892            + t/pod/headings.t t/pod/headings.xr t/pod/include.t
13893            + t/pod/include.xr t/pod/included.t t/pod/included.xr
13894            + t/pod/lref.t t/pod/lref.xr t/pod/nested_items.t
13895            + t/pod/nested_items.xr t/pod/nested_seqs.t t/pod/nested_seqs.xr
13896            + t/pod/oneline_cmds.t t/pod/oneline_cmds.xr t/pod/poderrs.t
13897            + t/pod/poderrs.xr t/pod/special_seqs.t t/pod/special_seqs.xr
13898            + t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl
13899            ! AUTHORS MAINTAIN MANIFEST installperl pod/Makefile
13900            ! win32/Makefile win32/makefile.mk win32/pod.mak
13901 ____________________________________________________________________________
13902 [  3128] By: jhi                                   on 1999/03/23  10:14:54
13903         Log: Integrate from mainperl.
13904      Branch: cfgperl
13905           !> (integrate 46 files)
13906 ____________________________________________________________________________
13907 [  3127] By: gsar                                  on 1999/03/23  06:57:30
13908         Log: From: Tim Witham - FES <twitham@pcocd2.intel.com>
13909              Date: Thu, 4 Mar 1999 10:54:01 -0800
13910              Message-Id: <9903041854.AA46868@frc0000>
13911              Subject: patch for useless Math::BigInt warnings
13912      Branch: perl
13913            ! lib/Math/BigInt.pm
13914 ____________________________________________________________________________
13915 [  3126] By: gsar                                  on 1999/03/23  05:54:37
13916         Log: avoid literal 'undef' in $lddlflags under `Configure -Uoptimize`
13917              From: "Kurt D. Starsinic" <kstar@chapin.edu>
13918              Date: Fri, 19 Feb 1999 15:47:59 -0500
13919              Message-ID: <19990219154759.A32350@O2.chapin.edu>
13920              Subject: [PATCH] OSF/1 hints
13921      Branch: perl
13922            ! hints/dec_osf.sh
13923 ____________________________________________________________________________
13924 [  3125] By: gsar                                  on 1999/03/23  00:56:38
13925         Log: avoid typeglob persistence in pp_readline()
13926      Branch: perl
13927            ! sv.c t/op/gv.t
13928 ____________________________________________________________________________
13929 [  3124] By: gsar                                  on 1999/03/22  21:12:23
13930         Log: update copyright years
13931      Branch: perl
13932            ! Changes EXTERN.h INTERN.h av.c av.h bytecode.pl cop.h cv.h
13933            ! deb.c doio.c doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h
13934            ! malloc.c mg.c mg.h op.c op.h perl.c perl.h perlio.c pp.c pp.h
13935            ! pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c
13936            ! sv.c sv.h toke.c utf8.c utf8.h util.c
13937 ____________________________________________________________________________
13938 [  3123] By: gsar                                  on 1999/03/22  07:07:06
13939         Log: implement win32_spawnvp() internally, making it return true PIDs
13940              for asynchronous spawns; fix win32_kill() to always deal with
13941              PIDs
13942      Branch: perl
13943            ! win32/win32.c win32/win32.h
13944 ____________________________________________________________________________
13945 [  3122] By: jhi                                   on 1999/03/19  21:12:14
13946         Log: Describe the new Benchmark feature in more detail.
13947      Branch: cfgperl
13948            ! pod/perldelta.pod
13949      Branch: maint-5.005/perl
13950            ! pod/perldelta.pod
13951 ____________________________________________________________________________
13952 [  3121] By: jhi                                   on 1999/03/19  08:16:12
13953         Log: AVAILABILITY tuning.
13954      Branch: cfgperl
13955            ! pod/perl.pod
13956      Branch: maint-5.005/perl
13957            ! pod/perl.pod
13958 ____________________________________________________________________________
13959 [  3120] By: jhi                                   on 1999/03/17  14:52:17
13960         Log: Rhapsody change assumed too much.
13961      Branch: cfgperl
13962            ! t/op/stat.t
13963 ____________________________________________________________________________
13964 [  3119] By: jhi                                   on 1999/03/17  14:33:43
13965         Log: More Apollo fixes.
13966      Branch: maint-5.005/perl
13967            ! README.apollo hints/apollo.sh t/lib/io_udp.t
13968 ____________________________________________________________________________
13969 [  3118] By: jhi                                   on 1999/03/16  17:23:39
13970         Log: Nada.
13971      Branch: maint-5.005/perl
13972            ! README.apollo
13973 ____________________________________________________________________________
13974 [  3117] By: jhi                                   on 1999/03/16  17:18:49
13975         Log: Apollo DomainOS AVAILABILITY.
13976      Branch: cfgperl
13977            ! pod/perl.pod
13978      Branch: maint-5.005/perl
13979            ! pod/perl.pod
13980 ____________________________________________________________________________
13981 [  3116] By: jhi                                   on 1999/03/16  17:14:00
13982         Log: Apollo DomainOS patch
13983              From: Johann Klasek <jk@auto.tuwien.ac.at>
13984              Subject: Re: DomainPerl
13985              Date: Tue, 16 Mar 1999 17:46:32 +0100
13986              Message-ID: <19990316174632.A19759@euklid.auto.tuwien.ac.at>
13987      Branch: maint-5.005/perl
13988            + README.apollo apollo/netinet/in.h
13989            ! MANIFEST hints/apollo.sh
13990 ____________________________________________________________________________
13991 [  3115] By: jhi                                   on 1999/03/16  14:23:54
13992         Log: From: Paul Marquess <pmarquess@bfsec.bt.co.uk>
13993              To: Gurusamy Sarathy <gsar@activestate.com>,
13994              Graham Barr <gbarr@pobox.com>
13995              Cc: Perl5 Porters <perl5-porters@perl.org>,
13996              "Paul.Marquess" <Paul.Marquess@btinternet.com>
13997              Subject: [PATCH 5.005_56 & 5.005_03_T6] Upgrade DB_File to version 1.65
13998              Date: Sun, 14 Mar 1999 14:43:57 -0000
13999              Message-Id: <199903141841.NAA17040@defender.perl.org>
14000      Branch: maint-5.005/perl
14001            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
14002            ! ext/DB_File/DB_File.xs ext/DB_File/typemap
14003 ____________________________________________________________________________
14004 [  3114] By: jhi                                   on 1999/03/16  12:42:20
14005         Log: Mention Rhapsody in 5.005_5X perldelta,
14006              and in Rhapsody and Netware in 5.005_0X and 5.005_5X
14007              *planned* AVAILABILITY.
14008      Branch: cfgperl
14009            ! pod/perl.pod pod/perldelta.pod
14010      Branch: maint-5.005/perl
14011            ! pod/perl.pod
14012 ____________________________________________________________________________
14013 [  3113] By: jhi                                   on 1999/03/16  10:38:53
14014         Log: perldelta niggling.
14015      Branch: cfgperl
14016            ! pod/perldelta.pod
14017      Branch: maint-5.005/perl
14018            ! pod/perldelta.pod
14019 ____________________________________________________________________________
14020 [  3112] By: jhi                                   on 1999/03/16  10:35:21
14021         Log: Integrate from mainperl.
14022      Branch: cfgperl
14023           !> lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
14024           !> pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
14025 ____________________________________________________________________________
14026 [  3111] By: jhi                                   on 1999/03/16  10:28:10
14027         Log: AVAILABILITY update: still mention PowerUX,
14028              Novell Netware now has sources available.
14029      Branch: cfgperl
14030            ! pod/perl.pod
14031      Branch: maint-5.005/perl
14032            ! pod/perl.pod
14033 ____________________________________________________________________________
14034 [  3110] By: gsar                                  on 1999/03/16  04:34:23
14035         Log: sundry pod niggles
14036      Branch: perl
14037            ! lib/unicode/MakeEthiopicSyllables.PL pod/perldelta.pod
14038            ! pod/perlhist.pod pod/perlmodinstall.pod pod/perltodo.pod
14039 ____________________________________________________________________________
14040 [  3109] By: jhi                                   on 1999/03/15  17:00:11
14041         Log: Integrate from mainperl.
14042      Branch: cfgperl
14043           +> lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
14044           +> lib/unicode/Is/Syllable.pl
14045           +> lib/unicode/MakeEthiopicSyllables.PL
14046           +> lib/unicode/README.Ethiopic
14047           !> AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
14048           !> lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
14049           !> lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
14050           !> lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
14051           !> lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
14052           !> lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
14053           !> lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
14054           !> lib/unicode/Name.pl lib/unicode/Number.pl op.c
14055 ____________________________________________________________________________
14056 [  3108] By: jhi                                   on 1999/03/15  16:58:12
14057         Log: First pass of integrating the Rhapsody port,
14058              
14059              From: Wilfredo Sanchez <wsanchez@apple.com> 
14060              Subject: Keeping the world in sync.
14061              Reply-To: wsanchez@apple.com 
14062              To: perlbug@perl.com 
14063              Date: Fri, 13 Nov 1998 17:11:30 -0800 
14064              Message-Id: <199811140111.RAA41784@scv4.apple.com> 
14065      Branch: cfgperl
14066            + ext/DynaLoader/dl_rhapsody.xs hints/rhapsody.sh
14067            ! Configure Makefile.SH config_h.SH configure.gnu handy.h
14068            ! installperl malloc.c perl.c perl.h pp_sys.c t/op/stat.t
14069            ! x2p/util.c
14070 ____________________________________________________________________________
14071 [  3107] By: gsar                                  on 1999/03/15  03:22:10
14072         Log: applied suggested patch (mailed to perl-unicode@perl.org) with minor tweaks
14073              From: Daniel Yacob <dmulholl@cs.indiana.edu>
14074              Date: Tue, 23 Feb 1999 16:13:42 -0500 (EST)
14075              Message-Id: <199902232113.QAA26135@drum.cs.indiana.edu>
14076              Subject: ../lib/unicode/ Unicode 3.0 Extensions for Ethiopic
14077      Branch: perl
14078            + lib/unicode/EthiopicSyllables.txt lib/unicode/In/Ethiopic.pl
14079            + lib/unicode/Is/Syllable.pl
14080            + lib/unicode/MakeEthiopicSyllables.PL
14081            + lib/unicode/README.Ethiopic
14082            ! AUTHORS MAINTAIN MANIFEST lib/unicode/Block.pl
14083            ! lib/unicode/Category.pl lib/unicode/Is/Alnum.pl
14084            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/Digit.pl
14085            ! lib/unicode/Is/L.pl lib/unicode/Is/Lo.pl lib/unicode/Is/N.pl
14086            ! lib/unicode/Is/Nd.pl lib/unicode/Is/No.pl lib/unicode/Is/P.pl
14087            ! lib/unicode/Is/Po.pl lib/unicode/Is/Space.pl
14088            ! lib/unicode/Is/Z.pl lib/unicode/Is/Zs.pl lib/unicode/Makefile
14089            ! lib/unicode/Name.pl lib/unicode/Number.pl
14090 ____________________________________________________________________________
14091 [  3106] By: gsar                                  on 1999/03/12  20:35:36
14092         Log: change#3067 failed package.t due to needless creation of $a and $b;
14093              fixed to do that only for C<sort BLOCK|CODE @foo>, not C<sort(@foo)>
14094      Branch: perl
14095            ! op.c
14096 ____________________________________________________________________________
14097 [  3105] By: jhi                                   on 1999/03/12  15:54:57
14098         Log: Recognize the NetBSD packages collection.
14099      Branch: maint-5.005/perl
14100            ! hints/netbsd.sh
14101 ____________________________________________________________________________
14102 [  3104] By: jhi                                   on 1999/03/12  09:07:04
14103         Log: From: pvhp@forte.com (Peter Prymmer)
14104              To: jhi@iki.fi, perl-mvs@perl.org, perlbug@perl.com
14105              Subject: [PATCH MT6,_56] was Re: Not OK: perl 5.00503 +MAINT_TRIAL_6 on os390 06.00 (UNINSTALLED)
14106              Date: Thu, 11 Mar 99 14:24:54 PST
14107              Message-Id: <9903112224.AA24346@forte.com>
14108      Branch: maint-5.005/perl
14109            ! README.os390 t/lib/posix.t
14110 ____________________________________________________________________________
14111 [  3103] By: jhi                                   on 1999/03/10  11:07:46
14112         Log: Integrate from mainperl.
14113      Branch: cfgperl
14114           !> Changes embed.h embed.pl embedvar.h global.sym objXSUB.h op.c
14115           !> perl.c perl.h pod/perldelta.pod pod/pod2man.PL t/base/lex.t
14116           !> t/pragma/warn/1global toke.c win32/makedef.pl
14117 ____________________________________________________________________________
14118 [  3102] By: jhi                                   on 1999/03/10  11:01:20
14119         Log: From: pvhp@forte.com (Peter Prymmer)
14120              To: perl5-porters@perl.org
14121              Subject: [5.005_03-MT6]Patch: time passes
14122              Date: Tue, 9 Mar 99 18:42:17 PST
14123              Message-Id: <9903100242.AA29057@forte.com>
14124      Branch: maint-5.005/perl
14125            ! perl.c
14126 ____________________________________________________________________________
14127 [  3101] By: jhi                                   on 1999/03/10  10:30:15
14128         Log: From: Mark-Jason Dominus <mjd@plover.com>
14129              To: perl5-porters@perl.com
14130              Subject: Minor fix to perlfunc.pod
14131              Date: Mon, 08 Mar 1999 20:05:53 -0500
14132              Message-ID: <19990309010553.13757.qmail@plover.com>
14133      Branch: maint-5.005/perl
14134            ! pod/perlfunc.pod
14135 ____________________________________________________________________________
14136 [  3100] By: gsar                                  on 1999/03/09  23:04:44
14137         Log: change#3060 had the wrong quotes
14138      Branch: perl
14139            ! pod/pod2man.PL
14140 ____________________________________________________________________________
14141 [  3099] By: jhi                                   on 1999/03/09  12:52:21
14142         Log: d_uname was broken (probably since _53), reported by
14143              
14144              From: Alan Burlison <Alan.Burlison@uk.sun.com>
14145              To: p5p <perl5-porters@perl.org>, Gurusamy Sarathy <gsar@umich.edu>,
14146              cpan-testers@perl.org
14147              Subject: Not OK: perl 5.00556 on sun4-solaris 2.6
14148              Date: Mon, 08 Mar 1999 13:22:31 +0000
14149              Message-ID: <36E3CF17.EA1FEDAA@uk.sun.com>
14150              
14151              and
14152              
14153              From: lvirden@cas.org (Larry W. Virden)
14154              To: perlbug@perl.com
14155              Subject: configure not correctly identifying uname posix compatibility
14156              Date: Mon, 8 Mar 1999 06:36:16 -0500 (EST)
14157              Message-Id: <199903081136.GAA23682@cas.org>
14158      Branch: cfgperl
14159            ! Configure config_h.SH
14160 ____________________________________________________________________________
14161 [  3098] By: gsar                                  on 1999/03/09  03:16:07
14162         Log: fix parsing of here documents in C<eval 's/.../<<FOO/e'>
14163      Branch: perl
14164            ! op.c perl.h pod/perldelta.pod t/base/lex.t toke.c
14165 ____________________________________________________________________________
14166 [  3097] By: gsar                                  on 1999/03/09  02:50:43
14167         Log: use yyerror() instead of croak() so that compile-time failures in
14168              my(LIST) don't confuse globals with lexicals
14169      Branch: perl
14170            ! op.c toke.c
14171 ____________________________________________________________________________
14172 [  3096] By: gsar                                  on 1999/03/09  02:47:36
14173         Log: adjust testsuite for change#3067
14174      Branch: perl
14175            ! t/pragma/warn/1global
14176 ____________________________________________________________________________
14177 [  3095] By: gsar                                  on 1999/03/08  21:04:48
14178         Log: remove bogus symbols from global.sym
14179      Branch: perl
14180            ! Changes embed.h embed.pl embedvar.h global.sym objXSUB.h
14181            ! perl.h win32/makedef.pl
14182 ____________________________________________________________________________
14183 [  3094] By: jhi                                   on 1999/03/06  16:16:15
14184         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
14185              To: jhi@iki.fi
14186              Subject: Oops
14187              Date: Sat, 6 Mar 1999 17:15:35 +0100 (CET)
14188              Message-Id: <199903061615.RAA00207@delius.kettenis.nl>
14189      Branch: maint-5.005/perl
14190            ! README.hurd
14191 ____________________________________________________________________________
14192 [  3093] By: jhi                                   on 1999/03/06  15:59:46
14193         Log: From: Mark Kettenis <kettenis@wins.uva.nl>
14194              To: jhi@iki.fi
14195              Subject: New Hurd README
14196              Date: Sat, 6 Mar 1999 16:46:12 +0100 (CET)
14197              Message-Id: <199903061601.RAA00185@delius.kettenis.nl>
14198      Branch: maint-5.005/perl
14199            ! README.hurd
14200 ____________________________________________________________________________
14201 [  3092] By: jhi                                   on 1999/03/06  12:52:06
14202         Log: From: Paul_Green@stratus.com
14203              To: perl5-porters@perl.org
14204              Cc: jhi@iki.fi, Paul_Green@stratus.com
14205              Subject: [PATCH 5.005_03-MAINT_TRIAL_6]: platform: vos -- updates to VOS port of Perl5
14206              Date: Fri, 5 Mar 1999 18:08:49 -0500 
14207              Message-ID: <1D1A4EF7AD4DD211A80D00A0C9D7DB665A035A@exna1.stratus.com>
14208      Branch: maint-5.005/perl
14209            ! vos/config.h vos/config_h.SH_orig
14210 ____________________________________________________________________________
14211 [  3091] By: jhi                                   on 1999/03/06  12:42:21
14212         Log: From: Dan Sugalski <sugalskd@osshe.edu>
14213              To: perl5-porters@perl.org, vmsperl@perl.org
14214              Subject: [PATCH 5.005_03-MT6]VMS build patch
14215              Date: Fri, 05 Mar 1999 12:36:19 -0800
14216              Message-Id: <3.0.6.32.19990305123619.02d326a0@ous.edu>
14217      Branch: maint-5.005/perl
14218            ! vms/subconfigure.com
14219 ____________________________________________________________________________
14220 [  3090] By: gsar                                  on 1999/03/06  04:40:03
14221         Log: integrate change#3089 from mainline
14222              
14223              tolerate CRs after options
14224      Branch: maint-5.005/perl
14225           !> perl.c
14226 ____________________________________________________________________________
14227 [  3089] By: gsar                                  on 1999/03/06  04:30:40
14228         Log: tolerate CRs after options
14229      Branch: perl
14230            ! perl.c
14231 ____________________________________________________________________________
14232 [  3088] By: jhi                                   on 1999/03/05  12:49:01
14233         Log: Integrate from mainperl.
14234      Branch: cfgperl
14235           +> README.hurd
14236           !> MANIFEST ext/Errno/Errno_pm.PL t/lib/io_sock.t
14237 ____________________________________________________________________________
14238 [  3087] By: gsar                                  on 1999/03/05  06:41:16
14239         Log: adjust timeouts to accomodate slow/busy systems
14240      Branch: perl
14241            ! t/lib/io_sock.t
14242 ____________________________________________________________________________
14243 [  3083] By: gsar                                  on 1999/03/05  01:32:47
14244         Log: integrate change#3081 from maint-5.005
14245      Branch: perl
14246           !> ext/Errno/Errno_pm.PL
14247 ____________________________________________________________________________
14248 [  3082] By: gsar                                  on 1999/03/05  01:31:06
14249         Log: integrate change#2904 from maint-5.005
14250      Branch: perl
14251           +> README.hurd
14252           !> MANIFEST
14253 ____________________________________________________________________________
14254 [  3081] By: gsar                                  on 1999/03/05  00:14:33
14255         Log: protect against doubled backslashes
14256      Branch: maint-5.005/perl
14257            ! ext/Errno/Errno_pm.PL
14258 ____________________________________________________________________________
14259 [  3077] By: jhi                                   on 1999/03/04  08:10:13
14260         Log: Integrate from mainperl.
14261      Branch: cfgperl
14262           +> ext/B/B/Stash.pm
14263           !> MANIFEST README.hpux cc_runtime.h config_h.SH ext/B/B/C.pm
14264           !> ext/B/B/CC.pm gv.c lib/File/Compare.pm lib/Test/Harness.pm
14265           !> op.c pod/perldelta.pod pod/perlfunc.pod pod/pod2man.PL
14266           !> t/lib/bigfloatpm.t t/lib/io_sock.t utils/perlcc.PL
14267 ____________________________________________________________________________
14268 [  3076] By: jhi                                   on 1999/03/04  08:07:59
14269         Log: Regen config_h.SH once more because of *size, 
14270              noticed by
14271              
14272              From: Hans Mulder <hansm@icgned.icgroup.nl>
14273              To: Jarkko Hietaniemi <jhi@iki.fi>
14274              Cc: perl5-porters@perl.org
14275              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
14276              Date: Thu,  4 Mar 99 00:10:45 +0100
14277              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
14278      Branch: cfgperl
14279            ! Configure config_h.SH
14280 ____________________________________________________________________________
14281 [  3068] By: gsar                                  on 1999/03/04  05:48:03
14282         Log: From: Hans Mulder <hansm@icgned.icgroup.nl>
14283              Date: Thu,  4 Mar 99 00:10:45 +0100
14284              Message-Id: <9903032317.AA23021@icgned.icgroup.nl>
14285              Subject: [PATCH for _56] LONGSIZE used before it is set in config.h
14286      Branch: perl
14287            ! config_h.SH
14288 ____________________________________________________________________________
14289 [  3067] By: gsar                                  on 1999/03/04  05:44:32
14290         Log: exempt $foo::a,$foo::b from warnings only if sort() was seen in package foo
14291              From: Graham Barr <gbarr@ti.com>
14292              Date: Wed, 3 Mar 1999 17:23:56 -0600
14293              Message-ID: <19990303172356.F7442@dal.asp.ti.com>
14294              Subject: Re: 'use strict' doesn't work for one-letter variables
14295      Branch: perl
14296            ! gv.c op.c
14297 ____________________________________________________________________________
14298 [  3066] By: gsar                                  on 1999/03/04  05:20:50
14299         Log: updates to compiler modules
14300              From: "Vishal Bhatia" <vishalb@hotmail.com>
14301              Date: Tue, 02 Mar 1999 23:27:25 PST
14302              Message-ID: <19990303072725.779.qmail@hotmail.com>
14303              Subject: PATCH 5.005_56 + Test procedure
14304      Branch: perl
14305            + ext/B/B/Stash.pm
14306            ! MANIFEST cc_runtime.h ext/B/B/C.pm ext/B/B/CC.pm
14307            ! lib/Test/Harness.pm utils/perlcc.PL
14308 ____________________________________________________________________________
14309 [  3065] By: gsar                                  on 1999/03/04  05:03:30
14310         Log: more s/s_/s!/ etc.
14311      Branch: perl
14312            ! pod/perldelta.pod pod/perlfunc.pod
14313 ____________________________________________________________________________
14314 [  3064] By: gsar                                  on 1999/03/04  04:50:45
14315         Log: integrate cfgperl contents into mainline
14316      Branch: perl
14317           !> Configure README.vms bytecode.h config_h.SH configure.com
14318           !> ext/B/defsubs.h.PL hints/hpux.sh pod/perldelta.pod
14319           !> pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t thread.h
14320           !> vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
14321 ____________________________________________________________________________
14322 [  3063] By: gsar                                  on 1999/03/04  04:44:13
14323         Log: HP-UX has yet another spelling for /NaNQ?/
14324      Branch: perl
14325            ! t/lib/bigfloatpm.t
14326 ____________________________________________________________________________
14327 [  3062] By: gsar                                  on 1999/03/04  04:36:08
14328         Log: error-check for accept() test
14329      Branch: perl
14330            ! t/lib/io_sock.t
14331 ____________________________________________________________________________
14332 [  3061] By: gsar                                  on 1999/03/04  03:40:25
14333         Log: allow custom comparison function in File::Compare::compare_text()
14334              From: jan.dubois@ibm.net (Jan Dubois)
14335              Date: Fri, 26 Feb 1999 21:56:09 +0100
14336              Message-ID: <36db0838.8805651@smtp1.ibm.net>
14337              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
14338      Branch: perl
14339            ! lib/File/Compare.pm
14340 ____________________________________________________________________________
14341 [  3060] By: gsar                                  on 1999/03/04  03:37:38
14342         Log: better version of change#3038
14343              From: abigail@fnx.com
14344              Date: Mon, 1 Mar 1999 14:11:36 -0500 (EST)
14345              Message-ID: <19990301191136.5557.qmail@alexandra.wayne.fnx.com>
14346              Subject: Re: [PATCH 5.005_03 TRIAL-5 pod/pod2man.PL] Recognize -> and => inside
14347      Branch: perl
14348            ! pod/pod2man.PL
14349 ____________________________________________________________________________
14350 [  3058] By: jhi                                   on 1999/03/03  22:30:40
14351         Log: Configure regen to
14352              (1) match maint-5.005 patches #3056 and #3057
14353              (2) better version of PHOSTNAME of #3050
14354              (3) the crosscompile/multiarch config_h.SH trouble solved for now
14355      Branch: cfgperl
14356            ! Configure config_h.SH
14357 ____________________________________________________________________________
14358 [  3054] By: jhi                                   on 1999/03/03  09:57:59
14359         Log: Change #3053 missed perldelta.
14360      Branch: cfgperl
14361            ! pod/perldelta.pod
14362 ____________________________________________________________________________
14363 [  3053] By: jhi                                   on 1999/03/03  08:29:43
14364         Log: Use '!' to mark native integer packings instead of '_'.
14365      Branch: cfgperl
14366            ! pod/perldiag.pod pp.c t/lib/ipc_sysv.t t/op/pack.t
14367 ____________________________________________________________________________
14368 [  3052] By: jhi                                   on 1999/03/02  23:12:36
14369         Log: The HP-UX threads patch (change #3028) is needed also here.
14370      Branch: cfgperl
14371            ! hints/hpux.sh thread.h
14372 ____________________________________________________________________________
14373 [  3051] By: jhi                                   on 1999/03/02  08:24:52
14374         Log: From: Dan Sugalski <sugalskd@osshe.edu>
14375              To: perl5-porters@perl.org, vmsperl@perl.org
14376              Subject: [PATCH 5.005_0x and 5.005_5x]Minor update to README.VMS
14377              Date: Mon, 01 Mar 1999 16:10:57 -0800
14378              Message-Id: <3.0.6.32.19990301161057.03b1fc00@ous.edu>
14379      Branch: cfgperl
14380            ! README.vms
14381      Branch: maint-5.005/perl
14382            ! README.vms
14383 ____________________________________________________________________________
14384 [  3050] By: jhi                                   on 1999/03/02  08:22:29
14385         Log: From: Dan Sugalski <sugalskd@osshe.edu>
14386              To: perl5-porters@perl.org, vmsperl@perl.org
14387              Subject: [PATCH5.005_56]Diffs to get 5.005_56 building on VMS
14388              Date: Mon, 01 Mar 1999 16:06:29 -0800
14389              Message-Id: <3.0.6.32.19990301160629.02e09ec0@ous.edu>
14390              
14391              From: Dan Sugalski <sugalskd@osshe.edu>
14392              To: perl5-porters@perl.org, vmsperl@perl.org
14393              Subject: [PATCH 5.005_56]vmsish.pm patch
14394              Date: Mon, 01 Mar 1999 20:19:04 -0800
14395              Message-Id: <3.0.6.32.19990301201904.02cff460@ous.edu>
14396              
14397              plus Configure regen containing a "solution" to the
14398              crosscompile/multiarch problem.
14399      Branch: cfgperl
14400            ! Configure config_h.SH configure.com ext/B/defsubs.h.PL
14401            ! vms/ext/vmsish.pm vms/subconfigure.com vms/vms.c vms/vmsish.h
14402 ____________________________________________________________________________
14403 [  3049] By: jhi                                   on 1999/03/02  07:34:21
14404         Log: From: Spider Boardman <spider@leggy.zk3.dec.com>
14405              To: perl5-porters@perl.org
14406              Subject: [PATCH] Eliminate (valid) warning in byterun.c
14407              Date: Mon, 01 Mar 1999 17:27:59 -0500
14408              Message-Id: <199903012227.RAA00181@leggy.zk3.dec.com>
14409      Branch: cfgperl
14410            ! bytecode.h
14411      Branch: maint-5.005/perl
14412            ! bytecode.h
14413 ____________________________________________________________________________
14414 [  3048] By: gsar                                  on 1999/03/02  06:41:21
14415         Log: updated HP-UX notes from Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
14416      Branch: perl
14417            ! MANIFEST README.hpux
14418 ____________________________________________________________________________
14419 [  3047] By: jhi                                   on 1999/03/01  06:34:43
14420         Log: Integrate from mainperl.
14421      Branch: cfgperl
14422           +> README.hpux lib/File/Spec/Functions.pm
14423           !> (integrate 28 files)
14424 ____________________________________________________________________________
14425 [  3046] By: gsar                                  on 1999/03/01  05:34:28
14426         Log: this is 5.005_56
14427      Branch: perl
14428            ! Changes
14429
14430 ----------------
14431 Version 5.005_56
14432 ----------------
14433
14434 ____________________________________________________________________________
14435 [  3045] By: gsar                                  on 1999/03/01  03:32:30
14436         Log: destroy PL_svref_mutex in perl_destruct()
14437      Branch: perl
14438            ! perl.c
14439 ____________________________________________________________________________
14440 [  3044] By: gsar                                  on 1999/03/01  00:38:50
14441         Log: up patchlevel &c.
14442      Branch: perl
14443            ! Changes patchlevel.h pod/perlhist.pod win32/Makefile
14444            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14445            ! win32/makefile.mk
14446 ____________________________________________________________________________
14447 [  3043] By: gsar                                  on 1999/03/01  00:14:15
14448         Log: integrate cfgperl contents into mainline
14449      Branch: perl
14450            ! pod/perldelta.pod
14451           !> Configure config_h.SH
14452 ____________________________________________________________________________
14453 [  3042] By: gsar                                  on 1999/02/28  23:55:08
14454         Log: slightly edited version of suggested patch
14455              From: jan.dubois@ibm.net (Jan Dubois)
14456              Date: Mon, 01 Mar 1999 00:32:05 +0100
14457              Message-ID: <36dbcf2c.12325433@smtp1.ibm.net>
14458              Subject: Re: [PATCH 5.005_55] Cleanup of File::Spec module
14459      Branch: perl
14460            + lib/File/Spec/Functions.pm
14461            ! MANIFEST lib/File/Spec.pm
14462 ____________________________________________________________________________
14463 [  3041] By: gsar                                  on 1999/02/28  22:47:19
14464         Log: fix subtle bug in eval'' testsuite
14465      Branch: perl
14466            ! t/op/eval.t
14467 ____________________________________________________________________________
14468 [  3040] By: gsar                                  on 1999/02/28  22:46:24
14469         Log: avoid literal control characters in change#3039
14470      Branch: perl
14471            ! t/base/lex.t
14472 ____________________________________________________________________________
14473 [  3039] By: gsar                                  on 1999/02/28  21:47:18
14474         Log: todo item: permit extended control variables a la ${^Foo} (patch
14475              courtesy Mark-Jason Dominus <mjd@plover.com>)
14476      Branch: perl
14477            ! op.c pod/perldelta.pod pod/perltodo.pod pod/perlvar.pod
14478            ! t/base/lex.t toke.c
14479 ____________________________________________________________________________
14480 [  3038] By: gsar                                  on 1999/02/28  21:21:05
14481         Log: From: abigail@fnx.com
14482              Date: Sun, 28 Feb 1999 10:59:16 -0500 (EST)
14483              Message-ID: <19990228155916.14496.qmail@alexandra.wayne.fnx.com>
14484              Subject: Recognize -> and => inside [A-Z]<> sequences.
14485      Branch: perl
14486            ! pod/pod2man.PL
14487 ____________________________________________________________________________
14488 [  3037] By: gsar                                  on 1999/02/28  21:12:22
14489         Log: fix longstanding bug: searches for lexicals originating within eval''
14490              weren't stopping at the subroutine boundary correctly
14491      Branch: perl
14492            ! op.c proto.h t/op/eval.t
14493 ____________________________________________________________________________
14494 [  3036] By: gsar                                  on 1999/02/28  20:02:29
14495         Log: revert parts of change#2990 to preserve predictable usage of Win32::Foo()
14496              as stacked list values
14497              From: jan.dubois@ibm.net (Jan Dubois)
14498              Date: Sat, 27 Feb 1999 18:24:17 +0100
14499              Message-ID: <36e22849.36531259@smtp1.ibm.net>
14500              Subject: Re: resend [PATCH 5.005_55] Various win32/win32.c cleanup 
14501      Branch: perl
14502            ! win32/win32.c
14503 ____________________________________________________________________________
14504 [  3035] By: gsar                                  on 1999/02/28  19:48:54
14505         Log: remove superfluous stack_sp decl
14506      Branch: perl
14507            ! jpl/JNI/JNI.xs
14508 ____________________________________________________________________________
14509 [  3034] By: gsar                                  on 1999/02/28  19:34:58
14510         Log: s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION
14511      Branch: perl
14512            ! lib/Getopt/Std.pm
14513 ____________________________________________________________________________
14514 [  3033] By: gsar                                  on 1999/02/28  19:23:41
14515         Log: add File::Compare::compare_text()
14516              From: jan.dubois@ibm.net (Jan Dubois)
14517              Date: Fri, 26 Feb 1999 00:20:41 +0100
14518              Message-ID: <36dcd8ab.20195659@smtp1.ibm.net>
14519              Subject: Re: PodParser 1.07 (was: RE: C<stuff()> vs stuff()) 
14520      Branch: perl
14521            ! lib/File/Compare.pm pod/perltodo.pod
14522 ____________________________________________________________________________
14523 [  3032] By: gsar                                  on 1999/02/28  19:01:33
14524         Log: add README.hpux
14525      Branch: perl
14526            + README.hpux
14527            ! MAINTAIN MANIFEST
14528 ____________________________________________________________________________
14529 [  3031] By: gsar                                  on 1999/02/28  18:49:08
14530         Log: avoid escaping &amp; et al multiple times (variant of fix suggested by
14531              James Cromie <jcromie@fossil.uswc.uswest.com>
14532      Branch: perl
14533            ! lib/Pod/Html.pm
14534 ____________________________________________________________________________
14535 [  3030] By: gsar                                  on 1999/02/28  18:35:09
14536         Log: From: jan.dubois@ibm.net (Jan Dubois)
14537              Date: Wed, 24 Feb 1999 22:34:56 +0100
14538              Message-ID: <36d86f1e.11495549@smtp1.ibm.net>
14539              Subject: [PATCH 5.005_55] Test::Harness setting $ENV{HARNESS_ACTIVE}
14540      Branch: perl
14541            ! lib/Test/Harness.pm
14542 ____________________________________________________________________________
14543 [  3029] By: gsar                                  on 1999/02/28  18:28:18
14544         Log: add note about env pollution
14545      Branch: perl
14546            ! INSTALL pod/perltodo.pod
14547 ____________________________________________________________________________
14548 [  3028] By: jhi                                   on 1999/02/26  14:40:00
14549         Log: HP-UX 11 threads.
14550              
14551              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
14552              To: perl5-porters@perl.org
14553              Cc: jhi@cc.hut.fi
14554              Subject: Maint 5 and _54 with threading on HP-UX 11.00
14555              Date: Wed, 3 Feb 1999 12:57:18 -0800 (PST)
14556              Message-Id: <199902032057.MAA10218@xfiles.intercon.hp.com>
14557              
14558              NOTE from jhi: the hpux hints could still be more robust by
14559              disabling gdbm when necessary.
14560              
14561              Currently if there's a libgdbm.sl (gdbm 1.7.3) which is pre-11,
14562              linking -lgdbm -lpthread creates an executable that instantly
14563              core dumps on a pthreads internal panic:
14564              
14565              ./gdpt
14566              
14567              Pthread internal error: message: __libc_reinit() failed, file: ../pthreads/pthread.c, line: 1096
14568              Return Pointer is 0xc082bf33
14569              17639 quit (core dumped)  ./gdpt
14570              
14571              You don't have to *use* either gdbm or pthreads in the executable,
14572              just linking them together is enough.  Workaround is to recompile
14573              the GDBM under HP-UX 11, that makes the problem go away.
14574      Branch: maint-5.005/perl
14575            ! hints/hpux.sh thread.h
14576 ____________________________________________________________________________
14577 [  3025] By: jhi                                   on 1999/02/25  20:41:07
14578         Log: Temporary workaround for the config_h.SH versus
14579              crosscompile and multiarch plus introduce 'rt'
14580              to $libswanted: in UNIX98 sched_yield() lives there.
14581      Branch: cfgperl
14582            ! Configure config_h.SH
14583 ____________________________________________________________________________
14584 [  3024] By: jhi                                   on 1999/02/24  12:54:59
14585         Log: Integrate from mainperl.
14586      Branch: cfgperl
14587           +> t/lib/fatal.t
14588           !> (integrate 44 files)
14589 ____________________________________________________________________________
14590 [  3023] By: gsar                                  on 1999/02/24  07:02:12
14591         Log: integrate cfgperl contents
14592      Branch: perl
14593           !> (integrate 30 files)
14594 ____________________________________________________________________________
14595 [  3022] By: gsar                                  on 1999/02/24  05:59:47
14596         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
14597              Date: 23 Feb 1999 17:53:22 -0700
14598              Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com>
14599              Subject: [PATCH: _55] perldoc -q broken
14600      Branch: perl
14601            ! utils/perldoc.PL
14602 ____________________________________________________________________________
14603 [  3021] By: gsar                                  on 1999/02/24  05:51:53
14604         Log: ansify perlio.c, fix PerlIO-ish typos
14605      Branch: perl
14606            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_cygwin32.xs
14607            ! iperlsys.h perlio.c
14608 ____________________________________________________________________________
14609 [  3020] By: gsar                                  on 1999/02/24  05:28:06
14610         Log: adjust a Perl_malloc() flag for NeXT
14611              From: Hans Mulder <hansm@icgned.icgroup.nl>
14612              Date: Tue, 23 Feb 99 00:26:25 +0100
14613              Message-Id: <9902222329.AA17516@icgned.icgroup.nl>
14614              Subject: [PATCH for _55] MUTEX_INIT_CALLS_MALLOC no longer necessary
14615      Branch: perl
14616            ! perl.h
14617 ____________________________________________________________________________
14618 [  3019] By: gsar                                  on 1999/02/24  05:19:42
14619         Log: perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>
14620      Branch: perl
14621            ! pod/perltodo.pod
14622 ____________________________________________________________________________
14623 [  3018] By: gsar                                  on 1999/02/24  04:15:18
14624         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
14625              Date: Mon, 22 Feb 1999 11:29:09 -0500 (EST)
14626              Message-ID: <Pine.GSO.4.02.9902221128200.500-100000@eq1062.wks.na.deuba.com>
14627              Subject: improved error message [PATCH _55] [RESEND]
14628      Branch: perl
14629            ! sv.c
14630 ____________________________________________________________________________
14631 [  3017] By: gsar                                  on 1999/02/24  03:50:34
14632         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
14633              Date: Sun, 21 Feb 1999 20:02:18 -0700
14634              Message-Id: <199902220302.UAA09981@jhereg.perl.com>
14635              Subject: perlfunc updates (against 55)
14636      Branch: perl
14637            ! pod/perlfunc.pod
14638 ____________________________________________________________________________
14639 [  3016] By: gsar                                  on 1999/02/24  03:17:05
14640         Log: testsuite adjustments
14641              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
14642              Date: Sat, 20 Feb 1999 15:24:57 +0000
14643              Message-Id: <E10EEH3-0003Wf-00@taurus.cus.cam.ac.uk>
14644              Subject: Not quite OK: perl5.005_55 on SunOS 4.1.3 / gcc
14645      Branch: perl
14646            ! t/lib/io_sock.t t/op/lex_assign.t
14647 ____________________________________________________________________________
14648 [  3015] By: gsar                                  on 1999/02/24  02:54:47
14649         Log: avoid modifying readonly values from qw()
14650      Branch: perl
14651            ! lib/ExtUtils/MM_Unix.pm
14652 ____________________________________________________________________________
14653 [  3014] By: gsar                                  on 1999/02/24  02:49:04
14654         Log: more "correct" utbuf for utime()
14655      Branch: perl
14656            ! doio.c
14657 ____________________________________________________________________________
14658 [  3013] By: jhi                                   on 1999/02/22  19:27:44
14659         Log: Fix MacPerl version, change PowerUX to PowerMAX.
14660              
14661              From: Chris Nandor <pudge@pobox.com>
14662              To: jhi@iki.fi
14663              Cc: perl5-porters@perl.org
14664              Subject: Re: perl current availability as documented by perl.pod
14665              Date: Sun, 21 Feb 1999 11:06:03 -0500
14666              Message-Id: <v04020a07b2f5df60c9e3@[192.168.0.77]>
14667              
14668              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
14669              To: jhi@iki.fi
14670              Cc: perl5-porters@perl.org
14671              Subject: Re: perl current availability as documented by perl.pod
14672              Date: Mon, 22 Feb 1999 13:08:30 GMT
14673              Message-Id: <199902221308.NAA19971@cleo.ccur.com>
14674      Branch: cfgperl
14675            ! pod/perl.pod
14676      Branch: maint-5.005/perl
14677            ! pod/perl.pod
14678 ____________________________________________________________________________
14679 [  3012] By: jhi                                   on 1999/02/22  10:26:11
14680         Log: Snapshot the cross-compilation/multiarchitecture stuff
14681              (currently broken in next)
14682      Branch: cfgperl
14683            ! Configure config_h.SH pp.c
14684 ____________________________________________________________________________
14685 [  3011] By: jhi                                   on 1999/02/22  10:24:51
14686         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
14687              To: gsar@activestate.com (Gurusamy Sarathy)
14688              Cc: perl5-porters@perl.org (Perl5 Porters)
14689              Subject: [PATCH 5.005_55] DB_File 1.64 patch
14690              Date: Mon, 22 Feb 1999 10:07:00 +0000 (GMT)
14691              Message-Id: <9902221007.AA17751@claudius.bfsec.bt.co.uk>
14692      Branch: cfgperl
14693            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
14694            ! ext/DB_File/DB_File.xs ext/DB_File/typemap t/lib/db-recno.t
14695 ____________________________________________________________________________
14696 [  3009] By: jhi                                   on 1999/02/22  09:14:26
14697         Log: Scratch #3008 and introduce $crosscompile and $multiarch
14698              also in non-Configure lands.
14699      Branch: cfgperl
14700            ! Configure config_h.SH hints/next_3.sh hints/next_3_0.sh
14701            ! hints/next_4.sh vms/subconfigure.com win32/config.bc
14702            ! win32/config.gc win32/config.vc win32/config_H.bc
14703            ! win32/config_H.gc win32/config_H.vc
14704 ____________________________________________________________________________
14705 [  3008] By: jhi                                   on 1999/02/22  08:58:04
14706         Log: Add -DMULTIARCH (see change #3006).
14707      Branch: cfgperl
14708            ! hints/next_3.sh hints/next_3_0.sh hints/next_4.sh
14709 ____________________________________________________________________________
14710 [  3007] By: jhi                                   on 1999/02/22  08:54:06
14711         Log: Undo the references to local{lib,arch} introduced by #3006.
14712      Branch: cfgperl
14713            ! Configure config_h.SH
14714 ____________________________________________________________________________
14715 [  3006] By: jhi                                   on 1999/02/22  08:43:50
14716         Log: From: hansm@icgned.icgroup.nl
14717              To: perlbug@perl.com
14718              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)
14719              Date: Sun, 21 Feb 1999 22:58:55 +0100
14720              Reply-To: hansmu@xs4all.nl
14721              Message-Id: <9902212201.AA13386@icgned.icgroup.nl>
14722              
14723              plus other Configure changes: prepare for cross-compilation/
14724              multiarchitecture builds.
14725      Branch: cfgperl
14726            ! Configure config_h.SH
14727 ____________________________________________________________________________
14728 [  3005] By: jhi                                   on 1999/02/22  08:35:30
14729         Log: Configure/Perl knew how to look for use Mach cthreads
14730              but Configure didn't let them to be used ($osname 'next').
14731      Branch: cfgperl
14732            ! Configure config_h.SH
14733      Branch: maint-5.005/perl
14734            ! Configure
14735 ____________________________________________________________________________
14736 [  3004] By: jhi                                   on 1999/02/21  15:46:02
14737         Log: Update Acorn AVAILABILITY.
14738      Branch: cfgperl
14739            ! pod/perl.pod
14740      Branch: maint-5.005/perl
14741            ! pod/perl.pod
14742 ____________________________________________________________________________
14743 [  3003] By: jhi                                   on 1999/02/21  14:50:42
14744         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
14745              To: perl5-porters@perl.org (Perl 5 Porters)
14746              Subject: PATCH: perlref.pod - symbolic ref example
14747              Date: Sat, 20 Feb 1999 17:32:11 -0500 (EST)
14748              Message-Id: <199902202232.RAA62306@linguist.dartmouth.edu>
14749      Branch: cfgperl
14750            ! pod/perlref.pod
14751      Branch: maint-5.005/perl
14752            ! pod/perlref.pod
14753 ____________________________________________________________________________
14754 [  3002] By: jhi                                   on 1999/02/21  14:35:22
14755         Log: Sync cfgperl with maint-5.005 change #3000.
14756      Branch: cfgperl
14757            ! pod/perlfunc.pod t/op/pack.t
14758 ____________________________________________________________________________
14759 [  2999] By: gsar                                  on 1999/02/20  22:48:30
14760         Log: From:    John Bley <jbb6@acpub.duke.edu>
14761              Date:    Sat, 20 Feb 1999 16:02:34 EST
14762              Message-Id: <Pine.SOL.3.91.990220155832.9913A-100000@soc11.acpub.duke.edu>
14763              Subject: [PATCH]5.005_55 (CORE) Sparse intializer in regcomp.c
14764      Branch: perl
14765            ! regcomp.c
14766 ____________________________________________________________________________
14767 [  2998] By: jhi                                   on 1999/02/20  14:13:06
14768         Log: Enhanced the endianness description.
14769      Branch: cfgperl
14770            ! pod/perlfunc.pod
14771 ____________________________________________________________________________
14772 [  2996] By: jhi                                   on 1999/02/20  13:55:41
14773         Log: Glossary now mostly fixed.
14774      Branch: cfgperl
14775            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14776            ! config_h.SH
14777 ____________________________________________________________________________
14778 [  2994] By: jhi                                   on 1999/02/20  11:58:33
14779         Log: Perldeltify GNU/Hurd.
14780      Branch: cfgperl
14781            ! pod/perldelta.pod
14782 ____________________________________________________________________________
14783 [  2993] By: gsar                                  on 1999/02/20  00:59:10
14784         Log: fix typo in Perl_sbrk()
14785              From: hansm@icgned.icgroup.nl
14786              Date: Fri, 19 Feb 1999 23:19:31 +0100
14787              Message-Id: <9902192221.AA07213@icgned.icgroup.nl>
14788              Subject: Not OK: perl 5.00555 on OPENSTEP-Mach 4_2 (UNINSTALLED)
14789      Branch: perl
14790            ! malloc.c
14791 ____________________________________________________________________________
14792 [  2992] By: gsar                                  on 1999/02/20  00:51:08
14793         Log: integrate change#2980 from maint-5.005
14794      Branch: perl
14795           !> utils/h2xs.PL
14796 ____________________________________________________________________________
14797 [  2991] By: gsar                                  on 1999/02/20  00:34:01
14798         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14799              Date: Thu, 18 Feb 1999 18:51:38 +0000
14800              Message-Id: <199902181851.SAA14018@crypt.compulink.co.uk>
14801              Subject: [PATCH 5.005_55] test failures with MIME-tools-4.122 and perl 5.005_55 
14802      Branch: perl
14803            ! pp_hot.c t/op/pat.t
14804 ____________________________________________________________________________
14805 [  2990] By: gsar                                  on 1999/02/20  00:30:48
14806         Log: From: jan.dubois@ibm.net (Jan Dubois)
14807              Date: Thu, 18 Feb 1999 19:14:07 +0100
14808              Message-ID: <36d15809.40853323@smtp1.ibm.net>
14809              Subject: resend [PATCH 5.005_55] Various win32/win32.c cleanup
14810      Branch: perl
14811            ! win32/win32.c
14812 ____________________________________________________________________________
14813 [  2989] By: gsar                                  on 1999/02/20  00:27:01
14814         Log: do poll() emulation unless HAS_POLL && I_POLL
14815      Branch: perl
14816            ! ext/IO/poll.h
14817 ____________________________________________________________________________
14818 [  2988] By: gsar                                  on 1999/02/19  23:52:12
14819         Log: tweak RE for NaNQ? recognition
14820      Branch: perl
14821            ! t/lib/bigfloatpm.t
14822 ____________________________________________________________________________
14823 [  2987] By: gsar                                  on 1999/02/19  23:29:59
14824         Log: mention C<use utf8> and C<use warning> in perldelta
14825      Branch: perl
14826            ! pod/perldelta.pod
14827 ____________________________________________________________________________
14828 [  2985] By: jhi                                   on 1999/02/19  20:43:19
14829         Log: pack/unpack better in (network-)short-non-16-bits and
14830              (network-)long-non-32-bits systems such as Cray C90.
14831      Branch: cfgperl
14832            ! perl.h pp.c t/op/pack.t
14833 ____________________________________________________________________________
14834 [  2984] By: jhi                                   on 1999/02/19  20:38:54
14835         Log: Regen Configure.
14836      Branch: cfgperl
14837            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14838            ! perl.c
14839 ____________________________________________________________________________
14840 [  2982] By: jhi                                   on 1999/02/19  19:51:49
14841         Log: Configure update: fstatvfs/fstafs/getmntent/hasmntopt were
14842              not probed for and         
14843              
14844              From: "Kurt D. Starsinic" <kstar@chapin.edu>
14845              To: Chaim Frenkel <chaimf@pobox.com>,
14846              Russ Allbery <rra@stanford.edu>,
14847              Jarkko Hietaniemi <jhi@iki.fi>,
14848              Gurusamy Sarathy <gsar@activestate.com>,
14849              Graham Barr <gbarr@pobox.com>
14850              Cc: bdensch@ameritech.net, perlbug@perl.com
14851              Subject: [PATCH] Re: Solaris 7 for Intel
14852              Message-ID: <19990219124404.A30182@O2.chapin.edu>
14853              
14854              Glossary is still missing some terms because
14855              mkglossary is misbehaving (change #2981 updated
14856              Glossary manually)
14857      Branch: cfgperl
14858            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
14859            ! Porting/config_H
14860 ____________________________________________________________________________
14861 [  2980] By: gbarr                                 on 1999/02/19  16:06:53
14862         Log: Make result of h2xs work when user adds C<use strict>
14863      Branch: maint-5.005/perl
14864            ! utils/h2xs.PL
14865 ____________________________________________________________________________
14866 [  2979] By: gsar                                  on 1999/02/19  05:24:29
14867         Log: doc for change#2978
14868      Branch: perl
14869            ! pod/perlsub.pod
14870 ____________________________________________________________________________
14871 [  2978] By: gsar                                  on 1999/02/19  05:08:29
14872         Log: bring '*' prototype closer to how it behaves internally
14873      Branch: perl
14874            + t/lib/fatal.t
14875            ! MANIFEST lib/Fatal.pm op.c t/comp/proto.t
14876 ____________________________________________________________________________
14877 [  2977] By: gsar                                  on 1999/02/19  02:50:31
14878         Log: stem leakage of perly.h #defines #ifndef PERL_CORE
14879      Branch: perl
14880            ! perly.h
14881 ____________________________________________________________________________
14882 [  2975] By: gsar                                  on 1999/02/18  21:41:57
14883         Log: distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagation
14884              of lexical searches in BEGIN|INIT|END)
14885      Branch: perl
14886            ! cop.h cv.h op.c perly.c perly.y pp_ctl.c t/op/misc.t
14887            ! vms/perly_c.vms
14888 ____________________________________________________________________________
14889 [  2974] By: gsar                                  on 1999/02/18  21:03:06
14890         Log: missing PERL_POLLUTE_MALLOC
14891      Branch: perl
14892            ! ext/SDBM_File/sdbm/sdbm.h
14893 ____________________________________________________________________________
14894 [  2973] By: gsar                                  on 1999/02/18  17:10:49
14895         Log: From:    Andy Dougherty <doughera@lafayette.edu>
14896              Date:    Wed, 17 Feb 1999 17:22:50 EST
14897              Message-Id: <Pine.GSU.4.05.9902171720490.17243-100000@newton.phys>
14898              Subject: [PATCH 5.005_xx] dotsh.pl triggers new warnings
14899      Branch: perl
14900            ! lib/dotsh.pl
14901 ____________________________________________________________________________
14902 [  2972] By: gsar                                  on 1999/02/18  17:04:12
14903         Log: s/#defined/#define/
14904      Branch: perl
14905            ! ext/Data/Dumper/Dumper.xs
14906 ____________________________________________________________________________
14907 [  2970] By: gsar                                  on 1999/02/18  03:26:43
14908         Log: ensure is data malloc()ed by GDBM is free()d (not Perl_mfree()d)
14909      Branch: perl
14910            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
14911            ! ext/GDBM_File/typemap
14912 ____________________________________________________________________________
14913 [  2969] By: gsar                                  on 1999/02/17  23:30:47
14914         Log: correct slurp mode doc
14915      Branch: perl
14916            ! pod/perlfunc.pod pod/perlop.pod
14917 ____________________________________________________________________________
14918 [  2968] By: jhi                                   on 1999/02/17  23:15:49
14919         Log: Ultrix hints update.
14920              
14921              From: Spider Boardman <spider@zk3.dec.com>
14922              To: perlbug@perl.com
14923              Subject: Not OK: perl 5.00555 on RISC-ultrix 4.4 (UNINSTALLED)
14924              Date: Tue, 16 Feb 1999 23:04:28 -0500
14925              Message-Id: <9902170404.AA11036@abyss.zk3.dec.com>
14926      Branch: cfgperl
14927            ! hints/ultrix_4.sh
14928 ____________________________________________________________________________
14929 [  2966] By: jhi                                   on 1999/02/17  23:09:21
14930         Log: Change #2965 wiped out some Sarathy's _55 changes.
14931              Now unwiped.
14932      Branch: cfgperl
14933            ! Configure pp.c t/op/pack.t
14934 ____________________________________________________________________________
14935 [  2965] By: jhi                                   on 1999/02/17  23:00:04
14936         Log: Configure tweaks.
14937              
14938              Fix the Unixware/SCO uname scan:
14939              
14940              From: Tom Hughes <thh@cyberscience.com>
14941              To: perlbug@perl.com
14942              Subject: Not OK: perl 5.00555 on i386-svr4 [actually Unixware 2.1] (UNINSTALLED)
14943              Date: 17 Feb 1999 15:34:15 +0000    
14944              Message-ID: <yekg185nix4.fsf@elva.cyberscience.com>
14945              
14946              AIX syscalls.exp scan: the syscall might be marked 32, 3264, or 64
14947              
14948              From: Joe Buehler <jhpb@hekimian.com>
14949              To: perl5-porters@perl.org
14950              Subject: setsid not detected by perl 5.005_02 configure under AIX 4.3
14951              Date: 12 Feb 1999 11:25:21 -0500
14952              Message-ID: <yd3lni3613i.fsf@ganymede.hekimian.com>
14953              
14954              Make the pthreads joinable constant scan to output to fd 4, not 2.
14955      Branch: cfgperl
14956            ! Configure
14957 ____________________________________________________________________________
14958 [  2964] By: gsar                                  on 1999/02/17  21:30:07
14959         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
14960              Date: Wed, 17 Feb 1999 06:53:13 -0700
14961              Message-Id: <199902171353.GAA15682@jhereg.perl.com>
14962              Subject: PATCH: lib/Pod/Functions.pm for perl5.005_55
14963      Branch: perl
14964            ! lib/Pod/Functions.pm
14965 ____________________________________________________________________________
14966 [  2963] By: gsar                                  on 1999/02/17  21:18:21
14967         Log: fix comppad handling for failures in eval 'qr/(?p{...})/'
14968              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14969              Date: Wed, 17 Feb 1999 10:06:01 +0000
14970              Message-Id: <199902171006.KAA10204@crypt.compulink.co.uk>
14971              Subject: Re: [5.005_53] panic: pad_free curpad 
14972      Branch: perl
14973            ! regcomp.c regexec.c t/op/misc.t
14974 ____________________________________________________________________________
14975 [  2962] By: gsar                                  on 1999/02/16  21:26:28
14976         Log: NaNQ? tweak
14977      Branch: perl
14978            ! t/lib/bigfloatpm.t
14979 ____________________________________________________________________________
14980 [  2961] By: jhi                                   on 1999/02/16  19:26:38
14981         Log: Integrate from mainperl.
14982      Branch: cfgperl
14983           !> (integrate 37 files)
14984 ____________________________________________________________________________
14985 [  2960] By: gsar                                  on 1999/02/16  18:04:29
14986         Log: undo change#2465 (qw[] is a real list now)
14987      Branch: perl
14988            ! pod/perlop.pod
14989 ____________________________________________________________________________
14990 [  2959] By: gsar                                  on 1999/02/16  07:09:33
14991         Log: this was 5.005_55
14992      Branch: perl
14993            ! Changes
14994
14995 ----------------
14996 Version 5.005_55
14997 ----------------
14998
14999 ____________________________________________________________________________
15000 [  2958] By: gsar                                  on 1999/02/16  06:18:27
15001         Log: integrate change#2852 from maint-5.005; integrate cfgperl contents;
15002              elide dups and non-dependents from Changes
15003      Branch: perl
15004            ! Changes pod/perlhist.pod
15005           !> Configure INSTALL README.threads doio.c ext/IPC/SysV/SysV.xs
15006           !> hints/ultrix_4.sh pod/perl.pod pod/perlfunc.pod
15007           !> pod/perlport.pod pp.c t/op/pack.t
15008 ____________________________________________________________________________
15009 [  2957] By: gsar                                  on 1999/02/16  04:09:47
15010         Log: propagate PERL_VERSION everywhere, add to pod
15011      Branch: perl
15012            ! Configure configpm configure.com ext/B/B/C.pm ext/B/byteperl.c
15013            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs ext/IO/IO.xs
15014            ! hints/freebsd.sh hints/os2.sh installman installperl myconfig
15015            ! os2/Makefile.SHs os2/os2.c patchlevel.h perl.c perl.h
15016            ! plan9/genconfig.pl plan9/myconfig.plan9 plan9/versnum
15017            ! pod/perldebug.pod pod/perldelta.pod vms/genconfig.pl
15018            ! vms/myconfig.com vms/subconfigure.com win32/config.bc
15019            ! win32/config.gc win32/config.vc win32/config_sh.PL
15020            ! win32/win32.c x2p/a2py.c
15021 ____________________________________________________________________________
15022 [  2955] By: jhi                                   on 1999/02/15  16:15:03
15023         Log: The pack tests now better in C90 (after the packnative patches).
15024      Branch: cfgperl
15025            ! t/op/pack.t
15026 ____________________________________________________________________________
15027 [  2954] By: gsar                                  on 1999/02/15  14:11:50
15028         Log: tweak Configure to follow new PERL_VERSION etc.
15029      Branch: perl
15030            ! Configure patchlevel.h pod/perlhist.pod
15031 ____________________________________________________________________________
15032 [  2953] By: jhi                                   on 1999/02/15  14:02:21
15033         Log: Integrate from mainperl.
15034      Branch: cfgperl
15035           !> MANIFEST Porting/makerel
15036 ____________________________________________________________________________
15037 [  2952] By: jhi                                   on 1999/02/15  13:50:07
15038         Log: Enhance the packnative patch: use the packnative code
15039              only if required.  Also added hefty testing (hopefully
15040              I didn't assume too much...).  Tested on alpha, ix86, sparc.
15041      Branch: cfgperl
15042            ! pod/perlfunc.pod pp.c t/op/pack.t
15043 ____________________________________________________________________________
15044 [  2951] By: jhi                                   on 1999/02/15  13:46:56
15045         Log: AVAILABILITY from 5.005_03-tobe, will of course
15046              require updating when 5.006 comes out.
15047      Branch: cfgperl
15048            ! pod/perl.pod
15049 ____________________________________________________________________________
15050 [  2949] By: gsar                                  on 1999/02/15  13:28:51
15051         Log: will this be it for 5.005_55?
15052      Branch: perl
15053            ! MANIFEST Porting/makerel
15054 ____________________________________________________________________________
15055 [  2948] By: jhi                                   on 1999/02/15  13:23:52
15056         Log: Integrate from mainperl.
15057      Branch: cfgperl
15058           !> Changes Makefile.SH ext/B/B/C.pm patchlevel.h perl.h
15059           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
15060           !> pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
15061           !> pod/perlmodlib.pod pod/perltoc.pod t/io/argv.t
15062           !> t/lib/bigfloatpm.t t/lib/h2ph.t win32/Makefile win32/config.bc
15063           !> win32/config.gc win32/config.vc win32/config_H.bc
15064           !> win32/config_H.gc win32/config_H.vc win32/makefile.mk
15065 ____________________________________________________________________________
15066 [  2947] By: jhi                                   on 1999/02/15  13:20:41
15067         Log: perlport.pod 1.39 from Chris.
15068      Branch: cfgperl
15069            ! pod/perlport.pod
15070 ____________________________________________________________________________
15071 [  2946] By: jhi                                   on 1999/02/15  13:09:58
15072         Log: Import Ultrix update, change #2864, 
15073              
15074              From: Spider Boardman <spider@zk3.dec.com>
15075              To: perlbug@perl.com
15076              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
15077              Date: Wed, 10 Feb 1999 23:33:31 -0500
15078              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
15079      Branch: cfgperl
15080            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
15081 ____________________________________________________________________________
15082 [  2945] By: jhi                                   on 1999/02/15  13:04:50
15083         Log: OpenBSD sparc SHMLBA.
15084      Branch: cfgperl
15085            ! ext/IPC/SysV/SysV.xs
15086 ____________________________________________________________________________
15087 [  2944] By: gsar                                  on 1999/02/15  12:09:52
15088         Log: update win32/config* stuff, Changes
15089      Branch: perl
15090            ! Changes win32/Makefile win32/config.bc win32/config.gc
15091            ! win32/config.vc win32/config_H.bc win32/config_H.gc
15092            ! win32/config_H.vc win32/makefile.mk
15093 ____________________________________________________________________________
15094 [  2943] By: gsar                                  on 1999/02/15  11:54:08
15095         Log: #include patchlevel.h by default, provide
15096              PERL_{REVISION,VERSION,SUBVERSION}
15097      Branch: perl
15098            ! patchlevel.h perl.h
15099 ____________________________________________________________________________
15100 [  2942] By: gsar                                  on 1999/02/15  10:26:59
15101         Log: allow /0|NaN/ on some bigfloatpm.t tests for portability; other
15102              misc fixes
15103      Branch: perl
15104            ! Makefile.SH t/io/argv.t t/lib/bigfloatpm.t t/lib/h2ph.t
15105 ____________________________________________________________________________
15106 [  2941] By: gsar                                  on 1999/02/15  10:24:37
15107         Log: broken URLs fixed (from Michael G Schwern <schwern@pobox.com>)
15108              Message-ID: <19990207002851.B9185@toldyouso.com>
15109              Message-ID: <19990207212152.A9765@toldyouso.com>
15110              Message-ID: <19990207212041.A9622@toldyouso.com>
15111              Message-ID: <19990207213127.A10244@toldyouso.com>
15112              Message-ID: <19990207212559.A9950@toldyouso.com>
15113              Message-ID: <19990207212842.A9994@toldyouso.com>
15114              Message-ID: <19990207212500.A9860@toldyouso.com>
15115              Message-ID: <19990207213013.A10105@toldyouso.com>
15116      Branch: perl
15117            ! pod/perldiag.pod pod/perlembed.pod pod/perlfaq3.pod
15118            ! pod/perlfaq4.pod pod/perlfaq9.pod pod/perlmodinstall.pod
15119            ! pod/perlmodlib.pod pod/perltoc.pod
15120 ____________________________________________________________________________
15121 [  2940] By: gsar                                  on 1999/02/15  10:07:08
15122         Log: enable dynaloading in C.pm-compiled programs (non-conflicting part
15123              of suggested patch)
15124              From: "Vishal Bhatia" <vishalb@my-dejanews.com>
15125              Date: Mon, 08 Feb 1999 01:14:41 -0000
15126              Message-ID: <DHIDFFOPMEFDBAAA@my-dejanews.com>
15127              Subject: [PATCH 5.005_54] some pending C.pm stuff 
15128      Branch: perl
15129            ! ext/B/B/C.pm
15130 ____________________________________________________________________________
15131 [  2939] By: jhi                                   on 1999/02/15  08:40:18
15132         Log: Integrate from mainperl.
15133      Branch: cfgperl
15134           +> t/lib/bigfloat.t t/lib/bigfloatpm.t
15135            - lib/File/PathConvert.pm
15136           !> (integrate 81 files)
15137 ____________________________________________________________________________
15138 [  2938] By: gsar                                  on 1999/02/15  06:56:39
15139         Log: change#2839 was bogus, redo
15140      Branch: perl
15141           !> t/lib/h2ph.pht
15142 ____________________________________________________________________________
15143 [  2937] By: gsar                                  on 1999/02/15  06:38:15
15144         Log: support Win32::GetFullPathName() and Win32::SetLastError()
15145              From: jan.dubois@ibm.net (Jan Dubois)
15146              Date: Tue, 09 Feb 1999 22:27:31 +0100
15147              Message-ID: <36c1a2ed.8007554@smtp1.ibm.net>
15148              Subject: [PATCH _54] Win32::GetFullPathName (Re: File::Spec::Win32 and UNCs)
15149      Branch: perl
15150            ! win32/win32.c
15151 ____________________________________________________________________________
15152 [  2936] By: gsar                                  on 1999/02/15  06:26:39
15153         Log: support native integers, pack("L_",...) etc. (via private mail)
15154              From: Jarkko Hietaniemi <jhi@iki.fi>
15155              Date: Wed, 10 Feb 1999 00:04:52 +0200 (EET)
15156              Message-Id: <199902092204.AAA29065@alpha.hut.fi>
15157              Subject: the "packnative" patch
15158      Branch: perl
15159            ! pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod pp.c
15160            ! t/lib/ipc_sysv.t t/op/pack.t
15161 ____________________________________________________________________________
15162 [  2935] By: gsar                                  on 1999/02/15  06:04:02
15163         Log: From: Michael G Schwern <schwern@pobox.com>
15164              Date: Tue, 9 Feb 1999 04:13:12 -0500
15165              Message-ID: <19990209041312.A15788@toldyouso.com>
15166              Subject: [PATCH]5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & more
15167      Branch: perl
15168            ! utils/h2xs.PL
15169 ____________________________________________________________________________
15170 [  2934] By: gsar                                  on 1999/02/15  05:30:13
15171         Log: fix bugs in the handling of negative numbers, among other things
15172              From: Steven Knight <knight@theopera.baldmt.citilink.com>
15173              Date: Mon, 8 Feb 1999 01:16:24 -0600
15174              Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
15175              Subject: Math::BigFloat and Math::BigInt
15176      Branch: perl
15177            + t/lib/bigfloat.t t/lib/bigfloatpm.t
15178            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/bigfloat.pl
15179            ! t/lib/bigintpm.t
15180 ____________________________________________________________________________
15181 [  2933] By: gsar                                  on 1999/02/15  04:57:52
15182         Log: From: "J. van Krieken" <John.van.Krieken@ATComputing.nl>
15183              Date: Thu, 4 Feb 1999 17:25:25 +0100 (MET)
15184              Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl>
15185              Subject: s2p incorrectly handles hold space commands
15186      Branch: perl
15187            ! x2p/s2p.PL
15188 ____________________________________________________________________________
15189 [  2932] By: gsar                                  on 1999/02/15  04:45:55
15190         Log: clarify what a "line" is
15191      Branch: perl
15192            ! pod/perlfunc.pod pod/perlvar.pod
15193 ____________________________________________________________________________
15194 [  2931] By: gsar                                  on 1999/02/15  04:23:29
15195         Log: backout change#2811 and add newer version based on File::Spec
15196              From: Barrie Slaymaker <rbs@telerama.com>
15197              Date: Thu, 11 Feb 1999 16:29:24 -0500
15198              Message-ID: <36C34BB4.A62090E0@telerama.com>
15199              Subject: [PATCH]5.005_54 (pod2html) Relative URLs using new File::Spec
15200      Branch: perl
15201            - lib/File/PathConvert.pm
15202            ! MANIFEST installhtml lib/Pod/Html.pm
15203 ____________________________________________________________________________
15204 [  2930] By: gsar                                  on 1999/02/15  04:16:25
15205         Log: From: Barrie Slaymaker <rbs@telerama.com>
15206              Date: Thu, 11 Feb 1999 19:39:48 -0500
15207              Message-ID: <36C37854.707D139@telerama.com>
15208              Subject: [PATCH] 5.005_54 #2 Merging File::PathConvert in to File::Spec
15209      Branch: perl
15210            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
15211 ____________________________________________________________________________
15212 [  2929] By: gsar                                  on 1999/02/15  04:06:50
15213         Log: patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
15214              Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
15215              Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
15216              Subject: [PATCH]5.005_54 (DOC) fix many typos
15217              --
15218              Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
15219              Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
15220              Subject: [PATCH]5.005_54 (DOC) typos
15221      Branch: perl
15222            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlcall.pod
15223            ! pod/perldebug.pod pod/perlfaq1.pod pod/perlfaq2.pod
15224            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
15225            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
15226            ! pod/perlfaq9.pod pod/perlfunc.pod pod/perlguts.pod
15227            ! pod/perllol.pod pod/perlmod.pod pod/perlref.pod
15228            ! pod/perlrun.pod pod/perlsub.pod pod/perltoc.pod
15229            ! pod/perlvar.pod pod/perlxs.pod
15230 ____________________________________________________________________________
15231 [  2928] By: gsar                                  on 1999/02/15  03:39:53
15232         Log: allow the Carp routines to pass through exception objects
15233      Branch: perl
15234            ! lib/Carp.pm
15235 ____________________________________________________________________________
15236 [  2927] By: gsar                                  on 1999/02/15  03:22:57
15237         Log: mention Proc::Daemon (suggested by Michael G Schwern <schwern@pobox.com>)
15238      Branch: perl
15239            ! pod/perlfaq8.pod
15240 ____________________________________________________________________________
15241 [  2926] By: gsar                                  on 1999/02/15  03:19:39
15242         Log: integrate h2ph.PL fixes from change#2809 (change#2838 was supposed to
15243              have done that, but didn't)
15244      Branch: perl
15245           !> utils/h2ph.PL
15246 ____________________________________________________________________________
15247 [  2925] By: gsar                                  on 1999/02/15  03:17:01
15248         Log: integrate cfgperl changes into mainline
15249      Branch: perl
15250            ! Changes
15251           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
15252           !> config_h.SH hints/openbsd.sh hints/ultrix_4.sh
15253           !> pod/perlport.pod t/lib/h2ph.pht utils/h2ph.PL
15254           !> vms/subconfigure.com
15255 ____________________________________________________________________________
15256 [  2924] By: gsar                                  on 1999/02/15  03:07:08
15257         Log: add const qualifier to most char* prototypes, handle ripple effect
15258      Branch: perl
15259            ! gv.c hv.c hv.h mg.c op.c perl.c pod/perlguts.pod proto.h sv.c
15260            ! universal.c util.c
15261 ____________________________________________________________________________
15262 [  2923] By: gsar                                  on 1999/02/15  01:04:30
15263         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15264              Date: Thu, 04 Feb 1999 02:37:31 +0000
15265              Message-Id: <199902040237.CAA03255@crypt.compulink.co.uk>
15266              Subject: [PATCH 5.005_54] Re: .. misinterpreted as flipflop 
15267      Branch: perl
15268            ! pp_ctl.c t/op/range.t
15269 ____________________________________________________________________________
15270 [  2922] By: gsar                                  on 1999/02/15  00:24:34
15271         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15272              Date: Sun, 31 Jan 1999 01:50:06 +0000
15273              Message-Id: <199901310150.BAA16299@crypt.compulink.co.uk>
15274              Subject: [PATCH 5.005_03t4] regexp flags bug
15275      Branch: perl
15276            ! regcomp.c t/op/re_tests
15277 ____________________________________________________________________________
15278 [  2921] By: gsar                                  on 1999/02/15  00:13:02
15279         Log: use New() et al., rather than safemalloc() et al.
15280              From: jan.dubois@ibm.net (Jan Dubois)
15281              Date: Fri, 29 Jan 1999 23:27:22 +0100
15282              Message-ID: <36bd33f2.51029616@smtp1.ibm.net>
15283              Subject: [PATCH _03-MT5] POSIX.xs memory API
15284      Branch: perl
15285            ! ext/POSIX/POSIX.xs
15286 ____________________________________________________________________________
15287 [  2920] By: gsar                                  on 1999/02/15  00:05:33
15288         Log: tweak READ() docs to mention $buffer must be altered by reference
15289      Branch: perl
15290            ! pod/perltie.pod
15291 ____________________________________________________________________________
15292 [  2919] By: gsar                                  on 1999/02/14  23:50:39
15293         Log: applied suggested patch, with several language/readability tweaks
15294              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15295              Date: Fri, 29 Jan 1999 00:25:02 -0500
15296              Message-ID: <19990129002502.C2898@monk.mps.ohio-state.edu>
15297              Subject: Re: [PATCH 5.005_*] Better parsing docs
15298      Branch: perl
15299            ! pod/perlop.pod
15300 ____________________________________________________________________________
15301 [  2918] By: gsar                                  on 1999/02/14  23:20:42
15302         Log: several bug fixes; now croak()s when date exceeds integer limits (instead
15303              of silently returning bogus values)
15304              From: Peter Chines <pchines@nhgri.nih.gov>
15305              Date: Wed, 27 Jan 1999 16:11:31 -0500
15306              Message-Id: <199901272117.QAA21458@kronos.nhgri.nih.gov>
15307              Subject: Time::Local
15308      Branch: perl
15309            ! lib/Time/Local.pm pod/perldelta.pod
15310 ____________________________________________________________________________
15311 [  2917] By: gsar                                  on 1999/02/14  11:21:43
15312         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15313              Date: Thu, 28 Jan 1999 10:02:20 -0500
15314              Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu>
15315              Subject: Re: [PATCH 5.005_53] Better perldoc
15316      Branch: perl
15317            ! utils/perldoc.PL
15318 ____________________________________________________________________________
15319 [  2916] By: gsar                                  on 1999/02/14  10:59:38
15320         Log: back out change#2751, apply updated version 
15321              From: jan.dubois@ibm.net (Jan Dubois)
15322              Date: Sat, 06 Feb 1999 01:06:29 +0100
15323              Message-ID: <36bc844c.18763049@smtp1.ibm.net>
15324              Subject: [PATCH] Cleanup of File::Spec module
15325      Branch: perl
15326            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
15327            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
15328            ! lib/File/Spec/Win32.pm
15329 ____________________________________________________________________________
15330 [  2915] By: gsar                                  on 1999/02/14  10:48:01
15331         Log: tweak select() test
15332      Branch: perl
15333            ! pod/perlipc.pod t/op/fh.t
15334 ____________________________________________________________________________
15335 [  2914] By: gsar                                  on 1999/02/14  10:25:55
15336         Log: allow C<select('foo')> to autovivify *foo (SelectSaver expects that)
15337      Branch: perl
15338            ! op.c pod/perldiag.pod pp_sys.c t/op/misc.t
15339 ____________________________________________________________________________
15340 [  2913] By: gsar                                  on 1999/02/14  10:03:51
15341         Log: From: Kenneth Albanowski <kjahds@kjahds.com>
15342              Date: Sat, 23 Jan 1999 21:52:15 -0500 (EST)
15343              Message-ID: <Pine.LNX.3.93.990123212857.446B-100000@kjahds.kjahds.com>
15344              Subject: Re: SvOPV() or SvPV_nolen() or ...
15345      Branch: perl
15346            ! pod/perlguts.pod
15347 ____________________________________________________________________________
15348 [  2912] By: gsar                                  on 1999/02/14  09:57:29
15349         Log: provide SvPV_nolen(sv) to avoid use of PL_na
15350              From: jan.dubois@ibm.net (Jan Dubois)
15351              Date: Sun, 24 Jan 1999 02:45:32 +0100
15352              Message-ID: <36bb7ada.68485547@smtp1.ibm.net>
15353              Subject: [PATCH 5.005_54]  _54 version of SvPV_nolen patch
15354      Branch: perl
15355            ! embed.h global.sym objXSUB.h pod/perlguts.pod proto.h sv.c
15356            ! sv.h
15357 ____________________________________________________________________________
15358 [  2911] By: gsar                                  on 1999/02/14  06:51:05
15359         Log: elide stray effluvium
15360      Branch: perl
15361            ! pod/perldelta.pod
15362 ____________________________________________________________________________
15363 [  2910] By: gsar                                  on 1999/02/14  05:51:56
15364         Log: slurping an empty file should return '' rather than undef, with
15365              commensurate effects on ARGV processing
15366      Branch: perl
15367            ! pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
15368            ! pod/perlvar.pod pp_hot.c sv.h t/io/argv.t
15369 ____________________________________________________________________________
15370 [  2909] By: gsar                                  on 1999/02/14  00:02:11
15371         Log: perly_c.diff typo
15372      Branch: perl
15373            ! perly.c perly_c.diff vms/perly_c.vms
15374 ____________________________________________________________________________
15375 [  2908] By: gsar                                  on 1999/02/13  18:20:13
15376         Log: From: jan.dubois@ibm.net (Jan Dubois)
15377              Date: Sat, 13 Feb 1999 13:25:53 +0100
15378              Message-Id: <36c9629c.13334874@smtp1.ibm.net>
15379              Subject: [PATCH 5.005_03-MT5] "goto must have label" message for C<goto ''>
15380      Branch: perl
15381            ! pod/perlfunc.pod pp_ctl.c t/lib/io_unix.t
15382 ____________________________________________________________________________
15383 [  2907] By: jhi                                   on 1999/02/13  15:07:26
15384         Log: Integrate from mainperl.
15385      Branch: cfgperl
15386           +> emacs/e2ctags.pl pod/perltodo.pod t/op/lop.t
15387           !> (integrate 150 files)
15388 ____________________________________________________________________________
15389 [  2903] By: gsar                                  on 1999/02/12  13:25:59
15390         Log: From: jan.dubois@ibm.net (Jan Dubois)
15391              Date: Sun, 24 Jan 1999 01:12:00 +0100
15392              Message-ID: <36b66479.62756298@smtp1.ibm.net>
15393              Subject: [PATCH 5.005_54] remove OVERLOAD conditionals
15394      Branch: perl
15395            ! XSUB.h dump.c gv.c hv.h mg.c perl.h perlvars.h pp.c pp.h
15396            ! proto.h sv.c sv.h
15397 ____________________________________________________________________________
15398 [  2902] By: gsar                                  on 1999/02/12  12:55:11
15399         Log: script to generate ctags from etags
15400              From: Colin Kuskie <ckuskie@cadence.com>
15401              Date: Wed, 20 Jan 1999 16:29:35 -0800 (PST)
15402              Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
15403              Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
15404      Branch: perl
15405            + emacs/e2ctags.pl
15406            ! Makefile.SH pod/perlfaq3.pod
15407 ____________________________________________________________________________
15408 [  2901] By: gsar                                  on 1999/02/12  12:40:17
15409         Log: allow boolean assign ops to be lvalues
15410              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
15411              Date: Mon, 11 Jan 1999 16:52:18 -0600 (CST)
15412              Message-ID: <13978.32609.495338.544643@alias-2.pr.mcs.net>
15413              --
15414              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15415              Date: Mon, 18 Jan 1999 10:04:00 +0000
15416              Message-Id: <199901181004.KAA17471@crypt.compulink.co.uk>
15417              Subject: Re: [inconsistency 5.005_54] ||= not an lvalue 
15418      Branch: perl
15419            + t/op/lop.t
15420            ! MANIFEST op.c
15421 ____________________________________________________________________________
15422 [  2899] By: jhi                                   on 1999/02/12  12:03:48
15423         Log: Configure update: OpenBSD thread-awareness, SCO ODT/OSR osvers.
15424      Branch: cfgperl
15425            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15426            ! config_h.SH hints/openbsd.sh
15427 ____________________________________________________________________________
15428 [  2898] By: gsar                                  on 1999/02/12  11:49:25
15429         Log: support win32_putenv()
15430      Branch: perl
15431            ! mg.c util.c win32/GenCAPI.pl win32/makedef.pl win32/perlhost.h
15432            ! win32/win32.c win32/win32iop.h
15433 ____________________________________________________________________________
15434 [  2894] By: gsar                                  on 1999/02/12  11:09:27
15435         Log: add missing hunk in change#2657
15436      Branch: perl
15437            ! ext/B/B/CC.pm
15438 ____________________________________________________________________________
15439 [  2893] By: gsar                                  on 1999/02/12  11:00:13
15440         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15441              Date: Tue, 19 Jan 1999 20:13:15 -0500
15442              Message-ID: <19990119201315.A21167@monk.mps.ohio-state.edu>
15443              Subject: [PATCH 5.005_53] Remove extraneous sh in test suites
15444      Branch: perl
15445            ! t/op/fh.t t/op/misc.t t/op/runlevel.t t/pragma/strict.t
15446            ! t/pragma/subs.t t/pragma/warning.t
15447 ____________________________________________________________________________
15448 [  2892] By: gsar                                  on 1999/02/12  10:44:38
15449         Log: update change#2670 to later version
15450              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15451              Date: Sun, 31 Jan 1999 16:16:14 +0000
15452              Message-Id: <199901311616.QAA17673@crypt.compulink.co.uk>
15453              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing 
15454      Branch: perl
15455            ! t/op/subst.t toke.c
15456 ____________________________________________________________________________
15457 [  2891] By: gsar                                  on 1999/02/12  10:31:17
15458         Log: make testsuite somewhat location independent
15459      Branch: perl
15460            ! (edit 117 files)
15461 ____________________________________________________________________________
15462 [  2890] By: gsar                                  on 1999/02/12  10:00:30
15463         Log: add $AutoLoader::VERSION
15464      Branch: perl
15465            ! lib/AutoLoader.pm
15466 ____________________________________________________________________________
15467 [  2889] By: gsar                                  on 1999/02/12  09:55:48
15468         Log: tweak PERL_STRICT_CR notes
15469      Branch: perl
15470            ! pod/perl5005delta.pod
15471 ____________________________________________________________________________
15472 [  2888] By: gsar                                  on 1999/02/12  09:41:45
15473         Log: add note about test-notty target
15474      Branch: perl
15475            ! README.win32
15476 ____________________________________________________________________________
15477 [  2887] By: gsar                                  on 1999/02/12  09:37:37
15478         Log: add perltodo.pod
15479      Branch: perl
15480            + pod/perltodo.pod
15481            ! MANIFEST Todo pod/Makefile pod/perl.pod pod/roffitall
15482            ! win32/pod.mak
15483 ____________________________________________________________________________
15484 [  2886] By: jhi                                   on 1999/02/12  08:52:14
15485         Log: Integrate from mainperl.
15486      Branch: cfgperl
15487           +> t/op/fh.t
15488           !> (integrate 30 files)
15489 ____________________________________________________________________________
15490 [  2885] By: gsar                                  on 1999/02/12  08:42:10
15491         Log: note how to find REG_INFTY limit
15492      Branch: perl
15493            ! pod/perlre.pod
15494 ____________________________________________________________________________
15495 [  2884] By: jhi                                   on 1999/02/12  08:36:14
15496         Log: OpenBSD pthreads awareness, thanks to
15497              David Leonard <david.leonard@csee.uq.edu.au>
15498      Branch: maint-5.005/perl
15499            ! Configure hints/openbsd.sh
15500 ____________________________________________________________________________
15501 [  2882] By: gsar                                  on 1999/02/12  08:05:20
15502         Log: IO is maintained by p5p (per Graham Barr's wishes)
15503      Branch: perl
15504            ! MAINTAIN ext/IO/ChangeLog ext/IO/README ext/IO/lib/IO/Dir.pm
15505            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Poll.pm
15506            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
15507            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
15508 ____________________________________________________________________________
15509 [  2881] By: gsar                                  on 1999/02/12  07:57:13
15510         Log: fh.t typo
15511      Branch: perl
15512            ! t/op/fh.t
15513 ____________________________________________________________________________
15514 [  2880] By: gsar                                  on 1999/02/12  07:38:16
15515         Log: PERL5OPT=-T enables taint mode (suggested by Jason Riedy <ejr@cise.ufl.edu>)
15516      Branch: perl
15517            ! perl.c pod/perlrun.pod
15518 ____________________________________________________________________________
15519 [  2879] By: gsar                                  on 1999/02/12  05:39:29
15520         Log: fix ops that are not filehandle constructors to not create GV if it
15521              doesn't already exist (avoids leaks); extend semantics of defined()
15522              so that defined(*{$foo}) works (experimental)
15523      Branch: perl
15524            + t/op/fh.t
15525            ! MANIFEST embed.h embed.pl objXSUB.h op.c pod/perldiag.pod pp.c
15526            ! pp_hot.c pp_sys.c proto.h t/op/gv.t t/op/misc.t
15527 ____________________________________________________________________________
15528 [  2877] By: jhi                                   on 1999/02/11  20:44:00
15529         Log: From: Chris Nandor <pudge@pobox.com>
15530              To: perl5-porters@perl.org
15531              Subject: [PATCH] perlport.pod 1.39
15532              Date: Thu, 11 Feb 1999 12:28:35 -0500
15533              Message-Id: <v04020a2db2e8c3177123@[192.168.0.77]>
15534      Branch: cfgperl
15535            ! pod/perlport.pod
15536 ____________________________________________________________________________
15537 [  2870] By: gsar                                  on 1999/02/11  11:17:08
15538         Log: remove double typeglob deref (suggested by RonaldWS <ronaldws@aol.com>)
15539      Branch: perl
15540            ! ext/IO/lib/IO/Pipe.pm
15541 ____________________________________________________________________________
15542 [  2869] By: gsar                                  on 1999/02/11  11:00:56
15543         Log: update win32/pod.mak
15544      Branch: perl
15545            ! win32/pod.mak
15546 ____________________________________________________________________________
15547 [  2868] By: gsar                                  on 1999/02/11  10:42:44
15548         Log: From: Benjamin Low <b.d.low@unsw.edu.au>
15549              Date: Fri, 08 Jan 1999 14:36:53 +1100
15550              Message-ID: <36957D55.1D65A0B2@unsw.edu.au>
15551              Subject: Re: [Fwd: IO::Socket::connect and blocking]
15552      Branch: perl
15553            ! ext/IO/lib/IO/Socket.pm
15554 ____________________________________________________________________________
15555 [  2867] By: gsar                                  on 1999/02/11  09:43:03
15556         Log: av_extend() doc tweak from Jan Dubois
15557      Branch: perl
15558            ! pod/perlguts.pod
15559 ____________________________________________________________________________
15560 [  2866] By: gsar                                  on 1999/02/11  09:27:17
15561         Log: display full pathname of unreadable files
15562      Branch: perl
15563            ! utils/perldoc.PL
15564 ____________________________________________________________________________
15565 [  2865] By: gsar                                  on 1999/02/11  09:02:31
15566         Log: missing patch in change#2522
15567      Branch: perl
15568            ! lib/Pod/Text.pm
15569 ____________________________________________________________________________
15570 [  2864] By: jhi                                   on 1999/02/11  08:45:00
15571         Log: From: Spider Boardman <spider@zk3.dec.com>
15572              To: perlbug@perl.com
15573              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on RISC-ultrix 4.4 (UNINSTALLED)
15574              Date: Wed, 10 Feb 1999 23:33:31 -0500
15575              Message-Id: <9902110433.AA12816@abyss.zk3.dec.com>
15576      Branch: maint-5.005/perl
15577            ! doio.c ext/IPC/SysV/SysV.xs hints/ultrix_4.sh
15578 ____________________________________________________________________________
15579 [  2862] By: gsar                                  on 1999/02/11  08:14:34
15580         Log: integrate changes#2738,2740 from maint-5.005
15581      Branch: perl
15582           !> lib/ExtUtils/MakeMaker.pm
15583 ____________________________________________________________________________
15584 [  2861] By: jhi                                   on 1999/02/11  08:04:25
15585         Log: Integrate from mainperl.
15586      Branch: cfgperl
15587           !> Changes perl.h pod/perl5005delta.pod pp_ctl.c t/op/local.t
15588           !> t/op/range.t win32/config.gc
15589 ____________________________________________________________________________
15590 [  2860] By: gsar                                  on 1999/02/11  07:30:08
15591         Log: binmode() support for cygwin32 (suggested by Steven Morlock
15592              <newspost@morlock.net>)
15593      Branch: perl
15594            ! perl.h
15595 ____________________________________________________________________________
15596 [  2859] By: gsar                                  on 1999/02/11  07:14:21
15597         Log: update Changes
15598      Branch: perl
15599            ! Changes
15600           !> pod/perl5005delta.pod
15601 ____________________________________________________________________________
15602 [  2856] By: gsar                                  on 1999/02/11  07:07:39
15603         Log: integrate perldelta changes from maint-5.005
15604      Branch: perl
15605           !> pod/perl5005delta.pod
15606 ____________________________________________________________________________
15607 [  2855] By: gsar                                  on 1999/02/11  06:31:50
15608         Log: applied suggested patch; added tests
15609              From: Adam Krolnik <adamk@gypsy.cyrix.com>
15610              Date: Sat, 12 Dec 98 15:30:18 -0600
15611              Message-Id: <9812122130.AA03717@gypsy.eng.cyrix.com>
15612              Subject: Range operation doesn't handle IV_MAX
15613      Branch: perl
15614            ! pp_ctl.c t/op/range.t
15615 ____________________________________________________________________________
15616 [  2854] By: gsar                                  on 1999/02/11  05:00:55
15617         Log: compatibility fix: magic non-propagation in foreach implicit localization
15618      Branch: perl
15619            ! pp_ctl.c t/op/local.t win32/config.gc
15620 ____________________________________________________________________________
15621 [  2852] By: gsar                                  on 1999/02/10  23:17:49
15622         Log: fair warning about -Dusethreads
15623      Branch: maint-5.005/perl
15624            ! Configure INSTALL README.threads
15625 ____________________________________________________________________________
15626 [  2847] By: jhi                                   on 1999/02/09  19:13:28
15627         Log: Integrate from mainperl.
15628      Branch: cfgperl
15629           !> pod/perldelta.pod pod/perlfunc.pod pod/perlobj.pod
15630           !> pod/perlop.pod pp.c t/op/method.t t/op/pack.t
15631 ____________________________________________________________________________
15632 [  2846] By: gsar                                  on 1999/02/09  13:53:28
15633         Log: a modified version of suggested patch for pack template 'Z'; added docs
15634              From: "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
15635              Date: Mon, 16 Jun 1997 03:00:31 +0400 (MSD)
15636              Message-ID: <%lOHpzIuGV@snark.ptc.spbu.ru>
15637              Subject: lack of pack/unpack letter with useful symmetry for C null delimited strings
15638      Branch: perl
15639            ! pod/perldelta.pod pod/perlfunc.pod pp.c t/op/pack.t
15640 ____________________________________________________________________________
15641 [  2845] By: gsar                                  on 1999/02/09  00:03:26
15642         Log: clarify docs for change#2835
15643      Branch: perl
15644            ! pod/perldelta.pod pod/perlop.pod
15645 ____________________________________________________________________________
15646 [  2844] By: gsar                                  on 1999/02/08  23:40:57
15647         Log: addendum to change#2823
15648              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
15649              Date: Sun, 13 Dec 1998 16:06:04 -0800 (PST)
15650              Message-ID: <13940.21805.470054.299@fre-76-120.reshall.berkeley.edu>
15651              Subject: [PATCH] Docs and tests for method-call syntax
15652      Branch: perl
15653            ! pod/perlobj.pod t/op/method.t
15654 ____________________________________________________________________________
15655 [  2843] By: jhi                                   on 1999/02/08  21:06:28
15656         Log: Ultrix mmap tidbit.
15657      Branch: cfgperl
15658            ! hints/ultrix_4.sh
15659 ____________________________________________________________________________
15660 [  2842] By: jhi                                   on 1999/02/08  20:22:55
15661         Log: Integrate from mainperl.
15662      Branch: cfgperl
15663           +> t/op/subst_wamp.t
15664           !> (integrate 35 files)
15665 ____________________________________________________________________________
15666 [  2841] By: jhi                                   on 1999/02/08  18:23:26
15667         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15668              To: Mailing list Perl5 <perl5-porters@perl.org>
15669              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
15670              Date: Sun, 7 Feb 1999 17:25:22 -0500
15671              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
15672      Branch: cfgperl
15673            + t/op/subst_amp.t
15674            ! MANIFEST regcomp.c t/op/subst.t
15675 ____________________________________________________________________________
15676 [  2840] By: jhi                                   on 1999/02/08  18:16:54
15677         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15678              To: Mailing list Perl5 <perl5-porters@perl.org>
15679              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
15680              Date: Sun, 7 Feb 1999 17:00:10 -0500
15681              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
15682      Branch: cfgperl
15683            ! pp_hot.c t/op/pat.t
15684 ____________________________________________________________________________
15685 [  2839] By: jhi                                   on 1999/02/08  17:25:30
15686         Log: A require was missing.
15687      Branch: cfgperl
15688            ! t/lib/h2ph.pht
15689 ____________________________________________________________________________
15690 [  2838] By: jhi                                   on 1999/02/08  16:38:41
15691         Log: Bring in the change #2809 (the Configure part has been
15692              modified rather a lot since the #2809, though.)
15693      Branch: cfgperl
15694            ! Configure utils/h2ph.PL
15695 ____________________________________________________________________________
15696 [  2835] By: gsar                                  on 1999/02/08  14:40:23
15697         Log: make qw() into a true list at compile time (slightly modified
15698              variant of patch suggested by Tom Hughes <tom@compton.demon.co.uk>)
15699      Branch: perl
15700            ! pod/perldelta.pod pod/perlop.pod pp_hot.c toke.c
15701 ____________________________________________________________________________
15702 [  2834] By: gsar                                  on 1999/02/08  13:23:16
15703         Log: make safesysmalloc() etc., always available; safemalloc() et al are
15704              now macros that point to the right malloc; fix various places in
15705              sources that need to always use safesysmalloc() et al
15706      Branch: perl
15707            ! embed.h embedvar.h global.sym iperlsys.h mg.c objXSUB.h perl.h
15708            ! perl_exp.SH proto.h util.c vms/gen_shrfls.pl win32/makedef.pl
15709 ____________________________________________________________________________
15710 [  2833] By: gsar                                  on 1999/02/08  10:56:16
15711         Log: remove spurious #endif in last change
15712      Branch: perl
15713            ! perl.h
15714 ____________________________________________________________________________
15715 [  2832] By: gsar                                  on 1999/02/08  10:34:55
15716         Log: make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let
15717              them ask for insanity (untested)
15718      Branch: perl
15719            ! INSTALL Todo-5.005 ext/SDBM_File/sdbm/sdbm.h hints/machten.sh
15720            ! hints/next_3.sh hints/next_4.sh hints/qnx.sh iperlsys.h
15721            ! malloc.c perl.h pod/perldelta.pod pod/perlguts.pod sv.c
15722 ____________________________________________________________________________
15723 [  2831] By: jhi                                   on 1999/02/08  08:33:33
15724         Log: Update vms/subconfigure.com along the lines of change #2829.
15725      Branch: cfgperl
15726            ! vms/subconfigure.com
15727 ____________________________________________________________________________
15728 [  2830] By: gsar                                  on 1999/02/08  00:19:46
15729         Log: integrate cfgperl changes into mainline
15730      Branch: perl
15731           +> ext/DynaLoader/dl_beos.xs ext/GDBM_File/hints/sco.pl
15732           +> lib/File/PathConvert.pm pod/perlthrtut.pod
15733            ! Changes
15734           !> (integrate 93 files)
15735 ____________________________________________________________________________
15736 [  2829] By: jhi                                   on 1999/02/07  23:49:46
15737         Log: Configure update.
15738              
15739              Probe for mmap() et alia.
15740              The *cc*symbols patch (just Configure, no h2ph).
15741      Branch: cfgperl
15742            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15743            ! config_h.SH perl.h
15744 ____________________________________________________________________________
15745 [  2828] By: gsar                                  on 1999/02/07  23:38:47
15746         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15747              Date: Sun, 7 Feb 1999 17:25:22 -0500
15748              Message-ID: <19990207172522.B894@monk.mps.ohio-state.edu>
15749              Subject: [PATCH 5.005_53] s/\ba/./g was over-optimized
15750      Branch: perl
15751            + t/op/subst_amp.t t/op/subst_wamp.t
15752            ! MANIFEST regcomp.c t/op/subst.t
15753 ____________________________________________________________________________
15754 [  2827] By: gsar                                  on 1999/02/07  23:27:32
15755         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15756              Date: Sun, 7 Feb 1999 17:00:10 -0500
15757              Message-ID: <19990207170009.A894@monk.mps.ohio-state.edu>
15758              Subject: [PATCH 5.005_53] Fix list-context //g with zero-length matches
15759      Branch: perl
15760            ! pp_hot.c t/op/pat.t
15761 ____________________________________________________________________________
15762 [  2826] By: gsar                                  on 1999/02/07  23:26:04
15763         Log: patch for change#2822, done right; add PERL_OBJECT stuff; regen headers
15764              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15765              Date: Sun, 7 Feb 1999 15:07:27 -0500
15766              Message-ID: <19990207150726.A571@monk.mps.ohio-state.edu>
15767              Subject: Re: fixing memory leaks in REx compilation
15768      Branch: perl
15769            ! embed.h embed.pl objXSUB.h proto.h regcomp.c regcomp.h
15770            ! regexec.c
15771 ____________________________________________________________________________
15772 [  2825] By: jhi                                   on 1999/02/07  18:05:13
15773         Log: Integrate from mainperl.
15774      Branch: cfgperl
15775           +> lib/DB.pm t/comp/bproto.t
15776           !> MANIFEST ext/Data/Dumper/Dumper.pm ext/SDBM_File/sdbm/sdbm.c
15777           !> lib/Pod/Html.pm op.c perly.c perly.y perly_c.diff
15778           !> pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod regcomp.h
15779           !> toke.c vms/perly_c.vms
15780 ____________________________________________________________________________
15781 [  2824] By: gsar                                  on 1999/02/07  14:21:48
15782         Log: tweak doc on bitwise ops
15783      Branch: perl
15784            ! pod/perlop.pod
15785 ____________________________________________________________________________
15786 [  2823] By: gsar                                  on 1999/02/07  13:38:31
15787         Log: applied suggested patch; regen perly* and vms/perly*
15788              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
15789              Date: Sun, 13 Dec 1998 01:10:12 -0800 (PST)
15790              Message-ID: <13939.26706.620683.846776@fre-76-120.reshall.berkeley.edu>
15791              Subject: [PATCH] Re: Suggestion for perlobj man page
15792      Branch: perl
15793            ! perly.c perly.y perly_c.diff toke.c vms/perly_c.vms
15794 ____________________________________________________________________________
15795 [  2822] By: gsar                                  on 1999/02/07  12:39:09
15796         Log: Ilya's idea for cleaning up failed regex allocs (substantive parts
15797              disabled, fails tests)
15798      Branch: perl
15799            ! regcomp.h
15800 ____________________________________________________________________________
15801 [  2821] By: gsar                                  on 1999/02/07  11:09:39
15802         Log: pod2html misinterprets Foo::Bar as a URL (fix suggested by Alexander Barilo
15803              <Alexander.Barilo@aexp.com>)
15804      Branch: perl
15805            ! lib/Pod/Html.pm
15806 ____________________________________________________________________________
15807 [  2820] By: gsar                                  on 1999/02/07  10:20:35
15808         Log: add draft debugging API implementation
15809      Branch: perl
15810            + lib/DB.pm
15811            ! MANIFEST
15812 ____________________________________________________________________________
15813 [  2819] By: gsar                                  on 1999/02/07  09:58:45
15814         Log: avoid garbage in db->dirbuf
15815              From: Masahiro KAJIURA <masahiro.kajiura@toshiba.co.jp>
15816              Date: Sat, 05 Dec 1998 14:14:54 +0900
15817              Message-Id: <199812050514.OAA23268@toshiba.co.jp>
15818              Subject: SDBM bug
15819      Branch: perl
15820            ! ext/SDBM_File/sdbm/sdbm.c
15821 ____________________________________________________________________________
15822 [  2818] By: gsar                                  on 1999/02/07  09:32:24
15823         Log: missing entry
15824      Branch: perl
15825            ! MANIFEST
15826 ____________________________________________________________________________
15827 [  2817] By: gsar                                  on 1999/02/07  09:30:47
15828         Log: properly prototype check parenthesized unary ops (e.g. defined(&a,&b))
15829      Branch: perl
15830            + t/comp/bproto.t
15831            ! op.c pod/perldelta.pod pod/perlfunc.pod pod/perlop.pod
15832 ____________________________________________________________________________
15833 [  2816] By: gsar                                  on 1999/02/06  00:14:29
15834         Log: minor bug in dumping blessed subrefs
15835      Branch: perl
15836            ! ext/Data/Dumper/Dumper.pm
15837 ____________________________________________________________________________
15838 [  2812] By: jhi                                   on 1999/02/03  22:02:24
15839         Log: Enhance change #2808.
15840              
15841              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
15842              To: perl5-porters@perl.org
15843              Subject: Re: [PATCH 5.00*]: perlbug checklist
15844              Date: Wed, 3 Feb 1999 19:02:27 +0000
15845              Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk>
15846      Branch: cfgperl
15847            ! utils/perlbug.PL
15848 ____________________________________________________________________________
15849 [  2811] By: jhi                                   on 1999/02/03  21:53:23
15850         Log: From: Barrie Slaymaker <rbs@telerama.com>
15851              To: perl5-porters@perl.org
15852              CC: pod-people@perl.org
15853              Subject: [PATCH]5.005_54 (pod2html) Generate Relative URLs
15854              Date: Wed, 03 Feb 1999 10:34:18 -0500
15855              Message-ID: <36B86C7A.E99EFFF1@telerama.com>
15856              
15857              Add File::PathConvert.pm.
15858              Fix Pod::Html and installhtml to understand relative urls.
15859      Branch: cfgperl
15860            + lib/File/PathConvert.pm
15861            ! MANIFEST installhtml lib/Pod/Html.pm
15862 ____________________________________________________________________________
15863 [  2810] By: jhi                                   on 1999/02/03  20:25:10
15864         Log: From: Francois Desarmenien <desar@club-internet.fr>
15865              To: Mailing list Perl5 <perl5-porters@perl.org>
15866              Subject: [PATCH]5.005_54 (hints) SCO 3/5 hint files and SysV correction
15867              Date: Wed, 03 Feb 1999 13:13:24 +0000
15868              Message-ID: <36B84B74.5EC9B6C8@club-internet.fr>
15869              
15870              (note: this patch completely overrides Tom Wolfe's patch,
15871              change #2604)
15872      Branch: cfgperl
15873            + ext/GDBM_File/hints/sco.pl
15874            ! MANIFEST ext/IPC/SysV/SysV.xs hints/sco.sh
15875 ____________________________________________________________________________
15876 [  2809] By: jhi                                   on 1999/02/03  19:54:16
15877         Log: h2ph fixes + Configure patch to support them.
15878              
15879              From: "Kurt D. Starsinic" <kstar@chapin.edu>
15880              To: Graham Barr <gbarr@pobox.com>, Jarkko Hietaniemi <jhi@iki.fi>,
15881              Gurusamy Sarathy <gsar@engin.umich.edu>
15882              Cc: perl5-porters@perl.org
15883              Subject: [PATCH 5.00503_MT5] h2ph.PL
15884              Date: Tue, 2 Feb 1999 19:48:06 -0500
15885              Message-ID: <19990202194806.E10647@O2.chapin.edu>
15886      Branch: maint-5.005/perl
15887            ! Configure utils/h2ph.PL
15888 ____________________________________________________________________________
15889 [  2808] By: jhi                                   on 1999/02/03  16:59:55
15890         Log: Enhance the perlbug checklist.
15891      Branch: cfgperl
15892            ! utils/perlbug.PL
15893 ____________________________________________________________________________
15894 [  2807] By: jhi                                   on 1999/02/03  14:01:37
15895         Log: Document the standard strftime %formats.
15896              
15897              From: Dominic Dunlop <domo@vo.lu>
15898              To: "Kurt D. Starsinic" <kstar@chapin.edu>, Ben Gertzfield <che@debian.org>
15899              Subject: [PATCH] 5.00[45]*: Re: POSIX's strftime() does not enforce POSIX %C on Solaris
15900              Date: Tue, 2 Feb 1999 15:55:29 +0100
15901              Message-Id: <v0311070cb2dcb3f5f773@[212.24.192.188]>
15902      Branch: cfgperl
15903            ! ext/POSIX/POSIX.pod
15904 ____________________________________________________________________________
15905 [  2806] By: jhi                                   on 1999/02/03  13:58:00
15906         Log: Integrate from mainperl.
15907      Branch: cfgperl
15908           !> perl.h
15909 ____________________________________________________________________________
15910 [  2805] By: gsar                                  on 1999/02/03  03:32:31
15911         Log: PL_uuemap[] init needs help for sizeof()
15912      Branch: perl
15913            ! perl.h
15914 ____________________________________________________________________________
15915 [  2804] By: jhi                                   on 1999/02/02  20:44:30
15916         Log: These should've been already in #2803.
15917      Branch: cfgperl
15918            ! Configure config_h.SH vms/subconfigure.com
15919 ____________________________________________________________________________
15920 [  2803] By: jhi                                   on 1999/02/02  20:38:45
15921         Log: telldir prototype issue, from mists of time...
15922      Branch: cfgperl
15923            ! hints/netbsd.sh pp_sys.c
15924 ____________________________________________________________________________
15925 [  2801] By: jhi                                   on 1999/02/02  17:40:14
15926         Log: From: John Bley <jbb6@acpub.duke.edu>
15927              To: perlbug@perl.org
15928              Subject: [PATCH]5.005_54 (DOC) fix minor typos
15929              Date: Tue, 2 Feb 1999 07:52:52 -0500 (EST)
15930              Message-ID: <Pine.SOL.3.91.990202075115.23589A-100000@soc11.acpub.duke.edu>
15931      Branch: cfgperl
15932            ! pod/perlre.pod
15933 ____________________________________________________________________________
15934 [  2800] By: jhi                                   on 1999/02/02  17:26:49
15935         Log: Update todo with POSIX 1003.1 1996 Edition reminder.
15936      Branch: cfgperl
15937            ! Todo-5.005
15938 ____________________________________________________________________________
15939 [  2799] By: jhi                                   on 1999/02/02  17:18:51
15940         Log: Update FindBin from maint-5.005.
15941      Branch: cfgperl
15942            ! lib/FindBin.pm
15943 ____________________________________________________________________________
15944 [  2798] By: jhi                                   on 1999/02/02  17:16:07
15945         Log: Fix typecasts in #2797
15946              
15947              From: "G. Del Merritt" <del@intranetics.com>
15948              Date: Fri, 29 Jan 1999 11:47:25 -0700
15949              Message-Id: <199901291847.LAA04828@jhereg.perl.com>
15950              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_5 on MSWin32-x86-object 4.0 (PATCH included)
15951      Branch: cfgperl
15952            ! ext/POSIX/POSIX.xs
15953 ____________________________________________________________________________
15954 [  2797] By: jhi                                   on 1999/02/02  17:14:37
15955         Log: From: Ted Law <tedlaw@cibcwg.com>
15956              Date: Wed, 27 Jan 1999 14:54:03 -0500 (EST)
15957              Message-Id: <199901271954.OAA07391@dcm2.cibcwg.com>
15958              Subject: POSIX::strftime buffer overflow problem
15959      Branch: cfgperl
15960            ! ext/POSIX/POSIX.xs
15961 ____________________________________________________________________________
15962 [  2796] By: jhi                                   on 1999/02/02  17:13:23
15963         Log: Do not use File::Slurp.
15964      Branch: cfgperl
15965            ! t/lib/textfill.t
15966 ____________________________________________________________________________
15967 [  2795] By: jhi                                   on 1999/02/02  17:11:48
15968         Log: perlhist update from maint-5.005.
15969      Branch: cfgperl
15970            ! pod/perlhist.pod
15971 ____________________________________________________________________________
15972 [  2794] By: jhi                                   on 1999/02/02  17:10:33
15973         Log: POSIX::redef setv?buf() to IO::Handle:: (by gbarr).
15974      Branch: cfgperl
15975            ! ext/POSIX/POSIX.pm
15976 ____________________________________________________________________________
15977 [  2793] By: jhi                                   on 1999/02/02  17:08:39
15978         Log: Missed the html test from change #2787. 
15979      Branch: cfgperl
15980            ! t/lib/cgi-html.t
15981 ____________________________________________________________________________
15982 [  2792] By: jhi                                   on 1999/02/02  17:01:24
15983         Log: Update Getopt::Long to 2.19.
15984      Branch: cfgperl
15985            ! lib/Getopt/Long.pm
15986 ____________________________________________________________________________
15987 [  2791] By: jhi                                   on 1999/02/02  16:59:13
15988         Log: overload syntax is no longer experimental
15989      Branch: cfgperl
15990            ! lib/overload.pm
15991 ____________________________________________________________________________
15992 [  2789] By: jhi                                   on 1999/02/02  16:47:50
15993         Log: Still doc fixes.
15994      Branch: cfgperl
15995            ! lib/diagnostics.pm
15996 ____________________________________________________________________________
15997 [  2788] By: jhi                                   on 1999/02/02  16:47:07
15998         Log: Doc fixes.
15999      Branch: cfgperl
16000            ! lib/CGI.pm lib/diagnostics.pm
16001 ____________________________________________________________________________
16002 [  2787] By: jhi                                   on 1999/02/02  16:38:55
16003         Log: CGI.pm updated to 2.46 (the CGI docs fixes redone
16004              where applicable).
16005      Branch: cfgperl
16006            ! eg/cgi/RunMeFirst eg/cgi/caution.xbm
16007            ! eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
16008            ! eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
16009            ! eg/cgi/dna.small.gif.uu eg/cgi/file_upload.cgi
16010            ! eg/cgi/frameset.cgi eg/cgi/index.html
16011            ! eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
16012            ! eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
16013            ! eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
16014            ! eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo.gif.uu
16015            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
16016            ! lib/CGI/Fast.pm lib/CGI/Push.pm lib/CGI/Switch.pm
16017 ____________________________________________________________________________
16018 [  2786] By: jhi                                   on 1999/02/02  16:17:52
16019         Log: Update CPAN to 1.47.
16020      Branch: cfgperl
16021            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
16022 ____________________________________________________________________________
16023 [  2785] By: jhi                                   on 1999/02/02  16:09:03
16024         Log: From: Mark-Jason Dominus <mjd@plover.com>
16025              Date: Sat, 16 Jan 1999 17:22:06 -0500
16026              Subject: Re: DOC PATCH (5.005_54 perlsub.pod)
16027              Message-ID: <19990116222206.3674.qmail@plover.com>
16028      Branch: cfgperl
16029            ! pod/perlsub.pod
16030 ____________________________________________________________________________
16031 [  2784] By: jhi                                   on 1999/02/02  16:01:31
16032         Log: Fix incorrect "used only once" warnings
16033              
16034              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16035              Date: Fri, 8 Jan 1999 04:37:10 -0500
16036              Message-ID: <19990108043710.A14390@monk.mps.ohio-state.edu>
16037              Subject: Re: change#965 flakiness
16038      Branch: cfgperl
16039            ! gv.c
16040 ____________________________________________________________________________
16041 [  2783] By: jhi                                   on 1999/02/02  15:50:38
16042         Log: perldelta updates.
16043      Branch: cfgperl
16044            ! pod/perldelta.pod
16045 ____________________________________________________________________________
16046 [  2782] By: jhi                                   on 1999/02/02  14:28:26
16047         Log: Mirror change #2781.
16048      Branch: cfgperl
16049            ! hints/linux.sh
16050 ____________________________________________________________________________
16051 [  2781] By: jhi                                   on 1999/02/02  14:27:01
16052         Log: Update the MkLinux note.
16053      Branch: maint-5.005/perl
16054            ! hints/linux.sh
16055 ____________________________________________________________________________
16056 [  2780] By: jhi                                   on 1999/02/02  14:10:59
16057         Log: Update todo.
16058      Branch: cfgperl
16059            ! Todo-5.005
16060 ____________________________________________________________________________
16061 [  2779] By: jhi                                   on 1999/02/02  14:00:25
16062         Log: Integrate from mainperl.
16063      Branch: cfgperl
16064            ! t/lib/textfill.t t/lib/textwrap.t
16065           !> (integrate 32 files)
16066 ____________________________________________________________________________
16067 [  2778] By: jhi                                   on 1999/02/02  13:56:23
16068         Log: VMS update, applicable parts of
16069              
16070              From: Dan Sugalski <sugalskd@osshe.edu>
16071              To: perl5-porters@perl.org
16072              Subject: [PATCH 5.005_03MT3]VMS configure tweak
16073              Date: Wed, 20 Jan 1999 12:05:18 -0800
16074              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
16075              
16076              From: Dan Sugalski <sugalskd@osshe.edu>
16077              To: perlbug@perl.com, vmsperl@perl.org
16078              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on VMSAXP (Patch included, of course)
16079              Date: Tue, 26 Jan 1999 14:40:38 -0800
16080              Message-Id: <3.0.6.32.19990126144038.02e5d650@ous.edu>
16081              
16082              From: Dan Sugalski <sugalskd@osshe.edu>
16083              To: perl5-porters@perl.org, vmsperl@perl.org
16084              Subject: [PATCH 5.005_03-MAILT_TRIAL_4]VMS test patches
16085              Date: Tue, 26 Jan 1999 14:55:29 -0800
16086              Message-Id: <3.0.6.32.19990126145529.02f22280@ous.edu>
16087      Branch: cfgperl
16088            ! vms/ext/Stdio/test.pl vms/subconfigure.com
16089 ____________________________________________________________________________
16090 [  2777] By: jhi                                   on 1999/02/02  13:43:24
16091         Log: Synch usethreads parts from maint-5.005.
16092      Branch: cfgperl
16093            ! hints/aix.sh hints/dec_osf.sh hints/dos_djgpp.sh
16094            ! hints/freebsd.sh hints/hpux.sh hints/irix_4.sh hints/irix_5.sh
16095            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
16096            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
16097 ____________________________________________________________________________
16098 [  2776] By: jhi                                   on 1999/02/02  13:17:16
16099         Log: Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>
16100      Branch: cfgperl
16101            ! Makefile.SH hints/freebsd.sh
16102 ____________________________________________________________________________
16103 [  2774] By: jhi                                   on 1999/02/02  13:10:39
16104         Log: Add perlthrtut, update pod/* machinery.
16105              (a pod/Makefile.SH is sorely needed)
16106      Branch: cfgperl
16107            + pod/perlthrtut.pod
16108            ! MANIFEST pod/Makefile pod/perl.pod pod/roffitall
16109 ____________________________________________________________________________
16110 [  2773] By: jhi                                   on 1999/02/02  12:54:24
16111         Log: From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16112              To: perl5-porters@perl.org
16113              Subject: Re: [PATCH] perl5.005_03-MAINT_TRIAL_3: clarify Sv[INU]V versus Sv[INU]VX in perlguts
16114              Date: Tue, 26 Jan 1999 22:25:07 +0000
16115              Message-Id: <E105Gux-0000Ac-00@taurus.cus.cam.ac.uk>
16116      Branch: cfgperl
16117            ! pod/perlguts.pod
16118 ____________________________________________________________________________
16119 [  2771] By: jhi                                   on 1999/02/02  12:47:34
16120         Log: Use perlbug instead of personal email address.
16121      Branch: cfgperl
16122            ! Configure
16123 ____________________________________________________________________________
16124 [  2770] By: jhi                                   on 1999/02/02  12:42:06
16125         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
16126              
16127              From: "G. Del Merritt" <del@intranetics.com>
16128              To: perlbug@perl.com
16129              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
16130              Date: Tue, 26 Jan 1999 12:09:09 -0700
16131              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
16132      Branch: cfgperl
16133            ! iperlsys.h
16134 ____________________________________________________________________________
16135 [  2769] By: jhi                                   on 1999/02/02  12:37:57
16136         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16137              To: Mailing list Perl5 <perl5-porters@perl.org>
16138              Subject: [PATCH 5.005_*] OS/2 threads
16139              Date: Tue, 26 Jan 1999 13:39:46 -0500
16140              Message-ID: <19990126133946.A11594@monk.mps.ohio-state.edu>
16141      Branch: cfgperl
16142            ! os2/os2ish.h
16143 ____________________________________________________________________________
16144 [  2768] By: jhi                                   on 1999/02/02  12:36:16
16145         Log: Apply change #2711 from maint-5.005:
16146              
16147              make ok", "make okfile", and "make nok" were broken
16148              with -Duseshrplib, because of a shared typo.
16149              
16150              From: Spider Boardman <spider@web.zk3.dec.com>
16151              To: perlbug@perl.com
16152              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
16153              Date: Wed, 27 Jan 1999 12:27:15 -0500
16154              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
16155      Branch: cfgperl
16156            ! Makefile.SH
16157 ____________________________________________________________________________
16158 [  2766] By: jhi                                   on 1999/02/02  12:27:08
16159         Log: Make Configure use "int main()" instead of bare "main()".
16160              Like maint-5.005 change #2703 but now via metaconfig.
16161      Branch: cfgperl
16162            ! Configure
16163 ____________________________________________________________________________
16164 [  2765] By: jhi                                   on 1999/02/02  11:59:30
16165         Log: Undo part of change #2562.
16166      Branch: cfgperl
16167            ! Configure
16168 ____________________________________________________________________________
16169 [  2764] By: jhi                                   on 1999/02/02  11:52:39
16170         Log: NetBSD synch with maint-5.005.
16171      Branch: cfgperl
16172            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
16173 ____________________________________________________________________________
16174 [  2763] By: jhi                                   on 1999/02/02  11:44:07
16175         Log: $Config{installusrbinperl}
16176              (maint-5.005 changes #2614 and #2709)
16177      Branch: cfgperl
16178            ! Configure installperl
16179 ____________________________________________________________________________
16180 [  2762] By: jhi                                   on 1999/02/02  11:29:13
16181         Log: Errno update from maint-5.005 (changes #2583, #2710).
16182      Branch: cfgperl
16183            ! Configure ext/Errno/Errno_pm.PL
16184 ____________________________________________________________________________
16185 [  2759] By: jhi                                   on 1999/02/02  10:53:20
16186         Log: Update Trig.pm from maint-5.005.
16187      Branch: cfgperl
16188            ! lib/Math/Trig.pm
16189 ____________________________________________________________________________
16190 [  2757] By: jhi                                   on 1999/02/02  10:41:26
16191         Log: MPE/iX update (mirror maint-5.005 change #2715)
16192      Branch: cfgperl
16193            ! hints/mpeix.sh mpeix/relink
16194 ____________________________________________________________________________
16195 [  2756] By: jhi                                   on 1999/02/02  10:38:08
16196         Log: BeOS update (Mirror maint-5.005 change #2727).
16197      Branch: cfgperl
16198            + ext/DynaLoader/dl_beos.xs
16199            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
16200            ! lib/ExtUtils/MM_Unix.pm
16201 ____________________________________________________________________________
16202 [  2754] By: gsar                                  on 1999/02/02  08:52:13
16203         Log: Todo updates from Andy Dougherty <doughera@lafayette.edu>
16204      Branch: perl
16205            ! Porting/pumpkin.pod Todo Todo-5.005
16206 ____________________________________________________________________________
16207 [  2753] By: gsar                                  on 1999/02/02  08:46:21
16208         Log: Todo tweaks
16209      Branch: perl
16210            ! Todo Todo-5.005
16211 ____________________________________________________________________________
16212 [  2752] By: jhi                                   on 1999/02/01  22:15:12
16213         Log: Add perlthrtut.pod.
16214              
16215              From: Dan Sugalski <sugalskd@osshe.edu>
16216              To: perl5-porters@perl.org
16217              Subject: perlthrtut.pod
16218              Date: Mon, 01 Feb 1999 10:57:11 -0800
16219              Message-Id: <3.0.6.32.19990201105711.02e62540@ous.edu>
16220      Branch: maint-5.005/perl
16221            + pod/perlthrtut.pod
16222            ! MANIFEST pod/Makefile pod/buildtoc pod/perldelta.pod
16223            ! pod/roffitall
16224 ____________________________________________________________________________
16225 [  2751] By: gsar                                  on 1999/02/01  07:28:05
16226         Log: devnull() support from Jan Dubois <jan.dubois@ibm.net> and others
16227      Branch: perl
16228            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
16229            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
16230 ____________________________________________________________________________
16231 [  2750] By: gsar                                  on 1999/02/01  07:09:20
16232         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16233              Date: Fri, 4 Dec 1998 01:02:03 -0500 (EST)
16234              Message-Id: <199812040602.BAA07215@monk.mps.ohio-state.edu>
16235              Subject: [PATCH 5.005_53] Debugging REx with lookbehind
16236      Branch: perl
16237            ! regexec.c
16238 ____________________________________________________________________________
16239 [  2749] By: gsar                                  on 1999/02/01  07:07:59
16240         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16241              Date: Fri, 4 Dec 1998 00:05:41 -0500 (EST)
16242              Message-Id: <199812040505.AAA16616@monk.mps.ohio-state.edu>
16243              Subject: [PATCH 5.005_53] Speed up .*? and half-fix UTF lookbehind
16244      Branch: perl
16245            ! regexec.c
16246 ____________________________________________________________________________
16247 [  2748] By: gsar                                  on 1999/02/01  06:47:06
16248         Log: From: "Jonathan I. Kamens" <jik@kamens.brookline.ma.us>
16249              Date: Thu, 3 Dec 1998 15:10:17 -0500
16250              Message-Id: <199812032010.PAA09692@jik.shore.net>
16251              Subject: sample checksum code in "perlfunc" man page is wrong
16252      Branch: perl
16253            ! pod/perlfunc.pod
16254 ____________________________________________________________________________
16255 [  2747] By: gsar                                  on 1999/02/01  06:35:13
16256         Log: typos in Pod/Text.pm
16257              From: "Greg Chapman" <glc@well.com>
16258              Date: Tue, 1 Dec 1998 10:50:18 -0800
16259              Message-Id: <199812011849.KAA08816@smtp.well.com>
16260              Subject: Glitch in Pod::Text
16261      Branch: perl
16262            ! lib/Pod/Text.pm
16263 ____________________________________________________________________________
16264 [  2746] By: gsar                                  on 1999/02/01  06:27:35
16265         Log: various win32-ish changes merged from maint-5.005
16266      Branch: perl
16267            ! README.win32 embedvar.h globvar.sym lib/ExtUtils/MM_Unix.pm
16268            ! objXSUB.h op.c perl.h perlvars.h pp.c sv.c t/io/fs.t toke.c
16269            ! win32/Makefile win32/config.bc win32/config.vc
16270            ! win32/config_sh.PL win32/makefile.mk win32/runperl.c
16271            ! win32/win32.c
16272 ____________________________________________________________________________
16273 [  2745] By: gsar                                  on 1999/02/01  04:51:54
16274         Log: integrate cfgperl changes into mainline
16275      Branch: perl
16276           !> INSTALL hints/aix.sh lib/Time/Local.pm pod/perldelta.pod
16277 ____________________________________________________________________________
16278 [  2744] By: gsar                                  on 1999/02/01  04:31:09
16279         Log: improved diagnostic on syntax errors at EOL
16280      Branch: perl
16281            ! toke.c
16282 ____________________________________________________________________________
16283 [  2743] By: gsar                                  on 1999/02/01  03:59:13
16284         Log: don't attempt connect() to bogus IP addresses
16285              From:    Graham Barr <gbarr@pobox.com>
16286              Date:    Sun, 31 Jan 1999 21:50:45 CST
16287              Message-Id: <19990131215045.A633@pobox.com>
16288      Branch: perl
16289            ! t/lib/io_multihomed.t
16290 ____________________________________________________________________________
16291 [  2742] By: gsar                                  on 1999/02/01  03:08:58
16292         Log: update Changes
16293      Branch: perl
16294            ! Changes pod/perldelta.pod
16295 ____________________________________________________________________________
16296 [  2740] By: gsar                                  on 1999/02/01  02:43:07
16297         Log: CAPI inheritance tweak and doc
16298      Branch: maint-5.005/perl
16299            ! lib/ExtUtils/MakeMaker.pm
16300 ____________________________________________________________________________
16301 [  2739] By: jhi                                   on 1999/01/31  18:31:54
16302         Log: Undo changes #2730 and #2731 and replace them
16303              with an extensively tested patch from
16304              Anton Berezin <tobez@plab.ku.dk> (via private email).
16305      Branch: maint-5.005/perl
16306            ! Makefile.SH hints/freebsd.sh
16307 ____________________________________________________________________________
16308 [  2738] By: gsar                                  on 1999/01/31  05:04:32
16309         Log: fix bogus CAPI inheritance from change#2541
16310      Branch: maint-5.005/perl
16311            ! lib/ExtUtils/MakeMaker.pm
16312 ____________________________________________________________________________
16313 [  2731] By: jhi                                   on 1999/01/29  14:33:12
16314         Log: FreeBSD version numbers can be like "2.2.8-release".
16315      Branch: maint-5.005/perl
16316            ! hints/freebsd.sh
16317 ____________________________________________________________________________
16318 [  2730] By: jhi                                   on 1999/01/29  12:40:38
16319         Log: FreeBSD hints iteration (hopefully convergent).
16320              usethreads: require at least FreeBSD 2.2.8.
16321              signal type: mirror change #2429 in cfgperl.
16322      Branch: maint-5.005/perl
16323            ! hints/freebsd.sh
16324 ____________________________________________________________________________
16325 [  2727] By: gbarr                                 on 1999/01/29  04:09:57
16326         Log: From: Tom Spindler <dogcow@isi.net>
16327              Date: Thu, 28 Jan 1999 17:15:11 -0800
16328              Message-ID: <19990128171510.A11778@isi.net>
16329              Subject: [PATCH] BeOS dynamic loading support for perl5.005_03_MT4
16330      Branch: maint-5.005/perl
16331            + ext/DynaLoader/dl_beos.xs
16332            ! Configure MANIFEST Makefile.SH README.beos hints/beos.sh
16333            ! lib/ExtUtils/MM_Unix.pm
16334 ____________________________________________________________________________
16335 [  2726] By: gbarr                                 on 1999/01/29  03:30:51
16336         Log: Remove use of File::Slurp in t/lib/textfill.t
16337      Branch: maint-5.005/perl
16338            ! t/lib/textfill.t
16339 ____________________________________________________________________________
16340 [  2725] By: gbarr                                 on 1999/01/29  03:11:41
16341         Log: From: Gurusamy Sarathy <gsar@ActiveState.com>
16342              Date: Wed, 27 Jan 1999 23:14:33 -0800
16343              Message-Id: <199901280714.XAA10176@activestate.com>
16344              Subject: Re: NOT OK: "@INC contains: ." after make install - MAINT_TRIAL_4 - 5.005_03 maintenance trial 4 MSWin32-x86-object
16345      Branch: maint-5.005/perl
16346            ! win32/Makefile win32/makefile.mk
16347 ____________________________________________________________________________
16348 [  2720] By: gsar                                  on 1999/01/27  21:54:42
16349         Log: missing space while munging CCFLAGS for PERL_CAPI
16350      Branch: perl
16351            ! lib/ExtUtils/MM_Unix.pm
16352 ____________________________________________________________________________
16353 [  2718] By: jhi                                   on 1999/01/27  19:46:04
16354         Log: io/fs.t fails test #18 (sense of tests appears to have been
16355              changed incompletely; this patch just skips the test attached,
16356              a la test #17 preceding it).
16357              
16358              From: "G. Del Merritt" <del@intranetics.com>
16359              To: perlbug@perl.com
16360              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
16361              Date: Tue, 26 Jan 1999 12:09:09 -0700
16362              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
16363      Branch: maint-5.005/perl
16364            ! t/io/fs.t
16365 ____________________________________________________________________________
16366 [  2717] By: jhi                                   on 1999/01/27  19:44:46
16367         Log: Miniperl fails to build (pp_sys.c was changed and iperlsys.h wasn't)
16368              
16369              From: "G. Del Merritt" <del@intranetics.com>
16370              To: perlbug@perl.com
16371              Subject: NOT OK: perl 5.00503 +MAINT_TRIAL_4 on MSWin32-x86-object (PATCHES included)
16372              Date: Tue, 26 Jan 1999 12:09:09 -0700
16373              Message-Id: <199901261909.MAA25525@jhereg.perl.com>
16374      Branch: maint-5.005/perl
16375            ! iperlsys.h
16376 ____________________________________________________________________________
16377 [  2715] By: jhi                                   on 1999/01/27  19:34:28
16378         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
16379              To: perl5-porters@perl.org
16380              Subject: [PATCH perl5.005_03-MAINT_TRIAL_4] MPE port tweaks
16381              Date: Tue, 26 Jan 1999 16:32:18 -0800 (PST)
16382              Message-Id: <199901270032.QAA13395@spock.dis.cccd.edu>
16383      Branch: maint-5.005/perl
16384            ! hints/mpeix.sh mpeix/relink
16385 ____________________________________________________________________________
16386 [  2710] By: jhi                                   on 1999/01/27  19:22:23
16387         Log: Errno fixes:
16388              
16389              From: Spider Boardman <spider@web.zk3.dec.com>
16390              To: perlbug@perl.com
16391              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
16392              Date: Wed, 27 Jan 1999 12:27:15 -0500
16393              Message-Id: <199901271727.MAA233455@web.zk3.dec.com>
16394              
16395              From: Spider Boardman <spider@web.zk3.dec.com>
16396              To: perlbug@perl.com
16397              Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
16398              Date: Wed, 27 Jan 1999 13:31:16 -0500
16399              Message-Id: <199901271831.NAA241001@web.zk3.dec.com>
16400      Branch: maint-5.005/perl
16401            ! Configure ext/Errno/Errno_pm.PL
16402 ____________________________________________________________________________
16403 [  2709] By: jhi                                   on 1999/01/27  19:17:35
16404         Log: Fix Configure installusrbinperl:
16405              
16406              From: Spider Boardman <spider@web.zk3.dec.com>
16407              To: jhi@iki.fi
16408              cc: perl5-porters@perl.org
16409              Subject: Re: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED)
16410              Date: Wed, 27 Jan 1999 13:03:35 -0500
16411              Message-Id: <199901271803.NAA238257@web.zk3.dec.com>
16412      Branch: maint-5.005/perl
16413            ! Configure
16414 ____________________________________________________________________________
16415 [  2707] By: gbarr                                 on 1999/01/26  02:06:17
16416         Log: Add redef IO::Handle::* for setv?buf()
16417      Branch: maint-5.005/perl
16418            ! ext/POSIX/POSIX.pm
16419 ____________________________________________________________________________
16420 [  2705] By: jhi                                   on 1999/01/24  15:14:30
16421         Log: Mention year-1900 and month 0..11.
16422      Branch: cfgperl
16423            ! lib/Time/Local.pm
16424 ____________________________________________________________________________
16425 [  2704] By: jhi                                   on 1999/01/24  15:13:36
16426         Log: Document Configure -Uinstallusrbinperl.
16427      Branch: cfgperl
16428            ! INSTALL pod/perldelta.pod
16429 ____________________________________________________________________________
16430 [  2698] By: jhi                                   on 1999/01/24  12:46:00
16431         Log: Use only xlc_r for usethreads.
16432      Branch: cfgperl
16433            ! hints/aix.sh
16434 ____________________________________________________________________________
16435 [  2695] By: gsar                                  on 1999/01/24  07:09:05
16436         Log: integrate cfgperl changes into mainline
16437      Branch: perl
16438           +> lib/Exporter/Heavy.pm
16439           !> (integrate 65 files)
16440 ____________________________________________________________________________
16441 [  2694] By: gsar                                  on 1999/01/24  01:28:49
16442         Log: better notes on 'make' on win32
16443      Branch: perl
16444            ! README.win32
16445 ____________________________________________________________________________
16446 [  2683] By: jhi                                   on 1999/01/22  15:41:00
16447         Log: More de-cut-and-pastos.
16448      Branch: cfgperl
16449            ! hints/irix_6.sh hints/os2.sh
16450 ____________________________________________________________________________
16451 [  2682] By: jhi                                   on 1999/01/22  15:30:51
16452         Log: usethreads.cbu cut-and-pasto.
16453      Branch: cfgperl
16454            ! hints/solaris_2.sh
16455 ____________________________________________________________________________
16456 [  2681] By: jhi                                   on 1999/01/22  14:54:55
16457         Log: Better (I hope) LANGUAGE documentation.
16458      Branch: cfgperl
16459            ! pod/perllocale.pod
16460 ____________________________________________________________________________
16461 [  2680] By: jhi                                   on 1999/01/22  09:20:29
16462         Log: From: Dan Sugalski <sugalskd@osshe.edu>
16463              To: perl5-porters@perl.org
16464              Subject: [PATCH 5.005_03MT3]VMS configure tweak
16465              Date: Wed, 20 Jan 1999 12:05:18 -0800
16466              Message-Id: <3.0.6.32.19990120120518.00a98470@ous.edu>
16467      Branch: cfgperl
16468            ! vms/subconfigure.com
16469 ____________________________________________________________________________
16470 [  2679] By: jhi                                   on 1999/01/22  09:13:18
16471         Log: nosuid getmntent() branch.
16472      Branch: cfgperl
16473            ! perl.c perl.h
16474 ____________________________________________________________________________
16475 [  2678] By: jhi                                   on 1999/01/22  08:54:19
16476         Log: nosuid patch continued: *BSD needs <sys/param.h>.
16477      Branch: cfgperl
16478            ! Configure config_h.SH
16479 ____________________________________________________________________________
16480 [  2676] By: gbarr                                 on 1999/01/22  01:54:02
16481         Log: Fixup FindBin to use File::Spec
16482              
16483              Message-Id: <19990120185157.D24479@west-tip.transeda.com>
16484              Date: Wed, 20 Jan 1999 18:51:57 +0000
16485              From: Paul Johnson <pjcj@transeda.com>
16486              Subject: Re: [PATCH] 5005_54 Make FindBin work with UNC paths
16487      Branch: maint-5.005/perl
16488            ! lib/FindBin.pm
16489 ____________________________________________________________________________
16490 [  2671] By: gbarr                                 on 1999/01/22  00:40:13
16491         Log: Fix win32 for Borland compiler and spaces in paths
16492              
16493              From: Gurusamy Sarathy <gsar@activestate.com>
16494              Date: Mon, 18 Jan 1999 20:33:17 -0800
16495              Message-Id: <199901190433.UAA03656@activestate.com>
16496              Subject: [PATCH] 5.005_03-trial3 win32 issues
16497      Branch: maint-5.005/perl
16498            ! README.win32 win32/Makefile win32/config_sh.PL
16499            ! win32/makefile.mk win32/runperl.c
16500 ____________________________________________________________________________
16501 [  2670] By: jhi                                   on 1999/01/21  16:12:38
16502         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16503              To: perl5-porters@perl.org
16504              Subject: Re: [PATCH 5.005_54] Evalled substitution parsing
16505              Date: Thu, 21 Jan 1999 12:08:01 +0000
16506              Message-Id: <199901211208.MAA01228@crypt.compulink.co.uk>
16507      Branch: cfgperl
16508            ! pod/perldiag.pod t/op/subst.t toke.c
16509 ____________________________________________________________________________
16510 [  2669] By: jhi                                   on 1999/01/21  16:11:46
16511         Log: To: perl5-porters@perl.org
16512              Subject: [PATCH 5.005_54] hints/freebsd.sh - reflect the birth of version 4.0
16513              From: Anton Berezin <tobez@plab.ku.dk>
16514              Date: 21 Jan 1999 17:07:28 +0100
16515              Message-ID: <86emood2yn.fsf@lion.plab.ku.dk>
16516      Branch: cfgperl
16517            ! hints/freebsd.sh
16518 ____________________________________________________________________________
16519 [  2668] By: jhi                                   on 1999/01/21  15:38:34
16520         Log: Add Daniel Grisinger <dgris@dimensional.com>.
16521      Branch: cfgperl
16522            ! AUTHORS MAINTAIN
16523 ____________________________________________________________________________
16524 [  2667] By: jhi                                   on 1999/01/21  15:32:28
16525         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16526              To: Mailing list Perl5 <perl5-porters@perl.org>
16527              Subject: [PATCH 5.005_53] Lean Exporter.pm
16528              Date: Thu, 21 Jan 1999 03:25:23 -0500
16529              Message-ID: <19990121032523.A25704@monk.mps.ohio-state.edu>
16530      Branch: cfgperl
16531            + lib/Exporter/Heavy.pm
16532            ! MANIFEST lib/Exporter.pm
16533 ____________________________________________________________________________
16534 [  2666] By: jhi                                   on 1999/01/21  15:24:10
16535         Log: From: "W. Phillip Moore" <wpm@ms.com>
16536              To: Graham Barr <gbarr@ti.com>, perlbug@perl.org
16537              Subject: Re: [PATCH] File::Path 1.04 bug (all perl5 core versions)
16538              Date: Tue, 19 Jan 1999 11:39:11 -0500 (EST)
16539              Message-ID: <13988.46383.298992.97303@zappa>
16540      Branch: cfgperl
16541            ! lib/File/Path.pm
16542 ____________________________________________________________________________
16543 [  2665] By: jhi                                   on 1999/01/21  15:20:48
16544         Log: CPAN update (CPAN-1.44_54) from Andreas and
16545              jumbo doc patch from Abigail.
16546              
16547              From: abigail@fnx.com
16548              To: perl5-porters@perl.org (Perl Porters)
16549              Subject: [PATCH 5.005_03 TRIAL 3 lib/AutoLoader.pm]  Typos
16550              Date: Tue, 19 Jan 1999 19:14:10 -0500 (EST)
16551              Message-ID: <19990120001410.19645.qmail@alexandra.wayne.fnx.com>
16552              
16553              From: abigail@fnx.com
16554              To: perl5-porters@perl.org (Perl Porters)
16555              Subject: [PATCH 5.005_03 TRIAL3 lib/CGI.pm] Typos
16556              Date: Tue, 19 Jan 1999 19:32:42 -0500 (EST)
16557              Message-ID: <19990120003242.19938.qmail@alexandra.wayne.fnx.com>
16558              
16559              From: abigail@fnx.com
16560              To: perl5-porters@perl.org (Perl Porters)
16561              Subject: [PATCH 5.005_03 TRIAL3 lib/CPAN.pm] Typos
16562              Date: Tue, 19 Jan 1999 19:40:41 -0500 (EST)
16563              Message-ID: <19990120004041.20052.qmail@alexandra.wayne.fnx.com>
16564              
16565              From: abigail@fnx.com
16566              To: perl5-porters@perl.org (Perl Porters)
16567              Subject: [PATCH 5.005_03 TRIAL3 lib/Carp.pm] Typo
16568              Date: Tue, 19 Jan 1999 19:43:12 -0500 (EST)
16569              Message-ID: <19990120004312.20152.qmail@alexandra.wayne.fnx.com>
16570              
16571              From: abigail@fnx.com
16572              To: perl5-porters@perl.org (Perl Porters)
16573              Subject: [PATCH 5.005_03 TRIAL3 lib/Cwd.pm] Typo
16574              Date: Tue, 19 Jan 1999 19:44:29 -0500 (EST)
16575              Message-ID: <19990120004429.20190.qmail@alexandra.wayne.fnx.com>
16576              
16577              From: abigail@fnx.com
16578              To: perl5-porters@perl.org (Perl Porters)
16579              Subject: [PATCH 5.005_03 TRIAL3 lib/Safe.pm] Typo
16580              Date: Tue, 19 Jan 1999 19:52:41 -0500 (EST)
16581              Message-ID: <19990120005241.20693.qmail@alexandra.wayne.fnx.com>
16582              
16583              From: abigail@fnx.com
16584              To: perl5-porters@perl.org (Perl Porters)
16585              Subject: [PATCH 5.005_03 TRIAL3 lib/SelfLoader.pm] Typos
16586              Date: Tue, 19 Jan 1999 19:55:25 -0500 (EST)
16587              Message-ID: <19990120005525.20788.qmail@alexandra.wayne.fnx.com>
16588              
16589              From: abigail@fnx.com
16590              To: perl5-porters@perl.org (Perl Porters)
16591              Subject: [PATCH 5.005_03 TRIAL3 lib/Symbol.pm] Typo
16592              Date: Tue, 19 Jan 1999 19:58:21 -0500 (EST)
16593              Message-ID: <19990120005821.20926.qmail@alexandra.wayne.fnx.com>
16594              
16595              From: abigail@fnx.com
16596              To: perl5-porters@perl.org (Perl Porters)
16597              Subject: [PATCH 5.005_03 TRIAL3 lib/Test.pm] Typo
16598              Date: Tue, 19 Jan 1999 20:00:02 -0500 (EST)
16599              Message-ID: <19990120010002.20973.qmail@alexandra.wayne.fnx.com>
16600              
16601              From: abigail@fnx.com
16602              To: perl5-porters@perl.org (Perl Porters)
16603              Subject: [PATCH 5.005_03 TRIAL3 lib/ops.pm] Typo
16604              Date: Tue, 19 Jan 1999 20:39:09 -0500 (EST)
16605              Message-ID: <19990120013909.23085.qmail@alexandra.wayne.fnx.com>
16606              
16607              From: abigail@fnx.com
16608              To: perl5-porters@perl.org (Perl Porters)
16609              Subject: [PATCH 5.005_03 TRIAL3 lib/diagnostics.pm] Typos  (ignore previous patch for this file...)
16610              Date: Tue, 19 Jan 1999 20:38:23 -0500 (EST)
16611              Message-ID: <19990120013823.23015.qmail@alexandra.wayne.fnx.com>
16612              
16613              From: abigail@fnx.com
16614              To: perl5-porters@perl.org (Perl Porters)
16615              Subject: [PATCH 5.005_03 TRIAL3 lib/overload.pm] Typos
16616              Date: Tue, 19 Jan 1999 20:58:16 -0500 (EST)
16617              Message-ID: <19990120015817.24306.qmail@alexandra.wayne.fnx.com>
16618              
16619              From: abigail@fnx.com
16620              To: perl5-porters@perl.org (Perl Porters)
16621              Subject: [PATCH 5.005_03 TRIAL3 lib/re.pm] Typos
16622              Date: Tue, 19 Jan 1999 21:03:26 -0500 (EST)
16623              Message-ID: <19990120020326.24373.qmail@alexandra.wayne.fnx.com>
16624      Branch: cfgperl
16625            ! ext/Opcode/Safe.pm ext/Opcode/ops.pm lib/AutoLoader.pm
16626            ! lib/CGI.pm lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
16627            ! lib/Carp.pm lib/Cwd.pm lib/SelfLoader.pm lib/Symbol.pm
16628            ! lib/Test.pm lib/diagnostics.pm lib/fields.pm lib/overload.pm
16629 ____________________________________________________________________________
16630 [  2664] By: jhi                                   on 1999/01/21  14:47:43
16631         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16632              To: Mailing list Perl5 <perl5-porters@perl.org>
16633              Subject: [PATCH 5.005_*] OS2::PrfDB was exploiting a bug in U32 XSUBs
16634              Date: Thu, 21 Jan 1999 03:58:29 -0500
16635              Message-ID: <19990121035829.A25822@monk.mps.ohio-state.edu>
16636      Branch: cfgperl
16637            ! os2/Changes os2/OS2/PrfDB/PrfDB.xs
16638 ____________________________________________________________________________
16639 [  2663] By: jhi                                   on 1999/01/21  14:43:58
16640         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16641              To: Mailing list Perl5 <perl5-porters@perl.org>
16642              Subject: [PATCH 5.005_*] Errno.pm suffers from \\ too
16643              Date: Thu, 21 Jan 1999 02:46:34 -0500
16644              Message-ID: <19990121024634.A25600@monk.mps.ohio-state.edu>
16645      Branch: cfgperl
16646            ! ext/Errno/Errno_pm.PL
16647 ____________________________________________________________________________
16648 [  2662] By: jhi                                   on 1999/01/21  14:42:42
16649         Log: From: Daniel Grisinger <dgris@moiraine.dimensional.com>
16650              To: Francois Desarmenien <desar@club-internet.fr>
16651              Cc: Gurusamy Sarathy <gsar@activestate.com>,
16652              Mailing list Perl5 <perl5-porters@perl.org>, bugmongers@perl.org
16653              Subject: [PATCH] patching.pod, misc fixes (was Re: Which ? What ? Why ? When ?)
16654              Date: 21 Jan 1999 00:17:35 -0700
16655              Message-ID: <m31zkpqels.fsf_-_@moiraine.dimensional.com>
16656      Branch: cfgperl
16657            ! Porting/patching.pod
16658 ____________________________________________________________________________
16659 [  2661] By: jhi                                   on 1999/01/21  14:41:13
16660         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16661              To: Mailing list Perl5 <perl5-porters@perl.org>
16662              Subject: [PATCH 5.00*] makedepend
16663              Date: Thu, 21 Jan 1999 02:08:27 -0500
16664              Message-ID: <19990121020827.A25509@monk.mps.ohio-state.edu>
16665      Branch: cfgperl
16666            ! makedepend.SH
16667 ____________________________________________________________________________
16668 [  2660] By: jhi                                   on 1999/01/21  14:36:45
16669         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16670              To: Mailing list Perl5 <perl5-porters@perl.org>
16671              Subject: [PATCH 5.005_53] Pipes and 2>&1 on OS/2
16672              Date: Tue, 19 Jan 1999 20:06:45 -0500
16673              Message-ID: <19990119200645.A21154@monk.mps.ohio-state.edu>
16674      Branch: cfgperl
16675            ! os2/Changes os2/os2.c
16676 ____________________________________________________________________________
16677 [  2657] By: jhi                                   on 1999/01/21  11:40:35
16678         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
16679              To: perl5-porters@perl.org
16680              Subject: [PATCH 5.005_54]pp_mapstart & pp_grepstart return val (CC.pm)
16681              Date: Mon, 18 Jan 1999 01:32:31 PST
16682              Message-ID: <19990118093231.18443.qmail@hotmail.com>
16683      Branch: cfgperl
16684            ! ext/B/B/CC.pm
16685 ____________________________________________________________________________
16686 [  2656] By: jhi                                   on 1999/01/21  11:35:34
16687         Log: From: Achim Bohnet <ach@mpe.mpg.de>
16688              Subject: [PATCH] Not OK: perl 5.00503 +MAINT_TRIAL_3 on alpha-dec_osf 4.0 (UNINSTALLED) 
16689              Date: Wed, 20 Jan 1999 20:25:53 +0100
16690              Message-Id: <199901201925.UAA16940@o06.xray.mpe.mpg.de>
16691      Branch: cfgperl
16692            ! pp.c
16693 ____________________________________________________________________________
16694 [  2655] By: jhi                                   on 1999/01/21  10:46:01
16695         Log: Handle NIS (and NetInfo) more robustly.
16696      Branch: cfgperl
16697            ! t/op/grent.t t/op/pwent.t
16698 ____________________________________________________________________________
16699 [  2654] By: jhi                                   on 1999/01/21  10:17:20
16700         Log: Two-argument eaccess() of SCO.
16701      Branch: cfgperl
16702            ! pp_sys.c
16703 ____________________________________________________________________________
16704 [  2653] By: jhi                                   on 1999/01/21  08:53:14
16705         Log: -DNO_NOSUID_CHECK for those platforms which have no way
16706              of checking for nosuid but still want suidperl.
16707      Branch: cfgperl
16708            ! perl.c
16709 ____________________________________________________________________________
16710 [  2652] By: jhi                                   on 1999/01/21  08:22:50
16711         Log: The LANGUAGE mirrors LC_ALL usage.
16712      Branch: cfgperl
16713            ! Configure config_h.SH
16714 ____________________________________________________________________________
16715 [  2651] By: jhi                                   on 1999/01/20  22:01:21
16716         Log: I_MNTENT was missing.
16717      Branch: cfgperl
16718            ! Configure config_h.SH
16719 ____________________________________________________________________________
16720 [  2650] By: jhi                                   on 1999/01/19  13:42:03
16721         Log: NetBSD update, based on patches from the NetBSD packages system.
16722      Branch: cfgperl
16723            ! Makefile.SH hints/netbsd.sh makedepend.SH unixish.h
16724 ____________________________________________________________________________
16725 [  2649] By: jhi                                   on 1999/01/19  12:44:02
16726         Log: Jumbo Configure update.
16727              * -Uinstallusrbinperl: disable /usr/bin/perl installation
16728              by installperl
16729              * usethreads.cbu
16730              * use64bits.cbu
16731              * "nosuid"
16732      Branch: cfgperl
16733            ! Configure config_h.SH hints/aix.sh hints/dec_osf.sh
16734            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
16735            ! hints/irix_4.sh hints/irix_5.sh hints/irix_6.sh
16736            ! hints/irix_6_0.sh hints/irix_6_1.sh hints/linux.sh
16737            ! hints/os2.sh hints/solaris_2.sh hints/vmesa.sh perl.c perl.h
16738            ! pod/perldiag.pod
16739 ____________________________________________________________________________
16740 [  2648] By: jhi                                   on 1999/01/19  09:16:44
16741         Log: Mention /usr/share/locale.
16742      Branch: cfgperl
16743            ! pod/perllocale.pod
16744 ____________________________________________________________________________
16745 [  2647] By: jhi                                   on 1999/01/19  09:11:11
16746         Log: SHMLBA strikes back in NetBSD/sparc.
16747              
16748              From: Dave Nelson <David.Nelson@bellcow.com>
16749              To: jhi@iki.fi
16750              Subject: perl5.005_02 + IPC::SysV + NetBSD/Sparc
16751              Date: Mon, 18 Jan 1999 22:07:56 -0600
16752              Message-Id: <199901190407.WAA02543@longhorn.bellcow.com>
16753      Branch: cfgperl
16754            ! ext/IPC/SysV/SysV.xs
16755 ____________________________________________________________________________
16756 [  2646] By: jhi                                   on 1999/01/19  08:58:17
16757         Log: Show LANGUAGE env var when needed. (Augment change #2645).
16758      Branch: cfgperl
16759            ! util.c utils/perlbug.PL
16760 ____________________________________________________________________________
16761 [  2645] By: jhi                                   on 1999/01/19  08:52:15
16762         Log: Document the GNU LANGUAGE env var.
16763      Branch: cfgperl
16764            ! pod/perllocale.pod
16765 ____________________________________________________________________________
16766 [  2644] By: jhi                                   on 1999/01/19  08:42:25
16767         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16768              To: Mailing list Perl5 <perl5-porters@perl.org>
16769              Subject: [PATCH 5.005_53] Fixing \G bug by Francois Desarmenien
16770              Date: Mon, 18 Jan 1999 20:57:02 -0500
16771              Message-ID: <19990118205702.A18379@monk.mps.ohio-state.edu>
16772      Branch: cfgperl
16773            ! pp_hot.c t/op/pat.t
16774 ____________________________________________________________________________
16775 [  2643] By: jhi                                   on 1999/01/18  11:23:41
16776         Log: Add various cruft to "clean" target. (Time for t/Makefile?)
16777      Branch: cfgperl
16778            ! Makefile.SH
16779 ____________________________________________________________________________
16780 [  2642] By: jhi                                   on 1999/01/18  11:03:38
16781         Log: GNU libc locale system has LANGUAGE env var that partly
16782              overrides even LC_ALL.
16783      Branch: cfgperl
16784            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t
16785 ____________________________________________________________________________
16786 [  2641] By: jhi                                   on 1999/01/18  10:55:04
16787         Log: Integrate from mainperl.
16788      Branch: cfgperl
16789           +> ext/B/defsubs.h.PL
16790            ! t/op/groups.t
16791           !> (integrate 38 files)
16792 ____________________________________________________________________________
16793 [  2640] By: gsar                                  on 1999/01/18  10:06:29
16794         Log: a few random cleanups
16795      Branch: perl
16796            ! ext/B/Makefile.PL lib/Test/Harness.pm t/pragma/warn/doio
16797 ____________________________________________________________________________
16798 [  2639] By: gsar                                  on 1999/01/18  05:56:21
16799         Log: From:    "Vishal Bhatia" <vishalb@hotmail.com>
16800              Date:    Sun, 17 Jan 1999 16:41:10 PST
16801              Message-Id: <19990118004111.29667.qmail@hotmail.com>
16802              Subject: [PATCH 5.005_54]Duplicate saved ops (CC.pm)
16803      Branch: perl
16804            ! ext/B/B/C.pm
16805 ____________________________________________________________________________
16806 [  2638] By: gsar                                  on 1999/01/18  05:41:21
16807         Log: From:    jan.dubois@ibm.net (Jan Dubois)
16808              Date:    Mon, 18 Jan 1999 00:37:41 +0100
16809              Message-Id: <36a271cd.2105507@smtp1.ibm.net>
16810              Subject: [PATCH 5.005_54] fix bugs in do_sv_dump() from Devel::Peek integration
16811      Branch: perl
16812            ! dump.c
16813 ____________________________________________________________________________
16814 [  2633] By: gsar                                  on 1999/01/17  13:39:59
16815         Log: bogus assert()
16816      Branch: perl
16817            ! pp.c t/op/groups.t
16818 ____________________________________________________________________________
16819 [  2632] By: gsar                                  on 1999/01/17  13:22:04
16820         Log: various tweaks for clean build and test on win32
16821      Branch: perl
16822            ! embed.h ext/B/Makefile.PL global.sym lib/FindBin.pm objXSUB.h
16823            ! op.c t/pragma/warn/doio
16824 ____________________________________________________________________________
16825 [  2631] By: gsar                                  on 1999/01/17  12:28:06
16826         Log: undo change#2336, and add clarification about subversive
16827              CPAN distributions from Andreas Koenig
16828      Branch: perl
16829            ! Porting/pumpkin.pod lib/CPAN.pm
16830 ____________________________________________________________________________
16831 [  2630] By: gsar                                  on 1999/01/17  12:04:06
16832         Log: fix silent taint failures under -U
16833      Branch: perl
16834            ! doio.c
16835 ____________________________________________________________________________
16836 [  2629] By: gsar                                  on 1999/01/17  12:00:23
16837         Log: sanity check piped opens (tweaked version of patch suggested
16838              by Mark-Jason Dominus)
16839      Branch: perl
16840            ! doio.c pod/perldelta.pod pod/perldiag.pod t/io/pipe.t
16841            ! t/op/taint.t t/pragma/warn/doio
16842 ____________________________________________________________________________
16843 [  2628] By: gsar                                  on 1999/01/17  11:26:21
16844         Log: regen headers
16845      Branch: perl
16846            ! embed.h embedvar.h objXSUB.h
16847 ____________________________________________________________________________
16848 [  2627] By: gsar                                  on 1999/01/17  11:23:37
16849         Log: PERL_OBJECTness for change#2595
16850      Branch: perl
16851            ! embed.pl op.c pod/perlport.pod proto.h
16852 ____________________________________________________________________________
16853 [  2626] By: gsar                                  on 1999/01/17  09:47:07
16854         Log: PERL_OBJECT tweaks for change#2426
16855      Branch: perl
16856            ! embed.pl proto.h regcomp.c
16857 ____________________________________________________________________________
16858 [  2625] By: gsar                                  on 1999/01/17  09:37:58
16859         Log: documentation in change#2596 is not quite right; fix it
16860      Branch: perl
16861            ! lib/Math/BigFloat.pm pod/perlguts.pod
16862 ____________________________________________________________________________
16863 [  2624] By: gsar                                  on 1999/01/17  09:28:34
16864         Log: undo change#2571; C<use File::Spec> instead
16865      Branch: perl
16866            ! lib/FindBin.pm
16867 ____________________________________________________________________________
16868 [  2623] By: gsar                                  on 1999/01/17  09:20:42
16869         Log: change#2572 is not applicable; undo, retaining scan_bin addition
16870              to global.sym
16871      Branch: perl
16872            ! global.sym perl.c proto.h
16873 ____________________________________________________________________________
16874 [  2622] By: gsar                                  on 1999/01/17  09:17:42
16875         Log: change#2576 is based on a wrong premise; undo it
16876      Branch: perl
16877            ! pp_ctl.c
16878 ____________________________________________________________________________
16879 [  2621] By: gsar                                  on 1999/01/17  09:12:42
16880         Log: fix change#2602 to not used hard coded constants
16881      Branch: perl
16882            ! ext/B/B/C.pm ext/B/defsubs.h.PL
16883 ____________________________________________________________________________
16884 [  2620] By: gsar                                  on 1999/01/17  09:02:07
16885         Log: integrate cfgperl changes into mainline, fix conflicts
16886      Branch: perl
16887           +> AUTHORS MAINTAIN README.mint ext/DynaLoader/hints/linux.pl
16888           +> ext/POSIX/hints/mint.pl hints/gnu.sh hints/mint.sh
16889           +> lib/Dumpvalue.pm mint/Makefile mint/README mint/errno.h
16890           +> mint/pwd.c mint/stdio.h mint/sys/time.h mint/time.h
16891           +> pod/perlopentut.pod
16892           !> (integrate 162 files)
16893 ____________________________________________________________________________
16894 [  2619] By: gsar                                  on 1999/01/17  08:42:04
16895         Log: a few doc typos
16896      Branch: perl
16897            ! lib/utf8.pm pod/perlfunc.pod pod/perlre.pod
16898 ____________________________________________________________________________
16899 [  2616] By: gbarr                                 on 1999/01/16  18:59:55
16900         Log: Win32 changes from Jan
16901              
16902              From: jan.dubois@ibm.net (Jan Dubois)
16903              Date: Fri, 15 Jan 1999 23:38:35 +0100
16904              Message-ID: <36a7c10d.16311905@smtp1.ibm.net>
16905              Subject: [PATCH 5.005_03m2] Win32 Makefile patches
16906              
16907              From: jan.dubois@ibm.net (Jan Dubois)
16908              Date: Sat, 16 Jan 1999 13:02:45 +0100
16909              Message-ID: <36a07da6.10722337@smtp1.ibm.net>
16910              Subject: [PATCH 5.005_03m2] minor tweaks to README.win32
16911      Branch: maint-5.005/perl
16912            ! README.win32 win32/Makefile win32/makefile.mk
16913 ____________________________________________________________________________
16914 [  2615] By: gbarr                                 on 1999/01/16  18:48:48
16915         Log: Jumbo patch from Sarathy for PERL_OBJECT & USE_THREADS
16916              
16917              From: Gurusamy Sarathy <gsar@engin.umich.edu>
16918              Date: Thu, 07 Jan 1999 00:12:00 -0500
16919              Message-Id: <199901070512.AAA23568@aatma.engin.umich.edu>
16920              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
16921              
16922              From: Gurusamy Sarathy <gsar@engin.umich.edu>
16923              Date: Thu, 14 Jan 1999 19:21:46 -0500
16924              Message-Id: <199901150021.TAA01886@aatma.engin.umich.edu>
16925              Subject: Re: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
16926      Branch: maint-5.005/perl
16927            ! embed.h global.sym lib/ExtUtils/MM_Unix.pm objXSUB.h objpp.h
16928            ! op.c perl.c perl.h perly.c perly.y perly_c.diff pp.c proto.h
16929            ! sv.c t/io/fs.t toke.c win32/GenCAPI.pl win32/config.bc
16930            ! win32/makedef.pl win32/runperl.c win32/win32.c
16931 ____________________________________________________________________________
16932 [  2614] By: gbarr                                 on 1999/01/16  16:48:38
16933         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
16934              Date: Fri, 15 Jan 1999 17:28:34 +0200 (EET)
16935              Message-Id: <199901151528.RAA08785@alpha.hut.fi>
16936              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: NetBSD patches
16937              
16938              From: Jarkko Hietaniemi <jhi@iki.fi>
16939              Date: Fri, 15 Jan 1999 18:44:19 +0200 (EET)
16940              Message-Id: <199901151644.SAA08184@alpha.hut.fi>
16941              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: allow skipping the "install also as /usr/bin/perl" question of installperl
16942              
16943              From: Jarkko Hietaniemi <jhi@iki.fi>
16944              Date: Fri, 15 Jan 1999 18:52:29 +0200 (EET)
16945              Message-Id: <199901151652.SAA11259@alpha.hut.fi>
16946              Subject: the promised "installusrbinperl + NetBSD" fix
16947      Branch: maint-5.005/perl
16948            ! Configure Makefile.SH hints/netbsd.sh installperl
16949            ! makedepend.SH unixish.h
16950 ____________________________________________________________________________
16951 [  2611] By: jhi                                   on 1999/01/14  12:16:14
16952         Log: From: Tom Christiansen <tchrist@jhereg.perl.com>
16953              To: pumpkings@jhereg.perl.com
16954              Subject: perlopentut.pod
16955              Date: Sat, 09 Jan 1999 08:13:18 -0700
16956              Message-Id: <199901091513.IAA17512@jhereg.perl.com>
16957      Branch: cfgperl
16958            + pod/perlopentut.pod
16959            ! MANIFEST pod/perl.pod pod/perldelta.pod pod/roffitall
16960 ____________________________________________________________________________
16961 [  2607] By: gbarr                                 on 1999/01/14  02:53:40
16962         Log: Added Carp::cluck to perldelta.pod
16963      Branch: maint-5.005/perl
16964            ! pod/perldelta.pod
16965 ____________________________________________________________________________
16966 [  2605] By: jhi                                   on 1999/01/13  18:26:19
16967         Log: From: "Jonathan Fine (IT- Borders Online)" <jfine@borders.com>
16968              To: "'cpan@perl.org'" <cpan@perl.org>
16969              Subject: "Bug" fix for File::Find.pm
16970              Date:   Thu, 31 Dec 1998 13:01:50 -0500
16971              Message-ID: <311F144DB5E5D011B03F00805FE954B10708BE17@exchange01_ph.borders.com>
16972      Branch: cfgperl
16973            ! lib/File/Find.pm
16974 ____________________________________________________________________________
16975 [  2604] By: jhi                                   on 1999/01/13  18:08:45
16976         Log: From: Peter Wolfe <wolfe@teloseng.com>
16977              Subject: SCO 3.2v5 patch for perl5.005_03-MAINT_TRIAL_1
16978              To: perlbug@perl.com
16979              Date: 11 Jan 1999 23:00:05 +0200
16980              Message-ID: <MLIST_199901111950.LAA01703@titan.teloseng.com>
16981      Branch: cfgperl
16982            ! hints/sco.sh
16983 ____________________________________________________________________________
16984 [  2603] By: jhi                                   on 1999/01/13  18:06:56
16985         Log: From: hans@icgroup.nl (Hans Mulder)
16986              Subject: [Patch for 5.005_54] re::debugcolors dumps core
16987              To: perlbug@perl.com
16988              Cc: hansmu@xs4all.nl
16989              Date: 11 Jan 1999 22:22:45 +0200
16990              Message-ID: <MLIST_9901111947.AA22109@icgned.icgroup.nl>
16991      Branch: cfgperl
16992            ! ext/re/re.pm regcomp.c
16993 ____________________________________________________________________________
16994 [  2602] By: jhi                                   on 1999/01/13  18:05:43
16995         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
16996              Subject: [PATCH 5.005_54]B::MAGIC::PTR doesnot check for valid length.
16997              Date: 11 Jan 1999 08:02:41 +0200
16998              Lines: 134
16999              Message-ID: <MLIST_19990111052126.27966.qmail@hotmail.com>
17000      Branch: cfgperl
17001            ! ext/B/B.xs ext/B/B/C.pm
17002 ____________________________________________________________________________
17003 [  2601] By: jhi                                   on 1999/01/13  18:01:53
17004         Log: From: James FitzGibbon <james@ican.net>
17005              Subject: Trivial patch for HP-UX 11 and shared libperl
17006              To: perl5-porters@perl.org
17007              Date: 8 Jan 1999 19:13:23 +0200
17008              Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net>
17009      Branch: cfgperl
17010            ! Makefile.SH
17011 ____________________________________________________________________________
17012 [  2600] By: jhi                                   on 1999/01/13  17:59:45
17013         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
17014              Subject: [PATCH 5.005_54] B::CC::pp_rv2cv problem
17015              To: perl5-porters@perl.org
17016              Date: 8 Jan 1999 12:43:36 +0200
17017              Message-ID: <MLIST_19990108101557.4481.qmail@hotmail.com>
17018      Branch: cfgperl
17019            ! ext/B/B/CC.pm
17020 ____________________________________________________________________________
17021 [  2599] By: jhi                                   on 1999/01/13  17:50:11
17022         Log: From: Robin Barker <rmb1@cise.npl.co.uk>
17023              Subject: PATCH to installperl
17024              To: perl5-porters@perl.org
17025              Date: 4 Jan 1999 16:15:18 +0200
17026              Message-ID: <MLIST_199901041350.NAA19665@cyclone.cise.npl.co.uk>
17027      Branch: cfgperl
17028            ! installperl
17029 ____________________________________________________________________________
17030 [  2598] By: jhi                                   on 1999/01/13  17:34:51
17031         Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
17032              To: gsar@engin.umich.edu (Gurusamy Sarathy), gbarr@pobox.com
17033              Cc: perl5-porters@perl.org
17034              Subject: PATCH DB_File 1.63 for 5.005_54 & 5.005_03
17035              Date: Tue, 29 Dec 1998 16:23:54 +0000 (GMT)
17036              Message-Id: <9812291623.AA20884@claudius.bfsec.bt.co.uk>
17037      Branch: cfgperl
17038            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
17039            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
17040 ____________________________________________________________________________
17041 [  2597] By: jhi                                   on 1999/01/13  17:30:33
17042         Log: From: David Dyck <dcd@tc.fluke.com>
17043              To: Perl Porters <perl5-porters@perl.org>,
17044              Gurusamy Sarathy <gsar@engin.umich.edu>
17045              Subject: PATCH to perl5.005_54/pod/perldsc.pod (fix typo)
17046              Date: Tue, 12 Jan 1999 11:14:19 -0800 (PST)
17047              Message-ID: <Pine.LNX.4.05.9901121111250.22568-100000@dd.tc.fluke.com>
17048      Branch: cfgperl
17049            ! pod/perldsc.pod
17050 ____________________________________________________________________________
17051 [  2596] By: jhi                                   on 1999/01/13  17:26:44
17052         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
17053              To: perl5-porters@perl.org
17054              Subject: [PATCH] modglobal w/ spelling fixes
17055              Date: Tue, 12 Jan 1999 18:06:01 -0500 (EST)
17056              Message-ID: <Pine.GSO.4.02.9901121805290.625-100000@eq1062.wks.na.deuba.com>
17057      Branch: cfgperl
17058            ! pod/perlguts.pod
17059 ____________________________________________________________________________
17060 [  2595] By: jhi                                   on 1999/01/13  17:24:59
17061         Log: From: Hans Mulder <hansm@icgroup.nl>
17062              Optimize common sort routines.  Thread started by the message
17063              
17064              From: Hans Mulder <hansm@icgroup.nl>
17065              Sender: owner-perl5-porters@perl.org
17066              To: perl5-porters@perl.org
17067              Subject: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=> $b
17068              Message-Id: <9901092156.AA03831@icgned.icgroup.nl>
17069              
17070              and the patch from the message
17071              
17072              From: Hans Mulder <hans@icgroup.nl>
17073              To: jhi@iki.fi
17074              Cc: perl5-porters@perl.org
17075              Subject: Re: [Patch for 5.00554] From the Todo list: Optimize sort by { $a <=>
17076              $b }
17077              Date: Wed, 13 Jan 1999 17:39:35 +0100
17078              Message-Id: <9901131639.AA17419@icgned.icgroup.nl>
17079      Branch: cfgperl
17080            ! Todo op.c op.h pp_ctl.c t/op/sort.t
17081 ____________________________________________________________________________
17082 [  2594] By: jhi                                   on 1999/01/13  16:50:17
17083         Log: Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de>
17084              (the diffs were based on 5.004_02).  Tested by Guido
17085              and Frank Naumann <fnaumann@prinz-atm.CS.Uni-Magdeburg.De>.
17086      Branch: cfgperl
17087            + README.mint ext/POSIX/hints/mint.pl hints/mint.sh
17088            + mint/Makefile mint/README mint/errno.h mint/pwd.c mint/stdio.h
17089            + mint/sys/time.h mint/time.h
17090            ! MANIFEST doio.c malloc.c miniperlmain.c perl.c t/io/fs.t
17091            ! t/lib/safe2.t t/op/groups.t t/op/mkdir.t t/op/taint.t util.c
17092 ____________________________________________________________________________
17093 [  2593] By: jhi                                   on 1999/01/09  16:54:26
17094         Log: Detypo.
17095      Branch: cfgperl
17096            ! hints/dec_osf.sh
17097 ____________________________________________________________________________
17098 [  2592] By: jhi                                   on 1999/01/09  16:17:13
17099         Log: Move usethreads and use64bits logic from hints to Configure.
17100      Branch: cfgperl
17101            ! Configure hints/README.hints hints/aix.sh hints/dec_osf.sh
17102            ! hints/dos_djgpp.sh hints/freebsd.sh hints/hpux.sh
17103            ! hints/irix_6.sh hints/irix_6_0.sh hints/irix_6_1.sh
17104            ! hints/linux.sh hints/os2.sh hints/solaris_2.sh hints/vmesa.sh
17105 ____________________________________________________________________________
17106 [  2591] By: jhi                                   on 1999/01/09  14:45:24
17107         Log: Missing dTHRs added.
17108      Branch: cfgperl
17109            ! regcomp.c toke.c
17110 ____________________________________________________________________________
17111 [  2590] By: jhi                                   on 1999/01/08  15:27:17
17112         Log: Finalize change #2589 and add better AIX nm scanning from:
17113              
17114              Message-Id: <m0zyNW0-00017VC@gentoo.com>
17115              From: bll@gentoo.com (Brad Lanam)
17116              Subject: Re: mailhelp returned a non-zero status
17117              In-Reply-To: <199901072155.WAA14369@hptnocou.grenoble.hp.com> from Raphael Manfredi at "Jan 7, 1999 10:55:24 pm"
17118              To: ram@hptnocou.grenoble.hp.com (Raphael Manfredi)
17119      Branch: cfgperl
17120            ! Configure hints/freebsd.sh hints/linux.sh
17121 ____________________________________________________________________________
17122 [  2589] By: jhi                                   on 1999/01/08  15:14:54
17123         Log: Undo change #2581.
17124      Branch: cfgperl
17125            ! Configure hints/freebsd.sh hints/linux.sh
17126 ____________________________________________________________________________
17127 [  2588] By: jhi                                   on 1999/01/08  11:51:52
17128         Log: FAQ jumbo patch from tchrist.
17129              
17130              Message-Id: <199901080605.XAA20229@jhereg.perl.com>
17131              From: Tom Christiansen <tchrist@jhereg.perl.com>
17132              To: pumpkings@jhereg.perl.com
17133              Subject: newest version of perlfaq.pod
17134              Date: Thu, 7 Jan 1999 23:05:02 -0700
17135              
17136              Message-Id: <199901080605.XAA20231@jhereg.perl.com>
17137              From: Tom Christiansen <tchrist@jhereg.perl.com>
17138              To: pumpkings@jhereg.perl.com
17139              Subject: newest version of perlfaq1.pod
17140              Date: Thu, 7 Jan 1999 23:05:02 -0700
17141              
17142              Message-Id: <199901080605.XAA20233@jhereg.perl.com>
17143              From: Tom Christiansen <tchrist@jhereg.perl.com>
17144              To: pumpkings@jhereg.perl.com
17145              Subject: newest version of perlfaq2.pod
17146              Date: Thu, 7 Jan 1999 23:05:02 -0700
17147              
17148              Message-Id: <199901080605.XAA20235@jhereg.perl.com>
17149              From: Tom Christiansen <tchrist@jhereg.perl.com>
17150              To: pumpkings@jhereg.perl.com
17151              Subject: newest version of perlfaq3.pod
17152              Date: Thu, 7 Jan 1999 23:05:02 -0700
17153              
17154              Message-Id: <199901080605.XAA20237@jhereg.perl.com>
17155              From: Tom Christiansen <tchrist@jhereg.perl.com>
17156              To: pumpkings@jhereg.perl.com
17157              Subject: newest version of perlfaq4.pod
17158              Date: Thu, 7 Jan 1999 23:05:02 -0700
17159              
17160              Message-Id: <199901080605.XAA20239@jhereg.perl.com>
17161              From: Tom Christiansen <tchrist@jhereg.perl.com>
17162              To: pumpkings@jhereg.perl.com
17163              Subject: newest version of perlfaq5.pod
17164              Date: Thu, 7 Jan 1999 23:05:02 -0700
17165              
17166              Message-Id: <199901080605.XAA20241@jhereg.perl.com>
17167              From: Tom Christiansen <tchrist@jhereg.perl.com>
17168              To: pumpkings@jhereg.perl.com
17169              Subject: newest version of perlfaq6.pod
17170              Date: Thu, 7 Jan 1999 23:05:02 -0700
17171              
17172              Message-Id: <199901080605.XAA20243@jhereg.perl.com>
17173              From: Tom Christiansen <tchrist@jhereg.perl.com>
17174              To: pumpkings@jhereg.perl.com
17175              Subject: newest version of perlfaq7.pod
17176              Date: Thu, 7 Jan 1999 23:05:03 -0700
17177              
17178              Message-Id: <199901080605.XAA20245@jhereg.perl.com>
17179              From: Tom Christiansen <tchrist@jhereg.perl.com>
17180              To: pumpkings@jhereg.perl.com
17181              Subject: newest version of perlfaq8.pod
17182              Date: Thu, 7 Jan 1999 23:05:03 -0700
17183              
17184              Message-Id: <199901080605.XAA20257@jhereg.perl.com>
17185              From: Tom Christiansen <tchrist@jhereg.perl.com>
17186              To: pumpkings@jhereg.perl.com
17187              Subject: newest version of perlfaq9.pod
17188              Date: Thu, 7 Jan 1999 23:05:03 -0700
17189      Branch: cfgperl
17190            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
17191            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
17192            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
17193            ! pod/perlfaq9.pod
17194 ____________________________________________________________________________
17195 [  2587] By: jhi                                   on 1999/01/08  11:17:43
17196         Log: More doc fixes from Abigail.
17197      Branch: cfgperl
17198            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
17199            ! lib/User/pwent.pm
17200 ____________________________________________________________________________
17201 [  2585] By: jhi                                   on 1999/01/08  08:31:02
17202         Log: Change #2584 from maint-5.005:
17203              
17204              implemented Ilya's suggested fix, and added a testcase
17205              
17206              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17207              Date: Tue, 5 Jan 1999 00:56:01 -0500 (EST)
17208              Message-Id: <199901050556.AAA02597@monk.mps.ohio-state.edu>
17209              Subject: Re: Text::ParseWords: regex fix
17210      Branch: cfgperl
17211            ! lib/Text/ParseWords.pm t/lib/parsewords.t
17212 ____________________________________________________________________________
17213 [  2583] By: gbarr                                 on 1999/01/08  04:50:03
17214         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
17215              Date: Thu, 7 Jan 1999 12:47:38 +0200 (EET)
17216              Message-Id: <199901071047.MAA24100@alpha.hut.fi>
17217              Subject: [PATCH] 5.005_03-MAINT_TRIAL_2: ext/Errno_pm.PL: understand wrapper cppstdins
17218      Branch: maint-5.005/perl
17219            ! ext/Errno/Errno_pm.PL
17220 ____________________________________________________________________________
17221 [  2581] By: jhi                                   on 1999/01/07  16:38:03
17222         Log: Configure update:
17223              - usethreads, use64bits, and usemultiplicity
17224              are no more interactively asked by Configure
17225              - "int main()" (vs bare "main()") enforced in test programs
17226      Branch: cfgperl
17227            ! Configure hints/freebsd.sh hints/linux.sh
17228 ____________________________________________________________________________
17229 [  2580] By: jhi                                   on 1999/01/07  11:19:12
17230         Log: From: Dan Sugalski <sugalskd@osshe.edu>
17231              Date: Wed, 06 Jan 1999 13:47:34 -0800
17232              Message-Id: <3.0.6.32.19990106134734.0334d260@ous.edu>
17233              Subject: [PATCH 5.005_02-MT2, 5.005_5x]VMS.C tweak for occasional system() error
17234      Branch: cfgperl
17235            ! vms/vms.c
17236 ____________________________________________________________________________
17237 [  2579] By: jhi                                   on 1999/01/07  09:08:36
17238         Log: Another set of doc patches from Abigail
17239              
17240              From: abigail@fnx.com
17241              Message-ID: <19990107032132.20124.qmail@alexandra.wayne.fnx.com>
17242              Subject: [PATCH 5.005_03 TRAIL2 lib/Net/hostent.pm] Typo fix
17243              Date: Wed, 6 Jan 1999 22:21:32 -0500 (EST)
17244              
17245              From: abigail@fnx.com
17246              Message-ID: <19990107032445.20178.qmail@alexandra.wayne.fnx.com>
17247              Subject: [PATCH 5.005_03 TRIAL2 lib/Net/netent.pm] Typo fix
17248              Date: Wed, 6 Jan 1999 22:24:45 -0500 (EST)
17249              
17250              From: abigail@fnx.com
17251              Message-ID: <19990107032834.20362.qmail@alexandra.wayne.fnx.com>
17252              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/Complete.pm] Typo fix
17253              Date: Wed, 6 Jan 1999 22:28:34 -0500 (EST)
17254              
17255              From: abigail@fnx.com
17256              Message-ID: <19990107033136.20440.qmail@alexandra.wayne.fnx.com>
17257              Subject: [PATCH 5.005_03 TRAIL2 lib/Term/ReadLine.pm] Typo fix
17258              Date: Wed, 6 Jan 1999 22:31:36 -0500 (EST)
17259              
17260              From: abigail@fnx.com
17261              Message-ID: <19990107033351.20540.qmail@alexandra.wayne.fnx.com>
17262              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Apache.pm] Typo fix
17263              Date: Wed, 6 Jan 1999 22:33:51 -0500 (EST)
17264              
17265              From: abigail@fnx.com
17266              Message-ID: <19990107033933.20707.qmail@alexandra.wayne.fnx.com>
17267              Subject: [PATCH 5.005_03 TRIAL2 lib/CGI/Push.pm] Typo fix
17268              Date: Wed, 6 Jan 1999 22:39:33 -0500 (EST)
17269              
17270              From: abigail@fnx.com
17271              Message-ID: <19990107034548.20936.qmail@alexandra.wayne.fnx.com>
17272              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Copy.pm] Typo fixes
17273              Date: Wed, 6 Jan 1999 22:45:48 -0500 (EST)
17274              
17275              From: abigail@fnx.com
17276              Message-ID: <19990107034856.21056.qmail@alexandra.wayne.fnx.com>
17277              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec.pm] Typo fix
17278              Date: Wed, 6 Jan 1999 22:48:56 -0500 (EST)
17279              
17280              From: abigail@fnx.com
17281              Message-ID: <19990107035113.21174.qmail@alexandra.wayne.fnx.com>
17282              Subject: [PATCH 5.005_03 TRIAL2 lib/File/Spec/Mac.pm] Typo fixes
17283              Date: Wed, 6 Jan 1999 22:51:13 -0500 (EST)
17284              
17285              From: abigail@fnx.com
17286              Message-ID: <19990107035612.21522.qmail@alexandra.wayne.fnx.com>
17287              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigFloat.pm] Typo fix
17288              Date: Wed, 6 Jan 1999 22:56:12 -0500 (EST)
17289              
17290              From: abigail@fnx.com
17291              Message-ID: <19990107035842.21585.qmail@alexandra.wayne.fnx.com>
17292              Subject: [PATCH 5.005_03 TRIAL2 lib/Math/BigInt.pm] Typo fixes
17293              Date: Wed, 6 Jan 1999 22:58:41 -0500 (EST)
17294              
17295              From: abigail@fnx.com
17296              Message-ID: <19990107040644.22009.qmail@alexandra.wayne.fnx.com>
17297              Subject: [PATCH 5.005_03 TRIAL2 lib/Text/Wrap.pm] Typo fixes
17298              Date: Wed, 6 Jan 1999 23:06:44 -0500 (EST)
17299              
17300              From: abigail@fnx.com
17301              Message-ID: <19990107040955.22087.qmail@alexandra.wayne.fnx.com>
17302              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Array.pm] Typo fixes
17303              Date: Wed, 6 Jan 1999 23:09:55 -0500 (EST)
17304              
17305              From: abigail@fnx.com
17306              Message-ID: <19990107041136.22174.qmail@alexandra.wayne.fnx.com>
17307              Subject: [PATCH 5.005_03 TRIAL2 lib/Tie/Hash.pm] Typo fix
17308              Date: Wed, 6 Jan 1999 23:11:36 -0500 (EST)
17309      Branch: cfgperl
17310            ! lib/CGI/Apache.pm lib/CGI/Push.pm lib/File/Copy.pm
17311            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/Math/BigFloat.pm
17312            ! lib/Math/BigInt.pm lib/Net/hostent.pm lib/Net/netent.pm
17313            ! lib/Term/Complete.pm lib/Term/ReadLine.pm lib/Text/Wrap.pm
17314            ! lib/Tie/Array.pm lib/Tie/Hash.pm
17315 ____________________________________________________________________________
17316 [  2576] By: jhi                                   on 1999/01/06  17:05:20
17317         Log: Change #2582 fallout: the amagic_cmp* are no more file static.
17318      Branch: cfgperl
17319            ! pp_ctl.c
17320 ____________________________________________________________________________
17321 [  2575] By: jhi                                   on 1999/01/06  13:18:56
17322         Log: Enhance the great_circle_distance() documentation.
17323      Branch: cfgperl
17324            ! lib/Math/Trig.pm
17325 ____________________________________________________________________________
17326 [  2574] By: jhi                                   on 1999/01/06  12:58:03
17327         Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
17328              To: perlbug@perl.com
17329              Subject: [PATCH 5.005_03-MAINT_TRIAL_2] t/op/sysio.t for MPE/iX
17330              Date: Mon, 4 Jan 1999 13:34:58 -0800 (PST)
17331              Message-Id: <199901042134.NAA18852@spock.dis.cccd.edu>
17332      Branch: cfgperl
17333            ! t/op/sysio.t
17334 ____________________________________________________________________________
17335 [  2573] By: jhi                                   on 1999/01/06  12:40:19
17336         Log: From: "W. Phillip Moore" <wpm@ms.com>
17337              To: perlbug@perl.org
17338              Subject: [PATCH] POSIX getpgrp is not -w clean
17339              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
17340              Message-ID: <13970.20107.190314.549471@zappa>
17341      Branch: cfgperl
17342            ! ext/POSIX/POSIX.pm
17343 ____________________________________________________________________________
17344 [  2572] By: jhi                                   on 1999/01/06  12:25:24
17345         Log: Based on
17346              From: jan.dubois@ibm.net (Jan Dubois)
17347              To: perl5-porters@perl.org
17348              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
17349              Date: Wed, 06 Jan 1999 01:24:09 +0100
17350              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
17351              except that
17352              - objXSUB.h was already okay
17353              - embed.h patching is futile, global.sym patched instead
17354              - objpp.h does not exist
17355              - proto.h addition applied manually
17356              - win32/GenCAPI.pl was already okay
17357              - win32/makedef.pl was already okay
17358      Branch: cfgperl
17359            ! global.sym perl.c proto.h
17360 ____________________________________________________________________________
17361 [  2571] By: jhi                                   on 1999/01/06  11:25:48
17362         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
17363              To: perlbug@perl.com
17364              Subject: FindBin.pm on Win32 systems
17365              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
17366              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
17367      Branch: cfgperl
17368            ! lib/FindBin.pm
17369 ____________________________________________________________________________
17370 [  2570] By: jhi                                   on 1999/01/06  11:21:48
17371         Log: From: Dan Sugalski <sugalskd@osshe.edu>
17372              To: perl5-porters@perl.org, vmsperl@perl.org
17373              Subject: [PATCH 5.005_03-MAINT_TRIAL_2]taint.c fix for VMS
17374              Date: Tue, 05 Jan 1999 16:47:31 -0800
17375              Message-Id: <3.0.6.32.19990105164731.00b5b2d0@ous.edu>
17376              
17377              (the ext/IO/lib/IO/Socket.pm was not really changed here;
17378              it was a leftover from #2569)
17379      Branch: cfgperl
17380            ! ext/IO/lib/IO/Socket.pm taint.c
17381 ____________________________________________________________________________
17382 [  2569] By: jhi                                   on 1999/01/06  11:18:22
17383         Log: Jumbo doc patch from Abigail (almost identical to
17384              the 5.005-maint change #2562 except for the
17385              ext/IO/lib/IO/Socket.pm patch which was not
17386              applicable because the IO version of 5.005-devel
17387              is somewhat different (why?))
17388              
17389              From: abigail@fnx.com
17390              Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com>
17391              Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes
17392              Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST)
17393              
17394              From: abigail@fnx.com
17395              Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com>
17396              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix.
17397              Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST)
17398              
17399              From: abigail@fnx.com
17400              Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com>
17401              Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix
17402              Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST)
17403              
17404              From: abigail@fnx.com
17405              Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com>
17406              Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix
17407              Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST)
17408              
17409              From: abigail@fnx.com
17410              Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com>
17411              Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes
17412              Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST)
17413              
17414              From: abigail@fnx.com
17415              Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com>
17416              Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes.
17417              Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST)
17418              
17419              From: abigail@fnx.com
17420              Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com>
17421              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes
17422              Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST)
17423              
17424              From: abigail@fnx.com
17425              Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com>
17426              Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix
17427              Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST)
17428              
17429              From: abigail@fnx.com
17430              Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com>
17431              Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes.
17432              Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST)
17433              
17434              From: abigail@fnx.com
17435              Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com>
17436              Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes
17437              Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST)
17438      Branch: cfgperl
17439            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
17440            ! lib/ExtUtils/Command.pm lib/ExtUtils/Embed.pm
17441            ! lib/ExtUtils/Install.pm lib/ExtUtils/Liblist.pm
17442            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
17443            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
17444 ____________________________________________________________________________
17445 [  2568] By: gbarr                                 on 1999/01/06  03:13:15
17446         Log: From: jan.dubois@ibm.net (Jan Dubois)
17447              Date: Wed, 06 Jan 1999 01:24:09 +0100
17448              Message-ID: <3696aa85.18259325@smtp1.ibm.net>
17449              Subject: [PATCH 5.005_03-MAINT_TRIAL2] fixes for PERL_OBJECT and USE_THREADS builds
17450      Branch: maint-5.005/perl
17451            ! embed.h global.sym objXSUB.h objpp.h perl.c proto.h
17452            ! win32/GenCAPI.pl win32/makedef.pl
17453 ____________________________________________________________________________
17454 [  2566] By: gbarr                                 on 1999/01/06  02:29:05
17455         Log: From: "W. Phillip Moore" <wpm@ms.com>
17456              Date: Tue, 5 Jan 1999 12:40:27 -0500 (EST)
17457              Message-ID: <13970.20107.190314.549471@zappa>
17458              Subject: [PATCH] POSIX getpgrp is not -w clean
17459      Branch: maint-5.005/perl
17460            ! ext/POSIX/POSIX.pm
17461 ____________________________________________________________________________
17462 [  2565] By: gbarr                                 on 1999/01/06  02:19:00
17463         Log: From: Slaven Rezic <eserte@cs.tu-berlin.de>
17464              Date: Mon, 4 Jan 1999 23:01:46 +0100 (CET)
17465              Message-Id: <199901042201.XAA01875@cabulja.herceg.de>
17466              Subject: FindBin.pm on Win32 systems
17467      Branch: maint-5.005/perl
17468            ! lib/FindBin.pm
17469 ____________________________________________________________________________
17470 [  2561] By: jhi                                   on 1999/01/05  10:49:10
17471         Log: Reword the setlocale() 1-arg case better.
17472      Branch: cfgperl
17473            ! ext/POSIX/POSIX.pod
17474 ____________________________________________________________________________
17475 [  2559] By: gbarr                                 on 1999/01/02  15:37:35
17476         Log: From: Blair Zajac <bzajac@geostaff.com>
17477              Date: Wed, 23 Dec 1998 17:13:32 -0800
17478              Message-ID: <3681953C.8B6A90AA@geostaff.com>
17479              Subject: Tie::SubstrHash patch
17480      Branch: maint-5.005/perl
17481            ! lib/Tie/SubstrHash.pm
17482 ____________________________________________________________________________
17483 [  2554] By: jhi                                   on 1999/01/02  14:55:06
17484         Log: Object destruction order testing.
17485      Branch: cfgperl
17486            ! t/op/misc.t
17487 ____________________________________________________________________________
17488 [  2553] By: jhi                                   on 1999/01/02  14:49:40
17489         Log: perldelta the Dumpvalue.pm of change #2513.
17490      Branch: cfgperl
17491            ! lib/Dumpvalue.pm pod/perldelta.pod
17492 ____________________________________________________________________________
17493 [  2552] By: nick                                  on 1999/01/02  14:45:38
17494         Log: Tone down Makefile.PL so it works on Win32
17495      Branch: perl
17496            ! ext/B/Makefile.PL
17497 ____________________________________________________________________________
17498 [  2551] By: nick                                  on 1999/01/02  14:06:30
17499         Log: Export constant subs from B.xs for op.h, cop.h and a few others.
17500              Use them in various B::* rather than have local defs.
17501      Branch: perl
17502            + ext/B/defsubs.h.PL
17503            ! ext/B/B.pm ext/B/B.xs ext/B/B/Bytecode.pm ext/B/B/C.pm
17504            ! ext/B/B/CC.pm ext/B/B/Deparse.pm ext/B/B/Lint.pm
17505            ! ext/B/B/Stackobj.pm ext/B/B/Xref.pm ext/B/Makefile.PL
17506 ____________________________________________________________________________
17507 [  2550] By: nick                                  on 1999/01/02  10:04:02
17508         Log: Integrate ext/B changes from //depot/cfgperl
17509      Branch: perl
17510           !> ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
17511 ____________________________________________________________________________
17512 [  2549] By: jhi                                   on 1999/01/01  13:54:16
17513         Log: From: "Paul Holser" <Paul.Holser.pholser@nortelnetworks.com>
17514              To: perlbug@perl.com
17515              Subject: op/groups.t fails test 1 on HP-UX 10.20
17516              Date: Wed, 30 Dec 1998 15:16:12 -0600 (CST)
17517              Message-Id: <199812302116.PAA12439@crchh44c.us.nortel.com>
17518      Branch: cfgperl
17519            ! t/op/groups.t
17520 ____________________________________________________________________________
17521 [  2548] By: jhi                                   on 1999/01/01  13:53:31
17522         Log: From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17523              To: perl5-porters@perl.org
17524              cc: hv@crypt0.demon.co.uk
17525              Subject: [bug 5.004_54] duplicate error message
17526              Date: Thu, 31 Dec 1998 04:05:25 +0000
17527              Message-Id: <199812310405.EAA00386@crypt.compulink.co.uk>
17528              
17529              Message-ID: <13963.60672.134591.383377@alias-2.pr.mcs.net>
17530              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
17531              To: hv@crypt0.demon.co.uk
17532              Cc: perl5-porters@perl.org
17533              Subject: [PATCH _54] Re: duplicate error message
17534              Date: Thu, 31 Dec 1998 16:10:13 -0600 (CST)
17535              
17536              Message-Id: <199901010732.HAA02926@crypt.compulink.co.uk>
17537              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17538              To: Stephen McCamant <smccam@uclink4.berkeley.edu>
17539              cc: hv@crypt0.demon.co.uk, perl5-porters@perl.org
17540              Subject: [TEST PATCH _54] Re: duplicate error message 
17541              Date: Fri, 01 Jan 1999 07:32:14 +0000
17542      Branch: cfgperl
17543            ! op.c t/pragma/warn/op
17544 ____________________________________________________________________________
17545 [  2547] By: jhi                                   on 1998/12/31  14:15:04
17546         Log: From: Chris Nandor <pudge@pobox.com>
17547              To: jhi@iki.fi
17548              Cc: perl5-porters@perl.org
17549              Subject: Re: [PATCH] perlport.pod 1.38
17550              Date: Thu, 31 Dec 1998 09:06:48 -0500
17551              Message-Id: <v04020a1db2b1352ec92a@[192.168.0.77]>
17552      Branch: cfgperl
17553            ! pod/perlport.pod
17554 ____________________________________________________________________________
17555 [  2546] By: jhi                                   on 1998/12/31  11:18:17
17556         Log: From: Wilson P. Snyder II
17557              To: perl5-porters@perl.org
17558              Subject: [PATCH v5.5.53] REV2: Binary number support
17559              Date: 1998/11/30
17560              Message-ID: <199811301543.KAA15689@vulcan.maker.com>
17561      Branch: cfgperl
17562            ! pod/perldata.pod pod/perldelta.pod pod/perlfunc.pod pp.c
17563            ! proto.h sv.c t/op/oct.t t/op/sprintf.t t/pragma/warn/util
17564            ! toke.c util.c
17565 ____________________________________________________________________________
17566 [  2545] By: jhi                                   on 1998/12/31  09:27:40
17567         Log: From: "Todd C. Miller" <Todd.Miller@courtesan.com>
17568              To: perlbug@perl.com
17569              Subject: "perl -T -P" dumps core on OpenBSD and Linux
17570              Date: Wed, 30 Dec 1998 21:11:05 -0700 (MST)
17571              Message-Id: <199812310411.VAA37568@xerxes.courtesan.com>
17572      Branch: cfgperl
17573            ! taint.c
17574 ____________________________________________________________________________
17575 [  2544] By: jhi                                   on 1998/12/31  09:21:45
17576         Log: From: Tim Bunce <Tim.Bunce@ig.co.uk> 
17577              To: perlbug@perl.com 
17578              Subject: bug in pod2man search for perl binary [5.005_5x]
17579              Date: Sat, 12 Dec 1998 23:08:51 +0000 
17580              Message-ID: <19981212230851.A20578@ig.co.uk> 
17581      Branch: cfgperl
17582            ! pod/pod2man.PL
17583 ____________________________________________________________________________
17584 [  2541] By: gbarr                                 on 1998/12/30  14:37:14
17585         Log: From: jan.dubois@ibm.net (Jan Dubois)
17586              Date: Wed, 23 Dec 1998 21:26:38 +0100
17587              Message-ID: <36895086.8849224@smtp1.ibm.net>
17588              Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
17589      Branch: maint-5.005/perl
17590            ! lib/ExtUtils/MakeMaker.pm
17591 ____________________________________________________________________________
17592 [  2540] By: jhi                                   on 1998/12/30  08:42:04
17593         Log: Evermore AUTHORS and MAINTAIN.
17594      Branch: cfgperl
17595            ! AUTHORS MAINTAIN
17596 ____________________________________________________________________________
17597 [  2539] By: jhi                                   on 1998/12/29  15:10:34
17598         Log: More AUTHORS and MAINTAIN.
17599      Branch: cfgperl
17600            ! AUTHORS MAINTAIN
17601 ____________________________________________________________________________
17602 [  2537] By: jhi                                   on 1998/12/29  14:34:47
17603         Log: From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
17604              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
17605              Message-ID: <13942.32480.700000.640927@utensil>
17606              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
17607              (mirror change#2531 in the 5.005-maint)
17608      Branch: cfgperl
17609            ! lib/AutoSplit.pm
17610 ____________________________________________________________________________
17611 [  2531] By: gbarr                                 on 1998/12/29  14:12:25
17612         Log: change in_pod pattern to /^=\w/ from /^=/
17613              From: Frank Ridderbusch <Frank.Ridderbusch@pdb.siemens.de>
17614              Date: Tue, 15 Dec 1998 16:23:12 +0100 (MET)
17615              Message-ID: <13942.32480.700000.640927@utensil>
17616              Subject: Minor Bug in AutoSplit.qm in 5.005 and 5.004
17617      Branch: maint-5.005/perl
17618            ! lib/AutoSplit.pm
17619 ____________________________________________________________________________
17620 [  2525] By: jhi                                   on 1998/12/29  13:06:26
17621         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
17622              To: perl5-porters@perl.org
17623              Subject: [PATCH 5.005_54] More minor  Fixes in CC.pm/C.pm
17624              Date: 16 Dec 1998 03:17:03 +0200
17625              Message-ID: <MLIST_199812160055.QAA06272@f10.hotmail.com>
17626      Branch: cfgperl
17627            ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
17628 ____________________________________________________________________________
17629 [  2524] By: jhi                                   on 1998/12/29  13:00:06
17630         Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
17631              To: perl5-porters@perl.org
17632              Cc: rmb1@cise.npl.co.uk, nick@ni-s.u-net.com
17633              Subject: [PATCH 5.005_54] Re:perlcc -e 'my $x = shift; print +($x ?...' failure
17634              Date: 10 Dec 1998 08:30:02 +0200
17635              Message-ID: <MLIST_19981210061651.29891.qmail@hotmail.com>
17636              
17637              (Nick's part was applied earlier, in change #2460)
17638      Branch: cfgperl
17639            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
17640 ____________________________________________________________________________
17641 [  2523] By: jhi                                   on 1998/12/29  12:41:31
17642         Log: From: "vishal bhatia" <vishalb@hotmail.com>
17643              To: nick@ni-s.u-net.com
17644              Cc: perl5-porters@perl.org
17645              Subject: [PATCH 5.005_54] return value of perlcc/B::CC generated functions.
17646              Date: 9 Dec 1998 06:50:30 +0200
17647              Message-ID: <MLIST_19981209043146.16829.qmail@hotmail.com>
17648      Branch: cfgperl
17649            ! ext/B/B/CC.pm
17650 ____________________________________________________________________________
17651 [  2522] By: jhi                                   on 1998/12/29  12:15:18
17652         Log: From: rjk@linguist.dartmouth.edu (Ronald J. Kimball)
17653              To: perl5-porters@perl.org (Perl 5 Porters)
17654              Subject: [PATCH 5.005_54] Pod::Text.pm reformating indented paragraphs
17655              Date: 25 Dec 1998 23:02:28 +0200
17656              Message-ID: <MLIST_199812252034.PAA27812@linguist.dartmouth.edu>
17657      Branch: cfgperl
17658            ! lib/Pod/Text.pm
17659 ____________________________________________________________________________
17660 [  2521] By: jhi                                   on 1998/12/29  12:07:54
17661         Log: Undo #2519 (breaks universal.c).
17662      Branch: cfgperl
17663            ! XSUB.h
17664 ____________________________________________________________________________
17665 [  2519] By: jhi                                   on 1998/12/29  11:41:10
17666         Log: From: Joshua Pritikin <joshua.pritikin@db.com>
17667              To: perl5-porters@perl.org
17668              Cc: perl-xs@perl.org
17669              Subject: XSUB.h refinement [PATCH]
17670              Date: 18 Dec 1998 03:58:44 +0200
17671              Message-ID: <MLIST_Pine.GSO.4.02.9812171733330.589-100000@eq1062.wks.na.deuba.com>
17672      Branch: cfgperl
17673            ! XSUB.h
17674 ____________________________________________________________________________
17675 [  2518] By: jhi                                   on 1998/12/29  11:36:19
17676         Log: From: abigail@fnx.com
17677              To: perl5-porters@perl.org (Perl Porters)
17678              Subject: [PATCH 5.005_02; lib/fields.pm] Typos in pod.
17679              Date: 28 Dec 1998 21:39:15 +0200
17680              Message-ID: <MLIST_19981228191612.8380.qmail@alexandra.wayne.fnx.com>
17681      Branch: cfgperl
17682            ! lib/fields.pm
17683 ____________________________________________________________________________
17684 [  2517] By: jhi                                   on 1998/12/29  11:35:03
17685         Log: Document change #2516.
17686      Branch: cfgperl
17687            ! pod/perldelta.pod
17688 ____________________________________________________________________________
17689 [  2516] By: jhi                                   on 1998/12/29  11:32:26
17690         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17691              To: perl5-porters@perl.org (Mailing list Perl5)
17692              Subject: [PATCH 5.005_53] Warn on unrecognized alpha escapes.
17693              Date: 9 Dec 1998 10:39:31 +0200
17694              Message-ID: <MLIST_199812090823.DAA17566@monk.mps.ohio-state.edu>
17695      Branch: cfgperl
17696            ! pod/perldiag.pod regcomp.c toke.c
17697 ____________________________________________________________________________
17698 [  2515] By: jhi                                   on 1998/12/29  11:27:11
17699         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17700              To: perl5-porters@perl.org (Mailing list Perl5)
17701              Subject: [PATCH 5.005_53] Bugs in hairy interactions of feature in REx
17702              Date: 8 Dec 1998 09:02:04 +0200
17703              Message-ID: <MLIST_199812080637.BAA16025@monk.mps.ohio-state.edu>
17704              
17705              \G fixes (wasn't working right with //g, s///, and $_ in (?{})).
17706      Branch: cfgperl
17707            ! pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t t/op/subst.t
17708 ____________________________________________________________________________
17709 [  2514] By: jhi                                   on 1998/12/29  11:21:31
17710         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17711              To: perl5-porters@perl.org (Mailing list Perl5)
17712              Subject: [PATCH 5.005_53] Regexp tests and UTF8
17713              Date: 8 Dec 1998 07:02:01 +0200
17714              Message-ID: <MLIST_199812080447.XAA05297@monk.mps.ohio-state.edu>
17715      Branch: cfgperl
17716            ! regcomp.c
17717 ____________________________________________________________________________
17718 [  2513] By: jhi                                   on 1998/12/29  11:18:34
17719         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17720              Subject: [PATCH 5.005_*] Dumpvar.pm
17721              To: perl5-porters@perl.org (Mailing list Perl5)
17722              Date: 7 Dec 1998 10:17:35 +0200
17723              Message-ID: <MLIST_199812070744.CAA18949@monk.mps.ohio-state.edu>
17724      Branch: cfgperl
17725            + lib/Dumpvalue.pm
17726            ! MANIFEST
17727 ____________________________________________________________________________
17728 [  2511] By: gbarr                                 on 1998/12/28  14:55:28
17729         Log: From: jan.dubois@ibm.net (Jan Dubois)
17730              Date: Tue, 01 Dec 1998 00:07:33 +0100
17731              Message-ID: <366921b5.14512598@smtp1.ibm.net>
17732              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] to compile on Win32
17733              
17734              From: jan.dubois@ibm.net (Jan Dubois)
17735              Date: Wed, 02 Dec 1998 00:24:54 +0100
17736              Message-ID: <366a77bb.19498126@smtp1.ibm.net>
17737              Subject: Re: 5.005_03-MAINT-TRIAL1, [PATCH] spaces in filenames support
17738      Branch: maint-5.005/perl
17739            ! perl.h proto.h taint.c win32/GenCAPI.pl win32/Makefile
17740            ! win32/config.bc win32/config.gc win32/config.vc
17741            ! win32/config_sh.PL win32/makedef.pl
17742 ____________________________________________________________________________
17743 [  2509] By: jhi                                   on 1998/12/28  13:00:31
17744     Log: Kickstart AUTHORS and MAINTAIN.
17745  Branch: cfgperl
17746        + AUTHORS MAINTAIN
17747        ! MANIFEST
17748 ____________________________________________________________________________
17749 [  2508] By: jhi                                   on 1998/12/28  08:04:00
17750     Log: From: Nathan Torkington <gnat@frii.com>
17751          To: perlbug@perl.com
17752          Subject: [PATCH] perlxstut.pod fix
17753          Date: Sat, 26 Dec 1998 14:28:21 +1300 (NZDT)
17754          Message-ID: <13956.15285.933914.320849@localhost.frii.com>
17755  Branch: cfgperl
17756        ! pod/perlxstut.pod
17757 ____________________________________________________________________________
17758 [  2507] By: jhi                                   on 1998/12/28  07:59:00
17759     Log: From: abigail@fnx.com
17760          To: perlbug@perl.com
17761          Subject: [PATCH 5.005_02] Re: m// doc is buggy (was Re: m'$foo' is undocumented)
17762          Date: Wed, 23 Dec 1998 22:59:59 -0500 (EST)
17763          Message-ID: <19981224035959.16994.qmail@alexandra.wayne.fnx.com>
17764          (slightly modified, a part of the patch was rejected)
17765          (strange, I thought I had already submitted this one
17766          but Perforce disagrees with me...)
17767  Branch: cfgperl
17768        ! pod/perlop.pod
17769 ____________________________________________________________________________
17770 [  2506] By: jhi                                   on 1998/12/28  07:56:59
17771     Log: From: Artur <artur@vogon-solutions.com>
17772          To: perlbug@perl.com
17773          Subject: PATCH: perlmodlib.pod
17774          Date: Fri, 25 Dec 1998 00:48:39 +0000
17775          Message-ID: <3682E0E7.EBFB5D65@vogon-solutions.com>
17776  Branch: cfgperl
17777        ! pod/perlmodlib.pod pod/perlop.pod
17778 ____________________________________________________________________________
17779 [  2505] By: jhi                                   on 1998/12/28  07:46:06
17780     Log: From: abigail@fnx.com
17781          To: perl5-porters@perl.org (Perl Porters)
17782          Subject: [PATCH 5.005_02] Typo in documentation of pod2html.
17783          Date: Wed, 23 Dec 1998 22:32:07 -0500 (EST)
17784          Message-ID: <19981224033207.16751.qmail@alexandra.wayne.fnx.com>
17785  Branch: cfgperl
17786        ! pod/pod2html.PL
17787 ____________________________________________________________________________
17788 [  2504] By: jhi                                   on 1998/12/28  07:44:35
17789     Log: From: Jim Avera <avera@fjst.com>
17790          To: perlbug@perl.com
17791          Subject: perlbug bug - shows dates reversed
17792          Date: Wed, 23 Dec 1998 18:08:56 -0800 (PST)
17793          Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com>
17794  Branch: cfgperl
17795        ! utils/perlbug.PL
17796 ____________________________________________________________________________
17797 [  2503] By: jhi                                   on 1998/12/28  07:41:39
17798     Log: From: jan.dubois@ibm.net (Jan Dubois)
17799          To: makemaker@franz.ww.TU-Berlin.DE, perl5-porters@perl.org
17800          Subject: [PATCH 5.005_03m1] subdirectory Makefiles should inherit CAPI setting from command line
17801          Date: Wed, 23 Dec 1998 21:26:38 +0100
17802          Message-ID: <36895086.8849224@smtp1.ibm.net>
17803  Branch: cfgperl
17804        ! lib/ExtUtils/MakeMaker.pm
17805 ____________________________________________________________________________
17806 [  2502] By: jhi                                   on 1998/12/28  07:39:20
17807     Log: From: Blair Zajac <bzajac@geostaff.com>
17808          To: perl5-porters@perl.org
17809          Subject: Tie::SubstrHash patch
17810          Date: Wed, 23 Dec 1998 17:13:32 -0800
17811          Message-ID: <3681953C.8B6A90AA@geostaff.com>
17812  Branch: cfgperl
17813        ! lib/Tie/SubstrHash.pm
17814 ____________________________________________________________________________
17815 [  2501] By: jhi                                   on 1998/12/28  07:37:16
17816     Log: From: Alan.Harder@Ebay.Sun.COM (Alan Harder)
17817          To: perlbug@perl.com
17818          Subject: perlfaq9 minor error
17819          Date: Wed, 23 Dec 1998 14:54:19 -0800
17820          Message-Id: <199812232254.OAA05986@moshpit.EBay.Sun.COM>
17821  Branch: cfgperl
17822        ! pod/perlfaq9.pod
17823 ____________________________________________________________________________
17824 [  2500] By: jhi                                   on 1998/12/23  10:38:18
17825     Log: More porting notes about filesystems, AmigaOS, and MiNT.
17826  Branch: cfgperl
17827        ! pod/perlport.pod
17828 ____________________________________________________________________________
17829 [  2499] By: jhi                                   on 1998/12/22  09:26:49
17830     Log: Add few MSG_ and uio constants.
17831  Branch: cfgperl
17832        ! ext/Socket/Socket.pm ext/Socket/Socket.xs iperlsys.h
17833 ____________________________________________________________________________
17834 [  2498] By: jhi                                   on 1998/12/22  08:39:30
17835     Log: Slight recoding of util.c:repeatcpy() to circumnavigate
17836          a Digital C compiler optimizer bug that broke the 'x'
17837          operator under certain circumstances.  See t/op/repeat.t
17838          test #20 for graphic details.  Reported in
17839          
17840          From: Gisle Aas <gisle@aas.no>
17841          To: Mark Martinec <Mark.Martinec@nsc.ijs.si>
17842          Cc: ach@xray.mpe.mpg.de, cpan-testers@perl.org, perl5-porters@perl.org
17843          Subject: Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch
17844          Date: 18 Dec 1998 14:27:40 +0100
17845          Message-ID: <m37lvpa8c3.fsf@furu.g.aas.no>
17846          
17847          and discussed further in the thread
17848          
17849          From: Jarkko Hietaniemi <jhi@iki.fi>
17850          To: Gisle Aas <gisle@aas.no>
17851          Cc: Mark Martinec <Mark.Martinec@nsc.ijs.si>, ach@xray.mpe.mpg.de,
17852          cpan-testers@perl.org, perl5-porters@perl.org
17853          Subject: x operator broken in DEC Alpha for 8-bit characters (Re: Digest-MD5-2.00 test fails on DEC Alpha - a patch)
17854          Date: Fri, 18 Dec 1998 16:18:37 +0200 (EET)
17855          Message-ID: <13946.25661.193449.138023@alpha.hut.fi>
17856  Branch: cfgperl
17857        ! t/op/repeat.t util.c
17858 ____________________________________________________________________________
17859 [  2497] By: jhi                                   on 1998/12/21  14:18:57
17860     Log: Change #2483 update.
17861  Branch: cfgperl
17862        ! t/op/tr.t
17863 ____________________________________________________________________________
17864 [  2496] By: jhi                                   on 1998/12/21  14:07:41
17865     Log: Update on change #2493.
17866  Branch: cfgperl
17867        ! t/pragma/warn/op
17868 ____________________________________________________________________________
17869 [  2495] By: jhi                                   on 1998/12/21  13:52:00
17870     Log: Change #2487 aftershock.
17871  Branch: cfgperl
17872        ! warning.pl
17873 ____________________________________________________________________________
17874 [  2494] By: jhi                                   on 1998/12/21  12:35:00
17875     Log: From: Chris Nandor <pudge@pobox.com>
17876          To: perl5-porters@perl.org
17877          Subject: [PATCH] perlport.pod v1.37
17878          Date: Sat, 19 Dec 1998 12:54:34 -0500
17879          Message-Id: <v04020a03b2a194aaa676@[192.168.0.77]>
17880  Branch: cfgperl
17881        ! pod/perlport.pod
17882 ____________________________________________________________________________
17883 [  2493] By: jhi                                   on 1998/12/21  12:22:44
17884     Log: From: Mark-Jason Dominus <mjd@plover.com>
17885          To: perl5-porters@perl.com
17886          Subject: PATCH (5.005_02): Dejargonizing
17887          Date: Sun, 20 Dec 1998 14:35:20 -0500
17888          Message-ID: <19981220193520.11230.qmail@plover.com>
17889          
17890          From: Mark-Jason Dominus <mjd@plover.com>
17891          To: perl5-porters@perl.com
17892          Subject: PATCH (5.005_02): Spelling correction in warning message
17893          Date: Sun, 20 Dec 1998 13:51:30 -0500
17894          Message-ID: <19981220185130.11067.qmail@plover.com>
17895  Branch: cfgperl
17896        ! doio.c op.c
17897 ____________________________________________________________________________
17898 [  2492] By: jhi                                   on 1998/12/21  09:00:05
17899     Log: From: "Vishal Bhatia" <vishalb@hotmail.com>
17900          To: perl5-porters@perl.org
17901          Subject: [PATCH 5.005_54] pp_next/pp_last/pp_redo problems
17902          Date: Sun, 20 Dec 1998 19:03:25 PST
17903          Message-ID: <19981221030326.27660.qmail@hotmail.com>
17904          
17905          (slightly reformatted)
17906  Branch: cfgperl
17907        ! ext/B/B/CC.pm
17908 ____________________________________________________________________________
17909 [  2491] By: nick                                  on 1998/12/20  14:21:29
17910     Log: Save _all_ GV's which have SV, AV or HV set.
17911  Branch: perl
17912        ! ext/B/B/C.pm
17913 ____________________________________________________________________________
17914 [  2490] By: jhi                                   on 1998/12/18  15:13:19
17915     Log: Add idea about generalising cpp symbol probing of Errno.
17916  Branch: cfgperl
17917        ! Todo
17918 ____________________________________________________________________________
17919 [  2489] By: jhi                                   on 1998/12/18  14:47:57
17920     Log: Address some of the issues of:
17921          
17922          From: Tom Christiansen <tchrist@jhereg.perl.com>
17923          To: perl-porters-active@jhereg.perl.com
17924          Subject: Undocumentation Issues for 5.005
17925          Date: Thu, 17 Dec 1998 14:46:24 -0700
17926          Message-Id: <199812172146.OAA05316@jhereg.perl.com>
17927  Branch: cfgperl
17928        ! pod/perl5005delta.pod
17929 ____________________________________________________________________________
17930 [  2488] By: jhi                                   on 1998/12/18  11:26:32
17931     Log: From: root <root@dubravka.in-berlin.de>
17932          To: perlbug@perl.com
17933          Cc: k@dubravka.in-berlin.de
17934          Subject: Please add no_modify to PERL_POLLUTE
17935          Date: Fri, 18 Dec 1998 10:45:52 +0100
17936          Message-Id: <199812180945.KAA05275@dubravka.in-berlin.de>
17937          
17938          (Really from Andreas König)
17939  Branch: cfgperl
17940        ! embed.pl
17941 ____________________________________________________________________________
17942 [  2487] By: jhi                                   on 1998/12/17  14:05:52
17943     Log: Some (by far not all) issues of the below message addressed.
17944          
17945          From: Tom Christiansen <tchrist@jhereg.perl.com>
17946          To: The Perl Porters Mailing List <perl5-porters@perl.org>
17947          Subject: important UNDOC issues for 5.005_54
17948          Date: Wed, 16 Dec 1998 21:14:53 -0700
17949          Message-Id: <199812170414.VAA25860@jhereg.perl.com>
17950  Branch: cfgperl
17951        ! lib/warning.pm pod/perl5005delta.pod pod/perldelta.pod
17952 ____________________________________________________________________________
17953 [  2486] By: jhi                                   on 1998/12/17  12:47:15
17954     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17955          To: domo@computer.org
17956          Cc: jhi@iki.fi, perl5-porters@perl.org
17957          Subject: Re: stuff related to malloc.c
17958          Date: Wed, 16 Dec 1998 16:40:27 -0500 (EST)
17959          Message-Id: <199812162140.QAA04925@monk.mps.ohio-state.edu>
17960  Branch: cfgperl
17961        ! malloc.c
17962 ____________________________________________________________________________
17963 [  2485] By: jhi                                   on 1998/12/17  12:17:19
17964     Log: More porting notes.
17965  Branch: cfgperl
17966        ! Porting/pumpkin.pod
17967 ____________________________________________________________________________
17968 [  2484] By: jhi                                   on 1998/12/15  08:38:05
17969     Log: Undo #2386 and #2205.
17970  Branch: cfgperl
17971        ! pod/perlfunc.pod
17972 ____________________________________________________________________________
17973 [  2483] By: jhi                                   on 1998/12/14  17:58:35
17974     Log: lib was missing from @INC.
17975  Branch: cfgperl
17976        ! t/op/tr.t
17977 ____________________________________________________________________________
17978 [  2482] By: jhi                                   on 1998/12/14  17:52:42
17979     Log: Was missing use Text::Wrap.
17980  Branch: cfgperl
17981        ! t/lib/textfill.t
17982 ____________________________________________________________________________
17983 [  2481] By: jhi                                   on 1998/12/14  16:00:22
17984     Log: nlist.h not yet Configure-probed but DynaLoader Linux-hinted.
17985          
17986          From: Jonathan Roy <roy@idle.com>
17987          To: perl5-porters@perl.org
17988          Subject: nlist.h add to Configure checks?
17989          Date: Sun, 13 Dec 1998 22:22:49 -0500
17990          Message-Id: <4.1.19981213221847.00a3e100@pop-server.tampabay.rr.com>
17991  Branch: cfgperl
17992        + ext/DynaLoader/hints/linux.pl
17993        ! MANIFEST
17994 ____________________________________________________________________________
17995 [  2480] By: jhi                                   on 1998/12/14  15:02:44
17996     Log: Give up completely using nm in AIX.
17997          
17998          From: "Kurt D. Starsinic" <kstar@chapin.edu>
17999          To: Gurusamy Sarathy <gsar@engin.umich.edu>, Jarkko Hietaniemi <jhi@iki.fi>
18000          Cc: perl5-porters@perl.org
18001          Subject: [PATCH 5.005_54] AIX 4.3.1.0 fails to locate some functions
18002          Date: Thu, 10 Dec 1998 00:51:46 -0500
18003          Message-ID: <19981210005146.B29986@O2.chapin.edu>
18004  Branch: cfgperl
18005        ! hints/aix.sh
18006 ____________________________________________________________________________
18007 [  2479] By: jhi                                   on 1998/12/14  14:39:52
18008     Log: AIX' error messages are different.
18009          
18010          From: "Kurt D. Starsinic" <kstar@chapin.edu>
18011          To: Gurusamy Sarathy <gsar@engin.umich.edu>
18012          Cc: perl5-porters@perl.org
18013          Subject: [PATCH 5.005_54] AIX 4.1.3.0 fails pragma/warning.t
18014          Date: Thu, 10 Dec 1998 00:42:36 -0500
18015          Message-ID: <19981210004236.A29986@O2.chapin.edu>
18016          
18017          From: Michael Engel <engel@nms1.cc.huji.ac.il>
18018          To: perlbug@perl.com
18019          Subject: erroes in installing perl5*53 on IBM RS6000, aix 4.1
18020          Date: Mon, 14 Dec 1998 16:15:20 +0200 (IST)
18021          Message-ID: <Pine.A41.4.05_heb2.07.9812141609500.58712-300000@nms1.cc.huji.ac.il>
18022  Branch: cfgperl
18023        ! t/pragma/warn/doio
18024 ____________________________________________________________________________
18025 [  2475] By: jhi                                   on 1998/12/13  12:35:55
18026     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18027          To: jhi@iki.fi
18028          Cc: Carl_Adler@idx.com, perl5-porters@perl.org
18029          Subject: Re: stuff related to malloc.c
18030          Date: Sat, 12 Dec 1998 19:39:44 -0500 (EST)
18031          Message-Id: <199812130039.TAA21704@monk.mps.ohio-state.edu>
18032  Branch: cfgperl
18033        ! malloc.c
18034 ____________________________________________________________________________
18035 [  2474] By: jhi                                   on 1998/12/13  12:32:42
18036     Log: Some notes about porting issues.
18037  Branch: cfgperl
18038        ! Porting/pumpkin.pod
18039 ____________________________________________________________________________
18040 [  2473] By: jhi                                   on 1998/12/13  12:03:58
18041     Log: From: Laszlo Molnar <ml1050@freemail.c3.hu>
18042          To: Perl 5 Porters <perl5-porters@perl.org>
18043          Subject: [patch 5.005_02] dos-djgpp update
18044          Date: Sun, 13 Dec 1998 00:08:44 +0100
18045          Message-ID: <19981213000844.C264@beeblebrox>
18046  Branch: cfgperl
18047        ! djgpp/config.over
18048 ____________________________________________________________________________
18049 [  2472] By: gbarr                                 on 1998/12/12  17:12:28
18050     Log: undo changes to Exporter.pm from #2312
18051  Branch: maint-5.005/perl
18052        ! lib/Exporter.pm
18053 ____________________________________________________________________________
18054 [  2465] By: jhi                                   on 1998/12/12  12:31:21
18055     Log: Document that qw() taints.
18056          
18057          From: Christian Burger <burger@terra.mpikg-teltow.mpg.de> 
18058          To: perlbug@perl.com 
18059          Subject: taint problems
18060          Date: Sun, 1 Nov 1998 22:28:41 +0100 (MET) 
18061          Message-Id: <199811012128.WAA23381@terra.mpikg-teltow.mpg.de>
18062  Branch: cfgperl
18063        ! pod/perlop.pod
18064 ____________________________________________________________________________
18065 [  2464] By: jhi                                   on 1998/12/11  14:09:51
18066     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl>
18067          To: dist-users@foretune.co.jp
18068          Subject: (dist-users 871) dist-3.0@70 generates lots of main() without type
18069          Date: Mon, 07 Dec 1998 20:13:04 -0400
18070          Message-Id: <199812072313.UAA06181@sleipnir.valparaiso.cl>
18071  Branch: cfgperl
18072        ! Configure
18073 ____________________________________________________________________________
18074 [  2463] By: jhi                                   on 1998/12/11  13:29:54
18075     Log: MAXPATHLEN.
18076  Branch: cfgperl
18077        ! perl.h
18078 ____________________________________________________________________________
18079 [  2462] By: jhi                                   on 1998/12/11  08:37:58
18080     Log: From: Mark Kettenis <kettenis@phys.uva.nl>
18081          To: perl5-porters@perl.org
18082          Subject: [PATCH]5.005_54 (CONFIG) Added support for GNU/Hurd
18083          Date: Thu, 10 Dec 1998 22:00:57 +0100 (CET)
18084          Message-Id: <199812102100.WAA00097@delius.kettenis.nl>
18085  Branch: cfgperl
18086        + hints/gnu.sh
18087 ____________________________________________________________________________
18088 [  2461] By: nick                                  on 1998/12/10  21:00:50
18089     Log: Date: Wed, 09 Dec 1998 22:16:50 PST
18090          From: Vishal Bhatia <vishalb@hotmail.com>
18091          1. Fixes the bug  reported by  Robin Barker <rmb1@cise.npl.co.uk> 
18092          2. Fixes the bug  regarding return value of c-functions generated out 
18093          of perl subs. ( Just includes the patch I sent earlier)
18094          3. Incorporates the other changes that need to be done to get CC.pm
18095          use ISA search for packages and methods on the same lines as C.pm
18096          
18097          Vishal would appreciate comments about B::Stackobj changes from 
18098          someone knowing that module well.
18099  Branch: perl
18100        ! ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Stackobj.pm
18101 ____________________________________________________________________________
18102 [  2460] By: jhi                                   on 1998/12/08  08:11:27
18103     Log: Integrate from mainperl.
18104  Branch: cfgperl
18105       !> Changes ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
18106       !> ext/B/B/Deparse.pm perl.h pod/perl.pod pod/perl5005delta.pod
18107       !> pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/lib/io_unix.t
18108       !> toke.c util.c
18109 ____________________________________________________________________________
18110 [  2459] By: jhi                                   on 1998/12/07  07:50:11
18111     Log: From: hansm@icgroup.nl 
18112          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on OPENSTEP-Mach 4_1 (UNINSTALLED)
18113          Reply-To: hansmu@xs4all.nl 
18114          To: perlbug@perl.com 
18115          Date: Sun, 6 Dec 98 22:19:54 +0100 
18116          Message-Id: <9812062116.AA26445@icgned.icgroup.nl> 
18117  Branch: cfgperl
18118        ! util.c
18119 ____________________________________________________________________________
18120 [  2458] By: gsar                                  on 1998/12/07  06:00:55
18121     Log: fix dup lexical
18122  Branch: perl
18123        ! ext/B/B/Deparse.pm t/lib/io_unix.t
18124 ____________________________________________________________________________
18125 [  2457] By: gsar                                  on 1998/12/06  14:38:59
18126     Log: mention limit on line numbers reported by diagnostics
18127  Branch: perl
18128        ! pod/perl.pod toke.c
18129 ____________________________________________________________________________
18130 [  2456] By: gsar                                  on 1998/12/06  13:49:02
18131     Log: branch perldelta.pod
18132  Branch: maint-5.005/perl
18133       +> pod/perldelta.pod
18134 ____________________________________________________________________________
18135 [  2455] By: gsar                                  on 1998/12/06  13:47:21
18136     Log: clobber perldelta.pod to reestablish branch from perl5005delta.pod
18137  Branch: maint-5.005/perl
18138        - pod/perldelta.pod
18139 ____________________________________________________________________________
18140 [  2454] By: gsar                                  on 1998/12/06  13:35:31
18141     Log: fix outdated/incorrect info about arbitrary limits
18142  Branch: perl
18143        ! Changes perl.h pod/perl.pod pod/perl5005delta.pod
18144        ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c util.c
18145 ____________________________________________________________________________
18146 [  2453] By: nick                                  on 1998/12/05  16:14:42
18147     Log: Avoid hard-coding op numbers
18148          Update CC.pm to save %INC, and to co-exist with new C.pm
18149  Branch: perl
18150        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
18151 ____________________________________________________________________________
18152 [  2452] By: nick                                  on 1998/12/05  10:44:28
18153     Log: B.xs had its own code to calculate hash() which differed from
18154          PERL_HASH in hv.h - so all saved HV's were mangled - including %INC
18155          which meant that run-time require was re-done.
18156          Removed some debug from C.pm
18157  Branch: perl
18158        ! ext/B/B.xs ext/B/B/C.pm
18159 ____________________________________________________________________________
18160 [  2451] By: nick                                  on 1998/12/04  21:58:49
18161     Log: Snapshot of re-worked B::C which compiles Tk apps at least as
18162          well as _54, but with pre-scan for classes and save the ISA scheme.
18163  Branch: perl
18164        ! ext/B/B/C.pm
18165 ____________________________________________________________________________
18166 [  2450] By: nick                                  on 1998/12/04  17:58:44
18167     Log: Vishal Bhatia's patch as a basis.
18168  Branch: perl
18169        ! ext/B/B/C.pm ext/B/B/CC.pm
18170 ____________________________________________________________________________
18171 [  2449] By: jhi                                   on 1998/12/04  16:39:21
18172     Log: Integrate from mainperl.
18173  Branch: cfgperl
18174       !> t/op/goto.t t/op/tr.t
18175 ____________________________________________________________________________
18176 [  2448] By: gsar                                  on 1998/12/04  06:06:49
18177     Log: tweak test for UTEST
18178  Branch: perl
18179        ! t/op/tr.t
18180 ____________________________________________________________________________
18181 [  2444] By: jhi                                   on 1998/12/03  14:37:22
18182     Log: s/\bthe the\b/the/g *.pod
18183  Branch: cfgperl
18184        ! pod/perlfaq8.pod pod/perlfunc.pod pod/perlguts.pod
18185 ____________________________________________________________________________
18186 [  2443] By: jhi                                   on 1998/12/03  13:39:53
18187     Log: Change#2441 aftermath.
18188  Branch: cfgperl
18189        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18190        ! config_h.SH thread.h vms/subconfigure.com
18191 ____________________________________________________________________________
18192 [  2441] By: jhi                                   on 1998/12/03  08:15:13
18193     Log: From: Dan Sugalski <sugalskd@osshe.edu>
18194          To: perl5-porters@perl.org, vmsperl@cor.newman.upenn.edu
18195          Subject: [PATCH 5.005_54]Initial VMS patches
18196          Date: 3 Dec 1998 01:05:55 +0200
18197          Message-ID: <MLIST_3.0.6.32.19981202141057.0339a7f0@ous.edu>
18198          
18199          The patch to config_h.SH requires more study because
18200          metaconfig needs to agree.
18201  Branch: cfgperl
18202        ! config_h.SH configure.com global.sym lib/ExtUtils/MM_VMS.pm
18203        ! t/lib/textfill.t t/pragma/warning.t vms/descrip_mms.template
18204        ! vms/gen_shrfls.pl vms/subconfigure.com vms/vmsish.h
18205 ____________________________________________________________________________
18206 [  2440] By: gsar                                  on 1998/12/03  01:32:16
18207     Log: add failed check-in of goto.t from change#1867
18208  Branch: perl
18209        ! t/op/goto.t
18210 ____________________________________________________________________________
18211 [  2437] By: jhi                                   on 1998/12/02  18:03:51
18212     Log: Fix most of the bad L<> links of
18213          
18214          From: Tom Christiansen <tchrist@jhereg.perl.com> 
18215          Subject: bad L<> links
18216          Reply-to: tchrist@perl.com 
18217          To: perlbug@jhereg.perl.com 
18218          Date: Tue, 11 Aug 1998 10:58:07 -0500 
18219          Message-Id: <199808111658.KAA00484@jhereg.perl.com> 
18220          
18221          The ones not fixed may require darker Pod::HTML magic,
18222          for example the perlguts.html#tags should work fine, IMHO.
18223  Branch: cfgperl
18224        ! pod/perl5005delta.pod pod/perlcall.pod pod/perldata.pod
18225        ! pod/perldiag.pod pod/perlfaq5.pod pod/perlfaq7.pod
18226        ! pod/perlfunc.pod pod/perlguts.pod pod/perllocale.pod
18227        ! pod/perlobj.pod pod/perlport.pod pod/perlsub.pod
18228        ! pod/perlvar.pod
18229 ____________________________________________________________________________
18230 [  2436] By: jhi                                   on 1998/12/02  16:35:04
18231     Log: One paste too many in #2345.
18232  Branch: cfgperl
18233        ! lib/Pod/Html.pm
18234 ____________________________________________________________________________
18235 [  2435] By: jhi                                   on 1998/12/02  16:32:33
18236     Log: Pod::Html and Pod::Text were not locale-savvy:
18237          for example in =head1 all non-ASCII-\w-runs were
18238          turned into underscores in NAME tags.  This could
18239          result in several NAME tags becoming identical.
18240          Reported by:
18241          
18242          From: Fyodor Krasnov <fyodor@aha.ru> 
18243          Subject: pod2html vs Russian Characters
18244          To: Tom.Christiansen@snn.aha.ru, tchrist@perl.com 
18245          Date: Tue, 24 Nov 1998 19:00:36 +0300 (MSK) 
18246          Message-Id: <199811241600.TAA05149@stat.aha.ru> 
18247  Branch: cfgperl
18248        ! lib/Pod/Html.pm lib/Pod/Text.pm
18249 ____________________________________________________________________________
18250 [  2434] By: jhi                                   on 1998/12/02  10:29:00
18251     Log: The real Mc5_54 integration.
18252  Branch: cfgperl
18253       !> Changes MANIFEST pod/perlhist.pod pp_hot.c
18254 ____________________________________________________________________________
18255 [  2433] By: jhi                                   on 1998/12/02  08:52:13
18256     Log: From: Andy Dougherty <doughera@lafayette.edu>
18257          To: Perl Porters <perl5-porters@perl.org>
18258          Subject: [PATCH 5.005_xx] Missing redirection of simple test program
18259          Date: Tue, 1 Dec 1998 13:40:12 -0500 (EST)
18260          Message-Id: <Pine.SUN.3.96.981201133546.4288K-100000@newton.phys>
18261  Branch: cfgperl
18262        ! Configure
18263 ____________________________________________________________________________
18264 [  2432] By: jhi                                   on 1998/12/02  08:49:47
18265     Log: From: Andy Dougherty <doughera@lafayette.edu>
18266          To: Perl Porters <perl5-porters@perl.org>
18267          Subject: [PATCH 5.005_xx] erroneous 'none' in lddlflags
18268          Date: Tue, 1 Dec 1998 12:50:27 -0500 (EST)
18269          Message-Id: <Pine.SUN.3.96.981201124929.4288H-100000@newton.phys>
18270  Branch: cfgperl
18271        ! Configure
18272 ____________________________________________________________________________
18273 [  2431] By: jhi                                   on 1998/12/01  16:11:50
18274     Log: From: achampio@lehman.com (Alan Champion)
18275          Subject: Not OK: perl 5.00503 +MAINT_TRIAL_1 on sun4-solaris 2.3 (UNINSTALLED)
18276          To: perlbug@perl.com
18277          Date: 1 Dec 1998 17:36:33 +0200
18278          Message-ID: <MLIST_9812011518.AA00005@lonhpov1.lehman.com>
18279          
18280          Skip NIS includes.
18281  Branch: cfgperl
18282        ! t/op/pwent.t
18283 ____________________________________________________________________________
18284 [  2430] By: gsar                                  on 1998/12/01  12:12:50
18285     Log: 5.005_54, as released
18286  Branch: perl
18287        ! Changes MANIFEST pod/perlhist.pod pp_hot.c
18288 ____________________________________________________________________________
18289 [  2429] By: jhi                                   on 1998/12/01  11:28:39
18290     Log: From: Anton Berezin <tobez@plab.ku.dk>
18291          To: perl5-porters@perl.org
18292          Subject: [PATCH 5.005_54] Configure - hints/freebsd.sh signal handler type
18293          Date: 30 Nov 1998 19:46:24 +0100
18294          Message-ID: <864srhhvcv.fsf@lion.plab.ku.dk>
18295  Branch: cfgperl
18296        ! hints/freebsd.sh
18297 ____________________________________________________________________________
18298 [  2428] By: jhi                                   on 1998/12/01  11:08:16
18299     Log: Integrate from _54 mainperl modulo the NetBSD ifdef in util.c.
18300  Branch: cfgperl
18301       +> (branch 30 files)
18302       !> (integrate 71 files)
18303 ____________________________________________________________________________
18304 [  2427] By: jhi                                   on 1998/12/01  10:51:37
18305     Log: Default to accepting a hinted $randfunc even when $csym
18306          does not find it.  (the previous defaylt behaviour was not
18307          to accept).
18308  Branch: cfgperl
18309        ! Configure
18310 ____________________________________________________________________________
18311 [  2426] By: jhi                                   on 1998/12/01  10:13:03
18312     Log: Separated the [:foo:] parsing to its own function.
18313          Passes all tests.
18314  Branch: cfgperl
18315        ! regcomp.c
18316 ____________________________________________________________________________
18317 [  2425] By: jhi                                   on 1998/12/01  08:22:49
18318     Log: Typo in comments.
18319  Branch: cfgperl
18320        ! regexec.c
18321 ____________________________________________________________________________
18322 [  2424] By: jhi                                   on 1998/12/01  08:21:38
18323     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18324          Subject: [PATCH 5.005_*] Debugger 'v' command
18325          To: perl5-porters@perl.org (Mailing list Perl5)
18326          Date: 1 Dec 1998 07:55:11 +0200
18327          Message-ID: <MLIST_199812010534.AAA21371@monk.mps.ohio-state.edu>
18328  Branch: cfgperl
18329        ! lib/perl5db.pl
18330 ____________________________________________________________________________
18331 [  2423] By: jhi                                   on 1998/12/01  08:19:08
18332     Log: From: pvhp@forte.com (Peter Prymmer)
18333          Subject: [PATCH 5.005_03t1 && 5.005_54]dll linkage side decks for OS/390
18334          To: perl5-porters@perl.org
18335          Date: 1 Dec 1998 07:27:11 +0200
18336          Message-ID: <MLIST_9812010508.AA07791@forte.com>
18337  Branch: cfgperl
18338        ! hints/os390.sh
18339 ____________________________________________________________________________
18340 [  2417] By: jhi                                   on 1998/11/30  08:14:00
18341     Log: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
18342  Branch: cfgperl
18343        ! ext/Socket/Socket.xs
18344 ____________________________________________________________________________
18345 [  2416] By: jhi                                   on 1998/11/30  08:00:15
18346     Log: Undo #2395, seems more like a problem in netbsd-current.
18347  Branch: cfgperl
18348        ! util.c
18349
18350 ----------------
18351 Version 5.005_54
18352 ----------------
18353
18354 ____________________________________________________________________________
18355 [  2414] By: gsar                                  on 1998/11/30  02:23:55
18356     Log: more JPL tweaks
18357  Branch: perl
18358        - jpl/JNI/MANIFEST jpl/PerlInterpreter/Makefile
18359        ! Changes MANIFEST jpl/JNI/JNI.pm jpl/README
18360 ____________________________________________________________________________
18361 [  2413] By: gsar                                  on 1998/11/30  01:35:56
18362     Log: stub bin/jpl that just runs JPL::Compile::files()
18363  Branch: perl
18364        + jpl/bin/jpl
18365 ____________________________________________________________________________
18366 [  2412] By: gsar                                  on 1998/11/30  01:32:14
18367     Log: delete symlink
18368  Branch: perl
18369        - jpl/bin/jpl
18370 ____________________________________________________________________________
18371 [  2410] By: gsar                                  on 1998/11/30  01:30:44
18372     Log: branch jpl from perlext to perl
18373  Branch: perl
18374       +> (branch 30 files)
18375 ____________________________________________________________________________
18376 [  2407] By: gsar                                  on 1998/11/30  01:24:53
18377     Log: JPL tweaks to build with 5.005
18378  Branch: perlext
18379        ! jpl/JNI/JNI.xs jpl/JNI/typemap jpl/JPL/Compile.pm
18380        ! jpl/PerlInterpreter/PerlInterpreter.c jpl/README
18381 ____________________________________________________________________________
18382 [  2406] By: gsar                                  on 1998/11/30  00:55:54
18383     Log: integrate changes#2273,2274,2288,2291 from maint-5.004
18384  Branch: perl
18385        ! Porting/patchls doio.c lib/Sys/Syslog.pm t/op/die_exit.t
18386 ____________________________________________________________________________
18387 [  2405] By: gsar                                  on 1998/11/30  00:28:55
18388     Log: patchlevel up to 54
18389  Branch: perl
18390        ! patchlevel.h win32/Makefile win32/config_H.bc
18391        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
18392 ____________________________________________________________________________
18393 [  2403] By: gsar                                  on 1998/11/29  23:35:50
18394     Log: integrate cfgperl changes into mainline
18395  Branch: perl
18396       !> Configure Porting/Glossary Porting/config.sh Porting/config_H
18397       !> config_h.SH pod/perlfunc.pod t/op/grent.t t/op/pwent.t util.c
18398 ____________________________________________________________________________
18399 [  2402] By: gsar                                  on 1998/11/29  23:08:42
18400     Log: sync Text::Wrap version number
18401  Branch: perl
18402        ! lib/Text/Wrap.pm
18403 ____________________________________________________________________________
18404 [  2401] By: gsar                                  on 1998/11/29  22:56:21
18405     Log: textfill.t tweak
18406  Branch: perl
18407        ! t/lib/textfill.t
18408 ____________________________________________________________________________
18409 [  2400] By: gsar                                  on 1998/11/29  22:50:41
18410     Log: update to Text::Wrap 98.112901 from David Muir Sharnoff
18411          <muir@idiom.com>
18412  Branch: perl
18413        + t/lib/textfill.t
18414        ! MANIFEST lib/Text/Wrap.pm
18415 ____________________________________________________________________________
18416 [  2399] By: gsar                                  on 1998/11/29  22:28:05
18417     Log: updated to Text::Wrap 98.112801 from CPAN; one published change
18418          has happened without the authors knowledge or consent; the subversive
18419          version (which is in 5.00502) breaks one of the tests in the
18420          authors testsuite; attempts are being made to find a fix that
18421          avoids breaking code already running with the 5.005_02 version
18422          From:    David Muir Sharnoff <muir@idiom.com>
18423          Date:    Sat, 28 Nov 1998 04:34:17 PST
18424          Message-Id: <199811281234.EAA03082@idiom.com>
18425          Subject: Updated Text::Wrap, Time::ParseDate, File::Flock
18426  Branch: perl
18427        ! lib/Text/Wrap.pm t/lib/textwrap.t
18428 ____________________________________________________________________________
18429 [  2397] By: nick                                  on 1998/11/29  20:13:58
18430     Log: Update docs and English.pm for $^C
18431  Branch: perl
18432        ! lib/English.pm pod/perlvar.pod
18433 ____________________________________________________________________________
18434 [  2396] By: jhi                                   on 1998/11/29  20:13:03
18435     Log: Mirror #2384.
18436  Branch: cfgperl
18437        ! t/op/pwent.t
18438 ____________________________________________________________________________
18439 [  2395] By: jhi                                   on 1998/11/29  19:59:12
18440     Log: Newer NetBSDs don't have NSIG in <sys/signal.h>, they need <signal.h>.
18441  Branch: cfgperl
18442        ! util.c
18443 ____________________________________________________________________________
18444 [  2394] By: gsar                                  on 1998/11/29  19:49:08
18445     Log: updated perlreftut.pod
18446  Branch: perl
18447        ! pod/perlreftut.pod
18448 ____________________________________________________________________________
18449 [  2393] By: gsar                                  on 1998/11/29  19:31:56
18450     Log: misc tweaks
18451  Branch: perl
18452        ! ext/IO/Makefile.PL lib/Test.pm t/lib/io_poll.t t/op/sort.t
18453 ____________________________________________________________________________
18454 [  2392] By: gsar                                  on 1998/11/29  19:31:18
18455     Log: notes about -DPERL_POLLUTE
18456  Branch: perl
18457        ! INSTALL pod/perldelta.pod win32/Makefile win32/makefile.mk
18458 ____________________________________________________________________________
18459 [  2391] By: gsar                                  on 1998/11/29  19:13:52
18460     Log: explain various win32 build caveats more clearly
18461  Branch: perl
18462        ! README.win32 win32/Makefile win32/makefile.mk
18463 ____________________________________________________________________________
18464 [  2390] By: gsar                                  on 1998/11/29  16:51:59
18465     Log: remove I_POLL detection (Configure will do that now)
18466  Branch: perl
18467        ! ext/IO/Makefile.PL
18468 ____________________________________________________________________________
18469 [  2389] By: jhi                                   on 1998/11/29  16:39:16
18470     Log: Add I_POLL for IO 1.20.
18471  Branch: cfgperl
18472        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18473        ! config_h.SH
18474 ____________________________________________________________________________
18475 [  2388] By: gsar                                  on 1998/11/29  16:23:30
18476     Log: add p4desc (augments 'p4 describe' output with diffs for new files)
18477  Branch: perl
18478        + Porting/p4desc
18479        ! MANIFEST
18480 ____________________________________________________________________________
18481 [  2387] By: gsar                                  on 1998/11/29  16:08:03
18482     Log: another threads reliability fix: serialize writes to thr->threadsv
18483          avoid most uses of PL_na (which is much more inefficient than a
18484          simple local); update docs to suit; PL_na now being thr->Tna may
18485          be a minor compatibility issue for extensions--will require dTHR
18486          outside of XSUBs (those get automatic dTHR)
18487  Branch: perl
18488        ! XSUB.h djgpp/djgpp.c doio.c doop.c dump.c ext/B/B.xs
18489        ! ext/DB_File/DB_File.xs ext/DynaLoader/dl_next.xs
18490        ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Thread/Thread.xs
18491        ! ext/attrs/attrs.xs gv.c malloc.c mg.c op.c
18492        ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perly.c perly.y
18493        ! pod/perlcall.pod pod/perlembed.pod pod/perlguts.pod
18494        ! pod/perlxs.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c run.c sv.c
18495        ! t/op/pwent.t taint.c toke.c universal.c vmesa/vmesa.c
18496        ! vms/ext/Stdio/Stdio.xs vms/perly_c.vms vms/vms.c win32/win32.c
18497 ____________________________________________________________________________
18498 [  2386] By: jhi                                   on 1998/11/29  15:40:42
18499     Log: Tune the "if" entry.
18500  Branch: cfgperl
18501        ! pod/perlfunc.pod
18502 ____________________________________________________________________________
18503 [  2385] By: gsar                                  on 1998/11/29  12:40:28
18504     Log: various fixes for race conditions under threads: mutex locks based
18505          on PL_threadnum were seriously flawed, since it means more than one
18506          thread could enter the critical region; PL_na was global instead of
18507          thread-local; child thread could finish and free thr structures
18508          before Thread->new() got around to creating the Thread object;
18509          cv_clone() needed locking, as it mucks with PL_comppad and other
18510          global data; new_struct_thread() needed to lock template-thread's
18511          mutex while copying its data
18512  Branch: perl
18513        ! embedvar.h ext/Thread/Thread.xs gv.c op.c perl.c perlvars.h
18514        ! pp_hot.c thrdvar.h thread.h util.c win32/win32thread.c
18515 ____________________________________________________________________________
18516 [  2384] By: gsar                                  on 1998/11/29  10:54:38
18517     Log: s/warn/print/ on multiply defined groups
18518  Branch: perl
18519        ! t/op/grent.t
18520 ____________________________________________________________________________
18521 [  2383] By: gsar                                  on 1998/11/29  10:48:39
18522     Log: backout change#2334
18523  Branch: perl
18524        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
18525 ____________________________________________________________________________
18526 [  2382] By: jhi                                   on 1998/11/29  10:33:40
18527     Log: Better NetInfo behaviour.
18528  Branch: cfgperl
18529        ! t/op/grent.t t/op/pwent.t
18530 ____________________________________________________________________________
18531 [  2381] By: jhi                                   on 1998/11/29  10:08:15
18532     Log: Integrate from mainperl.
18533  Branch: cfgperl
18534       +> ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
18535       +> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
18536       +> ext/IO/poll.c ext/IO/poll.h pod/perlreftut.pod
18537       +> t/lib/io_const.t t/lib/io_dir.t t/lib/io_multihomed.t
18538       +> t/lib/io_poll.t t/lib/io_unix.t
18539       !> (integrate 58 files)
18540 ____________________________________________________________________________
18541 [  2380] By: gsar                                  on 1998/11/29  08:22:49
18542     Log: prefer IO::Handle for IO if FileHandle:: is empty (as suggested by
18543          Tim Bunce)
18544  Branch: perl
18545        ! gv.c
18546 ____________________________________________________________________________
18547 [  2379] By: gsar                                  on 1998/11/29  07:06:43
18548     Log: fix for pat.t failure under USE_THREADS
18549  Branch: perl
18550        ! pp_ctl.c regexec.c
18551 ____________________________________________________________________________
18552 [  2378] By: nick                                  on 1998/11/28  22:46:57
18553     Log: More C.pm tweaks
18554          Save globs even if we have saved cv itself before - may be imported.
18555          
18556          While we don't save "bootstrap" CV we need to provide a stub,
18557          so that if we require it later we don't fall through and attempt
18558          to DynaLoad module again.
18559          
18560          Attempt to save %INC so that "require" does not reload things
18561          we have compiled-in (does not work right yet - seems to be due
18562          to PL_incgv being created in perl_parse() current scheme setting 
18563          GvHV() is "better" than saving the glob, but still does not 
18564          work as I expect). 
18565  Branch: perl
18566        ! ext/B/B/C.pm
18567 ____________________________________________________________________________
18568 [  2377] By: gsar                                  on 1998/11/28  22:30:38
18569     Log: various tweaks; result passes all tests for normal build on Solaris;
18570          fails two pat.t tests under USE_THREADS; io_poll.t test#3 fails on
18571          win32 due to lack of select() that works on non-socket fds
18572  Branch: perl
18573        ! ext/IO/poll.c regcomp.c regexec.c scope.c
18574        ! t/lib/io_multihomed.t win32/makefile.mk
18575 ____________________________________________________________________________
18576 [  2376] By: gsar                                  on 1998/11/28  20:44:39
18577     Log: add $config_args to perl -V display (suggested by Ilya Zakharevich)
18578  Branch: perl
18579        ! myconfig
18580 ____________________________________________________________________________
18581 [  2375] By: gsar                                  on 1998/11/28  20:42:58
18582     Log: integrate cfgperl changes into mainline
18583  Branch: perl
18584       !> Configure ext/POSIX/hints/dynixptx.pl myconfig t/op/grent.t
18585       !> t/op/pwent.t t/op/undef.t t/pragma/locale.t util.c
18586 ____________________________________________________________________________
18587 [  2374] By: gsar                                  on 1998/11/28  20:02:03
18588     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18589          Date: Thu, 5 Nov 1998 02:21:12 -0500 (EST)
18590          Message-Id: <199811050721.CAA27998@monk.mps.ohio-state.edu>
18591          Subject: [PATCH 5.00553] Yet another OS/2 patch
18592  Branch: perl
18593        ! os2/Changes os2/Makefile.SHs os2/os2.c t/pragma/warn/op
18594 ____________________________________________________________________________
18595 [  2373] By: gsar                                  on 1998/11/28  19:30:06
18596     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18597          Date: Sat, 28 Nov 1998 01:51:56 -0500 (EST)
18598          Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
18599          Subject: [PATCH 5.005_53] Change $#+
18600  Branch: perl
18601        ! mg.c pod/perlvar.pod t/op/pat.t
18602 ____________________________________________________________________________
18603 [  2372] By: gsar                                  on 1998/11/28  19:28:00
18604     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18605          Date: Sat, 28 Nov 1998 00:33:17 -0500 (EST)
18606          Message-Id: <199811280533.AAA25654@monk.mps.ohio-state.edu>
18607          Subject: [PATCH 5.005_53] Finishing off SNOBOL: $1 in (?{})
18608  Branch: perl
18609        ! embedvar.h mg.c objXSUB.h perl.c regexec.c t/op/pat.t
18610        ! thrdvar.h
18611 ____________________________________________________________________________
18612 [  2371] By: gsar                                  on 1998/11/28  19:23:53
18613     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18614          Date: Fri, 27 Nov 1998 16:16:48 -0500 (EST)
18615          Message-Id: <199811272116.QAA03502@monk.mps.ohio-state.edu>
18616          Subject: [PATCH 5.005_53] better -Mre=debugcolor
18617  Branch: perl
18618        ! embedvar.h objXSUB.h regexec.c thrdvar.h
18619 ____________________________________________________________________________
18620 [  2370] By: gsar                                  on 1998/11/28  19:21:17
18621     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18622          Date: Fri, 27 Nov 1998 15:22:19 -0500 (EST)
18623          Message-Id: <199811272022.PAA17874@monk.mps.ohio-state.edu>
18624          Subject: [PATCH 5.005_*] regcolors
18625  Branch: perl
18626        ! embed.h global.sym objXSUB.h proto.h regcomp.c regexec.c
18627 ____________________________________________________________________________
18628 [  2369] By: gsar                                  on 1998/11/28  19:00:15
18629     Log: allow final period in a file (not followed by a newline) to
18630          terminate format spec
18631  Branch: perl
18632        ! toke.c
18633 ____________________________________________________________________________
18634 [  2368] By: gsar                                  on 1998/11/28  18:58:25
18635     Log: Liblist tweak suggested by Swen Thuemmler <Swen.Thuemmler@paderlinx.de>;
18636          add C<$Config{installarchlib}/CORE> to the default locations searched
18637          on win32
18638  Branch: perl
18639        ! lib/ExtUtils/Liblist.pm
18640 ____________________________________________________________________________
18641 [  2367] By: gsar                                  on 1998/11/28  18:46:05
18642     Log: applied suggested patch with PERL_OBJECT tweaks
18643          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18644          Date: Thu, 26 Nov 1998 02:46:20 -0500 (EST)
18645          Message-Id: <199811260746.CAA23164@monk.mps.ohio-state.edu>
18646          Subject: [PATCH 5.005_53] Enable $_ and pos() inside (?{ CODE }) in RExen
18647  Branch: perl
18648        ! embed.h embed.pl embedvar.h objXSUB.h pp_ctl.c proto.h
18649        ! regexec.c t/op/pat.t thrdvar.h
18650 ____________________________________________________________________________
18651 [  2366] By: gsar                                  on 1998/11/28  18:38:34
18652     Log: additional documentation for qr//
18653          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18654          Message-Id: <199811260751.CAA24560@monk.mps.ohio-state.edu>
18655          Date: Thu, 26 Nov 1998 02:51:09 -0500 (EST)
18656          Subject: [PATCH 5.005_*] Documentation (fwd)
18657  Branch: perl
18658        ! pod/perlfunc.pod pod/perlop.pod pod/perlpod.pod
18659 ____________________________________________________________________________
18660 [  2365] By: gsar                                  on 1998/11/28  18:35:35
18661     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18662          Date: Wed, 25 Nov 1998 23:33:45 -0500 (EST)
18663          Message-Id: <199811260433.XAA29281@monk.mps.ohio-state.edu>
18664          Subject: [PATCH 5.005_*] Fix \G in REx without //g
18665  Branch: perl
18666        ! cop.h embedvar.h objXSUB.h pp.c pp_ctl.c pp_hot.c regexec.c
18667        ! regexp.h t/op/pat.t thrdvar.h
18668 ____________________________________________________________________________
18669 [  2364] By: gsar                                  on 1998/11/28  18:24:20
18670     Log: update Test.pm to Test-1.12; tweak 're' detection
18671  Branch: perl
18672        ! lib/Test.pm
18673 ____________________________________________________________________________
18674 [  2363] By: gsar                                  on 1998/11/28  18:12:04
18675     Log: avoid command-line quoting portability problems in lex_assign.t
18676  Branch: perl
18677        ! t/op/lex_assign.t
18678 ____________________________________________________________________________
18679 [  2362] By: gsar                                  on 1998/11/28  18:08:50
18680     Log: From: John Tobey <jtobey@channel1.com>
18681          Date: Thu, 19 Nov 1998 14:14:15 -0500 (EST)
18682          Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
18683          Subject: PATCH: document English.pm sawampersand and thread issues
18684  Branch: perl
18685        ! lib/English.pm pod/perlvar.pod
18686 ____________________________________________________________________________
18687 [  2361] By: gsar                                  on 1998/11/28  18:03:04
18688     Log: fix uninitialized warnings
18689          From: Brian Callaghan <callagh@itginc.com>
18690          Date: Thu, 19 Nov 1998 17:49:10 -0800
18691          Message-Id: <3654CA96.B64FCAEB@itginc.com>
18692          Subject: Complete.pm patch (version 1.1)
18693  Branch: perl
18694        ! lib/Term/Complete.pm
18695 ____________________________________________________________________________
18696 [  2360] By: gsar                                  on 1998/11/28  17:59:16
18697     Log: s/Array/List/ suggested by John Tobey
18698  Branch: perl
18699        ! pod/perldata.pod
18700 ____________________________________________________________________________
18701 [  2359] By: gsar                                  on 1998/11/28  17:47:48
18702     Log: update tie() entry in perlfunc to reflect TIEARRAY and TIEHANDLE
18703  Branch: perl
18704        ! lib/Tie/Handle.pm pod/perlfunc.pod
18705 ____________________________________________________________________________
18706 [  2358] By: jhi                                   on 1998/11/28  17:23:15
18707     Log: Revamp the locale tests.
18708          (0) Instead of rewiring a few locales scan for them.
18709          (1) Bogus test #101 removed.
18710          (2) All the locales are checked, the lists of failed
18711          and non-failed ones are displayed.
18712          (3) The test #103 is again 'active' so that it may fail.
18713          (4) To balance (3) a hopefully pacifying message is shown
18714          if the #103 fails.
18715  Branch: cfgperl
18716        ! t/pragma/locale.t
18717 ____________________________________________________________________________
18718 [  2357] By: gsar                                  on 1998/11/28  17:21:07
18719     Log: add perlreftut.pod
18720  Branch: perl
18721        + pod/perlreftut.pod
18722        ! MANIFEST pod/Makefile pod/buildtoc pod/perl.pod
18723        ! pod/perlref.pod pod/roffitall vms/descrip_mms.template
18724        ! win32/pod.mak
18725 ____________________________________________________________________________
18726 [  2356] By: jhi                                   on 1998/11/28  16:58:01
18727     Log: Change #2346 fallout.
18728  Branch: cfgperl
18729        ! t/op/undef.t
18730 ____________________________________________________________________________
18731 [  2355] By: gsar                                  on 1998/11/28  16:46:43
18732     Log: IO.xs tweaks; avoid coredump in io_xs.t; remove newCONSTSUB();
18733          ANSI prototypes
18734  Branch: perl
18735        ! ext/IO/IO.xs
18736 ____________________________________________________________________________
18737 [  2354] By: gsar                                  on 1998/11/28  16:08:07
18738     Log: add IO-1.20; mess with t/lib/io_*.t in an attempt to
18739          keep platform hacks that aren't in the 1.20 dist; add new files
18740          to MANIFEST; hack Makefile.PL; result hasn't been tested
18741          anywhere
18742  Branch: perl
18743        + ext/IO/ChangeLog ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Poll.pm
18744        + ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
18745        + ext/IO/poll.c ext/IO/poll.h t/lib/io_const.t t/lib/io_dir.t
18746        + t/lib/io_multihomed.t t/lib/io_poll.t t/lib/io_unix.t
18747        ! MANIFEST ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
18748        ! ext/IO/README ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
18749        ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
18750        ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
18751        ! t/lib/io_sock.t t/lib/io_udp.t
18752 ____________________________________________________________________________
18753 [  2353] By: jhi                                   on 1998/11/28  15:51:03
18754     Log: Locale collation, ctype, and numeric, were initialized wrong
18755          (if LC_ALL or LANG were unset, so were the collation/ctype/numeric),
18756          as reported by
18757          
18758          From: Ilya.Sandler@etak.com (Ilya Sandler)
18759          Subject: a bug in locale handling: LC_COLLATE ignored sometimes
18760          To: perlbug@perl.com
18761          Date: 25 Nov 1998 04:53:52 +0200
18762          Message-ID: <MLIST_199811250226.SAA12590@axi001.etak.sw>
18763  Branch: cfgperl
18764        ! util.c
18765 ____________________________________________________________________________
18766 [  2352] By: nick                                  on 1998/11/28  15:21:59
18767     Log: Implement $^C to allow perl access to -c flag - I think this 
18768          was agreed once...
18769  Branch: perl
18770        ! gv.c mg.c
18771 ____________________________________________________________________________
18772 [  2351] By: jhi                                   on 1998/11/28  15:14:24
18773     Log: Change #2251 fixup.
18774  Branch: cfgperl
18775        ! myconfig
18776 ____________________________________________________________________________
18777 [  2350] By: jhi                                   on 1998/11/28  14:58:19
18778     Log: Integrate from mainperl.
18779  Branch: cfgperl
18780       +> ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
18781       +> ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
18782       +> pod/perl5005delta.pod
18783       !> (integrate 49 files)
18784 ____________________________________________________________________________
18785 [  2349] By: jhi                                   on 1998/11/28  14:27:36
18786     Log: Passwd and group file groveling.
18787  Branch: cfgperl
18788        ! t/op/grent.t t/op/pwent.t
18789 ____________________________________________________________________________
18790 [  2348] By: gsar                                  on 1998/11/28  14:09:50
18791     Log: more conservative version of changes#2345,2346,2347; those break
18792          C<defined(@{"foo::ISA"})> which seems to be extensively used in
18793          the libs :-(
18794  Branch: perl
18795        ! pp.c t/op/method.t
18796 ____________________________________________________________________________
18797 [  2347] By: gsar                                  on 1998/11/28  13:36:08
18798     Log: tweak bogus test
18799  Branch: perl
18800        ! t/op/method.t
18801 ____________________________________________________________________________
18802 [  2346] By: gsar                                  on 1998/11/28  13:20:34
18803     Log: test cases for previous change
18804  Branch: perl
18805        ! t/op/undef.t
18806 ____________________________________________________________________________
18807 [  2345] By: gsar                                  on 1998/11/28  13:07:17
18808     Log: fix typo in pp_defined() causing C<defined %tied> to fail
18809  Branch: perl
18810        ! pp.c
18811 ____________________________________________________________________________
18812 [  2344] By: gsar                                  on 1998/11/28  13:03:29
18813     Log: s/comment/comment_t/ tweak (suggested by John Gorman
18814          <jgorman@webbysoft.com>)
18815  Branch: perl
18816        ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
18817 ____________________________________________________________________________
18818 [  2343] By: gsar                                  on 1998/11/28  12:52:40
18819     Log: add (stub) perldelta.pod
18820  Branch: perl
18821        + pod/perldelta.pod
18822 ____________________________________________________________________________
18823 [  2342] By: gsar                                  on 1998/11/28  12:49:26
18824     Log: rename perldelta.pod to perl5005delta.pod in preparation for
18825          starting a new one
18826  Branch: perl
18827       +> pod/perl5005delta.pod
18828        - pod/perldelta.pod
18829        ! MANIFEST pod/perl.pod
18830 ____________________________________________________________________________
18831 [  2341] By: gsar                                  on 1998/11/28  12:41:55
18832     Log: fix MALLOC_LOCK #define
18833  Branch: perl
18834        ! malloc.c
18835 ____________________________________________________________________________
18836 [  2340] By: gsar                                  on 1998/11/28  12:18:23
18837     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18838          Date: Sun, 15 Nov 1998 20:25:50 -0500 (EST)
18839          Message-Id: <199811160125.UAA05268@monk.mps.ohio-state.edu>
18840          Subject: [PATCH 5.005_53] OS/2 events get closer to Perl
18841  Branch: perl
18842        ! os2/Changes os2/os2.c os2/os2.sym os2/os2ish.h
18843 ____________________________________________________________________________
18844 [  2339] By: jhi                                   on 1998/11/28  11:59:01
18845     Log: Add -lm to dynix/ptx POSIX hints.
18846          From: "Martin J. Bligh" <mbligh@sequent.com>
18847          To: jhi@iki.fi
18848          Subject: Re: Making Perl work on DYNIX/ptx
18849          Date: Wed, 25 Nov 1998 10:34:41 -0800
18850          Message-ID: <1457015007.911990081@w-186d219.rhe.sequent.com>
18851  Branch: cfgperl
18852        ! ext/POSIX/hints/dynixptx.pl
18853 ____________________________________________________________________________
18854 [  2338] By: jhi                                   on 1998/11/28  11:57:19
18855     Log: Detypo.
18856  Branch: cfgperl
18857        ! lib/filetest.pm
18858 ____________________________________________________________________________
18859 [  2337] By: jhi                                   on 1998/11/28  11:56:29
18860     Log: Better LD_LIBRARY_PATH instructions for Bourneists.
18861  Branch: cfgperl
18862        ! Configure
18863 ____________________________________________________________________________
18864 [  2336] By: gsar                                  on 1998/11/28  11:41:14
18865     Log: teach CPAN.pm to ignore beta perl distributions when looking for
18866          modules
18867          From: root@dogberry.rutgers.edu (root)
18868          Date: Thu, 12 Nov 1998 23:08:39 -0500
18869          Message-Id: <199811130408.XAA10578@dogberry.rutgers.edu>
18870          Subject: recompile tries getting a perl distribution
18871  Branch: perl
18872        ! lib/CPAN.pm
18873 ____________________________________________________________________________
18874 [  2335] By: gsar                                  on 1998/11/28  11:27:46
18875     Log: make $1 et al readonly under threads; make C<undef $1> fail like
18876          C<$1 = undef> does
18877  Branch: perl
18878        ! op.c pp.c t/op/undef.t
18879 ____________________________________________________________________________
18880 [  2334] By: gsar                                  on 1998/11/28  10:24:52
18881     Log: s/Regexp/re/ and clarify policy on lowercased object namespaces
18882  Branch: perl
18883        ! pod/perlfunc.pod pp_hot.c sv.c thrdvar.h
18884 ____________________________________________________________________________
18885 [  2333] By: gsar                                  on 1998/11/28  09:36:40
18886     Log: document changed PERL_HASH()
18887  Branch: perl
18888        ! pod/perlfunc.pod pod/perlguts.pod
18889 ____________________________________________________________________________
18890 [  2332] By: nick                                  on 1998/11/27  21:10:27
18891     Log: Handle INIT list in C.pm
18892          1. Provide init_av() from B.xs
18893          2. Export it in B.pm
18894          3. Use it in C.pm
18895          Also disable some pruning in savecv() which seems to undo
18896          my previous patch.
18897          Experimental feature - save pathnames of .so files in easily 
18898          grep-able form for use in wrapper to feed to linker.  
18899  Branch: perl
18900        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
18901 ____________________________________________________________________________
18902 [  2327] By: gsar                                  on 1998/11/27  15:12:01
18903     Log: integrate change#2315 from maint-5.005
18904  Branch: perl
18905        ! t/op/sort.t
18906       !> op.c sv.c
18907 ____________________________________________________________________________
18908 [  2326] By: gsar                                  on 1998/11/27  15:00:42
18909     Log: integrate changes#2304,2305,2306,2308 from maint-5.005
18910  Branch: perl
18911       !> ext/DynaLoader/dl_mpeix.xs installperl lib/ExtUtils/MM_Unix.pm
18912       !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
18913       !> lib/ExtUtils/typemap
18914 ____________________________________________________________________________
18915 [  2325] By: gsar                                  on 1998/11/27  14:46:18
18916     Log: malloc bugfix and documentation from Ilya Zakharevich
18917          Date: Tue, 24 Nov 1998 17:24:55 -0500 (EST)
18918          Message-Id: <199811242224.RAA22618@monk.mps.ohio-state.edu>
18919          Subject: [PATCH 5.005_*] Re: Internal coredump
18920          --
18921          Date: Thu, 26 Nov 1998 03:06:10 -0500 (EST)
18922          Message-Id: <199811260806.DAA28913@monk.mps.ohio-state.edu>
18923          Subject: [PATCH 5.005_*] malloc.c documentation
18924  Branch: perl
18925        ! malloc.c
18926 ____________________________________________________________________________
18927 [  2324] By: gsar                                  on 1998/11/27  14:41:38
18928     Log: B::C tweaks to allow Tk compiles from Nick Ing-Simmons
18929  Branch: perl
18930        ! ext/B/B/C.pm
18931 ____________________________________________________________________________
18932 [  2323] By: gsar                                  on 1998/11/27  14:33:44
18933     Log: From: maeda@src.ricoh.co.jp
18934          Date: Tue, 24 Nov 1998 10:37:45 +0900
18935          Message-Id: <199811240137.KAA05867@luna.src.ricoh.co.jp>
18936          Subject: format "..." bug
18937  Branch: perl
18938        ! pp_ctl.c t/op/write.t
18939 ____________________________________________________________________________
18940 [  2322] By: gsar                                  on 1998/11/27  14:20:12
18941     Log: add ext/Devel/Peek
18942          From: jan.dubois@ibm.net (Jan Dubois)
18943          Date: Mon, 23 Nov 1998 00:48:11 +0100
18944          Message-ID: <36589ec9.49964585@smtp1.ibm.net>
18945          Subject: [PATCH 5.005_53] Devel::Peek integration
18946  Branch: perl
18947        + ext/Devel/Peek/Changes ext/Devel/Peek/Makefile.PL
18948        + ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
18949        ! MANIFEST dump.c embed.h embedvar.h global.sym intrpvar.h
18950        ! objXSUB.h perl.c perl.h proto.h sv.c sv.h thrdvar.h
18951        ! win32/GenCAPI.pl win32/Makefile win32/makefile.mk
18952 ____________________________________________________________________________
18953 [  2321] By: gsar                                  on 1998/11/27  13:03:08
18954     Log: ensure 'make regen_headers' even without perl installed
18955          (suggested by Ilya Zakharevich)
18956  Branch: perl
18957        ! bytecode.pl warning.pl
18958 ____________________________________________________________________________
18959 [  2320] By: gsar                                  on 1998/11/27  12:58:36
18960     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18961          Date: Mon, 9 Nov 1998 19:03:25 -0500 (EST)
18962          Message-Id: <199811100003.TAA05815@monk.mps.ohio-state.edu>
18963          Subject: [PATCH 5.005_*] Cosmetic malloc patch
18964  Branch: perl
18965        ! malloc.c
18966 ____________________________________________________________________________
18967 [  2319] By: gsar                                  on 1998/11/27  12:56:13
18968     Log: eliminate dup hunk from integration
18969  Branch: perl
18970        ! lib/filetest.pm perl.h
18971 ____________________________________________________________________________
18972 [  2318] By: gsar                                  on 1998/11/27  12:50:08
18973     Log: integrate cfgperl changes into mainline
18974  Branch: perl
18975       +> ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
18976        ! pod/perlfaq4.pod
18977       !> (integrate 30 files)
18978 ____________________________________________________________________________
18979 [  2317] By: jhi                                   on 1998/11/27  11:38:13
18980     Log: C<-x>.
18981  Branch: cfgperl
18982        ! lib/filetest.pm
18983 ____________________________________________________________________________
18984 [  2316] By: jhi                                   on 1998/11/27  11:10:22
18985     Log: Integrate from mainperl.
18986  Branch: cfgperl
18987       !> XSUB.h embed.h embed.pl embedvar.h ext/Thread/Thread.xs
18988       !> iperlsys.h mg.c objXSUB.h op.c pp_ctl.c pp_sys.c proto.h
18989       !> t/comp/package.t t/lib/dumper.t t/pragma/warn/pp_ctl
18990       !> universal.c util.c win32/GenCAPI.pl win32/win32.h
18991       !> win32/win32sck.c
18992 ____________________________________________________________________________
18993 [  2315] By: gbarr                                 on 1998/11/27  05:16:50
18994     Log: integrate change#2246 from mainline, while still allowing
18995          C<sort $globref @foo>
18996          
18997          allow C<sort $coderef @foo>
18998  Branch: maint-5.005/perl
18999        ! op.c sv.c
19000       !> t/op/sort.t
19001 ____________________________________________________________________________
19002 [  2308] By: gbarr                                 on 1998/11/27  00:11:44
19003     Log: Updates for MPE/iX DynaLoader and installperl, via private mail
19004          forwarded by Jarkko Hietaniemi from Mark Bixby
19005  Branch: maint-5.005/perl
19006        ! ext/DynaLoader/dl_mpeix.xs installperl
19007 ____________________________________________________________________________
19008 [  2306] By: gbarr                                 on 1998/11/26  23:44:47
19009     Log: Allow PL_FILES to have multiple targets from one source by allowing
19010          an array ref as the value in the hash
19011  Branch: maint-5.005/perl
19012        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
19013        ! lib/ExtUtils/MakeMaker.pm
19014 ____________________________________________________________________________
19015 [  2305] By: gbarr                                 on 1998/11/26  23:38:06
19016     Log: fix unsigned variables to use SvUV and sv_setuv
19017  Branch: maint-5.005/perl
19018        ! lib/ExtUtils/typemap
19019 ____________________________________________________________________________
19020 [  2304] By: gbarr                                 on 1998/11/26  23:36:17
19021     Log: Fix embeded \n in ABSTRACT and <> in AUTHOR
19022  Branch: maint-5.005/perl
19023        ! lib/ExtUtils/MM_Unix.pm
19024 ____________________________________________________________________________
19025 [  2301] By: gsar                                  on 1998/11/26  10:16:54
19026     Log: fix PL_defoutgv leak under threads
19027  Branch: perl
19028        ! ext/Thread/Thread.xs
19029 ____________________________________________________________________________
19030 [  2300] By: gsar                                  on 1998/11/26  09:04:44
19031     Log: properly free temporaries created by threads
19032  Branch: perl
19033        ! ext/Thread/Thread.xs
19034 ____________________________________________________________________________
19035 [  2299] By: gsar                                  on 1998/11/26  06:51:16
19036     Log: fix C<if (...) { package Foo; ... }> misoptimization that fails
19037          to set the package for the block properly
19038  Branch: perl
19039        ! op.c t/comp/package.t t/lib/dumper.t
19040 ____________________________________________________________________________
19041 [  2298] By: nick                                  on 1998/11/24  22:04:20
19042     Log: Part-1 of tweaks to allow Tk to be "compiled"
19043          Make XS_UNIVERSAL_xxx non-static so they can be found in libperl.
19044          (May also need attention to exports etc. - to follow.)
19045  Branch: perl
19046        ! universal.c
19047 ____________________________________________________________________________
19048 [  2294] By: jhi                                   on 1998/11/23  10:44:26
19049     Log: The new socket tests need in some platforms
19050          to #include <sys/types.h>.
19051  Branch: cfgperl
19052        ! Configure
19053 ____________________________________________________________________________
19054 [  2293] By: jhi                                   on 1998/11/23  10:33:42
19055     Log: From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
19056          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
19057          Subject: Re: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
19058          Date: Mon, 23 Nov 1998 10:07:04 +0100
19059          Message-Id: <9811230907.AA06484@AWT.nl>
19060          
19061          NeXTstep NetInfo uses nidump to get the user/group databases.
19062  Branch: cfgperl
19063        ! t/op/grent.t t/op/pwent.t
19064 ____________________________________________________________________________
19065 [  2291] By: TimBunce                              on 1998/11/22  22:23:09
19066     Log: Updated Porting/patchls utility.
19067  Branch: maint-5.004/perl
19068        ! Porting/patchls
19069 ____________________________________________________________________________
19070 [  2288] By: TimBunce                              on 1998/11/22  21:46:11
19071     Log: Title:  "Buglet in Sys::Syslog.pm (with fix)"
19072          From:  Henrik Tougaard <ht.000@foa.dk>
19073          Msg-ID:  <Pine.OSF.3.95.981117092651.1492C-100000@sula.pensam.dk>
19074          Files:  lib/Sys/Syslog.pm
19075  Branch: maint-5.004/perl
19076        ! lib/Sys/Syslog.pm
19077 ____________________________________________________________________________
19078 [  2286] By: jhi                                   on 1998/11/22  19:08:42
19079     Log: Change#2284 aid: allow also for plain old MSG_ and SCM_ #defines.
19080  Branch: cfgperl
19081        ! ext/Socket/Socket.xs
19082 ____________________________________________________________________________
19083 [  2285] By: jhi                                   on 1998/11/22  18:21:07
19084     Log: MSG_PROXY for GNU/Hurd (previously we believed that
19085          all GNU libc platforms have MSG_PROXY.  Untrue).
19086          In fact this ended up as a major MSG_* and SCM_*
19087          update.  The MSG_XXX known to be enums in some
19088          versions of the glibc are now probed for and respective
19089          HAS_MSG_XXX are defined.  While I was at it I noticed
19090          SCM_RIGHTS being similarly an enum.  This reminded me of
19091          an ancient discussion in perl5-porters:
19092          http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/9612/msg01017.html
19093          The BSD socket interface has a nifty feature for passing
19094          file descriptors and credentials--via sockets.  It may be
19095          too late to add this functionality to the CORE but
19096          at least Configure now probes for the functions,
19097          structs, and includes, defining the appropriate
19098          HAS_YYY and I_ZZZ, and the Socket extension exports
19099          the constants, in case somebody wants to write an
19100          extension for this interface.
19101  Branch: cfgperl
19102        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19103        ! config_h.SH ext/Socket/Socket.pm ext/Socket/Socket.xs
19104        ! iperlsys.h
19105 ____________________________________________________________________________
19106 [  2284] By: jhi                                   on 1998/11/22  18:13:21
19107     Log: perlhist.pod 1.54, containing 5_53.
19108  Branch: cfgperl
19109        ! pod/perlhist.pod
19110 ____________________________________________________________________________
19111 [  2274] By: TimBunce                              on 1998/11/22  16:25:46
19112     Log: Preserve errno around fcntl(fd,F_SETFD,fd > maxsysfd) in do_open()
19113  Branch: maint-5.004/perl
19114        ! doio.c
19115 ____________________________________________________________________________
19116 [  2273] By: TimBunce                              on 1998/11/22  16:17:43
19117     Log: Improve op/die_exit.t test for implicit close changing $!
19118  Branch: maint-5.004/perl
19119        ! t/op/die_exit.t
19120 ____________________________________________________________________________
19121 [  2268] By: jhi                                   on 1998/11/22  14:44:11
19122     Log: Fix thinko.
19123  Branch: cfgperl
19124        ! hints/dynixptx.sh
19125 ____________________________________________________________________________
19126 [  2267] By: jhi                                   on 1998/11/22  13:19:41
19127     Log: Document the d_socket override.
19128  Branch: cfgperl
19129        ! hints/dynixptx.sh
19130 ____________________________________________________________________________
19131 [  2266] By: jhi                                   on 1998/11/22  12:12:29
19132     Log: From: John Tobey <jtobey@channel1.com>
19133          Subject: [PATCH] perlfaq typos
19134          To: perl5-porters@perl.com
19135          Date: 22 Nov 1998 04:25:15 +0200
19136          Message-ID: <MLIST_m0zhPeF-000FOgC@feynman.localnet>
19137  Branch: cfgperl
19138        ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
19139        ! pod/perlfaq7.pod pod/perlfaq8.pod
19140 ____________________________________________________________________________
19141 [  2265] By: jhi                                   on 1998/11/22  12:06:29
19142     Log: From: pmarquess@bfsec.bt.co.uk (Paul Marquess)
19143          Subject: DB_File 1.61 patch for 5.005_53 & 5.005_02
19144          Newsgroups: hut.lists.perl5-porters
19145          To: gsar@engin.umich.edu (Gurusamy Sarathy)
19146          Cc: perl5-porters@perl.org (Perl5 Porters)
19147          Date: 20 Nov 1998 12:20:41 +0200
19148  Branch: cfgperl
19149        ! ext/DB_File/Changes ext/DB_File/DB_File.pm
19150        ! ext/DB_File/DB_File.xs
19151 ____________________________________________________________________________
19152 [  2264] By: jhi                                   on 1998/11/22  11:55:09
19153     Log: NeXTstep /etc/group and /etc/passwd are used only at boot time,
19154          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
19155          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
19156          To: perlbug@perl.com
19157          Date: 20 Nov 1998 18:39:06 +0200
19158          Lines: 47
19159          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
19160  Branch: cfgperl
19161        ! t/op/grent.t t/op/pwent.t
19162 ____________________________________________________________________________
19163 [  2263] By: jhi                                   on 1998/11/22  11:42:59
19164     Log: Permission testing is tricky when we have too much power.
19165          Problem reported in
19166          From: Gerben Wierda <G.C.Th.Wierda@AWT.nl>
19167          Subject: Test results for perl5.005_53 under NEXTSTEP 3.3 (intel)
19168          To: perlbug@perl.com
19169          Date: 20 Nov 1998 18:39:06 +0200
19170          Message-ID: <MLIST_9811201533.AA22148@AWT.nl>
19171  Branch: cfgperl
19172        ! t/op/filetest.t
19173 ____________________________________________________________________________
19174 [  2262] By: gsar                                  on 1998/11/22  11:37:02
19175     Log: fix broken CAPI generation
19176  Branch: perl
19177        ! win32/GenCAPI.pl
19178 ____________________________________________________________________________
19179 [  2261] By: jhi                                   on 1998/11/22  11:17:00
19180     Log: -x should be C<-x>, reported by Gerben Wierda.
19181  Branch: cfgperl
19182        ! pod/perlfunc.pod
19183 ____________________________________________________________________________
19184 [  2260] By: gsar                                  on 1998/11/22  11:12:02
19185     Log: phase 2 of PERL_OBJECT cleanup; objXSUB.h autogeneration
19186  Branch: perl
19187        ! XSUB.h embed.h embed.pl embedvar.h iperlsys.h objXSUB.h
19188        ! proto.h
19189 ____________________________________________________________________________
19190 [  2259] By: jhi                                   on 1998/11/22  11:06:40
19191     Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
19192          Subject: Re: [PATCH] Re: pod2man bug in date generated line
19193          To: Albert Dvornik <bert@genscan.com>, "Larry W. Virden" <lvirden@cas.org>
19194          Cc: perlbug@perl.com
19195          Date: 20 Nov 1998 21:30:17 +0200
19196          Message-ID: <MLIST_19981120131523.A464@O2.chapin.edu>
19197  Branch: cfgperl
19198        ! pod/pod2man.PL
19199 ____________________________________________________________________________
19200 [  2256] By: jhi                                   on 1998/11/21  10:44:01
19201     Log: From: Thomas Bowditch <bowditch@inmet.com>
19202          Subject: Benchmark.pm suggestion
19203          To: jhi@iki.fi, Tim.Bunce@ig.co.uk
19204          Date: Fri, 20 Nov 1998 17:43:46 -0500
19205          Message-Id: <199811202243.RAA26252@harp.camb.inmet.com>
19206          
19207          Added timesum().
19208  Branch: cfgperl
19209        ! lib/Benchmark.pm
19210 ____________________________________________________________________________
19211 [  2255] By: gsar                                  on 1998/11/21  08:45:06
19212     Log: another win32 portability fix: make sysread() and syswrite()
19213          work on sockets
19214  Branch: perl
19215        ! pp_sys.c win32/win32.h
19216 ____________________________________________________________________________
19217 [  2254] By: gsar                                  on 1998/11/21  07:49:06
19218     Log: win32_recvfrom() compatibility fix
19219  Branch: perl
19220        ! win32/win32sck.c
19221 ____________________________________________________________________________
19222 [  2253] By: jhi                                   on 1998/11/20  08:22:06
19223     Log: From: Mark Bixby <markb@spock.dis.cccd.edu>
19224          To: jhi@iki.fi
19225          Subject: MPE/iX Perl 5.005_02 oops
19226          Date: Thu, 19 Nov 1998 17:10:45 -0800 (PST)
19227          Message-Id: <199811200110.RAA07395@spock.dis.cccd.edu>
19228  Branch: cfgperl
19229        ! ext/DynaLoader/dl_mpeix.xs installperl
19230 ____________________________________________________________________________
19231 [  2252] By: gsar                                  on 1998/11/19  17:38:03
19232     Log: mess_sv tweak for change#2249
19233  Branch: perl
19234        ! util.c
19235 ____________________________________________________________________________
19236 [  2251] By: jhi                                   on 1998/11/18  12:32:19
19237     Log: Display use64bits and usemultiplicity but only if necessary.
19238  Branch: cfgperl
19239        ! myconfig
19240 ____________________________________________________________________________
19241 [  2250] By: jhi                                   on 1998/11/18  12:26:50
19242     Log: From: Horst von Brand <vonbrand@sleipnir.valparaiso.cl> 
19243          Subject: pp.c uses 'unsigned Quad_t'
19244          To: perlbug@perl.com 
19245          Date: Sun, 15 Nov 1998 20:57:05 -0300 
19246          Message-Id: <199811152357.UAA12768@sleipnir.valparaiso.cl>
19247  Branch: cfgperl
19248        ! perl.h pp.c
19249 ____________________________________________________________________________
19250 [  2249] By: gsar                                  on 1998/11/18  05:43:11
19251     Log: use PL_mess_sv only during global destruction (fixes problems with
19252          overlapping invocations of form()/warn()/die()/croak() trampling on
19253          each other's messages)
19254  Branch: perl
19255        ! mg.c util.c
19256 ____________________________________________________________________________
19257 [  2248] By: gsar                                  on 1998/11/18  05:39:36
19258     Log: tweak change#2245 to skip previous message if any
19259  Branch: perl
19260        ! pp_ctl.c t/pragma/warn/pp_ctl
19261 ____________________________________________________________________________
19262 [  2247] By: jhi                                   on 1998/11/17  11:46:56
19263     Log: Integrate from mainperl.
19264  Branch: cfgperl
19265       !> (integrate 26 files)
19266 ____________________________________________________________________________
19267 [  2246] By: gsar                                  on 1998/11/17  09:41:10
19268     Log: allow C<sort $coderef @foo>
19269  Branch: perl
19270        ! op.c t/op/sort.t t/pragma/overload.t
19271 ____________________________________________________________________________
19272 [  2245] By: gsar                                  on 1998/11/17  08:28:26
19273     Log: propagate failures in DESTROY() as (optional) warnings
19274  Branch: perl
19275        ! pod/perldiag.pod pp_ctl.c t/pragma/warn/pp_ctl
19276 ____________________________________________________________________________
19277 [  2244] By: gsar                                  on 1998/11/17  07:43:08
19278     Log: ensure PL_dirty is reinit-ed properly under -DMULTIPLICITY
19279  Branch: perl
19280        ! perl.c thrdvar.h
19281 ____________________________________________________________________________
19282 [  2243] By: gsar                                  on 1998/11/17  07:40:09
19283     Log: sort WARN_FOO symbols to avoid hash traversal order dependency
19284  Branch: perl
19285        ! lib/warning.pm warning.h warning.pl
19286 ____________________________________________________________________________
19287 [  2242] By: gsar                                  on 1998/11/17  06:32:39
19288     Log: fix skipspace() to properly account for newlines in eval''-ed
19289          strings (caused bogus line numbers in diagnostics and debugger)
19290  Branch: perl
19291        ! t/pragma/warn/pp_ctl t/pragma/warn/toke toke.c
19292 ____________________________________________________________________________
19293 [  2241] By: gsar                                  on 1998/11/17  03:48:12
19294     Log: s/Perl_utf8skip/PL_utf8skip/g
19295  Branch: perl
19296        ! embed.h embed.pl global.sym globvar.sym regexec.c utf8.h
19297 ____________________________________________________________________________
19298 [  2240] By: gsar                                  on 1998/11/14  06:09:06
19299     Log: rework op/groups.t
19300  Branch: perl
19301        ! t/op/filetest.t t/op/groups.t
19302 ____________________________________________________________________________
19303 [  2235] By: gsar                                  on 1998/11/14  00:17:05
19304     Log: catch a neophyte trap: open(<FH>), close(<FH>) etc.
19305  Branch: perl
19306        ! op.c
19307 ____________________________________________________________________________
19308 [  2234] By: gsar                                  on 1998/11/14  00:14:02
19309     Log: update Changes
19310  Branch: perl
19311        ! Changes win32/config.bc win32/config.gc win32/config.vc
19312 ____________________________________________________________________________
19313 [  2233] By: gsar                                  on 1998/11/13  09:43:03
19314     Log: doc tweak
19315  Branch: perl
19316        ! README.win32
19317 ____________________________________________________________________________
19318 [  2230] By: jhi                                   on 1998/11/12  17:07:45
19319     Log: Allow hints file override for d_socket
19320          (based on Sequent-induced change #2229).
19321  Branch: cfgperl
19322        ! Configure
19323 ____________________________________________________________________________
19324 [  2229] By: jhi                                   on 1998/11/12  16:32:33
19325     Log: 
19326          From: "Martin J. Bligh" <mbligh@sequent.com>
19327          To: jhi@iki.fi
19328          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
19329          Subject: Re: Making Perl work on DYNIX/ptx
19330          Date: Tue, 10 Nov 1998 16:24:26 -0800
19331          Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
19332  Branch: cfgperl
19333        ! hints/dynixptx.sh
19334 ____________________________________________________________________________
19335 [  2228] By: jhi                                   on 1998/11/12  11:40:37
19336     Log: From: "Martin J. Bligh" <mbligh@sequent.com>
19337          Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
19338          To: jhi@iki.fi
19339          cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
19340          Subject: Re: Making Perl work on DYNIX/ptx
19341          Date: Tue, 10 Nov 1998 18:01:10 -0800
19342  Branch: cfgperl
19343        + ext/DB_File/hints/dynixptx.pl ext/POSIX/hints/dynixptx.pl
19344 ____________________________________________________________________________
19345 [  2227] By: jhi                                   on 1998/11/12  11:17:42
19346     Log: Integrate from mainperl.
19347  Branch: cfgperl
19348       !> Changes XSUB.h av.c embed.h embed.pl embedvar.h
19349       !> ext/IPC/SysV/Msg.pm global.sym hv.c lib/Text/Wrap.pm objXSUB.h
19350       !> perl.c perl.h pod/perlfunc.pod pod/perlvar.pod pp_sys.c
19351       !> proto.h regexec.c t/op/array.t util.c win32/makedef.pl
19352       !> win32/win32.c x2p/s2p.PL
19353 ____________________________________________________________________________
19354 [  2226] By: gsar                                  on 1998/11/11  21:05:42
19355     Log: provide -DPERL_POLLUTE
19356  Branch: perl
19357        ! embed.pl embedvar.h
19358 ____________________________________________________________________________
19359 [  2225] By: jhi                                   on 1998/11/09  07:45:12
19360     Log: From: Hans Mulder <hansm@icgroup.nl>
19361          To: Ilya Zakharevich <ilya@math.ohio-state.edu>
19362          Cc: gsar@engin.umich.edu (Gurusamy Sarathy), jhi@iki.fi,
19363          perl5-porters@perl.org
19364          Subject: Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1
19365          (UNINSTALLED)
19366          Date: Sun,  8 Nov 98 22:20:23 +0100
19367          Message-Id: <9811082119.AA11802@icgned.icgroup.nl>
19368  Branch: cfgperl
19369        ! malloc.c perl.h
19370 ____________________________________________________________________________
19371 [  2224] By: gsar                                  on 1998/11/09  03:13:14
19372     Log: avoid endless loops in Text::Wrap (from a suggestion by Lupe
19373          Christoph <lupe@alanya.m.isar.de>)
19374  Branch: perl
19375        ! lib/Text/Wrap.pm
19376 ____________________________________________________________________________
19377 [  2223] By: gsar                                  on 1998/11/09  02:09:06
19378     Log: fix misplaced brace in s2p (as suggested by Lionel Fourquaux
19379          <lionel.fourquaux@wanadoo.fr>)
19380  Branch: perl
19381        ! x2p/s2p.PL
19382 ____________________________________________________________________________
19383 [  2222] By: gsar                                  on 1998/11/09  01:56:24
19384     Log: patches from Hugo van der Sanden <hv@crypt.compulink.co.uk>
19385          Date: Wed, 04 Nov 1998 12:19:44 +0000
19386          Message-Id: <199811041219.MAA05451@crypt.compulink.co.uk>
19387          Subject: [PATCH] Re: [5.005_53] read overflow? 
19388          --
19389          Date: Wed, 04 Nov 1998 13:15:18 +0000
19390          Message-Id: <199811041315.NAA05711@crypt.compulink.co.uk>
19391          Subject: [PATCH 5.005_53] perl -V fix
19392  Branch: perl
19393        ! perl.c regexec.c
19394 ____________________________________________________________________________
19395 [  2221] By: gsar                                  on 1998/11/09  01:34:56
19396     Log: From: jan.dubois@ibm.net (Jan Dubois)
19397          Date: Sun, 01 Nov 1998 00:05:01 +0100
19398          Message-ID: <364294bd.18052307@smtp1.ibm.net>
19399          Subject: [PATCH v5.5.53, WIN32] PL_block_type undefined unless DEBUGGING
19400  Branch: perl
19401        ! Changes win32/makedef.pl
19402 ____________________________________________________________________________
19403 [  2220] By: gsar                                  on 1998/11/08  21:13:07
19404     Log: integrate changes#2120,2168,2218 from maint-5.005;
19405          add new vtbls; s/\bvtbl_/PL_vtbl_/; remove trailing comma in
19406          enum; make regen_headers
19407  Branch: perl
19408        ! XSUB.h embed.h embedvar.h ext/IPC/SysV/Msg.pm global.sym
19409        ! objXSUB.h perl.h pod/perlfunc.pod proto.h util.c win32/win32.c
19410 ____________________________________________________________________________
19411 [  2219] By: gsar                                  on 1998/11/08  19:42:57
19412     Log: integrate cfgperl changes into mainline
19413  Branch: perl
19414       +> README.vmesa
19415       !> Configure MANIFEST Porting/Glossary Porting/config.sh
19416       !> Porting/config_H config_h.SH ext/Thread/Thread.xs
19417       !> hints/hpux.sh hints/vmesa.sh lib/Math/Complex.pm malloc.c
19418       !> perl.h pod/perlfunc.pod pod/perllocale.pod pod/perlport.pod
19419       !> pp_sys.c sv.c t/lib/complex.t t/op/groups.t t/op/lex_assign.t
19420       !> thread.h vms/subconfigure.com vos/config.h
19421 ____________________________________________________________________________
19422 [  2218] By: gbarr                                 on 1998/11/08  16:48:44
19423     Log: From: Graham Barr <gbarr@ti.com>
19424          Date: Mon, 2 Nov 1998 07:38:52 -0600
19425          Message-ID: <19981102073852.A12751@asic.sc.ti.com>
19426          Subject: [PATCH 5.005_*] Re: IPC::Msg 1.03
19427  Branch: maint-5.005/perl
19428        ! ext/IPC/SysV/Msg.pm
19429 ____________________________________________________________________________
19430 [  2215] By: gsar                                  on 1998/11/08  02:52:52
19431     Log: set close-on-exec bit on pipe() FDs
19432  Branch: perl
19433        ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c
19434 ____________________________________________________________________________
19435 [  2214] By: gsar                                  on 1998/11/08  02:27:57
19436     Log: typo in newHVhv()
19437  Branch: perl
19438        ! hv.c
19439 ____________________________________________________________________________
19440 [  2211] By: jhi                                   on 1998/11/07  21:14:18
19441     Log: Finalize the Mach CThreads support.
19442          
19443          From: Hans Mulder <hansm@icgroup.nl>
19444          Date: Sat,  7 Nov 98 22:06:20 +0100
19445          To: Gurusamy Sarathy <gsar@engin.umich.edu>
19446          Cc: jhi@iki.fi, perl5-porters@perl.org
19447          Subject: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED) 
19448          Message-Id: <9811072105.AA07794@icgned.icgroup.nl>
19449  Branch: cfgperl
19450        ! malloc.c perl.h
19451 ____________________________________________________________________________
19452 [  2210] By: gsar                                  on 1998/11/06  20:36:50
19453     Log: fix AvREALISH bogusness
19454  Branch: perl
19455        ! av.c t/op/array.t
19456 ____________________________________________________________________________
19457 [  2209] By: jhi                                   on 1998/11/06  08:05:31
19458     Log: Renamed malloc.c ASSERT() macro to P_ASSERT() because
19459          ASSERT() causes problems in {NeXTStep,OpenStep}.
19460          
19461          From: Hans Mulder <hansm@icgroup.nl>
19462          To: Jarkko Hietaniemi <jhi@cc.hut.fi>
19463          Subject: Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 (UNINSTALLED)
19464          Date: Fri,  6 Nov 98 01:27:41 +0100
19465          Message-Id: <9811060025.AA27389@icgned.icgroup.nl>
19466          
19467          and
19468          
19469          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19470          Subject: Re: ASSERT() in malloc.c
19471          To: jhi@iki.fi
19472          Date: Fri, 6 Nov 1998 02:59:29 -0500 (EST)
19473          Message-Id: <199811060759.CAA18915@monk.mps.ohio-state.edu>
19474  Branch: cfgperl
19475        ! malloc.c
19476 ____________________________________________________________________________
19477 [  2208] By: jhi                                   on 1998/11/06  07:55:38
19478     Log: Mach CThreads needs #include <mach/cthreads.h>.
19479  Branch: cfgperl
19480        ! perl.h
19481 ____________________________________________________________________________
19482 [  2206] By: jhi                                   on 1998/11/05  14:54:52
19483     Log: PERL_BADLANG wrongly documented.
19484          
19485          From: ts <decoux@moulon.inra.fr>
19486          To: jhi@cc.hut.fi
19487          Subject: Re: Locale warning messages
19488          Date: Thu, 5 Nov 1998 14:34:19 +0100 (MET)
19489          Message-Id: <199811051334.OAA24863@moulon.inra.fr>
19490          
19491          and
19492          
19493          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19494          Subject: Re: PERL_BADLANG
19495          To: jhi@iki.fi
19496          Subject: Re: PERL_BADLANG
19497          Date: Thu, 5 Nov 1998 09:49:00 -0500 (EST)
19498          Message-Id: <199811051449.JAA04238@monk.mps.ohio-state.edu>
19499  Branch: cfgperl
19500        ! pod/perllocale.pod
19501 ____________________________________________________________________________
19502 [  2205] By: jhi                                   on 1998/11/05  14:24:33
19503     Log: Document all the control flow keywords in perlfunc
19504          so that "perlfunc -f while" works.
19505  Branch: cfgperl
19506        ! pod/perlfunc.pod
19507 ____________________________________________________________________________
19508 [  2204] By: jhi                                   on 1998/11/05  12:46:02
19509     Log: Configure update.  Remove last trace of PTHREADS_CREATED_JOINABLE
19510          (from vos/config.h).  Update Porting/{Glossary,config*}.
19511  Branch: cfgperl
19512        ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19513        ! config_h.SH vos/config.h
19514 ____________________________________________________________________________
19515 [  2203] By: jhi                                   on 1998/11/05  08:34:39
19516     Log: VM/ESA and VMS sig_num_init (change#2101) catchup.
19517  Branch: cfgperl
19518        ! hints/vmesa.sh vms/subconfigure.com
19519 ____________________________________________________________________________
19520 [  2202] By: jhi                                   on 1998/11/05  08:03:20
19521     Log: Integrate from mainperl.
19522  Branch: cfgperl
19523       !> Changes cop.h doop.c gv.c mg.c perl.c pp_ctl.c sv.c util.c
19524       !> win32/Makefile win32/makefile.mk win32/win32.c
19525 ____________________________________________________________________________
19526 [  2201] By: gsar                                  on 1998/11/05  04:40:44
19527     Log: another POPSTACK victim
19528  Branch: perl
19529        ! cop.h sv.c
19530 ____________________________________________________________________________
19531 [  2196] By: gsar                                  on 1998/11/05  02:07:54
19532     Log: fix a location affected by change#2191, add note about POPSTACK
19533  Branch: perl
19534        ! cop.h gv.c pp_ctl.c
19535 ____________________________________________________________________________
19536 [  2195] By: gsar                                  on 1998/11/05  02:04:45
19537     Log: makefile notes
19538  Branch: perl
19539        ! win32/Makefile win32/makefile.mk
19540 ____________________________________________________________________________
19541 [  2192] By: gsar                                  on 1998/11/04  23:48:53
19542     Log: indeterminate order-of-evaluation fixes
19543  Branch: perl
19544        ! mg.c
19545 ____________________________________________________________________________
19546 [  2191] By: gsar                                  on 1998/11/04  23:02:16
19547     Log: refetch local stack pointer in POPSTACK
19548  Branch: perl
19549        ! cop.h perl.c
19550 ____________________________________________________________________________
19551 [  2190] By: jhi                                   on 1998/11/04  08:50:40
19552     Log: Configure update.
19553          Sequent DYNIX/ptx updates: osvers=$4 (instead of $3) of uname -a,
19554          
19555          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
19556          To: Martin Bligh <mbligh@sequent.com>
19557          Cc: Jarkko Hietaniemi <jhi@iki.fi>
19558          Subject: Re: Perl 5's configure on DYNIX/ptx
19559          Message-Id: <Pine.SUN.3.96.981103090824.5533B-100000@newton.phys>
19560          Date: Tue, 3 Nov 1998 09:35:26 -0500 (EST)
19561          
19562          find sockets also from libsocket, not just libnet.
19563          OS390: $compile_ok instead of $compile for <inttypes.h>,
19564          
19565          From: pvhp@forte.com (Peter Prymmer)
19566          To: Thomas.Dorner@start.de, jhi@iki.fi, neale@VMA.TABNSW.COM.AU
19567          Subject: _53 not OK on os390 but looking better than ever
19568          Date: Tue, 3 Nov 98 17:33:22 PST
19569          Message-Id: <9811040133.AA09450@forte.com>
19570  Branch: cfgperl
19571        ! Configure
19572 ____________________________________________________________________________
19573 [  2189] By: jhi                                   on 1998/11/04  07:43:58
19574     Log: sysio.t failure: fix undefined order of evaluation, from
19575          
19576          From: Spider Boardman <spider@web.zk3.dec.com>
19577          Subject: Not OK: perl 5.00553 on alpha-thread 5.0 [PATCH]
19578          To: perlbug@perl.com
19579          Date: 4 Nov 1998 01:22:30 +0200
19580          Message-ID: <MLIST_199811032227.RAA143892@web.zk3.dec.com>
19581  Branch: cfgperl
19582        ! pp_sys.c
19583 ____________________________________________________________________________
19584 [  2188] By: gsar                                  on 1998/11/04  02:59:16
19585     Log: fix return value of win32_pclose()
19586  Branch: perl
19587        ! win32/win32.c
19588 ____________________________________________________________________________
19589 [  2187] By: gsar                                  on 1998/11/04  02:56:34
19590     Log: s/sv_upgrade/SvUPGRADE/ a couple of places
19591  Branch: perl
19592        ! Changes doop.c gv.c util.c
19593 ____________________________________________________________________________
19594 [  2186] By: jhi                                   on 1998/11/03  08:17:52
19595     Log: Document quads in pack.
19596  Branch: cfgperl
19597        ! pod/perlfunc.pod
19598 ____________________________________________________________________________
19599 [  2185] By: jhi                                   on 1998/11/03  07:49:35
19600     Log: (IV) vs (I32) vs I_V()
19601          
19602          Subject: [PATCH 5.005_53] Reverting typecast in sv_upgrade()
19603          From: Anton Berezin <tobez@plab.ku.dk> 
19604          To: "p5p" <perl5-porters@perl.org> 
19605          Date: 01 Nov 1998 15:09:11 +0100 
19606          Message-ID: <86hfwjtshk.fsf@lion.plab.ku.dk>
19607          
19608          and
19609          
19610          From: Andy Dougherty <doughera@lafcol.lafayette.edu> 
19611          Date: Mon, 2 Nov 1998 10:17:34 -0500 (EST) 
19612          Message-Id: <Pine.SUN.3.96.981102101433.4479B-100000@newton.phys>
19613  Branch: cfgperl
19614        ! sv.c
19615 ____________________________________________________________________________
19616 [  2184] By: jhi                                   on 1998/11/03  07:42:46
19617     Log: VM/ESA updates.
19618  Branch: cfgperl
19619        + README.vmesa
19620        ! MANIFEST pod/perlfunc.pod pod/perlport.pod
19621 ____________________________________________________________________________
19622 [  2183] By: jhi                                   on 1998/11/02  12:58:13
19623     Log: The id(1)-parsing is real fun.
19624  Branch: cfgperl
19625        ! t/op/groups.t
19626 ____________________________________________________________________________
19627 [  2182] By: jhi                                   on 1998/11/02  12:07:43
19628     Log: Decommission the symlink test.
19629  Branch: cfgperl
19630        ! t/op/lex_assign.t
19631 ____________________________________________________________________________
19632 [  2181] By: jhi                                   on 1998/11/02  12:03:08
19633     Log: Replace ATTR_JOINABLE with true Configure probe
19634          for PTHREAD_CREATE_JOINABLE (or equivalent:
19635          PTHREAD_CREATE_UNDETACHED or __UNDETACHED).
19636          Remove ATTR_JOINABLE itself: Thread.xs uses
19637          PTHREAD_CREATE_JOINABLE (or equivalent) directly.
19638          
19639          Really scan for <mach/cthreads.h> only if usethreads.
19640  Branch: cfgperl
19641        ! Configure config_h.SH ext/Thread/Thread.xs thread.h
19642 ____________________________________________________________________________
19643 [  2180] By: jhi                                   on 1998/11/02  11:07:34
19644     Log: In HP-UX 10.X usethreads only if the required files are present.
19645  Branch: cfgperl
19646        ! hints/hpux.sh
19647 ____________________________________________________________________________
19648 [  2179] By: jhi                                   on 1998/11/02  09:10:33
19649     Log: Prefer groups(1).
19650          id -Gn can be broken.
19651          id -a can save the day.
19652  Branch: cfgperl
19653        ! t/op/groups.t
19654 ____________________________________________________________________________
19655 [  2178] By: jhi                                   on 1998/11/02  08:35:29
19656     Log: Detrail enum comma.
19657  Branch: cfgperl
19658        ! perl.h
19659 ____________________________________________________________________________
19660 [  2177] By: jhi                                   on 1998/11/02  08:24:12
19661     Log: 0**0 = 1, from
19662          
19663          From: d-lewart@uiuc.edu (Daniel S. Lewart)
19664          Subject: Math::Complex 0**0 patches
19665          Date: Sun, 1 Nov 1998 19:21:48 -0600 (CST)
19666          Message-Id: <199811020121.TAA28310@staff2.cso.uiuc.edu>
19667          To: jhi@iki.fi (Jarkko Hietaniemi),
19668          Raphael_Manfredi@grenoble.hp.com (Raphael Manfredi)
19669  Branch: cfgperl
19670        ! lib/Math/Complex.pm t/lib/complex.t
19671 ____________________________________________________________________________
19672 [  2168] By: gbarr                                 on 1998/11/01  01:58:58
19673     Log: From: jan.dubois@ibm.net (Jan Dubois)   
19674          Date: Fri, 09 Oct 1998 23:28:31 +0200
19675          Message-ID: <36217b7f.3193091@smtp1.ibm.net>
19676          Subject: [PATCH 5.005_02] Allow XS access to vtbl_*s when compiled with PERL_OBJECT
19677  Branch: maint-5.005/perl
19678        ! XSUB.h
19679 ____________________________________________________________________________
19680 [  2164] By: jhi                                   on 1998/10/31  15:50:02
19681     Log: Integrate from mainperl.
19682  Branch: cfgperl
19683       +> t/op/lex_assign.t
19684       !> (integrate 45 files)
19685
19686 ----------------
19687 Version 5.005_53
19688 ----------------
19689
19690 ____________________________________________________________________________
19691 [  2163] By: gsar                                  on 1998/10/31  11:31:12
19692     Log: bump patchlevel; other minor fixes for clean build and test on
19693          Solaris and win32
19694  Branch: perl
19695        ! Changes ext/Data/Dumper/Dumper.xs patchlevel.h pp.h sv.c
19696        ! t/lib/dumper.t t/op/groups.t t/op/lex_assign.t
19697        ! t/pragma/warn/regexec win32/Makefile win32/config_H.bc
19698        ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
19699        ! x2p/a2p.c
19700 ____________________________________________________________________________
19701 [  2162] By: gsar                                  on 1998/10/31  09:40:31
19702     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19703          Date: Fri, 30 Oct 1998 18:36:20 -0500 (EST)
19704          Message-Id: <199810302336.SAA17336@monk.mps.ohio-state.edu>
19705          Subject: Re: [PATCH 5.00552] Overloaded <> and deref again
19706  Branch: perl
19707        ! pp.h
19708 ____________________________________________________________________________
19709 [  2161] By: gsar                                  on 1998/10/31  09:39:13
19710     Log: From: Albert Dvornik <bert@genscan.com>
19711          Date: 30 Oct 1998 17:50:04 -0500
19712          Message-Id: <tqd879vf4z.fsf@puma.genscan.com>
19713          Subject: [PATCH perl5.00[45]] a2p: make sprintf less greedy without -o
19714  Branch: perl
19715        ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.pod x2p/a2p.y x2p/a2py.c
19716 ____________________________________________________________________________
19717 [  2160] By: gsar                                  on 1998/10/31  09:35:03
19718     Log: fix for bugs in -x mode
19719          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19720          Date: Sat, 31 Oct 1998 00:30:57 -0500 (EST)
19721          Message-Id: <199810310530.AAA22277@monk.mps.ohio-state.edu>
19722          Subject: [PATCH 5.00552] Fix h2xs
19723  Branch: perl
19724        ! utils/h2xs.PL
19725 ____________________________________________________________________________
19726 [  2159] By: gsar                                  on 1998/10/31  09:31:36
19727     Log: Data::Dumper update
19728  Branch: perl
19729        ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
19730        ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/Todo
19731 ____________________________________________________________________________
19732 [  2153] By: gsar                                  on 1998/10/30  21:40:09
19733     Log: add testsuite portion of patch
19734          From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19735          Date: Thu, 29 Oct 1998 23:20:01 -0500 (EST)
19736          Message-Id: <199810300420.XAA25651@monk.mps.ohio-state.edu>
19737          Subject: [PATCH 5.00321 ;-)] 87% speedup
19738  Branch: perl
19739        + t/op/lex_assign.t
19740        ! MANIFEST
19741 ____________________________________________________________________________
19742 [  2152] By: gsar                                  on 1998/10/30  21:08:11
19743     Log: mention the C<$SIG{CHLD} = 'IGNORE'> special case
19744  Branch: perl
19745        ! pod/perlfunc.pod pod/perlipc.pod pod/perlvar.pod
19746 ____________________________________________________________________________
19747 [  2151] By: gsar                                  on 1998/10/30  20:18:09
19748     Log: From: Mark-Jason Dominus <mjd@plover.com>
19749          Date: Fri, 30 Oct 1998 14:24:23 EST
19750          Message-Id: <19981030192423.27276.qmail@plover.com>
19751          Subject: PATCH: (5.005_02)  a2p should use `chomp' instead of `chop'
19752  Branch: perl
19753        ! x2p/walk.c
19754 ____________________________________________________________________________
19755 [  2150] By: gsar                                  on 1998/10/30  20:08:57
19756     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19757          Date: Thu, 29 Oct 1998 22:04:54 -0500 (EST)
19758          Message-Id: <199810300304.WAA23291@monk.mps.ohio-state.edu>
19759          Subject: [PATCH 5.00552] Overloaded <> and deref again
19760  Branch: perl
19761        ! gv.c lib/overload.pm perl.h pp.c pp.h pp_hot.c pp_sys.c sv.c
19762        ! t/pragma/overload.t toke.c
19763 ____________________________________________________________________________
19764 [  2149] By: gsar                                  on 1998/10/30  19:38:15
19765     Log: From: Roderick Schertler <roderick@argon.org>
19766          Date: Thu, 29 Oct 1998 14:50:18 -0500
19767          Message-ID: <17625.909690618@eeyore.ibcinc.com>
19768          Subject: patch for daemonization docs in perlipc
19769  Branch: perl
19770        ! pod/perlipc.pod
19771 ____________________________________________________________________________
19772 [  2148] By: gsar                                  on 1998/10/30  19:36:07
19773     Log: From: Anton Berezin <tobez@plab.ku.dk>
19774          Date: 29 Oct 1998 17:06:25 +0100
19775          Message-ID: <86pvbbuzcu.fsf@lion.plab.ku.dk>
19776          Subject: [PATCH 5.005_52] win32_opendir() fails on empty drives
19777  Branch: perl
19778        ! win32/win32.c
19779 ____________________________________________________________________________
19780 [  2147] By: gsar                                  on 1998/10/30  19:31:37
19781     Log: tweaked version of suggested patch
19782          From: Anton Berezin <tobez@plab.ku.dk>
19783          Date: 29 Oct 1998 14:48:54 +0100
19784          Message-ID: <86yapzv5q1.fsf@lion.plab.ku.dk>
19785          Subject: [PATCH 5.005_52] One more problem with win32_stat and MSVC
19786  Branch: perl
19787        ! win32/win32.c
19788 ____________________________________________________________________________
19789 [  2146] By: gsar                                  on 1998/10/30  19:03:50
19790     Log: hand-apply whitespace-mutiliated patch
19791          From: "vishal bhatia" <vishalb@hotmail.com>
19792          Date: Wed, 28 Oct 1998 23:45:32 PST
19793          Message-ID: <19981029074534.2334.qmail@hotmail.com>
19794          Subject: [PATCH 5.005_52]Compiling modules,more bugfixes for B
19795  Branch: perl
19796        ! ext/B/B/C.pm ext/B/B/CC.pm
19797 ____________________________________________________________________________
19798 [  2145] By: gsar                                  on 1998/10/30  18:46:58
19799     Log: remaining PL_foo stragglers
19800  Branch: perl
19801        ! doio.c ext/B/B.pm ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.pm
19802        ! op.h os2/os2.c vms/gen_shrfls.pl
19803 ____________________________________________________________________________
19804 [  2144] By: gsar                                  on 1998/10/30  17:38:36
19805     Log: integrate cfgperl tweaks into mainline
19806  Branch: perl
19807       !> Makefile.SH README.posix-bc doio.c ext/POSIX/POSIX.xs proto.h
19808       !> t/op/misc.t t/pragma/subs.t t/pragma/warning.t
19809 ____________________________________________________________________________
19810 [  2143] By: jhi                                   on 1998/10/30  13:27:39
19811     Log: There can be multiple yacc/bison errors.
19812  Branch: cfgperl
19813        ! t/op/misc.t t/pragma/subs.t t/pragma/warning.t
19814 ____________________________________________________________________________
19815 [  2142] By: jhi                                   on 1998/10/30  13:18:43
19816     Log: README.posix-bc update.
19817  Branch: cfgperl
19818        ! README.posix-bc
19819 ____________________________________________________________________________
19820 [  2141] By: jhi                                   on 1998/10/30  09:12:59
19821     Log: #2133 fallout.
19822  Branch: cfgperl
19823        ! doio.c ext/POSIX/POSIX.xs
19824 ____________________________________________________________________________
19825 [  2140] By: jhi                                   on 1998/10/30  08:43:18
19826     Log: Integrate from mainperl.
19827  Branch: cfgperl
19828       +> globvar.sym pp.sym
19829        - objpp.h thread.sym
19830       !> (integrate 61 files)
19831 ____________________________________________________________________________
19832 [  2133] By: gsar                                  on 1998/10/30  02:51:39
19833     Log: phase 1 of somewhat major rearrangement of PERL_OBJECT stuff
19834          (objpp.h is gone, embed.pl now does some of that); objXSUB.h
19835          should soon be automated also; the global variables that
19836          escaped the PL_foo conversion are now reined in; renamed
19837          MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
19838          type of same name; duplicated lists of pp_things in various
19839          places is now gone; result has only been tested on win32
19840  Branch: perl
19841        + globvar.sym pp.sym
19842        - objpp.h thread.sym
19843        ! MANIFEST Makefile.SH av.c bytecode.h byterun.h cop.h doio.c
19844        ! doop.c dump.c embed.h embed.pl embedvar.h ext/B/B.xs
19845        ! ext/POSIX/POSIX.xs ext/Thread/Thread.xs global.sym globals.c
19846        ! gv.c malloc.c mg.c objXSUB.h op.c opcode.h opcode.pl perl.c
19847        ! perl.h perl_exp.SH perlvars.h perly.c pod/perlguts.pod pp.c
19848        ! pp.h pp_ctl.c pp_hot.c pp_proto.h pp_sys.c proto.h regcomp.c
19849        ! regcomp.h regcomp.pl regcomp.sym regexec.c regnodes.h run.c
19850        ! scope.c sv.c t/op/filetest.t taint.c thrdvar.h toke.c util.c
19851        ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
19852        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19853        ! win32/makedef.pl win32/makefile.mk win32/perlhost.h
19854 ____________________________________________________________________________
19855 [  2130] By: jhi                                   on 1998/10/29  15:31:26
19856     Log: Pure bison yylex() proto was broken.
19857  Branch: cfgperl
19858        ! proto.h
19859 ____________________________________________________________________________
19860 [  2126] By: jhi                                   on 1998/10/29  08:35:54
19861     Log: Integrate mainperl.
19862  Branch: cfgperl
19863       !> INSTALL README.cygwin32 cygwin32/gcc2 cygwin32/ld2
19864       !> lib/ExtUtils/MakeMaker.pm lib/perl5db.pl malloc.c pp.c
19865       !> pp_ctl.c proto.h regexec.c t/pragma/overload.t
19866       !> t/pragma/warn/doio toke.c win32/makefile.mk
19867 ____________________________________________________________________________
19868 [  2125] By: jhi                                   on 1998/10/29  08:32:38
19869     Log: EBCDIC Makefile.SH iteration converges.  Hopefully.
19870  Branch: cfgperl
19871        ! Makefile.SH
19872 ____________________________________________________________________________
19873 [  2124] By: jhi                                   on 1998/10/29  08:06:44
19874     Log: EBCDIC Makefile.SH tuneup.
19875  Branch: cfgperl
19876        ! Makefile.SH
19877 ____________________________________________________________________________
19878 [  2119] By: gsar                                  on 1998/10/28  23:24:04
19879     Log: remove doubled hunk from integration
19880  Branch: perl
19881        ! pp.c
19882 ____________________________________________________________________________
19883 [  2118] By: gsar                                  on 1998/10/28  22:03:31
19884     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19885          Date: Wed, 28 Oct 1998 01:23:27 -0500 (EST)
19886          Message-Id: <199810280623.BAA06968@monk.mps.ohio-state.edu>
19887          Subject: [PATCH 5.00552] Minor debugger tweaks
19888  Branch: perl
19889        ! lib/perl5db.pl
19890 ____________________________________________________________________________
19891 [  2117] By: gsar                                  on 1998/10/28  22:02:30
19892     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19893          Date: Wed, 28 Oct 1998 01:20:33 -0500 (EST)
19894          Message-Id: <199810280620.BAA06893@monk.mps.ohio-state.edu>
19895          Subject: [PATCH 5.00552] Make sort respect overloading
19896  Branch: perl
19897        ! pp_ctl.c proto.h t/pragma/overload.t
19898 ____________________________________________________________________________
19899 [  2116] By: gsar                                  on 1998/10/28  21:51:11
19900     Log: MM patches from Ilya Zakharevich
19901          Date: Wed, 28 Oct 1998 01:27:04 -0500 (EST)
19902          Message-Id: <199810280627.BAA07053@monk.mps.ohio-state.edu>
19903          Subject: [PATCH 5.00552] Make MakeMaker more verbose
19904          --
19905          Date: Wed, 28 Oct 1998 01:25:36 -0500 (EST)
19906          Message-Id: <199810280625.BAA06980@monk.mps.ohio-state.edu>
19907          Subject: [PATCH 5.00552] Make MakeMaker ignore errors in kid Makefile.PL
19908  Branch: perl
19909        ! lib/ExtUtils/MakeMaker.pm
19910 ____________________________________________________________________________
19911 [  2115] By: gsar                                  on 1998/10/28  21:46:19
19912     Log: add explicit references to perl source path in ld2 and gcc2
19913  Branch: perl
19914        ! README.cygwin32 cygwin32/gcc2 cygwin32/ld2
19915 ____________________________________________________________________________
19916 [  2114] By: gsar                                  on 1998/10/28  21:39:56
19917     Log: From: Andy Dougherty <doughera@lafcol.lafayette.edu>
19918          Date: Tue, 27 Oct 1998 10:40:41 -0500 (EST)
19919          Message-Id: <Pine.SUN.3.96.981027103726.28498E-100000@newton.phys>
19920          Subject: [PATCH] Re: Problems with: Creating an installable tar archive
19921  Branch: perl
19922        ! INSTALL
19923 ____________________________________________________________________________
19924 [  2113] By: gsar                                  on 1998/10/28  21:21:16
19925     Log: integrate cfgperl into mainline
19926  Branch: perl
19927       +> t/op/filetest.t
19928       !> Configure MANIFEST Makefile.SH config_h.SH perl.h perly.y
19929       !> perly_c.diff pp.c proto.h t/comp/require.t t/io/pipe.t
19930       !> t/op/groups.t t/op/misc.t t/pragma/subs.t t/pragma/warning.t
19931       !> thread.h toke.c vmesa/Makefile
19932 ____________________________________________________________________________
19933 [  2112] By: gsar                                  on 1998/10/28  21:14:18
19934     Log: minor cleanup
19935  Branch: perl
19936        ! malloc.c regexec.c t/pragma/warn/doio win32/makefile.mk
19937 ____________________________________________________________________________
19938 [  2111] By: gsar                                  on 1998/10/28  18:52:10
19939     Log: smarter C<$SIG{FOO} = BAREWORD;> warning
19940  Branch: perl
19941        ! toke.c
19942 ____________________________________________________________________________
19943 [  2110] By: jhi                                   on 1998/10/28  15:07:54
19944     Log: posix-bc doesn't want to regenerate a2p.h from a2p.y.
19945  Branch: cfgperl
19946        ! Makefile.SH
19947 ____________________________________________________________________________
19948 [  2109] By: jhi                                   on 1998/10/28  13:39:54
19949     Log: a2p.y needs to generate also y.tab.h.
19950  Branch: cfgperl
19951        ! Makefile.SH
19952 ____________________________________________________________________________
19953 [  2108] By: jhi                                   on 1998/10/28  10:33:36
19954     Log: The "parse error" must be converted to "syntax error",
19955          just matching it aint' enough.
19956  Branch: cfgperl
19957        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
19958        ! t/pragma/warning.t
19959 ____________________________________________________________________________
19960 [  2107] By: jhi                                   on 1998/10/28  10:23:05
19961     Log: Regen sig_n{ame,umber}* if slightest doubt.
19962  Branch: cfgperl
19963        ! Configure
19964 ____________________________________________________________________________
19965 [  2106] By: jhi                                   on 1998/10/28  08:44:49
19966     Log: Bison says 'parse error', not 'parser error'.
19967  Branch: cfgperl
19968        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
19969        ! t/pragma/warning.t
19970 ____________________________________________________________________________
19971 [  2105] By: jhi                                   on 1998/10/28  08:42:09
19972     Log: yylex() parametrization.
19973  Branch: cfgperl
19974        ! proto.h toke.c
19975 ____________________________________________________________________________
19976 [  2104] By: jhi                                   on 1998/10/28  08:25:09
19977     Log: Bring in #2102.
19978  Branch: cfgperl
19979        ! pp.c
19980 ____________________________________________________________________________
19981 [  2103] By: jhi                                   on 1998/10/28  08:22:04
19982     Log: From: Dominic Dunlop <domo@vo.lu>
19983          Subject: [PATCH 5.005_02]  Re: perl5.004_04 testing problem
19984          Date: 27 Oct 1998 20:47:25 +0200
19985          Message-ID: <MLIST_v03110700b25b7dc95bbc@[212.24.192.87]>
19986  Branch: cfgperl
19987        ! t/op/groups.t
19988 ____________________________________________________________________________
19989 [  2102] By: larry                                 on 1998/10/27  18:58:55
19990     Log: utf8 change to quotemeta broke EBCDIC
19991  Branch: perl
19992        ! pp.c
19993 ____________________________________________________________________________
19994 [  2101] By: jhi                                   on 1998/10/27  12:55:34
19995     Log: $Config{sig_num_init}.
19996          Also, a new approach to the 'pthreads-created-joinable': drop
19997          it and use {PTHREAD_CREATE_{JOINABLE,UNDETACHED},__UNDETACHED}
19998          directly. (See also #2096).
19999  Branch: cfgperl
20000        ! Configure config_h.SH
20001 ____________________________________________________________________________
20002 [  2100] By: jhi                                   on 1998/10/27  10:48:55
20003     Log: Regenerated perly_c.diff.
20004  Branch: cfgperl
20005        ! perly_c.diff
20006 ____________________________________________________________________________
20007 [  2099] By: jhi                                   on 1998/10/27  08:42:25
20008     Log: First the mangler was Netscape, then it was me.
20009  Branch: cfgperl
20010        ! vmesa/Makefile
20011 ____________________________________________________________________________
20012 [  2098] By: jhi                                   on 1998/10/27  08:34:40
20013     Log: `id -Gn` might be available where `groups` is not.
20014  Branch: cfgperl
20015        ! t/op/groups.t
20016 ____________________________________________________________________________
20017 [  2097] By: jhi                                   on 1998/10/27  08:05:17
20018     Log: Netscape had mangled the tabs.
20019  Branch: cfgperl
20020        ! vmesa/Makefile
20021 ____________________________________________________________________________
20022 [  2096] By: jhi                                   on 1998/10/27  08:03:05
20023     Log: ATTR_JOINABLE logic, based on (private email)
20024          
20025          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
20026          Subject: Some little diffs
20027          Message-ID: <36350969.DA33E7B4@mailbox.tabnsw.com.au>
20028          Date: Tue, 27 Oct 1998 13:44:42 +1300
20029  Branch: cfgperl
20030        ! thread.h
20031 ____________________________________________________________________________
20032 [  2095] By: jhi                                   on 1998/10/27  07:56:57
20033     Log: Mach cthreads support based on:
20034          
20035          From: brie@corp.home.net (Brian Harrison)
20036          Subject: perl5.005_02 patch for mthreads
20037          To: perl5-porters@perl.org
20038          Date: 24 Oct 1998 01:01:55 +0300
20039          Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
20040          
20041          Pthread yield probe (dejavu)
20042          Cosmetic nanochange for the union semun output.
20043          Better inttypes.h probe.
20044          Undo the 'void *' $selecttype probe from #1971 because
20045          it breaks the $selectminbits test.
20046  Branch: cfgperl
20047        ! Configure config_h.SH perl.h thread.h
20048 ____________________________________________________________________________
20049 [  2094] By: jhi                                   on 1998/10/26  13:02:07
20050     Log: Also posix-bc wants to reyacc.
20051  Branch: cfgperl
20052        ! Makefile.SH
20053 ____________________________________________________________________________
20054 [  2093] By: jhi                                   on 1998/10/26  10:17:21
20055     Log: Removed !(*s & 0x80) from pp_quotemeta(), introduced after
20056          5_02 and really breaking things in non-ASCII worlds.
20057  Branch: cfgperl
20058        ! pp.c
20059 ____________________________________________________________________________
20060 [  2092] By: jhi                                   on 1998/10/26  09:08:00
20061     Log: More robustness.
20062  Branch: cfgperl
20063        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
20064        ! t/pragma/warning.t
20065 ____________________________________________________________________________
20066 [  2091] By: jhi                                   on 1998/10/26  08:47:32
20067     Log: s/YYLEXPARAM/PERL_YYLEX_PARAM_DECL/g
20068          Bison really wants YYLEX_PARAM.
20069  Branch: cfgperl
20070        ! perly.y proto.h toke.c
20071 ____________________________________________________________________________
20072 [  2090] By: jhi                                   on 1998/10/26  08:21:25
20073     Log: s/YYLEX_PARAM/YYLEXPARAM/
20074  Branch: cfgperl
20075        ! perly.y
20076 ____________________________________________________________________________
20077 [  2089] By: jhi                                   on 1998/10/26  08:17:33
20078     Log: Indicate skipped subtests.
20079  Branch: cfgperl
20080        ! t/io/pipe.t
20081 ____________________________________________________________________________
20082 [  2088] By: jhi                                   on 1998/10/26  08:11:36
20083     Log: Integrate from mainperl.
20084  Branch: cfgperl
20085       !> (integrate 54 files)
20086 ____________________________________________________________________________
20087 [  2087] By: jhi                                   on 1998/10/26  08:08:02
20088     Log: Add test for filetests.
20089  Branch: cfgperl
20090        + t/op/filetest.t
20091        ! MANIFEST
20092 ____________________________________________________________________________
20093 [  2086] By: gsar                                  on 1998/10/26  02:44:44
20094     Log: various win32 tweaks; disable new xs_cpp section (it creates
20095          ambiguous inference graph for %.xs --> %.o)
20096  Branch: perl
20097        ! ext/Thread/Thread.xs gv.c lib/ExtUtils/MakeMaker.pm mg.c pp.c
20098        ! pp_hot.c proto.h win32/GenCAPI.pl win32/Makefile
20099        ! win32/config.gc win32/config_H.gc win32/makedef.pl
20100        ! win32/makefile.mk win32/win32.h
20101 ____________________________________________________________________________
20102 [  2085] By: gsar                                  on 1998/10/26  00:50:02
20103     Log: sanity-check $Config{drand01} in rand.t
20104  Branch: perl
20105        ! t/op/rand.t win32/config.bc win32/config.gc win32/config.vc
20106        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20107 ____________________________________________________________________________
20108 [  2078] By: gsar                                  on 1998/10/25  10:22:04
20109     Log: update win32/config*.?c
20110  Branch: perl
20111        ! Changes win32/config.bc win32/config.gc win32/config.vc
20112        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20113 ____________________________________________________________________________
20114 [  2077] By: gsar                                  on 1998/10/25  08:39:25
20115     Log: From: Graham Barr <gbarr@pobox.com>
20116          Date: Sat, 24 Oct 1998 21:45:50 -0500
20117          Message-ID: <19981024214550.C508@pobox.com>
20118          Subject: Re: die with a reference  should use overload "" operator
20119  Branch: perl
20120        ! pp_ctl.c
20121 ____________________________________________________________________________
20122 [  2076] By: gsar                                  on 1998/10/25  08:37:49
20123     Log: From: Graham Barr <gbarr@pobox.com>
20124          Date: Sat, 24 Oct 1998 12:45:21 -0500
20125          Message-ID: <19981024124521.C512@pobox.com>
20126          Subject: [PATCH 5.005_02] Re: Auto-incrementing tied scalar causes SEGV
20127  Branch: perl
20128        ! sv.c
20129 ____________________________________________________________________________
20130 [  2075] By: gsar                                  on 1998/10/25  08:24:09
20131     Log: fix C<print $n += 5;> etc.
20132  Branch: perl
20133        ! toke.c
20134 ____________________________________________________________________________
20135 [  2074] By: gsar                                  on 1998/10/25  08:12:28
20136     Log: list builtins with portability caveats
20137          From: Jarkko Hietaniemi <jhi@iki.fi>
20138          Date: Fri, 23 Oct 1998 14:05:23 +0300 (EET DST)
20139          Message-Id: <199810231105.OAA02411@alpha.hut.fi>
20140          Subject: [PATCH] 5.005_02 and 5.005_52: perlfunc.pod and perlport.pod
20141  Branch: perl
20142        ! pod/perlfunc.pod
20143 ____________________________________________________________________________
20144 [  2073] By: gsar                                  on 1998/10/25  07:55:43
20145     Log: fix stack overrun in file test operators
20146  Branch: perl
20147        ! pp_sys.c
20148 ____________________________________________________________________________
20149 [  2072] By: gsar                                  on 1998/10/25  07:29:45
20150     Log: implement C<goto &func> and other fixes (via private mail)
20151          From:    "vishal bhatia" <vishalb@hotmail.com>
20152          Date:    Wed, 21 Oct 1998 22:59:03 PDT
20153          Message-Id: <19981022055904.20083.qmail@hotmail.com>
20154          Subject: [PATCH 5.005_52] More fixes for B
20155  Branch: perl
20156        ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm ext/B/B/CC.pm
20157 ____________________________________________________________________________
20158 [  2071] By: gsar                                  on 1998/10/25  07:14:41
20159     Log: From: Graham Barr <gbarr@pobox.com>
20160          Date: Sat, 17 Oct 1998 20:42:41 -0500
20161          Message-ID: <19981017204241.G510@pobox.com>
20162          Subject: Re: taint checking for: use lib "$ENV{'EVIL'}"
20163  Branch: perl
20164        ! pp_ctl.c
20165 ____________________________________________________________________________
20166 [  2070] By: gsar                                  on 1998/10/25  07:07:29
20167     Log: avoid bogus line number in XSUB redefined warnings
20168  Branch: perl
20169        ! op.c
20170 ____________________________________________________________________________
20171 [  2069] By: gsar                                  on 1998/10/25  06:59:03
20172     Log: From: Martijn Koster <mak@excitecorp.com>
20173          Date: Wed, 21 Oct 1998 13:12:03 +0100
20174          Message-ID: <19981021131203.A15661@excitecorp.com>
20175          Subject: File::Path::mkpath reports the wrong error
20176  Branch: perl
20177        ! lib/File/Path.pm
20178 ____________________________________________________________________________
20179 [  2068] By: gsar                                  on 1998/10/25  06:54:43
20180     Log: From: Zachary Miller <zcmiller@simon.er.usgs.gov>
20181          Date: Tue, 20 Oct 1998 20:52:20 -0500
20182          Message-Id: <199810210152.UAA07792@simon.er.usgs.gov>
20183          Subject: Exporter.pm's export_to_level() argument handling buggy
20184  Branch: perl
20185        ! lib/Exporter.pm
20186 ____________________________________________________________________________
20187 [  2067] By: gsar                                  on 1998/10/25  06:50:19
20188     Log: From: jan.dubois@ibm.net (Jan Dubois)
20189          Date: Wed, 21 Oct 1998 00:55:51 +0200
20190          Message-ID: <36380269.55370608@smtp1.ibm.net>
20191          Subject: Make _really_ sure Dynaloader.xs code is initialized only once
20192  Branch: perl
20193        ! ext/DynaLoader/DynaLoader_pm.PL
20194 ____________________________________________________________________________
20195 [  2066] By: gsar                                  on 1998/10/25  06:48:19
20196     Log: recognize '%' as a shell metachar for win32
20197          From: jan.dubois@ibm.net (Jan Dubois)
20198          Date: Tue, 20 Oct 1998 21:57:35 +0200
20199          Message-ID: <3636ea31.49170453@smtp1.ibm.net>
20200          Subject: [PATCH 5.005_02, Win32]  Re: %ENV% not expanded in backquotes?
20201  Branch: perl
20202        ! win32/win32.c
20203 ____________________________________________________________________________
20204 [  2065] By: gsar                                  on 1998/10/25  06:46:30
20205     Log: remove FAST_SV_GETS remnant (as suggested by Gisle Aas)
20206  Branch: perl
20207        ! sv.c
20208 ____________________________________________________________________________
20209 [  2064] By: gsar                                  on 1998/10/25  06:45:09
20210     Log: From: Gisle Aas <gisle@aas.no>
20211          Date: 20 Oct 1998 14:24:44 +0200
20212          Message-ID: <m34sszctf7.fsf@furu.g.aas.no>
20213          Subject: ord() and unpack("U*",...) should not be negative
20214  Branch: perl
20215        ! pp.c
20216 ____________________________________________________________________________
20217 [  2063] By: gsar                                  on 1998/10/25  06:42:29
20218     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20219          Date: Sun, 18 Oct 1998 23:20:57 -0400 (EDT)
20220          Message-Id: <199810190320.XAA28249@monk.mps.ohio-state.edu>
20221          Subject: [PATCH 5.005_*] Improve sbrk() on OS/2
20222  Branch: perl
20223        ! os2/os2.c
20224 ____________________________________________________________________________
20225 [  2062] By: gsar                                  on 1998/10/25  06:41:26
20226     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20227          Date: Sun, 18 Oct 1998 23:10:29 -0400 (EDT)
20228          Message-Id: <199810190310.XAA28102@monk.mps.ohio-state.edu>
20229          Subject: [PATCH 5.005_*] Speed up aassign
20230  Branch: perl
20231        ! pp_hot.c
20232 ____________________________________________________________________________
20233 [  2061] By: gsar                                  on 1998/10/25  06:39:04
20234     Log: From: Graham Barr <gbarr@pobox.com>
20235          Date: Sat, 17 Oct 1998 22:22:02 -0500
20236          Message-ID: <19981017222202.J510@pobox.com>
20237          Subject: Re: '*' prototype does not allow bareword with strict
20238  Branch: perl
20239        ! toke.c
20240 ____________________________________________________________________________
20241 [  2060] By: gsar                                  on 1998/10/25  06:37:34
20242     Log: handle '::' in section names properly
20243          From: Graham Barr <gbarr@pobox.com>
20244          Date: Sat, 17 Oct 1998 12:57:54 -0500
20245          Message-ID: <19981017125754.C510@pobox.com>
20246          Subject: Re: pod2html
20247  Branch: perl
20248        ! lib/Pod/Html.pm
20249 ____________________________________________________________________________
20250 [  2059] By: gsar                                  on 1998/10/25  06:33:43
20251     Log: integrate changes#1982,2014,2021 (from maint-5.005)
20252  Branch: perl
20253       !> av.c doop.c ext/POSIX/POSIX.xs hv.c lib/ExtUtils/MakeMaker.pm
20254       !> mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c t/op/tie.t
20255 ____________________________________________________________________________
20256 [  2058] By: gsar                                  on 1998/10/25  05:44:17
20257     Log: allow more win32 symbol exports (suggested by Jan Dubois)
20258  Branch: perl
20259        ! win32/makedef.pl
20260 ____________________________________________________________________________
20261 [  2057] By: gsar                                  on 1998/10/25  05:40:40
20262     Log: integrate change#2053 from maint-5.005
20263  Branch: perl
20264       !> cop.h t/cmd/while.t
20265 ____________________________________________________________________________
20266 [  2056] By: gsar                                  on 1998/10/25  05:16:41
20267     Log: commented version of a patch suggested by Drago Goricanec
20268          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
20269          Date: 16 Oct 1998 15:24:45 +0300
20270          Message-ID: <oeeogrc1ype.fsf@alpha.hut.fi>
20271          Subject: Re: [PATCH 5.005_52] Linux select fails with more than 32 FDs
20272  Branch: perl
20273        ! pp_sys.c
20274 ____________________________________________________________________________
20275 [  2055] By: gsar                                  on 1998/10/25  05:11:03
20276     Log: include eof() in description of buffering caveats
20277          From: Anton Berezin <tobez@plab.ku.dk>
20278          Date: Fri, 16 Oct 1998 19:22:41 +0200 (CEST)
20279          Message-Id: <199810161722.TAA28813@lion.plab.ku.dk>
20280          Subject: [DOCPATCH] pod/perlfunc.pod
20281  Branch: perl
20282        ! pod/perlfunc.pod
20283 ____________________________________________________________________________
20284 [  2054] By: gsar                                  on 1998/10/25  05:07:42
20285     Log: disallow 'x' in hex numbers (except leading '0x')
20286          From: Gisle Aas <gisle@aas.no>
20287          Date: 16 Oct 1998 16:33:12 +0200
20288          Message-ID: <m3n26wtw47.fsf@furu.g.aas.no>
20289          Subject: Re: [PATCH 5.005_52] 'x' is not a legal hex digit
20290  Branch: perl
20291        ! perlvars.h t/op/oct.t util.c
20292 ____________________________________________________________________________
20293 [  2052] By: gsar                                  on 1998/10/25  04:49:04
20294     Log: avoid the circular refcnt logic in magic_mutexfree()
20295  Branch: perl
20296        ! mg.c pp.c pp_hot.c
20297 ____________________________________________________________________________
20298 [  2051] By: gsar                                  on 1998/10/25  04:35:07
20299     Log: properly restore PL_rsfp_filters after require
20300  Branch: perl
20301        ! embed.h global.sym objXSUB.h objpp.h pp_ctl.c proto.h scope.c
20302        ! scope.h
20303 ____________________________________________________________________________
20304 [  2050] By: gsar                                  on 1998/10/25  02:42:32
20305     Log: integrate cfgperl changes back into mainline
20306  Branch: perl
20307       +> README.posix-bc hints/posix-bc.sh hints/vmesa.sh
20308       +> vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
20309       !> (integrate 33 files)
20310 ____________________________________________________________________________
20311 [  2049] By: gsar                                  on 1998/10/25  01:30:48
20312     Log: avoid "mysterious" compile-time failures without messages
20313  Branch: perl
20314        ! gv.c
20315 ____________________________________________________________________________
20316 [  2041] By: gsar                                  on 1998/10/23  21:11:56
20317     Log: checkin jpl under //depot/perlext/jpl/...
20318  Branch: perlext
20319        + jpl/JNI/Changes jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/MANIFEST
20320        + jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
20321        + jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
20322        + jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
20323        + jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
20324        + jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile
20325        + jpl/PerlInterpreter/Makefile.PL
20326        + jpl/PerlInterpreter/PerlInterpreter.c
20327        + jpl/PerlInterpreter/PerlInterpreter.h
20328        + jpl/PerlInterpreter/PerlInterpreter.java jpl/README
20329        + jpl/Sample/Makefile.PL jpl/Sample/Sample.jpl
20330        + jpl/Test/Makefile.PL jpl/Test/Test.jpl jpl/bin/jpl
20331        + jpl/get_jdk/README jpl/get_jdk/get_jdk.pl
20332        + jpl/get_jdk/jdk_hosts jpl/install-jpl
20333 ____________________________________________________________________________
20334 [  2040] By: larry                                 on 1998/10/23  19:31:42
20335     Log: chr(0xFFFFFFFF) didn't translate to utf8 character
20336  Branch: perl
20337        ! pp.c
20338 ____________________________________________________________________________
20339 [  2039] By: larry                                 on 1998/10/23  18:48:34
20340     Log: tr///d does not seem to work
20341  Branch: perl
20342        ! lib/utf8_heavy.pl
20343 ____________________________________________________________________________
20344 [  2038] By: larry                                 on 1998/10/23  18:00:41
20345     Log: Program with utf8 identifiers fails to compile
20346  Branch: perl
20347        ! doop.c gv.c op.c pp.c pp_hot.c toke.c
20348 ____________________________________________________________________________
20349 [  2037] By: jhi                                   on 1998/10/23  14:04:51
20350     Log: Test suite portability:
20351          - posix-bc does not write to broken pipes
20352          - filehand #11 only iff we have fork
20353          - warning.t can now match $expected using regular expressions
20354  Branch: cfgperl
20355        ! t/io/pipe.t t/lib/filehand.t t/pragma/warn/doio
20356        ! t/pragma/warning.t
20357 ____________________________________________________________________________
20358 [  2036] By: jhi                                   on 1998/10/23  12:12:07
20359     Log: yacc clarification.
20360  Branch: cfgperl
20361        ! README.posix-bc
20362 ____________________________________________________________________________
20363 [  2035] By: jhi                                   on 1998/10/23  12:09:59
20364     Log: Some C compilers get upset about 8-bit characters in /* comments. */
20365  Branch: cfgperl
20366        ! mg.c
20367 ____________________________________________________________________________
20368 [  2034] By: jhi                                   on 1998/10/22  09:11:52
20369     Log: Configure update: both for pthread_yield more robust
20370          testing (all variants of pthread_attr_getdetachstate()) --
20371          and because Configure was broken in major way! About 1000
20372          last lines were truncated.
20373  Branch: cfgperl
20374        ! Configure
20375 ____________________________________________________________________________
20376 [  2033] By: jhi                                   on 1998/10/22  07:47:10
20377     Log: DJGPP feedback for #2028.
20378  Branch: cfgperl
20379        ! thread.h
20380 ____________________________________________________________________________
20381 [  2032] By: jhi                                   on 1998/10/21  13:03:57
20382     Log: yielding, the saga continues.
20383  Branch: cfgperl
20384        ! Configure config_h.SH
20385       !> av.c lib/constant.pm op.c pod/perldiag.pod pp_ctl.c
20386       !> t/op/goto.t t/pragma/constant.t
20387 ____________________________________________________________________________
20388 [  2031] By: jhi                                   on 1998/10/21  09:15:42
20389     Log: VM/ESA feedback for #2028.
20390  Branch: cfgperl
20391        ! Configure config_h.SH thread.h
20392 ____________________________________________________________________________
20393 [  2030] By: gsar                                  on 1998/10/21  04:22:53
20394     Log: fix handling of mayhaps-extended @_ in goto &sub
20395  Branch: perl
20396        ! av.c pp_ctl.c t/op/goto.t
20397 ____________________________________________________________________________
20398 [  2029] By: gsar                                  on 1998/10/21  00:54:14
20399     Log: restore sanity to "constant" references
20400  Branch: perl
20401        ! lib/constant.pm op.c pod/perldiag.pod t/pragma/constant.t
20402 ____________________________________________________________________________
20403 [  2028] By: jhi                                   on 1998/10/20  15:01:20
20404     Log: OLD_PTHREADS_API reorganizing.
20405  Branch: cfgperl
20406        ! dosish.h ext/Thread/Thread.xs perl.h thread.h util.c
20407        ! vmesa/vmesaish.h
20408 ____________________________________________________________________________
20409 [  2027] By: jhi                                   on 1998/10/20  14:14:51
20410     Log: #2026 fallout.
20411  Branch: cfgperl
20412        ! Makefile.SH
20413 ____________________________________________________________________________
20414 [  2026] By: jhi                                   on 1998/10/20  11:47:21
20415     Log: VM/ESA update.
20416  Branch: cfgperl
20417        ! Makefile.SH vmesa/vmesa.c vmesa/vmesaish.h
20418 ____________________________________________________________________________
20419 [  2025] By: jhi                                   on 1998/10/20  08:20:56
20420     Log: 64-bitness, based on
20421          
20422          From: Scott Henry <scotth@sgi.com>
20423          To: perl-64bit@perl.org
20424          Message-ID: <yd8u30zyerl.fsf@hoshi.engr.sgi.com>
20425          Subject: Re: Configure problems/questions...
20426          Date: 19 Oct 1998 22:38:06 -0700
20427  Branch: cfgperl
20428        ! hints/irix_6.sh perl.h
20429 ____________________________________________________________________________
20430 [  2024] By: jhi                                   on 1998/10/20  08:09:07
20431     Log: Add lseeksize.
20432  Branch: cfgperl
20433        ! config_h.SH
20434 ____________________________________________________________________________
20435 [  2023] By: jhi                                   on 1998/10/20  08:08:33
20436     Log: Mumble about _yields() only when threaded.
20437  Branch: cfgperl
20438        ! Configure
20439 ____________________________________________________________________________
20440 [  2022] By: jhi                                   on 1998/10/20  07:46:26
20441     Log: Thinko at PTHREADS_CREATED_JOINABLE.
20442  Branch: cfgperl
20443        ! thread.h
20444 ____________________________________________________________________________
20445 [  2021] By: gbarr                                 on 1998/10/20  01:25:23
20446     Log: From: Chip Salzenberg <chip@perlsupport.com>
20447          Date: Tue, 6 Oct 1998 13:33:05 -0400
20448          Message-ID: <19981006133305.A2348@perlsupport.com>
20449          Subject: [PATCH] 5.005_02: Eliminate leak on self-ties
20450  Branch: maint-5.005/perl
20451        ! av.c doop.c hv.c mg.c mg.h pp.c pp_hot.c pp_sys.c scope.c
20452        ! t/op/tie.t
20453 ____________________________________________________________________________
20454 [  2020] By: jhi                                   on 1998/10/19  09:15:53
20455     Log: YIELD more robustly.
20456  Branch: cfgperl
20457        ! thread.h
20458 ____________________________________________________________________________
20459 [  2019] By: jhi                                   on 1998/10/19  08:48:33
20460     Log: VM/ESA (and OS390) are in between of OLD_PTHREADS_API and
20461          the 'new' one (just like DJGPP, it seems).
20462  Branch: cfgperl
20463        ! thread.h
20464 ____________________________________________________________________________
20465 [  2018] By: jhi                                   on 1998/10/19  07:02:44
20466     Log: vmesaish.h doesn't exclude unixish.h.
20467  Branch: cfgperl
20468        ! perl.h
20469 ____________________________________________________________________________
20470 [  2017] By: jhi                                   on 1998/10/19  06:44:19
20471     Log: 1<<$randbits is not good for randbits=48.
20472  Branch: cfgperl
20473        ! t/op/rand.t
20474 ____________________________________________________________________________
20475 [  2016] By: jhi                                   on 1998/10/19  06:39:47
20476     Log: Make #2012 glob pattern more portable.
20477  Branch: cfgperl
20478        ! Makefile.SH
20479 ____________________________________________________________________________
20480 [  2014] By: gbarr                                 on 1998/10/17  20:31:42
20481     Log: Fix POSIX::sigprocmask not to check type of $old parameter
20482          as it is output only
20483  Branch: maint-5.005/perl
20484        ! ext/POSIX/POSIX.xs
20485 ____________________________________________________________________________
20486 [  2012] By: jhi                                   on 1998/10/17  15:04:23
20487     Log: clean numbered core dumps and t/tmp[0-9]*.
20488  Branch: cfgperl
20489        ! Makefile.SH
20490 ____________________________________________________________________________
20491 [  2011] By: jhi                                   on 1998/10/17  14:59:15
20492     Log: More robust yacc/bison failure output handling.
20493  Branch: cfgperl
20494        ! t/comp/require.t t/op/misc.t t/pragma/subs.t
20495 ____________________________________________________________________________
20496 [  2010] By: jhi                                   on 1998/10/17  14:51:05
20497     Log: BC2000 POSIX update.
20498  Branch: cfgperl
20499        ! MANIFEST
20500 ____________________________________________________________________________
20501 [  2009] By: jhi                                   on 1998/10/17  14:49:46
20502     Log: POSIX BC2000 port from perl-mvs:
20503          
20504          Subject: Ported perl 5.005.02 to BS2000 / POSIX
20505          From: Dorner Thomas <Thomas.Dorner@start.de> 
20506          Date: Tue, 29 Sep 1998 13:29:36 +0100 
20507          Message-ID: <9CE47B416A24D2118BC40000F84009B20B72C5@start.de> 
20508  Branch: cfgperl
20509        + README.posix-bc hints/posix-bc.sh
20510        ! Configure MANIFEST perl.c perly.y proto.h t/lib/cgi-html.t
20511        ! t/op/magic.t t/op/pack.t t/op/quotemeta.t t/op/subst.t toke.c
20512        ! unixish.h
20513 ____________________________________________________________________________
20514 [  2008] By: jhi                                   on 1998/10/17  14:07:49
20515     Log: VM/ESA-update.
20516  Branch: cfgperl
20517        ! MANIFEST
20518 ____________________________________________________________________________
20519 [  2007] By: jhi                                   on 1998/10/17  13:55:34
20520     Log: Forgot few S_I* imports.
20521  Branch: cfgperl
20522        ! t/lib/ipc_sysv.t
20523 ____________________________________________________________________________
20524 [  2006] By: jhi                                   on 1998/10/17  13:43:54
20525     Log: The VM/ESA port essentials, based on
20526          
20527          perl-mvs:
20528          
20529          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
20530          Subject: Re: Can't find Data/Dumper.pm
20531          Date: Mon, 28 Sep 1998 07:40:49 +1300
20532          Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au>
20533          
20534          private email:
20535          
20536          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
20537          Subject: Re: Perl thread problems in VM/ESA
20538          Date: Thu, 15 Oct 1998 07:18:35 +1300
20539          Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au>
20540          
20541          and private email:
20542          
20543          From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU>
20544          Subject:  perl archive
20545          Date:  Sun, 11 Oct 1998 19:28:54 EDT
20546          Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU>
20547          which gave a pointer to
20548          
20549          http://pucc.princeton.edu/~neale/perl.tar
20550          
20551          (based on Perl 5.005_51)
20552  Branch: cfgperl
20553        + hints/vmesa.sh vmesa/Makefile vmesa/vmesa.c vmesa/vmesaish.h
20554        ! ext/Errno/Errno_pm.PL perl.c perl.h perly.y pp_sys.c
20555        ! t/io/pipe.t t/lib/cgi-html.t t/lib/ipc_sysv.t t/op/magic.t
20556        ! t/op/pack.t t/op/quotemeta.t t/op/subst.t util.c x2p/a2p.h
20557 ____________________________________________________________________________
20558 [  2005] By: jhi                                   on 1998/10/17  13:17:19
20559     Log: Integrate mainperl.
20560  Branch: cfgperl
20561       !> Porting/genlog ext/B/B/CC.pm ext/POSIX/POSIX.pm
20562       !> lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
20563       !> lib/Term/Complete.pm op.c opcode.h opcode.pl os2/Makefile.SHs
20564       !> os2/os2.c pod/perlfunc.pod pod/perlxs.pod pp.c sv.c
20565       !> t/op/grent.t t/op/sysio.t t/op/tiehandle.t toke.c
20566       !> utils/perldoc.PL vms/ext/Stdio/Stdio.pm win32/Makefile
20567       !> win32/makefile.mk
20568 ____________________________________________________________________________
20569 [  2004] By: jhi                                   on 1998/10/17  11:19:06
20570     Log: Removed an extra ' from the int64_t test.
20571  Branch: cfgperl
20572        ! Configure
20573 ____________________________________________________________________________
20574 [  2003] By: gsar                                  on 1998/10/17  04:11:40
20575     Log: silence -w noises (suggested by Greg Bacon)
20576  Branch: perl
20577        ! lib/Term/Complete.pm
20578 ____________________________________________________________________________
20579 [  2002] By: gsar                                  on 1998/10/17  04:07:48
20580     Log: From: Gisle Aas <gisle@aas.no>
20581          Date: 14 Oct 1998 15:53:14 +0200
20582          Message-ID: <m3g1cr9rn9.fsf@furu.g.aas.no>
20583          Subject: Re: chr(0xFFFF_FFFF) and "\x{10_FFFF}" [PATCH 5.005_52]
20584  Branch: perl
20585        ! util.c
20586 ____________________________________________________________________________
20587 [  2001] By: gsar                                  on 1998/10/17  04:06:10
20588     Log: From: Gisle Aas <gisle@aas.no>
20589          Date: 14 Oct 1998 15:17:44 +0200
20590          Message-ID: <m3iuhn9taf.fsf@furu.g.aas.no>
20591          Subject: [PATCH 5.005_52] Core dump from "Missing right brace on \x{}"
20592  Branch: perl
20593        ! toke.c
20594 ____________________________________________________________________________
20595 [  2000] By: gsar                                  on 1998/10/17  03:06:33
20596     Log: From: Gisle Aas <gisle@aas.no>
20597          Date: 14 Oct 1998 00:38:06 +0200
20598          Message-ID: <m3iuhonl4h.fsf@furu.g.aas.no>
20599          Subject: [PATCH 5.005_52] utf8 substr can access memory outside PVX buffer
20600  Branch: perl
20601        ! sv.c
20602 ____________________________________________________________________________
20603 [  1999] By: gsar                                  on 1998/10/17  03:04:48
20604     Log: From: Dan Sugalski <sugalskd@osshe.edu>
20605          Date: Tue, 13 Oct 1998 15:10:57 -0700
20606          Message-Id: <3.0.6.32.19981013151057.00a947a0@ous.edu>
20607          Subject: [PATCH 5.004/5.005/5.006]Doc patch to VMS::Stdio module
20608  Branch: perl
20609        ! vms/ext/Stdio/Stdio.pm
20610 ____________________________________________________________________________
20611 [  1998] By: gsar                                  on 1998/10/17  03:00:40
20612     Log: skip readonly vars and unref references when doing a reset()
20613  Branch: perl
20614        ! sv.c
20615 ____________________________________________________________________________
20616 [  1997] By: gsar                                  on 1998/10/17  02:49:19
20617     Log: fix buggy treatment of large checksums on unicode strings
20618          From: Gisle Aas <gisle@aas.no>
20619          Date: 13 Oct 1998 21:35:39 +0200
20620          Message-ID: <m31zocp850.fsf@furu.g.aas.no>
20621          Subject: unpack("%48U*",...)  [PATCH 5.005_52]
20622  Branch: perl
20623        ! pp.c
20624 ____________________________________________________________________________
20625 [  1996] By: gsar                                  on 1998/10/17  02:43:22
20626     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20627          Date: Tue, 13 Oct 1998 04:46:00 -0400 (EDT)
20628          Message-Id: <199810130846.EAA00769@monk.mps.ohio-state.edu>
20629          Subject: [PATCH 5.005_52] Memory overrun in os2.c
20630  Branch: perl
20631        ! os2/Makefile.SHs os2/os2.c
20632 ____________________________________________________________________________
20633 [  1995] By: gsar                                  on 1998/10/17  02:42:01
20634     Log: clarify section name rules for typemaps
20635  Branch: perl
20636        ! pod/perlxs.pod
20637 ____________________________________________________________________________
20638 [  1994] By: gsar                                  on 1998/10/17  02:33:02
20639     Log: whitespace-proof grent.t
20640  Branch: perl
20641        ! t/op/grent.t
20642 ____________________________________________________________________________
20643 [  1993] By: gsar                                  on 1998/10/17  02:27:29
20644     Log: fix bug in B::CC::pp_sassign()
20645          From: "vishal bhatia" <vishalb@hotmail.com>
20646          Date: Sun, 11 Oct 1998 18:41:38 PDT
20647          Message-ID: <19981012014139.19614.qmail@hotmail.com>
20648          Subject: B::CC problems with pp_sassign routine
20649  Branch: perl
20650        ! ext/B/B/CC.pm
20651 ____________________________________________________________________________
20652 [  1992] By: gsar                                  on 1998/10/17  02:17:49
20653     Log: applied suggested patch with small doc tweak
20654          From: Gisle Aas <gisle@aas.no>
20655          Date: 11 Oct 1998 12:53:13 +0200
20656          Message-ID: <m3u31bfjza.fsf@furu.g.aas.no>
20657          Subject: Re: [PATCH 5.005_52] Optional syswrite LENGTH argument
20658  Branch: perl
20659        ! opcode.h opcode.pl pod/perlfunc.pod pp_sys.c t/op/sysio.t
20660        ! t/op/tiehandle.t
20661 ____________________________________________________________________________
20662 [  1991] By: gsar                                  on 1998/10/17  02:08:30
20663     Log: apply non-conflicting parts from suggested patch
20664          From: jan.dubois@ibm.net (Jan Dubois)
20665          Date: Sat, 10 Oct 1998 13:15:45 +0200
20666          Message-ID: <36223ed7.18279374@smtp1.ibm.net>
20667          Subject: [PATCH 5.005_52] Still more MakeMaker  patches
20668  Branch: perl
20669        ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
20670 ____________________________________________________________________________
20671 [  1990] By: gsar                                  on 1998/10/17  02:01:24
20672     Log: provide option to enable optimization with VC (suggested by Jan
20673          Dubois)
20674  Branch: perl
20675        ! win32/Makefile win32/makefile.mk
20676 ____________________________________________________________________________
20677 [  1989] By: gsar                                  on 1998/10/17  01:55:27
20678     Log: Rhapsody DR2 has bsd/ctypes.h, not objc/NXCType.h (suggested by
20679          Dave Leppik <dleppik@gage.com>
20680  Branch: perl
20681        ! perl.h
20682 ____________________________________________________________________________
20683 [  1988] By: gsar                                  on 1998/10/17  01:49:05
20684     Log: stray typo found by Hugo van der Sanden
20685  Branch: perl
20686        ! op.c
20687 ____________________________________________________________________________
20688 [  1987] By: gsar                                  on 1998/10/17  01:45:52
20689     Log: perldoc pod update
20690          From: Daniel Grisinger <dgris@perrin.dimensional.com>
20691          Date: 06 Oct 1998 23:56:51 -0600
20692          Message-ID: <m3g1d0kj8c.fsf@perrin.dimensional.com>
20693          Subject: [PATCH _02 and _52] perldoc
20694  Branch: perl
20695        ! utils/perldoc.PL
20696 ____________________________________________________________________________
20697 [  1986] By: gsar                                  on 1998/10/17  01:41:40
20698     Log: qualify names of builtins
20699  Branch: perl
20700        ! ext/POSIX/POSIX.pm
20701 ____________________________________________________________________________
20702 [  1982] By: gbarr                                 on 1998/10/17  00:20:57
20703     Log: From: Jochen Wiedmann <joe@ispsoft.de>
20704          Date: Thu, 17 Sep 1998 17:16:06 +0200
20705          Message-ID: <360127B6.E44564A@ispsoft.de>
20706          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
20707  Branch: maint-5.005/perl
20708        ! lib/ExtUtils/MakeMaker.pm
20709 ____________________________________________________________________________
20710 [  1978] By: gsar                                  on 1998/10/16  01:58:58
20711     Log: integrate cfgperl mods into mainline
20712  Branch: perl
20713       +> ext/DynaLoader/dl_vmesa.xs
20714        ! Porting/genlog
20715       !> Configure MANIFEST Makefile.SH config_h.SH
20716       !> ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
20717       !> hints/linux.sh hints/os390.sh op.c t/op/pat.t thread.h
20718       !> x2p/Makefile.SH
20719 ____________________________________________________________________________
20720 [  1976] By: gsar                                  on 1998/10/16  00:10:52
20721     Log: stray tweak
20722  Branch: perl
20723        ! op.c
20724 ____________________________________________________________________________
20725 [  1975] By: gsar                                  on 1998/10/15  23:54:38
20726     Log: propagate typeness of lexicals while cloning them
20727  Branch: perl
20728        ! op.c
20729 ____________________________________________________________________________
20730 [  1974] By: gsar                                  on 1998/10/15  23:53:25
20731     Log: s/last/first/ typo in append_list()
20732  Branch: perl
20733        ! op.c
20734 ____________________________________________________________________________
20735 [  1973] By: gsar                                  on 1998/10/15  20:06:17
20736     Log: nuke confperl branch and contents
20737  Branch: confperl
20738        - (delete 1284 files)
20739 ____________________________________________________________________________
20740 [  1972] By: jhi                                   on 1998/10/15  07:07:35
20741     Log: Test #162 had been added but the "print 1..161" had not been updated.
20742  Branch: cfgperl
20743        ! t/op/pat.t
20744 ____________________________________________________________________________
20745 [  1971] By: gsar                                  on 1998/10/15  03:09:58
20746     Log: check in all confperl changes as of change#1964 into cfgperl
20747  Branch: cfgperl
20748        + ext/DynaLoader/dl_vmesa.xs
20749        ! Configure MANIFEST Makefile.SH config_h.SH
20750        ! ext/Thread/Thread.xs gv.c hints/hpux.sh hints/irix_6.sh
20751        ! hints/linux.sh hints/os390.sh op.c thread.h x2p/Makefile.SH
20752 ____________________________________________________________________________
20753 [  1970] By: gsar                                  on 1998/10/15  03:05:59
20754     Log: integrate mainline to get tr.t
20755  Branch: cfgperl
20756       +> t/op/tr.t
20757 ____________________________________________________________________________
20758 [  1969] By: gsar                                  on 1998/10/15  03:04:17
20759     Log: add missing tr.t to repository
20760  Branch: perl
20761        + t/op/tr.t
20762 ____________________________________________________________________________
20763 [  1968] By: gsar                                  on 1998/10/15  03:02:43
20764     Log: create cfgperl branch
20765  Branch: cfgperl
20766       +> (branch 1282 files)
20767 ____________________________________________________________________________
20768 [  1967] By: gsar                                  on 1998/10/15  02:46:08
20769     Log: correct bugs exposed in MM_Unix.pm by commenting out Selfloader
20770          (MAN3PODS cannot be set to ' '; stray stricture violation)
20771  Branch: perl
20772        ! ext/B/Makefile.PL ext/DB_File/Makefile.PL
20773        ! ext/Data/Dumper/Makefile.PL ext/DynaLoader/Makefile.PL
20774        ! ext/Errno/Makefile.PL ext/Fcntl/Makefile.PL
20775        ! ext/GDBM_File/Makefile.PL ext/IO/Makefile.PL
20776        ! ext/IPC/SysV/Makefile.PL ext/NDBM_File/Makefile.PL
20777        ! ext/ODBM_File/Makefile.PL ext/Opcode/Makefile.PL
20778        ! ext/POSIX/Makefile.PL ext/SDBM_File/Makefile.PL
20779        ! ext/Socket/Makefile.PL ext/Thread/Makefile.PL
20780        ! ext/attrs/Makefile.PL ext/re/Makefile.PL
20781        ! lib/ExtUtils/MM_Unix.pm
20782 ____________________________________________________________________________
20783 [  1966] By: gsar                                  on 1998/10/15  02:19:03
20784     Log: tweak to make fix in change#1944 behave correctly for closures
20785          created within eval''
20786  Branch: perl
20787        ! op.c t/op/eval.t
20788 ____________________________________________________________________________
20789 [  1965] By: gsar                                  on 1998/10/14  23:22:41
20790     Log: use better numbers for exitstatus test
20791  Branch: perl
20792        ! t/op/die_exit.t
20793 ____________________________________________________________________________
20794 [  1964] By: jhi                                   on 1998/10/14  17:25:41
20795     Log: Add VM/ESA dynaloading (uses <dll.h>).
20796  Branch: confperl
20797        + ext/DynaLoader/dl_vmesa.xs
20798        ! MANIFEST
20799 ____________________________________________________________________________
20800 [  1963] By: jhi                                   on 1998/10/14  17:17:10
20801     Log: Remove a2p.loadmap in 'clean' target.
20802  Branch: confperl
20803        ! x2p/Makefile.SH
20804 ____________________________________________________________________________
20805 [  1962] By: jhi                                   on 1998/10/14  17:13:11
20806     Log: VM/ESA produces also .prelmaps. (No, not .perlmaps...)
20807  Branch: confperl
20808        ! Makefile.SH
20809 ____________________________________________________________________________
20810 [  1961] By: jhi                                   on 1998/10/14  16:27:39
20811     Log: VM/ESA creates executable.loadmaps.
20812  Branch: confperl
20813        ! Makefile.SH
20814 ____________________________________________________________________________
20815 [  1960] By: jhi                                   on 1998/10/14  15:37:39
20816     Log: Introduce SCHED_YIELD (one of sched_yield(),
20817          pthread_yield(), or pthread_yield(NULL)).
20818          YIELD is then defined using SCHED_YIELD unless
20819          a platform-specific YIELD has already been defined.
20820          
20821          Support pthread_attr_setdetachstate(pthread_attr_t*, int*).
20822          
20823          The need for pthread_yield(NULL) and pthread_attr_setdet...
20824          introduced by (private email)
20825          
20826          From: Neale Ferguson <neale@VMA.TABNSW.COM.AU>
20827          Date: Sat, 10 Oct 1998 21:08:15 +1300
20828          Message-ID: <361F15EE.47376EC@mailbox.tabnsw.com.au>
20829          Subject: Re: Perl thread problems in VM/ESA
20830          
20831          Better select() protoprobe (for AIX), from (private email)
20832          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
20833          Date: Fri, 2 Oct 1998 14:52:25 -0400 (EDT)
20834          Message-Id: <Pine.SUN.3.96.981002144601.11832D-100000@newton.phys>
20835          Subject: AIX select (fwd)
20836          From: Lars Hecking <lhecking@nmrc.ucc.ie>
20837          To: Andy Dougherty <doughera@lafcol.lafayette.edu>
20838          Date: Fri, 2 Oct 1998 10:40:01 +0100
20839          Subject: AIX select
20840          
20841          Linux-avoid-so.X.Y, based on
20842          From: "Kurt D. Starsinic" <kstar@chapin.edu>
20843          Date: Tue, 13 Oct 1998 15:55:07 -0400
20844          Message-ID: <19981013155507.B4004@O2.chapin.edu>
20845          Subject: Re: [PATCH 5.005_52] [Was: Re: How can Debian accomodate new installation ?]
20846  Branch: confperl
20847        ! Configure config_h.SH ext/Thread/Thread.xs hints/linux.sh
20848        ! thread.h
20849 ____________________________________________________________________________
20850 [  1959] By: jhi                                   on 1998/10/14  12:51:26
20851     Log: Some old pthread implementations have
20852          pthread_attr_setdetachstate(pthread_attr_t*, int*).
20853  Branch: confperl
20854        ! ext/Thread/Thread.xs
20855 ____________________________________________________________________________
20856 [  1958] By: jhi                                   on 1998/10/14  12:41:11
20857     Log: SCHED_YIELD and ATTR_JOINABLE fixes.  Thread.xs and Configure
20858          counterparts will follow soon.
20859  Branch: confperl
20860        ! thread.h
20861 ____________________________________________________________________________
20862 [  1957] By: jhi                                   on 1998/10/14  12:38:11
20863     Log: Add tr.t (MANIFEST already knew about it, strange)
20864  Branch: confperl
20865        + t/op/tr.t
20866 ____________________________________________________________________________
20867 [  1956] By: jhi                                   on 1998/10/14  12:24:35
20868     Log: Mutexen should be initialized only once.
20869  Branch: confperl
20870        ! gv.c op.c
20871 ____________________________________________________________________________
20872 [  1955] By: jhi                                   on 1998/10/14  12:19:38
20873     Log: os390 has its own cppstdin.
20874  Branch: confperl
20875        ! hints/os390.sh
20876 ____________________________________________________________________________
20877 [  1954] By: jhi                                   on 1998/10/14  12:15:06
20878     Log: Integrate with mainperl.
20879  Branch: confperl
20880       !> (integrate 1280 files)
20881 ____________________________________________________________________________
20882 [  1953] By: jhi                                   on 1998/10/14  11:48:08
20883     Log: Removed duplicate CMA threads code for HPUX 10.X.
20884          (probably residue of patch(1) being too understanding)
20885          Enhanced 64-bit settings. (redo change#1940)
20886  Branch: confperl
20887        ! hints/hpux.sh
20888 ____________________________________________________________________________
20889 [  1952] By: jhi                                   on 1998/10/14  11:45:16
20890     Log: (redo change#1949) Detypo in the d_open64 warning about
20891          the impending WHOA.
20892  Branch: confperl
20893        ! hints/irix_6.sh
20894 ____________________________________________________________________________
20895 [  1951] By: jhi                                   on 1998/10/14  10:54:16
20896     Log: Mutexen should only be inited once, after they have been New()ed.
20897  Branch: confperl
20898        ! gv.c op.c
20899 ____________________________________________________________________________
20900 [  1950] By: jhi                                   on 1998/10/14  10:41:43
20901     Log: Own cppstdin.
20902  Branch: confperl
20903        ! hints/os390.sh
20904 ____________________________________________________________________________
20905 [  1949] By: jhi                                   on 1998/10/14  10:34:23
20906     Log: Detypo in the d_open64 warning about the impending WHOA.
20907  Branch: confperl
20908        ! hints/irix_6.sh
20909 ____________________________________________________________________________
20910 [  1948] By: gsar                                  on 1998/10/14  05:38:01
20911     Log: two typos
20912  Branch: perl
20913        ! pp_hot.c t/op/eval.t
20914 ____________________________________________________________________________
20915 [  1947] By: gsar                                  on 1998/10/14  05:37:10
20916     Log: let docatch() pass the buck when restartop turns out to be null,
20917          making exceptions in BEGIN{} propagate as expected
20918  Branch: perl
20919        ! pp_ctl.c t/op/misc.t
20920 ____________________________________________________________________________
20921 [  1946] By: gsar                                  on 1998/10/13  03:41:49
20922     Log: add missing file from change#1943
20923  Branch: perl
20924        ! proto.h
20925 ____________________________________________________________________________
20926 [  1945] By: gsar                                  on 1998/10/13  03:32:02
20927     Log: defer "deep recursion" warnings until CXt_SUB context is properly
20928          set up
20929  Branch: perl
20930        ! pp_hot.c t/pragma/warn/pp_hot
20931 ____________________________________________________________________________
20932 [  1944] By: gsar                                  on 1998/10/13  03:15:50
20933     Log: change#1614 merely disabled earlier fix (doh!); undo it and properly
20934          fixup the cop_seq value that must be seen by lexical lookups that
20935          emanate within eval''
20936  Branch: perl
20937        ! cop.h op.c pp_ctl.c pp_hot.c scope.c t/op/eval.t
20938 ____________________________________________________________________________
20939 [  1943] By: gsar                                  on 1998/10/13  02:06:09
20940     Log: ensure recursive attempts to findlex()icals know enough about where
20941          the last eval'' context was encountered
20942  Branch: perl
20943        ! op.c t/op/eval.t
20944 ____________________________________________________________________________
20945 [  1942] By: gsar                                  on 1998/10/13  02:01:24
20946     Log: force copy of substrings when matching against temporaries
20947  Branch: perl
20948        ! pp_hot.c t/op/pat.t
20949 ____________________________________________________________________________
20950 [  1941] By: gsar                                  on 1998/10/13  01:49:16
20951     Log: don't longjmp() in pp_goto() (regressive bug from old single-stack
20952          implementation)
20953  Branch: perl
20954        ! pp_ctl.c t/op/runlevel.t
20955 ____________________________________________________________________________
20956 [  1940] By: jhi                                   on 1998/10/12  09:57:44
20957     Log: Removed duplicate CMA threads code for HPUX 10.X.
20958          (probably residue of patch(1) being too understanding)
20959          Enhanced 64-bit settings.
20960  Branch: confperl
20961        ! hints/hpux.sh
20962 ____________________________________________________________________________
20963 [  1939] By: jhi                                   on 1998/10/12  09:53:11
20964     Log: Initial sync from mainline perl.
20965  Branch: confperl
20966        + (add 1282 files)
20967 ____________________________________________________________________________
20968 [  1937] By: gsar                                  on 1998/10/06  21:16:34
20969     Log: fix $/ init for USE_THREADS
20970  Branch: perl
20971        ! perl.c
20972 ____________________________________________________________________________
20973 [  1936] By: gsar                                  on 1998/10/06  07:19:39
20974     Log: fix globals caught by change#1927; builds and tests on Solaris
20975  Branch: perl
20976        ! Changes mg.c op.c perl.c pp_ctl.c regcomp.c utf8.c utf8.h
20977        ! warning.h warning.pl
20978 ____________________________________________________________________________
20979 [  1935] By: gsar                                  on 1998/10/06  06:50:35
20980     Log: add test for previous fix
20981  Branch: perl
20982        ! ext/Thread/create.t
20983 ____________________________________________________________________________
20984 [  1934] By: gsar                                  on 1998/10/06  06:37:36
20985     Log: fix USE_THREADS coredump due to uninitialized PL_hv_fetch_ent_mh
20986  Branch: perl
20987        ! util.c
20988 ____________________________________________________________________________
20989 [  1933] By: gsar                                  on 1998/10/06  05:04:20
20990     Log: undo bogus part of change#1903 (as pointed out by Larry)
20991  Branch: perl
20992        ! pp_ctl.c
20993 ____________________________________________________________________________
20994 [  1932] By: gsar                                  on 1998/10/06  04:21:31
20995     Log: added tweaked version of suggested patch
20996          From: jan.dubois@ibm.net (Jan Dubois)
20997          Date: Sat, 03 Oct 1998 19:04:48 +0200
20998          Message-ID: <361d54b2.36841294@smtp1.ibm.net>
20999          Subject: [PATCH 5.005_52] More MakeMaker  patches
21000  Branch: perl
21001        ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
21002        ! lib/ExtUtils/Mkbootstrap.pm lib/ExtUtils/Mksymlists.pm
21003 ____________________________________________________________________________
21004 [  1931] By: gsar                                  on 1998/10/06  04:04:33
21005     Log: use cpp symbols instead of hardwired constants
21006          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
21007          Date: Mon, 05 Oct 1998 09:23:33 +0100
21008          Message-Id: <199810050823.JAA00891@crypt.compulink.co.uk>
21009          Subject: [PATCH 5.005_52] By the numbers (resend)
21010  Branch: perl
21011        ! op.c
21012 ____________________________________________________________________________
21013 [  1930] By: gsar                                  on 1998/10/06  04:01:55
21014     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21015          Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu>
21016          Date: Mon, 5 Oct 1998 02:37:43 -0400 (EDT)
21017          Subject: [PATCH 5.005_52] Cumulative OS/2-related patch
21018  Branch: perl
21019        ! Makefile.SH hints/os2.sh lib/ExtUtils/MM_OS2.pm mg.c
21020        ! os2/Changes os2/Makefile.SHs os2/os2.c perl_exp.SH util.c
21021 ____________________________________________________________________________
21022 [  1929] By: gsar                                  on 1998/10/06  03:50:36
21023     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21024          Date: Mon, 5 Oct 1998 02:39:00 -0400 (EDT)
21025          Message-Id: <199810050639.CAA07803@monk.mps.ohio-state.edu>
21026          Subject: [PATCH 5.00552] Minor test improvement
21027  Branch: perl
21028        ! t/op/magic.t
21029 ____________________________________________________________________________
21030 [  1928] By: gsar                                  on 1998/10/06  03:49:03
21031     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21032          Date: Mon, 5 Oct 1998 02:38:23 -0400 (EDT)
21033          Message-Id: <199810050638.CAA07792@monk.mps.ohio-state.edu>
21034          Subject: [PATCH 5.00552] emacs/ptags inprovements
21035  Branch: perl
21036        ! emacs/ptags
21037 ____________________________________________________________________________
21038 [  1927] By: gsar                                  on 1998/10/06  03:47:44
21039     Log: disable C<#define dirty PL_dirty> et al.
21040  Branch: perl
21041        ! embed.pl embedvar.h
21042 ____________________________________________________________________________
21043 [  1926] By: gsar                                  on 1998/10/06  03:43:32
21044     Log: From: Mark-Jason Dominus <mjd@plover.com>
21045          Date: Sun, 04 Oct 1998 14:48:11 -0400
21046          Message-ID: <19981004184811.16048.qmail@plover.com>
21047          Subject: PATCH: perldoc -f does not locate -e, -r, -x, etc.
21048  Branch: perl
21049        ! utils/perldoc.PL
21050 ____________________________________________________________________________
21051 [  1925] By: gsar                                  on 1998/10/06  03:27:35
21052     Log: disable USE_THREADS when PERL_OBJECT is enabled
21053  Branch: perl
21054        ! win32/Makefile win32/makefile.mk
21055 ____________________________________________________________________________
21056 [  1924] By: gsar                                  on 1998/10/06  03:26:54
21057     Log: remove spurious unused conflicting globals (PL_yy{v,s}sp)
21058  Branch: perl
21059        ! Makefile.SH Todo-5.005 embedvar.h perlvars.h perly.c toke.c
21060        ! vms/perly_c.vms
21061 ____________________________________________________________________________
21062 [  1923] By: gsar                                  on 1998/10/03  05:19:56
21063     Log: make C<use> recognize C<require> overrides; allow C<do EXPR> to be
21064          overridden
21065  Branch: perl
21066        ! embed.h global.sym objXSUB.h objpp.h op.c perly.c perly.y
21067        ! proto.h vms/perly_c.vms
21068 ____________________________________________________________________________
21069 [  1922] By: gsar                                  on 1998/10/03  03:59:50
21070     Log: suppress manifypods leak in extensions
21071  Branch: perl
21072        ! ext/Errno/Makefile.PL ext/IPC/SysV/Makefile.PL pod/pod2man.PL
21073 ____________________________________________________________________________
21074 [  1921] By: gsar                                  on 1998/10/02  22:30:15
21075     Log: os390 fixes (suggested by Peter Prymmer)
21076  Branch: perl
21077        ! Makefile.SH regcomp.c
21078 ____________________________________________________________________________
21079 [  1920] By: gsar                                  on 1998/10/02  21:41:19
21080     Log: squelch undef warnings
21081          From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
21082          Date: Fri, 02 Oct 1998 11:01:14 +0100
21083          Message-Id: <199810021001.LAA19214@crypt.compulink.co.uk>
21084          Subject: [PATCH] Re: Apparent bug in Math::BigInt 
21085  Branch: perl
21086        ! Changes lib/Math/BigInt.pm
21087 ____________________________________________________________________________
21088 [  1919] By: gsar                                  on 1998/10/02  04:59:13
21089     Log: add note to INSTALL about ANSI C
21090  Branch: perl
21091        ! INSTALL
21092 ____________________________________________________________________________
21093 [  1918] By: gsar                                  on 1998/10/02  04:21:10
21094     Log: tolerate spaces when fixing up __cplusplus output by old h2xs
21095          From: jan.dubois@ibm.net (Jan Dubois)
21096          Date: Wed, 30 Sep 1998 23:35:30 +0200
21097          Message-ID: <3619a1e8.12336659@smtp1.ibm.net>
21098          Subject: [PATCH 5.005_52]: xsubpp and PERL_OBJECT
21099  Branch: perl
21100        ! lib/ExtUtils/xsubpp
21101 ____________________________________________________________________________
21102 [  1917] By: gsar                                  on 1998/10/02  04:16:02
21103     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
21104          Date: Thu, 1 Oct 1998 11:37:26 +0300 (EET DST)
21105          Message-Id: <199810010837.LAA31371@alpha.hut.fi>
21106          Subject: Re: Configure test for selectbits busted
21107  Branch: perl
21108        ! Configure
21109 ____________________________________________________________________________
21110 [  1916] By: gsar                                  on 1998/10/02  04:14:17
21111     Log: From: Dan Sugalski <sugalskd@osshe.edu>
21112          Date: Wed, 30 Sep 1998 17:15:20 -0700
21113          Message-Id: <3.0.6.32.19980930171520.00b22eb0@ous.edu>
21114          Subject: [PATCH 5.005_02]VMS config tweaks
21115  Branch: perl
21116        ! vms/descrip_mms.template vms/subconfigure.com
21117 ____________________________________________________________________________
21118 [  1915] By: gsar                                  on 1998/10/02  04:10:47
21119     Log: use Off_t to permit 64-bit seek()
21120          From: Scott Henry <scotth@sgi.com>
21121          Date: 29 Sep 1998 17:38:46 -0700
21122          Message-ID: <yd8lnn2zb6x.fsf_-_@hoshi.engr.sgi.com>
21123          Subject: Re: [PATCH] 5.005_02: Configure "Massive Attack"
21124          --
21125          Date: 28 Sep 1998 18:55:37 -0700
21126          Message-ID: <yd8ogrz1y3q.fsf@hoshi.engr.sgi.com>
21127          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
21128  Branch: perl
21129        ! doio.c pp_sys.c proto.h sv.c
21130 ____________________________________________________________________________
21131 [  1914] By: gsar                                  on 1998/10/02  04:05:36
21132     Log: normalize tm struct passed to strftime() with mktime()
21133          From: Spider Boardman <spider@orb.nashua.nh.us>
21134          Date: Wed, 30 Sep 1998 15:12:09 -0400
21135          Message-Id: <199809301912.PAA26119@Orb.Nashua.NH.US>
21136          Subject: [PATCH 5.005_52] Re: POSIX::strftime returns incorrect date 
21137  Branch: perl
21138        ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
21139 ____________________________________________________________________________
21140 [  1913] By: gsar                                  on 1998/10/02  03:59:46
21141     Log: don't try to run foo_SH.orig etc.
21142  Branch: perl
21143        ! Configure
21144 ____________________________________________________________________________
21145 [  1912] By: gsar                                  on 1998/10/02  03:45:37
21146     Log: make warning about glob process failure optional
21147  Branch: perl
21148        ! pod/perldiag.pod pp_hot.c
21149 ____________________________________________________________________________
21150 [  1911] By: gsar                                  on 1998/10/02  02:52:21
21151     Log: document yet another RE diagnostic, make it consistent with REG_INFTY
21152          From: Dominic Dunlop <domo@vo.lu>
21153          Date: Tue, 29 Sep 1998 21:06:30 +0000
21154          Message-Id: <v03110700b236f60b1375@[212.24.192.106]>
21155          Subject: [PATCH 5.005_52] Fix hard-coded "matches null string many times" limit
21156          --
21157          Date: Wed, 30 Sep 1998 11:46:44 +0000
21158          Message-Id: <v03110702b237beb04830@[212.24.192.74]>
21159          Subject: [PATCH 5.005_52] Add "Strange *+?{} ..." to perldiag
21160  Branch: perl
21161        ! pod/perldiag.pod regcomp.c
21162 ____________________________________________________________________________
21163 [  1910] By: gsar                                  on 1998/10/02  02:48:48
21164     Log: minor Configure tweaks (via private mail)
21165          From: Jarkko Hietaniemi <jhi@iki.fi>
21166          Date: Wed, 30 Sep 1998 02:25:06 +0300 (EET DST)
21167          Message-Id: <199809292325.CAA19737@alpha.hut.fi>
21168          Subject: [PATCH] 5.005_52: the drizzle continues
21169  Branch: perl
21170        ! Configure config_h.SH handy.h
21171 ____________________________________________________________________________
21172 [  1909] By: gsar                                  on 1998/10/02  02:46:39
21173     Log: update SCO hints for dynamic loading
21174          From: Andy Dougherty <doughera@lafcol.lafayette.edu>
21175          Date: Mon, 28 Sep 1998 16:50:38 -0400 (EDT)
21176          Message-Id: <Pine.SUN.3.96.980928164648.8130E-100000@newton.phys>
21177          Subject: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
21178          --
21179          Date: Tue, 29 Sep 1998 16:48:55 -0400 (EDT)
21180          Message-Id: <Pine.SUN.3.96.980929164612.8634A-100000@newton.phys>
21181          Subject: Re: [PATCH 5.004_04-MAINT_TRIAL_5 and 5.005_xx] Re: Perl on SCO_SV
21182  Branch: perl
21183        ! hints/sco.sh
21184 ____________________________________________________________________________
21185 [  1908] By: gsar                                  on 1998/10/02  02:33:39
21186     Log: make File::Find work when wanted() is autoloaded or a symbolic ref
21187  Branch: perl
21188        ! lib/File/Find.pm
21189 ____________________________________________________________________________
21190 [  1907] By: gsar                                  on 1998/10/02  02:21:52
21191     Log: applied patches, but retained old behavior for win32 (where compilers
21192          can't read from stdin at all)
21193          From: Graham Barr <gbarr@ti.com>
21194          Date: Mon, 28 Sep 1998 09:41:49 -0500
21195          Message-ID: <19980928094149.B26576@asic.sc.ti.com>
21196          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
21197          --
21198          Date: Tue, 29 Sep 1998 12:35:43 -0500
21199          Message-ID: <19980929123543.Z26576@asic.sc.ti.com>
21200          Subject: Re: 5.005_51 Errno invokes cpprun incorrectly
21201  Branch: perl
21202        ! ext/Errno/Errno_pm.PL
21203 ____________________________________________________________________________
21204 [  1906] By: gsar                                  on 1998/10/02  02:02:19
21205     Log: tolerate whitespace in /etc/group entries (suggested by Jarkko
21206          Hietaniemi)
21207  Branch: perl
21208        ! t/op/grent.t
21209 ____________________________________________________________________________
21210 [  1905] By: gsar                                  on 1998/10/02  01:59:56
21211     Log: win32 caveats about truncate()
21212  Branch: perl
21213        ! pod/perlport.pod
21214 ____________________________________________________________________________
21215 [  1904] By: gsar                                  on 1998/10/02  01:53:25
21216     Log: various Configure and hints updates (prefer drand48() or random()
21217          over rand(); add -Dusemultiplicity; enhanced 64-bitness);  patch
21218          applied modulo SCO hints superceded by later patch
21219          From: Jarkko Hietaniemi <jhi@iki.fi>
21220          Date: Tue, 29 Sep 1998 00:56:33 +0300 (EET DST)
21221          Message-Id: <199809282156.AAA18615@alpha.hut.fi>
21222          Subject: [PATCH] 5.005_52: Configure et al:
21223  Branch: perl
21224        + ext/IPC/SysV/hints/next_3.pl
21225        ! Configure INSTALL MANIFEST config_h.SH ext/IPC/SysV/SysV.xs
21226        ! hints/dec_osf.sh hints/irix_6.sh hints/next_3.sh
21227        ! hints/solaris_2.sh perl.h pod/perldiag.pod pp.c pp_sys.c
21228 ____________________________________________________________________________
21229 [  1903] By: gsar                                  on 1998/10/02  01:42:37
21230     Log: fixes for bugs in /RE/p        from Hugo van der Sanden
21231          Date: Mon, 28 Sep 1998 17:41:49 +0100
21232          Message-Id: <199809281641.RAA02450@crypt.compulink.co.uk>
21233          Subject: [PATCH 5.005_52] Re: More on ?p 
21234          --
21235          Date: Thu, 01 Oct 1998 09:10:58 +0100
21236          Message-Id: <199810010810.JAA16426@crypt.compulink.co.uk>
21237          Subject: [PATCH 5.005_52] ?p fix
21238          --
21239          Date: Thu, 01 Oct 1998 10:45:56 +0100
21240          Message-Id: <199810010945.KAA16733@crypt.compulink.co.uk>
21241          Subject: [PATCH 5.005_52] more on ?p
21242  Branch: perl
21243        ! pp_ctl.c
21244 ____________________________________________________________________________
21245 [  1902] By: gsar                                  on 1998/10/02  01:36:14
21246     Log: From: Kenneth Duda <kjd@cisco.com>
21247          Date: Sun, 27 Sep 1998 20:22:12 -0700 (PDT)
21248          Message-Id: <199809280322.UAA01261@scorpion.cisco.com>
21249          Subject: writemain dies when there are more than 4000 characters of extensions
21250  Branch: perl
21251        ! writemain.SH
21252 ____________________________________________________________________________
21253 [  1901] By: gsar                                  on 1998/10/02  01:33:16
21254     Log: tweak run_byacc recipe
21255  Branch: perl
21256        ! Makefile.SH Porting/pumpkin.pod
21257 ____________________________________________________________________________
21258 [  1900] By: gsar                                  on 1998/10/02  01:02:09
21259     Log: use SETERRNO() to reset errno (suggested by Charles Bailey)
21260  Branch: perl
21261        ! perl.h pp_ctl.c
21262 ____________________________________________________________________________
21263 [  1899] By: gsar                                  on 1998/09/28  20:46:30
21264     Log: fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
21265          Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
21266          Dvornik)
21267  Branch: perl
21268        ! hints/irix_6.sh lib/ExtUtils/MakeMaker.pm mg.c scope.c
21269 ____________________________________________________________________________
21270 [  1898] By: gsar                                  on 1998/09/28  20:42:52
21271     Log: flush unsubmitted 5.00552 change
21272  Branch: perl
21273        ! MANIFEST
21274 ____________________________________________________________________________
21275 [  1897] By: gsar                                  on 1998/09/27  04:43:06
21276     Log: run vms_yfix.pl
21277  Branch: perl
21278        ! vms/perly_c.vms
21279 ____________________________________________________________________________
21280 [  1896] By: gsar                                  on 1998/09/27  03:38:55
21281     Log: small tweak on last change
21282  Branch: perl
21283        ! win32/win32.c
21284 ____________________________________________________________________________
21285 [  1895] By: gsar                                  on 1998/09/27  03:17:17
21286     Log: fix win32_stat() to do the right thing for share names
21287  Branch: perl
21288        ! win32/win32.c
21289 ____________________________________________________________________________
21290 [  1891] By: larry                                 on 1998/09/25  18:50:40
21291     Log: Fixed apostrophe problem from Mark Knutsen.
21292  Branch: perl
21293        ! sv.h
21294
21295 ----------------
21296 Version 5.005_52
21297 ----------------
21298
21299 ____________________________________________________________________________
21300 [  1890] By: gsar                                  on 1998/09/25  10:25:00
21301     Log: update template config.sh, add new config vars to win32 stuff
21302  Branch: perl
21303        ! Changes Porting/config.sh Porting/config_H config_h.SH objpp.h
21304        ! pp_sys.c proto.h win32/config.bc win32/config.gc
21305        ! win32/config.vc win32/config_H.bc win32/config_H.gc
21306        ! win32/config_H.vc win32/win32.h
21307 ____________________________________________________________________________
21308 [  1889] By: gsar                                  on 1998/09/25  07:13:13
21309     Log: big Configure update from Jarkko: sync metaconfig units; d_statblks fix
21310          for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings
21311          of full-fledged 64-bit support (including support for: fseeko/ftello,
21312          Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants
21313          in Fcntl)
21314          From: Jarkko Hietaniemi <jhi@iki.fi>
21315          Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST)
21316          Message-Id: <199809112056.XAA04720@alpha.hut.fi>
21317          Subject: [PATCH] 5.005_51: Configure "Massive Attack"
21318          --
21319          From: Jarkko Hietaniemi <jhi@cc.hut.fi>
21320          Date: 12 Sep 1998 09:44:25 +0300
21321          Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi>
21322          Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack"
21323  Branch: perl
21324        + lib/filetest.pm
21325        ! Configure MANIFEST Makefile.SH config_h.SH doio.c embedvar.h
21326        ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs handy.h hints/dec_osf.sh
21327        ! hints/freebsd.sh hints/hpux.sh hints/irix_6.sh objXSUB.h
21328        ! perl.c perl.h perl_exp.SH perlio.c perlvars.h pod/perldiag.pod
21329        ! pod/perlfunc.pod pp_sys.c proto.h win32/GenCAPI.pl
21330        ! win32/makedef.pl
21331 ____________________________________________________________________________
21332 [  1888] By: gsar                                  on 1998/09/25  06:27:12
21333     Log: bump patchlevel to 52; other little tweaks for threads, win32 builds
21334  Branch: perl
21335        ! doop.c mg.c patchlevel.h regexec.c win32/Makefile
21336        ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21337        ! win32/makedef.pl win32/makefile.mk win32/win32.c
21338 ____________________________________________________________________________
21339 [  1887] By: gsar                                  on 1998/09/25  04:50:49
21340     Log: win32.c tweak
21341  Branch: perl
21342        ! win32/win32.c
21343 ____________________________________________________________________________
21344 [  1886] By: gsar                                  on 1998/09/25  04:47:32
21345     Log: s/MAKEMAKEROPT/PERL_MM_OPT/
21346  Branch: perl
21347        ! lib/ExtUtils/MakeMaker.pm
21348 ____________________________________________________________________________
21349 [  1885] By: gsar                                  on 1998/09/25  04:05:09
21350     Log: From: Dominic Dunlop <domo@vo.lu>
21351          Date: Thu, 10 Sep 1998 11:02:46 +0000
21352          Message-Id: <v03110703b21d581d7ef1@[212.24.192.107]>
21353          Subject: MM_Unix::canonpath erroneously turns leading // into /
21354  Branch: perl
21355        ! lib/ExtUtils/MM_Unix.pm
21356 ____________________________________________________________________________
21357 [  1884] By: gsar                                  on 1998/09/25  03:06:10
21358     Log: temporarily disable perl malloc for a2p until we clean up
21359          conflicting malloc() declarations everywhere
21360  Branch: perl
21361        ! x2p/Makefile.SH
21362 ____________________________________________________________________________
21363 [  1883] By: gsar                                  on 1998/09/25  02:27:00
21364     Log: remove obsolete win32/bin/*.pl
21365  Branch: perl
21366        - win32/bin/network.pl win32/bin/webget.pl win32/bin/www.pl
21367        ! Changes MANIFEST win32/Makefile win32/makefile.mk
21368 ____________________________________________________________________________
21369 [  1882] By: gsar                                  on 1998/09/25  02:04:43
21370     Log: missing file in last submit
21371  Branch: perl
21372        ! proto.h
21373 ____________________________________________________________________________
21374 [  1881] By: gsar                                  on 1998/09/25  01:56:54
21375     Log: serial access to PL_x[inpr]v_root for USE_THREADS
21376  Branch: perl
21377        ! sv.c
21378 ____________________________________________________________________________
21379 [  1880] By: gsar                                  on 1998/09/25  01:19:38
21380     Log: lock sv_mutex in new_he() and del_he() for USE_THREADS
21381          From: Drago Goricanec <drago@king.otsd.ts.fujitsu.co.jp>
21382          Date: Thu, 24 Sep 1998 22:01:09 +0900
21383          Message-Id: <19980924220109J.drago@otsd.ts.fujitsu.co.jp>
21384          Subject: [PATCH 5.005_51] Re: Perl 5.005_51 not yet multi Thread safe 
21385  Branch: perl
21386        ! hv.c proto.h
21387 ____________________________________________________________________________
21388 [  1879] By: gsar                                  on 1998/09/25  00:20:07
21389     Log: tweaks to enable PERL_OBJECT to build & test on win32
21390  Branch: perl
21391        ! Changes doop.c mg.c objpp.h proto.h regexec.c util.c
21392        ! win32/GenCAPI.pl
21393 ____________________________________________________________________________
21394 [  1878] By: gsar                                  on 1998/09/25  00:13:36
21395     Log: fix change#1861, which breaks default boot_xxx symbol generation
21396  Branch: perl
21397        ! lib/ExtUtils/Mksymlists.pm
21398 ____________________________________________________________________________
21399 [  1877] By: gsar                                  on 1998/09/24  10:29:54
21400     Log: two tweaks for clean build and test on Solaris
21401  Branch: perl
21402        ! op.c t/op/subst.t
21403 ____________________________________________________________________________
21404 [  1876] By: gsar                                  on 1998/09/24  09:04:43
21405     Log: From: Colin Kuskie <ckuskie@cadence.com>
21406          Date: Wed, 26 Aug 1998 14:53:01 -0700 (PDT)
21407          Message-ID: <Pine.GSO.3.96.980826143507.3258K-100000@pdxmail.cadence.com>
21408          Subject: [PATCH 5.005_51] perlform.pod
21409  Branch: perl
21410        ! pod/perlform.pod
21411 ____________________________________________________________________________
21412 [  1875] By: gsar                                  on 1998/09/24  08:47:47
21413     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21414          Date: Tue, 25 Aug 1998 15:35:58 -0400 (EDT)
21415          Message-Id: <199808251935.PAA11384@monk.mps.ohio-state.edu>
21416          Subject: Re: problem with (?p{}) [PATCH 5.005_5*]
21417  Branch: perl
21418        ! regexec.c
21419 ____________________________________________________________________________
21420 [  1874] By: gsar                                  on 1998/09/24  08:44:55
21421     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21422          Date: Tue, 25 Aug 1998 14:56:06 -0400 (EDT)
21423          Message-Id: <199808251856.OAA10825@monk.mps.ohio-state.edu>
21424          Subject: Re: your Regexp.patch dated 21.8 [PATCH]
21425  Branch: perl
21426        ! toke.c
21427 ____________________________________________________________________________
21428 [  1873] By: gsar                                  on 1998/09/24  08:39:41
21429     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21430          Date: Tue, 25 Aug 1998 04:29:49 -0400 (EDT)
21431          Message-Id: <199808250829.EAA02470@monk.mps.ohio-state.edu>
21432          Subject: [PATCH 5.005_*] Extraneous warning for (?()A|B)
21433  Branch: perl
21434        ! Changes regcomp.c
21435 ____________________________________________________________________________
21436 [  1872] By: gsar                                  on 1998/09/24  08:37:00
21437     Log: From: Krishna Sethuraman <krishpl@shamu.engr.sgi.com>
21438          Date: Sun, 23 Aug 1998 23:18:38 PDT
21439          Message-Id: <199808240618.XAA05329@shamu.engr.sgi.com>
21440          Subject: new irix_6.sh hints file
21441  Branch: perl
21442        ! hints/irix_6.sh
21443 ____________________________________________________________________________
21444 [  1871] By: gsar                                  on 1998/09/24  07:26:37
21445     Log: correct FSF address in various places
21446  Branch: perl
21447        ! Copying README ext/B/README lib/Getopt/Long.pm
21448 ____________________________________________________________________________
21449 [  1870] By: gsar                                  on 1998/09/24  07:11:56
21450     Log: From:    Dan Sugalski <sugalskd@osshe.edu>
21451          Date:    Fri, 14 Aug 1998 09:20:16 PDT
21452          Message-Id: <3.0.5.32.19980814092016.00b37dc0@ous.edu>
21453          Subject: [PATCH 5.005_02] (and _5x I expect) VMS config procedure patch
21454  Branch: perl
21455        ! configure.com
21456 ____________________________________________________________________________
21457 [  1869] By: gsar                                  on 1998/09/24  06:55:59
21458     Log: use STRICT_ALIGNMENT on IRIX to allow usemymalloc=y again
21459          From:    Scott Henry <scotth@sgi.com>
21460          Date:    13 Aug 1998 09:52:15 PDT
21461          Message-Id: <yd8pve46czk.fsf@hoshi.engr.sgi.com>
21462          Subject: [PATCH] Irix USE_LONG_LONG/malloc.c incompatibility (was...)
21463  Branch: perl
21464        ! hints/irix_6.sh
21465 ____________________________________________________________________________
21466 [  1868] By: gsar                                  on 1998/09/24  06:51:23
21467     Log: From:    Nathan Torkington <gnat@frii.com>
21468          Date:    Thu, 13 Aug 1998 10:59:48 MDT
21469          Message-Id: <199808131659.KAA06179@prometheus.frii.com>
21470          Subject: [PATCH] 5.005_02 perlfunc.pod, improve umask entry
21471  Branch: perl
21472        ! pod/perlfunc.pod
21473 ____________________________________________________________________________
21474 [  1867] By: gsar                                  on 1998/09/24  06:45:13
21475     Log: make C<goto &sub> AUTOLOAD-aware (autouse now works for modules
21476          that are autoloaded)
21477  Branch: perl
21478        ! pp_ctl.c
21479 ____________________________________________________________________________
21480 [  1866] By: gsar                                  on 1998/09/24  05:21:19
21481     Log: grandfather deprecated "$$<digit>" no more
21482  Branch: perl
21483        ! pod/perldiag.pod toke.c
21484 ____________________________________________________________________________
21485 [  1865] By: gsar                                  on 1998/09/24  04:52:48
21486     Log: tweak PERL_HASH() to h=h+(h>>5) in order to improve distribution of
21487          low bits (suggested by Ilya Zakharevich)
21488  Branch: perl
21489        ! hv.h
21490 ____________________________________________________________________________
21491 [  1864] By: gsar                                  on 1998/09/24  04:29:14
21492     Log: move yyglobal decls from perly.c to perlvars.h, regen headers, tweak
21493          perly_c.diff
21494  Branch: perl
21495        ! embed.h embedvar.h global.sym perlvars.h perly.c perly.h
21496        ! perly_c.diff toke.c
21497 ____________________________________________________________________________
21498 [  1863] By: gsar                                  on 1998/09/24  03:36:30
21499     Log: provide locked access to string table for USE_THREADS
21500  Branch: perl
21501        ! embedvar.h hv.c intrpvar.h objXSUB.h perl.c thread.h
21502 ____________________________________________________________________________
21503 [  1862] By: gsar                                  on 1998/09/24  03:30:32
21504     Log: remove bogus warn()
21505  Branch: perl
21506        ! embed.pl
21507 ____________________________________________________________________________
21508 [  1861] By: gsar                                  on 1998/09/24  02:58:51
21509     Log: applied suggested patch, adapted for all platforms
21510          From: jan.dubois@ibm.net (Jan Dubois)
21511          Date: Sun, 20 Sep 1998 12:56:38 +0200
21512          Message-ID: <3604de0c.12319885@smtp1.ibm.net>
21513          Subject: [New PATCH 5.005_02] Support Mksymlists FUNCLIST argument in MakeMaker
21514  Branch: perl
21515        ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
21516        ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
21517        ! lib/ExtUtils/MakeMaker.pm
21518 ____________________________________________________________________________
21519 [  1860] By: gsar                                  on 1998/09/24  02:16:14
21520     Log: upgrade to CPAN-1.40
21521  Branch: perl
21522        ! Changes lib/CPAN.pm lib/CPAN/FirstTime.pm
21523 ____________________________________________________________________________
21524 [  1859] By: gsar                                  on 1998/09/24  02:08:59
21525     Log: use $ENV{MAKEMAKEROPT} to set default command line args
21526  Branch: perl
21527        ! lib/ExtUtils/MakeMaker.pm
21528 ____________________________________________________________________________
21529 [  1857] By: gsar                                  on 1998/09/23  10:58:36
21530     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21531          Date: Tue, 22 Sep 1998 17:30:16 -0400 (EDT)
21532          Message-Id: <199809222130.RAA17034@monk.mps.ohio-state.edu>
21533          Subject: More verbose Test::Harness [PATCH]
21534  Branch: perl
21535        ! lib/Test/Harness.pm
21536 ____________________________________________________________________________
21537 [  1856] By: gsar                                  on 1998/09/23  10:56:24
21538     Log: update hints for OPENSTEP 4.2 on i386
21539          From: Gerben Wierda <Gerben_Wierda@RnA.nl>
21540          Date: Sun, 20 Sep 1998 01:03:18 +0200
21541          Message-Id: <9809192303.AA29190@Spike>
21542          Subject: Perl 5.005_02 compilation problems
21543  Branch: perl
21544        ! hints/next_4.sh
21545 ____________________________________________________________________________
21546 [  1855] By: gsar                                  on 1998/09/23  10:52:27
21547     Log: reset errno after C<require> search (as suggested by Larry)
21548  Branch: perl
21549        ! pp_ctl.c
21550 ____________________________________________________________________________
21551 [  1854] By: gsar                                  on 1998/09/23  10:50:26
21552     Log: misc pod tweaks
21553  Branch: perl
21554        ! pod/perldelta.pod pod/perldiag.pod pod/perlport.pod
21555 ____________________________________________________________________________
21556 [  1853] By: gsar                                  on 1998/09/23  10:46:06
21557     Log: make Pod/Html.pm handle the --title option properly (as suggested
21558          by gml4410@ggr.co.uk)
21559  Branch: perl
21560        ! lib/Pod/Html.pm
21561 ____________________________________________________________________________
21562 [  1852] By: gsar                                  on 1998/09/23  10:41:39
21563     Log: SSNEW() API for allocating memory on the savestack
21564          From: Albert Dvornik <bert@genscan.com>
21565          Date: 17 Sep 1998 19:23:07 -0400
21566          Message-Id: <tqemtae338.fsf@puma.genscan.com>
21567          Subject: [PATCH 5.005_51] (was: why SAVEDESTRUCTOR()...)
21568  Branch: perl
21569        ! Changes Changes5.005 embed.h global.sym mg.c objXSUB.h objpp.h
21570        ! perl.h proto.h scope.c scope.h t/io/tell.t
21571 ____________________________________________________________________________
21572 [  1851] By: gsar                                  on 1998/09/23  10:37:05
21573     Log: From: Jochen Wiedmann <joe@ispsoft.de>
21574          Date: Thu, 17 Sep 1998 17:16:06 +0200
21575          Message-ID: <360127B6.E44564A@ispsoft.de>
21576          Subject: [PATCH] ExtUtils::MakeMaker::prompt cannot return 0
21577  Branch: perl
21578        ! lib/ExtUtils/MakeMaker.pm
21579 ____________________________________________________________________________
21580 [  1850] By: gsar                                  on 1998/09/23  10:33:05
21581     Log: From: andreas.koenig@kulturbox.de (Andreas J. Koenig)
21582          Date: 15 Sep 1998 01:32:31 +0200
21583          Message-ID: <sfchfya46eo.fsf@dubravka.in-berlin.de>
21584          Subject: Re: [PATCH] MakeMaker "test" target doesn't depend on "all"
21585  Branch: perl
21586        ! lib/ExtUtils/MM_Unix.pm
21587 ____________________________________________________________________________
21588 [  1849] By: gsar                                  on 1998/09/23  10:29:04
21589     Log: From: Charles Bailey <BAILEY@newman.upenn.edu>
21590          Date: Sat, 12 Sep 1998 19:25:32 -0400 (EDT)
21591          Message-id: <01J1QBJUAY1I002KOW@cor.newman.upenn.edu>
21592          Subject: Re: extralibs.ld problem in MM_VMS.pm
21593  Branch: perl
21594        ! lib/ExtUtils/MM_VMS.pm
21595 ____________________________________________________________________________
21596 [  1848] By: gsar                                  on 1998/09/23  10:25:24
21597     Log: From: Roderick Schertler <roderick@argon.org>
21598          Date: 11 Sep 1998 16:19:21 -0400
21599          Message-ID: <pzyarqpfli.fsf@eeyore.ibcinc.com>
21600          Subject: Re: Open2 and memory leaks
21601  Branch: perl
21602        ! lib/IPC/Open3.pm
21603 ____________________________________________________________________________
21604 [  1847] By: gsar                                  on 1998/09/23  10:18:31
21605     Log: From: Roderick Schertler <roderick@argon.org>
21606          Date: Wed, 09 Sep 1998 23:52:48 -0400
21607          Message-ID: <20567.905399568@eeyore.ibcinc.com>
21608          Subject: seed srand from /dev/urandom when possible
21609  Branch: perl
21610        ! pod/perlfunc.pod pp.c
21611 ____________________________________________________________________________
21612 [  1846] By: gsar                                  on 1998/09/23  10:12:22
21613     Log: From: Roderick Schertler <roderick@argon.org>
21614          Date: Thu, 10 Sep 1998 00:32:17 -0400
21615          Message-ID: <21142.905401937@eeyore.ibcinc.com>
21616          Subject: doc update for crypt()'s salt
21617  Branch: perl
21618        ! pod/perlfunc.pod
21619 ____________________________________________________________________________
21620 [  1845] By: gsar                                  on 1998/09/23  10:09:23
21621     Log: fix h2ph handling of C<#error "foo">
21622          From: SAKAI Kiyotaka <ksakai@netwk.ntt-at.co.jp>
21623          Date: Thu, 10 Sep 1998 09:59:33 +0900
21624          Message-Id: <19980910095933N.ksakai@netwk.ntt-at.co.jp>
21625          Subject: [5.005_02] h2ph problem
21626  Branch: perl
21627        ! utils/h2ph.PL
21628 ____________________________________________________________________________
21629 [  1844] By: gsar                                  on 1998/09/23  10:06:13
21630     Log: plug strictly private function leaks in API listing
21631  Branch: perl
21632        ! pod/perlguts.pod
21633 ____________________________________________________________________________
21634 [  1843] By: gsar                                  on 1998/09/23  10:02:57
21635     Log: hide symbol for static build
21636          From: Dominic Dunlop <domo@vo.lu>
21637          Date: Tue, 8 Sep 1998 21:40:46 +0000
21638          Message-Id: <v03110700b21b52db318d@[212.24.192.111]>
21639          Subject: Not OK: perl 5.00551 on powerpc-machten 4.1.1 [PATCH]
21640  Branch: perl
21641        ! regcomp.c
21642 ____________________________________________________________________________
21643 [  1842] By: gsar                                  on 1998/09/23  09:52:46
21644     Log: define PUT_svindex(), PUT_opindex()
21645  Branch: perl
21646        ! ext/B/B/Assembler.pm
21647 ____________________________________________________________________________
21648 [  1841] By: gsar                                  on 1998/09/23  09:44:25
21649     Log: From: Dominic Dunlop <domo@vo.lu>
21650          Date: Tue, 8 Sep 1998 15:34:53 +0000
21651          Message-Id: <v03110701b21afbdc7cfb@[212.24.192.76]>
21652          Subject: [PATCH 5.005_51] Eliminate pragma/warn-regexec test dependence on REG_INFTY value
21653  Branch: perl
21654        ! t/pragma/warn/regexec
21655 ____________________________________________________________________________
21656 [  1840] By: gsar                                  on 1998/09/23  09:42:17
21657     Log: pl2bat tweak from Tye McQueen <tye@metronet.com>
21658  Branch: perl
21659        ! win32/bin/pl2bat.pl
21660 ____________________________________________________________________________
21661 [  1839] By: gsar                                  on 1998/09/23  09:38:18
21662     Log: From: Drago Goricanec <drago@raptor.otsd.ts.fujitsu.co.jp>
21663          Date: Mon, 7 Sep 1998 17:36:09 +0900
21664          Message-Id: <199809070836.RAA14631@raptor.otsd.ts.fujitsu.co.jp>
21665          Subject: Thread::cond_wait bug in 5.005.51 causes deadlock
21666  Branch: perl
21667        ! ext/Thread/Thread.xs
21668 ____________________________________________________________________________
21669 [  1838] By: gsar                                  on 1998/09/23  09:21:11
21670     Log: From: "Green, Paul" <pgreen@seussnt.stratus.com>
21671          Date: Thu, 10 Sep 1998 00:02:07 -0400
21672          Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
21673          Subject: RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
21674  Branch: perl
21675        + README.vos vos/Changes vos/build.cm vos/compile_perl.cm
21676        + vos/config.h vos/config_h.SH_orig vos/perl.bind
21677        + vos/test_vos_dummies.c vos/vos_dummies.c vos/vosish.h
21678        ! MANIFEST perl.c perl.h pod/perlport.pod
21679 ____________________________________________________________________________
21680 [  1837] By: gsar                                  on 1998/09/23  08:45:58
21681     Log: (via private mail)
21682          From: Charles Bailey <BAILEY@newman.upenn.edu>
21683          Date: Sat, 05 Sep 1998 01:23:58 -0400 (EDT)
21684          Message-id: <01J1FH7R43NS002F14@cor.newman.upenn.edu>
21685          Subject: [Patch 5.005_02] Miscellaneous VMS cleanup
21686  Branch: perl
21687        ! Changes Changes5.005 README.vms ext/DynaLoader/dl_vms.xs
21688        ! lib/Cwd.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
21689        ! lib/ExtUtils/Mksymlists.pm lib/File/Copy.pm lib/File/Path.pm
21690        ! lib/File/Spec.pm pod/perldiag.pod pod/perlfaq1.pod
21691        ! pod/perlport.pod pod/perlrun.pod vms/ext/DCLsym/0README.txt
21692        ! vms/ext/DCLsym/DCLsym.pm vms/ext/DCLsym/DCLsym.xs
21693        ! vms/ext/Filespec.pm vms/ext/XSSymSet.pm vms/gen_shrfls.pl
21694        ! vms/mms2make.pl vms/perly_c.vms vms/sockadapt.c
21695        ! vms/sockadapt.h vms/test.com vms/vms.c vms/vms_yfix.pl
21696        ! vms/writemain.pl
21697 ____________________________________________________________________________
21698 [  1836] By: gsar                                  on 1998/09/23  08:17:42
21699     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21700          Date: Sat, 5 Sep 1998 00:14:51 -0400 (EDT)
21701          Message-Id: <199809050414.AAA19801@monk.mps.ohio-state.edu>
21702          Subject: [PATCH 5.005_*] OS/2 spawning typos
21703  Branch: perl
21704        ! os2/os2.c
21705 ____________________________________________________________________________
21706 [  1835] By: gsar                                  on 1998/09/23  08:09:55
21707     Log: warn on C<my($foo,$foo)>
21708  Branch: perl
21709        ! op.c pod/perldiag.pod
21710 ____________________________________________________________________________
21711 [  1834] By: gsar                                  on 1998/09/23  07:35:56
21712     Log: From: pvhp@forte.com (Peter Prymmer)
21713          Date: Fri, 4 Sep 98 13:27:41 PDT
21714          Message-Id: <9809042027.AA04463@forte.com>
21715          Subject: [PATCH 5.005_02 && 5.005_51] general updates to README.vms
21716  Branch: perl
21717        ! README.vms
21718 ____________________________________________________________________________
21719 [  1833] By: gsar                                  on 1998/09/23  07:27:34
21720     Log: From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
21721          Date: Wed, 2 Sep 1998 10:06:49 -0700 (PDT)
21722          Message-Id: <199809021706.KAA26349@xfiles.intercon.hp.com>
21723          Subject: PATCH: 5.005_02 hint/hpux.sh
21724  Branch: perl
21725        ! hints/hpux.sh
21726 ____________________________________________________________________________
21727 [  1832] By: gsar                                  on 1998/09/23  07:22:40
21728     Log: fix (some) installhtml bugs
21729          From: Larry Parmelee <parmelee@CS.Cornell.EDU>
21730          Date: Tue, 1 Sep 1998 12:43:40 -0400 (EDT)
21731          Message-Id: <199809011643.MAA05702@sundown.cs.cornell.edu>
21732          Subject: installhtml script needs work
21733  Branch: perl
21734        ! installhtml
21735 ____________________________________________________________________________
21736 [  1831] By: gsar                                  on 1998/09/23  07:19:30
21737     Log: document 'U' magic with examples
21738          From: Alan Burlison <Alan.Burlison@UK.Sun.com>
21739          Date: Tue, 1 Sep 1998 15:54:06 +0100 (BST)
21740          Message-Id: <199809011455.PAA00631@sale-wts>
21741          Subject: Re: Looking for some XS MAGIC examples...
21742  Branch: perl
21743        ! pod/perlguts.pod
21744 ____________________________________________________________________________
21745 [  1830] By: gsar                                  on 1998/09/23  07:16:43
21746     Log: From: pvhp@forte.com (Peter Prymmer)
21747          Date: Mon, 31 Aug 98 17:13:49 PDT
21748          Message-Id: <9809010013.AA06737@forte.com>
21749          Subject: [PATCH: 5.005_02; yet another system configuration tip for OS/390]
21750  Branch: perl
21751        ! README.os390
21752 ____________________________________________________________________________
21753 [  1829] By: gsar                                  on 1998/09/23  07:15:08
21754     Log: fix problematic typecast in filter_del()
21755          From: Mark P Lutz <tecmpl1@triton.ca.boeing.com>
21756          Date: Mon, 31 Aug 1998 21:13:11 GMT
21757          Message-Id: <199808312113.VAA53356@triton.ca.boeing.com>
21758          Subject: perl5.005_02 does not build on Cray T90
21759  Branch: perl
21760        ! toke.c
21761 ____________________________________________________________________________
21762 [  1828] By: gsar                                  on 1998/09/23  07:11:34
21763     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21764          Date: Mon, 31 Aug 1998 14:52:10 -0400 (EDT)
21765          Message-Id: <199808311852.OAA24676@monk.mps.ohio-state.edu>
21766          Subject: [PATCH 5.005_5*] (?>) broken in RE
21767  Branch: perl
21768        ! regexec.c t/op/re_tests
21769 ____________________________________________________________________________
21770 [  1827] By: gsar                                  on 1998/09/23  07:09:50
21771     Log: U/WIN testsuite patches from Joe Buehler <jhpb@hekimian.com>
21772  Branch: perl
21773        ! t/op/grent.t t/op/groups.t
21774 ____________________________________________________________________________
21775 [  1826] By: gsar                                  on 1998/09/23  07:03:16
21776     Log: From: Jarkko Hietaniemi <jhi@iki.fi>
21777          Date: Wed, 12 Aug 1998 22:41:37 +0300 (EET DST)
21778          Message-Id: <199808121941.WAA06263@alpha.hut.fi>
21779          Subject: [PATCH] 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs it
21780  Branch: perl
21781        - interp.sym
21782        ! MANIFEST Makefile.SH embed.pl perl_exp.SH
21783 ____________________________________________________________________________
21784 [  1825] By: gsar                                  on 1998/09/23  06:56:40
21785     Log: re-introduce change#1703
21786  Branch: perl
21787        ! ext/re/re.pm pod/perlre.pod regcomp.c regexec.c thrdvar.h
21788 ____________________________________________________________________________
21789 [  1824] By: gsar                                  on 1998/09/23  06:44:19
21790     Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21791          Date: Sat, 29 Aug 1998 17:38:30 -0400 (EDT)
21792          Message-Id: <199808292138.RAA18359@monk.mps.ohio-state.edu>
21793          Subject: [PATCH 5.005_*] Protect debugger from nonlocal exits
21794  Branch: perl
21795        ! lib/perl5db.pl
21796 ____________________________________________________________________________
21797 [  1823] By: gsar                                  on 1998/09/23  06:41:34
21798         Log: From: Joe Buehler <jhpb@hekimian.com>
21799              Date: 29 Aug 1998 17:13:28 -0400
21800              Message-ID: <yd37lzro5jb.fsf@pandora.hekimian.com>
21801              Subject: patches for perl 5.005_51 under U/WIN
21802      Branch: perl
21803            + hints/uwin.sh
21804            ! Configure installman lib/ExtUtils/MM_Unix.pm makedepend.SH
21805            ! t/lib/posix.t
21806 ____________________________________________________________________________
21807 [  1822] By: gsar                                  on 1998/09/23  06:36:59
21808         Log: add missing C<no utf8;> tweak from Larry
21809      Branch: perl
21810            ! t/op/subst.t
21811 ____________________________________________________________________________
21812 [  1821] By: gsar                                  on 1998/09/23  06:27:51
21813         Log: s/runops/CALLRUNOPS/
21814      Branch: perl
21815            ! cc_runtime.h
21816 ____________________________________________________________________________
21817 [  1820] By: gsar                                  on 1998/09/23  06:24:49
21818         Log: rename t/pragma/warn-* to t/pragma/warn/*, be 8.3-friendly
21819      Branch: perl
21820           +> t/pragma/warn/1global t/pragma/warn/2use t/pragma/warn/3both
21821           +> t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/doio
21822           +> t/pragma/warn/gv t/pragma/warn/mg t/pragma/warn/op
21823           +> t/pragma/warn/perl t/pragma/warn/perly t/pragma/warn/pp
21824           +> t/pragma/warn/pp_ctl t/pragma/warn/pp_hot t/pragma/warn/pp_sys
21825           +> t/pragma/warn/regcomp t/pragma/warn/regexec t/pragma/warn/sv
21826           +> t/pragma/warn/taint t/pragma/warn/toke t/pragma/warn/universal
21827           +> t/pragma/warn/util
21828            - t/pragma/warn-1global t/pragma/warn-2use t/pragma/warn-3both
21829            - t/pragma/warn-4lint t/pragma/warn-5nolint t/pragma/warn-doio
21830            - t/pragma/warn-gv t/pragma/warn-mg t/pragma/warn-op
21831            - t/pragma/warn-perl t/pragma/warn-perly t/pragma/warn-pp
21832            - t/pragma/warn-pp_ctl t/pragma/warn-pp_hot t/pragma/warn-pp_sys
21833            - t/pragma/warn-regcomp t/pragma/warn-regexec t/pragma/warn-sv
21834            - t/pragma/warn-taint t/pragma/warn-toke t/pragma/warn-universal
21835            - t/pragma/warn-util
21836            ! MANIFEST t/pragma/warning.t
21837 ____________________________________________________________________________
21838 [  1819] By: gsar                                  on 1998/09/23  06:08:46
21839         Log: make \(%foo) return refs to values (not copies of values)
21840              From: Stephen McCamant <smccam@uclink4.berkeley.edu>
21841              Date: Fri, 28 Aug 1998 20:46:10 -0700 (PDT)
21842              Message-ID: <13799.30680.47765.352558@fre-76-120.reshall.berkeley.edu>
21843              --
21844              From: Roderick Schertler <roderick@argon.org>
21845              Date: Sat, 29 Aug 1998 00:58:33 -0400
21846              Message-ID: <29894.904366713@eeyore.ibcinc.com>
21847              Subject: Re: \(%x) problems
21848      Branch: perl
21849            ! doop.c pod/perlref.pod
21850 ____________________________________________________________________________
21851 [  1818] By: gsar                                  on 1998/09/23  06:05:08
21852         Log: make h2xs generate ANSI prototypes
21853      Branch: perl
21854            ! utils/h2xs.PL
21855 ____________________________________________________________________________
21856 [  1817] By: gsar                                  on 1998/09/23  05:57:16
21857         Log: updated usethreads hints for hpux 10.X
21858              From: Matthew T Harden <mthard@mthard1.monsanto.com>
21859              Date: Fri, 28 Aug 1998 14:10:42 GMT
21860              Message-Id: <199808281410.AA11058@mthard1.monsanto.com>
21861              Subject: Re: OK: perl 5.00502 on PA-RISC1.1-thread 10.20 (UNINSTALLED)
21862      Branch: perl
21863            ! hints/hpux.sh perl.h
21864 ____________________________________________________________________________
21865 [  1816] By: gsar                                  on 1998/09/23  05:53:31
21866         Log: don't create empty directories in installperl
21867              From: Robin Barker <rmb1@cise.npl.co.uk>
21868              Date: Fri, 21 Aug 1998 11:29:24 +0100 (BST)
21869              Message-Id: <199808211029.LAA00551@cyclone.cise.npl.co.uk>
21870              Subject: [PATCH 5.005_02] install: empty dirs
21871      Branch: perl
21872            ! installperl
21873 ____________________________________________________________________________
21874 [  1815] By: gsar                                  on 1998/09/23  05:50:36
21875         Log: make behavior of /(a{3})+/ like /(aaa)+/ w.r.t where it matches
21876              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21877              Date: Fri, 21 Aug 1998 05:41:02 -0400 (EDT)
21878              Message-Id: <199808210941.FAA16467@monk.mps.ohio-state.edu>
21879              Subject: Re: your mail
21880      Branch: perl
21881            ! regexec.c t/op/re_tests
21882 ____________________________________________________________________________
21883 [  1814] By: gsar                                  on 1998/09/23  05:45:17
21884         Log: From: "Kurt D. Starsinic" <kstar@chapin.edu>
21885              Date: Thu, 20 Aug 1998 20:59:03 -0400
21886              Message-ID: <19980820205903.A12908@O2.chapin.edu>
21887              Subject: [PATCH] h2ph misquotes #error directives
21888      Branch: perl
21889            ! t/lib/h2ph.pht utils/h2ph.PL
21890 ____________________________________________________________________________
21891 [  1813] By: gsar                                  on 1998/09/23  05:42:41
21892         Log: patch to support computed regular subexpressions
21893              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21894              Date: Thu, 20 Aug 1998 15:19:50 -0400 (EDT)
21895              Message-Id: <199808201919.PAA04692@monk.mps.ohio-state.edu>
21896              Subject: [5.005_5* PATCH] Postponed RE - now!
21897      Branch: perl
21898            ! embedvar.h objXSUB.h pod/perlre.pod regcomp.c regexec.c
21899            ! t/op/pat.t t/op/re_tests thrdvar.h toke.c
21900 ____________________________________________________________________________
21901 [  1812] By: gsar                                  on 1998/09/23  05:26:26
21902         Log: better CR-handling on shebang line and in formats (fixed variant of
21903              patch suggested by Igor Sysoev <igor@nitek.ru>)
21904      Branch: perl
21905            ! perl.c toke.c
21906 ____________________________________________________________________________
21907 [  1811] By: gsar                                  on 1998/09/23  04:35:46
21908         Log: document non-loopish blocks better
21909              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21910              Date: Tue, 18 Aug 1998 12:28:36 +0100
21911              Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
21912              Subject: Re: next in do {} while block gives error message
21913      Branch: perl
21914            ! pod/perlfunc.pod
21915 ____________________________________________________________________________
21916 [  1810] By: gsar                                  on 1998/09/23  04:12:05
21917         Log: fix bogus integerization of pop()'s return value
21918              From: Gurusamy Sarathy <gsar@engin.umich.edu>
21919              Date: Sat, 15 Aug 1998 23:27:54 -0400
21920              Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
21921              Subject: Re: Complex expression does integer arithmetic 
21922      Branch: perl
21923            ! opcode.h opcode.pl
21924 ____________________________________________________________________________
21925 [  1809] By: gsar                                  on 1998/09/23  04:09:43
21926         Log: tweak README.win32
21927      Branch: perl
21928            ! README.win32
21929 ____________________________________________________________________________
21930 [  1808] By: gsar                                  on 1998/09/23  03:40:57
21931         Log: better diagnostic for do{} used as lvalue
21932      Branch: perl
21933            ! op.c pod/perlport.pod
21934 ____________________________________________________________________________
21935 [  1807] By: gsar                                  on 1998/09/23  03:38:30
21936         Log: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
21937              From: hansm@icgroup.nl
21938              Date: Tue, 11 Aug 98 21:08:51 +0200
21939              Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
21940              Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)
21941      Branch: perl
21942            ! malloc.c
21943 ____________________________________________________________________________
21944 [  1806] By: gsar                                  on 1998/09/23  03:36:08
21945         Log: support make written in perl (aka "pmake") on win32
21946      Branch: perl
21947            ! lib/ExtUtils/MM_Win32.pm
21948 ____________________________________________________________________________
21949 [  1805] By: gsar                                  on 1998/09/23  03:30:07
21950         Log: fix mismatched UV/U32 types for to_utf8_*()
21951      Branch: perl
21952            ! utf8.c
21953 ____________________________________________________________________________
21954 [  1804] By: gsar                                  on 1998/09/23  03:22:22
21955         Log: From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
21956              Date: Sun, 9 Aug 1998 22:38:23 +0200
21957              Message-ID: <19980809223823.A215@cdata.tvnet.hu>
21958              Subject: [PATCH 5.5002] dos-djgpp update
21959      Branch: perl
21960            ! t/io/fs.t
21961 ____________________________________________________________________________
21962 [  1803] By: gsar                                  on 1998/09/23  03:20:13
21963         Log: apply minimal variant of patch (sent via private mail)
21964              From: jarkko.hietaniemi@research.nokia.com (Jarkko Hietaniemi)
21965              Date: Wed, 12 Aug 1998 15:42:35 +0300
21966              Message-Id: <199808121242.PAA29761@comanche.spices>
21967              Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands
21968      Branch: perl
21969            ! MANIFEST perl.h pod/perllocale.pod pod/perlop.pod
21970            ! pod/perlre.pod regcomp.c t/pragma/locale.t toke.c
21971 ____________________________________________________________________________
21972 [  1802] By: gsar                                  on 1998/09/23  03:03:39
21973         Log: adjust searchdict.t for EBCDIC (still needs documenting)
21974              From: pvhp@forte.com (Peter Prymmer)
21975              Date: Thu, 6 Aug 98 18:09:39 PDT
21976              Message-Id: <9808070109.AA06158@forte.com>
21977              Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t
21978      Branch: perl
21979            ! README.os390 t/lib/searchdict.t
21980 ____________________________________________________________________________
21981 [  1801] By: gsar                                  on 1998/09/23  02:54:15
21982         Log: silence redefined warning for XS(INIT) {}
21983      Branch: perl
21984            ! op.c
21985 ____________________________________________________________________________
21986 [  1800] By: gsar                                  on 1998/09/23  02:42:23
21987         Log: support match indices via special variables @- and @+
21988              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21989              Date: Tue, 21 Jul 1998 23:00:35 -0400 (EDT)
21990              Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
21991              Subject: [PATCH 5.004_76] @- and @+
21992      Branch: perl
21993            ! av.c embed.h global.sym gv.c mg.c objXSUB.h objpp.h perl.h
21994            ! pod/perlvar.pod proto.h regnodes.h sv.c t/op/pat.t toke.c
21995 ____________________________________________________________________________
21996 [  1799] By: gsar                                  on 1998/09/23  01:44:31
21997         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21998              Date: Tue, 11 Aug 1998 18:43:29 -0400 (EDT)
21999              Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>
22000              Subject: Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
22001      Branch: perl
22002            ! regcomp.c t/op/re_tests
22003 ____________________________________________________________________________
22004 [  1798] By: gsar                                  on 1998/09/23  01:39:23
22005         Log: integrate maint-5.005 changes (except conflicting change#1794)
22006      Branch: perl
22007            ! Changes
22008           !> objXSUB.h op.c pod/perlfunc.pod pp.c regcomp.c t/op/re_tests
22009           !> toke.c util.c win32/config.bc win32/config.gc win32/config.vc
22010           !> win32/win32.h
22011 ____________________________________________________________________________
22012 [  1797] By: gsar                                  on 1998/09/23  01:32:36
22013         Log: add note to win32/Makefile about setting CCHOME
22014      Branch: perl
22015            ! win32/Makefile win32/makefile.mk
22016 ____________________________________________________________________________
22017 [  1796] By: gsar                                  on 1998/09/23  01:31:32
22018         Log: perl.pod tweak
22019      Branch: perl
22020            ! pod/perl.pod
22021 ____________________________________________________________________________
22022 [  1795] By: gsar                                  on 1998/09/21  20:34:10
22023         Log: make xsubpp generate well-formed code with CAPI && !PERL_OBJECT
22024      Branch: perl
22025            ! lib/ExtUtils/xsubpp
22026 ____________________________________________________________________________
22027 [  1789] By: gsar                                  on 1998/09/18  18:01:37
22028         Log: delay freeing itervar so C<for $i (@a) { return($i) }> works
22029      Branch: perl
22030            ! cop.h t/cmd/for.t
22031 ____________________________________________________________________________
22032 [  1788] By: gsar                                  on 1998/09/17  02:19:11
22033         Log: resync win32/config.?c with Porting/config.sh to pick up apiversion
22034      Branch: perl
22035            ! win32/config.bc win32/config.gc win32/config.vc
22036 ____________________________________________________________________________
22037 [  1787] By: gsar                                  on 1998/09/17  01:45:14
22038         Log: suppress bogus warning on C<sub x {} x()>
22039      Branch: perl
22040            ! toke.c
22041 ____________________________________________________________________________
22042 [  1786] By: gsar                                  on 1998/09/17  01:42:51
22043         Log: ntohl typo in objXSUB.h
22044      Branch: perl
22045            ! objXSUB.h
22046 ____________________________________________________________________________
22047 [  1785] By: gsar                                  on 1998/09/17  01:41:48
22048         Log: fill gaps in sig_* entries in win32/config.?c
22049      Branch: perl
22050            ! win32/config.bc win32/config.gc win32/config.vc
22051 ____________________________________________________________________________
22052 [  1781] By: larry                                 on 1998/09/05  23:48:24
22053         Log: tr/// logic was hosed under utf8
22054      Branch: perl
22055            ! doop.c op.c op.h pp.c proto.h
22056 ____________________________________________________________________________
22057 [  1780] By: larry                                 on 1998/09/05  23:44:16
22058         Log: several new tests needed tweaking to work under utf8
22059      Branch: perl
22060            ! t/comp/require.t t/op/pack.t t/op/substr.t
22061 ____________________________________________________________________________
22062 [  1779] By: larry                                 on 1998/09/05  23:41:42
22063         Log: index() applied BM optimization to wrong argument
22064      Branch: perl
22065            ! op.c util.c
22066 ____________________________________________________________________________
22067 [  1778] By: larry                                 on 1998/09/05  23:38:29
22068         Log: Implicit require during compile reset line numbering
22069      Branch: perl
22070            ! pp_ctl.c
22071
22072 ----------------
22073 Version 5.005_51
22074 ----------------
22075
22076 ____________________________________________________________________________
22077 [  1777] By: gsar                                  on 1998/08/10  07:02:38
22078         Log: various tweaks: fix signed vs. unsigned problems that prevented C++
22079              builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
22080              lexical warning testsuite for win32
22081      Branch: perl
22082            ! Changes doop.c embed.h global.sym objXSUB.h objpp.h op.c
22083            ! pod/perlhist.pod pp.c pp_hot.c proto.h regcomp.c regexec.c
22084            ! sv.c t/pragma/warn-doio t/pragma/warn-mg t/pragma/warn-op
22085            ! t/pragma/warn-regexec toke.c utf8.c win32/GenCAPI.pl
22086            ! win32/Makefile win32/makefile.mk
22087 ____________________________________________________________________________
22088 [  1776] By: gsar                                  on 1998/08/09  17:53:48
22089         Log: fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
22090      Branch: perl
22091            ! Changes MANIFEST perl.c pod/perlhist.pod
22092 ____________________________________________________________________________
22093 [  1775] By: gsar                                  on 1998/08/09  14:35:33
22094         Log: tweak warning test
22095      Branch: perl
22096            ! t/pragma/warn-toke
22097 ____________________________________________________________________________
22098 [  1774] By: gsar                                  on 1998/08/09  14:13:46
22099         Log: add missing dTHR; notes for test failures due to small stacksize
22100      Branch: perl
22101            ! doio.c gv.c op.c sv.c t/pragma/warn-mg t/pragma/warn-regexec
22102            ! toke.c universal.c util.c
22103 ____________________________________________________________________________
22104 [  1773] By: gsar                                  on 1998/08/09  11:31:53
22105         Log: lexical warnings; tweaks to places that didn't apply correctly
22106              From:    pmarquess@bfsec.bt.co.uk (Paul Marquess)
22107              Date:    Wed, 29 Jul 1998 09:28:45 BST
22108              Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
22109              Subject: lexical warnings patch for 5.005_50
22110      Branch: perl
22111            + README.lexwarn lib/warning.pm t/pragma/warn-2use
22112            + t/pragma/warn-3both t/pragma/warn-4lint t/pragma/warn-5nolint
22113            + t/pragma/warn-doio t/pragma/warn-gv t/pragma/warn-mg
22114            + t/pragma/warn-op t/pragma/warn-perl t/pragma/warn-perly
22115            + t/pragma/warn-pp t/pragma/warn-pp_ctl t/pragma/warn-pp_hot
22116            + t/pragma/warn-pp_sys t/pragma/warn-regcomp
22117            + t/pragma/warn-regexec t/pragma/warn-sv t/pragma/warn-taint
22118            + t/pragma/warn-toke t/pragma/warn-universal t/pragma/warn-util
22119            + warning.h warning.pl
22120            ! Changes MANIFEST Makefile.SH cop.h doio.c global.sym gv.c
22121            ! lib/diagnostics.pm mg.c op.c op.h perl.c perl.h pp.c pp_ctl.c
22122            ! pp_hot.c pp_sys.c proto.h regcomp.c regexec.c sv.c t/op/tie.t
22123            ! t/pragma/warn-1global t/pragma/warning.t taint.c toke.c
22124            ! universal.c util.c
22125 ____________________________________________________________________________
22126 [  1772] By: gsar                                  on 1998/08/08  23:06:00
22127         Log: bump patchlevel to 5.005_51
22128      Branch: perl
22129            ! patchlevel.h win32/Makefile win32/config_H.bc
22130            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
22131 ____________________________________________________________________________
22132 [  1771] By: gsar                                  on 1998/08/08  23:01:57
22133         Log: fix bogus warning on "\x{123}"
22134              From: pmarquess@claudius.bfsec.bt.co.uk (Paul Marquess)
22135              Date: Mon, 27 Jul 1998 06:16:15 +0100 (BST)
22136              Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
22137              Subject: [5.005_50 PATCH] Some unicode problems
22138      Branch: perl
22139            ! regcomp.c toke.c
22140 ____________________________________________________________________________
22141 [  1770] By: gsar                                  on 1998/08/08  22:56:55
22142         Log: hide dup symbol for static build of ext/re
22143              From: Dominic Dunlop <domo@ppp72.vo.lu>
22144              Date: Wed, 29 Jul 1998 11:09:56 +0100 (WET DST)
22145              Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
22146              Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]
22147      Branch: perl
22148            ! regcomp.c
22149 ____________________________________________________________________________
22150 [  1769] By: gsar                                  on 1998/08/08  22:45:06
22151         Log: fix double free on -Mutf8 -e '$b=uc("")'
22152              From: larry@wall.org (Larry Wall)
22153              Date: Fri, 7 Aug 1998 14:42:43 -0700
22154              Message-Id: <199808072142.OAA14920@wall.org>
22155              Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails
22156      Branch: perl
22157            ! pp.c
22158 ____________________________________________________________________________
22159 [  1768] By: gsar                                  on 1998/08/08  22:42:29
22160         Log: substr() assumes utf8 without say-so
22161              From: larry@wall.org (Larry Wall)
22162              Date: Fri, 7 Aug 1998 12:25:12 -0700
22163              Message-Id: <199808071925.MAA13436@wall.org>
22164              Subject: [PATCH 5.005_50] substr bug?
22165      Branch: perl
22166            ! pp.c
22167 ____________________________________________________________________________
22168 [  1767] By: gsar                                  on 1998/08/08  22:38:25
22169         Log: fix intolerance of SWASHes for blank lines
22170              From: Gisle Aas <aas@sn.no>
22171              Date: 06 Aug 1998 23:28:57 +0200
22172              Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
22173              Subject: Re: Re[2]: another joyride begins
22174      Branch: perl
22175            ! lib/utf8_heavy.pl
22176 ____________________________________________________________________________
22177 [  1766] By: gsar                                  on 1998/08/08  22:33:10
22178         Log: utf8 doc tweak
22179              From: Gisle Aas <aas@sn.no>
22180              Date: 05 Aug 1998 00:41:04 +0200
22181              Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
22182              Subject: Matching clumps
22183      Branch: perl
22184            ! lib/utf8.pm
22185 ____________________________________________________________________________
22186 [  1765] By: gsar                                  on 1998/08/08  22:31:37
22187         Log: kill bogus warning from -we 'use utf8; $_="\x{FF}"'
22188              From: Gisle Aas <aas@sn.no>
22189              Date: 04 Aug 1998 22:56:11 +0200
22190              Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
22191              Subject: Re: another joyride begins
22192      Branch: perl
22193            ! lib/utf8_heavy.pl
22194 ____________________________________________________________________________
22195 [  1764] By: gsar                                  on 1998/08/08  22:28:43
22196         Log: From: larry@wall.org (Larry Wall)
22197              Date: Tue, 4 Aug 1998 17:04:51 -0700
22198              Message-Id: <199808050004.RAA22592@wall.org>
22199              Subject: [PATCH 5.005_50] \pX not implemented!
22200      Branch: perl
22201            ! regcomp.c
22202 ____________________________________________________________________________
22203 [  1763] By: gsar                                  on 1998/08/08  22:27:15
22204         Log: From: Stephen McCamant <alias@mcs.com>
22205              Date: Sun,  2 Aug 1998 16:33:18 -0500 (CDT)
22206              Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>
22207              Subject: [PATCH] Eliminate superfluous RV2p[AH]Vs in oops[AH]V()
22208      Branch: perl
22209            ! op.c
22210 ____________________________________________________________________________
22211 [  1762] By: gsar                                  on 1998/08/08  22:26:09
22212         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
22213              Date: Sun, 2 Aug 1998 22:05:28 +0300 (EET DST)
22214              Message-Id: <199808021905.WAA10592@alpha.hut.fi>
22215              Subject: [PATCH] 5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
22216      Branch: perl
22217            + t/op/grent.t t/op/pwent.t
22218            ! MANIFEST
22219 ____________________________________________________________________________
22220 [  1761] By: gsar                                  on 1998/08/08  22:21:52
22221         Log: From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22222              Date: Thu, 30 Jul 1998 19:23:56 -0400 (EDT)
22223              Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>
22224              Subject: [5.005_50 PATCH] misprint in RE engine
22225      Branch: perl
22226            ! regexec.c t/op/re_tests
22227 ____________________________________________________________________________
22228 [  1760] By: gsar                                  on 1998/08/08  22:18:54
22229         Log: integrate maint-5.005 changes into mainline
22230      Branch: perl
22231           +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
22232           !> (integrate 138 files)
22233 ____________________________________________________________________________
22234 [  1672] By: gsar                                  on 1998/07/27  18:35:28
22235         Log: create new Changes
22236      Branch: perl
22237            + Changes
22238            ! Changes5.005 MANIFEST
22239 ____________________________________________________________________________
22240 [  1671] By: gsar                                  on 1998/07/27  18:30:57
22241         Log: rename Changes --> Changes5.005
22242      Branch: perl
22243           +> Changes5.005
22244            - Changes
22245 ____________________________________________________________________________
22246 [  1670] By: gsar                                  on 1998/07/27  18:10:14
22247         Log: integrate 5.005_01 changes from maint
22248      Branch: perl
22249            ! Changes
22250           !> README.win32 pod/perldelta.pod proto.h toke.c win32/GenCAPI.pl
22251           !> win32/win32.c
22252 ____________________________________________________________________________
22253 [  1667] By: nick                                  on 1998/07/26  14:31:01
22254         Log: Add dTHR so that it compiles miniperl in threaded mode
22255      Branch: perl
22256            ! doop.c mg.c regcomp.c regexec.c
22257 ____________________________________________________________________________
22258 [  1666] By: nick                                  on 1998/07/26  13:01:10
22259         Log: Resolve ansiperl against mainline (@1648?)
22260              Unclear that change number has "taken".
22261      Branch: ansiperl
22262           +> (branch 169 files)
22263            - ObjXSub.h XSLock.h compat3.sym fixvars pod/perld4.pod
22264           !> (integrate 131 files)
22265
22266 ----------------
22267 Version 5.005_50
22268 ----------------
22269
22270 ____________________________________________________________________________
22271 [  1665] By: gsar                                  on 1998/07/26  05:38:48
22272         Log: add trailing newline to file
22273      Branch: perl
22274            ! Changes lib/unicode/blocks.txt
22275 ____________________________________________________________________________
22276 [  1664] By: gsar                                  on 1998/07/26  05:08:48
22277         Log: integrate proto.h additions from maint-5.005
22278      Branch: perl
22279           !> pod/perlhist.pod proto.h
22280 ____________________________________________________________________________
22281 [  1663] By: gsar                                  on 1998/07/26  05:07:05
22282         Log: add new files to MANIFEST; add missing prototypes to proto.h;
22283              s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
22284              add typecasts to silence warnings; tweaks for win32 builds
22285      Branch: perl
22286            ! MANIFEST embed.h global.sym proto.h regexec.c toke.c utf8.h
22287            ! win32/Makefile win32/makefile.mk
22288 ____________________________________________________________________________
22289 [  1662] By: gsar                                  on 1998/07/26  05:01:52
22290         Log: add missing sv_*_mg() prototypes in proto.h, update perlhist.pod
22291      Branch: maint-5.005/perl
22292            ! pod/perlhist.pod proto.h
22293 ____________________________________________________________________________
22294 [  1661] By: gsar                                  on 1998/07/26  02:52:48
22295         Log: up patchlevel to 5.005_50
22296      Branch: perl
22297            ! Changes patchlevel.h win32/Makefile win32/config_H.bc
22298            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
22299 ____________________________________________________________________________
22300 [  1660] By: gsar                                  on 1998/07/26  02:43:57
22301         Log: integrate utfperl
22302      Branch: perl
22303           +> (branch 162 files)
22304           !> (integrate 29 files)
22305 ____________________________________________________________________________
22306 [  1659] By: gsar                                  on 1998/07/26  02:38:22
22307         Log: integrate maint-5.005 changes
22308      Branch: perl
22309           !> Changes README.vms djgpp/fixpmain emacs/ptags hints/beos.sh
22310           !> lib/Math/BigInt.pm pod/perldelta.pod pod/perlmodinstall.pod
22311           !> pod/perltoc.pod pp_sys.c t/lib/bigintpm.t
22312           !> vms/descrip_mms.template vms/subconfigure.com
22313 ____________________________________________________________________________
22314 [  1658] By: gsar                                  on 1998/07/26  02:23:46
22315         Log: VMS patches from Dan Sugalski <sugalskd@osshe.edu>
22316              Date: Fri, 24 Jul 1998 11:38:25 -0700
22317              Message-Id: <3.0.5.32.19980724113825.00a067b0@ous.edu>
22318              Subject: [PATCH 5.005] version number problem with VMS (Corrected)
22319              --
22320              Date: Fri, 24 Jul 1998 12:30:36 -0700
22321              Message-Id: <3.0.5.32.19980724123036.009f0390@ous.edu>
22322              Subject: [PATCH 5.005]Tweaks to README.vms
22323              --
22324              Date: Sat, 25 Jul 1998 17:56:55 -0700 (PDT)
22325              Message-ID: <Pine.GSO.3.96.980725175626.15740D-100000@netserve.ous.edu>
22326              Subject: [PATCH 5.005] Final build cleanup patch
22327      Branch: maint-5.005/perl
22328            ! README.vms vms/descrip_mms.template vms/subconfigure.com
22329 ____________________________________________________________________________
22330 [  1657] By: gsar                                  on 1998/07/26  02:19:50
22331         Log: another platform where pp_sselect() needs a whole fd_set buffer
22332              From: Lupe Christoph <lupe@alanya.m.isar.de>
22333              Date: Sat, 25 Jul 1998 19:49:33 +0200 (MET DST)
22334              Message-Id: <199807251749.TAA22347@alanya.m.isar.de>
22335              Subject: Patch for Not OK: perl 5.005 on i86pc-solaris-thread 2.6
22336      Branch: maint-5.005/perl
22337            ! pp_sys.c
22338 ____________________________________________________________________________
22339 [  1656] By: gsar                                  on 1998/07/26  02:12:46
22340         Log: fix problem building modules on dos-djgpp
22341              From: Laszlo Molnar <molnarl@cdata.tvnet.hu>
22342              Date: Sat, 25 Jul 1998 00:53:39 +0200
22343              Message-ID: <19980725005339.C222@cdata.tvnet.hu>
22344              Subject: [PATCH 5.005] dos-djgpp and modules problem
22345      Branch: maint-5.005/perl
22346            ! djgpp/fixpmain
22347 ____________________________________________________________________________
22348 [  1655] By: gsar                                  on 1998/07/26  02:11:09
22349         Log: From: Tom Spindler <dogcow@home.merit.edu>
22350              Date: Wed, 22 Jul 1998 16:11:07 -0400
22351              Message-ID: <19980722161107.A16813@home.merit.edu>
22352              Subject: [PATCH 5.005] BeOS tweak
22353      Branch: maint-5.005/perl
22354            ! hints/beos.sh
22355 ____________________________________________________________________________
22356 [  1654] By: gsar                                  on 1998/07/26  02:09:29
22357         Log: various pod tweaks
22358      Branch: maint-5.005/perl
22359            ! Changes pod/perldelta.pod pod/perlmodinstall.pod
22360            ! pod/perltoc.pod
22361 ____________________________________________________________________________
22362 [  1653] By: gsar                                  on 1998/07/26  02:05:46
22363         Log: fix emacs/ptags for PL_* changes
22364              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22365              Date: Fri, 24 Jul 1998 03:12:35 -0400 (EDT)
22366              Message-Id: <199807240712.DAA04204@monk.mps.ohio-state.edu>
22367              Subject: [PATCH 5.004_76] Yet better ptags
22368      Branch: maint-5.005/perl
22369            ! emacs/ptags
22370 ____________________________________________________________________________
22371 [  1652] By: gsar                                  on 1998/07/26  02:03:01
22372         Log: fix behavior of <=> on bigints
22373              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
22374              Message-Id: <E0yzlfF-0004kz-00@taurus.cus.cam.ac.uk>
22375              Date: Fri, 24 Jul 1998 18:29:53 +0100
22376              Subject: [PATCH] Re: Math::BigInt <=> op is not correct.
22377      Branch: maint-5.005/perl
22378            ! lib/Math/BigInt.pm t/lib/bigintpm.t
22379 ____________________________________________________________________________
22380 [  1651] By: larry                                 on 1998/07/24  05:44:33
22381         Log: Here are the long-expected Unicode/UTF-8 modifications.
22382      Branch: utfperl
22383            + lib/unicode/ArabLink.pl lib/unicode/ArabLnkGrp.pl
22384            + lib/unicode/Bidirectional.pl lib/unicode/Block.pl
22385            + lib/unicode/Category.pl lib/unicode/CombiningClass.pl
22386            + lib/unicode/Decomposition.pl
22387            + lib/unicode/In/AlphabeticPresentationForms.pl
22388            + lib/unicode/In/Arabic.pl
22389            + lib/unicode/In/ArabicPresentationForms-A.pl
22390            + lib/unicode/In/ArabicPresentationForms-B.pl
22391            + lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
22392            + lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
22393            + lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
22394            + lib/unicode/In/BoxDrawing.pl
22395            + lib/unicode/In/CJKCompatibility.pl
22396            + lib/unicode/In/CJKCompatibilityForms.pl
22397            + lib/unicode/In/CJKCompatibilityIdeographs.pl
22398            + lib/unicode/In/CJKSymbolsandPunctuation.pl
22399            + lib/unicode/In/CJKUnifiedIdeographs.pl
22400            + lib/unicode/In/CombiningDiacriticalMarks.pl
22401            + lib/unicode/In/CombiningHalfMarks.pl
22402            + lib/unicode/In/CombiningMarksforSymbols.pl
22403            + lib/unicode/In/ControlPictures.pl
22404            + lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
22405            + lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
22406            + lib/unicode/In/EnclosedAlphanumerics.pl
22407            + lib/unicode/In/EnclosedCJKLettersandMonths.pl
22408            + lib/unicode/In/GeneralPunctuation.pl
22409            + lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
22410            + lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
22411            + lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
22412            + lib/unicode/In/HalfwidthandFullwidthForms.pl
22413            + lib/unicode/In/HangulCompatibilityJamo.pl
22414            + lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
22415            + lib/unicode/In/Hebrew.pl
22416            + lib/unicode/In/HighPrivateUseSurrogates.pl
22417            + lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
22418            + lib/unicode/In/IPAExtensions.pl lib/unicode/In/Kanbun.pl
22419            + lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
22420            + lib/unicode/In/Lao.pl lib/unicode/In/Latin-1Supplement.pl
22421            + lib/unicode/In/LatinExtended-A.pl
22422            + lib/unicode/In/LatinExtended-B.pl
22423            + lib/unicode/In/LatinExtendedAdditional.pl
22424            + lib/unicode/In/LetterlikeSymbols.pl
22425            + lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
22426            + lib/unicode/In/MathematicalOperators.pl
22427            + lib/unicode/In/MiscellaneousSymbols.pl
22428            + lib/unicode/In/MiscellaneousTechnical.pl
22429            + lib/unicode/In/NumberForms.pl
22430            + lib/unicode/In/OpticalCharacterRecognition.pl
22431            + lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
22432            + lib/unicode/In/SmallFormVariants.pl
22433            + lib/unicode/In/SpacingModifierLetters.pl
22434            + lib/unicode/In/Specials.pl
22435            + lib/unicode/In/SuperscriptsandSubscripts.pl
22436            + lib/unicode/In/Tamil.pl lib/unicode/In/Telugu.pl
22437            + lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
22438            + lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
22439            + lib/unicode/Is/BidiAN.pl lib/unicode/Is/BidiB.pl
22440            + lib/unicode/Is/BidiCS.pl lib/unicode/Is/BidiEN.pl
22441            + lib/unicode/Is/BidiES.pl lib/unicode/Is/BidiET.pl
22442            + lib/unicode/Is/BidiL.pl lib/unicode/Is/BidiON.pl
22443            + lib/unicode/Is/BidiR.pl lib/unicode/Is/BidiS.pl
22444            + lib/unicode/Is/BidiWS.pl lib/unicode/Is/C.pl
22445            + lib/unicode/Is/Cc.pl lib/unicode/Is/Cn.pl lib/unicode/Is/Co.pl
22446            + lib/unicode/Is/DCcircle.pl lib/unicode/Is/DCcompat.pl
22447            + lib/unicode/Is/DCfinal.pl lib/unicode/Is/DCfont.pl
22448            + lib/unicode/Is/DCinital.pl lib/unicode/Is/DCinitial.pl
22449            + lib/unicode/Is/DCisolated.pl lib/unicode/Is/DCnarrow.pl
22450            + lib/unicode/Is/DCnoBreak.pl lib/unicode/Is/DCsmall.pl
22451            + lib/unicode/Is/DCsquare.pl lib/unicode/Is/DCsub.pl
22452            + lib/unicode/Is/DCsuper.pl lib/unicode/Is/DCvertical.pl
22453            + lib/unicode/Is/DCwide.pl lib/unicode/Is/DecoCanon.pl
22454            + lib/unicode/Is/DecoCompat.pl lib/unicode/Is/Digit.pl
22455            + lib/unicode/Is/L.pl lib/unicode/Is/Ll.pl lib/unicode/Is/Lm.pl
22456            + lib/unicode/Is/Lo.pl lib/unicode/Is/Lower.pl
22457            + lib/unicode/Is/Lt.pl lib/unicode/Is/Lu.pl lib/unicode/Is/M.pl
22458            + lib/unicode/Is/Mc.pl lib/unicode/Is/Mirrored.pl
22459            + lib/unicode/Is/Mn.pl lib/unicode/Is/N.pl lib/unicode/Is/Nd.pl
22460            + lib/unicode/Is/No.pl lib/unicode/Is/P.pl lib/unicode/Is/Pd.pl
22461            + lib/unicode/Is/Pe.pl lib/unicode/Is/Po.pl
22462            + lib/unicode/Is/Print.pl lib/unicode/Is/Ps.pl
22463            + lib/unicode/Is/S.pl lib/unicode/Is/Sc.pl lib/unicode/Is/Sm.pl
22464            + lib/unicode/Is/So.pl lib/unicode/Is/Space.pl
22465            + lib/unicode/Is/Upper.pl lib/unicode/Is/Z.pl
22466            + lib/unicode/Is/Zl.pl lib/unicode/Is/Zp.pl lib/unicode/Is/Zs.pl
22467            + lib/unicode/JamoShort.pl lib/unicode/Makefile
22468            + lib/unicode/Name.pl lib/unicode/Number.pl
22469            + lib/unicode/To/Digit.pl lib/unicode/To/Lower.pl
22470            + lib/unicode/To/Title.pl lib/unicode/To/Upper.pl
22471            + lib/unicode/UnicodeData-Latest.txt lib/unicode/arabshp.txt
22472            + lib/unicode/blocks.txt lib/unicode/index2.txt
22473            + lib/unicode/jamo2.txt lib/unicode/mktables.PL
22474            + lib/unicode/names2.txt lib/unicode/props2.txt
22475            + lib/unicode/readme.txt lib/utf8.pm lib/utf8_heavy.pl t/UTEST
22476            + utf8.c utf8.h
22477            ! Makefile.SH doop.c embed.h embedvar.h global.sym handy.h mg.c
22478            ! op.c op.h perl.h perlvars.h pod/perlfunc.pod pod/perlop.pod
22479            ! pod/perlre.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
22480            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h sv.c
22481            ! t/op/vec.t toke.c util.c vms/vmsish.h
22482 ____________________________________________________________________________
22483 [  1650] By: gsar                                  on 1998/07/24  04:06:48
22484         Log: create utfperl branch
22485      Branch: utfperl
22486           +> (branch 1079 files)
22487 ____________________________________________________________________________
22488 [  1649] By: gsar                                  on 1998/07/24  03:56:56
22489         Log: create maint-5.005 branch
22490      Branch: maint-5.005/perl
22491           +> (branch 1079 files)
22492 ____________________________________________________________________________
22493 [  1648] By: gsar                                  on 1998/07/24  03:36:35
22494         Log: un-checked-in 5.005 Changes  (this is 5.005 *exactly*)
22495      Branch: perl
22496            ! Changes
22497