Document -Dmksymlinks.
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 perlhack.pod for the details.
7
8
9 [The "CAST AND CREW" list has been moved to AUTHORS.]
10
11 NOTE: Each change entry shows the change number; who checked it into the
12 repository; when; description of the change; which branch the change
13 happened in; and the affected files.  The file lists have a short symbolic
14 indicator:
15
16             !       modified
17             +       added
18             -       deleted
19             +>      branched (from elsewhere)
20             !>      merged changes (from elsewhere)
21
22 The Message-Ids in the change entries refer to the email messages sent
23 to the perl5-porters mailing list.  You can retrieve the messages for
24 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
25
26 This file contains only changes that affect the mainline branch,
27 not those that affect the (now decommissioned) cfgperl, or vmsperl,
28 or any other branch.
29
30 --------------
31 Version v5.7.1          Development release working toward v5.8
32 --------------
33
34 ____________________________________________________________________________
35 [  9212] By: jhi                                   on 2001/03/18  20:36:59
36         Log: Looking for config.sh in parent directories isn't
37              very useful for the toplevel Makefile.
38      Branch: perl
39            ! Makefile.SH
40 ____________________________________________________________________________
41 [  9211] By: jhi                                   on 2001/03/18  20:33:37
42         Log: On "make clean" take care of Third Degree droppings.
43      Branch: perl
44            ! Makefile.SH
45 ____________________________________________________________________________
46 [  9210] By: jhi                                   on 2001/03/18  20:21:34
47         Log: Add a hook for running the tests under the Third Degree
48              debugging tool (set $ENV{PERL_3LOG} to non-zero)
49              
50              TODO: Document the use of Third Degree.
51      Branch: perl
52            ! t/TEST
53 ____________________________________________________________________________
54 [  9209] By: jhi                                   on 2001/03/18  20:19:07
55         Log: Regen toc and api pods.
56      Branch: perl
57            ! pod/perlapi.pod pod/perltoc.pod
58 ____________________________________________________________________________
59 [  9208] By: jhi                                   on 2001/03/18  20:12:12
60         Log: Integrate changes #8128,9132 from mainline into maintperl,
61              Tie::SubstrHash fixes.
62      Branch: maint-5.6/perl
63           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
64 ____________________________________________________________________________
65 [  9207] By: jhi                                   on 2001/03/18  20:07:43
66         Log: podchecker relaxations from Michael Stevens.
67      Branch: perl
68            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
69 ____________________________________________________________________________
70 [  9206] By: jhi                                   on 2001/03/18  20:04:24
71         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
72      Branch: perl
73            ! lib/Locale/Constants.pm lib/Locale/Country.pm
74            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
75            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
76 ____________________________________________________________________________
77 [  9205] By: jhi                                   on 2001/03/18  19:54:45
78         Log: Integrate changes #9161,9162 from maintperl to mainline.
79              
80              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
81              results
82      Branch: perl
83           !> t/op/magic.t
84 ____________________________________________________________________________
85 [  9204] By: jhi                                   on 2001/03/18  19:37:46
86         Log: Make perl.third checks more understandable to the builder.
87      Branch: perl
88            ! Makefile.SH
89 ____________________________________________________________________________
90 [  9203] By: jhi                                   on 2001/03/18  19:20:54
91         Log: Re-integrate #9138 from maintperl to mainline,
92              the squelching of the unneeded "Scalars leaked" messages.
93      Branch: perl
94           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
95           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
96           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
97 ____________________________________________________________________________
98 [  9202] By: jhi                                   on 2001/03/18  18:48:36
99         Log: More robust and more paranoid perl.third target.
100      Branch: perl
101            ! Makefile.SH
102 ____________________________________________________________________________
103 [  9201] By: jhi                                   on 2001/03/18  18:39:21
104         Log: Integrate change #9197 from maintperl to mainline.
105              
106              more thorough cleaning of arenas.
107      Branch: perl
108           !> embed.pl perl.c proto.h sv.c t/op/sort.t
109 ____________________________________________________________________________
110 [  9200] By: jhi                                   on 2001/03/18  18:25:17
111         Log: Integrate perlio.
112      Branch: perl
113           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
114           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
115           !> t/lib/encode.t toke.c universal.c utf8.c
116 ____________________________________________________________________________
117 [  9199] By: nick                                  on 2001/03/18  15:23:51
118         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
119              is the sense of the test being done. Avoid some magical 127 and 128 values
120              by using macros.
121      Branch: perlio
122            ! doop.c pp_ctl.c sv.c toke.c
123 ____________________________________________________________________________
124 [  9198] By: nick                                  on 2001/03/18  14:18:12
125         Log: UTF-X encoding invariance for Encode:
126              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
127              - move the XS code for those to universal.c (so in miniperl)
128              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
129              - change ext/Encode/compile to use above.
130              - Fix t/lib/encode.t for above
131              - Teach t/lib/b.t to expect -uutf8
132              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
133              utf8.pm is needed.
134      Branch: perlio
135            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
136            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
137 ____________________________________________________________________________
138 [  9197] By: gsar                                  on 2001/03/18  12:15:57
139         Log: more thorough cleaning of arenas--keep going until no more
140              SvREFCNT_dec()s occur (this fixes the problem that causes the
141              pesky "Scalars leaked" warnings)
142      Branch: maint-5.6/perl
143            ! embed.pl perl.c proto.h sv.c t/op/sort.t
144 ____________________________________________________________________________
145 [  9196] By: nick                                  on 2001/03/18  10:57:29
146         Log: Fix pragma/utf8.t # 15
147              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
148              are SvUTF8 as well.
149      Branch: perlio
150            ! toke.c
151 ____________________________________________________________________________
152 [  9195] By: nick                                  on 2001/03/18  09:27:06
153         Log: Integrate mainline
154      Branch: perlio
155           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
156           !> t/op/pat.t
157 ____________________________________________________________________________
158 [  9194] By: jhi                                   on 2001/03/18  05:29:59
159         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
160              Inaba-san's, Nick Clark's, and Vadim Konovalov's tests.
161      Branch: perl
162            ! op.c op.h t/op/misc.t t/op/pat.t
163 ____________________________________________________________________________
164 [  9193] By: jhi                                   on 2001/03/18  05:15:06
165         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
166      Branch: perl
167            ! mg.c t/op/pat.t
168 ____________________________________________________________________________
169 [  9192] By: jhi                                   on 2001/03/18  04:22:43
170         Log: tr/// UTF-8 patches from Inaba Hiroto.
171      Branch: perl
172            ! doop.c op.c
173 ____________________________________________________________________________
174 [  9191] By: jhi                                   on 2001/03/18  04:21:17
175         Log: Integrate perlio.
176      Branch: perl
177           !> utf8.c utfebcdic.h
178 ____________________________________________________________________________
179 [  9190] By: nick                                  on 2001/03/17  20:32:01
180         Log: Correct #if EBCDIC side typos.
181              Builds and passes many tests on OS390.
182      Branch: perlio
183            ! utf8.c utfebcdic.h
184 ____________________________________________________________________________
185 [  9189] By: jhi                                   on 2001/03/17  18:55:49
186         Log: Add prerequisites for the perl.third target.
187      Branch: perl
188            ! Makefile.SH
189 ____________________________________________________________________________
190 [  9188] By: jhi                                   on 2001/03/17  18:46:00
191         Log: Integrate perlio.
192      Branch: perl
193           +> utfebcdic.h
194           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
195 ____________________________________________________________________________
196 [  9187] By: jhi                                   on 2001/03/17  18:38:47
197         Log: Add a make rule for perl.third (the Third Degree memory debugging
198              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
199      Branch: perl
200            ! Makefile.SH
201 ____________________________________________________________________________
202 [  9186] By: nick                                  on 2001/03/17  18:34:48
203         Log: MANIFEST addition :-(
204      Branch: perlio
205            ! MANIFEST
206 ____________________________________________________________________________
207 [  9185] By: nick                                  on 2001/03/17  18:29:50
208         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
209              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
210              a superset of ASCII are invariant under the encoding. This is EBCDIC
211              friendly as an encoded string can be looked at as being EBCDIC by lexer
212              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
213              ASCII on ASCII machines.
214              
215              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
216              seperate.
217              - Add some more macros to comprehend different shift amounts and
218              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
219              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
220              and conditionaly #include it.
221              
222              EBCDIC build as yet untested.  ASCII still fails the one test.
223      Branch: perlio
224            + utfebcdic.h
225            ! utf8.c utf8.h
226 ____________________________________________________________________________
227 [  9184] By: nick                                  on 2001/03/17  17:44:16
228         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
229      Branch: perlio
230            ! doop.c perl.h pp.c utf8.h
231 ____________________________________________________________________________
232 [  9183] By: jhi                                   on 2001/03/17  15:55:42
233         Log: Integrate perlio.
234      Branch: perl
235            ! MANIFEST
236           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
237 ____________________________________________________________________________
238 [  9182] By: nick                                  on 2001/03/17  09:16:06
239         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
240      Branch: perlio
241            ! t/op/pat.t
242 ____________________________________________________________________________
243 [  9181] By: nick                                  on 2001/03/17  09:15:11
244         Log: Integrate mainline.
245      Branch: perlio
246           +> lib/Locale/Constants.pm lib/Locale/Country.pm
247           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
248           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
249           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
250           !> (integrate 83 files)
251 ____________________________________________________________________________
252 [  9180] By: nick                                  on 2001/03/16  17:23:21
253         Log: EBCDIC Fixes.
254      Branch: perlio
255            ! perl.h sv.c toke.c utf8.c utf8.h
256 ____________________________________________________________________________
257 [  9179] By: jhi                                   on 2001/03/16  14:10:12
258         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
259              a change needed to work around an AIX compiler bug.
260      Branch: perl
261            ! ext/Storable/Storable.xs
262 ____________________________________________________________________________
263 [  9178] By: jhi                                   on 2001/03/16  03:19:59
264         Log: With Damian's approval synchronize damian's modules'
265              licensing with Perl's standard module licensing.
266      Branch: perl
267            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
268 ____________________________________________________________________________
269 [  9177] By: jhi                                   on 2001/03/16  03:15:34
270         Log: Make the Filter::Util:Call files have their own copies
271              of the Perl standard module licensing, from Paul Marquess.
272      Branch: perl
273            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
274 ____________________________________________________________________________
275 [  9176] By: jhi                                   on 2001/03/16  02:56:04
276         Log: Subject: [PATCH] more pod patches
277              From: Michael Stevens <michael@etla.org>
278              Date: Thu, 15 Mar 2001 21:25:18 +0000
279              Message-ID: <20010315212518.A18870@firedrake.org>
280      Branch: perl
281            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
282            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
283            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
284            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
285            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
286            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
287            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
288            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
289            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
290            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
291            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
292            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
293            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
294            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
295            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
296            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
297            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
298            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
299            ! lib/Locale/Country.pm lib/Locale/Language.pm
300            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
301            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
302            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
303            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
304            ! os2/OS2/Process/Process.pm
305 ____________________________________________________________________________
306 [  9175] By: jhi                                   on 2001/03/16  02:53:32
307         Log: Subject: [PATCH] the uncontroversial doc patches
308              From: Michael Stevens <michael@etla.org>
309              Date: Thu, 15 Mar 2001 20:01:12 +0000
310              Message-ID: <20010315200112.A7636@firedrake.org>
311      Branch: perl
312            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
313            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
314            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
315            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
316            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
317 ____________________________________________________________________________
318 [  9174] By: jhi                                   on 2001/03/16  02:50:49
319         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
320              From: Paul Lindner <lindner@inuus.com>
321              Date: Fri, 16 Mar 2001 11:28:03 -0800
322              Message-ID: <20010316112803.A7577@inuus.com>
323      Branch: perl
324            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
325 ____________________________________________________________________________
326 [  9173] By: nick                                  on 2001/03/15  20:21:03
327         Log: 1st day's EBCDIC fixes:
328              - toke.c's parsing of strings needed attention
329              needed to conditionally e2a if string was already UTF-8
330              - e2a/a2e tables where wrong way round.
331              - new macros in utf8.h
332      Branch: perlio
333            ! perl.h toke.c utf8.h
334 ____________________________________________________________________________
335 [  9172] By: jhi                                   on 2001/03/15  15:17:17
336         Log: Update Changes.
337      Branch: perl
338            ! Changes patchlevel.h
339 ____________________________________________________________________________
340 [  9171] By: jhi                                   on 2001/03/15  15:09:32
341         Log: Subject: Re: Another Borland C++ problem.
342              From: "Vadim Konovalov" <watman@inbox.ru>
343              Date: Sat, 10 Mar 2001 19:26:07 +0300
344              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
345              
346              Borland filename case problem.
347      Branch: perl
348            + win32/sncfnmcs.pl
349            ! MANIFEST README.win32
350 ____________________________________________________________________________
351 [  9170] By: jhi                                   on 2001/03/15  14:54:23
352         Log: Add Locale::Codes 1.06, from Neil Bowers.
353      Branch: perl
354            + lib/Locale/Constants.pm lib/Locale/Country.pm
355            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
356            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
357            + t/lib/lc-language.t t/lib/lc-uk.t
358            ! MANIFEST
359 ____________________________________________________________________________
360 [  9169] By: jhi                                   on 2001/03/15  14:19:01
361         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
362      Branch: perl
363            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
364            ! ext/Storable/Storable.xs
365 ____________________________________________________________________________
366 [  9168] By: jhi                                   on 2001/03/15  14:13:22
367         Log: Integrate changes #9120,9167 from mainline to maintperl.
368              
369              Subject: [PATCH 5.6.1] OS/2 docs
370              
371              Subject: [PATCH 5.6.1] perldoc
372      Branch: maint-5.6/perl
373           !> os2/Changes utils/perldoc.PL
374 ____________________________________________________________________________
375 [  9167] By: jhi                                   on 2001/03/15  14:07:42
376         Log: Subject: [PATCH 5.6.1] perldoc
377              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
378              Date: Wed, 14 Mar 2001 23:46:52 -0500
379              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
380      Branch: perl
381            ! utils/perldoc.PL
382 ____________________________________________________________________________
383 [  9166] By: jhi                                   on 2001/03/15  13:53:15
384         Log: sigaction test condition tweakage.
385      Branch: perl
386            ! t/lib/sigaction.t
387 ____________________________________________________________________________
388 [  9165] By: alanbur                               on 2001/03/15  03:49:17
389         Log: Resynchronised with parent
390      Branch: maint-5.6/pureperl
391           +> os2/os2add.sym t/op/anonsub.t
392           !> (integrate 72 files)
393 ____________________________________________________________________________
394 [  9164] By: jhi                                   on 2001/03/15  01:05:01
395         Log: Avoid stomping off the beginning of an array in tr///.
396      Branch: perl
397            ! op.c
398 ____________________________________________________________________________
399 [  9163] By: jhi                                   on 2001/03/15  00:58:57
400         Log: h2ph strictness and cleanliness from Kurt Starsinic.
401      Branch: perl
402            ! utils/h2ph.PL
403 ____________________________________________________________________________
404 [  9162] By: gsar                                  on 2001/03/15  00:56:53
405         Log: avoid warnings
406      Branch: maint-5.6/perl
407            ! t/op/magic.t
408 ____________________________________________________________________________
409 [  9161] By: gsar                                  on 2001/03/15  00:52:09
410         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
411              results
412      Branch: maint-5.6/perl
413            ! t/op/magic.t
414 ____________________________________________________________________________
415 [  9160] By: jhi                                   on 2001/03/14  22:02:10
416         Log: Do not use the Perl malloc in IRIX, suggested by
417              Helmus Jarausch.
418      Branch: perl
419            ! hints/irix_6.sh
420 ____________________________________________________________________________
421 [  9159] By: nick                                  on 2001/03/14  21:45:59
422         Log: Integrate mainline
423      Branch: perlio
424           +> t/op/loopctl.t
425           !> (integrate 41 files)
426 ____________________________________________________________________________
427 [  9158] By: jhi                                   on 2001/03/14  21:10:09
428         Log: The Day of the Retractions continues: the #9138
429              (integrated in #9144) doesn't work well in mainline.
430      Branch: perl
431            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
432            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
433            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
434 ____________________________________________________________________________
435 [  9157] By: jhi                                   on 2001/03/14  20:58:12
436         Log: The #9145 CANNOT be enabled: the clear_pmop code still
437              dumps core all over in Tru64.
438      Branch: perl
439            ! op.c op.h t/op/pat.t
440 ____________________________________________________________________________
441 [  9156] By: jhi                                   on 2001/03/14  20:48:06
442         Log: Integrate change #9154 from maintperl to mainline.
443              
444              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
445              (caused Storable 1.0.10 to break on windows)
446      Branch: perl
447           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
448           !> perlapi.c proto.h
449 ____________________________________________________________________________
450 [  9155] By: jhi                                   on 2001/03/14  20:23:53
451         Log: Retract #9136: breaks threading (and binary compatibility).
452      Branch: perl
453            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
454 ____________________________________________________________________________
455 [  9154] By: gsar                                  on 2001/03/14  17:48:18
456         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
457              (caused Storable 1.0.10 to break on windows)
458      Branch: maint-5.6/perl
459            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
460            ! perlapi.c proto.h
461 ____________________________________________________________________________
462 [  9153] By: jhi                                   on 2001/03/14  13:35:21
463         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
464      Branch: perl
465            ! t/lib/sigaction.t
466 ____________________________________________________________________________
467 [  9152] By: gsar                                  on 2001/03/14  07:29:40
468         Log: back out changes#9012,9010,9009 and parts of change#9016
469              (causes ABRs under purify, and some prerequisites don't
470              seem to be there in 5.6.x)
471      Branch: maint-5.6/perl
472            ! doop.c op.c t/op/tr.t toke.c
473 ____________________________________________________________________________
474 [  9151] By: gsar                                  on 2001/03/14  07:01:29
475         Log: reenable change#9145 (the test was busted due to a missing
476              C<print "ok 27\n">)
477      Branch: perl
478            ! op.c op.h t/op/pat.t
479 ____________________________________________________________________________
480 [  9150] By: jhi                                   on 2001/03/14  06:38:36
481         Log: Retract #9145.
482      Branch: perl
483            ! op.c op.h t/op/pat.t
484 ____________________________________________________________________________
485 [  9149] By: jhi                                   on 2001/03/14  06:14:56
486         Log: Retract #9143.
487      Branch: perl
488            ! op.c
489 ____________________________________________________________________________
490 [  9148] By: gsar                                  on 2001/03/14  06:13:02
491         Log: Uninitialized Memory Read in regexec.c
492      Branch: perl
493            ! regexec.c
494 ____________________________________________________________________________
495 [  9147] By: jhi                                   on 2001/03/14  04:59:54
496         Log: Subject: PATCH: make goto work in nested eval ""
497              From: Robin Houston <robin@kitsite.com>
498              Date: Wed, 14 Mar 2001 04:16:10 +0000
499              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
500      Branch: perl
501            ! pp_ctl.c t/op/goto.t
502 ____________________________________________________________________________
503 [  9146] By: jhi                                   on 2001/03/14  04:42:54
504         Log: Preserve the #ifdef PERL_CORE in perly.h.
505      Branch: perl
506            ! perly.fixer
507 ____________________________________________________________________________
508 [  9145] By: jhi                                   on 2001/03/14  03:57:41
509         Log: (Retracted by #9150.)
510      Branch: perl
511            ! op.c op.h t/op/pat.t
512 ____________________________________________________________________________
513 [  9144] By: jhi                                   on 2001/03/14  03:50:38
514         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
515              
516              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
517              
518              remove squelch controls for "Scalars leaked" messages in most places
519              (these are now cured)
520              
521              fix another memory leak reported by purify (tie callbacks that
522              croak can leak when wiping out magic)
523      Branch: perl
524           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
525           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
526           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
527           !> t/pragma/warnings.t
528 ____________________________________________________________________________
529 [  9143] By: jhi                                   on 2001/03/14  03:37:53
530         Log: (Retracted by #9149.)
531      Branch: perl
532            ! op.c
533 ____________________________________________________________________________
534 [  9142] By: gsar                                  on 2001/03/14  03:20:48
535         Log: fix another memory leak reported by purify (tie callbacks that
536              croak can leak when wiping out magic)
537      Branch: maint-5.6/perl
538            ! scope.c
539 ____________________________________________________________________________
540 [  9141] By: jhi                                   on 2001/03/14  02:55:00
541         Log: Subject: PATCH for [ID 20010305.003]
542              From: Robin Houston <robin@kitsite.com>
543              Date: Wed, 14 Mar 2001 02:45:51 +0000
544              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
545      Branch: perl
546            ! pp_ctl.c t/op/eval.t
547 ____________________________________________________________________________
548 [  9140] By: jhi                                   on 2001/03/14  02:41:54
549         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
550              Date: Wed, 14 Mar 2001 01:52:51 +0000
551              From: Robin Houston <robin@kitsite.com>
552              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
553              
554              Fix for 2000313.004.
555      Branch: perl
556            ! pp_ctl.c t/op/goto.t
557 ____________________________________________________________________________
558 [  9139] By: jhi                                   on 2001/03/14  02:40:50
559         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
560              From: Robin Houston <robin@kitsite.com>
561              Date: Wed, 14 Mar 2001 00:43:45 +0000
562              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
563      Branch: perl
564            + t/op/loopctl.t
565            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
566            ! vms/perly_c.vms
567 ____________________________________________________________________________
568 [  9138] By: gsar                                  on 2001/03/14  01:18:00
569         Log: remove squelch controls for "Scalars leaked" messages in most places
570              (these are now cured)
571      Branch: maint-5.6/perl
572            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
573            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
574            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
575 ____________________________________________________________________________
576 [  9137] By: gsar                                  on 2001/03/14  00:57:04
577         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
578      Branch: maint-5.6/perl
579            ! regcomp.c
580 ____________________________________________________________________________
581 [  9136] By: jhi                                   on 2001/03/13  23:12:24
582         Log: (Retracted by #9155)
583              
584              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
585              From: Jens-Uwe Mager <jum@helios.de>
586              Date: Wed, 21 Feb 2001 21:32:04 +0100
587              Message-ID: <20010221213203.A18340@ans.helios.de>
588      Branch: perl
589            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
590 ____________________________________________________________________________
591 [  9135] By: jhi                                   on 2001/03/13  22:50:05
592         Log: Integrate perlio.
593      Branch: perl
594           !> pp.c
595 ____________________________________________________________________________
596 [  9134] By: jhi                                   on 2001/03/13  22:49:05
597         Log: Integrate change #9131 from maintperl into mainline.
598              
599              make the error text look more consistent in hints/hpux.sh
600      Branch: perl
601           !> hints/hpux.sh
602 ____________________________________________________________________________
603 [  9133] By: gsar                                  on 2001/03/13  22:46:20
604         Log: integrate change#9067 from mainline
605              
606              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
607      Branch: maint-5.6/perl
608           !> lib/ExtUtils/MM_Unix.pm
609 ____________________________________________________________________________
610 [  9132] By: jhi                                   on 2001/03/13  22:41:21
611         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
612              From: "John P. Linderman" <jpl@research.att.com>
613              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
614              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
615              
616              A more correct prime finder.
617      Branch: perl
618            ! lib/Tie/SubstrHash.pm
619 ____________________________________________________________________________
620 [  9131] By: gsar                                  on 2001/03/13  22:30:42
621         Log: make the error text look more consistent in hints/hpux.sh
622      Branch: maint-5.6/perl
623            ! hints/hpux.sh
624 ____________________________________________________________________________
625 [  9130] By: jhi                                   on 2001/03/13  22:23:44
626         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
627              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
628              Date: Tue, 13 Mar 2001 18:41:26 +0100
629              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
630              
631              If the test is run non-interactively the default handler
632              is different.
633      Branch: perl
634            ! t/lib/sigaction.t
635 ____________________________________________________________________________
636 [  9129] By: jhi                                   on 2001/03/13  22:20:21
637         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
638              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
639              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
640              Date:     Tue, 13 Mar 2001 16:44:32 EST
641      Branch: perl
642            ! t/lib/1_compile.t
643 ____________________________________________________________________________
644 [  9128] By: jhi                                   on 2001/03/13  22:18:34
645         Log: Subject: Another patch for integer.pm POD 
646              From: "John L. Allen" <allen@grumman.com>
647              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
648              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
649      Branch: perl
650            ! lib/integer.pm
651 ____________________________________________________________________________
652 [  9127] By: nick                                  on 2001/03/13  21:26:30
653         Log: Integrate mainline.
654      Branch: perlio
655           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
656           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
657           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
658           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
659           !> Changes Configure MANIFEST README.os2 README.os390
660           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
661           !> os2/Changes patchlevel.h win32/perlhost.h
662 ____________________________________________________________________________
663 [  9126] By: nick                                  on 2001/03/13  20:39:51
664         Log: #ifdef'ed out code to make packed side of pack/unpack
665              octets. (i.e. pack('U') => encode_utf8).
666      Branch: perlio
667            ! pp.c
668 ____________________________________________________________________________
669 [  9125] By: jhi                                   on 2001/03/13  15:07:16
670         Log: Update Changes.
671      Branch: perl
672            ! Changes patchlevel.h
673 ____________________________________________________________________________
674 [  9124] By: jhi                                   on 2001/03/13  14:22:45
675         Log: Workaround for the buggy ("internal compiler error")
676              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
677              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
678              of Andreas König.
679      Branch: perl
680            ! ext/re/Makefile.PL hints/aix.sh
681 ____________________________________________________________________________
682 [  9123] By: jhi                                   on 2001/03/13  03:24:34
683         Log: Typo in #9114.
684      Branch: metaconfig
685            ! U/modified/myhostname.U
686 ____________________________________________________________________________
687 [  9122] By: jhi                                   on 2001/03/13  03:24:06
688         Log: Typo in #9113.
689      Branch: perl
690            ! Configure
691 ____________________________________________________________________________
692 [  9121] By: jhi                                   on 2001/03/13  01:53:05
693         Log: Forgot to check-in the larger part of #9120, duh.
694      Branch: perl
695            ! README.os2
696 ____________________________________________________________________________
697 [  9120] By: jhi                                   on 2001/03/13  01:51:31
698         Log: Subject: [PATCH 5.6.1] OS/2 docs
699              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
700              Date: Mon, 12 Mar 2001 03:27:32 -0500
701              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
702      Branch: perl
703            ! os2/Changes
704 ____________________________________________________________________________
705 [  9119] By: jhi                                   on 2001/03/13  01:49:41
706         Log: Integrate change #9116 from maintperl into mainline.
707              
708              Win32::GetCwd() returns C: instead of C:\ in the root directory
709              under ithreads
710      Branch: perl
711           !> win32/perlhost.h
712 ____________________________________________________________________________
713 [  9118] By: jhi                                   on 2001/03/13  01:13:39
714         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
715      Branch: perl
716            + lib/Switch.pm t/lib/switch.t
717            ! MANIFEST
718 ____________________________________________________________________________
719 [  9117] By: jhi                                   on 2001/03/13  01:03:17
720         Log: Add Text::Balanced 1.83.
721      Branch: perl
722            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
723            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
724            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
725            + t/lib/tb-xvari.t
726            ! MANIFEST
727 ____________________________________________________________________________
728 [  9116] By: gsar                                  on 2001/03/13  00:55:53
729         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
730              under ithreads
731      Branch: maint-5.6/perl
732            ! win32/perlhost.h
733 ____________________________________________________________________________
734 [  9115] By: jhi                                   on 2001/03/13  00:54:09
735         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
736              From: "John L. Allen" <allen@grumman.com>
737              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
738              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
739              
740              use integer document clarification.
741      Branch: perl
742            ! lib/integer.pm
743 ____________________________________________________________________________
744 [  9114] By: jhi                                   on 2001/03/13  00:38:54
745         Log: Metaconfig unit change for #9113.
746      Branch: metaconfig
747            ! U/modified/myhostname.U
748 ____________________________________________________________________________
749 [  9113] By: jhi                                   on 2001/03/13  00:38:35
750         Log: Subject: [PATCH: perl@9092, dist-3.0@70] OS/390 mydomain last gasp before silly guess (was Re: What do I need to build EBCDIC perl?)
751              From: Peter Prymmer <pvhp@forte.com>
752              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
753              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
754      Branch: perl
755            ! Configure README.os390 hints/os390.sh
756 ____________________________________________________________________________
757 [  9112] By: jhi                                   on 2001/03/13  00:29:00
758         Log: Integrate perlio.
759      Branch: perl
760           !> sv.c utf8.h
761 ____________________________________________________________________________
762 [  9111] By: nick                                  on 2001/03/12  21:16:33
763         Log: Integrate mainline.
764      Branch: perlio
765           +> t/op/anonsub.t
766           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
767           !> proto.h sv.c
768 ____________________________________________________________________________
769 [  9110] By: nick                                  on 2001/03/12  21:00:13
770         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
771      Branch: perlio
772            ! sv.c utf8.h
773 ____________________________________________________________________________
774 [  9109] By: jhi                                   on 2001/03/12  16:04:47
775         Log: Integrate change #9108 from maintperl to mainline.
776              
777              fix memory leak in C<sub X { sub {} }> arising from a refcount
778              loop between the outer sub and the inner prototype anonsub
779              
780              this also enables closures returned by subroutines that
781              subsequently get redefined to work without generating coredumps :)
782              
783              completely removed the free_closures() hack--it shouldn't be
784              needed anymore
785      Branch: perl
786           +> t/op/anonsub.t
787           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
788           !> proto.h sv.c
789 ____________________________________________________________________________
790 [  9108] By: gsar                                  on 2001/03/12  10:21:31
791         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
792              loop between the outer sub and the inner prototype anonsub
793              
794              this also enables closures returned by subroutines that
795              subsequently get redefined to work without generating coredumps :)
796              
797              completely removed the free_closures() hack--it shouldn't be
798              needed anymore
799      Branch: maint-5.6/perl
800            + t/op/anonsub.t
801            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
802            ! proto.h sv.c
803 ____________________________________________________________________________
804 [  9107] By: jhi                                   on 2001/03/12  05:15:31
805         Log: Integrate perlio.
806      Branch: perl
807           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
808 ____________________________________________________________________________
809 [  9106] By: nick                                  on 2001/03/11  20:10:12
810         Log: regcomp.c is working in native space, not Unicode space (if different)
811              as it is doing compare against 'W' in \W etc.
812      Branch: perlio
813            ! regcomp.c
814 ____________________________________________________________________________
815 [  9105] By: nick                                  on 2001/03/11  19:39:34
816         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
817              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
818      Branch: perlio
819            ! regcomp.c toke.c utf8.c
820 ____________________________________________________________________________
821 [  9104] By: nick                                  on 2001/03/11  18:15:44
822         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
823      Branch: perlio
824            ! sv.c
825 ____________________________________________________________________________
826 [  9103] By: nick                                  on 2001/03/11  18:03:28
827         Log: Integrate mainline (for regexp stuff).
828      Branch: perlio
829           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
830           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
831           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
832           !> t/lib/errno.t t/op/pat.t
833 ____________________________________________________________________________
834 [  9102] By: nick                                  on 2001/03/11  17:44:20
835         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
836              - exclude layer syms in makedef.pl for sfio
837              - also inhibit Encode from trying to build ":encode()" layer.
838      Branch: perlio
839            ! ext/Encode/Encode.xs makedef.pl
840 ____________________________________________________________________________
841 [  9101] By: jhi                                   on 2001/03/10  22:38:13
842         Log: The $Is_MacOS needs to be declared.
843      Branch: perl
844            ! lib/ExtUtils/Manifest.pm
845 ____________________________________________________________________________
846 [  9100] By: jhi                                   on 2001/03/10  22:14:29
847         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
848              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
849              pollute the symbolspace if using sfio.
850      Branch: perl
851            ! ext/Encode/Encode.xs
852 ____________________________________________________________________________
853 [  9099] By: jhi                                   on 2001/03/10  21:58:48
854         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
855              Date: Sat, 10 Mar 2001 14:23:55 -0500
856              From: Chris Nandor <pudge@pobox.com>
857              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
858      Branch: perl
859            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
860            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
861            ! t/lib/errno.t
862 ____________________________________________________________________________
863 [  9098] By: jhi                                   on 2001/03/10  21:38:30
864         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
865      Branch: perl
866            ! regcomp.c regexec.c t/op/pat.t
867 ____________________________________________________________________________
868 [  9097] By: jhi                                   on 2001/03/10  14:38:07
869         Log: Integrate perlio.
870      Branch: perl
871           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
872           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
873           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
874 ____________________________________________________________________________
875 [  9096] By: nick                                  on 2001/03/10  11:55:43
876         Log: EBCDIC sanity - phase I
877              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
878              - use utf8n_xxxx (c.f. pvn) for forms which take length.
879              - back out vN.N and $^V exceptions to e2a/a2e
880              - make "locale" isxxx macros be uvchr (may be redundant?)
881              
882              Not clear yet that toUPPER_uni et. al. return being handled correctly.
883              The tr// and rexexp stuff still needs an audit, assumption is they are working
884              in Unicode space.
885              
886              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
887      Branch: perlio
888            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
889            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
890            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
891 ____________________________________________________________________________
892 [  9095] By: jhi                                   on 2001/03/09  22:10:01
893         Log: Integrate perlio.
894      Branch: perl
895           !> dump.c
896 ____________________________________________________________________________
897 [  9094] By: nick                                  on 2001/03/09  17:36:38
898         Log: Builds an passes all tests after integrate and this tweak.
899      Branch: perlio
900            ! dump.c
901 ____________________________________________________________________________
902 [  9093] By: nick                                  on 2001/03/09  17:16:03
903         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
904      Branch: perlio
905           +> lib/unicode/Scripts.txt t/lib/sigaction.t
906           !> (integrate 79 files)
907 ____________________________________________________________________________
908 [  9092] By: jhi                                   on 2001/03/09  15:28:26
909         Log: Update Changes.
910      Branch: perl
911            ! Changes patchlevel.h
912 ____________________________________________________________________________
913 [  9091] By: jhi                                   on 2001/03/09  15:25:05
914         Log: In op/stat #35 better to scan all the potential directories
915              for setuids, not just the first one.
916      Branch: perl
917            ! t/op/stat.t
918 ____________________________________________________________________________
919 [  9090] By: jhi                                   on 2001/03/09  15:01:27
920         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
921              From: rspier@pobox.com (Robert Spier)
922              Date: Fri, 9 Mar 2001 03:30:20 -0500
923              Message-ID: <15016.38044.381174.160189@rls.cx>
924              
925              EXISTS() returning undef mistakenly triggered a FETCH().
926      Branch: perl
927            ! hv.c
928 ____________________________________________________________________________
929 [  9089] By: jhi                                   on 2001/03/09  14:59:02
930         Log: Add /sbin and /usr/sbin to the list of directories scanned
931              for setuid programs.  Takes care of bug id 20010309.003.
932      Branch: perl
933            ! t/op/stat.t
934 ____________________________________________________________________________
935 [  9088] By: jhi                                   on 2001/03/09  14:48:32
936         Log: Regen perlapi, perltoc.
937      Branch: perl
938            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
939 ____________________________________________________________________________
940 [  9087] By: jhi                                   on 2001/03/09  14:38:56
941         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
942              From: David Mitchell <davem@fdgroup.co.uk>
943              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
944              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
945      Branch: perl
946            ! dump.c perl.c perl.h pod/perlrun.pod
947 ____________________________________________________________________________
948 [  9086] By: jhi                                   on 2001/03/09  01:47:16
949         Log: A modified version of
950              
951              Subject: [ID 20010307.005] POSIX::sigaction has various problems
952              From: anders@broadcom.com
953              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
954              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
955              
956              Currently the sigaction.t test #6 fails (and is fudged to look
957              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
958              This may well be a genuine bug in Linux sigaction() (since at
959              least Tru64, Solaris, and HP-UX disagree with Linux).
960              Anyone with POSIX / SUSv2 tome handy?  The problem is that
961              the flags of the oldaction don't match with the flags in
962              the previously installed disposition.
963      Branch: perl
964            + t/lib/sigaction.t
965            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
966 ____________________________________________________________________________
967 [  9085] By: jhi                                   on 2001/03/09  01:30:13
968         Log: Subject: Re: mission impossible for the day
969              From: Alex Gough <alex@rcon.org>
970              Date: Thu, 08 Mar 2001 17:18:19 +0000
971              Message-ID: <3AA7BEDB.8070409@rcon.org>
972              
973              If references (are overloaded) and can be directly stringified,
974              show that instead of "stringified".
975              
976              (The problem, infinite mutual recursion caused by overloaded bool
977              in Switch.pm, tracked by David Mitchell)
978      Branch: perl
979            ! lib/Carp/Heavy.pm
980 ____________________________________________________________________________
981 [  9084] By: jhi                                   on 2001/03/09  01:20:39
982         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
983              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
984              From: David Mitchell <davem@fdgroup.co.uk>
985              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
986      Branch: perl
987            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
988            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
989 ____________________________________________________________________________
990 [  9083] By: jhi                                   on 2001/03/09  01:16:51
991         Log: Subject: [PATCH] perldata.pod here-doc docs
992              From: Jeff Pinyan <jeffp@crusoe.net>
993              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
994              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
995      Branch: perl
996            ! pod/perldata.pod
997 ____________________________________________________________________________
998 [  9082] By: jhi                                   on 2001/03/09  01:01:27
999         Log: Subject: Re: Unicode/EBCDIC
1000              From: Peter Prymmer <pvhp@forte.com>
1001              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
1002              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
1003      Branch: perl
1004            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
1005 ____________________________________________________________________________
1006 [  9081] By: jhi                                   on 2001/03/08  13:41:30
1007         Log: Subject: Ooops, wrong 'no *POSIX' Patch
1008              From: Dorner Thomas <Thomas.Dorner@start.de>
1009              Date: Thu, 8 Mar 2001 08:43:28 +0100
1010              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
1011      Branch: perl
1012            ! hints/posix-bc.sh
1013 ____________________________________________________________________________
1014 [  9080] By: jhi                                   on 2001/03/08  13:11:42
1015         Log: It's Scripts.txt, not Script.txt.
1016      Branch: perl
1017            ! MANIFEST
1018 ____________________________________________________________________________
1019 [  9079] By: jhi                                   on 2001/03/08  12:59:05
1020         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
1021              From: Dorner Thomas <Thomas.Dorner@start.de>
1022              Date: Wed, 7 Mar 2001 14:13:31 +0100
1023              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
1024      Branch: perl
1025            ! makedepend.SH
1026 ____________________________________________________________________________
1027 [  9078] By: jhi                                   on 2001/03/08  12:57:43
1028         Log: Retract #9069, wrong patch.
1029      Branch: perl
1030            ! Makefile.SH
1031 ____________________________________________________________________________
1032 [  9077] By: jhi                                   on 2001/03/08  01:06:13
1033         Log: Upgrade to Unicode 3.1 beta 2001-03-01.  The 3.1 final
1034              should come out March 14.
1035      Branch: perl
1036            + lib/unicode/Scripts.txt
1037            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
1038            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
1039            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
1040            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
1041            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
1042            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
1043            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
1044            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
1045            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
1046            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
1047            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
1048            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
1049            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
1050            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
1051            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
1052            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
1053            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
1054            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
1055            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
1056            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
1057            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
1058            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
1059            ! lib/unicode/version
1060 ____________________________________________________________________________
1061 [  9076] By: jhi                                   on 2001/03/07  22:59:39
1062         Log: Integrate change #7784 from mainline into maintperl.
1063              
1064              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
1065      Branch: maint-5.6/perl
1066           !> pp_ctl.c t/op/pat.t
1067 ____________________________________________________________________________
1068 [  9075] By: jhi                                   on 2001/03/07  22:05:11
1069         Log: More UTF-8 test tweaks.
1070      Branch: perl
1071            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
1072 ____________________________________________________________________________
1073 [  9074] By: nick                                  on 2001/03/07  21:39:29
1074         Log: Integrate mainline.
1075      Branch: perlio
1076           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
1077           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
1078           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
1079           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
1080           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
1081 ____________________________________________________________________________
1082 [  9073] By: jhi                                   on 2001/03/07  16:37:09
1083         Log: Update Changes.
1084      Branch: perl
1085            ! Changes patchlevel.h
1086 ____________________________________________________________________________
1087 [  9072] By: jhi                                   on 2001/03/07  16:32:30
1088         Log: Subject: [ID 20010306.004] || != named unary operator
1089              From: abela@geneanet.org
1090              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
1091              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
1092      Branch: perl
1093            ! pod/perlop.pod
1094 ____________________________________________________________________________
1095 [  9071] By: jhi                                   on 2001/03/07  15:14:11
1096         Log: Subject: downgrading to bytes for common functions
1097              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
1098              Date: Wed, 7 Mar 2001 02:36:55 -0500
1099              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
1100      Branch: perl
1101            ! pp_sys.c
1102 ____________________________________________________________________________
1103 [  9070] By: jhi                                   on 2001/03/07  15:04:58
1104         Log: Clarify the description differentiating for and while; inspired by
1105              
1106              Subject: [ID 20010306.002] for/while difference in for definition
1107              From: abela@geneanet.org
1108              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
1109              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
1110      Branch: perl
1111            ! pod/perlsyn.pod
1112 ____________________________________________________________________________
1113 [  9069] By: jhi                                   on 2001/03/07  14:55:30
1114         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
1115              From: Dorner Thomas <Thomas.Dorner@start.de>
1116              Date: Wed, 7 Mar 2001 14:13:31 +0100
1117              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
1118      Branch: perl
1119            ! Makefile.SH
1120 ____________________________________________________________________________
1121 [  9068] By: jhi                                   on 2001/03/07  14:51:17
1122         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
1123              From: Radu Greab <radu@netsoft.ro>
1124              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
1125              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
1126      Branch: perl
1127            ! pp.c t/op/chop.t
1128 ____________________________________________________________________________
1129 [  9067] By: jhi                                   on 2001/03/07  14:48:57
1130         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
1131              From: Simon Cozens <simon@netthink.co.uk>
1132              Date: Wed, 7 Mar 2001 13:59:28 +0000
1133              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
1134              
1135              In order to allow MakeMaker to build correct Makefiles,
1136              you need to change the order of the arguments in MM_Unix.pm
1137              as well. (Unless you have C89_CCMODE set, but we're trying
1138              to be POSIXly correct)
1139              
1140              Thanks to Merijn Broeren for tracking this down.
1141      Branch: perl
1142            ! lib/ExtUtils/MM_Unix.pm
1143 ____________________________________________________________________________
1144 [  9066] By: jhi                                   on 2001/03/07  14:30:02
1145         Log: Floating point too messy.
1146      Branch: perl
1147            ! t/camel-III/vstring.t
1148 ____________________________________________________________________________
1149 [  9065] By: jhi                                   on 2001/03/07  14:17:44
1150         Log: Integrate change #9064 from maintperl into mainline.
1151              
1152              fix memory leak in pack("Bb",...)
1153      Branch: perl
1154           !> perl.c
1155 ____________________________________________________________________________
1156 [  9064] By: gsar                                  on 2001/03/07  06:29:24
1157         Log: fix memory leak in pack("Bb",...)
1158      Branch: maint-5.6/perl
1159            ! perl.c
1160 ____________________________________________________________________________
1161 [  9063] By: jhi                                   on 2001/03/07  00:55:04
1162         Log: Major utf8 test reorganisation and rewrite.
1163              Hopefully no tests were lost in the shuffle.
1164              (The beginning of pragma/utf8 was lost intentionally,
1165              the tests were rather bogus and incomplete.)
1166      Branch: perl
1167            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
1168            ! t/pragma/utf8.t
1169 ____________________________________________________________________________
1170 [  9062] By: jhi                                   on 2001/03/07  00:41:16
1171         Log: More tweakage on the Unicode character class descriptions.
1172      Branch: perl
1173            ! lib/unicode/mktables.PL pod/perlretut.pod
1174 ____________________________________________________________________________
1175 [  9061] By: jhi                                   on 2001/03/06  23:12:38
1176         Log: The perlretut was still talking about the old \p and \P
1177              definitions.
1178      Branch: perl
1179            ! pod/perlretut.pod
1180 ____________________________________________________________________________
1181 [  9060] By: nick                                  on 2001/03/06  20:52:37
1182         Log: Integrate mainline (make test works again now).
1183      Branch: perlio
1184           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
1185 ____________________________________________________________________________
1186 [  9059] By: jhi                                   on 2001/03/06  15:36:14
1187         Log: 0.999... does equal 1.0, doesn't it?
1188      Branch: perl
1189            ! t/camel-III/vstring.t
1190 ____________________________________________________________________________
1191 [  9058] By: jhi                                   on 2001/03/06  15:34:00
1192         Log: Make /x{abcd}/ to work without use utf8.
1193      Branch: perl
1194            ! regcomp.c
1195 ____________________________________________________________________________
1196 [  9057] By: jhi                                   on 2001/03/06  03:02:36
1197         Log: Easier to outcomment all the three reset() tests for now.
1198      Branch: perl
1199            ! t/op/pat.t
1200 ____________________________________________________________________________
1201 [  9056] By: jhi                                   on 2001/03/06  02:30:02
1202         Log: Comment out the deadly reset; until the 20010301.005
1203              is finally fixed.
1204      Branch: perl
1205            ! t/op/pat.t
1206 ____________________________________________________________________________
1207 [  9055] By: jhi                                   on 2001/03/06  02:21:26
1208         Log: Integrate the change #9054 from mainline:
1209              retract the PMOP cleanup patch pending further investigation.
1210      Branch: maint-5.6/perl
1211           !> op.c op.h
1212 ____________________________________________________________________________
1213 [  9054] By: jhi                                   on 2001/03/06  02:19:57
1214         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
1215              with oddly familiar stack traces.
1216      Branch: perl
1217            ! op.c op.h
1218 ____________________________________________________________________________
1219 [  9053] By: jhi                                   on 2001/03/05  23:20:28
1220         Log: Integrate perlio.
1221      Branch: perl
1222           +> ext/Encode/Encode/koi8-r.ucm
1223           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
1224           !> makedef.pl
1225 ____________________________________________________________________________
1226 [  9052] By: nick                                  on 2001/03/05  23:08:17
1227         Log: skipping USE_PERLIO symbols correction.
1228      Branch: perlio
1229            ! makedef.pl
1230 ____________________________________________________________________________
1231 [  9051] By: nick                                  on 2001/03/05  22:35:07
1232         Log: More Encode alias tidying.
1233      Branch: perlio
1234            + ext/Encode/Encode/koi8-r.ucm
1235            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
1236 ____________________________________________________________________________
1237 [  9050] By: jhi                                   on 2001/03/05  21:44:29
1238         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
1239              Sarathy's fix for ID 20010301.005.
1240      Branch: maint-5.6/perl
1241           !> op.c op.h
1242 ____________________________________________________________________________
1243 [  9049] By: nick                                  on 2001/03/05  19:54:04
1244         Log: Integrate Jarkko's Encode.pm tweak.
1245      Branch: perlio
1246           !> ext/Encode/Encode.pm
1247 ____________________________________________________________________________
1248 [  9048] By: nick                                  on 2001/03/05  19:47:57
1249         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
1250      Branch: perlio
1251           +> os2/os2add.sym
1252           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
1253           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
1254           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
1255           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
1256           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
1257 ____________________________________________________________________________
1258 [  9047] By: jhi                                   on 2001/03/05  19:25:26
1259         Log: Regen perlapi.
1260      Branch: perl
1261            ! pod/perlapi.pod
1262 ____________________________________________________________________________
1263 [  9046] By: jhi                                   on 2001/03/05  19:12:14
1264         Log: Integrate perlio.
1265      Branch: perl
1266           +> t/camel-III/vstring.t
1267           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
1268 ____________________________________________________________________________
1269 [  9045] By: jhi                                   on 2001/03/05  19:10:36
1270         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
1271      Branch: perl
1272            ! ext/Encode/Encode.pm
1273 ____________________________________________________________________________
1274 [  9044] By: jhi                                   on 2001/03/05  18:49:12
1275         Log: Forgot the other half of the PMOP patch (#9033).
1276      Branch: perl
1277            ! op.h
1278 ____________________________________________________________________________
1279 [  9043] By: nick                                  on 2001/03/05  18:14:47
1280         Log: Update MANIFEST for new test.
1281      Branch: perlio
1282            ! MANIFEST
1283 ____________________________________________________________________________
1284 [  9042] By: nick                                  on 2001/03/05  18:12:41
1285         Log: Some tests for Camel 3rd edition features.
1286              Make gethostbyaddr() test in above work.
1287      Branch: perlio
1288            + t/camel-III/vstring.t
1289            ! pp.h pp_sys.c t/TEST t/harness
1290 ____________________________________________________________________________
1291 [  9041] By: jhi                                   on 2001/03/05  17:41:48
1292         Log: Add more ISO 8859 encoding aliases.
1293      Branch: perl
1294            ! ext/Encode/Encode.pm
1295 ____________________________________________________________________________
1296 [  9040] By: jhi                                   on 2001/03/05  17:30:43
1297         Log: Integrate perlio.
1298      Branch: perl
1299           !> MANIFEST sv.c
1300 ____________________________________________________________________________
1301 [  9039] By: nick                                  on 2001/03/05  17:11:36
1302         Log: Missed added file.
1303      Branch: perlio
1304            ! MANIFEST
1305 ____________________________________________________________________________
1306 [  9038] By: jhi                                   on 2001/03/05  15:58:01
1307         Log: Add tr tests for EBCDIC, from Karsten Sperling.
1308      Branch: perl
1309            ! t/op/tr.t
1310 ____________________________________________________________________________
1311 [  9037] By: nick                                  on 2001/03/05  15:56:35
1312         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
1313              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
1314              
1315              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
1316              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
1317              - uses SvPV() rather than sv_2pv() in case it isn't a string.
1318      Branch: perlio
1319            ! sv.c
1320 ____________________________________________________________________________
1321 [  9036] By: jhi                                   on 2001/03/05  15:49:15
1322         Log: Add matching tests currently failing in EBCDIC,
1323              suggested by Karsten Sperling.
1324      Branch: perl
1325            ! t/op/pat.t
1326 ____________________________________________________________________________
1327 [  9035] By: jhi                                   on 2001/03/05  15:36:55
1328         Log: The #9034 needs a MANIFESTation.
1329      Branch: perl
1330            ! MANIFEST
1331 ____________________________________________________________________________
1332 [  9034] By: jhi                                   on 2001/03/05  15:35:14
1333         Log: Integrate perlio.
1334      Branch: perl
1335           +> ext/Encode/Encode/Tcl.pm
1336           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
1337           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
1338           !> ext/Encode/Encode/iso8859-1.ucm
1339           !> ext/Encode/Encode/iso8859-10.ucm
1340           !> ext/Encode/Encode/iso8859-13.ucm
1341           !> ext/Encode/Encode/iso8859-14.ucm
1342           !> ext/Encode/Encode/iso8859-15.ucm
1343           !> ext/Encode/Encode/iso8859-16.ucm
1344           !> ext/Encode/Encode/iso8859-2.ucm
1345           !> ext/Encode/Encode/iso8859-3.ucm
1346           !> ext/Encode/Encode/iso8859-4.ucm
1347           !> ext/Encode/Encode/iso8859-5.ucm
1348           !> ext/Encode/Encode/iso8859-6.ucm
1349           !> ext/Encode/Encode/iso8859-7.ucm
1350           !> ext/Encode/Encode/iso8859-8.ucm
1351           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
1352           !> t/lib/encode.t
1353 ____________________________________________________________________________
1354 [  9033] By: jhi                                   on 2001/03/05  15:33:18
1355         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
1356              From: Gurusamy Sarathy <gsar@ActiveState.com>
1357              Date: Sun, 04 Mar 2001 22:33:15 -0800
1358              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
1359              
1360              PMOPs need to remember their own stash so that they can
1361              gracefully remove themselves from their linked list.
1362      Branch: perl
1363            ! op.c
1364 ____________________________________________________________________________
1365 [  9032] By: nick                                  on 2001/03/05  14:51:50
1366         Log: Encode implementation "completion"
1367              Implement and document define_encoding()
1368              Implement and document encoding aliases including define_alias()
1369              Make Encode::XS use define_encoding() rather than back-door.
1370              Move run-time *.enc to separate Encode::Tcl module.
1371              Make 'compile' honour <codeset_name>
1372              Change canonical names of to iso-8859-* and US-ascii.
1373      Branch: perlio
1374            + ext/Encode/Encode/Tcl.pm
1375            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
1376            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
1377            ! ext/Encode/Encode/iso8859-1.ucm
1378            ! ext/Encode/Encode/iso8859-10.ucm
1379            ! ext/Encode/Encode/iso8859-13.ucm
1380            ! ext/Encode/Encode/iso8859-14.ucm
1381            ! ext/Encode/Encode/iso8859-15.ucm
1382            ! ext/Encode/Encode/iso8859-16.ucm
1383            ! ext/Encode/Encode/iso8859-2.ucm
1384            ! ext/Encode/Encode/iso8859-3.ucm
1385            ! ext/Encode/Encode/iso8859-4.ucm
1386            ! ext/Encode/Encode/iso8859-5.ucm
1387            ! ext/Encode/Encode/iso8859-6.ucm
1388            ! ext/Encode/Encode/iso8859-7.ucm
1389            ! ext/Encode/Encode/iso8859-8.ucm
1390            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
1391            ! t/lib/encode.t
1392 ____________________________________________________________________________
1393 [  9031] By: jhi                                   on 2001/03/05  13:51:17
1394         Log: Integrate change #9030 from maintperl into mainline.
1395              
1396              Subject: [PATCH 5.6.1] OS/2 cleanup
1397      Branch: perl
1398           +> os2/os2add.sym
1399           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
1400           !> makedef.pl os2/Changes os2/Makefile.SHs
1401           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
1402           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
1403           !> os2/os2.sym os2/os2ish.h
1404 ____________________________________________________________________________
1405 [  9030] By: jhi                                   on 2001/03/05  13:46:49
1406         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
1407              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1408              Date: Mon, 5 Mar 2001 02:29:44 -0500
1409              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
1410      Branch: maint-5.6/perl
1411            + os2/os2add.sym
1412            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
1413            ! makedef.pl os2/Changes os2/Makefile.SHs
1414            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
1415            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
1416            ! os2/os2.sym os2/os2ish.h
1417 ____________________________________________________________________________
1418 [  9029] By: jhi                                   on 2001/03/05  13:40:35
1419         Log: Integrate change #9028 from maintperl into mainline.
1420              
1421              various nits in MM_Unix.pm found by disabling SelfLoader
1422      Branch: perl
1423           !> lib/ExtUtils/MM_Unix.pm
1424 ____________________________________________________________________________
1425 [  9028] By: gsar                                  on 2001/03/05  09:58:38
1426         Log: various nits in MM_Unix.pm found by disabling SelfLoader
1427      Branch: maint-5.6/perl
1428            ! lib/ExtUtils/MM_Unix.pm
1429 ____________________________________________________________________________
1430 [  9027] By: nick                                  on 2001/03/05  08:35:22
1431         Log: Integrate mainline
1432      Branch: perlio
1433           !> (integrate 28 files)
1434 ____________________________________________________________________________
1435 [  9026] By: jhi                                   on 2001/03/05  02:14:59
1436         Log: Integrate change #9025 from mainline to maintperl,
1437              retract \N{U+HHHH}.
1438      Branch: maint-5.6/perl
1439           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
1440           !> t/lib/charnames.t toke.c
1441 ____________________________________________________________________________
1442 [  9025] By: jhi                                   on 2001/03/05  02:13:09
1443         Log: Retracting \N{U+HHHH}.
1444      Branch: perl
1445            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
1446            ! t/lib/charnames.t toke.c
1447 ____________________________________________________________________________
1448 [  9024] By: jhi                                   on 2001/03/04  20:51:07
1449         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
1450              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
1451              Date: Fri, 02 Mar 2001 18:25:26 +0100
1452              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
1453              
1454              Casting problem.
1455      Branch: perl
1456            ! ext/Storable/Storable.xs
1457 ____________________________________________________________________________
1458 [  9023] By: jhi                                   on 2001/03/04  19:46:45
1459         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
1460              From: nick@talking.bollo.cx
1461              Date: Sat, 03 Mar 2001 21:41:33 +0000
1462              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
1463              
1464              Revert the workaround.
1465      Branch: perl
1466            ! perlio.c
1467 ____________________________________________________________________________
1468 [  9022] By: jhi                                   on 2001/03/04  19:36:28
1469         Log: Update Changes.
1470      Branch: perl
1471            ! Changes patchlevel.h
1472 ____________________________________________________________________________
1473 [  9021] By: jhi                                   on 2001/03/04  18:41:00
1474         Log: makedef.pl updates suggested by Chris Nandor; double-checking
1475              the changes in AIX, OS/2 Win32 would be nice.
1476      Branch: perl
1477            ! makedef.pl
1478 ____________________________________________________________________________
1479 [  9020] By: jhi                                   on 2001/03/04  18:23:58
1480         Log: Integrate change #9012 from maintperl into mainline,
1481              quench a compiler warning.
1482      Branch: perl
1483           !> toke.c
1484 ____________________________________________________________________________
1485 [  9019] By: jhi                                   on 2001/03/04  18:18:43
1486         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
1487              
1488              \N{U+HHHH} fix.
1489              
1490              pattern in G_ARRAY context
1491      Branch: maint-5.6/perl
1492           !> pp_hot.c t/op/pat.t toke.c
1493 ____________________________________________________________________________
1494 [  9018] By: jhi                                   on 2001/03/04  18:07:48
1495         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
1496              From: Jeff Pinyan <jeffp@crusoe.net>
1497              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
1498              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
1499      Branch: perl
1500            ! pp_hot.c t/op/pat.t
1501 ____________________________________________________________________________
1502 [  9017] By: jhi                                   on 2001/03/04  18:06:21
1503         Log: I thought I tested the #9014.
1504      Branch: perl
1505            ! toke.c
1506 ____________________________________________________________________________
1507 [  9016] By: jhi                                   on 2001/03/04  17:41:22
1508         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
1509              
1510              Tweak the get*ent() OS/2 prototypes.
1511              
1512              Add the \N{U+HHHH} syntax.
1513              
1514              More tr/// UTF-8 fixes from Inaba Hiroto.
1515      Branch: maint-5.6/perl
1516           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
1517           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
1518 ____________________________________________________________________________
1519 [  9015] By: jhi                                   on 2001/03/04  17:36:04
1520         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
1521      Branch: perl
1522            ! doop.c t/op/tr.t
1523 ____________________________________________________________________________
1524 [  9014] By: jhi                                   on 2001/03/04  17:24:49
1525         Log: Add the \N{U+HHHH} syntax.
1526      Branch: perl
1527            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
1528            ! t/lib/charnames.t toke.c
1529 ____________________________________________________________________________
1530 [  9013] By: jhi                                   on 2001/03/04  17:20:45
1531         Log: Tweak the get*ent() OS/2 prototypes.
1532      Branch: perl
1533            ! os2/os2.c
1534 ____________________________________________________________________________
1535 [  9012] By: gsar                                  on 2001/03/04  06:26:14
1536         Log: avoid warning (nit in change#9009)
1537      Branch: maint-5.6/perl
1538            ! toke.c
1539 ____________________________________________________________________________
1540 [  9011] By: gsar                                  on 2001/03/04  06:15:24
1541         Log: lib/charnames.t fails in 5.6.x because of older Unicode
1542              data
1543              
1544              TODO: need to revisit this after updating lib/unicode/...
1545      Branch: maint-5.6/perl
1546            ! t/lib/charnames.t
1547 ____________________________________________________________________________
1548 [  9010] By: gsar                                  on 2001/03/04  06:08:36
1549         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
1550      Branch: maint-5.6/perl
1551            ! toke.c
1552 ____________________________________________________________________________
1553 [  9009] By: jhi                                   on 2001/03/03  19:27:20
1554         Log: Integrate change #9008 from mainline to maintperl,
1555              UTF-8 tr/// fixes from Inaba Hiroto.
1556      Branch: maint-5.6/perl
1557           !> doop.c op.c t/op/tr.t toke.c
1558 ____________________________________________________________________________
1559 [  9008] By: jhi                                   on 2001/03/03  19:19:42
1560         Log: UTF8 tr/// fixes from Inaba Hiroto.
1561      Branch: perl
1562            ! doop.c op.c t/op/tr.t toke.c
1563 ____________________________________________________________________________
1564 [  9007] By: jhi                                   on 2001/03/03  19:00:30
1565         Log: Integrate change #9006 from maintperl to mainline,
1566              more robust quest for the infinite.
1567      Branch: perl
1568           !> lib/Math/Complex.pm
1569 ____________________________________________________________________________
1570 [  9006] By: jhi                                   on 2001/03/03  18:58:06
1571         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
1572              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1573              Date: Sat, 3 Mar 2001 12:51:50 -0500
1574              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
1575              
1576              Be more robust in our quest for the infinite.
1577      Branch: maint-5.6/perl
1578            ! lib/Math/Complex.pm
1579 ____________________________________________________________________________
1580 [  9005] By: jhi                                   on 2001/03/03  17:55:50
1581         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
1582      Branch: maint-5.6/perl
1583            ! doio.c
1584 ____________________________________________________________________________
1585 [  9004] By: jhi                                   on 2001/03/03  17:40:14
1586         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
1587              so that picky compilers like IRIX won't get huffy about
1588              "statements without effect" (like 1;).
1589      Branch: perl
1590            ! toke.c
1591 ____________________________________________________________________________
1592 [  9003] By: jhi                                   on 2001/03/03  17:15:52
1593         Log: Integrate change #9002 from mainline to maintperl.
1594              
1595              Subject: [perl-5.6.x, perl-current] accept for EPOC
1596      Branch: maint-5.6/perl
1597           !> pp_sys.c
1598 ____________________________________________________________________________
1599 [  9002] By: jhi                                   on 2001/03/03  17:14:30
1600         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
1601              From: Olaf Flebbe <O.Flebbe@science-computing.de>
1602              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
1603              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
1604      Branch: perl
1605            ! pp_sys.c
1606 ____________________________________________________________________________
1607 [  9001] By: jhi                                   on 2001/03/03  17:13:13
1608         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
1609              From: "Craig A. Berry" <craigberry@mac.com>
1610              Date: Fri, 02 Mar 2001 17:44:40 -0600
1611              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
1612      Branch: perl
1613            ! t/pod/find.t
1614 ____________________________________________________________________________
1615 [  9000] By: jhi                                   on 2001/03/03  17:11:55
1616         Log: Integrate changes #8997,8999 from maintperl.
1617              
1618              Subject: [PATCH 5.6.1] compiling on OS/2
1619              (Better error message from hints/os2.sh)
1620              
1621              Subject: [PATCH 5.6.1] syslog.t
1622      Branch: perl
1623           !> hints/os2.sh t/lib/syslog.t
1624 ____________________________________________________________________________
1625 [  8999] By: jhi                                   on 2001/03/03  17:09:28
1626         Log: Subject: [PATCH 5.6.1] syslog.t
1627              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1628              Date: Sat, 3 Mar 2001 02:11:17 -0500
1629              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
1630      Branch: maint-5.6/perl
1631            ! t/lib/syslog.t
1632 ____________________________________________________________________________
1633 [  8998] By: jhi                                   on 2001/03/03  17:07:50
1634         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
1635              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1636              Date: Sat, 3 Mar 2001 01:53:52 -0500
1637              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
1638      Branch: maint-5.6/perl
1639            ! opcode.pl os2/os2.c
1640 ____________________________________________________________________________
1641 [  8997] By: jhi                                   on 2001/03/03  17:03:30
1642         Log: Subject: [PATCH 5.6.1] compiling on OS/2
1643              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1644              Date: Sat, 3 Mar 2001 01:59:59 -0500
1645              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
1646      Branch: maint-5.6/perl
1647            ! hints/os2.sh
1648 ____________________________________________________________________________
1649 [  8996] By: jhi                                   on 2001/03/03  00:55:58
1650         Log: Regen files for mainline.
1651      Branch: perl
1652            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1653            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
1654 ____________________________________________________________________________
1655 [  8995] By: jhi                                   on 2001/03/03  00:35:22
1656         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
1657              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
1658              to maintperl.
1659              
1660              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
1661              
1662              Add Configure option -Dmksymlinks which will create a symlink
1663              forest if the current/build differs from the source directory.
1664              (8218,8220,8221,8317,8318,8971)
1665              
1666              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
1667              (Document APPLLIB_EXP in INSTALL.)
1668              
1669              If running byacc write-enable also perly.h.
1670              
1671              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
1672              
1673              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
1674              
1675              Sanity check for conflicting thread flavours.
1676              
1677              Fix the sys/fcntl.h problem reported by Peter Prymmer.
1678              
1679              Add few CPUs/architectures to the Cppsym scan,
1680              add -perlio to archname if so selected (modified 8890)
1681              
1682              Be more helpful for devel builders, suggested by John L. Allen.
1683              (admittedly pointless change for maintperl, but the usedevel
1684              code is there already)
1685      Branch: maint-5.6/perl
1686           !> Configure INSTALL Makefile.SH Porting/Glossary
1687           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
1688           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
1689           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
1690           !> win32/config.bc win32/config.gc win32/config.vc
1691 ____________________________________________________________________________
1692 [  8994] By: jhi                                   on 2001/03/02  23:31:41
1693         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
1694      Branch: metaconfig/U/perl
1695            ! gccvers.U
1696 ____________________________________________________________________________
1697 [  8993] By: jhi                                   on 2001/03/02  23:22:12
1698         Log: Regenerate various files for maint.
1699      Branch: maint-5.6/perl
1700            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
1701            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
1702 ____________________________________________________________________________
1703 [  8992] By: alanbur                               on 2001/03/02  22:48:34
1704         Log: Resync wuth parent
1705      Branch: maint-5.6/pureperl
1706           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
1707           !> (integrate 60 files)
1708 ____________________________________________________________________________
1709 [  8991] By: jhi                                   on 2001/03/02  21:00:08
1710         Log: Retract the #8742 part of #8986, backward compat.
1711      Branch: maint-5.6/perl
1712            ! embed.pl
1713 ____________________________________________________________________________
1714 [  8990] By: jhi                                   on 2001/03/02  20:40:07
1715         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
1716      Branch: maint-5.6/perl
1717            ! hv.c
1718 ____________________________________________________________________________
1719 [  8989] By: jhi                                   on 2001/03/02  19:59:56
1720         Log: Update Changes.
1721      Branch: perl
1722            ! Changes patchlevel.h
1723 ____________________________________________________________________________
1724 [  8988] By: jhi                                   on 2001/03/02  19:57:08
1725         Log: Integrate perlio.
1726      Branch: perl
1727           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
1728           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
1729           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
1730           !> ext/Encode/Encode/iso8859-10.ucm
1731           !> ext/Encode/Encode/iso8859-13.ucm
1732           !> ext/Encode/Encode/iso8859-14.ucm
1733           !> ext/Encode/Encode/iso8859-15.ucm
1734           !> ext/Encode/Encode/iso8859-16.ucm
1735           !> ext/Encode/Encode/iso8859-2.ucm
1736           !> ext/Encode/Encode/iso8859-3.ucm
1737           !> ext/Encode/Encode/iso8859-4.ucm
1738           !> ext/Encode/Encode/iso8859-5.ucm
1739           !> ext/Encode/Encode/iso8859-6.ucm
1740           !> ext/Encode/Encode/iso8859-7.ucm
1741           !> ext/Encode/Encode/iso8859-8.ucm
1742           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
1743           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
1744 ____________________________________________________________________________
1745 [  8987] By: jhi                                   on 2001/03/02  19:43:40
1746         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
1747              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
1748              8950,8952,8955 from mainline to maintperl.
1749              
1750              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
1751              
1752              Put to rest the 20010205.001, the email address checking (not) regex.
1753              
1754              fork() not everywhere, cleanup temp files.
1755              
1756              The #8843 wasn't quite right: %Config needs to imported.
1757              
1758              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
1759              (#8849: the glob-basic hunk needed massaging as it depended
1760              on Schwern's large-scale (unintegrated) patches)
1761              
1762              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
1763              
1764              Upgrade to CGI.pm 2.752, from Lincoln Stein.
1765              (Note: there were some conflicts due to EBCDIC and EPOC
1766              patches, in general I preferred the repository code.)
1767              (When 2.753 comes out, we need to synchronize.)
1768              
1769              Subject: [PATCH] fix for charnames above FFFF
1770              
1771              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
1772              
1773              If no sfio, no -lsfio.
1774              
1775              Run run/*.t also in minitest.
1776              
1777              Subject:  [PATCH perl 5.7.0] malloc message address offset
1778              
1779              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
1780              
1781              Subject: fix for parameter -Dm (for perl@8867)
1782              
1783              Subject: [PATCH: perl@8892] was Re: hashing order difference?
1784              (make the test more portable)
1785              
1786              Subject: Re: [PATCH] fix for charnames above FFFF
1787              
1788              Subject: Re: I'm losing the war...
1789              (hv_store() not working correctly in ENV_IS_CASELESS case.)
1790              
1791              Subject: Modified README.bs2000 
1792              
1793              Subject: [PATCH: perl@8935] -Dt padsv($var)
1794              
1795              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
1796              
1797              Subject: PATCH: extra tests to check on negative float to unsigned cast
1798              
1799              Subject: [PATCH] XPUSH[insp] was Re: progress
1800              
1801              Subject: Re: Compile with perlcc..
1802      Branch: maint-5.6/perl
1803           !> (integrate 36 files)
1804 ____________________________________________________________________________
1805 [  8986] By: jhi                                   on 2001/03/02  18:51:25
1806         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
1807              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
1808              to maintperl.
1809              
1810              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
1811              
1812              Subject: [DOC PATCH] overload.pm nits
1813              
1814              Add header for LIB$ prototypes (C. Berry)
1815              
1816              Convert fwrite()s to sockets to write()s, since some socket stacks
1817              don't take kindly to stdio.
1818              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
1819              (for often optional LNMs)
1820              Correct a few typos
1821              (C. Bailey)
1822              
1823              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
1824              
1825              De-cut-and-pasto.
1826              
1827              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
1828              
1829              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
1830              
1831              Upgrade to CPAN 1.59_54, from Andreas König.
1832              
1833              Bogus shebang.
1834              
1835              Subject: [PATCH] Document makepatch in Porting/patching
1836              
1837              UTF-8 documentation.
1838              
1839              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
1840              
1841              Sort the MANIFEST.
1842              
1843              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
1844              
1845              Subject: [PATCH @8807] toke.c cleanup: scan_str()
1846              
1847              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
1848              
1849              Add run/*.t to testables.
1850              
1851              TODO: integrate #8784.
1852      Branch: maint-5.6/perl
1853           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
1854           !> (integrate 28 files)
1855 ____________________________________________________________________________
1856 [  8985] By: nick                                  on 2001/03/02  18:15:45
1857         Log: Integrate mainline
1858      Branch: perlio
1859           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
1860           !> vms/vms.c
1861 ____________________________________________________________________________
1862 [  8984] By: jhi                                   on 2001/03/02  16:00:17
1863         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
1864              
1865              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
1866              5.004_05, and mention the suidperl August 2000 security problem.
1867              (#8978,#8981)
1868              
1869              Subject: [ID 20010301.004] Technically speaking in perldata
1870              
1871              Subject: [PATCH] File::Copy for bleadperl, maintperl
1872              
1873              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
1874              
1875              (The #8982, fix for 20010221.005 and 20010221.008,
1876              would be nice too but it didn't integrate cleanly.)
1877      Branch: maint-5.6/perl
1878           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
1879 ____________________________________________________________________________
1880 [  8983] By: jhi                                   on 2001/03/02  15:51:16
1881         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
1882              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
1883              Date:     Thu, 1 Mar 2001 15:54:09 EST
1884              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
1885      Branch: perl
1886            ! vms/vms.c
1887 ____________________________________________________________________________
1888 [  8982] By: jhi                                   on 2001/03/02  15:43:31
1889         Log: Subject: Re: sync sync sync: have I missed any patches?
1890              From: Radu Greab <radu@netsoft.ro> 
1891              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
1892              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
1893              
1894              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
1895              was checking argv[0] regardless of whether a different pathname
1896              will actually be executed."  Test case not supplied because 
1897              drafting that, ironically enough, revealed another bug
1898              (or a feature).
1899      Branch: perl
1900            ! doio.c
1901 ____________________________________________________________________________
1902 [  8981] By: jhi                                   on 2001/03/02  15:28:03
1903         Log: Misdate in #8978.
1904      Branch: perl
1905            ! pod/perlfaq1.pod
1906 ____________________________________________________________________________
1907 [  8980] By: jhi                                   on 2001/03/02  15:24:20
1908         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
1909              From: Chris Nandor <pudge@pobox.com>
1910              Date: Wed, 28 Feb 2001 22:10:15 -0500
1911              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
1912      Branch: perl
1913            ! lib/File/Copy.pm
1914 ____________________________________________________________________________
1915 [  8979] By: jhi                                   on 2001/03/02  15:17:16
1916         Log: Subject: [ID 20010301.004] Technically speaking in perldata
1917              From: abela@geneanet.org
1918              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
1919              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
1920      Branch: perl
1921            ! pod/perldata.pod
1922 ____________________________________________________________________________
1923 [  8978] By: jhi                                   on 2001/03/02  15:15:27
1924         Log: Subject: [ID 20010301.003] ref to 5.004
1925              From: abela@geneanet.org
1926              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
1927              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
1928              
1929              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
1930              and mention the suidperl August 2000 security problem.
1931      Branch: perl
1932            ! pod/perlfaq1.pod
1933 ____________________________________________________________________________
1934 [  8977] By: alanbur                               on 2001/03/02  14:17:45
1935         Log: Resynchronised with parent
1936      Branch: maint-5.6/pureperl
1937           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
1938           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
1939           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
1940           !> vms/descrip_mms.template win32/win32.c win32/win32.h
1941           !> win32/win32iop.h
1942 ____________________________________________________________________________
1943 [  8976] By: nick                                  on 2001/03/01  23:25:30
1944         Log: Integrate mainline.
1945      Branch: perlio
1946            - t/op/qu.t
1947           !> (integrate 55 files)
1948 ____________________________________________________________________________
1949 [  8975] By: jhi                                   on 2001/03/01  16:51:34
1950         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
1951      Branch: perl
1952           !> toke.c
1953 ____________________________________________________________________________
1954 [  8974] By: gsar                                  on 2001/03/01  16:28:21
1955         Log: fix for bugid 20010226.008
1956              
1957              the problem was that some of the pointers (PL_last_lop and
1958              PL_last_uni specifically) into the lex buffers weren't correctly
1959              being invalidated when the buffer changed; this would leave the
1960              pointers pointing at an arbitrary location in the buffer if
1961              the buffer didn't need to be reallocated, or point into freed
1962              memory if the buffer had to be realloced
1963              
1964              TODO item for bugdb maintainers: check other seemingly random
1965              parser-related bugs--they might be cured by this
1966      Branch: maint-5.6/perl
1967            ! toke.c
1968 ____________________________________________________________________________
1969 [  8973] By: jhi                                   on 2001/03/01  02:23:25
1970         Log: Retract #8970 because of a completely mysterious core dump:
1971              adding the tests 241..244 causes op/pat dump core at test #25.
1972              The test needs a lot of whittling down before the bug can be solved.
1973      Branch: perl
1974            ! t/op/pat.t
1975 ____________________________________________________________________________
1976 [  8972] By: jhi                                   on 2001/03/01  01:58:38
1977         Log: Regen perlapi.
1978      Branch: perl
1979            ! pod/perlapi.pod
1980 ____________________________________________________________________________
1981 [  8971] By: jhi                                   on 2001/03/01  01:34:09
1982         Log: Subject: [PATCH] don't write along symlinks into a read only source tree (was Re: [ID 20010129.006] OK: perl v5.7.0 +DEVEL8584 on i586-linux-64all 2.2.12 (UNINSTALLED))
1983              From: Nicholas Clark <nick@ccl4.org>
1984              Date: Wed, 28 Feb 2001 23:28:49 +0000
1985              Message-ID: <20010228232849.A55187@plum.flirble.org>
1986              
1987              Allow a completely write protected source code tree
1988              when using the Configure -Dmksymlinks.
1989      Branch: perl
1990            ! embed.pl warnings.pl
1991 ____________________________________________________________________________
1992 [  8970] By: jhi                                   on 2001/03/01  01:32:04
1993         Log: Add back the EBCDIC character range tests (for matching).
1994      Branch: perl
1995            ! t/op/pat.t
1996 ____________________________________________________________________________
1997 [  8969] By: nick                                  on 2001/02/28  18:18:01
1998         Log: Add charname comments to .ucm files writen by 'compile',
1999              also order charmaps in those files by source encoding.
2000              regenerate distrubuted .ucm files
2001      Branch: perlio
2002            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
2003            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
2004            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
2005            ! ext/Encode/Encode/iso8859-10.ucm
2006            ! ext/Encode/Encode/iso8859-13.ucm
2007            ! ext/Encode/Encode/iso8859-14.ucm
2008            ! ext/Encode/Encode/iso8859-15.ucm
2009            ! ext/Encode/Encode/iso8859-16.ucm
2010            ! ext/Encode/Encode/iso8859-2.ucm
2011            ! ext/Encode/Encode/iso8859-3.ucm
2012            ! ext/Encode/Encode/iso8859-4.ucm
2013            ! ext/Encode/Encode/iso8859-5.ucm
2014            ! ext/Encode/Encode/iso8859-6.ucm
2015            ! ext/Encode/Encode/iso8859-7.ucm
2016            ! ext/Encode/Encode/iso8859-8.ucm
2017            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
2018            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
2019 ____________________________________________________________________________
2020 [  8968] By: jhi                                   on 2001/02/28  16:26:37
2021         Log: Expand usemorebits early if d_casti32 needs to be undefined.
2022      Branch: perl
2023            ! hints/hpux.sh hints/irix_6.sh
2024 ____________________________________________________________________________
2025 [  8967] By: jhi                                   on 2001/02/28  16:22:26
2026         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
2027              retract toke.c/qu parts of #8583, retract #8485, retract
2028              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
2029              op/length.t, and MANIFEST, and delete t/op/qu.t.
2030      Branch: perl
2031            - t/op/qu.t
2032            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
2033            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
2034            ! t/op/length.t toke.c
2035 ____________________________________________________________________________
2036 [  8966] By: jhi                                   on 2001/02/28  15:00:27
2037         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
2038              by not changing from pre-Unicode days into being Unicode-aware.
2039              Sniff.
2040      Branch: perl
2041            ! pp.c t/op/pack.t t/op/qu.t
2042 ____________________________________________________________________________
2043 [  8965] By: jhi                                   on 2001/02/28  14:37:55
2044         Log: Subject: Re: Errors in core PODs
2045              From: Michael Stevens <michael@etla.org> 
2046              Date: Fri, 23 Feb 2001 15:47:56 +0000
2047              Message-ID: <20010223154756.A7723@firedrake.org> 
2048      Branch: perl
2049            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
2050            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
2051            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
2052            ! x2p/a2p.pod
2053 ____________________________________________________________________________
2054 [  8964] By: jhi                                   on 2001/02/28  14:35:35
2055         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
2056              (The #8961 was too bold.)
2057      Branch: perl
2058            ! hints/hpux.sh hints/irix_6.sh
2059 ____________________________________________________________________________
2060 [  8963] By: jhi                                   on 2001/02/28  14:33:39
2061         Log: Subject: Re: sync sync sync: have I missed any patches?
2062              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2063              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
2064              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
2065              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
2066              
2067              Replace djSP with dSP.
2068      Branch: perl
2069            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
2070            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
2071            ! win32/perlhost.h
2072 ____________________________________________________________________________
2073 [  8962] By: jhi                                   on 2001/02/27  23:21:14
2074         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
2075      Branch: perl
2076            ! lib/Filter/Simple.pm
2077 ____________________________________________________________________________
2078 [  8961] By: jhi                                   on 2001/02/27  22:55:26
2079         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
2080              and this would be it.
2081      Branch: perl
2082            ! hints/hpux.sh hints/irix_6.sh
2083 ____________________________________________________________________________
2084 [  8960] By: jhi                                   on 2001/02/27  22:51:33
2085         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
2086              From: "Craig A. Berry" <craigberry@mac.com>
2087              Date: Tue, 27 Feb 2001 16:11:44 -0600
2088              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
2089      Branch: maint-5.6/perl
2090            ! configure.com vms/descrip_mms.template
2091 ____________________________________________________________________________
2092 [  8959] By: jhi                                   on 2001/02/27  22:47:23
2093         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
2094              From: "Craig A. Berry" <craigberry@mac.com>
2095              Date: Tue, 27 Feb 2001 16:11:44 -0600
2096              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
2097      Branch: perl
2098            ! configure.com vms/descrip_mms.template
2099 ____________________________________________________________________________
2100 [  8958] By: jhi                                   on 2001/02/27  15:16:42
2101         Log: Update Changes.
2102      Branch: perl
2103            ! Changes patchlevel.h
2104 ____________________________________________________________________________
2105 [  8957] By: jhi                                   on 2001/02/27  06:15:07
2106         Log: Subject: [5.6.x] EPOC additions
2107              From: Olaf Flebbe <O.Flebbe@science-computing.de>
2108              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
2109              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
2110      Branch: maint-5.6/perl
2111            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
2112 ____________________________________________________________________________
2113 [  8956] By: jhi                                   on 2001/02/27  06:12:11
2114         Log: Subject: [perl-current] EPOC 
2115              From: Olaf Flebbe <O.Flebbe@science-computing.de>
2116              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
2117              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
2118      Branch: perl
2119            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
2120            ! epoc/epocish.c epoc/epocish.h pp_sys.c
2121 ____________________________________________________________________________
2122 [  8955] By: jhi                                   on 2001/02/27  05:59:50
2123         Log: Subject: Re: Compile with perlcc..
2124              From: Edward Peschko <edwardp@excitehome.net>
2125              Date: Mon, 26 Feb 2001 18:51:58 -0800
2126              Message-ID: <20010226185158.A9871@excitehome.net>
2127              
2128              plus add a simple usage message if no arguments given.
2129      Branch: perl
2130            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
2131            ! utils/Makefile utils/perlcc.PL win32/pod.mak
2132 ____________________________________________________________________________
2133 [  8954] By: nick                                  on 2001/02/26  21:02:59
2134         Log: Integrate mainline
2135      Branch: perlio
2136           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
2137           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
2138           !> t/op/sprintf.t
2139 ____________________________________________________________________________
2140 [  8953] By: jhi                                   on 2001/02/26  14:43:54
2141         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
2142              From: Nicholas Clark <nick@ccl4.org>
2143              Date: Mon, 26 Feb 2001 00:42:07 +0000
2144              Message-ID: <20010226004207.F23333@plum.flirble.org>
2145      Branch: perl
2146            ! pp_ctl.c
2147 ____________________________________________________________________________
2148 [  8952] By: jhi                                   on 2001/02/26  14:42:13
2149         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
2150              From: Simon Cozens <simon@netthink.co.uk>
2151              Date: Mon, 26 Feb 2001 12:23:48 +0000
2152              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
2153      Branch: perl
2154            ! pod/perlguts.pod
2155 ____________________________________________________________________________
2156 [  8951] By: jhi                                   on 2001/02/26  14:39:15
2157         Log: Subject: [PATCH] perlio - unknown layer
2158              From: Nicholas Clark <nick@ccl4.org>
2159              Date: Mon, 26 Feb 2001 00:27:19 +0000
2160              Message-ID: <20010226002719.E23333@plum.flirble.org>
2161      Branch: perl
2162            ! perlio.c
2163 ____________________________________________________________________________
2164 [  8950] By: jhi                                   on 2001/02/26  14:38:04
2165         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
2166              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
2167              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
2168              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
2169      Branch: perl
2170            ! t/op/bop.t
2171 ____________________________________________________________________________
2172 [  8949] By: jhi                                   on 2001/02/26  14:37:07
2173         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
2174              From: Peter Prymmer <pvhp@forte.com>
2175              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
2176              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
2177      Branch: perl
2178            ! lib/Test.pm
2179 ____________________________________________________________________________
2180 [  8948] By: jhi                                   on 2001/02/26  14:35:53
2181         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
2182              From: Radu Greab <radu@netsoft.ro>
2183              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
2184              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
2185      Branch: perl
2186            ! pod/perlop.pod
2187 ____________________________________________________________________________
2188 [  8947] By: jhi                                   on 2001/02/26  14:34:46
2189         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
2190              From: David Mitchell <davem@fdgroup.co.uk>
2191              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
2192              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
2193      Branch: perl
2194            ! run.c
2195 ____________________________________________________________________________
2196 [  8946] By: jhi                                   on 2001/02/26  14:32:37
2197         Log: Subject: Modified README.bs2000 
2198              From: Dorner Thomas <Thomas.Dorner@start.de>
2199              Date: Mon, 26 Feb 2001 09:22:17 +0100
2200              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
2201      Branch: perl
2202            ! README.bs2000
2203 ____________________________________________________________________________
2204 [  8945] By: jhi                                   on 2001/02/26  14:19:53
2205         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
2206              to maintperl, listing the known failures on the tests 129 and 130.
2207      Branch: maint-5.6/perl
2208           !> t/op/sprintf.t
2209 ____________________________________________________________________________
2210 [  8944] By: jhi                                   on 2001/02/26  14:14:15
2211         Log: Add more known sprintf failures.
2212      Branch: perl
2213            ! t/op/sprintf.t
2214 ____________________________________________________________________________
2215 [  8943] By: jhi                                   on 2001/02/26  13:56:22
2216         Log: perlglob.exe needs to be found in Win32, patch from
2217              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
2218              which needs external glob at mini-perl time."
2219      Branch: perl
2220            ! ext/Encode/compile
2221 ____________________________________________________________________________
2222 [  8942] By: jhi                                   on 2001/02/26  13:52:19
2223         Log: A missing dTHX from Vadim Konovalov.
2224      Branch: perl
2225            ! perlio.c
2226 ____________________________________________________________________________
2227 [  8941] By: jhi                                   on 2001/02/26  13:37:05
2228         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
2229      Branch: perl
2230            ! op.c
2231 ____________________________________________________________________________
2232 [  8940] By: jhi                                   on 2001/02/26  13:35:40
2233         Log: Integrate perlio.
2234      Branch: perl
2235           !> ext/Encode/Encode.pm
2236 ____________________________________________________________________________
2237 [  8939] By: nick                                  on 2001/02/25  23:47:09
2238         Log: Integrate mainline.
2239      Branch: perlio
2240           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
2241           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
2242 ____________________________________________________________________________
2243 [  8938] By: nick                                  on 2001/02/25  19:36:28
2244         Log: Encode implementations docs.
2245      Branch: perlio
2246            ! ext/Encode/Encode.pm
2247 ____________________________________________________________________________
2248 [  8937] By: jhi                                   on 2001/02/25  19:26:16
2249         Log: Script wasn't aligned with reality.
2250      Branch: perl
2251            ! t/pod/find.t
2252 ____________________________________________________________________________
2253 [  8936] By: jhi                                   on 2001/02/25  18:54:55
2254         Log: Update Changes.
2255      Branch: perl
2256            ! Changes patchlevel.h
2257 ____________________________________________________________________________
2258 [  8935] By: jhi                                   on 2001/02/25  18:46:36
2259         Log: Retract #8929,8930,8932,8933 for now.
2260      Branch: perl
2261            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
2262 ____________________________________________________________________________
2263 [  8934] By: jhi                                   on 2001/02/25  17:34:35
2264         Log: Integrate perlio.
2265      Branch: perl
2266           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
2267           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
2268           !> t/lib/encode.t
2269 ____________________________________________________________________________
2270 [  8933] By: jhi                                   on 2001/02/25  17:33:12
2271         Log: (Retracted by #8395.)
2272              
2273              Slight tweaks in scan_const(), not fixes yet, it seems like
2274              lots of work remains to be done...
2275      Branch: perl
2276            ! toke.c
2277 ____________________________________________________________________________
2278 [  8932] By: jhi                                   on 2001/02/25  17:27:11
2279         Log: (Retracted by #8395.)
2280              
2281              Missing from #8930.
2282      Branch: perl
2283            ! perl.h
2284 ____________________________________________________________________________
2285 [  8931] By: jhi                                   on 2001/02/25  17:26:19
2286         Log: A comment tweak.
2287      Branch: perl
2288            ! utf8.c
2289 ____________________________________________________________________________
2290 [  8930] By: jhi                                   on 2001/02/25  17:25:47
2291         Log: (Retracted by #8395.)
2292              
2293              Attempt to fix the EBCDIC character range problwm with //.
2294      Branch: perl
2295            ! regcomp.c
2296 ____________________________________________________________________________
2297 [  8929] By: jhi                                   on 2001/02/25  17:23:45
2298         Log: (Retracted by #8395.)
2299              
2300              Expand the EBCDIC character range tests, and add few nasty
2301              tr tests from Karsten Sperling.
2302      Branch: perl
2303            ! t/op/pat.t t/op/tr.t
2304 ____________________________________________________________________________
2305 [  8928] By: jhi                                   on 2001/02/25  17:18:49
2306         Log: Missing check-in.
2307      Branch: perl
2308            ! lib/Pod/Find.pm
2309 ____________________________________________________________________________
2310 [  8927] By: nick                                  on 2001/02/25  11:30:22
2311         Log: Change method names in Encode implementation classes to something
2312              less confusing (preparing to "go public").
2313      Branch: perlio
2314            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
2315 ____________________________________________________________________________
2316 [  8926] By: nick                                  on 2001/02/25  10:53:24
2317         Log: GCC __atribute__ / printf fix
2318      Branch: perlio
2319            ! perl.h
2320 ____________________________________________________________________________
2321 [  8925] By: nick                                  on 2001/02/25  10:52:25
2322         Log: Checked in the wrong one ...
2323      Branch: perlio
2324            ! ext/Encode/Encode.pm
2325 ____________________________________________________________________________
2326 [  8924] By: nick                                  on 2001/02/24  18:46:51
2327         Log: Integrate mainline - to see what Jarkko has in ...
2328      Branch: perlio
2329           +> t/pod/testpods/lib/Pod/Stuff.pm
2330           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
2331 ____________________________________________________________________________
2332 [  8923] By: nick                                  on 2001/02/24  17:05:23
2333         Log: Encode API documentation nd tidy up.
2334              Minor additions to test.
2335              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
2336              Adds STRLEN to standard typemap.
2337      Branch: perlio
2338            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
2339            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
2340 ____________________________________________________________________________
2341 [  8922] By: jhi                                   on 2001/02/24  16:38:12
2342         Log: Add a test for the "character range should match in EBCDIC
2343              if specified using explicit numerics" bug found by Karsten
2344              Sperling.
2345      Branch: perl
2346            ! t/op/pat.t
2347 ____________________________________________________________________________
2348 [  8921] By: jhi                                   on 2001/02/24  16:30:16
2349         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
2350              From: schwern@pobox.com
2351              Date: Fri, 23 Feb 2001 03:21:37 -0500
2352              Message-ID: <20010223032137.A26022@magnonel.guild.net>
2353              
2354              plus Charles Lane's fixes, plus tweaks.
2355      Branch: perl
2356            + t/pod/testpods/lib/Pod/Stuff.pm
2357            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
2358 ____________________________________________________________________________
2359 [  8920] By: nick                                  on 2001/02/24  10:30:11
2360         Log: Integrate mainline
2361      Branch: perlio
2362           !> (integrate 33 files)
2363 ____________________________________________________________________________
2364 [  8919] By: jhi                                   on 2001/02/24  00:23:35
2365         Log: Subject: Re: I'm losing the war...
2366              From: "Vadim Konovalov" <watman@inbox.ru>
2367              Date: Sat, 24 Feb 2001 00:10:14 +0300
2368              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
2369              
2370              hv_store() not working correctly in ENV_IS_CASELESS case.
2371      Branch: perl
2372            ! hv.c
2373 ____________________________________________________________________________
2374 [  8918] By: jhi                                   on 2001/02/24  00:20:09
2375         Log: Subject: Re: [PATCH] fix for charnames above FFFF
2376              From: andreas.koenig@anima.de (Andreas J. Koenig)
2377              Date: 23 Feb 2001 02:39:03 +0100
2378              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
2379              
2380              A further efficiency tweak.
2381      Branch: perl
2382            ! lib/charnames.pm
2383 ____________________________________________________________________________
2384 [  8917] By: jhi                                   on 2001/02/23  20:27:51
2385         Log: Integrate change #8916 from mainline,
2386              do away with USE_WIN32_RTL_ENV.
2387      Branch: maint-5.6/perl
2388           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
2389 ____________________________________________________________________________
2390 [  8916] By: jhi                                   on 2001/02/23  20:02:25
2391         Log: Abolish USE_WIN32_RTL_ENV.
2392      Branch: perl
2393            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
2394 ____________________________________________________________________________
2395 [  8915] By: jhi                                   on 2001/02/23  19:36:00
2396         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
2397              later protected by some #define.
2398      Branch: perl
2399            ! gv.c
2400 ____________________________________________________________________________
2401 [  8914] By: jhi                                   on 2001/02/23  19:31:38
2402         Log: Retract #8902 for now, requested by Charles Lane, the correct
2403              fix will be something else.
2404      Branch: perl
2405            ! op.c
2406 ____________________________________________________________________________
2407 [  8913] By: jhi                                   on 2001/02/23  19:11:36
2408         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
2409              From: Peter Prymmer <pvhp@forte.com>
2410              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
2411              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
2412      Branch: perl
2413            ! t/op/lex_assign.t
2414 ____________________________________________________________________________
2415 [  8912] By: jhi                                   on 2001/02/23  18:38:20
2416         Log: Subject: [patch] perlio + useithreads
2417              From: Doug MacEachern <dougm@covalent.net>
2418              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
2419              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
2420              
2421              Gets things running but not complete.
2422      Branch: perl
2423            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
2424 ____________________________________________________________________________
2425 [  8911] By: jhi                                   on 2001/02/23  04:20:02
2426         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
2427              
2428              Duplicated environment freeing, File::Temp 0.12,
2429              op/append portability (EBCDIC) tweak.
2430      Branch: maint-5.6/perl
2431           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
2432           !> t/op/append.t
2433 ____________________________________________________________________________
2434 [  8910] By: jhi                                   on 2001/02/23  02:07:33
2435         Log: Integrate change #8909 from mainline, a better Borland
2436              putenv() workaround.
2437      Branch: maint-5.6/perl
2438           !> perl.c
2439 ____________________________________________________________________________
2440 [  8909] By: jhi                                   on 2001/02/23  02:05:46
2441         Log: A better workaround for Borland putenv() brokenness from Sarathy.
2442      Branch: perl
2443            ! perl.c
2444 ____________________________________________________________________________
2445 [  8908] By: jhi                                   on 2001/02/23  02:04:14
2446         Log: Subject: fix for parameter -Dm (for perl@8867)
2447              From: "Vadim Konovalov" <watman@inbox.ru>
2448              Date: Thu, 22 Feb 2001 17:30:12 +0300
2449              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
2450      Branch: perl
2451            ! perl.h
2452 ____________________________________________________________________________
2453 [  8907] By: jhi                                   on 2001/02/23  01:58:20
2454         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
2455              From: Peter Prymmer <pvhp@forte.com>
2456              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
2457              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
2458      Branch: perl
2459            ! t/op/append.t
2460 ____________________________________________________________________________
2461 [  8906] By: jhi                                   on 2001/02/23  01:48:34
2462         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
2463      Branch: perl
2464            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
2465 ____________________________________________________________________________
2466 [  8905] By: jhi                                   on 2001/02/23  01:43:30
2467         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
2468              From: Peter Prymmer <pvhp@forte.com>
2469              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
2470              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
2471      Branch: perl
2472            ! t/lib/st-06compat.t
2473 ____________________________________________________________________________
2474 [  8904] By: jhi                                   on 2001/02/23  01:42:39
2475         Log: Metaconfig unit change for #8903.
2476      Branch: metaconfig/U/perl
2477            ! Devel.U
2478 ____________________________________________________________________________
2479 [  8903] By: jhi                                   on 2001/02/23  01:42:12
2480         Log: Be more helpful for devel builders, suggested by John L. Allen.
2481      Branch: perl
2482            ! Configure
2483 ____________________________________________________________________________
2484 [  8902] By: jhi                                   on 2001/02/23  01:37:41
2485         Log: (Retracted by #8914)
2486              (Wrongly, reinstated by #8941)             
2487
2488              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
2489              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2490              Date:     Thu, 22 Feb 2001 09:43:57 EST
2491              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
2492      Branch: perl
2493            ! op.c
2494 ____________________________________________________________________________
2495 [  8901] By: jhi                                   on 2001/02/23  01:20:32
2496         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
2497              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2498              Date:     Thu, 22 Feb 2001 08:01:35 EST
2499              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
2500      Branch: perl
2501            ! malloc.c
2502 ____________________________________________________________________________
2503 [  8900] By: jhi                                   on 2001/02/23  01:18:02
2504         Log: Integrate changes #8898,8899 from mainline, environ handling.
2505      Branch: maint-5.6/perl
2506           !> perl.c
2507 ____________________________________________________________________________
2508 [  8899] By: jhi                                   on 2001/02/23  01:16:25
2509         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
2510              putenv() is not to be relied on, they are either broken or leaky
2511              or both.)
2512      Branch: perl
2513            ! perl.c
2514 ____________________________________________________________________________
2515 [  8898] By: jhi                                   on 2001/02/22  23:36:59
2516         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
2517              and safesysfree() must be used.
2518      Branch: perl
2519            ! perl.c
2520 ____________________________________________________________________________
2521 [  8897] By: jhi                                   on 2001/02/22  23:25:45
2522         Log: With environ one must use safesysmalloc()/safesysfree().
2523      Branch: perl
2524            ! perl.c
2525 ____________________________________________________________________________
2526 [  8896] By: jhi                                   on 2001/02/22  22:13:18
2527         Log: If we have a duplicated environment free it
2528              if PERL_DESTRUCT_LEVEL.
2529      Branch: perl
2530            ! perl.c
2531 ____________________________________________________________________________
2532 [  8895] By: alanbur                               on 2001/02/22  19:31:57
2533         Log: Synchronised with parent
2534      Branch: maint-5.6/pureperl
2535           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
2536 ____________________________________________________________________________
2537 [  8894] By: gsar                                  on 2001/02/22  19:06:18
2538         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
2539              
2540              fix memory leak in method call optimization (change#3768);
2541              made C<eval "$x->foo()"> leak
2542              
2543              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
2544      Branch: maint-5.6/perl
2545           !> op.c
2546 ____________________________________________________________________________
2547 [  8893] By: jhi                                   on 2001/02/22  18:35:27
2548         Log: (Retracted by #8915.)
2549              
2550              Third Degree finding:
2551              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
2552      Branch: perl
2553            ! gv.c
2554 ____________________________________________________________________________
2555 [  8892] By: jhi                                   on 2001/02/22  14:28:32
2556         Log: Update Changes.
2557      Branch: perl
2558            ! Changes patchlevel.h
2559 ____________________________________________________________________________
2560 [  8891] By: jhi                                   on 2001/02/22  13:22:45
2561         Log: Metaconfig unit changes for #8890.
2562      Branch: metaconfig
2563            ! U/modified/Cppsym.U U/threads/archname.U
2564 ____________________________________________________________________________
2565 [  8890] By: jhi                                   on 2001/02/22  13:22:12
2566         Log: Add -stdio to the archname if no perlio selected,
2567              no -perlio added since that is now the default.
2568              
2569              Add few CPUs/architectures to the Cppsym scan.
2570      Branch: perl
2571            ! Configure config_h.SH
2572 ____________________________________________________________________________
2573 [  8889] By: jhi                                   on 2001/02/22  13:05:59
2574         Log: Metaconfig unit change for #8888.
2575      Branch: metaconfig/U/perl
2576            ! useperlio.U
2577 ____________________________________________________________________________
2578 [  8888] By: jhi                                   on 2001/02/22  13:05:28
2579         Log: *drum roll*  Make perlio the default.
2580      Branch: perl
2581            ! Configure config_h.SH
2582 ____________________________________________________________________________
2583 [  8887] By: jhi                                   on 2001/02/22  12:50:52
2584         Log: Integrate change #8665 from maintperl to mainline,
2585              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
2586      Branch: perl
2587           !> ext/POSIX/POSIX.xs
2588 ____________________________________________________________________________
2589 [  8886] By: jhi                                   on 2001/02/22  12:49:24
2590         Log: Integrate changes #8883,8884 from mainline to maintperl.
2591              
2592              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
2593              Subject: Re: File::Temp::_gettemp warning
2594      Branch: maint-5.6/perl
2595           !> embed.h embed.pl lib/File/Temp.pm
2596 ____________________________________________________________________________
2597 [  8885] By: jhi                                   on 2001/02/22  12:43:59
2598         Log: Based on
2599              
2600              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
2601              From: schwab@suse.de
2602              Date: Thu, 22 Feb 2001 13:08:09 +0100
2603              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
2604              
2605              but the fix done slightly differently because the other
2606              half was already done in #8664.
2607      Branch: maint-5.6/perl
2608            ! ext/POSIX/POSIX.xs
2609 ____________________________________________________________________________
2610 [  8884] By: jhi                                   on 2001/02/22  12:37:15
2611         Log: Subject: Re: File::Temp::_gettemp warning
2612              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2613              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
2614              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
2615              
2616              This patch to File::Temp does two things:
2617              
2618              1. Fixes the problem with CGI::Carp when determining
2619              the Fcntl constants
2620              
2621              2. Removes most of the carps and consolidates them so that all the
2622              reasons are included in a single die that is caught by the test. This
2623              means that the correct skipping behaviour is displayed by the test.
2624      Branch: perl
2625            ! lib/File/Temp.pm
2626 ____________________________________________________________________________
2627 [  8883] By: jhi                                   on 2001/02/22  12:29:19
2628         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
2629              From: Peter Prymmer <pvhp@forte.com>
2630              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
2631              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
2632      Branch: perl
2633            ! embed.h embed.pl
2634 ____________________________________________________________________________
2635 [  8882] By: jhi                                   on 2001/02/21  19:41:33
2636         Log: Integrate change #8881 from mainlin to maintperl.
2637              
2638              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
2639      Branch: maint-5.6/perl
2640           !> op.c
2641 ____________________________________________________________________________
2642 [  8881] By: jhi                                   on 2001/02/21  19:38:57
2643         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
2644              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2645              Date:     Wed, 21 Feb 2001 13:08:03 EST
2646              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
2647      Branch: perl
2648            ! op.c
2649 ____________________________________________________________________________
2650 [  8880] By: jhi                                   on 2001/02/21  19:34:34
2651         Log: Retract #8875, cannot let go of the old semantics of unpack U
2652              without rethinking utf8decode.t.
2653      Branch: perl
2654            ! pp.c t/op/pack.t
2655 ____________________________________________________________________________
2656 [  8879] By: jhi                                   on 2001/02/21  19:08:02
2657         Log: Run run/*.t also in minitest.
2658      Branch: perl
2659            ! Makefile.SH
2660 ____________________________________________________________________________
2661 [  8878] By: nick                                  on 2001/02/21  18:55:37
2662         Log: Integrate mainline
2663      Branch: perlio
2664           !> (integrate 76 files)
2665 ____________________________________________________________________________
2666 [  8877] By: jhi                                   on 2001/02/21  15:09:33
2667         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
2668      Branch: metaconfig
2669            ! U/compline/nblock_io.U
2670      Branch: perl
2671            ! Configure config_h.SH
2672 ____________________________________________________________________________
2673 [  8876] By: jhi                                   on 2001/02/21  14:54:45
2674         Log: If no sfio, no -lsfio.
2675      Branch: metaconfig/U/perl
2676            ! d_sfio.U
2677      Branch: perl
2678            ! Configure config_h.SH
2679 ____________________________________________________________________________
2680 [  8875] By: jhi                                   on 2001/02/21  14:54:00
2681         Log: Make unpack C and unpack C truly equivalent.
2682      Branch: perl
2683            ! pp.c t/op/pack.t
2684 ____________________________________________________________________________
2685 [  8874] By: jhi                                   on 2001/02/21  14:26:02
2686         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
2687              From: Peter Prymmer <pvhp@forte.com>
2688              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
2689              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
2690      Branch: perl
2691            ! pod/perlport.pod
2692 ____________________________________________________________________________
2693 [  8873] By: jhi                                   on 2001/02/21  14:24:31
2694         Log: Subject: [PATCH] fix for charnames above FFFF
2695              From: andreas.koenig@anima.de (Andreas J. Koenig)
2696              Date: 21 Feb 2001 07:05:45 +0100
2697              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
2698      Branch: perl
2699            ! lib/charnames.pm t/lib/charnames.t
2700 ____________________________________________________________________________
2701 [  8872] By: jhi                                   on 2001/02/21  14:15:25
2702         Log: Integrate change #8868 from pureperl to mainline.
2703              
2704              Fixed reference count loop caused by sv_magic.
2705      Branch: perl
2706           !> sv.c
2707 ____________________________________________________________________________
2708 [  8871] By: jhi                                   on 2001/02/21  14:07:29
2709         Log: Integrate change #8868 from pureperl to maintperl.
2710              
2711              Fixed reference count loop caused by sv_magic.
2712      Branch: maint-5.6/perl
2713           !> sv.c
2714 ____________________________________________________________________________
2715 [  8870] By: jhi                                   on 2001/02/21  14:04:41
2716         Log: Put back the #8840, it was innocent.
2717      Branch: perl
2718            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
2719            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
2720 ____________________________________________________________________________
2721 [  8869] By: jhi                                   on 2001/02/21  14:00:03
2722         Log: unpack("C", ...) was left slightly unfinished by #8865.
2723      Branch: perl
2724            ! pp.c t/op/pack.t
2725 ____________________________________________________________________________
2726 [  8868] By: alanbur                               on 2001/02/21  01:33:45
2727         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
2728              from gv_fetchpv to create single-character magic variables (e.g. $!),
2729              and it is passed a sv and the gv that contains the sv as the mg_obj
2730              value.  When sv_magic stores the mg_obj pointer it increments the gv
2731              refcount, thus causing a sv-gv pair that can't be freed.  There is
2732              already a check for sv == obj which is used to prevent such reference
2733              loops.  This change extends the check to cover the case described above.
2734      Branch: maint-5.6/pureperl
2735            ! sv.c
2736 ____________________________________________________________________________
2737 [  8867] By: jhi                                   on 2001/02/21  00:52:39
2738         Log: Update Changes.
2739      Branch: perl
2740            ! Changes patchlevel.h
2741 ____________________________________________________________________________
2742 [  8866] By: jhi                                   on 2001/02/21  00:34:20
2743         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
2744              (Note: there were some conflicts due to EBCDIC and EPOC
2745              patches, in general I preferred the repository code.)
2746              (When 2.753 comes out, we need to synchronize.)
2747      Branch: perl
2748            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
2749            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
2750            ! t/lib/cgi-html.t
2751 ____________________________________________________________________________
2752 [  8865] By: jhi                                   on 2001/02/21  00:24:22
2753         Log: Make pack("C", 0x100) to create Unicode, unless under the
2754              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
2755              will understand Unicode, unless you under know what.
2756      Branch: perl
2757            ! pp.c t/op/pack.t t/op/qu.t
2758 ____________________________________________________________________________
2759 [  8864] By: alanbur                               on 2001/02/20  22:35:34
2760         Log: Resynchronised with parent
2761      Branch: maint-5.6/pureperl
2762           !> README.win32 ext/GDBM_File/GDBM_File.pm
2763           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
2764           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
2765           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
2766           !> t/lib/sdbm.t util.c
2767 ____________________________________________________________________________
2768 [  8863] By: jhi                                   on 2001/02/20  20:55:11
2769         Log: Integrate change #8860,8861 from mainline into maintperl.
2770              
2771              "pseudo-literal j"
2772              
2773              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
2774      Branch: maint-5.6/perl
2775           !> lib/Test.pm pod/perlop.pod
2776 ____________________________________________________________________________
2777 [  8862] By: jhi                                   on 2001/02/20  20:30:07
2778         Log: Don't do casting between pointers pointing to differently sized
2779              integers.
2780      Branch: perl
2781            ! hv.c sv.c
2782 ____________________________________________________________________________
2783 [  8861] By: jhi                                   on 2001/02/20  19:53:44
2784         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
2785              From: Peter Prymmer <pvhp@forte.com>
2786              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
2787              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
2788      Branch: perl
2789            ! lib/Test.pm
2790 ____________________________________________________________________________
2791 [  8860] By: jhi                                   on 2001/02/20  19:48:02
2792         Log: "pseudo-literal j", a documentation glitch reported to Debian.
2793              The text recovered from Perl 5.005_03, and pseudo-literal replaced
2794              by "backtick string".
2795      Branch: perl
2796            ! pod/perlop.pod
2797 ____________________________________________________________________________
2798 [  8859] By: jhi                                   on 2001/02/20  19:15:46
2799         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
2800              from Chris Nandor.
2801      Branch: perl
2802            ! makedef.pl
2803 ____________________________________________________________________________
2804 [  8858] By: jhi                                   on 2001/02/20  17:36:53
2805         Log: Integrate pureperl changes #8844,8845,8850 to mainline
2806              (via maintperl #8855).
2807              
2808              Fixed %^H scoping bug
2809              
2810              Removed GV <-> CV refcount loop
2811              
2812              Removed %ENV refcount loop
2813      Branch: perl
2814           !> gv.c op.c perl.c pp.c scope.c
2815 ____________________________________________________________________________
2816 [  8857] By: jhi                                   on 2001/02/20  17:34:32
2817         Log: Integrate changes #8853,8854 from maintperl to mainline.
2818              
2819              EBDIC fixes, README.win32 Borland update.
2820      Branch: perl
2821           !> README.win32 handy.h util.c
2822 ____________________________________________________________________________
2823 [  8856] By: jhi                                   on 2001/02/20  17:33:16
2824         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
2825      Branch: maint-5.6/perl
2826           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
2827           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
2828           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
2829 ____________________________________________________________________________
2830 [  8855] By: jhi                                   on 2001/02/20  17:32:13
2831         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
2832              
2833              Fixed %^H scoping bug
2834              
2835              Removed GV <-> CV refcount loop
2836              
2837              Removed %ENV refcount loop
2838      Branch: maint-5.6/perl
2839           !> gv.c op.c perl.c pp.c scope.c
2840 ____________________________________________________________________________
2841 [  8854] By: jhi                                   on 2001/02/20  17:25:06
2842         Log: Subject: Addition to readme.win32 for Borland C++ compilers
2843              Date: Tue, 20 Feb 2001 02:15:25 +0300
2844              From: "Vadim Konovalov" <watman@inbox.ru>
2845              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
2846              
2847              Document Borland compiler misbehaviour.
2848      Branch: maint-5.6/perl
2849            ! README.win32
2850 ____________________________________________________________________________
2851 [  8853] By: jhi                                   on 2001/02/20  17:22:25
2852         Log: The assimilation of ebcdic.c didn't quite work at the first try,
2853              patches from Thomas Dorner.
2854      Branch: maint-5.6/perl
2855            ! handy.h util.c
2856 ____________________________________________________________________________
2857 [  8852] By: jhi                                   on 2001/02/20  17:20:15
2858         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
2859              From: Chris Nandor <pudge@pobox.com>
2860              Date: Tue, 20 Feb 2001 08:32:45 -0500
2861              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
2862      Branch: maint-5.6/perl
2863            ! makedef.pl mg.c
2864 ____________________________________________________________________________
2865 [  8851] By: jhi                                   on 2001/02/20  17:15:52
2866         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
2867      Branch: perl
2868            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
2869            ! t/lib/filter-util.t
2870 ____________________________________________________________________________
2871 [  8850] By: alanbur                               on 2001/02/20  17:12:40
2872         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
2873              and the magic pointer points back to the GV that contains the
2874              %ENV hash.  This creates a refcount loop that prevents members
2875              of %ENV from being freed correctly.  This change removes the
2876              refcount loop - the magic pointer was never used anyway, the
2877              only use of the magic was to check the type ('E') so that the
2878              appropriate environment manipulation code is called when %ENV
2879              is modified.
2880      Branch: maint-5.6/pureperl
2881            ! perl.c
2882 ____________________________________________________________________________
2883 [  8849] By: jhi                                   on 2001/02/20  17:12:20
2884         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
2885              From: "Craig A. Berry" <craigberry@mac.com>
2886              Date: Mon, 19 Feb 2001 23:36:12 -0600
2887              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
2888              
2889              Case-forgiving systems match TestInit.pm with TES*.
2890      Branch: perl
2891            ! t/lib/glob-basic.t
2892 ____________________________________________________________________________
2893 [  8848] By: jhi                                   on 2001/02/20  17:10:02
2894         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
2895      Branch: perl
2896            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
2897            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
2898            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
2899 ____________________________________________________________________________
2900 [  8847] By: jhi                                   on 2001/02/20  15:34:41
2901         Log: The #8843 wasn't quite right: %Config needs to imported.
2902      Branch: perl
2903            ! t/run/runenv.t
2904 ____________________________________________________________________________
2905 [  8846] By: jhi                                   on 2001/02/20  15:31:50
2906         Log: Retract the #8838 and #8840 for now because of
2907              the DB_File tie problem.
2908      Branch: perl
2909            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
2910            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
2911            ! proto.h sv.c
2912 ____________________________________________________________________________
2913 [  8845] By: alanbur                               on 2001/02/20  14:25:41
2914         Log: Removed GV <-> CV refcount loop
2915              CvGV(mycv) points to the parent GV of the CV, and was previously
2916              refcounted.  The pointer remains, but the refcounting has been removed
2917              as it causes a refcount loop between the CV and GV that means the CV
2918              can't ever be deleted.
2919      Branch: maint-5.6/pureperl
2920            ! gv.c op.c pp.c
2921 ____________________________________________________________________________
2922 [  8844] By: alanbur                               on 2001/02/20  14:23:13
2923         Log: Fixed %^H scoping bug
2924      Branch: maint-5.6/pureperl
2925            ! scope.c
2926 ____________________________________________________________________________
2927 [  8843] By: jhi                                   on 2001/02/19  13:38:08
2928         Log: fork() not everywhere, cleanup temp files.
2929      Branch: perl
2930            ! t/run/runenv.t
2931 ____________________________________________________________________________
2932 [  8842] By: alanbur                               on 2001/02/19  12:42:07
2933         Log: Resynchronised with parent
2934      Branch: maint-5.6/pureperl
2935           !> pod/perlfaq4.pod sv.c utf8.c
2936 ____________________________________________________________________________
2937 [  8841] By: jhi                                   on 2001/02/19  03:35:51
2938         Log: Update Changes.
2939      Branch: perl
2940            ! Changes patchlevel.h
2941 ____________________________________________________________________________
2942 [  8840] By: jhi                                   on 2001/02/19  00:23:41
2943         Log: Subject: [patch] add sv_setref_uv
2944              From: Doug MacEachern <dougm@covalent.net>
2945              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
2946              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
2947      Branch: perl
2948            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
2949            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
2950 ____________________________________________________________________________
2951 [  8839] By: jhi                                   on 2001/02/19  00:01:38
2952         Log: Put to rest the 20010205.001, the email address checking (not) regex.
2953      Branch: perl
2954            ! pod/perlfaq9.pod
2955 ____________________________________________________________________________
2956 [  8838] By: jhi                                   on 2001/02/18  22:17:54
2957         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
2958              From: Doug MacEachern <dougm@covalent.net>
2959              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
2960              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
2961      Branch: perl
2962            ! lib/ExtUtils/xsubpp
2963 ____________________________________________________________________________
2964 [  8837] By: jhi                                   on 2001/02/18  22:16:50
2965         Log: Subject: [patch] -Wall cleanup round 2
2966              From: Doug MacEachern <dougm@covalent.net>
2967              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
2968              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
2969      Branch: perl
2970            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
2971            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
2972            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
2973            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
2974            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
2975            ! ext/SDBM_File/SDBM_File.xs
2976 ____________________________________________________________________________
2977 [  8836] By: jhi                                   on 2001/02/18  22:11:20
2978         Log: Misapplied regex optimizations when \C is present.
2979              Fixes 20001230.002.
2980              
2981              What still remains broken is that the submatches that
2982              have \C in them get their UTF8 flag on because their
2983              parent SV has it on.  This will result in malformed
2984              UTF8 if a \C happened to match a non-ASCII byte.
2985      Branch: perl
2986            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
2987            ! t/pragma/utf8.t
2988 ____________________________________________________________________________
2989 [  8835] By: jhi                                   on 2001/02/18  20:12:02
2990         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
2991              
2992              The hash key got wrongly UTF8fied.
2993      Branch: perl
2994            ! pod/perlapi.pod toke.c utf8.c
2995 ____________________________________________________________________________
2996 [  8834] By: jhi                                   on 2001/02/18  19:44:25
2997         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
2998              don't warn on magical or overloaded things.
2999      Branch: perl
3000            ! pp_hot.c
3001 ____________________________________________________________________________
3002 [  8833] By: nick                                  on 2001/02/18  19:31:22
3003         Log: Integrate mainline
3004      Branch: perlio
3005           +> t/TestInit.pm t/run/runenv.t
3006            - t/UTEST
3007           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
3008           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
3009           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
3010           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
3011           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
3012           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
3013           !> utf8.c
3014 ____________________________________________________________________________
3015 [  8832] By: jhi                                   on 2001/02/18  19:21:18
3016         Log: Integrate perlio.
3017      Branch: perl
3018           !> perlio.c pod/perldiag.pod
3019 ____________________________________________________________________________
3020 [  8831] By: jhi                                   on 2001/02/18  19:14:20
3021         Log: Integrate change #8827 from mainline.
3022              
3023              UTF8 tweaks.
3024      Branch: maint-5.6/perl
3025           !> sv.c utf8.c
3026 ____________________________________________________________________________
3027 [  8830] By: nick                                  on 2001/02/18  19:10:34
3028         Log: Apply the spirit of patch from Nick Clark:
3029              Subject: [PATCH] Re: extensions that provide layers
3030              From: Nicholas Clark <nick@ccl4.org>
3031              Date: Mon, 12 Feb 2001 16:43:51 +0000
3032              Message-Id: <20010212164350.Q3652@plum.flirble.org>
3033      Branch: perlio
3034            ! perlio.c pod/perldiag.pod
3035 ____________________________________________________________________________
3036 [  8829] By: jhi                                   on 2001/02/18  19:03:25
3037         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
3038              From: schwern@pobox.com 
3039              Date: Sun, 18 Feb 2001 13:44:35 -0500
3040              Message-ID: <20010218134435.A17544@magnonel.guild.net>
3041              
3042              Applied, but as t/TestInit.pm.
3043      Branch: perl
3044            + t/TestInit.pm
3045            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
3046            ! t/op/subst_wamp.t
3047 ____________________________________________________________________________
3048 [  8828] By: jhi                                   on 2001/02/18  18:43:52
3049         Log: Integrate perlio.
3050      Branch: perl
3051           !> perlio.c
3052 ____________________________________________________________________________
3053 [  8827] By: jhi                                   on 2001/02/18  18:41:33
3054         Log: UTF-8 tweaks.
3055      Branch: perl
3056            ! sv.c utf8.c
3057 ____________________________________________________________________________
3058 [  8826] By: nick                                  on 2001/02/18  17:40:59
3059         Log: Fix [ID 20010217.002]
3060              open FOO, "<:raw:perlio", ...
3061              :raw now inserts default base layer below itself.
3062              Also
3063              open FOO, "<:unix", ...
3064              works as well - but leaves buffer layer on stack under the unix layer.
3065      Branch: perlio
3066            ! perlio.c
3067 ____________________________________________________________________________
3068 [  8825] By: jhi                                   on 2001/02/18  17:15:39
3069         Log: Integrate perlio.
3070      Branch: perl
3071           !> perlio.c perliol.h
3072 ____________________________________________________________________________
3073 [  8824] By: jhi                                   on 2001/02/18  17:10:53
3074         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
3075              From: schwern@pobox.com
3076              Date: Sun, 18 Feb 2001 01:48:50 -0500
3077              Message-ID: <20010218014850.C19957@magnonel.guild.net>
3078      Branch: perl
3079            ! lib/Test/Harness.pm t/TEST t/op/chop.t
3080 ____________________________________________________________________________
3081 [  8823] By: jhi                                   on 2001/02/18  17:01:06
3082         Log: Add run/*.t to testables.
3083      Branch: perl
3084            ! t/TEST
3085 ____________________________________________________________________________
3086 [  8822] By: jhi                                   on 2001/02/18  16:58:58
3087         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
3088              From: schwern@pobox.com
3089              Date: Sun, 18 Feb 2001 01:11:35 -0500
3090              Message-ID: <20010218011135.A19957@magnonel.guild.net>
3091              
3092              Revive mjd's and Simon's PERL5OPT fix.
3093      Branch: perl
3094            + t/run/runenv.t
3095            ! MANIFEST perl.c
3096 ____________________________________________________________________________
3097 [  8821] By: jhi                                   on 2001/02/18  16:53:46
3098         Log: Subject: Re: Why t/TEST and not Test::Harness?
3099              From: schwern@pobox.com
3100              Date: Sat, 17 Feb 2001 22:44:44 -0500
3101              Message-ID: <20010217224444.A6679@magnonel.guild.net>
3102              
3103              Replace UTEST with TEST -utf8.
3104      Branch: perl
3105            - t/UTEST
3106            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
3107            ! t/lib/glob-basic.t
3108 ____________________________________________________________________________
3109 [  8820] By: nick                                  on 2001/02/18  13:06:16
3110         Log: Clean up a few core dumps when layers are used in unexpected ways.
3111              (Still not "right"...)
3112      Branch: perlio
3113            ! perlio.c perliol.h
3114 ____________________________________________________________________________
3115 [  8819] By: jhi                                   on 2001/02/18  02:25:55
3116         Log: Integrate change #8818 from maintperl, a FAQ nit.
3117      Branch: perl
3118           !> pod/perlfaq4.pod
3119 ____________________________________________________________________________
3120 [  8818] By: jhi                                   on 2001/02/18  02:24:50
3121         Log: FAQ nit from Chris Fedde.
3122      Branch: maint-5.6/perl
3123            ! pod/perlfaq4.pod
3124 ____________________________________________________________________________
3125 [  8817] By: nick                                  on 2001/02/17  18:20:14
3126         Log: Integrate mainline
3127      Branch: perlio
3128           +> lib/unicode/UCD.html lib/unicode/Unicode.html
3129           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
3130           +> pod/perlclib.pod
3131            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
3132            - lib/unicode/Unicode.301
3133           !> (integrate 324 files)
3134 ____________________________________________________________________________
3135 [  8816] By: jhi                                   on 2001/02/17  16:56:58
3136         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
3137      Branch: perl
3138            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
3139            ! ext/Storable/Storable.xs t/lib/st-06compat.t
3140            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
3141 ____________________________________________________________________________
3142 [  8815] By: jhi                                   on 2001/02/17  16:40:07
3143         Log: Subject: [patch] -Wall
3144              From: Doug MacEachern <dougm@covalent.net>
3145              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
3146              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
3147      Branch: perl
3148            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
3149            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
3150 ____________________________________________________________________________
3151 [  8814] By: jhi                                   on 2001/02/16  19:27:18
3152         Log: Document qu better.
3153      Branch: perl
3154            ! pod/perlop.pod
3155 ____________________________________________________________________________
3156 [  8813] By: jhi                                   on 2001/02/15  13:54:37
3157         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
3158              From: Hugo <hv@crypt.compulink.co.uk>
3159              Date: Thu, 15 Feb 2001 13:39:49 +0000
3160              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
3161      Branch: perl
3162            ! toke.c
3163 ____________________________________________________________________________
3164 [  8812] By: alanbur                               on 2001/02/15  13:52:16
3165         Log: Resynchronised with parent
3166      Branch: maint-5.6/pureperl
3167            - ebcdic.c
3168           !> (integrate 36 files)
3169 ____________________________________________________________________________
3170 [  8811] By: jhi                                   on 2001/02/15  13:51:16
3171         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
3172              
3173              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
3174              From: Jan Dubois <JanD@ActiveState.com>
3175              Date: Wed, 31 Jan 2001 21:17:03 -0800
3176              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
3177              
3178              tweak change#8659 to keep it simple
3179              
3180              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
3181              From: Russ Allbery <rra@stanford.edu>
3182              Date: 14 Feb 2001 10:15:41 -0800
3183              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
3184              
3185              (8809 empty)
3186
3187              Upgrade to podlators 1.08, from Russ Allbery.
3188      Branch: perl
3189           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
3190           !> utils/perldoc.PL
3191 ____________________________________________________________________________
3192 [  8810] By: jhi                                   on 2001/02/15  13:35:08
3193         Log: Upgrade to podlators 1.08, from Russ Allbery.
3194      Branch: maint-5.6/perl
3195            ! lib/Pod/Man.pm lib/Pod/Text.pm
3196 ____________________________________________________________________________
3197 [  8809] By: jhi                                   on 2001/02/15  13:26:38
3198         Log: (accidentally empty check-in)
3199      Branch: maint-5.6/perl
3200            ! lib/Test/Harness.pm
3201 ____________________________________________________________________________
3202 [  8808] By: jhi                                   on 2001/02/15  13:23:47
3203         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
3204              From: Russ Allbery <rra@stanford.edu>
3205              Date: 14 Feb 2001 10:15:41 -0800
3206              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
3207              
3208              perldoc was hardcoding $Config{installscript}, which breaks
3209              when install* isn't where Perl ends up (such as with AFS).
3210              
3211              Use $Config{scriptdir} instead.
3212      Branch: maint-5.6/perl
3213            ! utils/perldoc.PL
3214 ____________________________________________________________________________
3215 [  8807] By: jhi                                   on 2001/02/14  14:37:27
3216         Log: Update Changes.
3217      Branch: perl
3218            ! Changes patchlevel.h
3219 ____________________________________________________________________________
3220 [  8806] By: jhi                                   on 2001/02/14  14:25:31
3221         Log: Integrate changes #8803,8804,8805 from mainline.
3222              
3223              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
3224              
3225              Don't skip too much of the locale error message if no environ array,
3226              from Chris Nandor.
3227              
3228              More MacOS Classic fixes from Chris Nandor.
3229      Branch: maint-5.6/perl
3230           !> doop.c lib/Cwd.pm perl.c perl.h util.c
3231 ____________________________________________________________________________
3232 [  8805] By: jhi                                   on 2001/02/14  03:29:01
3233         Log: More MacOS Classic fixes from Chris Nandor.
3234      Branch: perl
3235            ! doop.c lib/Cwd.pm
3236 ____________________________________________________________________________
3237 [  8804] By: jhi                                   on 2001/02/14  03:18:35
3238         Log: Don't skip too much of the locale error message if no environ array,
3239              from Chris Nandor.
3240      Branch: perl
3241            ! util.c
3242 ____________________________________________________________________________
3243 [  8803] By: jhi                                   on 2001/02/14  03:14:14
3244         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
3245      Branch: perl
3246            ! perl.c perl.h
3247 ____________________________________________________________________________
3248 [  8802] By: jhi                                   on 2001/02/13  18:31:33
3249         Log: AUTHORS update.
3250      Branch: perl
3251            ! AUTHORS
3252 ____________________________________________________________________________
3253 [  8801] By: jhi                                   on 2001/02/13  17:55:19
3254         Log: Integrate change #8792 from mainline.
3255              
3256              Subject: buncha MacPerl patches for bleadperl
3257              From: Chris Nandor <pudge@pobox.com>
3258              Date: Tue, 13 Feb 2001 00:02:43 -0500
3259              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
3260      Branch: maint-5.6/perl
3261           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
3262           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
3263           !> t/lib/basename.t toke.c util.h
3264 ____________________________________________________________________________
3265 [  8800] By: jhi                                   on 2001/02/13  17:46:43
3266         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
3267              to be forced to Off_t.
3268              
3269              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
3270              From: nick@ccl4.org
3271              Date: Thu, 1 Feb 2001 12:01:04 +0000
3272              Message-Id: <20010201120103.E11401@plum.flirble.org>
3273      Branch: maint-5.6/perl
3274            ! iperlsys.h perlio.c
3275 ____________________________________________________________________________
3276 [  8799] By: jhi                                   on 2001/02/13  16:52:51
3277         Log: Duplex duplex hunk hunk.
3278      Branch: maint-5.6/perl
3279            ! Makefile.SH
3280 ____________________________________________________________________________
3281 [  8797] By: jhi                                   on 2001/02/13  14:52:04
3282         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
3283              From: "Craig A. Berry" <craigberry@mac.com>
3284              Date: Mon, 12 Feb 2001 11:05:25 -0600
3285              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
3286      Branch: perl
3287            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
3288 ____________________________________________________________________________
3289 [  8796] By: jhi                                   on 2001/02/13  14:36:47
3290         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
3291              From: simon.cozens@pembroke.oxford.ac.uk 
3292              Date: Sat, 10 Feb 2001 17:57:02 +0000
3293              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
3294              
3295              Now it does include.
3296      Branch: perl
3297            ! pod/perldiag.pod
3298 ____________________________________________________________________________
3299 [  8795] By: jhi                                   on 2001/02/13  14:30:11
3300         Log: Sort the MANIFEST.
3301      Branch: perl
3302            ! MANIFEST
3303 ____________________________________________________________________________
3304 [  8794] By: jhi                                   on 2001/02/13  14:26:51
3305         Log: Integrate change #8793 from mainline, FAQ updates.
3306      Branch: maint-5.6/perl
3307           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
3308 ____________________________________________________________________________
3309 [  8793] By: jhi                                   on 2001/02/13  14:25:13
3310         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
3311      Branch: perl
3312            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
3313 ____________________________________________________________________________
3314 [  8792] By: jhi                                   on 2001/02/13  14:22:50
3315         Log: Subject: buncha MacPerl patches for bleadperl
3316              From: Chris Nandor <pudge@pobox.com>
3317              Date: Tue, 13 Feb 2001 00:02:43 -0500
3318              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
3319      Branch: perl
3320            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
3321            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
3322            ! t/lib/basename.t toke.c util.h
3323 ____________________________________________________________________________
3324 [  8791] By: jhi                                   on 2001/02/13  14:10:39
3325         Log: Integrate change #8790 from mainline.
3326              
3327              environ array wrongly assumed in Perl_init_i18nl10n(),
3328      Branch: maint-5.6/perl
3329           !> util.c
3330 ____________________________________________________________________________
3331 [  8790] By: jhi                                   on 2001/02/13  14:06:15
3332         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
3333              noticed by Chris Nandor in MacOS Classic.
3334      Branch: perl
3335            ! util.c
3336 ____________________________________________________________________________
3337 [  8789] By: jhi                                   on 2001/02/13  13:58:07
3338         Log: Integrate changes #8373,8487,8544,8783 from mainline.
3339              
3340              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
3341              hints files, the dynaloading, assimilate ebcdic into util.c.
3342      Branch: maint-5.6/perl
3343            - ebcdic.c
3344            ! MANIFEST hints/posix-bc.sh
3345           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
3346           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
3347           !> perlapi.c proto.h util.c
3348 ____________________________________________________________________________
3349 [  8788] By: alanbur                               on 2001/02/13  10:33:13
3350         Log: Integrated changes from maint-5.6
3351      Branch: maint-5.6/pureperl
3352           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
3353           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
3354           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3355           !> vos/config.ga.h vos/configure_perl.cm
3356 ____________________________________________________________________________
3357 [  8787] By: jhi                                   on 2001/02/13  05:56:36
3358         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
3359      Branch: perl
3360           !> Makefile.SH
3361 ____________________________________________________________________________
3362 [  8786] By: jhi                                   on 2001/02/13  05:54:34
3363         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
3364              From: Dorner Thomas <Thomas.Dorner@start.de>
3365              Date: Mon, 12 Feb 2001 15:06:26 +0100
3366              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
3367      Branch: maint-5.6/perl
3368            ! Makefile.SH
3369 ____________________________________________________________________________
3370 [  8785] By: jhi                                   on 2001/02/13  05:29:04
3371         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
3372      Branch: perl
3373           !> hints/openbsd.sh
3374 ____________________________________________________________________________
3375 [  8784] By: jhi                                   on 2001/02/13  02:25:24
3376         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
3377              From: Peter Prymmer <pvhp@forte.com>
3378              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
3379              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
3380      Branch: perl
3381            ! pod/perlclib.pod
3382 ____________________________________________________________________________
3383 [  8783] By: jhi                                   on 2001/02/13  02:22:36
3384         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
3385      Branch: perl
3386            - ebcdic.c
3387            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
3388            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
3389            ! util.c
3390 ____________________________________________________________________________
3391 [  8782] By: jhi                                   on 2001/02/13  02:00:07
3392         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
3393      Branch: maint-5.6/perl
3394            ! pod/perlport.pod
3395 ____________________________________________________________________________
3396 [  8781] By: jhi                                   on 2001/02/13  01:58:44
3397         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
3398      Branch: maint-5.6/perl
3399            ! hints/openbsd.sh
3400 ____________________________________________________________________________
3401 [  8780] By: jhi                                   on 2001/02/13  01:57:33
3402         Log: Synchronize the regexp tests between maintperl and mainline.
3403      Branch: maint-5.6/perl
3404           !> t/op/re_tests
3405 ____________________________________________________________________________
3406 [  8779] By: jhi                                   on 2001/02/13  01:49:35
3407         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
3408              From: Hugo <hv@crypt.compulink.co.uk>
3409              Date: Tue, 13 Feb 2001 00:11:11 +0000
3410              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
3411      Branch: perl
3412            ! regcomp.c t/op/re_tests
3413 ____________________________________________________________________________
3414 [  8778] By: jhi                                   on 2001/02/13  00:23:10
3415         Log: Comments do not nest.
3416      Branch: perl
3417            ! perl.h
3418 ____________________________________________________________________________
3419 [  8777] By: jhi                                   on 2001/02/13  00:17:54
3420         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
3421              From: Hugo <hv@crypt.compulink.co.uk>
3422              Date: Tue, 13 Feb 2001 00:11:11 +0000
3423              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
3424      Branch: maint-5.6/perl
3425            ! regcomp.c t/op/re_tests
3426 ____________________________________________________________________________
3427 [  8776] By: jhi                                   on 2001/02/12  23:25:52
3428         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
3429      Branch: maint-5.6/perl
3430            ! pod/perlport.pod
3431 ____________________________________________________________________________
3432 [  8775] By: jhi                                   on 2001/02/12  23:04:28
3433         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
3434      Branch: maint-5.6/perl
3435            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
3436            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
3437            ! vos/configure_perl.cm
3438 ____________________________________________________________________________
3439 [  8774] By: jhi                                   on 2001/02/12  22:59:11
3440         Log: Subject: Re: [patch] context for 'U' magic functions
3441              From: Doug MacEachern <dougm@covalent.net>
3442              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
3443              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
3444              
3445              plus the suggestion by Nick Ing-Simmons to name the macro
3446              as PERL_MG_UFUNC to avoid namespace pollution, plus add
3447              the advice by Doug for XS writers to perl.h
3448      Branch: perl
3449            ! mg.c perl.h
3450 ____________________________________________________________________________
3451 [  8773] By: jhi                                   on 2001/02/11  20:14:12
3452         Log: Update Changes.
3453      Branch: perl
3454            ! Changes patchlevel.h
3455 ____________________________________________________________________________
3456 [  8772] By: jhi                                   on 2001/02/11  18:47:52
3457         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
3458              From: Simon Cozens <simon@cozens.net>
3459              Date: Wed, 31 Jan 2001 16:31:43 +0000
3460              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
3461      Branch: perl
3462            + pod/perlclib.pod
3463            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
3464            ! pod/perltoc.pod
3465 ____________________________________________________________________________
3466 [  8771] By: jhi                                   on 2001/02/11  18:36:48
3467         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
3468              
3469              Blocks-4d3.beta.txt
3470              CaseFolding-3d4.beta.txt
3471              CompositionExclusions-3d6.beta.txt
3472              EastAsianWidth-4d4.beta.txt
3473              LineBreak-6d3.beta.txt
3474              NamesList-3.1.0d1.beta.txt
3475              PropList-3.1.0d4.beta.txt
3476              SpecialCasing-4d1.beta.txt
3477              UnicodeData-3.1.0d6.beta.txt
3478      Branch: perl
3479            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
3480           +> lib/unicode/UCD.html lib/unicode/Unicode.html
3481            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
3482            - lib/unicode/Unicode.301
3483            ! (edit 257 files)
3484 ____________________________________________________________________________
3485 [  8770] By: jhi                                   on 2001/02/11  17:26:22
3486         Log: UTF-8 documentation.
3487      Branch: perl
3488            ! utf8.h
3489 ____________________________________________________________________________
3490 [  8769] By: jhi                                   on 2001/02/11  17:12:49
3491         Log: Retract #8762.
3492      Branch: perl
3493            ! regexec.c
3494 ____________________________________________________________________________
3495 [  8768] By: jhi                                   on 2001/02/11  16:54:45
3496         Log: Subject: [PATCH] Test::Harness
3497              From: andreas.koenig@anima.de (Andreas J. Koenig)
3498              Date: 11 Feb 2001 14:37:00 +0100
3499              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
3500      Branch: perl
3501            ! lib/Test/Harness.pm
3502 ____________________________________________________________________________
3503 [  8767] By: jhi                                   on 2001/02/11  16:53:52
3504         Log: Subject: [PATCH] Document makepatch in Porting/patching
3505              From: andreas.koenig@anima.de (Andreas J. Koenig)
3506              Date: 11 Feb 2001 16:46:28 +0100
3507              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
3508      Branch: perl
3509            ! Porting/patching.pod
3510 ____________________________________________________________________________
3511 [  8766] By: jhi                                   on 2001/02/11  06:30:23
3512         Log: Subject: Re: [patch] GvSHARED
3513              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
3514              From: Doug MacEachern <dougm@covalent.net>
3515              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
3516              
3517              Subject: Re: [patch] GvSHARED
3518              From: Doug MacEachern <dougm@covalent.net>
3519              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
3520              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
3521              
3522              Subject: [patch] attributes.pm support for `shared'
3523              From: Doug MacEachern <dougm@covalent.net>
3524              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
3525              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
3526              
3527              our() attributes were ignored, our :shared pieces missing,
3528              allow attributes.pm to turn on shared.
3529      Branch: perl
3530            ! op.c t/op/attrs.t toke.c xsutils.c
3531 ____________________________________________________________________________
3532 [  8765] By: alanbur                               on 2001/02/10  23:11:19
3533         Log: Resync with parent (hopefully sucessfully this time)
3534      Branch: maint-5.6/pureperl
3535           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
3536           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
3537           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
3538           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
3539           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
3540           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
3541           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
3542 ____________________________________________________________________________
3543 [  8764] By: jhi                                   on 2001/02/10  22:54:38
3544         Log: Make TEST and UTEST more verbose in case something goes
3545              wrong in running/compiling a script, suggested by Doug
3546              MacEachern.
3547      Branch: perl
3548            ! t/TEST t/UTEST
3549 ____________________________________________________________________________
3550 [  8763] By: jhi                                   on 2001/02/10  22:11:34
3551         Log: Bogus shebang.
3552      Branch: perl
3553            ! t/lib/texttabs.t
3554 ____________________________________________________________________________
3555 [  8762] By: jhi                                   on 2001/02/10  21:56:02
3556         Log: (Retracted by #8769)
3557      Branch: perl
3558            ! regexec.c
3559 ____________________________________________________________________________
3560 [  8761] By: jhi                                   on 2001/02/10  21:26:15
3561         Log: Subject: Re: [patch] GvSHARED 
3562              From: Doug MacEachern <dougm@covalent.net>
3563              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
3564              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
3565              
3566              our @EXPORT : shared = (...);
3567      Branch: perl
3568            ! toke.c
3569 ____________________________________________________________________________
3570 [  8760] By: jhi                                   on 2001/02/10  21:25:07
3571         Log: Subject: [patch] GvSHARED
3572              From: Doug MacEachern <dougm@covalent.net>
3573              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
3574              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
3575      Branch: perl
3576            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
3577 ____________________________________________________________________________
3578 [  8759] By: alanbur                               on 2001/02/10  21:24:27
3579         Log: Backed out mismerge.
3580      Branch: maint-5.6/pureperl
3581            ! MANIFEST README.hpux README.vmesa gv.c installhtml
3582            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
3583            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
3584            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
3585            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
3586            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
3587            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
3588 ____________________________________________________________________________
3589 [  8758] By: jhi                                   on 2001/02/10  18:01:17
3590         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
3591              
3592              Fixed UMRs and leak in Perl_pmtrans()
3593              
3594              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
3595              associated UTFied tr/// code.  Also fixed scoping leak of
3596              PL_reg_start_tmp.
3597              
3598              newATTRSUB leaks when an attempt to redefine the active sort sub is
3599              made.
3600      Branch: maint-5.6/perl
3601           !> op.c regcomp.c
3602 ____________________________________________________________________________
3603 [  8757] By: alanbur                               on 2001/02/10  17:56:46
3604         Log: Resynchronised with parent
3605      Branch: maint-5.6/pureperl
3606           +> README.bs2000
3607            - README.posix-bc
3608            ! gv.c perl.c sv.c
3609           !> MANIFEST README.hpux README.vmesa installhtml
3610           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
3611           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
3612           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
3613           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
3614           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
3615           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
3616 ____________________________________________________________________________
3617 [  8756] By: alanbur                               on 2001/02/10  17:51:15
3618         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
3619              made.
3620      Branch: maint-5.6/pureperl
3621            ! op.c
3622 ____________________________________________________________________________
3623 [  8755] By: jhi                                   on 2001/02/09  22:41:35
3624         Log: Upgrade to CPAN 1.59_54, from Andreas König.
3625      Branch: perl
3626            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
3627 ____________________________________________________________________________
3628 [  8754] By: jhi                                   on 2001/02/09  22:29:20
3629         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
3630              
3631              Didn't upgrade the fill.t since it has a dependency to File::Slurp
3632              purely for debugging purposes, the actual test hasn't changed.
3633      Branch: perl
3634            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
3635            ! t/lib/textwrap.t
3636 ____________________________________________________________________________
3637 [  8753] By: jhi                                   on 2001/02/09  20:17:50
3638         Log: Integrate change #8682 from maintperl.
3639              
3640              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
3641              to work correctly.
3642      Branch: perl
3643           !> hints/irix_6.sh
3644 ____________________________________________________________________________
3645 [  8752] By: jhi                                   on 2001/02/09  20:00:46
3646         Log: Update Changes.
3647      Branch: perl
3648            ! Changes patchlevel.h
3649 ____________________________________________________________________________
3650 [  8751] By: nick                                  on 2001/02/09  19:48:37
3651         Log: Integrate mainline
3652      Branch: perlio
3653           +> README.bs2000 t/lib/cgi-esc.t
3654            - README.posix-bc
3655           !> (integrate 53 files)
3656 ____________________________________________________________________________
3657 [  8750] By: nick                                  on 2001/02/09  19:25:16
3658         Log: Subject: RE: Biannual Competition to Improve Hashing Function
3659              From: Fisher Mark <fisherm@tce.com>
3660              Date: Thu, 8 Feb 2001 10:44:00 -0500
3661              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
3662              Date: Thu, 8 Feb 2001 15:02:47 -0500
3663              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
3664      Branch: perl
3665            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
3666 ____________________________________________________________________________
3667 [  8749] By: jhi                                   on 2001/02/09  19:02:35
3668         Log: Forgotten fragment.
3669      Branch: perl
3670            ! pod/perlapi.pod
3671 ____________________________________________________________________________
3672 [  8748] By: jhi                                   on 2001/02/09  18:31:34
3673         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
3674              plus manual tweakage.
3675              
3676              Sync the perlfaq2 between mainline and maintperl.
3677      Branch: maint-5.6/perl
3678            ! pod/perlfaq2.pod
3679      Branch: perl
3680           !> pod/perlfaq2.pod
3681 ____________________________________________________________________________
3682 [  8747] By: jhi                                   on 2001/02/09  18:12:04
3683         Log: Subject: versiononly and installperl
3684              From: abigail@foad.org
3685              Date: Wed, 7 Feb 2001 22:43:12 +0100
3686              Message-ID: <20010207214312.7045.qmail@foad.org>    
3687              
3688              Add +v flag to force a normal install of the perl binary
3689              and the utilities.
3690              
3691              Subject: [PATCH] installperl
3692              From: Nicholas Clark <nick@ccl4.org>
3693              Date: Fri, 9 Feb 2001 16:28:57 +0000
3694              Message-ID: <20010209162857.B10931@plum.flirble.org>
3695              
3696              Add -A flag which also hardlinks the binary with
3697              the full architecture name.
3698      Branch: perl
3699            ! installperl
3700 ____________________________________________________________________________
3701 [  8746] By: jhi                                   on 2001/02/09  18:03:43
3702         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
3703              
3704              Subject: perlfaq2, re: perlmongers
3705              
3706              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
3707              
3708              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
3709              
3710              Subject: [ID 20010205.001] typo in perlfaq9
3711              
3712              Subject: [ID 20010208.002] unordered explanation in perlcall
3713      Branch: maint-5.6/perl
3714           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
3715           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
3716           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
3717 ____________________________________________________________________________
3718 [  8745] By: jhi                                   on 2001/02/09  17:59:09
3719         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
3720              From: abela@geneanet.org
3721              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
3722              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
3723      Branch: perl
3724            ! pod/perlcall.pod
3725 ____________________________________________________________________________
3726 [  8744] By: jhi                                   on 2001/02/09  17:48:16
3727         Log: Subject: [ID 20010205.001] typo in perlfaq9
3728              From: eserte@vran.herceg.de
3729              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
3730              Message-Id: <200102042244.XAA21926@vran.herceg.de>
3731      Branch: perl
3732            ! pod/perlfaq9.pod
3733 ____________________________________________________________________________
3734 [  8743] By: jhi                                   on 2001/02/09  17:25:12
3735         Log: Integrate change #8695 from maintperl.
3736              
3737              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
3738      Branch: perl
3739           !> thread.h
3740 ____________________________________________________________________________
3741 [  8742] By: jhi                                   on 2001/02/09  17:21:22
3742         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
3743              From: Andy Dougherty <doughera@lafayette.edu>
3744              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
3745              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
3746      Branch: perl
3747            ! embed.pl
3748 ____________________________________________________________________________
3749 [  8741] By: jhi                                   on 2001/02/09  17:05:19
3750         Log: Integrate changes #8738,8739,8740 from maintperl.
3751              
3752              Html files will be installed in a more logical and easier to
3753              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
3754              
3755              Html files will be generated with a header to make them look
3756              a little less bare.
3757              
3758              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
3759      Branch: perl
3760           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
3761 ____________________________________________________________________________
3762 [  8740] By: jhi                                   on 2001/02/09  17:03:46
3763         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
3764              From: "Brendan O'Dea" <bod@compusol.com.au>
3765              Date: Sun, 4 Feb 2001 11:17:56 +1100
3766              Message-ID: <20010204111756.A16301@compusol.com.au>
3767      Branch: maint-5.6/perl
3768            ! pod/perlfaq3.pod
3769 ____________________________________________________________________________
3770 [  8739] By: jhi                                   on 2001/02/09  17:01:59
3771         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
3772              From: "Indy Singh" <indy@nusphere.com>
3773              Date: Fri, 2 Feb 2001 15:09:59 -0500
3774              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
3775              
3776              Html files will be generated with a header to make them look
3777              a little less bare.
3778      Branch: maint-5.6/perl
3779            ! installhtml
3780 ____________________________________________________________________________
3781 [  8738] By: jhi                                   on 2001/02/09  16:58:48
3782         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
3783              From: "Indy Singh" <indy@nusphere.com>
3784              Date: Fri, 2 Feb 2001 15:08:23 -0500
3785              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
3786              
3787              Html files will be installed in a more logical and easier to
3788              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
3789      Branch: maint-5.6/perl
3790            ! win32/Makefile win32/makefile.mk
3791 ____________________________________________________________________________
3792 [  8737] By: jhi                                   on 2001/02/09  16:46:54
3793         Log: Integrate changes #8687,8736 from maintperl.
3794              
3795              HP-UX thread patches from Merijn H. Brand.
3796              
3797              Latin nit from Philip Newton.
3798      Branch: perl
3799           !> README.hpux hints/hpux.sh
3800 ____________________________________________________________________________
3801 [  8736] By: jhi                                   on 2001/02/09  16:42:31
3802         Log: Latin nit from Philip Newton.
3803      Branch: maint-5.6/perl
3804            ! README.hpux
3805 ____________________________________________________________________________
3806 [  8735] By: jhi                                   on 2001/02/09  16:24:03
3807         Log: Integrate changes #8704,8710 from pureperl.
3808              
3809              Fixed UMRs and leak in Perl_pmtrans()
3810              
3811              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
3812              associated UTFied tr/// code.  Also fixed scoping leak of
3813              PL_reg_start_tmp.
3814      Branch: perl
3815           !> op.c regcomp.c
3816 ____________________________________________________________________________
3817 [  8734] By: jhi                                   on 2001/02/09  15:40:21
3818         Log: Integrate change #8733 from maintperl.
3819              
3820              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
3821      Branch: perl
3822           !> pod/perlre.pod
3823 ____________________________________________________________________________
3824 [  8733] By: jhi                                   on 2001/02/09  15:35:47
3825         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
3826              From: Prymmer/Kahn <pvhp@best.com>
3827              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
3828              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
3829      Branch: maint-5.6/perl
3830            ! pod/perlre.pod
3831 ____________________________________________________________________________
3832 [  8732] By: jhi                                   on 2001/02/09  15:26:17
3833         Log: Rename README.posix-bc to README.bs2000 (to avoid the
3834              confusion of a "perlposix-bc.pod"), add a few missing
3835              arch pods, regen toc.
3836      Branch: maint-5.6/perl
3837           +> README.bs2000
3838            - README.posix-bc
3839            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
3840            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
3841 ____________________________________________________________________________
3842 [  8731] By: jhi                                   on 2001/02/09  15:23:39
3843         Log: De-cut-and-pasto.
3844      Branch: perl
3845            ! pod/perl.pod
3846 ____________________________________________________________________________
3847 [  8730] By: jhi                                   on 2001/02/09  15:11:13
3848         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
3849              when people think that perlposix-bc.pod tells anything about
3850              Perl and POSIX.  Regen toc.
3851      Branch: perl
3852           +> README.bs2000
3853            - README.posix-bc
3854            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
3855            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
3856 ____________________________________________________________________________
3857 [  8729] By: jhi                                   on 2001/02/09  14:52:28
3858         Log: The README.vmesa part of #8712 from maintperl.
3859      Branch: perl
3860            ! README.vmesa
3861 ____________________________________________________________________________
3862 [  8728] By: jhi                                   on 2001/02/09  14:46:06
3863         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
3864              From: Peter Prymmer <pvhp@forte.com>
3865              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
3866              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
3867      Branch: maint-5.6/perl
3868            ! README.vmesa win32/Makefile win32/makefile.mk
3869 ____________________________________________________________________________
3870 [  8727] By: jhi                                   on 2001/02/09  14:33:25
3871         Log: Integrate change #8712 from mainline.
3872              
3873              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
3874      Branch: maint-5.6/perl
3875           !> lib/Pod/Find.pm
3876 ____________________________________________________________________________
3877 [  8726] By: jhi                                   on 2001/02/09  14:30:28
3878         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
3879              From: Peter Prymmer <pvhp@forte.com>
3880              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
3881              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
3882      Branch: perl
3883            + t/lib/cgi-esc.t
3884            ! MANIFEST lib/CGI/Util.pm
3885 ____________________________________________________________________________
3886 [  8725] By: jhi                                   on 2001/02/09  04:56:47
3887         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
3888      Branch: maint-5.6/perl
3889            ! pod/perlport.pod
3890 ____________________________________________________________________________
3891 [  8724] By: jhi                                   on 2001/02/09  04:40:59
3892         Log: Integrate changes 7819,7820 from vmsperl into mainline.
3893              
3894              Add header for LIB$ prototypes (C. Berry)
3895              
3896              Convert fwrite()s to sockets to write()s, since some socket stacks
3897              don't take kindly to stdio.
3898              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
3899              (for often optional LNMs)
3900              Correct a few typos
3901              (C. Bailey)
3902      Branch: perl
3903           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
3904 ____________________________________________________________________________
3905 [  8723] By: jhi                                   on 2001/02/09  03:29:29
3906         Log: Integrate change #8722 from mainline.
3907              
3908              The Im() function wasn't returning zero for non-Math::Complex
3909              arguments.  The bug reported by John Gamble.
3910      Branch: maint-5.6/perl
3911           !> lib/Math/Complex.pm
3912 ____________________________________________________________________________
3913 [  8722] By: jhi                                   on 2001/02/09  03:28:33
3914         Log: The Im() function wasn't returning zero for non-Math::Complex
3915              arguments.  The bug reported by John Gamble.
3916      Branch: perl
3917            ! lib/Math/Complex.pm
3918 ____________________________________________________________________________
3919 [  8721] By: nick                                  on 2001/02/08  22:11:35
3920         Log: Correct the correction :-(
3921      Branch: perl
3922            ! perl.c
3923 ____________________________________________________________________________
3924 [  8720] By: bailey                                on 2001/02/08  20:59:22
3925         Log: Convert frwite()s to sockets to write()s, since some socket stacks
3926              don't take kindly to stdio.
3927              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
3928              (for often optional LNMs)
3929              Correct a few typos
3930              (C. Bailey)
3931      Branch: vmsperl
3932            ! vms/vms.c vms/vmsish.h
3933 ____________________________________________________________________________
3934 [  8719] By: bailey                                on 2001/02/08  20:51:02
3935         Log: Add header for LIB$ prototypes (C. Berry)
3936      Branch: vmsperl
3937            ! ext/Devel/DProf/DProf.xs
3938 ____________________________________________________________________________
3939 [  8718] By: bailey                                on 2001/02/08  20:49:00
3940         Log: SYN SYN
3941      Branch: vmsperl
3942           +> pod/perliol.pod t/lib/sample-tests/bailout
3943           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
3944           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
3945           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
3946           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
3947           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
3948           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
3949            - lib/unicode/Is/DCinital.pl
3950           !> (integrate 101 files)
3951 ____________________________________________________________________________
3952 [  8717] By: nick                                  on 2001/02/08  19:38:48
3953         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
3954              From: Robin Barker <rmb1@cise.npl.co.uk>
3955              Date: Thu, 8 Feb 2001 14:38:07 GMT
3956              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
3957      Branch: perl
3958            ! lib/CPAN.pm
3959 ____________________________________________________________________________
3960 [  8716] By: nick                                  on 2001/02/08  19:29:07
3961         Log: Generated files form 8713 etc.
3962      Branch: perl
3963            ! embed.h global.sym objXSUB.h perlapi.c proto.h
3964 ____________________________________________________________________________
3965 [  8715] By: nick                                  on 2001/02/08  19:26:08
3966         Log: Fixup non-ithread build after 8713
3967      Branch: perl
3968            ! perl.c
3969 ____________________________________________________________________________
3970 [  8714] By: nick                                  on 2001/02/08  19:17:45
3971         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
3972              From: nick@ccl4.org
3973              Date: Wed, 7 Feb 2001 00:27:47 +0000
3974              Message-Id: <20010207002747.B63724@plum.flirble.org>
3975      Branch: perl
3976            ! sv.c toke.c
3977 ____________________________________________________________________________
3978 [  8713] By: nick                                  on 2001/02/08  19:15:58
3979         Log: Subject: Re: [patch] Re: PL_ptr_table
3980              From: Doug Maceachern <dougm@covalent.net>
3981              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
3982              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
3983      Branch: perl
3984            ! embed.pl perl.c sv.c sv.h
3985 ____________________________________________________________________________
3986 [  8712] By: nick                                  on 2001/02/08  19:12:47
3987         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
3988              From: Peter Prymmer <pvhp@forte.com>
3989              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
3990              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
3991      Branch: perl
3992            ! lib/Pod/Find.pm
3993 ____________________________________________________________________________
3994 [  8711] By: nick                                  on 2001/02/07  21:06:11
3995         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
3996              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
3997              From: Alan Burlison <Alan.Burlison@uk.sun.com>
3998              Date: Tue, 06 Feb 2001 23:37:01 +0000
3999              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
4000      Branch: perl
4001            ! regcomp.c
4002 ____________________________________________________________________________
4003 [  8710] By: alanbur                               on 2001/02/07  00:22:04
4004         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
4005              associated UTFied tr/// code.  Also fixed scoping leak of
4006              PL_reg_start_tmp.
4007      Branch: maint-5.6/pureperl
4008            ! op.c regcomp.c
4009 ____________________________________________________________________________
4010 [  8709] By: nick                                  on 2001/02/06  21:16:49
4011         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
4012              From: Michael G Schwern <schwern@pobox.com>
4013              Date: Sun, 4 Feb 2001 19:47:14 -0500
4014              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
4015      Branch: perl
4016            ! pod/perlapi.pod pod/perlmodlib.PL
4017 ____________________________________________________________________________
4018 [  8708] By: nick                                  on 2001/02/06  20:41:20
4019         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
4020              From: Michael G Schwern <schwern@pobox.com>
4021              Date: Sun, 4 Feb 2001 21:17:49 -0500
4022              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
4023      Branch: perl
4024            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
4025            ! pod/perltootc.pod
4026 ____________________________________________________________________________
4027 [  8707] By: nick                                  on 2001/02/06  20:29:11
4028         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
4029              From: Michael G Schwern <schwern@pobox.com>
4030              Date: Tue, 6 Feb 2001 05:54:30 -0500
4031              Message-Id: <20010206055430.A951@blackrider.aocn.com>
4032      Branch: perl
4033            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
4034 ____________________________________________________________________________
4035 [  8706] By: nick                                  on 2001/02/06  20:21:40
4036         Log: Subject: RE: some win32 fixes
4037              Date: Tue, 6 Feb 2001 09:23:20 +0300
4038              From: Vadim Konovalov <vkonovalov@lucent.com>
4039              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
4040      Branch: perl
4041            ! toke.c win32/Makefile win32/config.bc win32/config.gc
4042            ! win32/config.vc win32/config_H.bc win32/makefile.mk
4043 ____________________________________________________________________________
4044 [  8705] By: alanbur                               on 2001/02/06  15:00:03
4045         Log: Synchronised with parent
4046      Branch: maint-5.6/pureperl
4047            ! regexec.c
4048           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
4049           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
4050 ____________________________________________________________________________
4051 [  8704] By: alanbur                               on 2001/02/06  14:55:24
4052         Log: Fixed UMRs and leak in Perl_pmtrans()
4053      Branch: maint-5.6/pureperl
4054            ! op.c
4055 ____________________________________________________________________________
4056 [  8703] By: gsar                                  on 2001/02/06  02:29:37
4057         Log: $(MAKE) distclean doesn't clean up properly on windows
4058      Branch: maint-5.6/perl
4059            ! win32/Makefile win32/makefile.mk
4060 ____________________________________________________________________________
4061 [  8702] By: gsar                                  on 2001/02/06  01:00:46
4062         Log: tweak change#8659 to keep it simple
4063      Branch: maint-5.6/perl
4064            ! utils/perldoc.PL
4065 ____________________________________________________________________________
4066 [  8701] By: gsar                                  on 2001/02/05  22:45:41
4067         Log: change#8693 was missing testsuite changes
4068      Branch: maint-5.6/perl
4069           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
4070 ____________________________________________________________________________
4071 [  8700] By: nick                                  on 2001/02/05  20:32:52
4072         Log: Integrate mainline
4073      Branch: perlio
4074           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
4075           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
4076           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
4077           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
4078           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
4079           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
4080           +> t/lib/test-harness.t
4081           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
4082           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
4083           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
4084           !> pod/perlutil.pod t/TEST utils/h2xs.PL
4085 ____________________________________________________________________________
4086 [  8699] By: nick                                  on 2001/02/05  19:41:07
4087         Log: Subject: perlfaq2, re: perlmongers
4088              From: David H. Adler <dha@panix.com>
4089              Date: Sun, 4 Feb 2001 23:48:23 -0500
4090              Message-Id: <20010204234823.A13429@panix.com>
4091      Branch: perl
4092            ! pod/perlfaq2.pod
4093 ____________________________________________________________________________
4094 [  8698] By: nick                                  on 2001/02/05  19:39:31
4095         Log: Missed file f#rom the testharness mess.
4096      Branch: perl
4097            + t/lib/test-harness.t
4098 ____________________________________________________________________________
4099 [  8697] By: nick                                  on 2001/02/05  19:37:21
4100         Log: Subject: [DOC PATCH] overload.pm nits
4101              From: John Tobey <jtobey@john-edwin-tobey.org>
4102              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
4103              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
4104      Branch: perl
4105            ! lib/overload.pm
4106 ____________________________________________________________________________
4107 [  8696] By: alanbur                               on 2001/02/05  11:56:00
4108         Log: Sync with parent
4109      Branch: maint-5.6/pureperl
4110           !> thread.h
4111 ____________________________________________________________________________
4112 [  8695] By: gsar                                  on 2001/02/05  03:27:34
4113         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
4114      Branch: maint-5.6/perl
4115            ! thread.h
4116 ____________________________________________________________________________
4117 [  8694] By: alanbur                               on 2001/02/05  00:07:47
4118         Log: Initial branch creation from //depot/maint-5.6/perl
4119      Branch: maint-5.6/pureperl
4120           +> (branch 1719 files)
4121 ____________________________________________________________________________
4122 [  8693] By: gsar                                  on 2001/02/04  22:38:49
4123         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
4124              changes)
4125      Branch: maint-5.6/perl
4126           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
4127           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
4128           !> ext/DB_File/version.c
4129 ____________________________________________________________________________
4130 [  8692] By: nick                                  on 2001/02/04  18:15:57
4131         Log: The missed t/TEST part of the grand testharness upgrade.
4132      Branch: perl
4133            ! t/TEST
4134 ____________________________________________________________________________
4135 [  8691] By: nick                                  on 2001/02/04  18:05:17
4136         Log: New improved test harness
4137              Subject: Re: [PATCH Test::Harness] Third time's a charm?
4138              From: Michael G Schwern <schwern@pobox.com>
4139              Date: Sun, 4 Feb 2001 08:01:20 -0500
4140              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
4141      Branch: perl
4142            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
4143            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
4144            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
4145            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
4146            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
4147            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
4148            ! MANIFEST lib/Test/Harness.pm
4149 ____________________________________________________________________________
4150 [  8690] By: nick                                  on 2001/02/04  17:57:51
4151         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
4152              From: Jonathan Stowe <gellyfish@gellyfish.com>
4153              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
4154              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
4155      Branch: perl
4156            ! utils/h2xs.PL
4157 ____________________________________________________________________________
4158 [  8689] By: nick                                  on 2001/02/04  17:55:24
4159         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
4160              From: Michael G Schwern <schwern@pobox.com>
4161              Date: Sat, 3 Feb 2001 22:46:38 -0500
4162              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
4163      Branch: perl
4164            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
4165            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
4166 ____________________________________________________________________________
4167 [  8688] By: nick                                  on 2001/02/04  17:43:55
4168         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
4169              length byfailing to spot lack of closing )
4170              From: nick@talking.bollo.cx
4171              Date: Sat, 03 Feb 2001 23:53:16 +0000
4172              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
4173      Branch: perl
4174            ! perlio.c pod/perldiag.pod
4175 ____________________________________________________________________________
4176 [  8687] By: jhi                                   on 2001/02/03  17:11:42
4177         Log: HP-UX thread patches from Merijn H. Brand.
4178      Branch: maint-5.6/perl
4179            ! README.hpux hints/hpux.sh
4180 ____________________________________________________________________________
4181 [  8686] By: jhi                                   on 2001/02/03  16:40:12
4182         Log: Metaconfig changes for #8685.
4183      Branch: metaconfig
4184            ! U/installdirs/instubperl.U
4185      Branch: metaconfig/U/perl
4186            ! Devel.U versiononly.U
4187 ____________________________________________________________________________
4188 [  8685] By: jhi                                   on 2001/02/03  16:39:49
4189         Log: For -Dusedevel builds turn off installusrbinperl and turn on
4190              versiononly, a combined idea of Richard Soderberg and Merijn
4191              H. Brand.  You can still override both of these from the command
4192              line if you need to, -Dinstallusrbinperl and -Uversiononly.
4193      Branch: perl
4194            ! Configure
4195 ____________________________________________________________________________
4196 [  8684] By: jhi                                   on 2001/02/03  16:16:34
4197         Log: Metaconfig unit fix for #8683.
4198      Branch: metaconfig
4199            ! U/compline/nblock_io.U
4200 ____________________________________________________________________________
4201 [  8683] By: jhi                                   on 2001/02/03  16:16:12
4202         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
4203              reported by Peter Prymmer for 5.6-TRIAL1.
4204      Branch: perl
4205            ! Configure
4206 ____________________________________________________________________________
4207 [  8682] By: jhi                                   on 2001/02/03  05:52:11
4208         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
4209              to work correctly.
4210      Branch: maint-5.6/perl
4211            ! hints/irix_6.sh
4212 ____________________________________________________________________________
4213 [  8681] By: jhi                                   on 2001/02/03  05:47:33
4214         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
4215      Branch: maint-5.6/perl
4216            ! pod/perlport.pod
4217 ____________________________________________________________________________
4218 [  8680] By: jhi                                   on 2001/02/02  21:39:49
4219         Log: perlport update from Peter Prymmer.
4220      Branch: maint-5.6/perl
4221            ! pod/perlport.pod
4222 ____________________________________________________________________________
4223 [  8679] By: nick                                  on 2001/02/02  20:50:48
4224         Log: Integrate mainline
4225      Branch: perlio
4226           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
4227           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
4228           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
4229 ____________________________________________________________________________
4230 [  8678] By: gsar                                  on 2001/02/02  16:02:12
4231         Log: note about bincompat, slightly modified (from Lupe Christoph)
4232      Branch: maint-5.6/perl
4233            ! README.solaris
4234 ____________________________________________________________________________
4235 [  8677] By: jhi                                   on 2001/02/02  15:46:20
4236         Log: Supported platforms updates.
4237      Branch: maint-5.6/perl
4238            ! pod/perlport.pod
4239 ____________________________________________________________________________
4240 [  8676] By: jhi                                   on 2001/02/02  03:41:26
4241         Log: A couple more perlfaq2 tweaks.
4242      Branch: maint-5.6/perl
4243            ! pod/perlfaq2.pod
4244 ____________________________________________________________________________
4245 [  8675] By: jhi                                   on 2001/02/02  03:17:44
4246         Log: Misedit in #8661.
4247      Branch: maint-5.6/perl
4248            ! Configure
4249 ____________________________________________________________________________
4250 [  8674] By: jhi                                   on 2001/02/02  03:14:38
4251         Log: Damien again.
4252      Branch: maint-5.6/perl
4253            ! pod/perlfaq2.pod
4254 ____________________________________________________________________________
4255 [  8673] By: jhi                                   on 2001/02/02  03:12:40
4256         Log: perlfaq update from Elaine Ashton.
4257      Branch: maint-5.6/perl
4258            ! pod/perlfaq2.pod
4259 ____________________________________________________________________________
4260 [  8672] By: jhi                                   on 2001/02/02  03:07:08
4261         Log: UTF-8 s/// patch from Inaba Hiroto.
4262      Branch: maint-5.6/perl
4263            ! pp_ctl.c pp_hot.c
4264 ____________________________________________________________________________
4265 [  8671] By: jhi                                   on 2001/02/01  22:34:31
4266         Log: Update Changes.
4267      Branch: perl
4268            ! Changes patchlevel.h
4269 ____________________________________________________________________________
4270 [  8670] By: jhi                                   on 2001/02/01  22:15:29
4271         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
4272              from maintperl.
4273              
4274              Upgrade to Getopt::Long 2.25, from Johan Vromans.
4275              
4276              more files need to be writable in the source distribution
4277              
4278              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
4279              
4280              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
4281              
4282              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
4283              
4284              Allow the float to be fuzzier.
4285              
4286              need to use INT2PTR instead of a straight cast or ia64 fails
4287              
4288              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
4289              
4290              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
4291      Branch: perl
4292           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
4293           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
4294           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
4295 ____________________________________________________________________________
4296 [  8669] By: jhi                                   on 2001/02/01  21:57:02
4297         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
4298              From: Robin Barker <rmb1@cise.npl.co.uk>
4299              Date: Thu, 1 Feb 2001 16:59:05 GMT
4300              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
4301      Branch: maint-5.6/perl
4302            ! pod/perlmodlib.PL
4303 ____________________________________________________________________________
4304 [  8668] By: nick                                  on 2001/02/01  19:41:40
4305         Log: Integrate mainline
4306      Branch: perlio
4307           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
4308           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
4309           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
4310 ____________________________________________________________________________
4311 [  8667] By: gsar                                  on 2001/02/01  16:59:11
4312         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
4313      Branch: maint-5.6/perl
4314            ! embed.pl embedvar.h
4315 ____________________________________________________________________________
4316 [  8666] By: gsar                                  on 2001/02/01  16:34:51
4317         Log: add missing entries to win32/config.?c
4318      Branch: maint-5.6/perl
4319            ! win32/config.bc win32/config.gc win32/config.vc
4320            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4321 ____________________________________________________________________________
4322 [  8665] By: jhi                                   on 2001/02/01  14:58:51
4323         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
4324              From: "Stephen P. Potter" <spp@spotter.yi.org>
4325              Date: Thu, 01 Feb 2001 10:45:46 -0500
4326              Message-Id: <200102011545.KAA31479@spotter.yi.org>
4327      Branch: maint-5.6/perl
4328            ! pod/perlfunc.pod
4329 ____________________________________________________________________________
4330 [  8664] By: gsar                                  on 2001/02/01  14:52:37
4331         Log: need to use INT2PTR instead of a straight cast or ia64 fails
4332              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
4333      Branch: maint-5.6/perl
4334            ! ext/POSIX/POSIX.xs
4335 ____________________________________________________________________________
4336 [  8663] By: jhi                                   on 2001/02/01  14:09:13
4337         Log: Allow the float to be fuzzier.
4338      Branch: maint-5.6/perl
4339            ! t/lib/peek.t
4340 ____________________________________________________________________________
4341 [  8662] By: jhi                                   on 2001/02/01  13:59:00
4342         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
4343              From: Robin Barker <rmb1@cise.npl.co.uk>
4344              Date: Thu, 1 Feb 2001 13:05:39 GMT
4345              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
4346      Branch: maint-5.6/perl
4347            ! pod/perlmodlib.pod
4348 ____________________________________________________________________________
4349 [  8661] By: jhi                                   on 2001/02/01  13:57:38
4350         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
4351              Date: Thu, 01 Feb 2001 14:15:41 +0100
4352              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4353              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
4354              
4355              Have the $ccflags in the gcc version test (strange, this change
4356              is claimed to be have been integrated already)
4357      Branch: maint-5.6/perl
4358            ! Configure
4359 ____________________________________________________________________________
4360 [  8660] By: jhi                                   on 2001/02/01  13:44:10
4361         Log: Integrate changes #7950,7964,7962 from mainline.
4362              
4363              Find the stdchar signedness using cpp, should fix some of
4364              the Solaris compiler warnings reported by Alan Burlison.
4365      Branch: maint-5.6/perl
4366           !> Configure config_h.SH
4367 ____________________________________________________________________________
4368 [  8659] By: jhi                                   on 2001/02/01  05:35:32
4369         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
4370              From: Jan Dubois <JanD@ActiveState.com>
4371              Date: Wed, 31 Jan 2001 21:17:03 -0800
4372              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
4373      Branch: maint-5.6/perl
4374            ! utils/perldoc.PL
4375 ____________________________________________________________________________
4376 [  8658] By: jhi                                   on 2001/02/01  04:33:17
4377         Log: Integrate the README.os390 and README.posix-bc parts of mainline
4378              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
4379              installperl parts were taken care of by #8657.)
4380      Branch: maint-5.6/perl
4381           !> README.os390 README.posix-bc
4382 ____________________________________________________________________________
4383 [  8657] By: jhi                                   on 2001/02/01  04:29:21
4384         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
4385              From: Peter Prymmer <pvhp@forte.com>
4386              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
4387              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
4388      Branch: maint-5.6/perl
4389            + ext/DynaLoader/dl_dllload.xs
4390            ! MANIFEST Makefile.SH hints/os390.sh installperl
4391 ____________________________________________________________________________
4392 [  8656] By: jhi                                   on 2001/02/01  04:25:45
4393         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
4394              From: Peter Prymmer <pvhp@forte.com>
4395              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
4396              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
4397      Branch: maint-5.6/perl
4398            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
4399 ____________________________________________________________________________
4400 [  8655] By: jhi                                   on 2001/02/01  04:14:47
4401         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
4402              From: troc@netrus.net
4403              Date: Wed, 31 Jan 2001 22:31:26 -0500
4404              Message-Id: <200102010331.WAA117.85@rocco.homenet>
4405      Branch: maint-5.6/perl
4406            ! os2/os2.c
4407 ____________________________________________________________________________
4408 [  8654] By: jhi                                   on 2001/02/01  04:12:52
4409         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
4410              as reported by Alan Burlison.
4411      Branch: maint-5.6/perl
4412            ! pp.h
4413 ____________________________________________________________________________
4414 [  8653] By: jhi                                   on 2001/02/01  04:05:12
4415         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
4416              From: dsugalski@northernlight.com
4417              Date: Wed, 31 Jan 2001 18:54:11 -0500
4418              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
4419      Branch: maint-5.6/perl
4420            ! configure.com
4421 ____________________________________________________________________________
4422 [  8652] By: jhi                                   on 2001/02/01  04:03:11
4423         Log: Misplaced #endif.
4424              
4425              Subject: [perl-5-6-1-trial2] patches for EPOC
4426              From: Olaf Flebbe <O.Flebbe@science-computing.de>
4427              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
4428              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
4429      Branch: maint-5.6/perl
4430            ! epoc/epocish.c
4431 ____________________________________________________________________________
4432 [  8651] By: jhi                                   on 2001/02/01  04:00:25
4433         Log: Integrate changes #8647,8648,8650 from mainline.
4434              
4435              Macrofy a magic UTF-8 test.
4436              
4437              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
4438              
4439              Watch out for cross compiling for EPOC (usually done on linux).
4440      Branch: maint-5.6/perl
4441           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
4442 ____________________________________________________________________________
4443 [  8650] By: jhi                                   on 2001/02/01  03:56:20
4444         Log: Watch out for cross compiling for EPOC (usually done on linux)
4445              
4446              Subject: [perl-5-6-1-trial2] patches for EPOC
4447              From: Olaf Flebbe <O.Flebbe@science-computing.de>
4448              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
4449              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
4450      Branch: perl
4451            ! ext/Errno/Errno_pm.PL
4452 ____________________________________________________________________________
4453 [  8649] By: gsar                                  on 2001/02/01  00:46:00
4454         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
4455      Branch: maint-5.6/perl
4456            ! sv.c
4457 ____________________________________________________________________________
4458 [  8648] By: jhi                                   on 2001/01/31  23:35:36
4459         Log: All the uses of PL_numeric_radix must be protected by
4460              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
4461              
4462              Subject: [perl-5-6-1-trial2] patches for EPOC
4463              From: Olaf Flebbe <O.Flebbe@science-computing.de>
4464              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
4465              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
4466      Branch: perl
4467            ! sv.c
4468 ____________________________________________________________________________
4469 [  8647] By: jhi                                   on 2001/01/31  22:56:16
4470         Log: Macrofy a magic UTF-8 test.
4471      Branch: perl
4472            ! utf8.c utf8.h
4473 ____________________________________________________________________________
4474 [  8646] By: gsar                                  on 2001/01/31  15:55:12
4475         Log: update Changes
4476      Branch: maint-5.6/perl
4477            ! Changes
4478 ____________________________________________________________________________
4479 [  8645] By: gsar                                  on 2001/01/31  15:10:14
4480         Log: Configure tweak suggested by Peter Prymmer
4481      Branch: maint-5.6/perl
4482            ! Configure
4483 ____________________________________________________________________________
4484 [  8644] By: gsar                                  on 2001/01/31  15:06:32
4485         Log: more files need to be writable in the source distribution
4486      Branch: maint-5.6/perl
4487            ! Porting/makerel
4488 ____________________________________________________________________________
4489 [  8643] By: jhi                                   on 2001/01/31  14:59:46
4490         Log: Integrate changes #8258,8278,8279 from mainline.
4491              
4492              Make the large file tests more robust/talkative.
4493      Branch: maint-5.6/perl
4494           !> t/lib/syslfs.t t/op/lfs.t
4495 ____________________________________________________________________________
4496 [  8642] By: gsar                                  on 2001/01/31  14:53:48
4497         Log: integrate changes#8311,8334 from mainline
4498              
4499              Add a new MakeMaker variable PM_FILTER that defines a Unix
4500              filter to be run on each .pm during the pm_to_blib() phase,
4501              a fixed version of
4502              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
4503              
4504              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
4505              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
4506              accurate reading of the "atime".  
4507      Branch: maint-5.6/perl
4508           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
4509           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
4510           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
4511 ____________________________________________________________________________
4512 [  8641] By: jhi                                   on 2001/01/31  14:46:37
4513         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
4514      Branch: maint-5.6/perl
4515            ! lib/Getopt/Long.pm
4516 ____________________________________________________________________________
4517 [  8640] By: gsar                                  on 2001/01/31  14:40:24
4518         Log: make regen_all
4519      Branch: maint-5.6/perl
4520            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
4521 ____________________________________________________________________________
4522 [  8639] By: gsar                                  on 2001/01/31  14:37:25
4523         Log: refresh windows config files
4524      Branch: maint-5.6/perl
4525            ! win32/Makefile win32/config_H.bc win32/config_H.gc
4526            ! win32/config_H.vc win32/makefile.mk
4527 ____________________________________________________________________________
4528 [  8638] By: gsar                                  on 2001/01/31  14:28:10
4529         Log: makefile tweaks for windows: introduce a bulk-switch to enable
4530              same options as ActivePerl; sync changes with makefile.mk
4531      Branch: maint-5.6/perl
4532            ! win32/Makefile win32/makefile.mk
4533 ____________________________________________________________________________
4534 [  8637] By: jhi                                   on 2001/01/31  04:41:30
4535         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
4536              From: Nicholas Clark <nick@ccl4.org>
4537              Date: Tue, 30 Jan 2001 19:51:05 +0000
4538              Message-ID: <20010130195105.R76607@plum.flirble.org> 
4539              
4540              op/inc cure.
4541      Branch: perl
4542            ! pp.c pp.h pp_hot.c t/op/arith.t
4543 ____________________________________________________________________________
4544 [  8636] By: jhi                                   on 2001/01/31  02:38:32
4545         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
4546              no perlio],8257,8380,8479,8515 from mainline.
4547              
4548              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
4549              
4550              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
4551              Subject: [PATCH perl@8133] fix-up for VMS extensions
4552              
4553              In VMS embedded perls couldn't access the statically built Socket.
4554              
4555              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
4556              
4557              Further VMS piping fixes from Charles Lane.
4558              
4559              Subject:  [PATCH] make t/op/misc.t work on VMS
4560              
4561              Add tracing for debugging extensions builds in VMS.
4562              
4563              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
4564      Branch: maint-5.6/perl
4565           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
4566           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
4567           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
4568 ____________________________________________________________________________
4569 [  8635] By: jhi                                   on 2001/01/31  01:46:41
4570         Log: Integrate change #7732 from mainline.
4571              
4572              Sparc 64-bit pack() fix from Jens Hamisch.
4573      Branch: maint-5.6/perl
4574           !> pp.c
4575 ____________________________________________________________________________
4576 [  8634] By: jhi                                   on 2001/01/31  01:41:16
4577         Log: One spot missing from #8626.
4578      Branch: maint-5.6/perl
4579            ! sv.c
4580 ____________________________________________________________________________
4581 [  8633] By: jhi                                   on 2001/01/31  00:49:17
4582         Log: Integrate change #7495 from mainline.
4583              
4584              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
4585      Branch: maint-5.6/perl
4586           !> MANIFEST ext/re/Makefile.PL
4587 ____________________________________________________________________________
4588 [  8632] By: jhi                                   on 2001/01/30  23:38:49
4589         Log: Integrate change #8396 from mainline.
4590              
4591              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
4592              better multicast support (resend)
4593      Branch: maint-5.6/perl
4594           !> ext/Socket/Socket.pm
4595 ____________________________________________________________________________
4596 [  8631] By: jhi                                   on 2001/01/30  23:28:03
4597         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
4598              
4599              More AIX lore. (7514, ext/re/hints/aix.pl)
4600              
4601              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
4602              
4603              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23] (7813, strictly speaking not yet necessary, but harmless and goes well with #8490)
4604              
4605              Subject: [ID 20001214.002] Net::Ping patch
4606              
4607              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
4608              
4609              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
4610              
4611              Add ReuseAddr as a (preferred) alias for Reuse as we now
4612              also have ReusePort.
4613              
4614              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
4615      Branch: maint-5.6/perl
4616           +> ext/re/hints/aix.pl
4617           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
4618           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
4619 ____________________________________________________________________________
4620 [  8630] By: jhi                                   on 2001/01/30  23:03:59
4621         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
4622              
4623              read() documentation tweak for 20001121.004.
4624              
4625              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
4626      Branch: maint-5.6/perl
4627           !> pod/perlfunc.pod pod/perlre.pod
4628 ____________________________________________________________________________
4629 [  8629] By: jhi                                   on 2001/01/30  22:41:57
4630         Log: Integrate change #8098 from mainline.
4631              
4632              fastgetcwd is defined using a glob alias on a $^O dependent basis
4633              and there was no default assignment or perl subroutine.
4634      Branch: maint-5.6/perl
4635           !> lib/Cwd.pm
4636 ____________________________________________________________________________
4637 [  8628] By: jhi                                   on 2001/01/30  21:58:52
4638         Log: Integrate change #7866 from mainline.
4639              
4640              File::Temp 0.11.
4641      Branch: maint-5.6/perl
4642           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
4643 ____________________________________________________________________________
4644 [  8627] By: jhi                                   on 2001/01/30  21:39:44
4645         Log: Integrate changes #8075,8086,8228 from mainline.  
4646              
4647              Darwin is not Windows. (8075,8086)
4648              
4649              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
4650      Branch: maint-5.6/perl
4651           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
4652           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
4653           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
4654           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
4655 ____________________________________________________________________________
4656 [  8626] By: jhi                                   on 2001/01/30  21:22:11
4657         Log: Integrate with tweakery the change #8625 from mainline,
4658              the multibyte decimal separator fix ("fa_IR locale failure").
4659      Branch: maint-5.6/perl
4660            ! embedvar.h perlapi.h
4661           !> intrpvar.h perl.c perl.h sv.c util.c
4662 ____________________________________________________________________________
4663 [  8625] By: jhi                                   on 2001/01/30  20:26:33
4664         Log: Fix for the fa_IR locale failure.  The reason for the failure
4665              was that Perl was assuming the decimal separator aka the radix
4666              separator is one character.  The Farsi-Iranian locale crushed
4667              that bad assumption since there the separator is 'Momayyez',
4668              glyphwise looking somewhat like a slash, and in Unicode UTF-8
4669              encoded in two bytes, 0xd9 0xab.
4670      Branch: perl
4671            ! intrpvar.h perl.c perl.h sv.c util.c
4672 ____________________________________________________________________________
4673 [  8624] By: gsar                                  on 2001/01/30  20:17:03
4674         Log: regen_headers
4675      Branch: maint-5.6/perl
4676            ! Makefile.SH pod/perlintern.pod
4677 ____________________________________________________________________________
4678 [  8623] By: gsar                                  on 2001/01/30  19:42:34
4679         Log: backout change#7431 and its dependents (causes spurious rebuilds
4680              of autogenerated files)
4681              
4682              fix benign b.t failure
4683      Branch: maint-5.6/perl
4684            ! Makefile.SH t/lib/b.t
4685 ____________________________________________________________________________
4686 [  8622] By: jhi                                   on 2001/01/30  19:41:41
4687         Log: Microperl sync.
4688      Branch: perl
4689            ! mg.c perl.h
4690 ____________________________________________________________________________
4691 [  8621] By: gsar                                  on 2001/01/30  19:24:47
4692         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
4693              from mainline
4694              
4695              Subject: podlators 1.06 released
4696              
4697              Subject: [PATCH @8436] Eliminate op_children
4698              
4699              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
4700              
4701              (Replaced by #8448)  More op_children traces (cleanup of #8442).
4702              
4703              Subject: [PATCH #3 @8436] Re: Eliminate op_children
4704              Replace #8444 and #8445.
4705              
4706              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
4707              at the setting of the ofs_sv in new_struct_thread() as the
4708              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
4709              uninitialized fields are, uh, initialized with),
4710              SvREFCNT_inc()ing that invited a core dump.
4711              
4712              podlators 1.07, from Russ Allbery.
4713              
4714              Subject: [PATCH] regcomp.c old feature removal
4715              From: mjd@plover.com
4716              Date: 16 Jan 2001 14:43:18 -0000 
4717              Message-ID: <20010116144318.7140.qmail@plover.com> 
4718      Branch: maint-5.6/perl
4719           +> lib/Pod/Text/Overstrike.pm
4720           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
4721           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
4722           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
4723           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
4724           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
4725           !> util.c
4726 ____________________________________________________________________________
4727 [  8620] By: gsar                                  on 2001/01/30  18:48:32
4728         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
4729              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
4730              now fails one test)
4731              
4732              Subject: [PATCH] lvalue AUTOLOAD. No, really.
4733              
4734              Subject: [PATCH] Interesting syntax idea
4735              Make opens + bareword assigns do typeglob assigns.
4736              
4737              Tests for #8254.
4738              
4739              Subject: [PATCH @8269] Continue blocks and B::Deparse
4740              Make the peephole optimizer to bypass more null ops and
4741              and rewrite the deparse handling of continue blocks.
4742              
4743              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
4744              Doc tweak on #8313.
4745              
4746              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
4747              
4748              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
4749              
4750              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
4751              
4752              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
4753              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
4754              according to the platform.
4755              
4756              Subject: [PATCH @8404] Consolidated lvalue sub changes
4757              
4758              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
4759              
4760              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
4761              
4762              Subject: B::Concise -- an improved replacement for B::Terse 
4763              
4764              The B::Terse drop-in replacement wasn't quite drop-in.
4765              
4766              The LVRET macro needed an aTHX.
4767              
4768              Use the /^Perl_/-less form of is_lvalue_sub().
4769              
4770              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
4771      Branch: maint-5.6/perl
4772           +> ext/B/B/Concise.pm
4773           !> (integrate 27 files)
4774 ____________________________________________________________________________
4775 [  8619] By: nick                                  on 2001/01/30  18:40:28
4776         Log: Integrate mainline
4777      Branch: perlio
4778           !> (integrate 40 files)
4779 ____________________________________________________________________________
4780 [  8618] By: jhi                                   on 2001/01/30  18:37:18
4781         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
4782              Date: Mon, 29 Jan 2001 22:51:29 -0600
4783              From: "Craig A. Berry" <craigberry@mac.com>
4784              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
4785      Branch: perl
4786            ! vms/test.com
4787 ____________________________________________________________________________
4788 [  8617] By: jhi                                   on 2001/01/30  18:34:53
4789         Log: Subject: [PATCH] Add missing CV flags to dump.c
4790              From: Tim Jenness <t.jenness@jach.hawaii.edu>
4791              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
4792              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
4793      Branch: perl
4794            ! dump.c
4795 ____________________________________________________________________________
4796 [  8616] By: jhi                                   on 2001/01/30  18:20:58
4797         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
4798              part isn't applicable to maintperl.
4799              
4800              UTF-8 nit from Inaba Hiroto.
4801      Branch: maint-5.6/perl
4802           !> pod/perlapi.pod utf8.c
4803 ____________________________________________________________________________
4804 [  8615] By: jhi                                   on 2001/01/30  18:18:51
4805         Log: UTF-8 nit from Inaba Hiroto.
4806      Branch: perl
4807            ! pod/perlapi.pod t/op/each.t utf8.c
4808 ____________________________________________________________________________
4809 [  8614] By: jhi                                   on 2001/01/30  18:13:38
4810         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
4811              
4812              perl's internal variables are not for public consumption,
4813              move their docs from perlapi.pod to perlintern.pod
4814              
4815              support for -Dusethreads build under HP-UX 10.20 and DCE threads
4816              library (11.0 and later have pthreads but 10.x don't)
4817              
4818              avoid uninitialized value warnings
4819              
4820              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
4821              gets weird results)
4822              
4823              perldoc nit on windows
4824              
4825              make it possible to run the tests outside the source tree
4826              (there's still a dependency on ../lib being the library
4827              location)
4828      Branch: perl
4829           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
4830           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
4831           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
4832           !> win32/bin/search.pl win32/vdir.h
4833 ____________________________________________________________________________
4834 [  8613] By: gsar                                  on 2001/01/30  16:39:59
4835         Log: make it possible to run the tests outside the source tree
4836              (there's still a dependency on ../lib being the library
4837              location)
4838      Branch: maint-5.6/perl
4839            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
4840 ____________________________________________________________________________
4841 [  8612] By: gsar                                  on 2001/01/30  16:31:12
4842         Log: perldoc nit on windows
4843      Branch: maint-5.6/perl
4844            ! utils/perldoc.PL
4845 ____________________________________________________________________________
4846 [  8611] By: gsar                                  on 2001/01/30  16:22:54
4847         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
4848              gets weird results)
4849      Branch: maint-5.6/perl
4850            ! win32/vdir.h
4851 ____________________________________________________________________________
4852 [  8610] By: gsar                                  on 2001/01/30  16:12:45
4853         Log: avoid uninitialized value warnings
4854      Branch: maint-5.6/perl
4855            ! win32/bin/search.pl
4856 ____________________________________________________________________________
4857 [  8609] By: gsar                                  on 2001/01/30  16:08:01
4858         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
4859              library (11.0 and later have pthreads but 10.x don't)
4860      Branch: maint-5.6/perl
4861            ! hints/hpux.sh thread.h
4862 ____________________________________________________________________________
4863 [  8608] By: gsar                                  on 2001/01/30  15:48:55
4864         Log: perl's internal variables are not for public consumption,
4865              move their docs from perlapi.pod to perlintern.pod
4866      Branch: maint-5.6/perl
4867            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
4868            ! thrdvar.h
4869 ____________________________________________________________________________
4870 [  8607] By: gsar                                  on 2001/01/30  15:44:27
4871         Log: mistakenly branched perl56delta.pod, revert
4872      Branch: maint-5.6/perl
4873            - pod/perl56delta.pod
4874           !> pod/perldelta.pod
4875 ____________________________________________________________________________
4876 [  8606] By: gsar                                  on 2001/01/30  14:20:24
4877         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
4878              dTHR which has been a noop for a while now, except for the
4879              compatibility definition in thread.h)
4880      Branch: maint-5.6/perl
4881           !> (integrate 45 files)
4882 ____________________________________________________________________________
4883 [  8605] By: jhi                                   on 2001/01/30  05:43:58
4884         Log: Mark the UTF-8 APIs as experimental.
4885      Branch: maint-5.6/perl
4886            ! embed.pl pod/perlapi.pod
4887 ____________________________________________________________________________
4888 [  8604] By: jhi                                   on 2001/01/30  05:38:40
4889         Log: Nits from earlier integrates.
4890      Branch: maint-5.6/perl
4891            ! lib/Carp/Heavy.pm
4892           !> sv.c
4893 ____________________________________________________________________________
4894 [  8603] By: jhi                                   on 2001/01/30  05:27:26
4895         Log: Regenerate Porting files.
4896      Branch: maint-5.6/perl
4897            ! Porting/Glossary Porting/config.sh Porting/config_H
4898 ____________________________________________________________________________
4899 [  8602] By: jhi                                   on 2001/01/30  05:14:59
4900         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
4901              8310,8339,8447,8492,8493,8505,8525: documentation changes.
4902              
4903              Subject: Re: perlfaq style changes
4904              
4905              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
4906              
4907              Subject: [PATCH] docs on NaN
4908              
4909              Subject: [patch] perlfaq7
4910              
4911              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
4912              
4913              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
4914              
4915              Subject: [PATCH] open() example in perlfunc.pod
4916              
4917              Podify README.mpeix (a new version from the web)
4918              
4919              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
4920              
4921              Subject: [PATCH] format and rewording in perlfaq.pod
4922              
4923              Subject: [PATCH] API Variable documentation   
4924              
4925              Memory management calls documentation.
4926              
4927              Subject: [PATCH: perl@8482] README.vms URL updates
4928              
4929              Subject: Minor typos in perlfaq2.pod
4930              
4931              Subject: [PATCH] pod/perlvar.pod
4932      Branch: maint-5.6/perl
4933           +> pod/perl56delta.pod
4934            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
4935           !> README.amiga README.epoc README.mpeix README.vms
4936           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
4937           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
4938           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
4939           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
4940           !> pod/perlvar.pod thrdvar.h
4941 ____________________________________________________________________________
4942 [  8601] By: jhi                                   on 2001/01/30  04:38:35
4943         Log: Integrate changes #8036,8096,8253 from mainline:
4944              hints changes.
4945              
4946              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
4947              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
4948              
4949              Output the (apparent) version of gcc in Tru64.
4950      Branch: maint-5.6/perl
4951           +> ext/POSIX/hints/svr4.pl
4952           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
4953           !> hints/svr4.sh t/lib/bigfltpm.t
4954 ____________________________________________________________________________
4955 [  8600] By: jhi                                   on 2001/01/30  04:04:01
4956         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
4957              locale fixes.
4958              
4959              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
4960              
4961              Debian allows /usr/bin/locale to exist without any locales. (7868)
4962              
4963              Allow the locale test needing POSIX and the taint test
4964              needing IPC::SysV to run under 'minitest' (basically,
4965              bail out if loading the extension fails). (8384)
4966              
4967              Cleanup the locale.t output  (8480)
4968      Branch: maint-5.6/perl
4969           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
4970           !> t/pragma/locale.t
4971 ____________________________________________________________________________
4972 [  8599] By: jhi                                   on 2001/01/30  03:51:04
4973         Log: Missing generated files from #8598.
4974      Branch: maint-5.6/perl
4975            ! embed.h global.sym objXSUB.h perlapi.c proto.h
4976 ____________________________________________________________________________
4977 [  8598] By: jhi                                   on 2001/01/30  03:41:54
4978         Log: Integrate change #8555 from mainline, manually integrate parts
4979              of changes 8452 and 8583.
4980              
4981              Subject: [PATCH] utf8.c documentation (8452)
4982              
4983              No point in checking the length if the pointer is bogus. (8555)
4984              
4985              Introduce bytes_from_utf8() and implement sv_eq() using it,
4986              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
4987              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
4988              was malformed. (8583)
4989      Branch: maint-5.6/perl
4990            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
4991           !> pod/perlapi.pod sv.c utf8.c
4992 ____________________________________________________________________________
4993 [  8597] By: gsar                                  on 2001/01/30  02:37:26
4994         Log: get PERL_OBJECT build going again on windows
4995      Branch: maint-5.6/perl
4996            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
4997            ! pod/perlapi.pod proto.h sv.c
4998 ____________________________________________________________________________
4999 [  8596] By: jhi                                   on 2001/01/30  02:16:17
5000         Log: Signedness nit.
5001      Branch: perl
5002            ! sv.c
5003 ____________________________________________________________________________
5004 [  8595] By: jhi                                   on 2001/01/30  02:11:07
5005         Log: EBCDIC patch for Storable, from Peter Prymmer.
5006      Branch: perl
5007            ! t/lib/st-06compat.t
5008 ____________________________________________________________________________
5009 [  8594] By: jhi                                   on 2001/01/30  01:04:48
5010         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
5011              From: Peter Prymmer <pvhp@forte.com>
5012              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
5013              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
5014      Branch: perl
5015            ! t/lib/b.t
5016 ____________________________________________________________________________
5017 [  8593] By: jhi                                   on 2001/01/30  00:56:47
5018         Log: Subject: [PATCH: perl@8585] pod problems in io
5019              From: Peter Prymmer <pvhp@forte.com>
5020              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
5021              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
5022      Branch: perl
5023            ! pod/perlapio.pod pod/perliol.pod
5024 ____________________________________________________________________________
5025 [  8592] By: jhi                                   on 2001/01/30  00:48:20
5026         Log: Integrate perlio.
5027      Branch: perl
5028           !> pod/perlapio.pod pod/perliol.pod
5029 ____________________________________________________________________________
5030 [  8591] By: nick                                  on 2001/01/29  22:02:28
5031         Log: GNU 'merge' Simon's copy of perliol.pod with version
5032              patched by Craig's patch.
5033      Branch: perlio
5034            ! pod/perliol.pod
5035 ____________________________________________________________________________
5036 [  8590] By: nick                                  on 2001/01/29  21:55:10
5037         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
5038      Branch: perlio
5039            ! pod/perlapio.pod pod/perliol.pod
5040 ____________________________________________________________________________
5041 [  8589] By: jhi                                   on 2001/01/29  15:35:33
5042         Log: Integrate change #8586 from maint-5.6/perl.
5043              
5044              make the BOM detection code not call tell() until it has to
5045              (meant to fix esoteric compatibility issues where PL_rsfp
5046              is overridden)
5047      Branch: perl
5048           !> toke.c
5049 ____________________________________________________________________________
5050 [  8588] By: jhi                                   on 2001/01/29  15:29:11
5051         Log: Subject: MAking Solaris malloc() the default
5052              From: Lupe Christoph <lupe@lupe-christoph.de>
5053              Date: Mon, 29 Jan 2001 12:59:36 +0100
5054              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
5055              
5056              The README.solaris part slightly tweaked.
5057      Branch: perl
5058            ! README.solaris hints/solaris_2.sh
5059 ____________________________________________________________________________
5060 [  8587] By: jhi                                   on 2001/01/29  15:17:34
5061         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
5062              From: root@ak-75.mind.de
5063              Date: Sun, 28 Jan 2001 20:32:29 +0100
5064              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
5065      Branch: perl
5066            ! pod/perlre.pod
5067 ____________________________________________________________________________
5068 [  8586] By: gsar                                  on 2001/01/29  13:43:44
5069         Log: make the BOM detection code not call tell() until it has to
5070              (meant to fix esoteric compatibility issues where PL_rsfp
5071              is overridden)
5072      Branch: maint-5.6/perl
5073            ! toke.c
5074 ____________________________________________________________________________
5075 [  8585] By: jhi                                   on 2001/01/28  20:05:45
5076         Log: Update Changes.
5077      Branch: perl
5078            ! Changes patchlevel.h
5079 ____________________________________________________________________________
5080 [  8584] By: jhi                                   on 2001/01/28  19:30:02
5081         Log: Integrate perlio.
5082      Branch: perl
5083           +> pod/perliol.pod
5084           !> MANIFEST pod/perlapio.pod
5085 ____________________________________________________________________________
5086 [  8583] By: jhi                                   on 2001/01/28  19:28:40
5087         Log: Patch from Inaba Hiroto:
5088              - canonical UTF-8 hash keys: if a key string for a hash is
5089              UTF8-on, try downgrade the string and use it if
5090              unicode::distinct is not in effect.
5091              For the task, I added a function bytes_from_utf8() to utf8.c.
5092              It might resemble utf8_to_bytes() but it is not convenient
5093              to the task.
5094              Made a test for it and added to t/op/each.t
5095              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
5096              the mortal copy of the argument SV.
5097              And changed t/io/utf8.t test 18 which expects print() to
5098              upgrade its argument.
5099              - re-implement sv_eq with bytes_from_utf8()
5100              - some bug fixes
5101              - tr/// does not handle UTF8 range (\x{}-\x{})
5102              - \ before raw UTF8 character produced
5103              "Malformed UTF-8 character" warning.
5104              - "\x{100}\N{CENT SIGN}" is Malformed.
5105              Added tests for these 3.
5106              - and one silly bug (by me) with qu operator.
5107      Branch: perl
5108            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
5109            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
5110            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
5111 ____________________________________________________________________________
5112 [  8582] By: nick                                  on 2001/01/28  19:25:04
5113         Log: Add pod/perliol.pod to MANIFEST :-(
5114      Branch: perlio
5115            ! MANIFEST
5116 ____________________________________________________________________________
5117 [  8581] By: nick                                  on 2001/01/28  19:22:40
5118         Log: PerlIO documentation. Proofing and sub-editing requested.
5119      Branch: perlio
5120            + pod/perliol.pod
5121            ! pod/perlapio.pod
5122 ____________________________________________________________________________
5123 [  8580] By: jhi                                   on 2001/01/28  05:16:25
5124         Log: Revert the change to sv_2pv() done by #8054: Someone who
5125              did SvNV_set() on a scalar that also happened to be POK,
5126              followed by sv_2pv() won't get the right coercion anymore.
5127              [Sarathy]
5128      Branch: maint-5.6/perl
5129            ! sv.c
5130 ____________________________________________________________________________
5131 [  8579] By: jhi                                   on 2001/01/28  05:15:04
5132         Log: Remove the #8084 effect: do not allow -Q to be interpreted
5133              as -&Q(), this is too much wiggle room.
5134      Branch: maint-5.6/perl
5135            ! toke.c
5136 ____________________________________________________________________________
5137 [  8578] By: jhi                                   on 2001/01/28  05:12:45
5138         Log: Needed bits of #8439 (should have been in #8576),
5139              mainly for lval substr().
5140      Branch: maint-5.6/perl
5141            ! mg.c pp.c pp_hot.c
5142 ____________________________________________________________________________
5143 [  8577] By: jhi                                   on 2001/01/28  05:02:46
5144         Log: A missing check-in.
5145      Branch: maint-5.6/perl
5146            ! utf8.c
5147 ____________________________________________________________________________
5148 [  8576] By: jhi                                   on 2001/01/28  04:26:18
5149         Log: Integrate changes #8425,8436,8439,8517 from mainline.
5150              The 8439 was not truly integrated because it had too many
5151              dependencies on the development branch and because it introduced
5152              concepts too bold for a maintenance branch (such as the qu operator).
5153              
5154              Subject: [PATCH perl@8342] -Wformat
5155              
5156              Tighten some of the UTF-8 tests a bit.
5157              
5158              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
5159              - The substr lval was still not okay.
5160              - Now pp_stringify and sv_setsv copies source's UTF8 flag
5161              even if IN_BYTE.  pp_stringify is called from fold_constants
5162              at optimization phase and "\x{100}" was made SvUTF8_off under
5163              use bytes (the bytes pragma is for "byte semantics" and not
5164              for "do not produce UTF8 data")
5165      Branch: maint-5.6/perl
5166            ! t/lib/charnames.t t/op/substr.t toke.c
5167           !> sv.c t/pragma/utf8.t
5168 ____________________________________________________________________________
5169 [  8575] By: jhi                                   on 2001/01/28  04:01:51
5170         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
5171              
5172              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
5173              
5174              Subject: [ID 20001230.003] UTF-8 tr still hurts
5175              
5176              Test cases for #8385 (from Simon's "torture.pl")
5177              
5178              Start fixing UTF-8 lval substr() (8405)
5179      Branch: maint-5.6/perl
5180           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
5181           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
5182 ____________________________________________________________________________
5183 [  8574] By: jhi                                   on 2001/01/28  03:09:06
5184         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
5185              from mainline.
5186              
5187              UTF-8 cleanup.
5188              
5189              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
5190              
5191              "\x{FF}\xFF" was broken.
5192              
5193              Tests for #8329 and #8330.
5194              
5195              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
5196              
5197              IRIX compiler noticed that the bof initialization might be
5198              bypassed by control flow.
5199              
5200              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
5201      Branch: maint-5.6/perl
5202           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
5203           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
5204 ____________________________________________________________________________
5205 [  8573] By: jhi                                   on 2001/01/28  02:06:12
5206         Log: Retract #8552.
5207      Branch: perl
5208            ! lib/Text/Wrap.pm t/lib/textwrap.t
5209 ____________________________________________________________________________
5210 [  8572] By: jhi                                   on 2001/01/28  02:04:49
5211         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
5212              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
5213              not really integrated but instead salvaged by hand
5214              (they had too many dependencies on the development release
5215              to be cleanly integratable).
5216              
5217              Subject: more UTF8 test suites and an UTF8 patch
5218              
5219              Tweak for MULTIPLICITY/USE_PERLIO
5220              
5221              Signedness nit.
5222              
5223              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
5224              
5225              Use the UTF8_XXX macros in is_utf8_char().
5226              
5227              Rewrite pp_concat() in terms of sv_catsv().  The . operator
5228              should now be UTF-8-proof.
5229              
5230              Subject: [PATCH perl@8269] scanning two hex-constants
5231              fails on EBCDIC environment (script length.t)
5232              
5233              Add some Unicode chop() tests.
5234      Branch: maint-5.6/perl
5235            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
5236           !> sv.c t/op/chop.t utf8.h
5237 ____________________________________________________________________________
5238 [  8571] By: jhi                                   on 2001/01/28  00:35:59
5239         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
5240              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
5241              
5242              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
5243              
5244              The maxiters upper limit sanity check (guarding against
5245              non-progress) assumed bytes instead of characters in s///
5246              and split().
5247              
5248              Signedness nit.
5249              
5250              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
5251              join() should now be UTF-8-proof.
5252              
5253              More split // UTF-8 tests. (8250)
5254      Branch: maint-5.6/perl
5255           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
5256           !> util.c
5257 ____________________________________________________________________________
5258 [  8570] By: jhi                                   on 2001/01/27  22:15:46
5259         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
5260              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
5261              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
5262              8084,8204,8244,8333 from mainline.
5263              
5264              For -Q where Q might be a one-letter sub name one does no more
5265              get a warning about an unknown filetest (7941,7943,7944,8084).
5266              
5267              Subject: Re: [ID 20001130.011] expression parsing bug ?
5268              
5269              Make uv_to_utf8() to zero-terminate its output buffer.
5270              
5271              Split off t/op/length.t (7995)
5272              
5273              Split off t/op/utf8decode.t (7996)
5274              
5275              Remove an unnecessary 'use utf8' from the utf8.t (7998)
5276              
5277              Split off t/op/concat.t (8004)
5278              
5279              Split off t/op/ver.t (8005)
5280              
5281              Document utf8_length(), utf8_distance(), and utf8_hop().
5282              
5283              Document utf8_to_uv() better.
5284              
5285              Introduce macros for UTF8 decoding (8028,8033).
5286              
5287              Add test for reverse() (8030,8031).
5288              
5289              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
5290              
5291              Do not return the Unicode replacement character    on UTF-8
5292              decoding failure.
5293              
5294              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
5295              not this_utf8 i.e. the output string has one, but don't mess
5296              with source assumption. (8052,8053)
5297              
5298              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
5299              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
5300              was not expecting to be called with something that was already
5301              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
5302              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
5303              (8054)
5304              
5305              Recode the naughty binary bytes in utf8decode.t using the \xHH.
5306              
5307              Make some panic messages a bit more logical.
5308      Branch: maint-5.6/perl
5309           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
5310           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
5311           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
5312           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
5313           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
5314           !> utf8.c utf8.h
5315 ____________________________________________________________________________
5316 [  8569] By: jhi                                   on 2001/01/27  19:16:43
5317         Log: Integrate changes #7750 from perlio and #8566 from mainline.
5318      Branch: maint-5.6/perl
5319           !> regexec.c sv.c
5320 ____________________________________________________________________________
5321 [  8568] By: jhi                                   on 2001/01/27  18:06:51
5322         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
5323              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
5324              7935[-perlio.c],7936,7959,7965 from mainline.
5325              
5326              Change the "big byte" error message to "Wide character".
5327              (7355, the croak-if-wide-chars-in-print part ignored)
5328              
5329              Use UINT64_C().
5330              
5331              Introduce Perl_utf8_length().
5332              
5333              diff -se shows these as different (7753, forgotten check-ins)
5334              
5335              Subject: [PATCH] doop.c - UTF8 tr///
5336              
5337              If we use (aTHX_ ...) then put Perl_ on the front.
5338              
5339              Make utf8_length() and utf8_distance() to be less forgiving
5340              about bad UTF-8.
5341              
5342              Test line numbers are different with utf8.
5343              
5344              No need to scan till infinity, 13 is enough. (7872,7911)
5345              
5346              Subject: [PATCH] Tokeniser debugging
5347              
5348              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
5349              
5350              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
5351              
5352              Be more careful in Perl_sv_utf8_downgrade().
5353              
5354              Use DO_UTF8().
5355              
5356              Raw zero bytes in text files confuse at least GNU patch 2.1.
5357      Branch: maint-5.6/perl
5358           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
5359           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
5360           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
5361           !> t/pragma/utf8.t toke.c utf8.c utf8.h
5362 ____________________________________________________________________________
5363 [  8567] By: nick                                  on 2001/01/27  11:10:38
5364         Log: Integrate mainline
5365      Branch: perlio
5366           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
5367           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
5368           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
5369           !> toke.c
5370 ____________________________________________________________________________
5371 [  8566] By: jhi                                   on 2001/01/27  06:22:48
5372         Log: More documentation for the regexp context stack.
5373      Branch: perl
5374            ! regexec.c
5375 ____________________________________________________________________________
5376 [  8565] By: jhi                                   on 2001/01/27  05:21:57
5377         Log: Update Changes.
5378      Branch: perl
5379            ! Changes patchlevel.h
5380 ____________________________________________________________________________
5381 [  8564] By: jhi                                   on 2001/01/27  04:44:04
5382         Log: Threadedness patch for #8562 from Doug MacEachern.
5383      Branch: perl
5384            ! toke.c
5385 ____________________________________________________________________________
5386 [  8563] By: jhi                                   on 2001/01/27  04:26:24
5387         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
5388              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
5389              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
5390              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
5391      Branch: perl
5392            ! op.c
5393 ____________________________________________________________________________
5394 [  8562] By: jhi                                   on 2001/01/27  04:20:30
5395         Log: Subject: Re: Announce : Tokener reporting patch
5396              From: Simon Cozens <simon@cozens.net>
5397              Date: Mon, 22 Jan 2001 02:17:22 +0000
5398              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
5399      Branch: perl
5400            ! embed.h embed.pl proto.h toke.c
5401 ____________________________________________________________________________
5402 [  8561] By: jhi                                   on 2001/01/27  04:17:24
5403         Log: Forgot from #8545.  Oops.
5404      Branch: perl
5405            ! pp.c t/pragma/overload.t
5406 ____________________________________________________________________________
5407 [  8560] By: jhi                                   on 2001/01/27  03:01:47
5408         Log: A better module compilation test, use MANIFEST as suggested
5409              by Spider.
5410      Branch: perl
5411            ! t/lib/1_compile.t
5412 ____________________________________________________________________________
5413 [  8559] By: jhi                                   on 2001/01/27  02:50:48
5414         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
5415              From: Peter Prymmer <pvhp@forte.com>
5416              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
5417              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
5418      Branch: perl
5419            ! t/lib/b.t
5420 ____________________________________________________________________________
5421 [  8558] By: jhi                                   on 2001/01/27  02:27:05
5422         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
5423              From: Peter Prymmer <pvhp@forte.com>
5424              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
5425              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
5426      Branch: perl
5427            ! t/pragma/sub_lval.t
5428 ____________________________________________________________________________
5429 [  8557] By: jhi                                   on 2001/01/27  02:26:03
5430         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
5431              From: Peter Prymmer <pvhp@forte.com>
5432              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
5433              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
5434      Branch: perl
5435            ! t/lib/st-06compat.t
5436 ____________________________________________________________________________
5437 [  8556] By: jhi                                   on 2001/01/27  02:24:33
5438         Log: Subject: [PATCH: perl@8531] minor update to README.os390
5439              From: Peter Prymmer <pvhp@forte.com>
5440              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
5441              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
5442      Branch: perl
5443            ! README.os390
5444 ____________________________________________________________________________
5445 [  8555] By: jhi                                   on 2001/01/27  00:35:47
5446         Log: No point in checking the length before we know whether the pointer
5447              is bogus or not, fixes Abigail's odbm failures in Linux.
5448      Branch: perl
5449            ! sv.c
5450 ____________________________________________________________________________
5451 [  8554] By: nick                                  on 2001/01/26  19:01:31
5452         Log: Integrate mainline
5453      Branch: perlio
5454           !> lib/Text/Wrap.pm t/lib/textwrap.t
5455 ____________________________________________________________________________
5456 [  8553] By: jhi                                   on 2001/01/26  15:19:39
5457         Log: Integrate change #7792 from perlio (multiplicity fix),
5458              fix the AV leak in regex DEBUGGING (tiny part of the
5459              polymorphic regexp patch #8143).
5460      Branch: maint-5.6/perl
5461            ! regcomp.c
5462           !> scope.h
5463 ____________________________________________________________________________
5464 [  8552] By: jhi                                   on 2001/01/26  15:03:23
5465         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
5466              From: Michael G Schwern <schwern@pobox.com>
5467              Date: Fri, 26 Jan 2001 09:28:31 -0500
5468              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
5469      Branch: perl
5470            ! lib/Text/Wrap.pm t/lib/textwrap.t
5471 ____________________________________________________________________________
5472 [  8551] By: jhi                                   on 2001/01/26  02:33:19
5473         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
5474              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
5475              
5476              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
5477              
5478              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
5479              
5480              Message nit.
5481              
5482              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
5483              
5484              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
5485              
5486              (the cleanup of unused submatches in regtry() and regcppop())
5487              
5488              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
5489              stored and restored, and thusly was trounced by the utf8 swash
5490              routines.
5491              
5492              use utf8 not required to use \x{}.
5493              
5494              Removed two more tests that make no sense in UTF-8 since the test
5495              data is not in UTF-8.
5496              
5497              Get the three different space character classes right under utf8.
5498              
5499              Implement ANYOFUTF8 regprop() dumping.
5500              
5501              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
5502              
5503              Document the regex context pushing/popping a bit better.
5504      Branch: maint-5.6/perl
5505           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
5506           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
5507           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
5508           !> t/op/regmesg.t utf8.c
5509 ____________________________________________________________________________
5510 [  8550] By: nick                                  on 2001/01/25  19:42:30
5511         Log: Integrate mainline
5512      Branch: perlio
5513           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
5514           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
5515           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
5516           !> t/lib/bigint.t t/lib/bigintpm.t
5517 ____________________________________________________________________________
5518 [  8549] By: jhi                                   on 2001/01/25  15:22:28
5519         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
5520      Branch: maint-5.6/perl
5521            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
5522 ____________________________________________________________________________
5523 [  8548] By: jhi                                   on 2001/01/25  15:02:55
5524         Log: Integrate changes #7997,8063,8492,8547 from mainline.
5525              
5526              Subject: Re: STRLEN - what?
5527              
5528              Subject: [PATCH] perlguts.pod
5529              
5530              Memory management calls documentation.
5531              
5532              Layout using tabulator is not a good idea in a pod.
5533      Branch: maint-5.6/perl
5534           !> pod/perlguts.pod
5535 ____________________________________________________________________________
5536 [  8547] By: jhi                                   on 2001/01/25  14:49:05
5537         Log: Layout using tabulator is not a good idea in a pod.
5538      Branch: perl
5539            ! pod/perlguts.pod
5540 ____________________________________________________________________________
5541 [  8546] By: jhi                                   on 2001/01/25  14:31:12
5542         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
5543              from mainline.
5544              
5545              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
5546              
5547              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
5548              
5549              More Win32 editor/IDE/shell hints.
5550              
5551              More Win32 Perling.
5552              
5553              Yet another editor edit.
5554              
5555              Edit edit edit.
5556              
5557              IDE/editor section tweaking.
5558              
5559              Few more IDE/editor nits from p5p.
5560      Branch: maint-5.6/perl
5561           !> pod/perlfaq3.pod
5562 ____________________________________________________________________________
5563 [  8545] By: jhi                                   on 2001/01/25  04:16:32
5564         Log: Subject: [PATCH 5.7.0] overload int()
5565              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5566              Date: Wed, 24 Jan 2001 19:06:57 -0500
5567              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
5568      Branch: perl
5569            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
5570            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
5571            ! t/lib/bigintpm.t
5572 ____________________________________________________________________________
5573 [  8544] By: jhi                                   on 2001/01/25  04:15:11
5574         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
5575              From: Peter Prymmer <pvhp@forte.com>
5576              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
5577              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
5578      Branch: perl
5579            ! Makefile.SH README.os390 hints/os390.sh installperl
5580 ____________________________________________________________________________
5581 [  8543] By: jhi                                   on 2001/01/25  03:52:08
5582         Log: Integrate change #8462,8469 from mainline.
5583              
5584              In VMS Perl subversion (perl -V) is undef.
5585      Branch: maint-5.6/perl
5586           !> configure.com
5587 ____________________________________________________________________________
5588 [  8542] By: jhi                                   on 2001/01/25  03:44:55
5589         Log: Integrate changes #7835,7850,8315,8316 from mainline.
5590              
5591              Solaris hints.
5592      Branch: maint-5.6/perl
5593           !> hints/solaris_2.sh
5594 ____________________________________________________________________________
5595 [  8541] By: jhi                                   on 2001/01/25  03:39:28
5596         Log: Integrate #8336 from mainline.
5597      Branch: maint-5.6/perl
5598           !> hv.c
5599 ____________________________________________________________________________
5600 [  8540] By: jhi                                   on 2001/01/25  03:23:50
5601         Log: Retract #8539.
5602      Branch: maint-5.6/perl
5603            ! pod/perlfaq3.pod
5604 ____________________________________________________________________________
5605 [  8539] By: jhi                                   on 2001/01/25  03:21:55
5606         Log: (Retracted by #5940.)
5607      Branch: maint-5.6/perl
5608            ! pod/perlfaq3.pod
5609 ____________________________________________________________________________
5610 [  8538] By: jhi                                   on 2001/01/25  03:14:07
5611         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
5612              From: Peter Prymmer <pvhp@forte.com>
5613              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
5614              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
5615              
5616              The VMS bits.
5617      Branch: maint-5.6/perl
5618            ! configure.com vms/descrip_mms.template
5619 ____________________________________________________________________________
5620 [  8537] By: jhi                                   on 2001/01/25  03:06:09
5621         Log: Integrate #7710,7824,7973 from mainline.
5622      Branch: maint-5.6/perl
5623           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
5624           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
5625           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
5626           !> vos/config.ga.def vos/config.ga.h win32/config.bc
5627           !> win32/config.gc win32/config.vc
5628 ____________________________________________________________________________
5629 [  8536] By: jhi                                   on 2001/01/24  13:50:20
5630         Log: Revert the edits made by me so far to the 5.6 branch since
5631              the TRIAL1 since I did edits when I should have been using
5632              integrates.  Bad programmer.   (Will integrate them properly later.)
5633              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
5634              The #8353 will not be reapplied at least for now since
5635              the UTF-8 hash keys need more thinking.
5636              (The patches #8347, #8354, #8454, #8473 were okay since they
5637              were original edits made specifically for the 5.6.1-TRIAL1.)
5638      Branch: maint-5.6/perl
5639            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5640            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
5641            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
5642            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
5643            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
5644            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
5645            ! win32/config.bc win32/config.gc win32/config.vc
5646 ____________________________________________________________________________
5647 [  8535] By: bailey                                on 2001/01/24  06:37:02
5648         Log: SYN SYN
5649      Branch: vmsperl
5650           +> (branch 26 files)
5651           !> (integrate 130 files)
5652 ____________________________________________________________________________
5653 [  8534] By: nick                                  on 2001/01/23  19:30:57
5654         Log: Integrate mainline.
5655      Branch: perlio
5656           !> Changes Configure Porting/Glossary Porting/config.sh
5657           !> Porting/config_H embed.h embed.pl ext/Encode/compile
5658           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
5659           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
5660           !> pod/perlvar.pod proto.h t/lib/1_compile.t
5661 ____________________________________________________________________________
5662 [  8533] By: jhi                                   on 2001/01/23  16:15:46
5663         Log: Forgotten from #8501.
5664      Branch: perl
5665            ! Porting/Glossary Porting/config.sh Porting/config_H
5666 ____________________________________________________________________________
5667 [  8532] By: jhi                                   on 2001/01/23  16:13:27
5668         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
5669              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
5670              Date: Mon, 22 Jan 2001 17:51:58 +0100
5671              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
5672      Branch: perl
5673            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
5674 ____________________________________________________________________________
5675 [  8531] By: jhi                                   on 2001/01/23  15:46:01
5676         Log: Update Changes.
5677      Branch: perl
5678            ! Changes patchlevel.h
5679 ____________________________________________________________________________
5680 [  8530] By: jhi                                   on 2001/01/23  15:38:39
5681         Log: De-cut-and-pasto.
5682      Branch: perl
5683            ! t/lib/1_compile.t
5684 ____________________________________________________________________________
5685 [  8529] By: jhi                                   on 2001/01/23  15:11:04
5686         Log: Document the mkdir trailing slashes case.
5687      Branch: perl
5688            ! pod/perlfunc.pod
5689 ____________________________________________________________________________
5690 [  8528] By: jhi                                   on 2001/01/23  15:08:28
5691         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
5692              get installed:
5693              
5694              Subject: lib/lib.pm
5695              From: <abigail@foad.org>
5696              Date: Mon, 28 Aug 2000 20:35:08 -0400
5697              Message-ID: <20000829003508.21281.qmail@foad.org>
5698      Branch: perl
5699            ! installperl
5700 ____________________________________________________________________________
5701 [  8527] By: jhi                                   on 2001/01/23  14:44:04
5702         Log: Metaconfig unit change for #8526.
5703      Branch: metaconfig
5704            ! U/threads/archname.U
5705 ____________________________________________________________________________
5706 [  8526] By: jhi                                   on 2001/01/23  14:43:19
5707         Log: Attach -perlio to the archname if so selected.
5708      Branch: perl
5709            ! Configure
5710 ____________________________________________________________________________
5711 [  8525] By: jhi                                   on 2001/01/23  14:24:01
5712         Log: Subject: [PATCH] pod/perlvar.pod
5713              From: abigail@foad.org
5714              Date: Tue, 23 Jan 2001 01:41:10 +0100
5715              Message-ID: <20010123004110.22259.qmail@foad.org>
5716      Branch: perl
5717            ! pod/perlvar.pod
5718 ____________________________________________________________________________
5719 [  8524] By: jhi                                   on 2001/01/23  14:22:32
5720         Log: A bug introduced in #8217 (the undefined variable in the
5721              lib/safe1_t #3) fixed, by Charles Lane:
5722              
5723              The earlier patch made it so that stuff running in Safe
5724              compartments could do a "caller" and see "main".  That
5725              little change in name is done right before the code in
5726              the compartment is run, and apparantly the parser
5727              was picking up the stash name before it got changed.
5728              
5729              (why it was threaded vs. unthreaded Perl that was sensitive to this
5730              I still don't know...and it probably doesn't matter).
5731              
5732              I tryed removing the stash name-change and saw that threaded Perl
5733              did indeed pass the lib/safe1.t tests.
5734              
5735              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
5736              do the name change (and to connect _ in the compartment to the global
5737              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
5738              to call _safe_pkg_prep when creating a new compartment.
5739              
5740              Passes all tests with threaded perl on linux; passes all tests
5741              with unthreaded perl on VMS.
5742              
5743              At some point I'll probably want to revisit Safe and Opcode to
5744              provide more sensible handling of global variables...and to get
5745              formats working in Safe compartments, which they don't do currently.
5746      Branch: perl
5747            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
5748 ____________________________________________________________________________
5749 [  8523] By: jhi                                   on 2001/01/23  14:11:58
5750         Log: Also the lib/Thread.pm itself needs to be ignored if
5751              the Thread extension hasn't been built.
5752      Branch: perl
5753            ! t/lib/1_compile.t
5754 ____________________________________________________________________________
5755 [  8522] By: jhi                                   on 2001/01/23  13:51:28
5756         Log: print() instead of warn() so that stderr doesn't get
5757              unncessarily polluted.
5758      Branch: perl
5759            ! ext/Encode/compile
5760 ____________________________________________________________________________
5761 [  8521] By: jhi                                   on 2001/01/23  13:49:48
5762         Log: Integrate perlio.
5763      Branch: perl
5764           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
5765           !> ext/Encode/encode.h
5766 ____________________________________________________________________________
5767 [  8520] By: nick                                  on 2001/01/22  21:44:00
5768         Log: More messing with Encode:
5769              Extra fields in header to allow multiple names and to record
5770              other things "compile" knows.
5771              Re-organise compile to factor out common output routines.
5772      Branch: perlio
5773            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
5774 ____________________________________________________________________________
5775 [  8519] By: nick                                  on 2001/01/22  20:33:50
5776         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
5777      Branch: perlio
5778            ! ext/Encode/Makefile.PL ext/Encode/compile
5779 ____________________________________________________________________________
5780 [  8518] By: nick                                  on 2001/01/22  20:28:13
5781         Log: Integrate mainline
5782      Branch: perlio
5783           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
5784           !> vos/config.alpha.def vos/config.alpha.h
5785 ____________________________________________________________________________
5786 [  8517] By: jhi                                   on 2001/01/22  15:37:17
5787         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
5788              by Inaba Hiroto.
5789      Branch: perl
5790            ! sv.c
5791 ____________________________________________________________________________
5792 [  8516] By: jhi                                   on 2001/01/22  14:55:15
5793         Log: More SIG_SIZE fixes.
5794      Branch: perl
5795            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
5796 ____________________________________________________________________________
5797 [  8515] By: jhi                                   on 2001/01/22  14:50:27
5798         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
5799              From: "Craig A. Berry" <craigberry@mac.com>
5800              Date: Mon, 22 Jan 2001 00:42:24 -0600
5801              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
5802      Branch: perl
5803            ! configure.com
5804 ____________________________________________________________________________
5805 [  8514] By: jhi                                   on 2001/01/22  14:31:17
5806         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
5807              From: "Craig A. Berry" <craigberry@mac.com>
5808              Date: Sun, 21 Jan 2001 23:03:25 -0600
5809              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
5810      Branch: perl
5811            ! configure.com
5812 ____________________________________________________________________________
5813 [  8513] By: jhi                                   on 2001/01/22  14:14:00
5814         Log: Add the .ucm encoding tables to the MANIFEST.
5815      Branch: perl
5816            ! MANIFEST
5817 ____________________________________________________________________________
5818 [  8512] By: jhi                                   on 2001/01/22  13:43:33
5819         Log: Integrate perlio.
5820      Branch: perl
5821           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
5822           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
5823           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
5824           +> ext/Encode/Encode/iso8859-10.ucm
5825           +> ext/Encode/Encode/iso8859-13.ucm
5826           +> ext/Encode/Encode/iso8859-14.ucm
5827           +> ext/Encode/Encode/iso8859-15.ucm
5828           +> ext/Encode/Encode/iso8859-16.ucm
5829           +> ext/Encode/Encode/iso8859-2.ucm
5830           +> ext/Encode/Encode/iso8859-3.ucm
5831           +> ext/Encode/Encode/iso8859-4.ucm
5832           +> ext/Encode/Encode/iso8859-5.ucm
5833           +> ext/Encode/Encode/iso8859-6.ucm
5834           +> ext/Encode/Encode/iso8859-7.ucm
5835           +> ext/Encode/Encode/iso8859-8.ucm
5836           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
5837           +> ext/Encode/Encode/symbol.ucm
5838           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
5839           !> perliol.h
5840 ____________________________________________________________________________
5841 [  8511] By: nick                                  on 2001/01/21  23:44:47
5842         Log: Make "real" layers of ":utf8" and ":raw".
5843              So now PERLIO=utf8 perl ...
5844              does what Andreas wanted.
5845              Fix arg passing in open.pm (still have a Carp issue).
5846      Branch: perlio
5847            ! lib/open.pm perlio.c perliol.h
5848 ____________________________________________________________________________
5849 [  8510] By: jhi                                   on 2001/01/21  22:56:53
5850         Log: Document the regex context pushing/popping a bit better.
5851      Branch: perl
5852            ! regexec.c
5853 ____________________________________________________________________________
5854 [  8509] By: jhi                                   on 2001/01/21  22:55:44
5855         Log: Tweak the mkdir trailing slash code some more.
5856              
5857              TO DO: the same handling should probably be done for
5858              all the other filesystem functions that can have directories
5859              as their arguments.
5860      Branch: perl
5861            ! pp_sys.c
5862 ____________________________________________________________________________
5863 [  8508] By: nick                                  on 2001/01/21  21:37:43
5864         Log: Switch "compiled in" encodings to .ucm format.
5865              (Leave others as .enc till we can run-time load .ucm,
5866              or find some other way to load them.)
5867      Branch: perlio
5868            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
5869            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
5870            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
5871            + ext/Encode/Encode/iso8859-10.ucm
5872            + ext/Encode/Encode/iso8859-13.ucm
5873            + ext/Encode/Encode/iso8859-14.ucm
5874            + ext/Encode/Encode/iso8859-15.ucm
5875            + ext/Encode/Encode/iso8859-16.ucm
5876            + ext/Encode/Encode/iso8859-2.ucm
5877            + ext/Encode/Encode/iso8859-3.ucm
5878            + ext/Encode/Encode/iso8859-4.ucm
5879            + ext/Encode/Encode/iso8859-5.ucm
5880            + ext/Encode/Encode/iso8859-6.ucm
5881            + ext/Encode/Encode/iso8859-7.ucm
5882            + ext/Encode/Encode/iso8859-8.ucm
5883            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
5884            + ext/Encode/Encode/symbol.ucm
5885            ! ext/Encode/Makefile.PL ext/Encode/compile
5886 ____________________________________________________________________________
5887 [  8507] By: nick                                  on 2001/01/21  21:02:03
5888         Log: Integrate (partial) mainline.
5889      Branch: perlio
5890           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
5891           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
5892           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
5893 ____________________________________________________________________________
5894 [  8506] By: jhi                                   on 2001/01/21  20:09:30
5895         Log: Update Changes.
5896      Branch: perl
5897            ! Changes patchlevel.h
5898 ____________________________________________________________________________
5899 [  8505] By: jhi                                   on 2001/01/21  19:39:59
5900         Log: Subject: Minor typos in perlfaq2.pod
5901              From: "Stephen P. Potter" <spp@spotter.yi.org>
5902              Message-Id: <200101192101.QAA11911@spotter.yi.org>
5903              Date: Fri, 19 Jan 2001 16:01:13 -0500
5904              
5905              with a nit from Philip Netwon.
5906      Branch: perl
5907            ! pod/perlfaq2.pod
5908 ____________________________________________________________________________
5909 [  8504] By: jhi                                   on 2001/01/21  19:33:05
5910         Log: Metaconfig change for #8503.
5911      Branch: metaconfig
5912            ! U/threads/usethreads.U
5913 ____________________________________________________________________________
5914 [  8503] By: jhi                                   on 2001/01/21  19:32:21
5915         Log: Sanity check for conflicting thread flavours.
5916      Branch: perl
5917            ! Configure config_h.SH
5918 ____________________________________________________________________________
5919 [  8502] By: jhi                                   on 2001/01/21  19:23:00
5920         Log: Metaconfig change for #8501.
5921      Branch: metaconfig
5922            ! U/modified/sig_name.U
5923 ____________________________________________________________________________
5924 [  8501] By: jhi                                   on 2001/01/21  19:22:26
5925         Log: The SIG_SIZE is the number of the elements *excluding*
5926              the terminating NULL.
5927      Branch: perl
5928            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
5929            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
5930            ! win32/config_H.vc
5931 ____________________________________________________________________________
5932 [  8500] By: jhi                                   on 2001/01/21  18:31:31
5933         Log: Integrate perlio.
5934      Branch: perl
5935           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
5936           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
5937           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
5938           !> pp_sys.c proto.h sv.c
5939 ____________________________________________________________________________
5940 [  8499] By: jhi                                   on 2001/01/21  17:43:57
5941         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
5942              From: Hugo <hv@crypt.compulink.co.uk>
5943              Date: Sun, 21 Jan 2001 13:34:05 +0000
5944              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
5945              
5946              In sprintf UTF8ize only if necessary.
5947      Branch: perl
5948            ! sv.c
5949 ____________________________________________________________________________
5950 [  8498] By: nick                                  on 2001/01/21  16:25:32
5951         Log: Encode cleanup.
5952              Add command line control over "compile" so that Makefile.PL
5953              needs can be combined with other uses.
5954              Use command line options in Makefile.PL.
5955              Fix multi-byte parsing in .ucm files.
5956      Branch: perlio
5957            ! ext/Encode/Makefile.PL ext/Encode/compile
5958 ____________________________________________________________________________
5959 [  8497] By: nick                                  on 2001/01/21  12:56:27
5960         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
5961      Branch: perlio
5962            ! ext/Encode/Encode.xs
5963 ____________________________________________________________________________
5964 [  8496] By: nick                                  on 2001/01/21  12:18:45
5965         Log: Fixup after integrate:
5966              missed the .sym files that are changed by regen_headers
5967              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
5968      Branch: perlio
5969            ! global.sym pp.sym sv.c
5970 ____________________________________________________________________________
5971 [  8495] By: nick                                  on 2001/01/21  11:51:07
5972         Log: Integrate mainline.
5973      Branch: perlio
5974           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
5975           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
5976           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
5977           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
5978           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
5979           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
5980           !> win32/Makefile win32/makefile.mk
5981 ____________________________________________________________________________
5982 [  8494] By: jhi                                   on 2001/01/20  23:12:11
5983         Log: Forgot the expect_number() prototype.
5984      Branch: perl
5985            ! embed.h embed.pl proto.h
5986 ____________________________________________________________________________
5987 [  8493] By: jhi                                   on 2001/01/20  22:56:39
5988         Log: Subject: [PATCH: perl@8482] README.vms URL updates
5989              From: Peter Prymmer <pvhp@forte.com>
5990              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
5991              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
5992              
5993              Plus Craig A. Berry's suggestion to use compaq.com instead
5994              of digital.com.
5995      Branch: perl
5996            ! README.vms
5997 ____________________________________________________________________________
5998 [  8492] By: jhi                                   on 2001/01/20  22:50:05
5999         Log: Memory management calls documentation.
6000      Branch: perl
6001            ! pod/perlguts.pod
6002 ____________________________________________________________________________
6003 [  8491] By: jhi                                   on 2001/01/20  22:38:33
6004         Log: Signedness nit plus few memcpy/Copy nits.
6005      Branch: perl
6006            ! sv.c
6007 ____________________________________________________________________________
6008 [  8490] By: jhi                                   on 2001/01/20  22:25:53
6009         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
6010              From: Peter Prymmer <pvhp@forte.com>
6011              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
6012              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
6013      Branch: perl
6014            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
6015 ____________________________________________________________________________
6016 [  8489] By: jhi                                   on 2001/01/20  22:24:41
6017         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
6018              From: Peter Prymmer <pvhp@forte.com>
6019              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
6020              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
6021      Branch: perl
6022            ! win32/Makefile win32/makefile.mk
6023 ____________________________________________________________________________
6024 [  8488] By: jhi                                   on 2001/01/20  22:22:27
6025         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
6026              From: Peter Prymmer <pvhp@forte.com>
6027              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
6028              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
6029      Branch: perl
6030            ! Makefile.SH
6031 ____________________________________________________________________________
6032 [  8487] By: jhi                                   on 2001/01/20  22:21:18
6033         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
6034              From: Peter Prymmer <pvhp@forte.com>
6035              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
6036              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
6037      Branch: perl
6038            + ext/DynaLoader/dl_dllload.xs
6039            ! MANIFEST Makefile.SH hints/os390.sh
6040 ____________________________________________________________________________
6041 [  8486] By: jhi                                   on 2001/01/20  22:17:53
6042         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
6043              From: Peter Prymmer <pvhp@forte.com>
6044              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
6045              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
6046      Branch: perl
6047            ! README.os390 README.posix-bc
6048 ____________________________________________________________________________
6049 [  8485] By: jhi                                   on 2001/01/20  20:15:30
6050         Log: Document and test the new qu operator.
6051      Branch: perl
6052            + t/op/qu.t
6053            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
6054            ! pod/perlretut.pod pod/perlunicode.pod
6055 ____________________________________________________________________________
6056 [  8484] By: nick                                  on 2001/01/20  19:42:30
6057         Log: Infrastructure to allow:
6058              open($fh,"|-",@array);
6059              to be implemented
6060              i.e. mark pp_open as needing a stack mark, and make pp_open
6061              process its args in that style (and pass them _all_ to tied handles OPEN).
6062              Invent do_openn() which takes SV ** at allow it to see multiple args.
6063              Note this does not _do_ anything yet.
6064      Branch: perlio
6065            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
6066            ! perlapi.c pp_proto.h pp_sys.c proto.h
6067 ____________________________________________________________________________
6068 [  8483] By: nick                                  on 2001/01/20  17:23:14
6069         Log: Integrate mainline.
6070      Branch: perlio
6071           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
6072           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
6073 ____________________________________________________________________________
6074 [  8482] By: jhi                                   on 2001/01/19  15:37:49
6075         Log: Update Changes.
6076      Branch: perl
6077            ! Changes patchlevel.h
6078 ____________________________________________________________________________
6079 [  8481] By: jhi                                   on 2001/01/19  14:41:24
6080         Log: Subject: Re: new feature: s?printf parameter reordering 
6081              From: Hugo <hv@crypt.compulink.co.uk>
6082              Date: Thu, 11 Jan 2001 17:09:03 +0000
6083              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
6084              
6085              - support reordering for all parameters: %, *v, *, .*
6086              - lay down that the reordering specification must immediately
6087              follow that parameter: %3$, *v3$, *3$, .*3$
6088              - fix vectorisation of a zero-length string
6089              - factor out the code choosing the argument to format
6090              
6091              Possibly unwanted side-effects:
6092              - the special format specifiers ' +-0' must now precede any
6093              vectorisation specifier. Tests in op/sprintf and op/ver
6094              have been changed to reflect this.
6095              - sprintf.t test #214 changed its expectations because in many
6096              cases, the next parameter has already been consumed when an
6097              invalid type letter is detected.
6098              
6099              Probably wanted side-effects:
6100              - attempts to format a non-existent parameter will warn as if C<undef>
6101              - attempt to write to non-existent parameter with '%n' will complain
6102              of "attempt to modify read-only value" instead of being silent
6103      Branch: perl
6104            ! sv.c t/op/sprintf.t t/op/ver.t
6105 ____________________________________________________________________________
6106 [  8480] By: jhi                                   on 2001/01/19  14:08:37
6107         Log: Subject: PATCH pragma/locale.t
6108              From: andreas.koenig@anima.de (Andreas J. Koenig)
6109              Date: 18 Jan 2001 09:45:37 +0100
6110              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
6111      Branch: perl
6112            ! t/pragma/locale.t
6113 ____________________________________________________________________________
6114 [  8479] By: jhi                                   on 2001/01/19  13:19:58
6115         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
6116      Branch: perl
6117            ! configure.com
6118 ____________________________________________________________________________
6119 [  8478] By: jhi                                   on 2001/01/19  02:12:35
6120         Log: Automate 1_compile.t.
6121      Branch: perl
6122            ! t/lib/1_compile.t
6123 ____________________________________________________________________________
6124 [  8477] By: jhi                                   on 2001/01/19  01:49:56
6125         Log: Integrate perlio.
6126      Branch: perl
6127           !> sv.c win32/config.bc win32/config.gc win32/config.vc
6128           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
6129 ____________________________________________________________________________
6130 [  8476] By: nick                                  on 2001/01/18  21:51:52
6131         Log: Integrate mainline
6132      Branch: perlio
6133           +> t/lib/1_compile.t t/lib/compmod.pl
6134           !> MANIFEST configure.com lib/unicode/distinct.pm
6135 ____________________________________________________________________________
6136 [  8475] By: nick                                  on 2001/01/18  21:48:02
6137         Log: Win32 "safe signals" co-existance fix.
6138              Fix SIG_SIZE value.
6139              Clear PL_sig_pending when cloning (fork).
6140      Branch: perlio
6141            ! sv.c win32/config.bc win32/config.gc win32/config.vc
6142            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6143 ____________________________________________________________________________
6144 [  8474] By: jhi                                   on 2001/01/18  14:40:57
6145         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
6146      Branch: perl
6147            ! t/lib/1_compile.t
6148 ____________________________________________________________________________
6149 [  8473] By: gsar                                  on 2001/01/18  11:42:31
6150         Log: unsubmitted trial1 change
6151      Branch: maint-5.6/perl
6152            ! Changes
6153 ____________________________________________________________________________
6154 [  8472] By: jhi                                   on 2001/01/18  04:30:24
6155         Log: The first bug found by 1_compile.t.
6156      Branch: perl
6157            ! lib/unicode/distinct.pm
6158 ____________________________________________________________________________
6159 [  8471] By: jhi                                   on 2001/01/18  04:29:42
6160         Log: Add Schwern's 1_compile test.  The compile_module script renamed
6161              to be a bit shorter for the 8.3 people.
6162      Branch: perl
6163            + t/lib/1_compile.t t/lib/compmod.pl
6164            ! MANIFEST
6165 ____________________________________________________________________________
6166 [  8470] By: jhi                                   on 2001/01/18  04:16:00
6167         Log: Subject: [PATCH: perl@8453] Re: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
6168              From: Peter Prymmer <pvhp@forte.com>
6169              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
6170              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
6171              Replace #8463.
6172      Branch: maint-5.6/perl
6173            ! configure.com
6174 ____________________________________________________________________________
6175 [  8469] By: jhi                                   on 2001/01/18  04:13:02
6176         Log: Subject: [PATCH: perl@8453] Re: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
6177              From: Peter Prymmer <pvhp@forte.com>
6178              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
6179              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
6180              Replace #8462.
6181      Branch: perl
6182            ! configure.com
6183 ____________________________________________________________________________
6184 [  8468] By: jhi                                   on 2001/01/18  03:42:08
6185         Log: Integrate perlio.
6186      Branch: perl
6187           !> gv.c mg.c perlio.c util.c
6188 ____________________________________________________________________________
6189 [  8467] By: nick                                  on 2001/01/17  22:41:10
6190         Log: "Safe" signals - trial implementation.
6191              gv.c tweaked to zero PL_sig_pend array
6192              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
6193              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
6194              Odd thing is that it "works" with PERLIO=stdio as well (linux).
6195      Branch: perlio
6196            ! gv.c mg.c perlio.c util.c
6197 ____________________________________________________________________________
6198 [  8466] By: nick                                  on 2001/01/17  20:40:20
6199         Log: Integrate mainline.
6200      Branch: perlio
6201           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
6202           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
6203           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
6204           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
6205           !> vos/config.ga.h win32/config.bc win32/config.gc
6206           !> win32/config.vc
6207 ____________________________________________________________________________
6208 [  8465] By: jhi                                   on 2001/01/17  18:37:13
6209         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
6210              From: Nicholas Clark <nick@ccl4.org>
6211              Date: Wed, 17 Jan 2001 17:31:33 +0000
6212              Message-ID: <20010117173133.I2633@plum.flirble.org>
6213      Branch: perl
6214            ! t/op/int.t
6215 ____________________________________________________________________________
6216 [  8464] By: jhi                                   on 2001/01/17  14:43:17
6217         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
6218              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
6219              Date: Wed, 17 Jan 2001 15:16:43 +0100
6220              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
6221              
6222              pp_int() was dropping an NV to the floor,
6223              int(279964589018079/59) either returned not an integer
6224              4745162525730.15, or one got "Attempt to free unreferenced scalar."
6225      Branch: perl
6226            ! pp.c
6227 ____________________________________________________________________________
6228 [  8463] By: jhi                                   on 2001/01/17  06:12:42
6229         Log: (Replaced by #8470)
6230              
6231              Subject: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
6232              From: "Craig A. Berry" <craigberry@mac.com>
6233              Date: Tue, 16 Jan 2001 23:38:46 -0600
6234              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
6235      Branch: maint-5.6/perl
6236            ! configure.com
6237 ____________________________________________________________________________
6238 [  8462] By: jhi                                   on 2001/01/17  06:11:31
6239         Log: (Replaced by #8469)
6240              
6241              Subject: subversion undef on VMS (was Re: [ID 20001218.033] Not OK: perl v5.6.1 +v5.6.1-TRIAL1 on   VMS_AXP V7.2-1)
6242              From: "Craig A. Berry" <craigberry@mac.com>
6243              Date: Tue, 16 Jan 2001 23:38:46 -0600
6244              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
6245      Branch: perl
6246            ! configure.com
6247 ____________________________________________________________________________
6248 [  8461] By: jhi                                   on 2001/01/17  05:56:12
6249         Log: Allow for one trailing slash in the directory of mkdir().
6250      Branch: perl
6251            ! pp_sys.c
6252 ____________________________________________________________________________
6253 [  8460] By: jhi                                   on 2001/01/17  03:26:01
6254         Log: Metaconfig unit changes for #8459.
6255      Branch: metaconfig
6256            ! U/modified/Loc.U U/modified/sig_name.U
6257 ____________________________________________________________________________
6258 [  8459] By: jhi                                   on 2001/01/17  03:24:48
6259         Log: Define SIG_SIZE, the number of elements in the sig_name and
6260              sig_num arrays, including the final NULL entry.
6261      Branch: perl
6262            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6263            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
6264            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
6265            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
6266            ! win32/config.bc win32/config.gc win32/config.vc
6267 ____________________________________________________________________________
6268 [  8458] By: jhi                                   on 2001/01/17  01:41:33
6269         Log: Integrate perlio.
6270      Branch: perl
6271           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
6272           !> perlapi.h proto.h sv.c
6273 ____________________________________________________________________________
6274 [  8457] By: nick                                  on 2001/01/16  22:07:26
6275         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
6276              Provides all the "cost" but no benefit yet - it is to allow cost
6277              to be measured, and implementation experiments (just in mg.c?).
6278      Branch: perlio
6279            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
6280            ! perlapi.h proto.h sv.c
6281 ____________________________________________________________________________
6282 [  8456] By: nick                                  on 2001/01/16  21:07:07
6283         Log: Integrate mainline.
6284      Branch: perlio
6285           !> (integrate 51 files)
6286 ____________________________________________________________________________
6287 [  8455] By: jhi                                   on 2001/01/16  18:13:43
6288         Log: Subject: [PATCH] regcomp.c old feature removal
6289              From: mjd@plover.com
6290              Date: 16 Jan 2001 14:43:18 -0000 
6291              Message-ID: <20010116144318.7140.qmail@plover.com> 
6292      Branch: perl
6293            ! regcomp.c
6294 ____________________________________________________________________________
6295 [  8454] By: jhi                                   on 2001/01/16  16:12:39
6296         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
6297              From: "Indy Singh" <indy@nusphere.com>
6298              Date: Wed, 10 Jan 2001 20:17:49 -0500
6299              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
6300      Branch: maint-5.6/perl
6301            ! win32/Makefile
6302 ____________________________________________________________________________
6303 [  8453] By: jhi                                   on 2001/01/16  16:09:33
6304         Log: Update Changes.
6305      Branch: perl
6306            ! Changes patchlevel.h
6307 ____________________________________________________________________________
6308 [  8452] By: jhi                                   on 2001/01/16  15:42:04
6309         Log: Subject: Re: API Cleanup
6310              To: perl5-porters@perl.org
6311              Date: Tue, 16 Jan 2001 13:42:30 +0000
6312              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
6313              
6314              Subject: [PATCH] utf8.c documentation
6315              From: Simon Cozens <simon@cozens.net>
6316              Date: Tue, 16 Jan 2001 13:52:48 +0000
6317              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
6318              
6319              Subject: Re: API Cleanup
6320              From: Simon Cozens <simon@cozens.net>
6321              Date: Tue, 16 Jan 2001 14:58:55 +0000
6322              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
6323              
6324              UTF-8 doc patches.
6325      Branch: perl
6326            ! embed.pl pod/perlapi.pod utf8.c
6327 ____________________________________________________________________________
6328 [  8451] By: jhi                                   on 2001/01/16  14:41:39
6329         Log: podlators 1.07, from Russ Allbery.
6330      Branch: perl
6331            ! lib/Pod/Man.pm
6332 ____________________________________________________________________________
6333 [  8450] By: jhi                                   on 2001/01/16  14:24:19
6334         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
6335              From: "Indy Singh" <indy@nusphere.com>
6336              Date: Mon, 15 Jan 2001 20:59:40 -0500
6337              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
6338      Branch: perl
6339            ! win32/Makefile
6340 ____________________________________________________________________________
6341 [  8449] By: jhi                                   on 2001/01/16  03:42:55
6342         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
6343              at the setting of the ofs_sv in new_struct_thread() as the
6344              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
6345              that invited a core dump.
6346      Branch: perl
6347            ! util.c
6348 ____________________________________________________________________________
6349 [  8448] By: jhi                                   on 2001/01/16  01:49:07
6350         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
6351              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
6352              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
6353              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
6354              
6355              Replace #8444 and #8445.
6356      Branch: perl
6357            ! ext/B/B.xs ext/B/B/Debug.pm
6358 ____________________________________________________________________________
6359 [  8447] By: jhi                                   on 2001/01/15  21:05:35
6360         Log: Subject: [PATCH] API Variable documentation   
6361              From: Simon Cozens <simon@cozens.net>
6362              Date: Mon, 15 Jan 2001 19:35:54 +0000
6363              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
6364      Branch: perl
6365            ! pod/perlapi.pod thrdvar.h
6366 ____________________________________________________________________________
6367 [  8446] By: jhi                                   on 2001/01/15  20:49:20
6368         Log: Signedness nit.
6369      Branch: perl
6370            ! pp_ctl.c
6371 ____________________________________________________________________________
6372 [  8445] By: jhi                                   on 2001/01/15  20:28:48
6373         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
6374      Branch: perl
6375            ! ext/B/B/Debug.pm
6376 ____________________________________________________________________________
6377 [  8444] By: jhi                                   on 2001/01/15  13:09:10
6378         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
6379      Branch: perl
6380            ! ext/B/B.xs
6381 ____________________________________________________________________________
6382 [  8443] By: jhi                                   on 2001/01/15  13:06:26
6383         Log: Missing from #8439.
6384      Branch: perl
6385            ! keywords.h mg.c
6386 ____________________________________________________________________________
6387 [  8442] By: jhi                                   on 2001/01/15  13:02:38
6388         Log: Subject: [PATCH @8436] Eliminate op_children
6389              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
6390              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
6391              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
6392              
6393              Subject: [PATCH @8436] Re: Eliminate op_children
6394              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
6395              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
6396              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
6397      Branch: perl
6398            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
6399            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
6400            ! op.c op.h
6401 ____________________________________________________________________________
6402 [  8441] By: jhi                                   on 2001/01/15  12:57:08
6403         Log: Use the /^Perl_/-less form of is_lvalue_sub().
6404      Branch: perl
6405            ! pp.h
6406 ____________________________________________________________________________
6407 [  8440] By: jhi                                   on 2001/01/15  05:13:09
6408         Log: Revert #8437 and #8438, the Linux large files story is more complex.
6409      Branch: metaconfig/U/perl
6410            ! d_fpos64_t.U d_off64_t.U
6411      Branch: perl
6412            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6413            ! config_h.SH configure.com epoc/config.sh perl.h
6414            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
6415            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
6416            ! win32/config.bc win32/config.gc win32/config.vc
6417 ____________________________________________________________________________
6418 [  8439] By: jhi                                   on 2001/01/15  05:02:24
6419         Log: More UTF-8 patches from Inaba Hiroto.
6420              - The substr lval was still not okay.
6421              - Now pp_stringify and sv_setsv copies source's UTF8 flag
6422              even if IN_BYTE.  pp_stringify is called from fold_constants
6423              at optimization phase and "\x{100}" was made SvUTF8_off under
6424              use bytes (the bytes pragma is for "byte semantics" and not
6425              for "do not produce UTF8 data")
6426              - New `qu' operator to generate UTF8 string explicitly.
6427              Though I agree with the policy "0x00-0xff always produce bytes",
6428              sometimes want to such a string to be coded in UTF8.
6429              I can use pack"U0a*" but it requires more typing and has
6430              runtime overhead.
6431              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
6432              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
6433              string is not UTF8_on and has char 0x80-0xff.
6434              
6435              TODO: document and test qu.
6436      Branch: perl
6437            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
6438            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
6439            ! toke.c
6440 ____________________________________________________________________________
6441 [  8438] By: jhi                                   on 2001/01/14  05:10:23
6442         Log: Metaconfig unit changes for #8437.
6443      Branch: metaconfig/U/perl
6444            ! d_fpos64_t.U d_off64_t.U
6445 ____________________________________________________________________________
6446 [  8437] By: jhi                                   on 2001/01/14  04:55:34
6447         Log: Add <features.h> probing, seems to be needed for (some?)
6448              Linux largefileness.
6449      Branch: perl
6450            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6451            ! config_h.SH configure.com epoc/config.sh perl.h
6452            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
6453            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
6454            ! win32/config.bc win32/config.gc win32/config.vc
6455 ____________________________________________________________________________
6456 [  8436] By: jhi                                   on 2001/01/13  17:47:21
6457         Log: Tighten some of the tests a bit.
6458      Branch: perl
6459            ! t/pragma/utf8.t
6460 ____________________________________________________________________________
6461 [  8435] By: jhi                                   on 2001/01/13  17:31:54
6462         Log: Integrate perlio.
6463      Branch: perl
6464           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
6465           !> win32/config_H.gc win32/config_H.vc
6466 ____________________________________________________________________________
6467 [  8434] By: nick                                  on 2001/01/13  11:36:53
6468         Log: Run dmake regen_config_h for Win32
6469      Branch: perlio
6470            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6471 ____________________________________________________________________________
6472 [  8433] By: nick                                  on 2001/01/13  11:31:55
6473         Log: VMS friendly patch to Encode compile process
6474      Branch: perlio
6475            ! ext/Encode/Makefile.PL ext/Encode/compile
6476 ____________________________________________________________________________
6477 [  8432] By: nick                                  on 2001/01/13  11:06:44
6478         Log: Integrate mainline
6479      Branch: perlio
6480           +> ext/B/B/Concise.pm
6481           !> (integrate 52 files)
6482 ____________________________________________________________________________
6483 [  8431] By: jhi                                   on 2001/01/13  05:55:55
6484         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
6485              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
6486              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
6487              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
6488      Branch: perl
6489            ! ext/B/B/Concise.pm
6490 ____________________________________________________________________________
6491 [  8430] By: jhi                                   on 2001/01/13  04:24:18
6492         Log: The LVRET macro needed an aTHX.
6493      Branch: perl
6494            ! pp.h
6495 ____________________________________________________________________________
6496 [  8429] By: jhi                                   on 2001/01/13  02:12:42
6497         Log: Update Changes.
6498      Branch: perl
6499            ! Changes patchlevel.h
6500 ____________________________________________________________________________
6501 [  8428] By: jhi                                   on 2001/01/13  02:08:50
6502         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
6503              From: Peter Prymmer <pvhp@forte.com>
6504              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
6505              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
6506              
6507              Add a BEGIN guard for sloppy floating point division.
6508      Branch: perl
6509            ! lib/Math/BigInt.pm lib/bigint.pl
6510 ____________________________________________________________________________
6511 [  8427] By: jhi                                   on 2001/01/13  01:47:16
6512         Log: The B::Terse drop-in replacement wasn't quite drop-in.
6513      Branch: perl
6514            ! ext/B/B/Terse.pm
6515 ____________________________________________________________________________
6516 [  8426] By: jhi                                   on 2001/01/12  21:20:43
6517         Log: Use UVXf.
6518      Branch: perl
6519            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6520            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
6521            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
6522            ! vos/config.ga.def vos/config.ga.h win32/config.bc
6523            ! win32/config.gc win32/config.vc
6524 ____________________________________________________________________________
6525 [  8425] By: jhi                                   on 2001/01/12  20:20:14
6526         Log: Subject: [PATCH perl@8342] -Wformat
6527              From: Robin Barker <rmb1@cise.npl.co.uk>
6528              Date: Fri, 12 Jan 2001 20:03:14 GMT
6529              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
6530      Branch: perl
6531            ! ext/Encode/Encode.xs mg.c sv.c toke.c
6532 ____________________________________________________________________________
6533 [  8424] By: jhi                                   on 2001/01/12  20:01:48
6534         Log: Subject: B::Concise -- an improved replacement for B::Terse 
6535              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
6536              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
6537              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
6538      Branch: perl
6539            + ext/B/B/Concise.pm
6540            ! MANIFEST ext/B/B/Terse.pm
6541 ____________________________________________________________________________
6542 [  8423] By: jhi                                   on 2001/01/12  19:24:02
6543         Log: The new metaconfig unit from the #8421.
6544      Branch: metaconfig/U/perl
6545            + d_sigprocmask.U
6546 ____________________________________________________________________________
6547 [  8422] By: jhi                                   on 2001/01/12  19:23:43
6548         Log: Forgot the microperl config from the #8421.
6549      Branch: perl
6550            ! uconfig.h uconfig.sh
6551 ____________________________________________________________________________
6552 [  8421] By: jhi                                   on 2001/01/12  19:05:27
6553         Log: Add sigprocmask() probe, regen Configure, regen toc.
6554      Branch: perl
6555            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6556            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
6557            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
6558            ! vos/config.ga.h win32/config.bc win32/config.gc
6559            ! win32/config.vc
6560 ____________________________________________________________________________
6561 [  8420] By: jhi                                   on 2001/01/12  18:34:31
6562         Log: Add sockatmark() to the todo list.
6563      Branch: perl
6564            ! Todo-5.6
6565 ____________________________________________________________________________
6566 [  8419] By: jhi                                   on 2001/01/12  18:09:46
6567         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
6568      Branch: perl
6569            ! op.c
6570 ____________________________________________________________________________
6571 [  8418] By: jhi                                   on 2001/01/12  18:05:30
6572         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
6573              From: Radu Greab <radu@netsoft.ro>
6574              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
6575              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
6576      Branch: perl
6577            ! op.c t/pragma/sub_lval.t
6578 ____________________________________________________________________________
6579 [  8417] By: jhi                                   on 2001/01/12  16:09:09
6580         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
6581              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
6582              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
6583              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
6584      Branch: perl
6585            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
6586            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
6587            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
6588            ! t/pragma/sub_lval.t toke.c
6589 ____________________________________________________________________________
6590 [  8416] By: jhi                                   on 2001/01/12  15:42:06
6591         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
6592              From: "Richard Soderberg" <rs@crystalflame.net>
6593              Date: Fri, 12 Jan 2001 04:49:35 -0800
6594              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
6595              
6596              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
6597              according to the platform.
6598      Branch: perl
6599            ! op.c
6600 ____________________________________________________________________________
6601 [  8415] By: jhi                                   on 2001/01/12  15:33:41
6602         Log: One more UTF-8 fix from Inaba Hiroto.
6603      Branch: perl
6604            ! pp.c regexec.c t/pragma/utf8.t
6605 ____________________________________________________________________________
6606 [  8414] By: jhi                                   on 2001/01/12  15:30:18
6607         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
6608      Branch: perl
6609            ! regexec.c
6610 ____________________________________________________________________________
6611 [  8413] By: jhi                                   on 2001/01/12  15:22:10
6612         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
6613              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
6614              Date: Thu, 11 Jan 2001 12:53:36 +0100
6615              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
6616      Branch: perl
6617            ! toke.c
6618 ____________________________________________________________________________
6619 [  8412] By: jhi                                   on 2001/01/12  15:20:25
6620         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
6621              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
6622              Date: Fri, 12 Jan 2001 14:37:55 +0100
6623              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
6624      Branch: perl
6625            ! hints/posix-bc.sh
6626 ____________________________________________________________________________
6627 [  8411] By: jhi                                   on 2001/01/12  15:14:14
6628         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
6629              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
6630              Date: Fri, 12 Jan 2001 10:42:21 +0100
6631              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
6632      Branch: perl
6633            ! t/op/regmesg.t
6634 ____________________________________________________________________________
6635 [  8410] By: jhi                                   on 2001/01/12  05:48:55
6636         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
6637              From: Nicholas Clark <nick@ccl4.org> 
6638              Date: Sun, 7 Jan 2001 19:47:14 +0000
6639              Message-ID: <20010107194714.B1048@plum.flirble.org>
6640      Branch: perl
6641            ! t/op/numconvert.t
6642 ____________________________________________________________________________
6643 [  8409] By: jhi                                   on 2001/01/12  05:41:28
6644         Log: Integrate perlio.
6645      Branch: perl
6646           !> mg.c scope.h
6647 ____________________________________________________________________________
6648 [  8408] By: nick                                  on 2001/01/11  22:43:28
6649         Log: Remove variables that were used in experiments.
6650      Branch: perlio
6651            ! mg.c
6652 ____________________________________________________________________________
6653 [  8407] By: nick                                  on 2001/01/11  20:57:44
6654         Log: Catch die in %SIG handler and unblock the signal before re-dying.
6655              This make Linux work _without_ sigsetjmp().
6656              Turn off sigsetjmp() to see what else it does.
6657              May need Configure probe for sigprocmask() if anything has sigaction()
6658              but not sigprocmask().
6659      Branch: perlio
6660            ! mg.c scope.h
6661 ____________________________________________________________________________
6662 [  8406] By: nick                                  on 2001/01/11  19:32:07
6663         Log: Integrate mainline
6664      Branch: perlio
6665           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
6666           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
6667           !> t/op/substr.t
6668 ____________________________________________________________________________
6669 [  8405] By: jhi                                   on 2001/01/11  17:11:01
6670         Log: Fix UTF-8 lval substr().
6671      Branch: perl
6672            ! mg.c t/op/substr.t
6673 ____________________________________________________________________________
6674 [  8404] By: jhi                                   on 2001/01/11  05:13:58
6675         Log: Update Changes.
6676      Branch: perl
6677            ! Changes patchlevel.h
6678 ____________________________________________________________________________
6679 [  8403] By: jhi                                   on 2001/01/11  04:38:24
6680         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
6681              From: Hugo <hv@crypt.compulink.co.uk>
6682              Date: Mon, 30 Oct 2000 01:33:26 +0000
6683              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
6684      Branch: perl
6685            ! regexec.c t/op/re_tests
6686 ____________________________________________________________________________
6687 [  8402] By: jhi                                   on 2001/01/11  04:26:12
6688         Log: Integrate perlio.
6689      Branch: perl
6690           !> scope.h util.c
6691 ____________________________________________________________________________
6692 [  8401] By: nick                                  on 2001/01/10  22:52:55
6693         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
6694              (So Alan and Ilya can try setting via hints.)
6695              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
6696              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
6697              doing the save everywhere seems to restart read() correctly, but just
6698              doing it once "round" the handler does not.
6699      Branch: perlio
6700            ! scope.h
6701 ____________________________________________________________________________
6702 [  8400] By: jhi                                   on 2001/01/10  21:57:54
6703         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
6704              of IRIX, HP-UX is unaffected.
6705      Branch: perl
6706            ! perl.h
6707 ____________________________________________________________________________
6708 [  8399] By: nick                                  on 2001/01/10  21:29:19
6709         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
6710      Branch: perlio
6711            ! util.c
6712 ____________________________________________________________________________
6713 [  8398] By: jhi                                   on 2001/01/10  20:55:31
6714         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
6715              also have ReusePort.
6716      Branch: perl
6717            ! ext/IO/lib/IO/Socket/INET.pm
6718 ____________________________________________________________________________
6719 [  8397] By: jhi                                   on 2001/01/10  20:50:57
6720         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
6721              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
6722              Date: Wed, 10 Jan 2001 01:38:13 -0800
6723              Message-ID: <20010110013813.B41744@yahoo-inc.com>
6724      Branch: perl
6725            ! ext/IO/lib/IO/Socket/INET.pm
6726 ____________________________________________________________________________
6727 [  8396] By: jhi                                   on 2001/01/10  20:49:30
6728         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
6729              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
6730              Date: Wed, 10 Jan 2001 01:37:32 -0800
6731              Message-ID: <20010110013732.A41744@yahoo-inc.com>
6732      Branch: perl
6733            ! ext/Socket/Socket.pm
6734 ____________________________________________________________________________
6735 [  8395] By: jhi                                   on 2001/01/10  20:41:37
6736         Log: Test for bug id 20010105.016 (fixed by #8378).
6737      Branch: perl
6738            ! t/op/split.t
6739 ____________________________________________________________________________
6740 [  8394] By: jhi                                   on 2001/01/10  20:26:32
6741         Log: Integrate perlio.
6742      Branch: perl
6743            ! util.c
6744 ____________________________________________________________________________
6745 [  8393] By: nick                                  on 2001/01/10  19:34:30
6746         Log: Back out Simon's pid hackery for now.
6747      Branch: perlio
6748            ! util.c
6749 ____________________________________________________________________________
6750 [  8392] By: nick                                  on 2001/01/10  19:23:13
6751         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
6752      Branch: perlio
6753           !> (integrate 29 files)
6754 ____________________________________________________________________________
6755 [  8391] By: jhi                                   on 2001/01/10  18:43:15
6756         Log: Subject: [PATCH] Fix my_pclose segfault
6757              From: Simon Cozens <simon@cozens.net>
6758              Date: Wed, 10 Jan 2001 18:39:35 +0000
6759              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
6760      Branch: perl
6761            ! util.c
6762 ____________________________________________________________________________
6763 [  8390] By: jhi                                   on 2001/01/10  18:42:08
6764         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
6765              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6766              Date:     Wed, 10 Jan 2001 13:23:02 EST
6767              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
6768      Branch: perl
6769            ! ext/Opcode/Opcode.xs
6770 ____________________________________________________________________________
6771 [  8389] By: jhi                                   on 2001/01/10  15:16:07
6772         Log: Turn off the integer preservation for now.
6773      Branch: perl
6774            ! perl.h
6775 ____________________________________________________________________________
6776 [  8388] By: jhi                                   on 2001/01/10  15:01:25
6777         Log: Few more IDE/editor nits from p5p.
6778      Branch: perl
6779            ! pod/perlfaq3.pod
6780 ____________________________________________________________________________
6781 [  8387] By: jhi                                   on 2001/01/10  06:53:16
6782         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
6783              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
6784              Date: Tue, 9 Jan 2001 23:16:02 +0000
6785              Message-ID: <20010109231602.A81101@plum.flirble.org>
6786      Branch: perl
6787            ! sv.c
6788 ____________________________________________________________________________
6789 [  8386] By: jhi                                   on 2001/01/10  03:17:54
6790         Log: Test cases for #8385 (from Simon's "torture.pl")
6791      Branch: perl
6792            ! t/op/tr.t
6793 ____________________________________________________________________________
6794 [  8385] By: jhi                                   on 2001/01/10  03:17:11
6795         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
6796              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
6797              Date: Wed, 10 Jan 2001 11:39:39 +0900
6798              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
6799              
6800              Some more UTF-8 tr cases fixed.
6801      Branch: perl
6802            ! doop.c
6803 ____________________________________________________________________________
6804 [  8384] By: jhi                                   on 2001/01/09  22:45:40
6805         Log: Allow the locale test needing POSIX and the taint test
6806              needing IPC::SysV to run under 'minitest' (basically,
6807              bail out if loading the extension fails)
6808      Branch: perl
6809            ! t/op/misc.t t/op/taint.t
6810 ____________________________________________________________________________
6811 [  8383] By: jhi                                   on 2001/01/09  21:36:04
6812         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
6813              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
6814              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
6815              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
6816      Branch: perl
6817            ! t/io/openpid.t
6818 ____________________________________________________________________________
6819 [  8382] By: jhi                                   on 2001/01/09  21:06:08
6820         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
6821              Should finish up the bug id 20001205.022.
6822      Branch: perl
6823            ! pp.c pp_hot.c scope.c
6824 ____________________________________________________________________________
6825 [  8381] By: jhi                                   on 2001/01/09  18:27:43
6826         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
6827              From: Andy Dougherty <doughera@lafayette.edu>
6828              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
6829              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
6830              
6831              More robust yacc/bison error detection.
6832      Branch: perl
6833            ! t/comp/proto.t
6834 ____________________________________________________________________________
6835 [  8380] By: jhi                                   on 2001/01/09  15:21:38
6836         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
6837              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6838              Date:     Tue, 9 Jan 2001 07:53:55 EST
6839              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
6840      Branch: perl
6841            ! t/op/misc.t vms/test.com
6842 ____________________________________________________________________________
6843 [  8379] By: jhi                                   on 2001/01/09  15:20:38
6844         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
6845              From: jhi@cc.hut.fi
6846              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
6847              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
6848              
6849              The #8378 fixed this.
6850      Branch: perl
6851            ! t/op/tr.t
6852 ____________________________________________________________________________
6853 [  8378] By: jhi                                   on 2001/01/09  15:05:32
6854         Log: Subject: One more patch for UTF8 
6855              From: Inaba Hiroto <inaba@st.rim.or.jp>
6856              Date: Tue, 09 Jan 2001 01:04:32 +0900
6857              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
6858              
6859              UTF-8 fixes for 'x' and tr///.
6860      Branch: perl
6861            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
6862            ! regcomp.c regexec.c toke.c utf8.c
6863 ____________________________________________________________________________
6864 [  8377] By: jhi                                   on 2001/01/09  14:32:17
6865         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
6866      Branch: perl
6867            ! t/op/length.t
6868 ____________________________________________________________________________
6869 [  8376] By: jhi                                   on 2001/01/09  04:32:32
6870         Log: integrate changes #7775, #8316, #8316 from mainline
6871      Branch: maint-5.6/perl
6872            ! hints/solaris_2.sh
6873 ____________________________________________________________________________
6874 [  8375] By: jhi                                   on 2001/01/09  04:26:43
6875         Log: Update Changes.
6876      Branch: perl
6877            ! Changes patchlevel.h
6878 ____________________________________________________________________________
6879 [  8374] By: jhi                                   on 2001/01/09  04:14:32
6880         Log: IDE/editor section tweaking.
6881      Branch: perl
6882            ! pod/perlfaq3.pod
6883 ____________________________________________________________________________
6884 [  8373] By: jhi                                   on 2001/01/09  02:38:26
6885         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
6886              From: Peter Prymmer <pvhp@forte.com>
6887              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
6888              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
6889              
6890              In preparation os OS/390 dynamic loading.
6891      Branch: perl
6892            ! README.os390 hints/os390.sh
6893 ____________________________________________________________________________
6894 [  8372] By: jhi                                   on 2001/01/09  00:24:30
6895         Log: Integrate with perlio.
6896      Branch: perl
6897           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
6898 ____________________________________________________________________________
6899 [  8371] By: nick                                  on 2001/01/08  23:54:33
6900         Log: Fix "scalars leaked" bugs caused by overload magic
6901              (Highlighted by Ilya's DESTROY optimization.)
6902      Branch: perlio
6903            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
6904 ____________________________________________________________________________
6905 [  8370] By: nick                                  on 2001/01/08  20:19:41
6906         Log: Integrate mainline
6907      Branch: perlio
6908           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
6909           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
6910           !> t/op/64bitint.t
6911 ____________________________________________________________________________
6912 [  8369] By: jhi                                   on 2001/01/08  17:30:52
6913         Log: save_delete() Safefree() doesn't (anymore?) work with shared
6914              strings, one test failure in op/misc and almost all of lib/b.
6915              (Outcomments #8369.)
6916      Branch: perl
6917            ! scope.c
6918 ____________________________________________________________________________
6919 [  8368] By: jhi                                   on 2001/01/08  14:47:10
6920         Log: (Outcommented by #8369.)
6921              
6922              Subject: Re: Perl BugID 20001205.022 ---- save_delete
6923              From: Simon Cozens <simon@cozens.net>
6924              Date: Sat, 6 Jan 2001 11:48:40 +0000
6925              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
6926              
6927              The save_delete() does need the Safefree.
6928      Branch: perl
6929            ! scope.c
6930 ____________________________________________________________________________
6931 [  8367] By: bailey                                on 2001/01/08  08:53:52
6932         Log: Once again syncing after too long an absence
6933      Branch: vmsperl
6934           +> (branch 55 files)
6935            - MAINTAIN fix_pl vos/config.def vos/config.h
6936            - vos/config_h.SH_orig
6937           !> (integrate 498 files)
6938 ____________________________________________________________________________
6939 [  8366] By: jhi                                   on 2001/01/08  02:42:59
6940         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
6941              From: nick@ccl4.org
6942              Date: Sun, 7 Jan 2001 21:07:18 +0000
6943              Message-Id: <20010107210717.D1048@plum.flirble.org>
6944      Branch: perl
6945            ! sv.c t/op/64bitint.t
6946 ____________________________________________________________________________
6947 [  8365] By: jhi                                   on 2001/01/08  02:35:16
6948         Log: Subject: [PATCH] environ nit
6949              From: Simon Cozens <simon@cozens.net>
6950              Date: Sun, 7 Jan 2001 17:57:07 +0000
6951              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
6952              
6953              Use environ only if we have it.
6954      Branch: perl
6955            ! mg.c
6956 ____________________________________________________________________________
6957 [  8364] By: jhi                                   on 2001/01/08  02:24:51
6958         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
6959      Branch: perl
6960            ! ext/GDBM_File/GDBM_File.xs
6961 ____________________________________________________________________________
6962 [  8363] By: jhi                                   on 2001/01/08  02:19:24
6963         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
6964              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
6965              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
6966              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
6967      Branch: perl
6968            ! dump.c op.c
6969 ____________________________________________________________________________
6970 [  8362] By: jhi                                   on 2001/01/08  02:17:43
6971         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
6972              From: Doug MacEachern <dougm@covalent.net>
6973              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
6974              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
6975              
6976              Allow AUTOLOAD to be an xsub and allow such xsubs
6977              to avoid use of $AUTOLOAD.
6978      Branch: perl
6979            ! gv.c
6980 ____________________________________________________________________________
6981 [  8361] By: jhi                                   on 2001/01/08  02:16:07
6982         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
6983              From: Radu Greab <radu@netsoft.ro>
6984              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
6985              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
6986              
6987              No need for the potentially unportable $SIG{CHLD}.
6988      Branch: perl
6989            ! t/io/pipe.t
6990 ____________________________________________________________________________
6991 [  8360] By: jhi                                   on 2001/01/08  01:58:23
6992         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
6993      Branch: perl
6994            ! lib/Getopt/Long.pm
6995 ____________________________________________________________________________
6996 [  8359] By: jhi                                   on 2001/01/08  01:55:44
6997         Log: Integrate perlio.
6998      Branch: perl
6999           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
7000           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
7001           !> utf8.c win32/Makefile
7002 ____________________________________________________________________________
7003 [  8358] By: jhi                                   on 2001/01/07  21:16:50
7004         Log: Update the EPOC cross SDK URL.
7005      Branch: perl
7006            ! README.epoc
7007 ____________________________________________________________________________
7008 [  8357] By: jhi                                   on 2001/01/07  21:16:09
7009         Log: Update the EPOC cross SDK URL.
7010      Branch: maint-5.6/perl
7011            ! README.epoc
7012 ____________________________________________________________________________
7013 [  8356] By: nick                                  on 2001/01/06  21:47:52
7014         Log: FILE * in XS code for PerlIO world:
7015              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
7016              - Add FILE * T_STDIO typemap.
7017              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
7018      Branch: perlio
7019            ! lib/ExtUtils/typemap perlio.c perlio.h
7020 ____________________________________________________________________________
7021 [  8355] By: jhi                                   on 2001/01/06  20:27:15
7022         Log: integrate change #8336 from mainline
7023              
7024              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
7025      Branch: maint-5.6/perl
7026            ! hv.c
7027 ____________________________________________________________________________
7028 [  8354] By: jhi                                   on 2001/01/06  20:24:29
7029         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
7030              From: Robin Barker <rmb1@cise.npl.co.uk>
7031              Date: Fri, 22 Dec 2000 12:17:38 GMT
7032              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
7033              
7034              The patch reformats some long =item lines so they give
7035              correct output via pod2man | nroff -man
7036              
7037              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
7038              From: Robin Barker <rmb1@cise.npl.co.uk>
7039              Date: Tue, 2 Jan 2001 15:35:03 GMT
7040              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
7041              
7042              Here is a _further_ patch which corrects a few more errors:
7043              * an empty C<=item> in CPAN.pm
7044              * patching the wrong file (pod/perlamiga.pod not README.amiga)
7045              * leaving empty C<=item>s which formatted incorrectly
7046              * over long C<=item>s revealed by latest patch to Pod::Man
7047      Branch: maint-5.6/perl
7048            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
7049            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
7050            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
7051            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
7052            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
7053            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
7054 ____________________________________________________________________________
7055 [  8353] By: jhi                                   on 2001/01/06  20:21:10
7056         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
7057              
7058              UTF-8 hash keys.
7059      Branch: maint-5.6/perl
7060            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
7061 ____________________________________________________________________________
7062 [  8352] By: jhi                                   on 2001/01/06  20:18:44
7063         Log: Forgotten from #8438.
7064      Branch: maint-5.6/perl
7065            ! epoc/epocish.h
7066 ____________________________________________________________________________
7067 [  8351] By: jhi                                   on 2001/01/06  20:18:12
7068         Log: Forgotten from #8347.
7069      Branch: maint-5.6/perl
7070            ! config_h.SH
7071 ____________________________________________________________________________
7072 [  8350] By: jhi                                   on 2001/01/06  20:00:19
7073         Log: Thinko in #8347.
7074      Branch: maint-5.6/perl
7075            ! regcomp.c
7076 ____________________________________________________________________________
7077 [  8349] By: jhi                                   on 2001/01/06  18:05:30
7078         Log: Copy the FAQ3 IDE section from the development branch,
7079              changes originally by Peter Prymmer.
7080      Branch: maint-5.6/perl
7081            ! pod/perlfaq3.pod
7082 ____________________________________________________________________________
7083 [  8348] By: jhi                                   on 2001/01/06  18:03:02
7084         Log: EPOC updates for TRIAL1.
7085              
7086              Subject: [5.6.1 trial1] EPOC update
7087              From: Olaf Flebbe <O.Flebbe@science-computing.de>
7088              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
7089              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
7090              
7091              Subject: epoc patch2 for perl-5.6.1-trial1
7092              From: Olaf Flebbe <O.Flebbe@science-computing.de>
7093              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
7094              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
7095      Branch: maint-5.6/perl
7096            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
7097            ! epoc/epocish.c
7098 ____________________________________________________________________________
7099 [  8347] By: jhi                                   on 2001/01/06  17:29:10
7100         Log: integrate changes #7710,7824,7973 from mainline,
7101              plus VMS nits from Peter Prymmer and Dan Sugalski.
7102              
7103              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
7104              library (getprotobyname and getprotobynumber are outversioned by
7105              the same calls in libc, at least for xlc version 3.
7106              
7107              Add HAS_SBRK_PROTO.
7108              
7109              Fixes for signedness warnings noticed by VMSperlers.
7110      Branch: maint-5.6/perl
7111            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7112            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
7113            ! sv.c vms/descrip_mms.template vos/config.alpha.def
7114            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
7115            ! win32/config.bc win32/config.gc win32/config.vc
7116 ____________________________________________________________________________
7117 [  8346] By: nick                                  on 2001/01/06  14:36:01
7118         Log: Fixup accumulated integrate muddles (perlio == devperl again)
7119      Branch: perlio
7120            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
7121 ____________________________________________________________________________
7122 [  8345] By: nick                                  on 2001/01/06  14:24:58
7123         Log: Integrate mainline
7124      Branch: perlio
7125           !> (integrate 55 files)
7126 ____________________________________________________________________________
7127 [  8344] By: jhi                                   on 2001/01/06  02:24:02
7128         Log: Subject: [patch] PerlIO_cleanup() prototype
7129              From: Doug MacEachern <dougm@covalent.net>
7130              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
7131              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
7132      Branch: perl
7133            ! perlio.h
7134 ____________________________________________________________________________
7135 [  8343] By: jhi                                   on 2001/01/06  01:04:09
7136         Log: IRIX compiler noticed that the bof initialization might be
7137              bypassed by control flow.
7138      Branch: perl
7139            ! toke.c
7140 ____________________________________________________________________________
7141 [  8342] By: jhi                                   on 2001/01/06  00:10:48
7142         Log: Update Changes.
7143      Branch: perl
7144            ! Changes patchlevel.h
7145 ____________________________________________________________________________
7146 [  8341] By: jhi                                   on 2001/01/05  23:52:33
7147         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
7148      Branch: perl
7149            ! toke.c
7150 ____________________________________________________________________________
7151 [  8340] By: jhi                                   on 2001/01/05  22:44:08
7152         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
7153              From: Radu Greab <radu@netsoft.ro>
7154              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
7155              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
7156      Branch: perl
7157            ! t/io/pipe.t util.c
7158 ____________________________________________________________________________
7159 [  8339] By: jhi                                   on 2001/01/05  22:35:17
7160         Log: Subject: [PATCH] format and rewording in perlfaq.pod
7161              From: Robin Barker <rmb1@cise.npl.co.uk>
7162              Date: Fri, 5 Jan 2001 18:51:20 GMT
7163              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
7164      Branch: perl
7165            ! pod/perlfaq.pod
7166 ____________________________________________________________________________
7167 [  8338] By: jhi                                   on 2001/01/05  22:31:17
7168         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
7169              From: Peter Prymmer <pvhp@forte.com>
7170              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
7171              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
7172      Branch: perl
7173            ! utils/perlbug.PL
7174 ____________________________________________________________________________
7175 [  8337] By: jhi                                   on 2001/01/05  18:15:11
7176         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
7177              From: Robin Barker <rmb1@cise.npl.co.uk>
7178              Date: Tue, 2 Jan 2001 15:24:07 GMT
7179              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
7180              
7181              If you call configure as C<./Configure> or C<sh ./Configure>,
7182              $src is set to the absolute path name, not '.'.
7183              
7184              This, in turn, means -Dmksymlink tries to do its stuff because
7185              it does not think it is in the src directory.
7186              
7187              (plus a metaconfig nitfix)
7188      Branch: metaconfig
7189            ! U/compline/ccflags.U U/modified/src.U
7190      Branch: perl
7191            ! Configure config_h.SH
7192 ____________________________________________________________________________
7193 [  8336] By: jhi                                   on 2001/01/05  17:48:32
7194         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
7195              From: Alan Burlison <Alan.Burlison@uk.sun.com>
7196              Message-ID: <3A5606C4.473D2226@uk.sun.com>
7197              Date: Fri, 05 Jan 2001 17:39:16 +0000
7198      Branch: perl
7199            ! hv.c
7200 ____________________________________________________________________________
7201 [  8335] By: jhi                                   on 2001/01/05  16:05:44
7202         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
7203      Branch: perl
7204            ! lib/Getopt/Long.pm
7205 ____________________________________________________________________________
7206 [  8334] By: jhi                                   on 2001/01/05  16:00:51
7207         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
7208              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
7209              Date: Fri, 05 Jan 2001 13:46:51 +0100
7210              Message-ID: <13693.978698811@nice.ram.loc>
7211              
7212              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
7213              accurate reading of the "atime".  
7214      Branch: perl
7215            ! t/io/fs.t
7216 ____________________________________________________________________________
7217 [  8333] By: jhi                                   on 2001/01/05  15:57:37
7218         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
7219              From: Simon Cozens <simon@cozens.net>
7220              Date: Fri, 8 Dec 2000 13:33:31 +0000
7221              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
7222              
7223              A lost patch fragment.
7224      Branch: perl
7225            ! doop.c
7226 ____________________________________________________________________________
7227 [  8332] By: jhi                                   on 2001/01/05  15:40:42
7228         Log: Do away with strncpy() and a fixed length buffer.
7229      Branch: perl
7230            ! utf8.c
7231 ____________________________________________________________________________
7232 [  8331] By: jhi                                   on 2001/01/05  15:03:07
7233         Log: Tests for #8329 and #8330.
7234      Branch: perl
7235            ! t/op/bop.t
7236 ____________________________________________________________________________
7237 [  8330] By: jhi                                   on 2001/01/05  15:02:38
7238         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
7239              raw 8-bit form to the UTF-8 string.
7240      Branch: perl
7241            ! toke.c
7242 ____________________________________________________________________________
7243 [  8329] By: jhi                                   on 2001/01/05  14:55:13
7244         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
7245              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
7246              Date: Fri, 5 Jan 2001 12:28:52 +0100
7247              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
7248              
7249              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
7250              no effect.  (changed the strncpy() to Copy())
7251      Branch: perl
7252            ! toke.c
7253 ____________________________________________________________________________
7254 [  8328] By: jhi                                   on 2001/01/05  06:44:27
7255         Log: UTF-8 cleanup.
7256      Branch: perl
7257            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
7258            ! regexec.c sv.c toke.c
7259 ____________________________________________________________________________
7260 [  8327] By: jhi                                   on 2001/01/05  01:11:29
7261         Log: Subject: [PATCH perl@8268] Test::Harness doesn't use IO (was Re: [PATCH 5.7.0] Re: Tests depending on extensions,    and `make minitest')
7262              From: Radu Greab <radu@netsoft.ro>
7263              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
7264              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
7265              
7266              Cleans up Harness to not use FileHandle, which uses IO.
7267      Branch: perl
7268            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
7269 ____________________________________________________________________________
7270 [  8326] By: jhi                                   on 2001/01/05  00:56:37
7271         Log: Update Changes.
7272      Branch: perl
7273            ! Changes patchlevel.h
7274 ____________________________________________________________________________
7275 [  8325] By: jhi                                   on 2001/01/05  00:53:18
7276         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
7277              From: Peter Prymmer <pvhp@forte.com>
7278              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
7279              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
7280              
7281              plus a couple more tailing whitespace removals.
7282      Branch: perl
7283            ! win32/Makefile
7284 ____________________________________________________________________________
7285 [  8324] By: jhi                                   on 2001/01/05  00:47:39
7286         Log: Add some Unicode chop() tests.
7287      Branch: perl
7288            ! t/op/chop.t
7289 ____________________________________________________________________________
7290 [  8323] By: jhi                                   on 2001/01/05  00:47:23
7291         Log: Unify UTF-8 malformedness handling.
7292      Branch: perl
7293            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
7294 ____________________________________________________________________________
7295 [  8322] By: jhi                                   on 2001/01/04  22:21:54
7296         Log: The new $issymlink was unknown to Mksymlinks.
7297      Branch: metaconfig/U/perl
7298            ! Mksymlinks.U issymlink.U
7299      Branch: perl
7300            ! Configure config_h.SH
7301 ____________________________________________________________________________
7302 [  8321] By: jhi                                   on 2001/01/04  21:51:05
7303         Log: The test didn't work under the core test framework.
7304      Branch: perl
7305            ! t/lib/st-lock.t
7306 ____________________________________________________________________________
7307 [  8320] By: jhi                                   on 2001/01/04  21:14:22
7308         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
7309      Branch: perl
7310            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
7311 ____________________________________________________________________________
7312 [  8319] By: jhi                                   on 2001/01/04  20:46:17
7313         Log: Typo in #8312 when manually appying a problematic patch fragment.
7314      Branch: perl
7315            ! ext/Storable/Storable.xs
7316 ____________________________________________________________________________
7317 [  8318] By: jhi                                   on 2001/01/04  20:43:01
7318         Log: The $sh_c didn't fly.
7319      Branch: metaconfig
7320            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
7321            ! U/modified/Loc.U U/modified/myhostname.U
7322            ! U/modified/spitshell.U
7323      Branch: metaconfig/U/perl
7324            ! issymlink.U
7325      Branch: perl
7326            ! Configure config_h.SH
7327 ____________________________________________________________________________
7328 [  8317] By: jhi                                   on 2001/01/04  19:58:01
7329         Log: AIX builtin test -h is broken, changes based on
7330              
7331              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
7332              Date: Tue, 02 Jan 2001 11:24:39 +0100
7333              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7334              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
7335      Branch: metaconfig
7336            + U/modified/spitshell.U
7337            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
7338            ! U/modified/Loc.U U/modified/myhostname.U
7339      Branch: metaconfig/U/perl
7340            ! Mksymlinks.U issymlink.U
7341      Branch: perl
7342            ! Configure
7343 ____________________________________________________________________________
7344 [  8316] By: jhi                                   on 2001/01/04  19:02:22
7345         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
7346              From: Andy Dougherty <doughera@lafayette.edu>
7347              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
7348              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
7349              
7350              Beware of GNU ld.
7351      Branch: perl
7352            ! hints/solaris_2.sh
7353 ____________________________________________________________________________
7354 [  8315] By: jhi                                   on 2001/01/04  18:56:48
7355         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
7356              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
7357              Date: Wed, 3 Jan 2001 07:58:51 +0100
7358              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
7359      Branch: perl
7360            ! hints/solaris_2.sh
7361 ____________________________________________________________________________
7362 [  8314] By: jhi                                   on 2001/01/04  18:54:07
7363         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
7364              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
7365              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
7366              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
7367              
7368              Doc tweak on #8313.
7369      Branch: perl
7370            ! ext/B/B/Deparse.pm
7371 ____________________________________________________________________________
7372 [  8313] By: jhi                                   on 2001/01/04  18:52:27
7373         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
7374              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
7375              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
7376              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
7377              
7378              Make the peephole optimizer to bypass more null ops and
7379              and rewrite the deparse handling of continue blocks.
7380      Branch: perl
7381            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
7382 ____________________________________________________________________________
7383 [  8312] By: jhi                                   on 2001/01/04  18:47:39
7384         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
7385      Branch: perl
7386            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
7387            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
7388            ! t/lib/st-lock.t
7389 ____________________________________________________________________________
7390 [  8311] By: jhi                                   on 2001/01/04  18:36:08
7391         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
7392              filter to be run on each .pm during the pm_to_blib() phase,
7393              a fixed version of
7394              
7395              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
7396              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
7397              Date: Wed, 03 Jan 2001 22:01:30 +0100
7398              Message-ID: <5296.978555690@nice.ram.loc>
7399      Branch: perl
7400            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
7401            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
7402            ! lib/ExtUtils/MakeMaker.pm
7403 ____________________________________________________________________________
7404 [  8310] By: jhi                                   on 2001/01/04  18:32:54
7405         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
7406              From: Robin Barker <rmb1@cise.npl.co.uk>
7407              Date: Tue, 2 Jan 2001 15:35:03 GMT
7408              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
7409      Branch: perl
7410            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
7411            ! pod/perlrequick.pod
7412 ____________________________________________________________________________
7413 [  8309] By: jhi                                   on 2001/01/04  18:29:07
7414         Log: Subject: Re: [patch] static-ize XS()
7415              From: Doug MacEachern <dougm@covalent.net>
7416              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
7417              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
7418              
7419              Provide prototypes for the XS functions.
7420      Branch: perl
7421            ! lib/ExtUtils/xsubpp
7422 ____________________________________________________________________________
7423 [  8308] By: jhi                                   on 2001/01/04  18:27:44
7424         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
7425              From: Doug MacEachern <dougm@covalent.net>
7426              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
7427              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
7428      Branch: perl
7429            ! lib/ExtUtils/typemap
7430 ____________________________________________________________________________
7431 [  8307] By: jhi                                   on 2001/01/04  18:25:25
7432         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
7433              From: Doug MacEachern <dougm@covalent.net>
7434              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
7435              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
7436              
7437              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
7438      Branch: perl
7439            ! lib/ExtUtils/MM_Unix.pm
7440 ____________________________________________________________________________
7441 [  8306] By: jhi                                   on 2001/01/04  18:23:00
7442         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
7443              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
7444              Date: Thu, 4 Jan 2001 12:47:10 +0100 
7445              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
7446              
7447              The toke.c part only, patching embed.h and proto.h is futile.
7448      Branch: perl
7449            ! toke.c
7450 ____________________________________________________________________________
7451 [  8305] By: jhi                                   on 2001/01/04  18:05:51
7452         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
7453              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
7454              Date: Thu, 4 Jan 2001 17:50:12 +0100 
7455              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
7456      Branch: perl
7457            ! toke.c
7458 ____________________________________________________________________________
7459 [  8304] By: jhi                                   on 2001/01/04  18:03:26
7460         Log: Subject: [PATCH perl@8269]
7461              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
7462              Date: Thu, 4 Jan 2001 12:53:39 +0100 
7463              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
7464              
7465              If running byacc write-enable also perly.h.
7466      Branch: perl
7467            ! Makefile.SH
7468 ____________________________________________________________________________
7469 [  8303] By: jhi                                   on 2001/01/04  15:40:49
7470         Log: Rewrite pp_concat() in terms of sv_catsv().
7471      Branch: perl
7472            ! pp_hot.c
7473 ____________________________________________________________________________
7474 [  8302] By: nick                                  on 2001/01/03  22:43:22
7475         Log: Integrate mainline.
7476      Branch: perlio
7477           !> ext/Encode/Encode.xs sv.c utf8.c
7478 ____________________________________________________________________________
7479 [  8301] By: jhi                                   on 2001/01/02  23:40:26
7480         Log: Variable naming tweak.
7481      Branch: perl
7482            ! sv.c
7483 ____________________________________________________________________________
7484 [  8300] By: jhi                                   on 2001/01/02  23:40:02
7485         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
7486              in is_utf8_string().
7487      Branch: perl
7488            ! utf8.c
7489 ____________________________________________________________________________
7490 [  8299] By: jhi                                   on 2001/01/02  22:14:40
7491         Log: Integrate perlio.
7492      Branch: perl
7493           !> pp.c pp_hot.c win32/Makefile
7494 ____________________________________________________________________________
7495 [  8298] By: nick                                  on 2001/01/02  22:03:06
7496         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
7497      Branch: perlio
7498            ! pp.c pp_hot.c
7499 ____________________________________________________________________________
7500 [  8297] By: jhi                                   on 2001/01/02  04:26:28
7501         Log: Signedness nit.
7502      Branch: perl
7503            ! ext/Encode/Encode.xs
7504 ____________________________________________________________________________
7505 [  8296] By: nick                                  on 2001/01/01  23:49:36
7506         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
7507      Branch: perlio
7508            ! win32/Makefile
7509 ____________________________________________________________________________
7510 [  8295] By: jhi                                   on 2001/01/01  23:05:48
7511         Log: Integrate perlio.
7512      Branch: perl
7513           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
7514           !> t/lib/encode.t
7515 ____________________________________________________________________________
7516 [  8294] By: nick                                  on 2001/01/01  22:48:34
7517         Log: Integrate mainline
7518      Branch: perlio
7519            ! pp_hot.c t/lib/encode.t
7520           !> (integrate 65 files)
7521 ____________________________________________________________________________
7522 [  8293] By: nick                                  on 2001/01/01  21:58:50
7523         Log: More rigor in UTF-8-ness of Encode's toUnicode
7524              XS export some of the utf8 internal functions.
7525              Test some of the functions.
7526              Fix pp_concat() bug shown by said tests.
7527      Branch: perlio
7528            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
7529            ! t/lib/encode.t
7530 ____________________________________________________________________________
7531 [  8292] By: jhi                                   on 2001/01/01  18:11:44
7532         Log: Integrate perlio.
7533      Branch: perl
7534           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
7535           !> ext/Encode/encengine.c ext/Encode/encode.h
7536 ____________________________________________________________________________
7537 [  8291] By: jhi                                   on 2001/01/01  18:10:58
7538         Log: Podify README.mpeix (a new version from the web),
7539              add a dummy NAME to Carp::Heavy, regen toc.
7540      Branch: perl
7541            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
7542            ! pod/perltoc.pod
7543 ____________________________________________________________________________
7544 [  8290] By: nick                                  on 2001/01/01  17:43:47
7545         Log: Loose the "Loading..." warning.
7546              Another bug in fallback support
7547      Branch: perlio
7548            ! ext/Encode/Encode.pm ext/Encode/encengine.c
7549 ____________________________________________________________________________
7550 [  8289] By: jhi                                   on 2001/01/01  00:01:57
7551         Log: Bump up Larry's copyright.
7552      Branch: perl
7553            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
7554            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
7555            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
7556            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
7557            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
7558            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
7559            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
7560            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
7561 ____________________________________________________________________________
7562 [  8288] By: nick                                  on 2000/12/31  21:27:53
7563         Log: Fix .ucm reading - forgot a chr()
7564              Start of .ucm write (for .enc to .ucm)
7565      Branch: perlio
7566            ! ext/Encode/compile
7567 ____________________________________________________________________________
7568 [  8287] By: jhi                                   on 2000/12/31  18:15:56
7569         Log: Comment away a diagnostic message as noted by Craig A. Berry
7570              (the unexpected message was confusing testing)
7571      Branch: perl
7572            ! ext/Encode/Encode.pm
7573 ____________________________________________________________________________
7574 [  8286] By: jhi                                   on 2000/12/31  18:14:51
7575         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
7576              Date: Sun, 31 Dec 2000 11:17:37 -0600
7577              From: "Craig A. Berry" <craigberry@mac.com>
7578              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
7579      Branch: perl
7580            ! ext/Encode/Makefile.PL
7581 ____________________________________________________________________________
7582 [  8285] By: nick                                  on 2000/12/31  18:11:54
7583         Log: Start of support of ICU-style .ucm files:
7584              - teach compile how to read a .ucm file
7585              - first guess at how to represent fallbacks in "tries".
7586              - use fallbacks if check == 0
7587              - new return code to indicate we used one.
7588      Branch: perlio
7589            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
7590            ! ext/Encode/encengine.c ext/Encode/encode.h
7591 ____________________________________________________________________________
7592 [  8284] By: jhi                                   on 2000/12/31  18:04:41
7593         Log: Pacify picky VMS compiler.
7594              
7595              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
7596              From: "Craig A. Berry" <craig.berry@psinetcs.com>
7597              Date: Sat, 30 Dec 2000 18:10:02 -0600
7598              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
7599      Branch: perl
7600            ! sv.c
7601 ____________________________________________________________________________
7602 [  8283] By: jhi                                   on 2000/12/31  16:11:47
7603         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
7604      Branch: perl
7605            ! t/lib/glob-basic.t
7606 ____________________________________________________________________________
7607 [  8282] By: jhi                                   on 2000/12/31  15:26:11
7608         Log: Integrate perlio.
7609      Branch: perl
7610           !> makedef.pl opcode.pl os2/os2.c perlio.c
7611 ____________________________________________________________________________
7612 [  8281] By: nick                                  on 2000/12/31  10:06:15
7613         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
7614              is available to be exported
7615      Branch: perlio
7616            ! makedef.pl perlio.c
7617 ____________________________________________________________________________
7618 [  8280] By: nick                                  on 2000/12/31  09:41:26
7619         Log: Ilya's OS2 patch (testing for damage on Win32)
7620      Branch: perlio
7621            ! makedef.pl opcode.pl os2/os2.c
7622 ____________________________________________________________________________
7623 [  8279] By: jhi                                   on 2000/12/30  21:52:07
7624         Log: Test nits.
7625      Branch: perl
7626            ! t/lib/syslfs.t t/op/lfs.t
7627 ____________________________________________________________________________
7628 [  8278] By: jhi                                   on 2000/12/30  21:47:49
7629         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
7630              From: andreas.koenig@anima.de (Andreas J. Koenig)
7631              Date: 30 Dec 2000 22:35:37 +0100
7632              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
7633              
7634              The 32-bit wraparound test wasn't quite right.
7635      Branch: perl
7636            ! t/lib/syslfs.t t/op/lfs.t
7637 ____________________________________________________________________________
7638 [  8277] By: jhi                                   on 2000/12/30  21:33:44
7639         Log: Subject: [PATCH] open() example in perlfunc.pod 
7640              From: Karsten Sperling <s_sperli@ira.uka.de>
7641              Date: Sat, 30 Dec 2000 22:27:09 +0100
7642              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
7643      Branch: perl
7644            ! pod/perlfunc.pod
7645 ____________________________________________________________________________
7646 [  8276] By: jhi                                   on 2000/12/30  20:32:40
7647         Log: Not quite that many tests yet.
7648      Branch: perl
7649            ! t/op/pat.t
7650 ____________________________________________________________________________
7651 [  8275] By: jhi                                   on 2000/12/30  20:26:58
7652         Log: Integrate perlio.
7653      Branch: perl
7654           !> toke.c
7655 ____________________________________________________________________________
7656 [  8274] By: jhi                                   on 2000/12/30  20:24:56
7657         Log: Signedness nit.
7658      Branch: perl
7659            ! utf8.c
7660 ____________________________________________________________________________
7661 [  8273] By: jhi                                   on 2000/12/30  20:15:46
7662         Log: Add a test case for 20000731.001 which was fixed by the #8267.
7663      Branch: perl
7664            ! t/op/pat.t
7665 ____________________________________________________________________________
7666 [  8272] By: nick                                  on 2000/12/30  19:47:51
7667         Log: Tweak for MULTIPLICITY/USE_PERLIO
7668      Branch: perlio
7669            ! toke.c
7670 ____________________________________________________________________________
7671 [  8271] By: nick                                  on 2000/12/30  19:46:45
7672         Log: Integrate mainline
7673      Branch: perlio
7674           +> lib/unicode/distinct.pm
7675           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
7676           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
7677           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
7678 ____________________________________________________________________________
7679 [  8270] By: jhi                                   on 2000/12/30  19:39:50
7680         Log: Subject: RE: perl@8269
7681              From: "Richard Soderberg" <rs@crystalflame.net>
7682              Date: Sat, 30 Dec 2000 11:36:27 -0800
7683              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
7684              
7685              A missing aTHX_.
7686      Branch: perl
7687            ! toke.c
7688 ____________________________________________________________________________
7689 [  8269] By: jhi                                   on 2000/12/30  18:55:48
7690         Log: Update Changes.
7691      Branch: perl
7692            ! Changes patchlevel.h
7693 ____________________________________________________________________________
7694 [  8268] By: jhi                                   on 2000/12/30  17:18:40
7695         Log: Add a test for Unicode split //.  The #8267 was the cure.
7696      Branch: perl
7697            ! t/op/split.t
7698 ____________________________________________________________________________
7699 [  8267] By: jhi                                   on 2000/12/30  17:14:19
7700         Log: Subject: more UTF8 test suites and an UTF8 patch
7701              From: Inaba Hiroto <inaba@st.rim.or.jp>
7702              Date: Sat, 30 Dec 2000 14:27:10 +0900
7703              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
7704              
7705              Just the patch part for now, and the pragma renamed
7706              as unicode::distinct.
7707      Branch: perl
7708            + lib/unicode/distinct.pm
7709            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
7710            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
7711            ! regcomp.h regexec.c sv.c toke.c utf8.c
7712 ____________________________________________________________________________
7713 [  8266] By: nick                                  on 2000/12/30  16:40:49
7714         Log: Integrate mainline
7715      Branch: perlio
7716           +> lib/Pod/Text/Overstrike.pm
7717           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
7718           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
7719           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
7720           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
7721           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
7722 ____________________________________________________________________________
7723 [  8265] By: jhi                                   on 2000/12/30  07:28:55
7724         Log: The sv_catsv() fix, take two.
7725      Branch: perl
7726            ! sv.c t/op/join.t
7727 ____________________________________________________________________________
7728 [  8264] By: jhi                                   on 2000/12/30  06:19:18
7729         Log: Undo all the join-related changes since #8248: relevant
7730              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
7731              The new sv_catsv() doesn't fly so it must go back to
7732              the drawing board.
7733      Branch: perl
7734            ! sv.c t/op/join.t t/pragma/utf8.t
7735 ____________________________________________________________________________
7736 [  8263] By: jhi                                   on 2000/12/30  01:08:32
7737         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
7738      Branch: perl
7739            ! sv.c
7740 ____________________________________________________________________________
7741 [  8262] By: jhi                                   on 2000/12/30  00:45:14
7742         Log: Retract #8261.
7743      Branch: perl
7744            ! hv.c util.c
7745 ____________________________________________________________________________
7746 [  8261] By: jhi                                   on 2000/12/30  00:38:32
7747         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
7748      Branch: perl
7749            ! hv.c util.c
7750 ____________________________________________________________________________
7751 [  8260] By: jhi                                   on 2000/12/29  22:51:33
7752         Log: (Retracted by #8264)  More fixing for #8251.
7753      Branch: perl
7754            ! sv.c
7755 ____________________________________________________________________________
7756 [  8259] By: jhi                                   on 2000/12/29  18:27:30
7757         Log: Subject: podlators 1.06 released
7758              From: Russ Allbery <rra@stanford.edu>
7759              Date: 25 Dec 2000 05:09:30 -0800
7760              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
7761      Branch: perl
7762            + lib/Pod/Text/Overstrike.pm
7763            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
7764            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
7765 ____________________________________________________________________________
7766 [  8258] By: jhi                                   on 2000/12/29  18:20:45
7767         Log: Make the large file tests more robust/talkative as suggested by
7768              
7769              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
7770              From: andreas.koenig@anima.de (Andreas J. Koenig)
7771              Date: 29 Dec 2000 14:23:01 +0100
7772              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
7773      Branch: perl
7774            ! t/lib/syslfs.t t/op/lfs.t
7775 ____________________________________________________________________________
7776 [  8257] By: jhi                                   on 2000/12/29  17:48:04
7777         Log: Further VMS piping fixes from Charles Lane:
7778              
7779              In summary, error messages produced when a subprocess terminated
7780              abnormally were being sent not just to the parent process, but to
7781              grandparents, because of default values for error output that were
7782              not completely overridden when the subprocess was started.
7783              
7784              This patch fixes this behavior by defining user-mode (i.e., temporary
7785              for the duration of the program) logical names for SYS$OUTPUT and
7786              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
7787              changes to make it so that the user-mode logicals are the ones that
7788              control where Perl's error messages go if it terminates abnormally.
7789              
7790              I also added some gratuitous fixes to the indentation of braces in
7791              the piping code.  It just looked ugly, before.
7792      Branch: perl
7793            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
7794 ____________________________________________________________________________
7795 [  8256] By: jhi                                   on 2000/12/29  17:45:12
7796         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
7797              From: "Casey R. Tweten" <crt@kiski.net>
7798              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
7799              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
7800              
7801              Tests for for #8240.
7802      Branch: perl
7803            ! t/pragma/constant.t
7804 ____________________________________________________________________________
7805 [  8255] By: jhi                                   on 2000/12/29  17:43:07
7806         Log: Subject: Re: [PATCH] Interesting syntax idea
7807              From: Simon Cozens <simon@cozens.net>
7808              Date: Fri, 29 Dec 2000 14:34:04 +0000
7809              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
7810              
7811              Tests for #8254.
7812      Branch: perl
7813            ! t/pragma/sub_lval.t
7814 ____________________________________________________________________________
7815 [  8254] By: jhi                                   on 2000/12/29  17:42:11
7816         Log: Subject: [PATCH] Interesting syntax idea
7817              From: Simon Cozens <simon@cozens.net>
7818              Date: Wed, 27 Dec 2000 05:08:57 +0000
7819              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
7820              
7821              Make opens + bareword assigns do typeglob assigns.
7822      Branch: perl
7823            ! op.c
7824 ____________________________________________________________________________
7825 [  8253] By: jhi                                   on 2000/12/29  17:36:45
7826         Log: Output the (apparent) version of gcc, as suggested by
7827              
7828              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
7829              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
7830              Date: 26 Dec 2000 04:29:17 -0500
7831              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
7832              
7833              (The patch as such didn't any more apply as the misparsing had
7834              already been addressed in #6474.)  Also change the wording about
7835              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
7836      Branch: perl
7837            ! hints/dec_osf.sh
7838 ____________________________________________________________________________
7839 [  8252] By: nick                                  on 2000/12/29  12:14:31
7840         Log: Integrate mainline
7841      Branch: perlio
7842           !> (integrate 27 files)
7843 ____________________________________________________________________________
7844 [  8251] By: jhi                                   on 2000/12/29  08:45:46
7845         Log: (Retracted by #8264)
7846              
7847              (Fixed by #8260.)
7848              
7849              sv_catsv() needs one more byte space than seems reasonable.
7850              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
7851              Curiouser and curiouser.
7852      Branch: perl
7853            ! sv.c
7854 ____________________________________________________________________________
7855 [  8250] By: jhi                                   on 2000/12/29  07:57:52
7856         Log: More split // UTF-8 tests.
7857      Branch: perl
7858            ! t/pragma/utf8.t
7859 ____________________________________________________________________________
7860 [  8249] By: jhi                                   on 2000/12/29  07:54:51
7861         Log: (Retracted by #8264)  More join() testing which was good because
7862              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
7863      Branch: perl
7864            ! pp.c t/op/join.t utf8.c utf8.h
7865 ____________________________________________________________________________
7866 [  8248] By: jhi                                   on 2000/12/29  07:08:32
7867         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
7868              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
7869              that the only cases to care about are byte+byte and byte+character.
7870              
7871              TODO: See how well pp_concat() could be implemented in terms
7872              of sv_catsv().
7873      Branch: perl
7874            ! doop.c sv.c t/op/join.t utf8.h
7875 ____________________________________________________________________________
7876 [  8247] By: jhi                                   on 2000/12/29  06:35:23
7877         Log: Signedness nit.
7878      Branch: perl
7879            ! pp_hot.c
7880 ____________________________________________________________________________
7881 [  8246] By: jhi                                   on 2000/12/29  01:23:31
7882         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
7883              From: Lupe Christoph <lupe@lupe-christoph.de>
7884              Date: Thu, 28 Dec 2000 23:00:00 +0100
7885              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
7886              
7887              Suggest rsync --delete --dry-run.
7888      Branch: perl
7889            ! pod/perlhack.pod
7890 ____________________________________________________________________________
7891 [  8245] By: jhi                                   on 2000/12/28  23:57:05
7892         Log: The maxiters upper limit sanity check (guarding against
7893              non-progress) assumed bytes instead of characters in s///
7894              and split().
7895      Branch: perl
7896            ! pp.c pp_hot.c
7897 ____________________________________________________________________________
7898 [  8244] By: jhi                                   on 2000/12/28  23:34:08
7899         Log: Make some panic messages a bit more logical.
7900      Branch: perl
7901            ! doop.c pod/perldiag.pod pp.c pp_hot.c
7902 ____________________________________________________________________________
7903 [  8243] By: jhi                                   on 2000/12/28  22:59:16
7904         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
7905              From: Simon Cozens <simon@cozens.net>
7906              Date: Wed, 27 Dec 2000 02:30:03 +0000
7907              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
7908      Branch: perl
7909            ! pp.c t/pragma/sub_lval.t
7910 ____________________________________________________________________________
7911 [  8242] By: jhi                                   on 2000/12/28  22:56:53
7912         Log: Subject: [PATCH blead] Fix B::Terse indentation
7913              From: Daniel Chetlin <daniel@chetlin.com>
7914              Date: Wed, 27 Dec 2000 06:43:30 -0800
7915              Message-ID: <20001227064329.B9573@darkstar>
7916      Branch: perl
7917            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
7918 ____________________________________________________________________________
7919 [  8241] By: jhi                                   on 2000/12/28  22:48:59
7920         Log: The latter patch from the
7921              
7922              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
7923              From: Peter Prymmer <pvhp@forte.com> 
7924              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
7925              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
7926              
7927              (the former patch from the above should have been
7928              taken care of by Nick I-S)
7929      Branch: perl
7930            ! win32/Makefile
7931 ____________________________________________________________________________
7932 [  8240] By: jhi                                   on 2000/12/28  22:45:22
7933         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
7934              From: "Casey R. Tweten" <crt@kiski.net>
7935              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
7936              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
7937      Branch: perl
7938            ! lib/constant.pm
7939 ____________________________________________________________________________
7940 [  8239] By: jhi                                   on 2000/12/28  22:37:45
7941         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
7942              From: Simon Cozens <simon@cozens.net>
7943              Date: Wed, 27 Dec 2000 14:12:44 +0000
7944              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
7945      Branch: perl
7946            ! t/op/method.t t/op/sort.t toke.c
7947 ____________________________________________________________________________
7948 [  8238] By: jhi                                   on 2000/12/28  22:30:32
7949         Log: Subject: [PATCH perl@8229] Call.pm
7950              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
7951              Date: Mon, 25 Dec 2000 10:47:15 -0000
7952              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
7953      Branch: perl
7954            ! ext/Filter/Util/Call/Call.pm
7955 ____________________________________________________________________________
7956 [  8237] By: jhi                                   on 2000/12/28  22:19:21
7957         Log: Subject: [PATCH blead] Fix problem with `&' prototype
7958              From: Daniel Chetlin <daniel@chetlin.com>
7959              Date: Wed, 27 Dec 2000 15:55:32 -0800
7960              Message-ID: <20001227155532.D9573@darkstar>
7961      Branch: perl
7962            ! op.c t/comp/proto.t
7963 ____________________________________________________________________________
7964 [  8236] By: jhi                                   on 2000/12/28  22:09:25
7965         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
7966              From: Daniel Chetlin <daniel@chetlin.com>
7967              Date: Sun, 24 Dec 2000 04:09:49 -0800
7968              Message-ID: <20001224040949.B3090@darkstar>
7969      Branch: perl
7970            ! gv.c mg.c t/op/attrs.t
7971 ____________________________________________________________________________
7972 [  8235] By: jhi                                   on 2000/12/28  22:07:11
7973         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
7974              From: Jan Dubois <jand@ActiveState.com>
7975              Date: Tue, 26 Dec 2000 20:57:31 -0800
7976              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
7977      Branch: perl
7978            ! win32/win32.c
7979 ____________________________________________________________________________
7980 [  8234] By: jhi                                   on 2000/12/28  21:52:42
7981         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
7982              From: Simon Cozens <simon@cozens.net>
7983              Date: Thu, 28 Dec 2000 20:33:13 +0000
7984              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
7985      Branch: perl
7986            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
7987 ____________________________________________________________________________
7988 [  8233] By: jhi                                   on 2000/12/28  19:40:49
7989         Log: Integrate perlio.
7990      Branch: perl
7991           !> ext/Encode/Makefile.PL ext/Encode/compile
7992 ____________________________________________________________________________
7993 [  8232] By: nick                                  on 2000/12/23  16:06:00
7994         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
7995              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
7996      Branch: perlio
7997            ! ext/Encode/Makefile.PL
7998 ____________________________________________________________________________
7999 [  8231] By: nick                                  on 2000/12/23  14:30:34
8000         Log: "Compiled" encode build cleanup
8001              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
8002              - .c files do not export sub-tables
8003      Branch: perlio
8004            ! ext/Encode/Makefile.PL ext/Encode/compile
8005 ____________________________________________________________________________
8006 [  8230] By: nick                                  on 2000/12/23  12:50:37
8007         Log: Integrate mainline
8008      Branch: perlio
8009           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
8010           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
8011           !> pod/perl5004delta.pod pod/perl5005delta.pod
8012           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
8013           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
8014           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
8015           !> pod/perlsub.pod
8016 ____________________________________________________________________________
8017 [  8229] By: jhi                                   on 2000/12/22  15:32:12
8018         Log: Integrate perlio.
8019      Branch: perl
8020           +> win32/distclean.bat
8021           !> MANIFEST t/io/utf8.t
8022 ____________________________________________________________________________
8023 [  8228] By: jhi                                   on 2000/12/22  15:29:40
8024         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
8025              From: Robin Barker <rmb1@cise.npl.co.uk>
8026              Date: Fri, 22 Dec 2000 12:17:38 GMT
8027              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
8028      Branch: perl
8029            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
8030            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
8031            ! pod/perl5004delta.pod pod/perl5005delta.pod
8032            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
8033            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
8034            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
8035            ! pod/perlsub.pod
8036 ____________________________________________________________________________
8037 [  8227] By: jhi                                   on 2000/12/22  15:24:28
8038         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
8039              From: "John L. Allen" <allen@grumman.com>
8040              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
8041              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
8042              
8043              Document APPLLIB_EXP.
8044      Branch: perl
8045            ! INSTALL
8046 ____________________________________________________________________________
8047 [  8226] By: nick                                  on 2000/12/21  22:11:50
8048         Log: Handy script for when one forgets to "dmake clean" 
8049      Branch: perlio
8050            + win32/distclean.bat
8051            ! MANIFEST
8052 ____________________________________________________________________________
8053 [  8225] By: nick                                  on 2000/12/21  21:54:04
8054         Log: CRLF platform issue with io/utf8 fix.
8055      Branch: perlio
8056            ! t/io/utf8.t
8057 ____________________________________________________________________________
8058 [  8224] By: nick                                  on 2000/12/21  21:02:20
8059         Log: Integrate mainline
8060      Branch: perlio
8061           !> Changes Configure Makefile.SH Porting/Glossary
8062           !> Porting/config.sh Porting/config_H configure.com
8063           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
8064           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
8065           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
8066           !> win32/config.bc win32/config.gc win32/config.vc
8067 ____________________________________________________________________________
8068 [  8223] By: jhi                                   on 2000/12/21  17:09:16
8069         Log: Update Changes.
8070      Branch: perl
8071            ! Changes patchlevel.h
8072 ____________________________________________________________________________
8073 [  8222] By: jhi                                   on 2000/12/21  16:24:01
8074         Log: Metaconfig unit changes for #8221.
8075      Branch: metaconfig/U/perl
8076           +> issymlink.U
8077            - testsyml.U
8078            ! Mksymlinks.U
8079 ____________________________________________________________________________
8080 [  8221] By: jhi                                   on 2000/12/21  16:23:48
8081         Log: Rename testsyml to issymlink.
8082      Branch: perl
8083            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8084            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
8085            ! win32/config.vc
8086 ____________________________________________________________________________
8087 [  8220] By: jhi                                   on 2000/12/21  15:47:26
8088         Log: Robustness support for #8218 (symlink forest) since the GNU
8089              tools seem to be overly picky about symlinkage depths.
8090      Branch: perl
8091            ! Makefile.SH t/io/fs.t
8092 ____________________________________________________________________________
8093 [  8219] By: jhi                                   on 2000/12/21  15:38:27
8094         Log: Metaconfig changes for #8218.
8095      Branch: metaconfig
8096            ! U/modified/Oldconfig.U
8097      Branch: metaconfig/U/perl
8098            + Mksymlinks.U
8099            ! testsyml.U
8100 ____________________________________________________________________________
8101 [  8218] By: jhi                                   on 2000/12/21  15:37:57
8102         Log: Add Configure option -Dmksymlinks which will create a symlink
8103              forest if the current/build differs from the source directory.
8104              TODO: mkdir -p is not portable.
8105      Branch: perl
8106            ! Configure
8107 ____________________________________________________________________________
8108 [  8217] By: jhi                                   on 2000/12/21  14:39:12
8109         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
8110              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
8111              Date: Thu, 21 Dec 2000 09:38:18 GMT
8112              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
8113              
8114              The ofs became an SV.
8115      Branch: perl
8116            ! ext/Thread/Thread.xs
8117 ____________________________________________________________________________
8118 [  8216] By: jhi                                   on 2000/12/21  05:40:21
8119         Log: The polymorphism seems to have fixed 20000517.001.
8120      Branch: perl
8121            ! t/pragma/utf8.t
8122 ____________________________________________________________________________
8123 [  8215] By: jhi                                   on 2000/12/21  04:44:52
8124         Log: read() documentation tweak for 20001121.004.
8125      Branch: perl
8126            ! pod/perlfunc.pod
8127 ____________________________________________________________________________
8128 [  8214] By: jhi                                   on 2000/12/21  03:54:11
8129         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
8130      Branch: perl
8131            ! pp_sys.c t/op/misc.t
8132 ____________________________________________________________________________
8133 [  8213] By: jhi                                   on 2000/12/21  00:28:10
8134         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
8135              From: Peter Prymmer <pvhp@forte.com>
8136              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
8137              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
8138      Branch: perl
8139            ! configure.com
8140 ____________________________________________________________________________
8141 [  8212] By: jhi                                   on 2000/12/21  00:26:21
8142         Log: Edit edit edit.
8143      Branch: perl
8144            ! pod/perlfaq3.pod
8145 ____________________________________________________________________________
8146 [  8211] By: jhi                                   on 2000/12/20  18:52:46
8147         Log: Update Changes.
8148      Branch: perl
8149            ! Changes patchlevel.h
8150 ____________________________________________________________________________
8151 [  8210] By: jhi                                   on 2000/12/20  18:34:47
8152         Log: Yet another editor edit.
8153      Branch: perl
8154            ! pod/perlfaq3.pod
8155 ____________________________________________________________________________
8156 [  8209] By: jhi                                   on 2000/12/20  15:33:28
8157         Log: More Win32 Perling.
8158      Branch: perl
8159            ! pod/perlfaq3.pod
8160 ____________________________________________________________________________
8161 [  8208] By: jhi                                   on 2000/12/20  15:07:46
8162         Log: More Win32 editor/IDE/shell hints.
8163      Branch: perl
8164            ! pod/perlfaq3.pod
8165 ____________________________________________________________________________
8166 [  8207] By: jhi                                   on 2000/12/20  03:54:08
8167         Log: Subject: [PATCH] obscure timing knowledge
8168              From: Nicholas Clark <nick@ccl4.org>
8169              Date: Tue, 19 Dec 2000 19:22:31 +0000
8170              Message-ID: <20001219192231.F2827@plum.flirble.org>
8171      Branch: perl
8172            ! sv.c
8173 ____________________________________________________________________________
8174 [  8206] By: jhi                                   on 2000/12/20  03:45:57
8175         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
8176              From: Spider Boardman <spider@leggy.zk3.dec.com>
8177              Date: Tue, 19 Dec 2000 21:30:16 -0500
8178              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
8179      Branch: perl
8180            ! sv.c
8181 ____________________________________________________________________________
8182 [  8205] By: jhi                                   on 2000/12/19  23:02:01
8183         Log: Update Changes.
8184      Branch: perl
8185            ! Changes patchlevel.h
8186 ____________________________________________________________________________
8187 [  8204] By: jhi                                   on 2000/12/19  22:58:18
8188         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
8189              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
8190              on editors and diffing/patching.
8191      Branch: perl
8192            ! t/op/utf8decode.t
8193 ____________________________________________________________________________
8194 [  8203] By: nick                                  on 2000/12/19  21:36:16
8195         Log: Integrate mainline (forgot my own change...)
8196      Branch: perlio
8197           !> ext/Encode/compile
8198 ____________________________________________________________________________
8199 [  8202] By: nick                                  on 2000/12/19  21:34:42
8200         Log: Integrate mainline.
8201      Branch: perlio
8202           !> (integrate 61 files)
8203 ____________________________________________________________________________
8204 [  8201] By: nick                                  on 2000/12/19  21:34:06
8205         Log: Avoid looking for File::Glob when we don't need it.
8206      Branch: perl
8207            ! ext/Encode/compile
8208 ____________________________________________________________________________
8209 [  8200] By: jhi                                   on 2000/12/19  18:35:49
8210         Log: Update Changes.
8211      Branch: perl
8212            ! Changes patchlevel.h
8213 ____________________________________________________________________________
8214 [  8199] By: jhi                                   on 2000/12/19  18:35:07
8215         Log: Microperl tweaks.
8216      Branch: perl
8217            ! sv.c uconfig.h uconfig.sh
8218 ____________________________________________________________________________
8219 [  8198] By: jhi                                   on 2000/12/19  18:29:59
8220         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
8221      Branch: perl
8222            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8223            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
8224 ____________________________________________________________________________
8225 [  8197] By: jhi                                   on 2000/12/19  17:55:29
8226         Log: In VMS embedded perls couldn't access the statically built Socket,
8227              from Charles Lane.
8228      Branch: perl
8229            ! configure.com
8230 ____________________________________________________________________________
8231 [  8196] By: jhi                                   on 2000/12/19  17:49:50
8232         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
8233              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
8234              Date: Sun, 17 Dec 2000 19:11:44 -0000
8235              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
8236      Branch: perl
8237            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
8238            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
8239 ____________________________________________________________________________
8240 [  8195] By: jhi                                   on 2000/12/19  17:47:53
8241         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
8242              From: Jonathan Stowe <gellyfish@gellyfish.com>
8243              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
8244              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
8245      Branch: perl
8246            ! utils/h2xs.PL
8247 ____________________________________________________________________________
8248 [  8194] By: jhi                                   on 2000/12/19  17:46:28
8249         Log: Subject: Re: useless use of void context work-around
8250              From: andreas.koenig@anima.de (Andreas J. Koenig)
8251              Date: 16 Dec 2000 15:13:36 +0100
8252              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
8253              
8254              Document (comment) the q(di ds ig) trick in the code.
8255      Branch: perl
8256            ! op.c
8257 ____________________________________________________________________________
8258 [  8193] By: jhi                                   on 2000/12/19  17:10:57
8259         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
8260              From: "Mark J. Reed" <mreed@strange.turner.com>
8261              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
8262              Message-Id: <200012160222.VAA13986@strange.turner.com>
8263      Branch: perl
8264            ! ext/Sys/Syslog/Syslog.pm
8265 ____________________________________________________________________________
8266 [  8192] By: jhi                                   on 2000/12/19  17:07:45
8267         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
8268              From: Nicholas Clark <nick@ccl4.org>
8269              Date: Sat, 16 Dec 2000 19:03:13 +0000
8270              Message-ID: <20001216190313.D68304@plum.flirble.org>
8271      Branch: perl
8272            ! t/op/64bitint.t
8273 ____________________________________________________________________________
8274 [  8191] By: jhi                                   on 2000/12/19  17:06:13
8275         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
8276              From: Dominic Dunlop <domo@computer.org>
8277              Date: Mon, 18 Dec 2000 12:00:15 +0100
8278              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
8279              
8280              This patchlet is needed in order that perl can be statically linked.  
8281      Branch: perl
8282            ! regexec.c
8283 ____________________________________________________________________________
8284 [  8190] By: jhi                                   on 2000/12/19  17:03:08
8285         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
8286              From: "Craig A. Berry" <craig.berry@psinetcs.com>
8287              Date: Sun, 17 Dec 2000 00:18:35 -0600
8288              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
8289      Branch: perl
8290            ! perlio.h vms/gen_shrfls.pl
8291 ____________________________________________________________________________
8292 [  8189] By: jhi                                   on 2000/12/19  16:20:28
8293         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
8294              From: Prymmer/Kahn <pvhp@best.com>
8295              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
8296              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
8297              
8298              A better version of #8188.
8299      Branch: perl
8300            ! pod/perlfaq3.pod
8301 ____________________________________________________________________________
8302 [  8188] By: jhi                                   on 2000/12/19  15:57:06
8303         Log: (Replaced by #8189)
8304              
8305              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
8306              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
8307              From: Prymmer/Kahn <pvhp@best.com>
8308              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
8309              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
8310              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
8311              Date: Mon, 18 Dec 2000 11:10:45 -0500
8312              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
8313      Branch: perl
8314            ! pod/perlfaq3.pod
8315 ____________________________________________________________________________
8316 [  8187] By: jhi                                   on 2000/12/19  15:54:19
8317         Log: Email address fix for Anton Berezin.
8318      Branch: perl
8319            ! AUTHORS
8320 ____________________________________________________________________________
8321 [  8186] By: jhi                                   on 2000/12/19  15:38:54
8322         Log: Subject: [PATCH perl@8102] cygwin port
8323              From: "Eric Fifer" <efifer@dircon.co.uk> 
8324              Date: Thu, 14 Dec 2000 13:41:29 -0000
8325              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
8326              
8327              When compiling modules the data item that is being imported
8328              from libperl.dll needs to be tagged as imported/shared data:
8329              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
8330      Branch: perl
8331            ! perliol.h
8332 ____________________________________________________________________________
8333 [  8185] By: jhi                                   on 2000/12/19  14:53:24
8334         Log: Regen uconfig.h and uconfig.sh.
8335      Branch: perl
8336            ! uconfig.h uconfig.sh
8337 ____________________________________________________________________________
8338 [  8184] By: jhi                                   on 2000/12/18  20:43:49
8339         Log: Comments work so much better when they are closed.
8340      Branch: perl
8341            ! regcomp.c
8342 ____________________________________________________________________________
8343 [  8183] By: jhi                                   on 2000/12/18  18:04:02
8344         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
8345              Fixes the bug 20001218.016.
8346      Branch: perl
8347            ! regcomp.c
8348 ____________________________________________________________________________
8349 [  8182] By: gsar                                  on 2000/12/18  09:53:47
8350         Log: delete spurious files
8351      Branch: maint-5.6/perl
8352            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
8353            - vos/config.h vos/config_h.SH_orig
8354 ____________________________________________________________________________
8355 [  8181] By: gsar                                  on 2000/12/18  09:46:08
8356         Log: regen perltoc
8357      Branch: maint-5.6/perl
8358            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
8359 ____________________________________________________________________________
8360 [  8180] By: gsar                                  on 2000/12/18  09:20:27
8361         Log: integrate changes#7924..7926,7946,7952 from mainline
8362      Branch: maint-5.6/perl
8363           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
8364           !> lib/File/stat.pm t/lib/class-struct.t
8365 ____________________________________________________________________________
8366 [  8179] By: gsar                                  on 2000/12/18  08:55:54
8367         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
8368              7918,7919,7988,8907 from mainline (various)
8369      Branch: maint-5.6/perl
8370           +> t/lib/class-struct.t
8371           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
8372           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
8373           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
8374 ____________________________________________________________________________
8375 [  8178] By: gsar                                  on 2000/12/18  08:16:30
8376         Log: avoid redefinition warnings on windows due to sys/socket.h getting
8377              #included before win32.h
8378      Branch: maint-5.6/perl
8379            ! win32/include/sys/socket.h
8380 ____________________________________________________________________________
8381 [  8177] By: gsar                                  on 2000/12/18  05:24:04
8382         Log: make regen_headers; fix POSIX.xs problems; remove outdated
8383              code from sys/socket.h that makes build fail now
8384      Branch: maint-5.6/perl
8385            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
8386            ! pod/perlapi.pod
8387           !> win32/include/sys/socket.h
8388 ____________________________________________________________________________
8389 [  8176] By: gsar                                  on 2000/12/18  05:20:17
8390         Log: update Changes
8391      Branch: maint-5.6/perl
8392            ! Changes patchlevel.h
8393 ____________________________________________________________________________
8394 [  8175] By: gsar                                  on 2000/12/18  04:57:48
8395         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
8396              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
8397              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
8398              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
8399              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
8400              7823,7825,7838
8401      Branch: maint-5.6/perl
8402           +> lib/File/Spec/Epoc.pm
8403           !> (integrate 88 files)
8404 ____________________________________________________________________________
8405 [  8174] By: gsar                                  on 2000/12/18  03:53:09
8406         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
8407              7625..7629,7631..7634,7637,7639,7642 from mainline
8408      Branch: maint-5.6/perl
8409           +> README.solaris
8410           !> (integrate 26 files)
8411 ____________________________________________________________________________
8412 [  8173] By: gsar                                  on 2000/12/18  03:37:02
8413         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
8414              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
8415              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
8416              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
8417      Branch: maint-5.6/perl
8418           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
8419            - MAINTAIN
8420           !> (integrate 111 files)
8421 ____________________________________________________________________________
8422 [  8172] By: jhi                                   on 2000/12/18  02:49:27
8423         Log: Regen pods.
8424      Branch: perl
8425            ! pod/perlmodlib.pod pod/perltoc.pod
8426 ____________________________________________________________________________
8427 [  8171] By: gsar                                  on 2000/12/18  02:49:24
8428         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
8429              7465..7471 from mainline
8430              
8431              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
8432              in platforms that strictly require all the symbols being present
8433              at link time.
8434              
8435              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
8436              
8437              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
8438              
8439              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
8440              
8441              Subject: [PATCH] todo
8442              
8443              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
8444              
8445              Use $sort, $uniq (and $tr) consistently as wondered
8446              by Nicholas Clark.
8447              
8448              Too enthusiastic editing in #7460.
8449              
8450              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
8451              
8452              Upgrade to CPAN 1.58_55.
8453              Subject: CPAN.pm status
8454              
8455              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
8456              
8457              Make target reordering to avoid pointless re-makes.
8458              Subject: Re: Total re-make of 'make okfile' after 7451 ?
8459              
8460              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
8461              
8462              Subject: DOC PATCH 5.6.0
8463              
8464              Add the repository doc by Malcolm, Sarathy, and by Simon,
8465              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
8466      Branch: maint-5.6/perl
8467           +> Porting/repository.pod
8468           !> Configure MANIFEST Makefile.SH README.dos README.os2
8469           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
8470           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
8471           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
8472 ____________________________________________________________________________
8473 [  8169] By: gsar                                  on 2000/12/18  02:33:34
8474         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
8475              7435..7441,7445 from mainline
8476              
8477              Make the UTF-8 decoding stricter and more verbose when
8478              malformation happens.  This involved adding an argument
8479              to utf8_to_uv_chk(), which involved changing its prototype,
8480              and prefer STRLEN over I32 for the UTF-8 length, which as
8481              a domino effect necessitated changing the prototypes of
8482              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
8483              The stricter UTF-8 decoding checking uses Markus Kuhn's
8484              UTF-8 Decode Stress Tester from
8485              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
8486              
8487              Run vms/vms_yfix.pl, should have done that after changing
8488              perly.c in #7382.
8489              
8490              Subject: [PATCH 5.7.0] static linking with uninstalled perl
8491              
8492              (Replaced by #7440.)
8493              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
8494              
8495              Fix the bug ID 20001024.005, the bug introduced by #7416.
8496              
8497              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
8498              
8499              Fix the bug reported in
8500              From: andreas.koenig@anima.de (Andreas J. Koenig)
8501              Also make is_utf8_char() stricter.
8502              
8503              Missed the header file changes from #7425.
8504              
8505              Check if stdio supports tweaking lval and cnt simultaneously.
8506              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
8507              
8508              Stratus VOS updates from Paul Green.
8509              
8510              Podify README.epoc and README.vos.
8511              
8512              Add targets to Makefile.SH, most importantly
8513              'regen_all' which also remembers to update vms/perly*.
8514              
8515              Subject: Minor update to find2perl, for portability
8516              
8517              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
8518              
8519              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
8520              
8521              Rename UTF8LEN() to be UNISKIP(), too confusing to have
8522              UTF8LEN() and UTF8SKIP(). 
8523              
8524              Allow poking holes at the UTF-8 decoding strictness.
8525              
8526              Continue the internal UTF-8 API tweaking.
8527              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
8528              used much more than the simpler API, now called utf8_to_uv_simple().
8529              Still not quite happy with API, too much partial duplication
8530              of functionality.
8531              
8532              A new version of making the syslog test more robust.
8533              (Replaces #7421.)
8534              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
8535              
8536              buildtoc target tweaks.
8537              
8538              Integrate with vmsperl #7430 by Charles Bailey:
8539              
8540              Cleanup from prior patch (Charles Lane?):
8541              - improve handling of MFDs in Basename and Path
8542              - default to no xsubpp line # munging when building debug images
8543      Branch: maint-5.6/perl
8544           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8545           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
8546           !> (integrate 67 files)
8547 ____________________________________________________________________________
8548 [  8168] By: gsar                                  on 2000/12/18  02:05:49
8549         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
8550              
8551              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
8552              From: Martin Husemann <martin@duskware.de>
8553              
8554              Subject: [PATCH 5.7.0] restore match data on backtracing
8555              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8556      Branch: maint-5.6/perl
8557           !> regcomp.c regexec.c t/op/re_tests
8558 ____________________________________________________________________________
8559 [  8167] By: gsar                                  on 2000/12/18  01:55:22
8560         Log: integrate changes#7858,7986 from mainline
8561              
8562              C<foreach my $x ...> in pseudo-fork()ed process may diddle
8563              parent's memory; fix it by keeping track of the actual pad
8564              offset rather than a raw pointer (this change is probably also
8565              relevant to non-ithreads case to avoid fallout from reallocs of
8566              the pad array, but is currently only enabled for the ithreads
8567              case in the interests of minimal disruption to existing "well
8568              tested" code)
8569              
8570              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
8571              due to the notorious GetFileType() bug in Windows 9x, which fstat()
8572              tickles)
8573      Branch: maint-5.6/perl
8574           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
8575           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
8576           !> win32/win32.c win32/win32.h win32/win32sck.c
8577 ____________________________________________________________________________
8578 [  8166] By: gsar                                  on 2000/12/18  01:52:59
8579         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
8580              from mainline (xsubpp and ExtUtils::LibList fixups, various
8581              other small items)
8582      Branch: maint-5.6/perl
8583           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
8584           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
8585           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
8586           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
8587           !> win32/bin/search.pl
8588 ____________________________________________________________________________
8589 [  8165] By: gsar                                  on 2000/12/18  01:28:45
8590         Log: integrate changes#7533,7563,7611,7623 from mainline (various
8591              malloc.c embellishments)
8592      Branch: maint-5.6/perl
8593           !> malloc.c pod/perldiag.pod
8594 ____________________________________________________________________________
8595 [  8164] By: gsar                                  on 2000/12/18  01:23:33
8596         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
8597              fixups)
8598      Branch: maint-5.6/perl
8599           !> utils/h2xs.PL
8600 ____________________________________________________________________________
8601 [  8163] By: gsar                                  on 2000/12/18  01:17:50
8602         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
8603              fixups)
8604      Branch: maint-5.6/perl
8605           !> Makefile.SH utils/perlbug.PL
8606 ____________________________________________________________________________
8607 [  8162] By: gsar                                  on 2000/12/18  00:25:43
8608         Log: always export Perl_deb() (it is required by re.xs whether
8609              Perl is built with or without -DDEBUGGING)
8610      Branch: maint-5.6/perl
8611            ! makedef.pl
8612 ____________________________________________________________________________
8613 [  8161] By: gsar                                  on 2000/12/18  00:23:38
8614         Log: integrate change#7414 from mainline
8615              
8616              Undo the basename() part of #7412 since the lib/basename
8617              tests would need upgrading too.
8618              
8619              squelch two tests in tr.t that rely on tr/// paranoia change
8620              that's not in 5.6.x
8621      Branch: maint-5.6/perl
8622            ! t/op/tr.t
8623           !> lib/File/Basename.pm
8624 ____________________________________________________________________________
8625 [  8160] By: gsar                                  on 2000/12/18  00:05:30
8626         Log: missing change in previous integrate
8627      Branch: maint-5.6/perl
8628           !> README.aix
8629 ____________________________________________________________________________
8630 [  8159] By: gsar                                  on 2000/12/18  00:03:38
8631         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
8632              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
8633              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
8634              7410..7413 from mainline
8635      Branch: maint-5.6/perl
8636           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
8637           +> t/lib/tie-splice.t
8638            - lib/unicode/Is/DCinital.pl
8639           !> (integrate 112 files)
8640 ____________________________________________________________________________
8641 [  8158] By: jhi                                   on 2000/12/17  23:04:24
8642         Log: Subject: [PATCHES] RE: perl@8150 
8643              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
8644              Date: Sun, 17 Dec 2000 21:46:39 +0100
8645              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
8646              
8647              Neither cygwin has a getpwuid() one can trust on.
8648      Branch: perl
8649            ! t/lib/glob-basic.t
8650 ____________________________________________________________________________
8651 [  8157] By: jhi                                   on 2000/12/17  23:01:54
8652         Log: More MAN.PODS => {} fixes.
8653      Branch: perl
8654            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
8655            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
8656            ! os2/OS2/REXX/Makefile.PL
8657 ____________________________________________________________________________
8658 [  8156] By: gsar                                  on 2000/12/17  22:49:13
8659         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
8660              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
8661              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
8662              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
8663              7201,7204 from mainline
8664      Branch: maint-5.6/perl
8665           !> (integrate 121 files)
8666 ____________________________________________________________________________
8667 [  8155] By: jhi                                   on 2000/12/17  22:30:58
8668         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
8669              From: "Craig A. Berry" <craigberry@mac.com>
8670              Date: Sun, 17 Dec 2000 13:09:28 -0600
8671              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
8672              
8673              MAN.PODS => ' ' is naughty.
8674      Branch: perl
8675            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
8676 ____________________________________________________________________________
8677 [  8154] By: nick                                  on 2000/12/17  22:07:13
8678         Log: MULTIPLICITY nit.
8679      Branch: perl
8680            ! mg.c
8681 ____________________________________________________________________________
8682 [  8153] By: gsar                                  on 2000/12/17  21:23:05
8683         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
8684              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
8685              from mainline
8686              
8687              Document the SvIOK_.*UV().
8688              
8689              Update Unicode todo list.
8690              
8691              Guard against bad string->int conversion for quads.
8692              
8693              Subject: small apidoc fix
8694              
8695              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
8696              
8697              Subject: [PATCH] Tied filehandle documentation
8698              
8699              Subject: [PATCH] Modernize Opcode.pm documentation
8700              
8701              Make Data::Dumper (non-XS) to work with changed semantics of ref().
8702              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
8703              [applied even though said semantics didn't change in 5.6.x]
8704              
8705              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
8706              
8707              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
8708              
8709              Fix the URL, but the server is still missing in action.
8710              Subject: [ID 20000905.002] perlfaq1.pod URL error
8711              
8712              Subject: [ID 20000903.001] \w in utf8-strings
8713              
8714              Fix the ccversion detection for 5.1 and beyond.
8715              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
8716              
8717              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
8718              
8719              Subject: [ID 20000904.008] Tiny fix for perldiag
8720              
8721              Subject: Re: [ID 20000906.004] segfault with bad perl statement
8722              
8723              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
8724              
8725              Subject: [ID 20000908.002] perlipc documentation bug.
8726              
8727              Subject: [PATCH lib/Benchmark.pm]
8728              
8729              Re-allow vec() for characters > 255.
8730              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
8731              
8732              Do away with memory models cruft.  Sorry, PDP users.
8733              
8734              Continue #7041.
8735              
8736              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
8737              
8738              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
8739              
8740              Upgrade to CPAN 1.57_65, from Andreas König.
8741              
8742              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
8743              by Russ Allbery.
8744              
8745              Silence t/pod/*.t about alternate quote-mappings now implemented
8746              by Pod::Text, from Brad Appleton.
8747              
8748              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
8749              Subject: borland C++ win32.c tweak
8750              
8751              C<@a = @b = split(...)> optimization coredumps under ithreads
8752              (missed a spot when fixing up op_pmreplroot hack for ithreads)
8753              
8754              Document the SvUTF8*().
8755              
8756              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
8757              
8758              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
8759              
8760              Do in VMS as the #7054 does.
8761              
8762              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
8763              
8764              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
8765              
8766              Subject: [patch: perl@7045] vms updates
8767              
8768              Test for the #7049.
8769              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
8770              
8771              Break up the myconfig lines a bit.
8772              Subject: perlbug/perl -V output format
8773              
8774              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
8775              
8776              The #7054 truncated Configure badly.
8777              
8778              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
8779              initialization in all the threads on Windows
8780              
8781              Allow for whitespace between "#" and "line" in cpp output.
8782              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
8783              
8784              Remove vestiges of tr//CU.
8785              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
8786              
8787              The return value of setlocale must be copied away.
8788              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
8789              
8790              Allow chop() and chomp() to be overridden.
8791              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
8792              
8793              Hints optimization.
8794              Subject: Minor nit
8795              
8796              Subject: [PATCH] de-wall t/README
8797              
8798              Subject: Re: Two advertising clauses need to be removed
8799      Branch: maint-5.6/perl
8800           !> (integrate 75 files)
8801 ____________________________________________________________________________
8802 [  8152] By: gsar                                  on 2000/12/17  20:30:11
8803         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
8804              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
8805              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
8806              
8807              Don't attach -ld to the archname if pointless.
8808              
8809              Document UNTIE in a very minimalistic way.
8810              
8811              POSIX doesn't report long double values under -Duselongdouble
8812              when the long doubles are "real" (bigger than doubles).
8813              
8814              More author updates.
8815              
8816              Try to deduce NV_MAX.  Really should be Configure fodder.
8817              
8818              :: not allowed in pathnames, change to .
8819              Subject: [PATCH perl@6938] cygwin port
8820              
8821              Forget about NV_MAX (#6951).  Various floating point tweaks,
8822              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
8823              
8824              Move the Solaris 7 scan to use64bitall, make the
8825              failure to find 64-bot sparc libc to mention the
8826              possibility of being in an intel, from Lupe and Alan.
8827              
8828              Regen perltoc.
8829              
8830              AUTHORS tweaks, from Peter Prymmer.
8831              
8832              More address tweaking.
8833              
8834              Small tweaks all over.
8835              
8836              File::Temp patches from Andreas König,
8837              
8838              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
8839              
8840              Subject: CPAN.pm beta 1.57_57 for the core
8841              
8842              Part of the solution.
8843              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
8844              
8845              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
8846              
8847              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
8848              
8849              Add the overload warnings to perldiag.
8850              
8851              Drop unused argument.
8852              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
8853              
8854              Subject: Nit in Configure (bleadperl@6961)
8855              
8856              Update to PodParser 1.18, from Brad Appleton.
8857              
8858              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
8859              
8860              Subject: [PATCH: 6948] add SCNfldbl to configure.com
8861              
8862              Document UNTIE. Also tweak implementation to suppress the 'inner references'
8863              warning when UNTIE exists and instead pass the cound of extra references to
8864              the UNTIE method.
8865              
8866              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
8867              so that case-ignoring systems like DCL can tell them from
8868              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
8869              
8870              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
8871              
8872              Feature ordering tweak.
8873              
8874              Regen perltoc.
8875              
8876              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
8877              
8878              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
8879              
8880              Subject: http:// in L<>
8881              
8882              Detypo.
8883              
8884              change#6791 accidentally clobbered change#6710, put it back
8885              
8886              Only the first line, thank you very much.
8887              
8888              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
8889              plus rework the http: spots as suggested by Tom Christiansen,
8890              plus regen perltoc.
8891              
8892              Undo part of change 6489 which looks like a bulk edit which
8893              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
8894              The supressing of main:: on return from select() is undesirable.
8895              
8896              Apparently avoiding the swapping is too costly.
8897              
8898              Various Configure nits by Philip Newton,
8899              plus the ebcdic one by me.
8900              
8901              Make certain cc is set before trying to run it.
8902              
8903              If overloaded %{} etc. return the object do not loop.
8904              Thus  sub deref { $_[0] } functions if object is wanted type.
8905              
8906              Update perlhist.
8907              
8908              More %{} and other deref special casing - do not pass to 'nomethod'.
8909      Branch: maint-5.6/perl
8910           !> (integrate 59 files)
8911 ____________________________________________________________________________
8912 [  8151] By: gsar                                  on 2000/12/17  19:14:38
8913         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
8914              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
8915              
8916              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
8917              
8918              Make the epsilon to be relative, not absolute.
8919              
8920              Put back the flags dump as reasoned in
8921              Subject: Re: [PATCH] Glob dumping
8922              
8923              Introduce ccname to keep track of what compiler kind of we have.
8924              
8925              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
8926              
8927              Put back the slice accidentally removed by #6907.
8928              
8929              Reset archname and archname64 always, forcing them be
8930              recomputed at each Configure run, make Configure and
8931              the hints files agree on the naming of largefiles variables.
8932              
8933              Don't say "Perl 5.0 source kit".
8934              
8935              Subject: [PATCH] fix misc cast warnings
8936              
8937              Subject: typos in pods
8938              
8939              NVs not necessarily doubles, as pointed out by Yitzchak.
8940              
8941              Subject: [PATCH 6889] add a few ldbl formats to configure.com
8942              
8943              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
8944              
8945              Better options for rsync.
8946              
8947              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
8948              
8949              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
8950              
8951              Subject: [PATCH] Re: UNTIE method 
8952              
8953              A better fix for the Socket building problem from Craig Berry.
8954              
8955              Retract the dummy test, skip the security tests (instead of failing),
8956              explain what the warnings mean.
8957              
8958              Heap decorruption.
8959              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
8960              
8961              Update to Unicode 3.0.1.
8962              
8963              Missed one Unicode file.
8964              
8965              Subject: Re: typos in pods
8966              
8967              The #6929 was too skimpy.
8968              
8969              sscanf() may be the only way to read long doubles from strings.
8970              
8971              Reveal Borland's isnan.
8972              Subject: build with BC++ tweak
8973              
8974              Issue useful diagnostic on unknown pod commands.
8975              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
8976              
8977              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
8978              
8979              Clarify the third case of ftmp-security warnings.
8980              
8981              Make -Dusemorebits find long doubles in Solaris.
8982              
8983              Wrap the test in eval.
8984      Branch: maint-5.6/perl
8985           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
8986           +> lib/unicode/PropList.txt lib/unicode/README.perl
8987           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
8988           +> lib/unicode/Unicode.301 vms/vmspipe.com
8989            - lib/unicode/Props.txt lib/unicode/UCD300.html
8990            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
8991           !> (integrate 305 files)
8992 ____________________________________________________________________________
8993 [  8150] By: jhi                                   on 2000/12/17  18:47:57
8994         Log: Uncheckedin generated files.
8995      Branch: perl
8996            ! global.sym perlapi.c pod/perlapi.pod
8997 ____________________________________________________________________________
8998 [  8149] By: jhi                                   on 2000/12/17  18:41:22
8999         Log: Update Changes.
9000      Branch: perl
9001            ! Changes patchlevel.h
9002 ____________________________________________________________________________
9003 [  8148] By: jhi                                   on 2000/12/17  18:39:16
9004         Log: Subject: [PATCH] Fcntl constants speedup
9005              From: Nicholas Clark <nick@ccl4.org>
9006              Date: Sun, 17 Dec 2000 16:29:24 +0000
9007              Message-ID: <20001217162924.E97668@plum.flirble.org>
9008              
9009              Use IVs for the Fcntl constants instead of NVs.
9010      Branch: perl
9011            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
9012 ____________________________________________________________________________
9013 [  8147] By: jhi                                   on 2000/12/17  18:33:41
9014         Log: Add test for #8145 (binmode() warning), add warning for
9015              ioctl() and sockpair(), document them. (fileno() cannot
9016              be tripwired with the same kind of warning because
9017              'defined fileno($foo)' seems to be an idiom.)
9018      Branch: perl
9019            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
9020 ____________________________________________________________________________
9021 [  8146] By: gsar                                  on 2000/12/17  18:09:08
9022         Log: update Changes
9023      Branch: maint-5.6/perl
9024            ! Changes
9025 ____________________________________________________________________________
9026 [  8145] By: jhi                                   on 2000/12/17  17:39:35
9027         Log: Subject: [PATCH] Re: The long awaited feature ...
9028              From: Simon Cozens <simon@cozens.net>
9029              Date: Sun, 17 Dec 2000 12:31:56 +0000
9030              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
9031              
9032              Add a warning to binmode() about using bad filehandles
9033              (can happen e.g. if someone forgets the filehandle argument)
9034      Branch: perl
9035            ! pp_sys.c
9036 ____________________________________________________________________________
9037 [  8144] By: jhi                                   on 2000/12/17  17:33:48
9038         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
9039              From: Jonathan Stowe <gellyfish@gellyfish.com>
9040              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
9041              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
9042      Branch: perl
9043            ! lib/Net/Ping.pm
9044 ____________________________________________________________________________
9045 [  8143] By: jhi                                   on 2000/12/17  05:31:37
9046         Log: Polymorphic regexps.
9047              
9048              Fixes at least the bugs 20001028.003 (both of them...) and
9049              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
9050              also to be fixed by now, probably already before this patch.
9051      Branch: perl
9052            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
9053            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
9054            ! t/op/utf8decode.t t/pragma/utf8.t
9055 ____________________________________________________________________________
9056 [  8142] By: jhi                                   on 2000/12/16  17:16:05
9057         Log: Subject: [patch perl@8102] dos/djgpp update
9058              From: Laszlo Molnar <ml1050@freemail.hu>
9059              Date: Sat, 16 Dec 2000 01:40:52 +0100
9060              Message-ID: <20001216014052.A335@freemail.hu>
9061      Branch: perl
9062            ! djgpp/config.over t/base/commonsense.t
9063 ____________________________________________________________________________
9064 [  8141] By: jhi                                   on 2000/12/16  17:09:27
9065         Log: Few uncheckedin files.
9066      Branch: perl
9067            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
9068 ____________________________________________________________________________
9069 [  8140] By: nick                                  on 2000/12/15  22:14:31
9070         Log: Integrate mainline
9071      Branch: perlio
9072           !> (integrate 53 files)
9073 ____________________________________________________________________________
9074 [  8139] By: jhi                                   on 2000/12/15  19:49:49
9075         Log: One more IVUV tweak from Nicholas Clark.
9076      Branch: perl
9077            ! sv.c
9078 ____________________________________________________________________________
9079 [  8138] By: jhi                                   on 2000/12/15  19:17:06
9080         Log: Return of the IVUV-preservation, now seems to be happy even
9081              in Digital UNIX (the broken strtoul brokenness detection
9082              seems to have been the fly in the ointment).
9083      Branch: perl
9084            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9085            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
9086            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
9087            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
9088            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
9089            ! vos/config.ga.h win32/config.bc win32/config.gc
9090            ! win32/config.vc
9091 ____________________________________________________________________________
9092 [  8137] By: jhi                                   on 2000/12/15  18:12:14
9093         Log: Metaconfig unit change for #8136.
9094      Branch: metaconfig
9095            ! U/modified/d_strtoul.U
9096      Branch: metaconfig/U/perl
9097            ! d_strtoull.U d_strtouq.U
9098 ____________________________________________________________________________
9099 [  8136] By: jhi                                   on 2000/12/15  18:11:35
9100         Log: I don't think it's sensible or portable to test the strtou*
9101              on /^-/ strings.
9102      Branch: perl
9103            ! Configure
9104 ____________________________________________________________________________
9105 [  8135] By: jhi                                   on 2000/12/15  17:18:49
9106         Log: Metaconfig unit change for #8134.
9107      Branch: metaconfig
9108            ! U/modified/d_strtoul.U
9109 ____________________________________________________________________________
9110 [  8134] By: jhi                                   on 2000/12/15  17:14:13
9111         Log: If longsize is 8 we don't need a LL suffix for integer constants.
9112      Branch: perl
9113            ! Configure config_h.SH
9114 ____________________________________________________________________________
9115 [  8133] By: jhi                                   on 2000/12/15  16:00:23
9116         Log: Update Changes.
9117      Branch: perl
9118            ! Changes patchlevel.h
9119 ____________________________________________________________________________
9120 [  8132] By: jhi                                   on 2000/12/15  15:44:16
9121         Log: Some compilers get huffy if you do not cast a const pointer
9122              to a non-const when assigning.
9123      Branch: perl
9124            ! gv.c
9125 ____________________________________________________________________________
9126 [  8131] By: jhi                                   on 2000/12/15  15:38:30
9127         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
9128              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9129              Date: Fri, 15 Dec 2000 05:26:57 -0500
9130              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
9131      Branch: perl
9132            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
9133            ! t/pragma/overload.t
9134 ____________________________________________________________________________
9135 [  8130] By: jhi                                   on 2000/12/15  15:36:08
9136         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
9137              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9138              Date: Thu, 14 Dec 2000 22:02:43 -0500
9139              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
9140      Branch: perl
9141            ! gv.c perl.h
9142 ____________________________________________________________________________
9143 [  8129] By: jhi                                   on 2000/12/15  15:34:16
9144         Log: Subject: PATCH: h2xs nit
9145              From: Tim Jenness <t.jenness@jach.hawaii.edu>
9146              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
9147              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
9148              
9149              Add a template README.
9150      Branch: perl
9151            ! utils/h2xs.PL
9152 ____________________________________________________________________________
9153 [  8128] By: jhi                                   on 2000/12/15  15:32:22
9154         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
9155      Branch: perl
9156            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
9157 ____________________________________________________________________________
9158 [  8127] By: jhi                                   on 2000/12/15  15:19:34
9159         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
9160              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9161              Date:     Thu, 14 Dec 2000 20:04:42 EST
9162              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
9163      Branch: perl
9164            ! ext/Opcode/Opcode.xs
9165 ____________________________________________________________________________
9166 [  8126] By: jhi                                   on 2000/12/15  15:17:49
9167         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
9168              From: Peter Prymmer <pvhp@forte.com>
9169              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
9170              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
9171      Branch: perl
9172            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
9173            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
9174            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
9175 ____________________________________________________________________________
9176 [  8125] By: jhi                                   on 2000/12/15  15:11:05
9177         Log: This seems to be a stage sane and stable enough to checkin.
9178              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
9179      Branch: perl
9180            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
9181            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
9182            ! t/op/cmp.t t/op/numconvert.t
9183 ____________________________________________________________________________
9184 [  8124] By: jhi                                   on 2000/12/15  04:20:26
9185         Log: Something is really wonky.
9186      Branch: perl
9187            ! sv.c
9188 ____________________________________________________________________________
9189 [  8123] By: jhi                                   on 2000/12/15  04:00:50
9190         Log: Fixes for the IV UV patches to compile in Digital UNIX.
9191      Branch: perl
9192            ! sv.c
9193 ____________________________________________________________________________
9194 [  8122] By: jhi                                   on 2000/12/15  02:53:40
9195         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
9196              From: "Craig A. Berry" <craigberry@mac.com>
9197              Date: Thu, 14 Dec 2000 19:10:49 -0600
9198              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
9199      Branch: perl
9200            ! vms/vms.c
9201 ____________________________________________________________________________
9202 [  8121] By: jhi                                   on 2000/12/15  02:50:00
9203         Log: Metaconfig changes for #8120.
9204      Branch: metaconfig
9205            + U/modified/d_strtoul.U
9206      Branch: metaconfig/U/perl
9207            ! d_strtoull.U d_strtouq.U
9208 ____________________________________________________________________________
9209 [  8120] By: jhi                                   on 2000/12/15  02:49:42
9210         Log: From: Nicholas Clark <nick@ccl4.org> 
9211              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
9212              Date: Thu, 14 Dec 2000 18:38:57 +0000
9213              Message-ID: <20001214183857.B97909@plum.flirble.org>
9214      Branch: perl
9215            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9216            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
9217            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
9218            ! vos/config.ga.def vos/config.ga.h win32/config.bc
9219            ! win32/config.gc win32/config.vc
9220 ____________________________________________________________________________
9221 [  8119] By: jhi                                   on 2000/12/14  23:40:58
9222         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
9223              From: Nicholas Clark <nick@ccl4.org>
9224              Date: Wed, 13 Dec 2000 20:08:50 +0000
9225              Message-ID: <20001213200849.B71166@plum.flirble.org>
9226      Branch: perl
9227            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
9228            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
9229 ____________________________________________________________________________
9230 [  8118] By: jhi                                   on 2000/12/14  22:46:26
9231         Log: Integrate perlio.
9232      Branch: perl
9233           !> MANIFEST ext/Encode/compile makedef.pl
9234 ____________________________________________________________________________
9235 [  8117] By: nick                                  on 2000/12/14  22:38:53
9236         Log: Win32 tweaks to get Encode to build
9237              - temp hack to makedef.pl till PerlIO is properly "exported".
9238              - MSVC dislikes  
9239              static encpage_t foo[];
9240              so make 'em extern for now.
9241      Branch: perlio
9242            ! ext/Encode/compile makedef.pl
9243 ____________________________________________________________________________
9244 [  8116] By: nick                                  on 2000/12/14  22:00:53
9245         Log: Document the new files
9246      Branch: perlio
9247            ! MANIFEST
9248 ____________________________________________________________________________
9249 [  8115] By: jhi                                   on 2000/12/14  21:58:01
9250         Log: MANIFEST new files of #8114.
9251      Branch: perl
9252            ! MANIFEST
9253 ____________________________________________________________________________
9254 [  8114] By: jhi                                   on 2000/12/14  21:50:49
9255         Log: Integrate perlio.
9256      Branch: perl
9257           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
9258           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
9259           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
9260           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
9261           !> ext/Encode/Makefile.PL
9262 ____________________________________________________________________________
9263 [  8113] By: jhi                                   on 2000/12/14  21:48:49
9264         Log: The documentation part of the
9265              
9266              Subject: [ID 20001214.002] Net::Ping patch
9267              From: Jonathan Stowe <gellyfish@gellyfish.com>
9268              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
9269              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
9270              since the #7529 had already addressed the same problem.
9271      Branch: perl
9272            ! lib/Net/Ping.pm
9273 ____________________________________________________________________________
9274 [  8112] By: jhi                                   on 2000/12/14  21:42:57
9275         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
9276              From: Dominic Dunlop <domo@computer.org>
9277              Date: Tue, 12 Dec 2000 10:47:10 +0100
9278              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
9279              
9280              Document how elusive subroutines can be.
9281      Branch: perl
9282            ! pod/perlfunc.pod
9283 ____________________________________________________________________________
9284 [  8111] By: jhi                                   on 2000/12/14  21:38:05
9285         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
9286              From: Dominic Dunlop <domo@computer.org>
9287              Date: Thu, 14 Dec 2000 10:13:51 +0100
9288              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
9289      Branch: perl
9290            ! ext/POSIX/POSIX.pod
9291 ____________________________________________________________________________
9292 [  8110] By: jhi                                   on 2000/12/14  21:36:32
9293         Log: Subject: [patch] perlfaq7
9294              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
9295              Date: Thu, 14 Dec 2000 15:31:07 +0100
9296              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
9297      Branch: perl
9298            ! pod/perlfaq7.pod
9299 ____________________________________________________________________________
9300 [  8109] By: jhi                                   on 2000/12/14  21:29:20
9301         Log: Subject: [8104] Encode
9302              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9303              Date: Thu, 14 Dec 2000 14:49:34 +0100
9304              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
9305              
9306              Type casting for nervous compilers.
9307      Branch: perl
9308            ! ext/Encode/Encode.xs
9309 ____________________________________________________________________________
9310 [  8108] By: jhi                                   on 2000/12/14  21:26:17
9311         Log: Subject: [8104] DB_File
9312              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9313              Date: Thu, 14 Dec 2000 14:49:35 +0100
9314              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
9315              
9316              Type definition incorrect for DB 2.7.7.  Not known when it
9317              changed, so only changed it for a known revision.
9318      Branch: perl
9319            ! ext/DB_File/DB_File.xs
9320 ____________________________________________________________________________
9321 [  8107] By: jhi                                   on 2000/12/14  21:23:41
9322         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
9323              From: Peter Prymmer <pvhp@forte.com>
9324              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
9325              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
9326              
9327              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
9328      Branch: perl
9329            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
9330            ! ext/Encode/Encode/posix-bc.enc
9331 ____________________________________________________________________________
9332 [  8106] By: nick                                  on 2000/12/14  20:36:13
9333         Log: "Cold" build correction to Encode's Makefile.PL
9334      Branch: perlio
9335            ! ext/Encode/Makefile.PL
9336 ____________________________________________________________________________
9337 [  8105] By: nick                                  on 2000/12/14  20:09:37
9338         Log: "Compiled" encodings.
9339              Correct replacement character in EBCDIC .enc files
9340              Add 0x7F to ASCII repertoire.
9341      Branch: perlio
9342            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
9343            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
9344            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
9345            ! ext/Encode/Makefile.PL ext/Encode/compile
9346            ! ext/Encode/encengine.c ext/Encode/encode.h
9347 ____________________________________________________________________________
9348 [  8104] By: nick                                  on 2000/12/14  00:38:20
9349         Log: Integrate mainline
9350      Branch: perlio
9351           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
9352           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
9353           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
9354           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
9355           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
9356           !> t/lib/db-hash.t t/lib/db-recno.t
9357 ____________________________________________________________________________
9358 [  8103] By: nick                                  on 2000/12/13  23:16:13
9359         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
9360              so far and so it does not get lost.
9361      Branch: perlio
9362            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
9363 ____________________________________________________________________________
9364 [  8102] By: jhi                                   on 2000/12/13  17:14:22
9365         Log: Update Changes.
9366      Branch: perl
9367            ! Changes patchlevel.h
9368 ____________________________________________________________________________
9369 [  8101] By: jhi                                   on 2000/12/13  16:53:41
9370         Log: Move the proto of start_glob() to a better place; regen api files.
9371      Branch: perl
9372            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
9373 ____________________________________________________________________________
9374 [  8100] By: jhi                                   on 2000/12/13  16:47:11
9375         Log: Metaconfig change for #8099.
9376      Branch: metaconfig
9377            ! U/modified/Head.U
9378 ____________________________________________________________________________
9379 [  8099] By: jhi                                   on 2000/12/13  16:46:48
9380         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
9381              From: Andy Dougherty <doughera@lafayette.edu>
9382              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
9383              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
9384      Branch: perl
9385            ! Configure
9386 ____________________________________________________________________________
9387 [  8098] By: jhi                                   on 2000/12/13  16:39:02
9388         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
9389              From: rspier@pobox.com (Robert Spier)
9390              Date: Tue, 12 Dec 2000 21:12:39 -0500
9391              Message-ID: <14902.56087.678086.725773@rls.cx>
9392              
9393              fastgetcwd is defined using a glob alias on a $^O dependent basis -
9394              and there was no default assignment or perl subroutine.
9395      Branch: perl
9396            ! lib/Cwd.pm
9397 ____________________________________________________________________________
9398 [  8097] By: jhi                                   on 2000/12/13  16:16:01
9399         Log: Subject: [PATCH] move startglob out of pp_hot.c
9400              From: Nicholas Clark <nick@ccl4.org>
9401              Date: Mon, 11 Dec 2000 23:16:39 +0000
9402              Message-ID: <20001211231638.A55550@plum.flirble.org>
9403      Branch: perl
9404            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
9405 ____________________________________________________________________________
9406 [  8096] By: jhi                                   on 2000/12/13  15:26:23
9407         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
9408              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
9409              Date: Wed, 13 Dec 2000 14:01:37 +0100
9410              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
9411              
9412              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
9413              in turn requires libpthread in libswanted.
9414      Branch: perl
9415            ! hints/hpux.sh
9416 ____________________________________________________________________________
9417 [  8095] By: jhi                                   on 2000/12/12  19:51:05
9418         Log: The integration wars continue.
9419      Branch: perl
9420           !> sv.c
9421 ____________________________________________________________________________
9422 [  8094] By: jhi                                   on 2000/12/12  19:48:26
9423         Log: Subject: [PATCH perl@8070] DB_File-1.74  
9424              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
9425              Date: Mon, 11 Dec 2000 23:07:17 -0000
9426              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
9427      Branch: perl
9428            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
9429            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
9430            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
9431            ! t/lib/db-recno.t
9432 ____________________________________________________________________________
9433 [  8093] By: nick                                  on 2000/12/12  19:42:13
9434         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
9435      Branch: perlio
9436            ! sv.c
9437           !> lib/File/DosGlob.pm
9438 ____________________________________________________________________________
9439 [  8092] By: jhi                                   on 2000/12/12  19:28:11
9440         Log: Integrate perlio.
9441      Branch: perl
9442           !> sv.c
9443 ____________________________________________________________________________
9444 [  8091] By: nick                                  on 2000/12/12  18:49:45
9445         Log: Fix for Tk, and upgrading shared SVs.
9446      Branch: perlio
9447            ! sv.c
9448 ____________________________________________________________________________
9449 [  8090] By: jhi                                   on 2000/12/12  16:48:59
9450         Log: Subject: [PATCH] Re: Breadperl & Tk
9451              From: Nick Ing-Simmons <nik@tiuk.ti.com>
9452              Date: Tue, 12 Dec 2000 14:48:27 GMT
9453              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
9454      Branch: perl
9455            ! sv.c
9456 ____________________________________________________________________________
9457 [  8089] By: jhi                                   on 2000/12/12  03:37:19
9458         Log: Subject: DosGlob.pm diff for bash style brace expansion.
9459              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
9460              Date: Fri, 8 Dec 2000 10:45:30 -0600
9461              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
9462      Branch: perl
9463            ! lib/File/DosGlob.pm
9464 ____________________________________________________________________________
9465 [  8088] By: nick                                  on 2000/12/11  23:59:59
9466         Log: Integrate mainline
9467      Branch: perlio
9468           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
9469           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
9470           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
9471           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
9472           !> t/op/local.t t/pragma/warn/toke toke.c
9473 ____________________________________________________________________________
9474 [  8087] By: jhi                                   on 2000/12/11  23:20:23
9475         Log: Integrate perlio.
9476      Branch: perl
9477           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
9478 ____________________________________________________________________________
9479 [  8086] By: jhi                                   on 2000/12/11  22:50:59
9480         Log: Tune further the OS detection of CGI.
9481      Branch: perl
9482            ! lib/CGI.pm
9483 ____________________________________________________________________________
9484 [  8085] By: nick                                  on 2000/12/11  22:50:46
9485         Log: Finish 1st pass of "encoding" layer e.g. :
9486              open($fh,"<encoding(iso8859-7)",$greek) || die;
9487      Branch: perlio
9488            ! ext/Encode/Encode.xs perlio.c perliol.h
9489 ____________________________________________________________________________
9490 [  8084] By: jhi                                   on 2000/12/11  22:32:06
9491         Log: Revert the -f ambiguousity patch, seems to cause
9492              too much hassle (the interpret -Q as a function
9493              where Q is not a known filetest part is left in).
9494      Branch: perl
9495            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
9496            ! toke.c
9497 ____________________________________________________________________________
9498 [  8083] By: jhi                                   on 2000/12/11  22:27:23
9499         Log: (accidentally empty check-in)
9500      Branch: perl
9501            ! lib/File/DosGlob.pm
9502 ____________________________________________________________________________
9503 [  8082] By: nick                                  on 2000/12/11  19:09:51
9504         Log: Restore mmap function (broken by tweaks to shared buffer
9505              layer for encode(xxxx)).
9506      Branch: perlio
9507            ! perlio.c
9508 ____________________________________________________________________________
9509 [  8081] By: jhi                                   on 2000/12/11  18:29:13
9510         Log: Subject: Re: The long awaited feature ...
9511              From: Simon Cozens <simon@cozens.net>
9512              Date: Mon, 11 Dec 2000 15:54:24 +0000
9513              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
9514              
9515              More io/utf8 tests.
9516      Branch: perl
9517            ! t/io/utf8.t
9518 ____________________________________________________________________________
9519 [  8080] By: jhi                                   on 2000/12/11  18:19:36
9520         Log: Subject: PATCH MakeMaker manpage clarification
9521              From: andreas.koenig@anima.de (Andreas J. Koenig)
9522              Date: 10 Dec 2000 20:46:13 +0100
9523              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
9524      Branch: perl
9525            ! lib/ExtUtils/MakeMaker.pm
9526 ____________________________________________________________________________
9527 [  8079] By: jhi                                   on 2000/12/11  15:35:07
9528         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
9529              From: Simon Cozens <simon@cozens.net>
9530              Date: Sun, 10 Dec 2000 19:06:19 +0000
9531              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
9532      Branch: perl
9533            ! ext/B/B/Deparse.pm t/lib/b.t
9534 ____________________________________________________________________________
9535 [  8078] By: jhi                                   on 2000/12/11  15:09:11
9536         Log: Subject: [PATCH] docs on NaN
9537              From: Nicholas Clark <nick@ccl4.org>
9538              Date: Mon, 11 Dec 2000 01:48:38 +0000
9539              Message-ID: <20001211014838.B99205@plum.flirble.org>
9540      Branch: perl
9541            ! pod/perlop.pod
9542 ____________________________________________________________________________
9543 [  8077] By: jhi                                   on 2000/12/11  15:02:21
9544         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
9545              From: Simon Cozens <simon@cozens.net>
9546              Date: Mon, 11 Dec 2000 01:21:45 +0000
9547              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
9548      Branch: perl
9549            ! pp.c pp_hot.c scope.c t/op/local.t
9550 ____________________________________________________________________________
9551 [  8076] By: nick                                  on 2000/12/10  20:43:32
9552         Log: Not merge worthy...
9553              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
9554              syntax is modelled on attributes.
9555              Untested fix for io/utf8 on Win32 etc.
9556              Very clumsy start to the encode layer.
9557      Branch: perlio
9558            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
9559 ____________________________________________________________________________
9560 [  8075] By: jhi                                   on 2000/12/10  18:39:33
9561         Log: Darwin is not Windows.
9562      Branch: perl
9563            ! lib/CGI.pm
9564 ____________________________________________________________________________
9565 [  8074] By: jhi                                   on 2000/12/10  18:31:27
9566         Log: Subject: Ambiguous -%c() resolved as a file test
9567              From: "Paul Marquess" <Paul.Marquess@openwave.com>
9568              Date: Sun, 10 Dec 2000 15:35:07 -0000
9569              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
9570      Branch: perl
9571            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
9572 ____________________________________________________________________________
9573 [  8073] By: jhi                                   on 2000/12/10  18:16:29
9574         Log: Subject: PATCH installperl misinformed 
9575              From: andreas.koenig@anima.de (Andreas J. Koenig)
9576              Date: 10 Dec 2000 13:01:32 +0100 
9577              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
9578      Branch: perl
9579            ! installperl
9580 ____________________________________________________________________________
9581 [  8072] By: jhi                                   on 2000/12/10  18:07:55
9582         Log: The walkoptree confusion rages; walkoptree() seems to be coming
9583              from B.xs, while walkoptree_slow() comes from B.pm.
9584      Branch: perl
9585            ! ext/B/B.pm
9586 ____________________________________________________________________________
9587 [  8071] By: nick                                  on 2000/12/10  11:45:47
9588         Log: Integrate mainline
9589      Branch: perlio
9590           +> t/base/commonsense.t
9591           !> (integrate 37 files)
9592 ____________________________________________________________________________
9593 [  8070] By: jhi                                   on 2000/12/10  04:46:21
9594         Log: Update Changes.
9595      Branch: perl
9596            ! Changes patchlevel.h
9597 ____________________________________________________________________________
9598 [  8069] By: jhi                                   on 2000/12/10  04:39:19
9599         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
9600              From: andreas.koenig@anima.de (Andreas J. Koenig)
9601              Date: 09 Dec 2000 17:14:25 +0100
9602              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
9603      Branch: perl
9604            + t/base/commonsense.t
9605            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
9606 ____________________________________________________________________________
9607 [  8068] By: jhi                                   on 2000/12/10  04:17:36
9608         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
9609              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
9610              Date: Sat, 9 Dec 2000 16:47:22 -0000
9611              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
9612      Branch: perl
9613            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
9614            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
9615            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
9616            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
9617            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
9618            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
9619            ! t/lib/sdbm.t
9620 ____________________________________________________________________________
9621 [  8067] By: jhi                                   on 2000/12/10  03:52:02
9622         Log: Test case for #8066.
9623      Branch: perl
9624            ! t/op/misc.t
9625 ____________________________________________________________________________
9626 [  8066] By: jhi                                   on 2000/12/10  03:50:30
9627         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
9628              From: Simon Cozens <simon@cozens.net>
9629              Date: Sun, 10 Dec 2000 00:55:37 +0000
9630              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
9631      Branch: perl
9632            ! pp_sys.c
9633 ____________________________________________________________________________
9634 [  8065] By: jhi                                   on 2000/12/10  03:44:52
9635         Log: Test case for #8064.
9636      Branch: perl
9637            ! t/comp/proto.t
9638 ____________________________________________________________________________
9639 [  8064] By: jhi                                   on 2000/12/10  03:42:32
9640         Log: Subject: Re: prototype of substr
9641              From: Simon Cozens <simon@cozens.net>
9642              Date: Sun, 10 Dec 2000 00:13:33 +0000
9643              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
9644              
9645              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
9646      Branch: perl
9647            ! pp.c
9648 ____________________________________________________________________________
9649 [  8063] By: jhi                                   on 2000/12/10  03:39:42
9650         Log: Subject: [PATCH] perlguts.pod
9651              From: Simon Cozens <simon@cozens.net>
9652              Date: Sun, 10 Dec 2000 00:06:47 +0000
9653              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
9654              
9655              Documentation of the different types of ops,
9656              plus the functions in dump.c
9657      Branch: perl
9658            ! pod/perlguts.pod
9659 ____________________________________________________________________________
9660 [  8062] By: jhi                                   on 2000/12/10  03:30:04
9661         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
9662              From: Nicholas Clark <nick@talking.bollo.cx>
9663              Date: Sat, 09 Dec 2000 18:57:25 +0000
9664              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
9665              
9666              Be more robust in weird hostname setups.
9667      Branch: perl
9668            ! t/lib/net-hostent.t
9669 ____________________________________________________________________________
9670 [  8061] By: jhi                                   on 2000/12/10  03:28:21
9671         Log: Pacify fussy compiler. 
9672      Branch: perl
9673            ! pp_sys.c
9674 ____________________________________________________________________________
9675 [  8060] By: jhi                                   on 2000/12/10  02:52:46
9676         Log: Integrate perlio.
9677      Branch: perl
9678           !> pp_sys.c t/io/utf8.t
9679 ____________________________________________________________________________
9680 [  8059] By: nick                                  on 2000/12/09  23:40:14
9681         Log: read/sysread/recv should now be utf8 aware.
9682              Basic test for utf8 read.
9683      Branch: perlio
9684            ! pp_sys.c t/io/utf8.t
9685 ____________________________________________________________________________
9686 [  8058] By: jhi                                   on 2000/12/09  21:56:02
9687         Log: Integrate perlio.
9688      Branch: perl
9689           +> t/io/utf8.t
9690           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
9691 ____________________________________________________________________________
9692 [  8057] By: jhi                                   on 2000/12/09  21:53:35
9693         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
9694              From: Inaba Hiroto <inaba@st.rim.or.jp>
9695              Date: Sun, 10 Dec 2000 05:53:21 +0900
9696              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
9697              
9698              Tests for #8056.
9699      Branch: perl
9700            ! t/op/each.t
9701 ____________________________________________________________________________
9702 [  8056] By: jhi                                   on 2000/12/09  21:51:16
9703         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
9704              From: Inaba Hiroto <inaba@st.rim.or.jp>
9705              Date: Sat, 09 Dec 2000 18:02:00 +0900
9706              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
9707              
9708              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
9709      Branch: perl
9710            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
9711 ____________________________________________________________________________
9712 [  8055] By: nick                                  on 2000/12/09  20:11:48
9713         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
9714              than raw PerlIO_write() - does not seem to break any tests.
9715      Branch: perlio
9716            ! pp_sys.c
9717 ____________________________________________________________________________
9718 [  8054] By: nick                                  on 2000/12/09  19:47:30
9719         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
9720              (sysread, recv and write i.e. formats still to do...)
9721              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
9722              open($fh,">:utf8","name")
9723              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
9724              so no extra overhead is involved.
9725              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
9726              to a non-utf8 stream.
9727              Add initial io/utf8.t
9728              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
9729              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
9730              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
9731      Branch: perlio
9732            + t/io/utf8.t
9733            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
9734 ____________________________________________________________________________
9735 [  8053] By: nick                                  on 2000/12/09  19:26:37
9736         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
9737              was only testing this_utf8.
9738      Branch: perlio
9739            ! toke.c
9740 ____________________________________________________________________________
9741 [  8052] By: nick                                  on 2000/12/09  19:09:41
9742         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
9743              i.e. the output string has one, but don't mess with source assumption.
9744      Branch: perlio
9745            ! toke.c
9746 ____________________________________________________________________________
9747 [  8051] By: jhi                                   on 2000/12/09  16:55:17
9748         Log: Integrate perlio.
9749      Branch: perl
9750           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
9751           !> sv.c thrdvar.h util.c
9752 ____________________________________________________________________________
9753 [  8050] By: jhi                                   on 2000/12/09  16:48:07
9754         Log: Nits noticed by Peter Prymmer.
9755      Branch: perl
9756            ! lib/ExtUtils/MM_VMS.pm
9757 ____________________________________________________________________________
9758 [  8049] By: nick                                  on 2000/12/09  13:49:40
9759         Log: UTF8 output prework.
9760              - Store $\ and $, as SVs so they can have SvUTF8 flag
9761              - use do_print() rather than raw PerlIO_write() to print them.
9762      Branch: perlio
9763            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
9764            ! thrdvar.h util.c
9765 ____________________________________________________________________________
9766 [  8048] By: nick                                  on 2000/12/09  12:30:43
9767         Log: Integrate mainline.
9768      Branch: perlio
9769           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
9770           +> t/op/reverse.t
9771           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
9772           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
9773           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
9774           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
9775           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
9776           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
9777 ____________________________________________________________________________
9778 [  8047] By: jhi                                   on 2000/12/09  00:23:27
9779         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
9780              From: Michael G Schwern <schwern@pobox.com>
9781              Date: Fri, 8 Dec 2000 14:43:04 -0600
9782      Branch: perl
9783            ! lib/ExtUtils/MM_VMS.pm
9784 ____________________________________________________________________________
9785 [  8046] By: jhi                                   on 2000/12/08  23:10:27
9786         Log: A missed check-in.
9787      Branch: perl
9788            ! lib/ExtUtils/Manifest.pm
9789 ____________________________________________________________________________
9790 [  8045] By: jhi                                   on 2000/12/08  21:57:12
9791         Log: (null check-in)
9792      Branch: perl
9793            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
9794 ____________________________________________________________________________
9795 [  8044] By: jhi                                   on 2000/12/08  21:11:06
9796         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
9797              at the final draft stage.
9798      Branch: perl
9799            + ext/Encode/Encode/iso8859-16.enc
9800            ! MANIFEST
9801 ____________________________________________________________________________
9802 [  8043] By: jhi                                   on 2000/12/08  16:39:04
9803         Log: Update Changes.
9804      Branch: perl
9805            ! Changes patchlevel.h
9806 ____________________________________________________________________________
9807 [  8042] By: jhi                                   on 2000/12/08  16:33:39
9808         Log: Do not return the Unicode replacement character if UTF-8
9809              decoding goes awry, it should be up to the caller to decide.
9810      Branch: perl
9811            ! pod/perlapi.pod utf8.c
9812 ____________________________________________________________________________
9813 [  8041] By: jhi                                   on 2000/12/08  16:22:28
9814         Log: metaconfig maintenance.
9815      Branch: metaconfig
9816            ! U/modified/stdchar.U
9817      Branch: metaconfig/U/perl
9818            + testsyml.U
9819 ____________________________________________________________________________
9820 [  8040] By: jhi                                   on 2000/12/08  16:03:08
9821         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
9822              From: sthoenna@efn.org
9823              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
9824              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
9825      Branch: perl
9826            ! Changes lib/ExtUtils/MM_OS2.pm
9827 ____________________________________________________________________________
9828 [  8039] By: jhi                                   on 2000/12/08  15:57:11
9829         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
9830              From: Simon Cozens <simon@cozens.net>
9831              Date: Fri, 8 Dec 2000 13:33:31 +0000
9832              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
9833              
9834              (The pp_hot part needed a rewrite.)
9835      Branch: perl
9836            ! doop.c pp_hot.c utf8.c
9837 ____________________________________________________________________________
9838 [  8038] By: jhi                                   on 2000/12/08  15:25:08
9839         Log: Subject: djSP
9840              From: Michael Stevens <michael@etla.org>
9841              Date: Wed, 6 Dec 2000 23:24:01 +0000
9842              Message-ID: <20001206232400.A21381@firedrake.org>
9843              
9844              Plus a note from Nick Ing-Simmons.
9845      Branch: perl
9846            ! pp.h
9847 ____________________________________________________________________________
9848 [  8037] By: jhi                                   on 2000/12/08  15:18:35
9849         Log: Filetype is text.
9850      Branch: perl
9851            ! t/op/utf8decode.t
9852 ____________________________________________________________________________
9853 [  8036] By: jhi                                   on 2000/12/08  03:31:27
9854         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
9855              From: Andy Dougherty <doughera@lafayette.edu>
9856              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
9857              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
9858              
9859              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
9860              From: Andy Dougherty <doughera@lafayette.edu>
9861              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
9862              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
9863      Branch: perl
9864            + ext/POSIX/hints/svr4.pl
9865            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
9866 ____________________________________________________________________________
9867 [  8035] By: jhi                                   on 2000/12/08  03:26:01
9868         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
9869              From: Andy Dougherty <doughera@lafayette.edu>
9870              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
9871              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
9872      Branch: perl
9873            ! t/README t/base/term.t
9874 ____________________________________________________________________________
9875 [  8034] By: jhi                                   on 2000/12/08  03:21:59
9876         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
9877              From: mjd@plover.com  
9878              Date: 7 Dec 2000 21:04:20 -0000
9879              Message-ID: <20001207210420.22282.qmail@plover.com>
9880              
9881              Plus -z doc.
9882      Branch: perl
9883            ! pod/perlfunc.pod
9884 ____________________________________________________________________________
9885 [  8033] By: jhi                                   on 2000/12/08  03:19:03
9886         Log: Use the UTF8 macros a bit.  They can't be used with abandon
9887              everywhere because we do generate illegal UTF-8 in some situations.
9888              This is of course naughty.
9889      Branch: perl
9890            ! pod/perlapi.pod utf8.c utf8.h
9891 ____________________________________________________________________________
9892 [  8032] By: jhi                                   on 2000/12/08  03:00:09
9893         Log: Out of sync?
9894      Branch: perl
9895            ! t/pragma/warn/utf8
9896 ____________________________________________________________________________
9897 [  8031] By: jhi                                   on 2000/12/08  02:22:39
9898         Log: Cnt spl.
9899      Branch: perl
9900            ! MANIFEST
9901 ____________________________________________________________________________
9902 [  8030] By: jhi                                   on 2000/12/08  01:23:54
9903         Log: Add test for reverse().
9904      Branch: perl
9905            + t/op/reverse.t
9906            ! MANIFEST
9907 ____________________________________________________________________________
9908 [  8029] By: jhi                                   on 2000/12/08  01:21:47
9909         Log: Integrate perlio.
9910      Branch: perl
9911           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
9912           !> perlio.c perlio.h perlsdio.h warnings.pl
9913 ____________________________________________________________________________
9914 [  8028] By: jhi                                   on 2000/12/08  01:19:08
9915         Log: Introduce macros for UTF8 decoding.
9916      Branch: perl
9917            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
9918 ____________________________________________________________________________
9919 [  8027] By: nick                                  on 2000/12/07  22:18:19
9920         Log: Integrate mainline
9921      Branch: perlio
9922           !> embed.pl pod/perlapi.pod utf8.c
9923 ____________________________________________________________________________
9924 [  8026] By: nick                                  on 2000/12/07  21:45:08
9925         Log: Various oddities p4 diff -se showed up
9926              Remove 'our' from warnings.pl
9927      Branch: perlio
9928            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
9929 ____________________________________________________________________________
9930 [  8025] By: nick                                  on 2000/12/07  21:43:32
9931         Log: Change PerlIO_(get|set)pos to take SV *
9932              Should fix, OS/2, VMS, (sfio??)
9933      Branch: perlio
9934            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
9935 ____________________________________________________________________________
9936 [  8024] By: jhi                                   on 2000/12/07  19:05:32
9937         Log: Document utf8_to_uv() better.
9938      Branch: perl
9939            ! pod/perlapi.pod utf8.c
9940 ____________________________________________________________________________
9941 [  8023] By: jhi                                   on 2000/12/07  18:23:47
9942         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
9943      Branch: perl
9944            ! embed.pl pod/perlapi.pod utf8.c
9945 ____________________________________________________________________________
9946 [  8022] By: jhi                                   on 2000/12/07  04:13:51
9947         Log: Integrate perlio.
9948      Branch: perl
9949           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
9950           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
9951           !> win32/makefile.mk
9952 ____________________________________________________________________________
9953 [  8021] By: nick                                  on 2000/12/07  00:28:14
9954         Log: Various attempts at MSVC debug - not sure what has
9955              changed but works now. 
9956              Seems atexit() _may_ work for DLLs built with MSVC so don't
9957              call cleanup that way.
9958      Branch: perlio
9959            ! perlio.c win32/makefile.mk
9960 ____________________________________________________________________________
9961 [  8020] By: nick                                  on 2000/12/06  19:57:20
9962         Log: Integrate mainline
9963      Branch: perlio
9964           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
9965           !> (integrate 75 files)
9966 ____________________________________________________________________________
9967 [  8019] By: nick                                  on 2000/12/06  19:28:21
9968         Log: Add useperlio to config.vc
9969              Turn off binmode in config_H.PL
9970              Regen all the config_H.xx
9971              Attempt to get debugging build with MSVC.
9972      Branch: perlio
9973            ! win32/config.vc win32/config_H.bc win32/config_H.gc
9974            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
9975 ____________________________________________________________________________
9976 [  8018] By: nick                                  on 2000/12/06  19:21:57
9977         Log: Test various dup/external program options on all platforms.
9978      Branch: perlio
9979            ! t/io/dup.t
9980 ____________________________________________________________________________
9981 [  8017] By: nick                                  on 2000/12/06  19:20:47
9982         Log: Fix harness to be less picky
9983      Branch: perlio
9984            ! lib/Test/Harness.pm
9985 ____________________________________________________________________________
9986 [  8016] By: jhi                                   on 2000/12/06  16:45:12
9987         Log: Update Changes.
9988      Branch: perl
9989            ! Changes patchlevel.h
9990 ____________________________________________________________________________
9991 [  8015] By: jhi                                   on 2000/12/06  16:41:03
9992         Log: Test \x{...} with ord().
9993      Branch: perl
9994            ! t/op/ord.t
9995 ____________________________________________________________________________
9996 [  8014] By: jhi                                   on 2000/12/06  16:20:33
9997         Log: Test tweak because of #8013.
9998      Branch: perl
9999            ! t/lib/b.t
10000 ____________________________________________________________________________
10001 [  8013] By: jhi                                   on 2000/12/06  16:09:09
10002         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
10003              From: Michael G Schwern <schwern@pobox.com>
10004              Date: Tue, 5 Dec 2000 21:23:28 -0500
10005              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
10006              
10007              Carp::Heavy parts not very applicable because of recent changes.
10008      Branch: perl
10009            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
10010            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
10011            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
10012            ! lib/Exporter.pm lib/Exporter/Heavy.pm
10013            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
10014            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
10015            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
10016            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
10017            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
10018            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
10019            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
10020            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
10021            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
10022            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
10023            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
10024            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
10025            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
10026            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
10027            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
10028            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
10029            ! warnings.pl
10030 ____________________________________________________________________________
10031 [  8012] By: jhi                                   on 2000/12/06  15:22:38
10032         Log: Subject: [PATCH] Re: New harness is failing things
10033              From: Nick Ing-Simmons <nik@tiuk.ti.com>
10034              Date: Wed, 6 Dec 2000 13:00:30 GMT
10035              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
10036      Branch: perl
10037            ! lib/Test/Harness.pm
10038 ____________________________________________________________________________
10039 [  8011] By: jhi                                   on 2000/12/06  15:12:08
10040         Log: Subject: installhtml changes
10041              From: Michael Stevens <michael@etla.org>
10042              Date: Wed, 6 Dec 2000 13:15:53 +0000
10043              Message-ID: <20001206131553.A27317@firedrake.org>
10044      Branch: perl
10045            ! installhtml
10046 ____________________________________________________________________________
10047 [  8010] By: jhi                                   on 2000/12/06  15:06:05
10048         Log: Subject: the dTHR hits
10049              From: Michael Stevens <michael@etla.org>
10050              Date: Wed, 6 Dec 2000 12:06:03 +0000
10051              Message-ID: <20001206120603.A24581@firedrake.org>
10052              
10053              More, errrm, less dTHRs.
10054      Branch: perl
10055            ! bytecode.pl ext/B/B/C.pm
10056 ____________________________________________________________________________
10057 [  8009] By: jhi                                   on 2000/12/06  15:04:25
10058         Log: Subject: MakeMaker mailing list gone?
10059              From: Michael G Schwern <schwern@pobox.com>
10060              Date: Tue, 5 Dec 2000 19:29:59 -0500
10061              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
10062              
10063              The MakeMaker mailing list is dead, perlbug is the right
10064              address to report bugs.
10065      Branch: perl
10066            ! lib/ExtUtils/MakeMaker.pm
10067 ____________________________________________________________________________
10068 [  8008] By: jhi                                   on 2000/12/06  15:00:32
10069         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
10070              From: Michael G Schwern <schwern@pobox.com>
10071              Date: Tue, 5 Dec 2000 19:21:21 -0500
10072              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
10073              
10074              Add a default MANIFEST skip that ignores things like
10075              version control files, editor temporary files, and the Makefile.
10076      Branch: perl
10077            + lib/ExtUtils/MANIFEST.SKIP
10078            ! MANIFEST lib/ExtUtils/Manifest.pm
10079 ____________________________________________________________________________
10080 [  8007] By: jhi                                   on 2000/12/06  14:57:20
10081         Log: In Amiga more manual hackery of the scripts seems to be needed,
10082              from Jan-Erik Karlsson.  Why Configure does not get this right
10083              is unknown, may be shell-induced.
10084      Branch: perl
10085            ! README.amiga
10086 ____________________________________________________________________________
10087 [  8006] By: jhi                                   on 2000/12/05  23:53:12
10088         Log: Add TOPm1s to peek at the second topmost stack item.
10089      Branch: perl
10090            ! pp.h
10091 ____________________________________________________________________________
10092 [  8005] By: jhi                                   on 2000/12/05  23:13:55
10093         Log: Avaunt, you foul UTF-8 tests.
10094      Branch: perl
10095            ! t/op/ver.t t/pragma/utf8.t
10096 ____________________________________________________________________________
10097 [  8004] By: jhi                                   on 2000/12/05  23:09:54
10098         Log: Continue utf8 dispersal. 
10099      Branch: perl
10100            + t/op/concat.t
10101            ! MANIFEST t/pragma/utf8.t
10102 ____________________________________________________________________________
10103 [  8003] By: nick                                  on 2000/12/05  23:02:39
10104         Log: Integrate mainline.
10105      Branch: perlio
10106           +> t/op/length.t t/op/utf8decode.t
10107           !> (integrate 69 files)
10108 ____________________________________________________________________________
10109 [  8002] By: jhi                                   on 2000/12/05  22:59:28
10110         Log: Integrate perlio.
10111      Branch: perl
10112           !> iperlsys.h perl.c perlio.c win32/perllib.c
10113 ____________________________________________________________________________
10114 [  8001] By: nick                                  on 2000/12/05  22:07:52
10115         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
10116              - calloc/free suffer from damage on TerminateThread()
10117              - use PerlMemShared (as originally planned) now fixed
10118              - avoid doing anything important on DLL "detach".
10119      Branch: perlio
10120            ! perl.c perlio.c win32/perllib.c
10121 ____________________________________________________________________________
10122 [  8000] By: nick                                  on 2000/12/05  21:05:09
10123         Log: Fix gross PerlMemShared issue.
10124      Branch: perlio
10125            ! iperlsys.h
10126 ____________________________________________________________________________
10127 [  7999] By: jhi                                   on 2000/12/05  20:46:58
10128         Log: Test for Unicode (UTF-8) hash keys.
10129      Branch: perl
10130            ! t/op/each.t
10131 ____________________________________________________________________________
10132 [  7998] By: jhi                                   on 2000/12/05  20:30:35
10133         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
10134              is now always UTF-8), empty line cosmetics.
10135      Branch: perl
10136            ! t/pragma/utf8.t
10137 ____________________________________________________________________________
10138 [  7997] By: jhi                                   on 2000/12/05  20:15:40
10139         Log: Subject: Re: STRLEN - what?
10140              From: Andy Dougherty <doughera@lafayette.edu>
10141              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
10142              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
10143              
10144              Explain STRLEN.
10145      Branch: perl
10146            ! pod/perlguts.pod
10147 ____________________________________________________________________________
10148 [  7996] By: jhi                                   on 2000/12/05  20:13:34
10149         Log: Split off the UTF-8 decoder tests, make them to check also
10150              the error message.
10151      Branch: perl
10152            + t/op/utf8decode.t
10153            ! MANIFEST t/pragma/utf8.t utf8.c
10154 ____________________________________________________________________________
10155 [  7995] By: jhi                                   on 2000/12/05  16:39:47
10156         Log: Start migrating bits of pragma/utf8 to elsewhere
10157              (since the long term plan is to obsolete 'use utf8').
10158      Branch: perl
10159            + t/op/length.t
10160            ! MANIFEST t/pragma/utf8.t
10161 ____________________________________________________________________________
10162 [  7994] By: jhi                                   on 2000/12/05  16:30:21
10163         Log: Fix a manual edit typo from #7993, fix the message formatting
10164              for Unicode, add few our declarations.
10165      Branch: perl
10166            ! lib/Carp/Heavy.pm
10167 ____________________________________________________________________________
10168 [  7993] By: jhi                                   on 2000/12/05  16:09:15
10169         Log: Subject: Need help with warnings :-(
10170              From: "Ben Tilly" <ben_tilly@hotmail.com>
10171              Date: Tue, 05 Dec 2000 01:35:54 -0500
10172              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
10173              
10174              Subject: UPDATE: Carp/Heavy now passes all tests
10175              From: "Ben Tilly" <ben_tilly@hotmail.com>
10176              Date: Tue, 05 Dec 2000 07:59:41 -0500
10177              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
10178              
10179              The Brave New Carp.
10180      Branch: perl
10181            ! lib/Carp.pm lib/Carp/Heavy.pm
10182 ____________________________________________________________________________
10183 [  7992] By: jhi                                   on 2000/12/05  15:55:08
10184         Log: Subject: [PATCH perl@7979] cygwin port
10185              From: "Eric Fifer" <efifer@dircon.co.uk>
10186              Date: Tue, 5 Dec 2000 14:04:09 -0000
10187              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
10188      Branch: perl
10189            ! t/lib/net-hostent.t
10190 ____________________________________________________________________________
10191 [  7991] By: jhi                                   on 2000/12/05  15:52:34
10192         Log: Subject: Re: [PATCH] The largest hoax of all times?
10193              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10194              Date: Tue, 5 Dec 2000 00:40:25 -0500
10195              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
10196              
10197              Subject: Re: [PATCH] The largest hoax of all times?
10198              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10199              Date: Mon, 4 Dec 2000 23:55:53 -0500
10200              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
10201              
10202              Subject: Re: [PATCH] The largest hoax of all times?
10203              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10204              Date: Tue, 5 Dec 2000 01:28:45 -0500
10205              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
10206              
10207              Fix the unpredictable order of DESTROYs.
10208      Branch: perl
10209            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
10210            ! sv.c sv.h t/op/ref.t
10211 ____________________________________________________________________________
10212 [  7990] By: jhi                                   on 2000/12/05  14:38:53
10213         Log: Subject: [PATCH] shrink pp_hot fractionally
10214              From: Nicholas Clark <nick@ccl4.org>
10215              Date: Tue, 5 Dec 2000 12:44:31 +0000
10216              Message-ID: <20001205124431.E74518@plum.flirble.org>
10217              
10218              Use report_evil_fh().
10219      Branch: perl
10220            ! opcode.pl opnames.h pp_hot.c util.c
10221 ____________________________________________________________________________
10222 [  7989] By: jhi                                   on 2000/12/05  14:21:27
10223         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
10224              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
10225              Date: Mon, 04 Dec 2000 22:21:59 -0800
10226              Message-ID: <HmIL6gzkgepS092yn@efn.org>
10227              
10228              Harness shouldn't ignore responses like "ok 3\r\r\n".
10229      Branch: perl
10230            ! lib/Test/Harness.pm
10231 ____________________________________________________________________________
10232 [  7988] By: jhi                                   on 2000/12/05  13:51:28
10233         Log: Integrate the "skip" messages to explain().
10234      Branch: perl
10235            ! t/lib/syslfs.t t/op/lfs.t
10236 ____________________________________________________________________________
10237 [  7987] By: jhi                                   on 2000/12/05  12:34:54
10238         Log: The one that got away in #7984.
10239              
10240              Subject: Re: dTHR - what and why?
10241              From: Michael Stevens <michael@etla.org> 
10242              Date: Tue, 5 Dec 2000 11:15:52 +0000
10243              Message-ID: <20001205111552.A4647@firedrake.org>
10244      Branch: perl
10245            ! sv.h
10246 ____________________________________________________________________________
10247 [  7986] By: gsar                                  on 2000/12/05  09:14:44
10248         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
10249              due to the notorious GetFileType() bug in Windows 9x, which fstat()
10250              tickles)
10251      Branch: perl
10252            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
10253 ____________________________________________________________________________
10254 [  7985] By: jhi                                   on 2000/12/05  05:49:03
10255         Log: Integrate perlio.
10256      Branch: perl
10257           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
10258           !> win32/perlhost.h win32/perllib.c
10259 ____________________________________________________________________________
10260 [  7984] By: jhi                                   on 2000/12/05  05:48:16
10261         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
10262      Branch: perl
10263            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
10264            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
10265            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
10266            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
10267            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
10268            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
10269            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
10270            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
10271            ! win32/win32.c
10272 ____________________________________________________________________________
10273 [  7983] By: nick                                  on 2000/12/04  23:27:43
10274         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
10275      Branch: perlio
10276            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
10277            ! win32/perlhost.h win32/perllib.c
10278 ____________________________________________________________________________
10279 [  7982] By: jhi                                   on 2000/12/04  19:44:09
10280         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
10281              uncovered by #7980.
10282      Branch: perl
10283            ! op.c
10284 ____________________________________________________________________________
10285 [  7981] By: jhi                                   on 2000/12/04  19:42:07
10286         Log: Subject: [PATCH] Trivial dump.c feature
10287              From: Simon Cozens <simon@cozens.net>
10288              Date: Mon, 4 Dec 2000 18:08:38 +0000
10289              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
10290              
10291              Show whether a constant is UTF-8.
10292      Branch: perl
10293            ! dump.c
10294 ____________________________________________________________________________
10295 [  7980] By: jhi                                   on 2000/12/04  19:36:51
10296         Log: UTF-8 hash keys, patch from Inaba Hiroto.
10297      Branch: perl
10298            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
10299 ____________________________________________________________________________
10300 [  7979] By: jhi                                   on 2000/12/04  17:36:28
10301         Log: Update Changes.
10302      Branch: perl
10303            ! Changes patchlevel.h
10304 ____________________________________________________________________________
10305 [  7978] By: jhi                                   on 2000/12/04  16:42:17
10306         Log: Retract #7977, still too volatile (the euphemism of the day
10307              for unfinished and buggy :-)
10308      Branch: perl
10309            ! doop.c hv.c pp.c sv.h
10310 ____________________________________________________________________________
10311 [  7977] By: jhi                                   on 2000/12/04  16:25:15
10312         Log: (Retracted by #7978, too shaky yet.)
10313              
10314              Subject: Re: utf8 in hash keys, implementor missing
10315              From: Simon Cozens <simon@cozens.net>
10316              Date: Sat, 2 Dec 2000 19:49:35 +0000
10317              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
10318              
10319              The first step at UTF-8 hash keys.
10320      Branch: perl
10321            ! doop.c hv.c pp.c sv.h
10322 ____________________________________________________________________________
10323 [  7976] By: jhi                                   on 2000/12/04  16:13:53
10324         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
10325              From: sthoenna@efn.org
10326              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
10327              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
10328      Branch: perl
10329            ! os2/os2.c perlio.c
10330 ____________________________________________________________________________
10331 [  7975] By: jhi                                   on 2000/12/04  16:05:25
10332         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
10333              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
10334              Date: Thu, 30 Nov 2000 20:50:37 -0800
10335              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
10336      Branch: perl
10337            ! os2/os2.c
10338 ____________________________________________________________________________
10339 [  7974] By: jhi                                   on 2000/12/04  16:03:57
10340         Log: Subject: [PATCH] ++ 20% faster
10341              From: Nicholas Clark <nick@ccl4.org>
10342              Date: Mon, 4 Dec 2000 12:17:27 +0000
10343              Message-ID: <20001204121726.B52976@plum.flirble.org>
10344              
10345              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
10346      Branch: perl
10347            ! sv.c
10348 ____________________________________________________________________________
10349 [  7973] By: jhi                                   on 2000/12/04  16:00:48
10350         Log: 
10351              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
10352              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10353              Date: Mon, 04 Dec 2000 12:30:45 +0100
10354              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
10355              
10356              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
10357              library (getprotobyname and getprotobynumber are outversioned by
10358              the same calls in libc, at least for xlc version 3.
10359      Branch: perl
10360            ! hints/aix.sh
10361 ____________________________________________________________________________
10362 [  7972] By: jhi                                   on 2000/12/04  02:58:31
10363         Log: Integrate perlio.
10364      Branch: perl
10365           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
10366           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
10367           !> win32/win32.h win32/win32iop.h win32/win32thread.h
10368 ____________________________________________________________________________
10369 [  7971] By: nick                                  on 2000/12/04  00:24:33
10370         Log: Quieten some noise in Win32 builds:
10371              - win32.h is included after <sys/socket.h>, so need to 
10372              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
10373              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
10374      Branch: perlio
10375            ! doio.c perl.h toke.c win32/win32.h
10376 ____________________________________________________________________________
10377 [  7970] By: nick                                  on 2000/12/03  22:57:46
10378         Log: PERL_IMPLICIT_SYS compiles but does not work.
10379      Branch: perlio
10380            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
10381            ! win32/perlhost.h win32/perllib.c win32/win32.h
10382            ! win32/win32iop.h win32/win32thread.h
10383 ____________________________________________________________________________
10384 [  7969] By: jhi                                   on 2000/12/03  22:12:58
10385         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
10386              used to swash_init(), makes regprop() dumps more informative
10387              (+utf8::IsAlpha, -utf8::IsDigit, for example).
10388      Branch: perl
10389            ! regcomp.c regexec.c
10390 ____________________________________________________________________________
10391 [  7968] By: jhi                                   on 2000/12/03  21:39:56
10392         Log: Implement ANYOFUTF8 regprop() dumping.
10393      Branch: perl
10394            ! regcomp.c
10395 ____________________________________________________________________________
10396 [  7967] By: jhi                                   on 2000/12/03  20:57:19
10397         Log: Make uv_to_utf8() to zero-terminate its output buffer,
10398              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
10399      Branch: perl
10400            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
10401 ____________________________________________________________________________
10402 [  7966] By: nick                                  on 2000/12/03  18:41:21
10403         Log: Integrate mainline (STDCHAR)
10404      Branch: perlio
10405           !> Configure t/pragma/utf8.t
10406 ____________________________________________________________________________
10407 [  7965] By: jhi                                   on 2000/12/03  17:58:20
10408         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
10409      Branch: perl
10410            ! t/pragma/utf8.t
10411 ____________________________________________________________________________
10412 [  7964] By: jhi                                   on 2000/12/03  17:35:56
10413         Log: Integrate perlio.
10414      Branch: perl
10415           !> iperlsys.h perlio.c
10416 ____________________________________________________________________________
10417 [  7963] By: jhi                                   on 2000/12/03  17:33:55
10418         Log: Metaconfig unit change for #7962.
10419      Branch: metaconfig
10420            ! U/modified/stdchar.U
10421 ____________________________________________________________________________
10422 [  7962] By: jhi                                   on 2000/12/03  17:33:27
10423         Log: Untangle the <stdio.h> #include nest for the stdchar test,
10424              from Andy Dougherty.
10425      Branch: perl
10426            ! Configure
10427 ____________________________________________________________________________
10428 [  7961] By: nick                                  on 2000/12/03  16:53:00
10429         Log: Make iperlsys.h vector stdio not PerlIO.
10430      Branch: perlio
10431            ! iperlsys.h perlio.c
10432 ____________________________________________________________________________
10433 [  7960] By: nick                                  on 2000/12/03  14:43:01
10434         Log: Integrate mainline
10435      Branch: perlio
10436           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
10437           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
10438 ____________________________________________________________________________
10439 [  7959] By: jhi                                   on 2000/12/03  08:16:36
10440         Log: Use DO_UTF8().
10441      Branch: perl
10442            ! op.c
10443 ____________________________________________________________________________
10444 [  7958] By: jhi                                   on 2000/12/02  18:33:05
10445         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
10446              From: Mike Guy <mjtg@cam.ac.uk>         
10447              Date: Sat, 02 Dec 2000 17:27:13 +0000
10448              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
10449              
10450              An extraneous argument.
10451      Branch: perl
10452            ! toke.c
10453 ____________________________________________________________________________
10454 [  7957] By: jhi                                   on 2000/12/02  18:22:32
10455         Log: A missing hunk.
10456      Branch: perl
10457            ! t/lib/net-hostent.t
10458 ____________________________________________________________________________
10459 [  7956] By: jhi                                   on 2000/12/02  18:06:20
10460         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
10461              From: Nicholas Clark <nick@ccl4.org>
10462              Date: Sat, 2 Dec 2000 14:28:27 +0000
10463              Message-ID: <20001202142827.A12308@plum.flirble.org>
10464              
10465              Test robustness.
10466      Branch: perl
10467            ! t/lib/net-hostent.t
10468 ____________________________________________________________________________
10469 [  7955] By: jhi                                   on 2000/12/02  17:58:06
10470         Log: Metaconfig unit change for #7954.
10471      Branch: metaconfig
10472            ! U/modified/stdchar.U
10473 ____________________________________________________________________________
10474 [  7954] By: jhi                                   on 2000/12/02  17:54:32
10475         Log: An inconvenient hang would happen if the stdio _ptr wasn't
10476              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
10477              would be grepping stdin for all eternity for the _ptr.)
10478      Branch: perl
10479            ! Configure
10480 ____________________________________________________________________________
10481 [  7953] By: jhi                                   on 2000/12/02  00:07:15
10482         Log: Update Changes.
10483      Branch: perl
10484            ! Changes patchlevel.h
10485 ____________________________________________________________________________
10486 [  7952] By: jhi                                   on 2000/12/01  23:54:47
10487         Log: Subject: Re: long shell lines
10488              From: Andy Dougherty <doughera@lafayette.edu>
10489              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
10490              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
10491              
10492              Split overly long shell command lines.
10493      Branch: perl
10494            ! lib/ExtUtils/MM_Unix.pm
10495 ____________________________________________________________________________
10496 [  7951] By: jhi                                   on 2000/12/01  23:48:02
10497         Log: The metaconfig unit change for #7950.
10498      Branch: metaconfig
10499            + U/modified/stdchar.U
10500 ____________________________________________________________________________
10501 [  7950] By: jhi                                   on 2000/12/01  23:47:39
10502         Log: Try to find stdchar also from <stdio_impl.h>.
10503      Branch: perl
10504            ! Configure config_h.SH
10505 ____________________________________________________________________________
10506 [  7949] By: jhi                                   on 2000/12/01  23:46:45
10507         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
10508              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
10509              Date: Fri, 1 Dec 2000 16:26:08 -0500
10510              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
10511              
10512              Reword the diagnostic message.
10513      Branch: perl
10514            ! pod/perldiag.pod
10515 ____________________________________________________________________________
10516 [  7948] By: nick                                  on 2000/12/01  22:49:43
10517         Log: Integrate mainline (for s/y/m as sub names stuff).
10518      Branch: perlio
10519           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
10520           !> t/pragma/warn/toke toke.c
10521 ____________________________________________________________________________
10522 [  7947] By: jhi                                   on 2000/12/01  20:55:41
10523         Log: Integrate perlio.
10524      Branch: perl
10525           !> perlio.c perliol.h t/io/pipe.t
10526 ____________________________________________________________________________
10527 [  7946] By: jhi                                   on 2000/12/01  20:36:51
10528         Log: Upgrade to CPAN 1.59_51, from Andreas König.
10529      Branch: perl
10530            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
10531 ____________________________________________________________________________
10532 [  7945] By: nick                                  on 2000/12/01  20:31:32
10533         Log: Integrate mainline
10534      Branch: perlio
10535           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
10536           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
10537           +> t/lib/net-hostent.t
10538           !> (integrate 35 files)
10539 ____________________________________________________________________________
10540 [  7944] By: jhi                                   on 2000/12/01  20:23:29
10541         Log: Some help for 20001130.011.  Now one gets warnings like
10542              "Ambiguous -f() resolved as a file test ..."
10543      Branch: perl
10544            ! pod/perldiag.pod t/pragma/warn/toke toke.c
10545 ____________________________________________________________________________
10546 [  7943] By: jhi                                   on 2000/12/01  19:44:44
10547         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
10548              that also breaks using them as methods. 
10549      Branch: perl
10550            ! pod/perldiag.pod t/op/misc.t toke.c
10551 ____________________________________________________________________________
10552 [  7942] By: nick                                  on 2000/12/01  17:56:46
10553         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
10554              Make 'unix' pass most tests
10555              - do unread by temporary push of layer ("pending") holding unread chars
10556              - fast_gets is now based on per-handle flag
10557              - relax one of io/pipe.t tests to allow print to fail and close to
10558              succeed so that it passes on unbuffered "unix" layer.
10559              Remaining fail is sporadic and a genuine race condition between
10560              parent/child in fork test.
10561      Branch: perlio
10562            ! perlio.c perliol.h t/io/pipe.t
10563 ____________________________________________________________________________
10564 [  7941] By: jhi                                   on 2000/12/01  15:28:58
10565         Log: (Retracted by #7943.)
10566              
10567              Reserve the short named string operator names.
10568      Branch: perl
10569            ! pod/perldiag.pod t/op/misc.t toke.c
10570 ____________________________________________________________________________
10571 [  7940] By: jhi                                   on 2000/12/01  06:45:53
10572         Log: Get the three different space character classes right under utf8.
10573      Branch: perl
10574            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
10575            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
10576            ! regexec.c t/op/pat.t utf8.c
10577 ____________________________________________________________________________
10578 [  7939] By: jhi                                   on 2000/12/01  03:26:26
10579         Log: Two more tests that make no sense in UTF-8 since the test
10580              data is not in UTF-8.
10581      Branch: perl
10582            ! t/op/regexp.t
10583 ____________________________________________________________________________
10584 [  7938] By: jhi                                   on 2000/12/01  03:20:39
10585         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
10586              should it be required inside regexen?
10587      Branch: perl
10588            ! regcomp.c t/op/regmesg.t
10589 ____________________________________________________________________________
10590 [  7937] By: jhi                                   on 2000/12/01  02:58:53
10591         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
10592              stored and restored, and thusly was trounced by the utf8 swash
10593              routines.
10594      Branch: perl
10595            ! regcomp.c
10596 ____________________________________________________________________________
10597 [  7936] By: jhi                                   on 2000/11/30  20:41:39
10598         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
10599              Why the different platforms behave so differently (core dump vs
10600              no core dump) on this bug is a but of a mystery, but if I had to
10601              guess I would mumble something like 'alignment'.
10602      Branch: perl
10603            ! sv.c
10604 ____________________________________________________________________________
10605 [  7935] By: jhi                                   on 2000/11/30  16:17:02
10606         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
10607              From: Robin Barker <rmb1@cise.npl.co.uk>
10608              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
10609              Date: Thu, 30 Nov 2000 14:27:12 GMT
10610      Branch: perl
10611            ! perlio.c toke.c
10612 ____________________________________________________________________________
10613 [  7934] By: jhi                                   on 2000/11/30  16:04:49
10614         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
10615      Branch: perl
10616            ! t/lib/net-hostent.t
10617 ____________________________________________________________________________
10618 [  7933] By: jhi                                   on 2000/11/30  06:07:26
10619         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
10620              From: Peter Prymmer <pvhp@forte.com>
10621              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
10622              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
10623              
10624              In VMS the localhost may be LOCALHOST.
10625      Branch: perl
10626            ! t/lib/net-hostent.t
10627 ____________________________________________________________________________
10628 [  7932] By: jhi                                   on 2000/11/30  01:11:11
10629         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
10630              From: Peter Prymmer <pvhp@forte.com>
10631              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
10632              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
10633              
10634              plus regen perlapi.pod.
10635      Branch: perl
10636            ! pod/perlapi.pod utf8.c
10637 ____________________________________________________________________________
10638 [  7931] By: jhi                                   on 2000/11/30  01:06:19
10639         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
10640              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10641              Date:     Wed, 29 Nov 2000 17:15:11 EST
10642              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
10643      Branch: perl
10644            ! t/lib/filter-util.pl t/lib/filter-util.t
10645 ____________________________________________________________________________
10646 [  7930] By: jhi                                   on 2000/11/29  18:51:55
10647         Log: Update Changes.
10648      Branch: perl
10649            ! Changes patchlevel.h
10650 ____________________________________________________________________________
10651 [  7929] By: jhi                                   on 2000/11/29  18:50:55
10652         Log: Update the va_copy() metaconfig unit.
10653      Branch: metaconfig/U/perl
10654            ! need_va_copy.U
10655 ____________________________________________________________________________
10656 [  7928] By: jhi                                   on 2000/11/29  17:50:43
10657         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
10658              From: Dominic Dunlop <domo@computer.org>
10659              Date: Tue, 28 Nov 2000 16:41:57 +0100
10660              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
10661              
10662              Patch to catch a core dump in the Configure va_copy test.
10663      Branch: perl
10664            ! Configure config_h.SH
10665 ____________________________________________________________________________
10666 [  7927] By: jhi                                   on 2000/11/29  17:31:59
10667         Log: Retract #7921, the patch shouldn't be needed.
10668      Branch: perl
10669            ! sv.c
10670 ____________________________________________________________________________
10671 [  7926] By: jhi                                   on 2000/11/29  17:01:41
10672         Log: Make the Class::Struct import() wiser.
10673      Branch: perl
10674            ! lib/Class/Struct.pm t/lib/class-struct.t
10675 ____________________________________________________________________________
10676 [  7925] By: jhi                                   on 2000/11/29  16:36:33
10677         Log: All the core library users of Class::Struct seem to be
10678              using "use Class::Struct 'struct';" instead of the bare
10679              "use Class::Struct;", which isn't documented in Class::Struct.
10680              This can't be right.
10681      Branch: perl
10682            ! lib/File/stat.pm
10683 ____________________________________________________________________________
10684 [  7924] By: jhi                                   on 2000/11/29  16:32:15
10685         Log: A test works better if it has the right 1..$n output.
10686      Branch: perl
10687            ! t/lib/class-struct.t
10688 ____________________________________________________________________________
10689 [  7923] By: jhi                                   on 2000/11/29  16:29:11
10690         Log: Forgot to MANIFEST the new Net::hostent test.
10691      Branch: perl
10692            ! MANIFEST
10693 ____________________________________________________________________________
10694 [  7922] By: jhi                                   on 2000/11/29  16:27:49
10695         Log: Integrate perlio.
10696      Branch: perl
10697           !> iperlsys.h perlio.c
10698 ____________________________________________________________________________
10699 [  7921] By: jhi                                   on 2000/11/29  16:27:10
10700         Log: (Retracted by #7927.)
10701              
10702              Subject: [PATCH] Is infinity a number?
10703              From: Simon Cozens <simon@cozens.net>
10704              Date: Wed, 29 Nov 2000 14:48:20 +0000
10705              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
10706      Branch: perl
10707            ! sv.c
10708 ____________________________________________________________________________
10709 [  7920] By: jhi                                   on 2000/11/29  16:23:02
10710         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
10711              From: rspier@pobox.com (Robert Spier)
10712              Date: Wed, 29 Nov 2000 02:17:49 -0500
10713              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
10714              
10715              Add a test for Net::hostent.
10716      Branch: perl
10717            + t/lib/net-hostent.t
10718 ____________________________________________________________________________
10719 [  7919] By: jhi                                   on 2000/11/29  16:21:31
10720         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
10721              add a test for Class::Struct.
10722      Branch: perl
10723            + t/lib/class-struct.t
10724            ! MANIFEST lib/Class/Struct.pm
10725 ____________________________________________________________________________
10726 [  7918] By: jhi                                   on 2000/11/29  15:48:40
10727         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
10728              From: rspier@pobox.com (Robert Spier)
10729              Date: Wed, 29 Nov 2000 02:25:39 -0500
10730              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
10731              
10732              More checking in case someone has broken their services or
10733              protocol databases.
10734      Branch: perl
10735            ! ext/Sys/Syslog/Syslog.pm
10736 ____________________________________________________________________________
10737 [  7917] By: jhi                                   on 2000/11/29  15:46:25
10738         Log: Subject: [PATCH] $^O  win32 -> MSWin32
10739              From: rspier@pobox.com (Robert Spier)
10740              Date: Wed, 29 Nov 2000 02:17:38 -0500
10741              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
10742              
10743              plus similar nits for vms, err, VMS, and UNICOS.
10744      Branch: perl
10745            ! t/lib/syslfs.t t/op/lfs.t
10746 ____________________________________________________________________________
10747 [  7916] By: jhi                                   on 2000/11/29  15:42:51
10748         Log: Subject: [PATCH] Tokeniser debugging
10749              From: Simon Cozens <simon@cozens.net>
10750              Date: Wed, 29 Nov 2000 14:15:45 +0000
10751              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
10752      Branch: perl
10753            ! perl.c perl.h pod/perlrun.pod toke.c
10754 ____________________________________________________________________________
10755 [  7915] By: jhi                                   on 2000/11/29  15:41:36
10756         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
10757              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10758              Date: Wed, 29 Nov 2000 02:13:14 -0500
10759              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
10760              
10761              OUT keyword nits.
10762              
10763              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
10764              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10765              Date: Wed, 29 Nov 2000 03:09:04 -0500
10766              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
10767              
10768              OUT and IN_OUT documentation.
10769      Branch: perl
10770            ! lib/ExtUtils/xsubpp pod/perlxs.pod
10771 ____________________________________________________________________________
10772 [  7914] By: jhi                                   on 2000/11/29  03:35:01
10773         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
10774              From: John Tobey <jtobey@john-edwin-tobey.org>
10775              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
10776              Message-Id: <m140e1N-000FOoC@feynman.localnet>
10777              
10778              plus a performance speedup noticed by Sarathy.
10779      Branch: perl
10780            ! op.c
10781 ____________________________________________________________________________
10782 [  7913] By: jhi                                   on 2000/11/29  03:16:59
10783         Log: Use "1 while unlink" so that VMS gets clean, too.
10784      Branch: perl
10785            ! t/lib/filter-util.t
10786 ____________________________________________________________________________
10787 [  7912] By: jhi                                   on 2000/11/29  03:09:08
10788         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
10789              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10790              Date: Tue, 28 Nov 2000 03:27:09 -0500
10791              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
10792      Branch: perl
10793            ! lib/ExtUtils/xsubpp
10794 ____________________________________________________________________________
10795 [  7911] By: jhi                                   on 2000/11/29  03:06:30
10796         Log: This should have been part of #7872: no need to scan UTF-8
10797              until eternity.
10798      Branch: perl
10799            ! utf8.c
10800 ____________________________________________________________________________
10801 [  7910] By: jhi                                   on 2000/11/29  02:50:04
10802         Log: One more perltie.pod nit from Casey R. Tweten.
10803      Branch: perl
10804            ! pod/perltie.pod
10805 ____________________________________________________________________________
10806 [  7909] By: jhi                                   on 2000/11/29  02:44:23
10807         Log: Document the known sprintf test failures, exact standard
10808              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
10809      Branch: perl
10810            ! pod/perldelta.pod t/op/sprintf.t
10811 ____________________________________________________________________________
10812 [  7908] By: jhi                                   on 2000/11/29  02:36:23
10813         Log: Add the Encoding table format documentation.
10814      Branch: perl
10815            + ext/Encode/Encode/EncodeFormat.pod
10816            ! MANIFEST
10817 ____________________________________________________________________________
10818 [  7907] By: jhi                                   on 2000/11/29  02:07:24
10819         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
10820              From: "Casey R. Tweten" <crt@kiski.net>
10821              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
10822              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
10823              
10824              Subject: Re: [PATCH] Updating perltie.pod for arrays
10825              From: "Casey R. Tweten" <crt@kiski.net>
10826              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
10827              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
10828      Branch: perl
10829            ! pod/perltie.pod
10830 ____________________________________________________________________________
10831 [  7906] By: nick                                  on 2000/11/28  22:40:59
10832         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
10833      Branch: perlio
10834            ! iperlsys.h perlio.c
10835 ____________________________________________________________________________
10836 [  7905] By: nick                                  on 2000/11/28  22:04:34
10837         Log: Integrate mainline
10838      Branch: perlio
10839           !> (integrate 39 files)
10840 ____________________________________________________________________________
10841 [  7904] By: jhi                                   on 2000/11/28  16:44:43
10842         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
10843              From: Nicholas Clark <nick@babyhippo.co.uk>
10844              Date: Tue, 28 Nov 2000 11:16:57 +0000
10845              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
10846      Branch: perl
10847            ! pod/perlipc.pod
10848 ____________________________________________________________________________
10849 [  7903] By: jhi                                   on 2000/11/28  16:40:31
10850         Log: Subject: [PATCH] Updating perltie.pod for arrays
10851              From: "Casey R. Tweten" <crt@kiski.net>
10852              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
10853              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
10854      Branch: perl
10855            ! pod/perltie.pod
10856 ____________________________________________________________________________
10857 [  7902] By: jhi                                   on 2000/11/28  16:39:37
10858         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
10859              From: Robin Barker <rmb1@cise.npl.co.uk>
10860              Date: Mon, 27 Nov 2000 17:56:44 GMT
10861              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
10862      Branch: perl
10863            ! pod/perlfunc.pod t/op/split.t
10864 ____________________________________________________________________________
10865 [  7901] By: jhi                                   on 2000/11/28  16:28:04
10866         Log: setmode() is a DOSish-only thing.
10867      Branch: perl
10868            ! perlio.c
10869 ____________________________________________________________________________
10870 [  7900] By: jhi                                   on 2000/11/28  16:21:46
10871         Log: Subject: [PATCH] perlcc.PL cleanups
10872              From: Simon Cozens <simon@cozens.net>
10873              Date: Tue, 28 Nov 2000 12:44:35 +0000
10874              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
10875      Branch: perl
10876            ! utils/perlcc.PL
10877 ____________________________________________________________________________
10878 [  7899] By: gsar                                  on 2000/11/28  06:32:55
10879         Log: reintegrate files missed by change#7895
10880      Branch: maint-5.6/perl
10881           +> ext/ByteLoader/bytecode.h utils/Makefile
10882            - utils/perlbc.PL
10883 ____________________________________________________________________________
10884 [  7897] By: gsar                                  on 2000/11/27  18:22:47
10885         Log: can't integrate these two files, for some reason
10886      Branch: maint-5.6/perl
10887            - ext/ByteLoader/bytecode.h utils/Makefile
10888 ____________________________________________________________________________
10889 [  7895] By: gsar                                  on 2000/11/27  18:11:21
10890         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
10891              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
10892              6757..6890,6892..6901 from mainline
10893              
10894              Bytecompiler patches from Benjamin Stuhl.
10895              
10896              More bytecompiler.
10897              
10898              Subject: [PATCH blead] B:: missing dependency
10899              
10900              Subject: [PATCH: 6757] configure.com updates and syslog build
10901              
10902              Long double Gconvert fixes from Yitzchak Scott-Thoennes
10903              and Spider Boardman.
10904              
10905              Subject: [PATCH blead] nextchar() abuse misses an optimisation
10906              
10907              Long double fixes from Spider Boardman.
10908              
10909              Make the selection of NVff et al stricter.
10910              
10911              cSVOPo_*v things index into the current PL_curpad
10912              under ithreads, which is different from the curpad
10913              used by the XSUB.  (In other words, the code as-is
10914              before this patch wouldn't work under ithreads.)
10915              
10916              Be portable.
10917              
10918              VMS MMS (make) wants null action.
10919              
10920              Mac and other portability updates from Chris Nandor.
10921              
10922              Storable support, v-version fixes.
10923              Subject: CPAN.pm beta for testing available
10924              
10925              Portability fix from Hugo van der Sanden.
10926              
10927              Bad makefile.
10928              
10929              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
10930              
10931              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
10932              
10933              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
10934              
10935              Replace #6705 with a minimal doc patch.
10936              Subject: [PATCH 5.6.0] replace change #6705
10937              
10938              Drop the separate perlbc, perlcc -b should be enough.
10939              
10940              installperl couldn't tell whether it had run tests or not.
10941              Subject: [PATCH] Re: installperl and t/TEST
10942              
10943              Add silencer flags to installperl.
10944              Subject: [PATCH] Making installperl silent.
10945              
10946              Make "make install" by default silent.  A new "install-verbose"
10947              target is verbose.
10948              
10949              More liberal parsing of version numbers.
10950              Subject: Re: CPAN.pm beta for testing available
10951              
10952              Create directories in silence.
10953              Subject: [PATCH] Another silencer for MakeMaker
10954              
10955              DOS patches and portability/porting notes, from Tim Jenness.
10956              
10957              Make installman to recognize the silence flag -S.
10958              
10959              Actually do something with the silencer option.
10960              
10961              Continue silencing.
10962              
10963              Show the doc file, not the temp file.
10964              
10965              Regen perltoc.
10966              
10967              Subject: [PATCH] More silencing of installman.
10968              
10969              Better wording for the vec lvalue diagnostic.
10970              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
10971              
10972              Subject: [PATCH: 6805] several more tweaks to configure.com
10973              
10974              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
10975              
10976              Missing parts of 
10977              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
10978              
10979              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
10980              (applied slightly modified)
10981              
10982              installperl --verbose and --silent.
10983              Subject: Re: [PATCH] More silencing of installman.
10984              
10985              Add install-silent target.
10986              
10987              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
10988              the problem reported in
10989              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
10990              
10991              Tweak the sfio/useperlio logic, hopefully as wished in
10992              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
10993              
10994              One forgotten file from #6816.
10995              
10996              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
10997              
10998              Remove duplicately applied patch shards.
10999              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
11000              
11001              Support preserving extremely big/small angles.
11002              
11003              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
11004              
11005              Subject: [PATCH] installation not quite silent yet.
11006              
11007              Update the test count.
11008              
11009              Use UVxf, PTR2UV, NVff.
11010              
11011              Document PTR2XX and INT2PTR.
11012              
11013              no-install target a la make -n.
11014              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
11015              
11016              grep -e isn't portable.
11017              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
11018              
11019              Can't get the test to reliably work thanks to the
11020              inaccurateness of floating point.  "Resolves" bug ids
11021              20000826.003, 20000826.009, 20000826.010,
11022              
11023              Subject: installman buglet
11024              
11025              DJGPP update from Laszlo Molnar.
11026              
11027              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
11028              
11029              Passing -R in ldflags makes now it to appear in the default
11030              for lddlflags, just like with -L.
11031              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
11032              
11033              Test nit.
11034              
11035              Use the actual thread type, not the pointer-to-struct.
11036              
11037              Provice virtual $Config{ccflags_nolargefiles} etc. 
11038              
11039              display_format used as a class method without arguments was broken,
11040              reported in
11041              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
11042              
11043              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
11044              
11045              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
11046              
11047              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
11048              
11049              opmini.o may be left around if a build is interrupted.
11050              
11051              Typo in #6858.
11052              
11053              Fix for ID 20000828.001, long doubles were not formatted
11054              correctly (showed up in $], which stopped installing perl).
11055              
11056              An attempt to fix the problem reported in
11057              Subject: Building perl@6856 using gcc/AIX 4.3.3 
11058              I can't test this properly since the gcc installation I have
11059              access to seems to be botched (gcc is calling the AIX cpp,
11060              a losing proposition...)
11061              
11062              Add -ld to archname on long tr...double platforms.
11063              
11064              Subject: hv.h Doc Patch
11065              
11066              Potential cruft.
11067              
11068              Subject: [PATCH bleedperl@6856] warnings fixes
11069              
11070              -S is the silent flag, -s is the strip flag.
11071              Subject: [PATCH] Re: [PATCH] make no-install          
11072              
11073              Take out the SUIDMAIL thing, that will not be
11074              a problem in 5.7.*.
11075              
11076              Subject: [PATCH bleedperl@6866] spellings
11077              
11078              Subject: [PATCH] Re: files not cleaned even by veryclean
11079              
11080              Use minimal @INC in tests, most of the time just '../lib',
11081              so that we simply can't pick up stuff from other Perls than
11082              the one we are testing.  Pointed out by
11083              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
11084              
11085              Update to Getopt::Long 2.24, from Johan Vromans.
11086              
11087              Fix for thinko in #6848.
11088              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
11089              
11090              Patches all over for people and the files they (hopefully) care about.
11091              
11092              Subject: Net::protoent does not export 'getproto'
11093              
11094              Missed a change in #6869.
11095              
11096              Subject: [PATCH] Warnings in B::Deparse
11097              
11098              Subject: [PATCH] Glob dumping
11099              
11100              Disable one of the tests for now.
11101              
11102              Disabling the one test is a bit tricky.
11103              
11104              Don't forget to tidy up.
11105              
11106              The #6881 removed one dump line.
11107              
11108              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
11109              
11110              Under usethreads the dumped variable is IN_PAD.
11111              Subject: Re: [PATCH] Glob dumping
11112              
11113              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
11114              
11115              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
11116              
11117              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
11118              
11119              Regen Configure for #6894.
11120              
11121              Subject: [PATCH: 6889] updates to perlebcdic.pod
11122              
11123              Undo namespace pollution of #6878.
11124              Subject: Re: Net::protoent does not export 'getproto'
11125              
11126              Admit that we are leaking scalars.
11127              
11128              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
11129      Branch: maint-5.6/perl
11130           !> (integrate 271 files)
11131 ____________________________________________________________________________
11132 [  7894] By: gsar                                  on 2000/11/27  16:00:34
11133         Log: a couple of nits
11134      Branch: maint-5.6/perl
11135            ! MANIFEST pp_sys.c
11136 ____________________________________________________________________________
11137 [  7893] By: gsar                                  on 2000/11/27  15:10:56
11138         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
11139              6740..6745,6747..6757,6760
11140              
11141              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
11142              
11143              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
11144              
11145              Doc nits spotted by Richard Soderberg.
11146              
11147              move WNOHANG definition to where other such things are
11148              
11149              Make $Config{byteorder} more magical so that it is
11150              dynamically computed: nice for 'fat binaries'.
11151              Subject: [PATCH]: default byteorder
11152              
11153              Subject: [PATCH] Cwd.pm now uses strict
11154              
11155              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
11156              
11157              Get -DLEAKTEST to compile (not necessarily to work, mind)
11158              Subject: [ID 20000724.006] -DLEAKTEST problem
11159              
11160              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
11161              
11162              Add perlebcdic from Peter Prymmer, regen toc.
11163              
11164              Don't propose using modules built for 5.005 if no binary
11165              compatibility with 5.005 is attempted.
11166              
11167              Do not use prototyping here.
11168              Subject: [ID 20000817.016] [PATCH] Peek.xs
11169              
11170              Document what the backtick returns if the command fails.
11171              
11172              Add byteorder to the myconfig output.
11173              
11174              Introduce NVef, NVff, and NVgf, use the middle one.
11175              (helps for lib/peek + Linux + long doubles)  Reported in
11176              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
11177              Use NVs in POSIX math, not doubles.
11178              Subject: [ID 20000817.014] POSIX & modfl
11179              
11180              Subject: [PATCH 5.6.0+] newSVrv() memory leak
11181              
11182              The byteorder code in #6671 was wrong.
11183              
11184              Fix the lib/complex failure of
11185              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
11186              Linux long double accuracy issue: something that
11187              when printed with %g looks like "2" but int() of it is 1.
11188              
11189              Propagate new Configure vars.
11190              
11191              Unbuffer the output.
11192              
11193              Subject: [PATCH] perltrap.pod spring cleaning
11194              
11195              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
11196              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
11197              
11198              Tiny Getopt::Long patch from Johan Vromans.
11199              
11200              Document code point which makes if (defined %stash::) to work
11201              (noted by Spider Boardman).
11202              
11203              Subject: [PATCH perl@6698] cygwin port
11204              
11205              Document the NDBM_File and ODBM_File as SDBM_File
11206              was documented in #6417.
11207              
11208              The new tests were missing from #6415.
11209              
11210              Add [[:blank:]] as suggested in
11211              Subject: [ID 20000716.024] [=cc=] / [:blank:]
11212              (the [=cc=] has already been taken care of by #6439
11213              so the whole bug report can be closed)
11214              and make [[:space:]] to be equivalent to isspace(3)
11215              (as opposed to \s, which is isSPACE()).  The difference
11216              is that now [[:space:]] matches the mythical vertical tab,
11217              while \s doesn't.
11218              
11219              Don't eat leading os from index entries.
11220              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
11221              
11222              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
11223              
11224              Typo in pp_complement().
11225              Subject: [PATCH perl-current] Deparse
11226              
11227              Add warnif(), check warnings further up the stack,
11228              all the warnings functions now can take an optional object reference.
11229              Subject: [PATCH bleedperl@6691] warnings pragma update
11230              
11231              Fix a core dump in lib/selfloader under -DDEBUGGING.
11232              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
11233              
11234              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
11235              
11236              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
11237              
11238              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
11239              Put back the long double avoidance code to POSIX.xs
11240              because VMS seems to need it still.
11241              
11242              Introduce a 'veryclean' target that is like 'distclean'
11243              but also removes *~ and *.orig.
11244              
11245              Subject: [ID 20000817.023] endianness description in perlfunc.pod
11246              
11247              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
11248              
11249              Let's try #6717 again.
11250              
11251              UTF8 concat fixes.
11252              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
11253              
11254              pp_open() could pass an uninitialized filename down to do_open9().
11255              
11256              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
11257              
11258              Update to CGI 2.72, from Lincoln Stein.
11259              
11260              Subject: [PATCH] Silence MakeMaker (Was: installman)
11261              
11262              Use temporary directory instead of current directory.
11263              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
11264              
11265              Document odd vs even subreleases and -Dusedevel.
11266              
11267              The veryclean target needs to clobber.
11268              
11269              Use File::Spec->tmpdir().
11270              
11271              Document the number of exponent digits.
11272              
11273              Mention perlebcdic and perlposix-bc.
11274              
11275              s/this one/the 5.6.0 release/
11276              
11277              The #6724 is here.
11278              
11279              The correct cleaning order is an art.
11280              
11281              small tweaks for change#6705: avoid C++ style comments in C code;
11282              use Perl's malloc API rather than the low level system one
11283              
11284              Array context keeps slithering in.
11285              
11286              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
11287              
11288              Subject: [PATCH] os2.c fix for use64bitint
11289              
11290              Update to Pod::LaTeX 0.53.
11291              Subject: [PATCH] lib/Pod/LaTeX.pm updates
11292              
11293              Document the endianness of Alpha more precisely.
11294              
11295              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
11296              
11297              Rename the macro argument because some preprocessors
11298              can't tell the difference and expand arguments also inside
11299              double quoted strings.
11300              
11301              free TLS slot properly on Windows
11302              
11303              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
11304              
11305              Unicos/mk requires elaborate paranoia.
11306              
11307              Tweak the floating point output routine preferences.
11308              
11309              Also under djgpp the timestamps are funky.
11310              
11311              Apply some PodParser 1.18 patches; the Pod/Find.pm
11312              patches cannot be applied since #6712 conflicts.
11313              
11314              Use PodParser 1.18 new test.
11315              
11316              A pod nit.
11317              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
11318              
11319              Be verydeepclean.
11320      Branch: maint-5.6/perl
11321           +> pod/perlebcdic.pod
11322           !> (integrate 106 files)
11323 ____________________________________________________________________________
11324 [  7892] By: jhi                                   on 2000/11/27  15:02:32
11325         Log: Update Changes.
11326      Branch: perl
11327            ! Changes patchlevel.h
11328 ____________________________________________________________________________
11329 [  7891] By: jhi                                   on 2000/11/27  14:57:23
11330         Log: Subject: Re: perlfaq style changes
11331              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11332              Date: Sat, 25 Nov 2000 23:32:26 -0800
11333              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
11334              
11335              plus a note from Ronald Kimball.
11336      Branch: perl
11337            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
11338 ____________________________________________________________________________
11339 [  7890] By: jhi                                   on 2000/11/27  14:53:14
11340         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
11341              From: Benjamin Holzman <bah@ecnvantage.com>
11342              Date: Sun, 26 Nov 2000 16:27:33 -0500
11343              Message-ID: <20001126162733.J25040@ecnvantage.com>
11344      Branch: perl
11345            ! gv.c
11346 ____________________________________________________________________________
11347 [  7889] By: jhi                                   on 2000/11/27  14:43:11
11348         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
11349              From: lvirden@cas.org
11350              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
11351              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
11352      Branch: perl
11353            ! README.amiga
11354 ____________________________________________________________________________
11355 [  7888] By: jhi                                   on 2000/11/27  14:32:34
11356         Log: Restore also the locale test to no-sprintf-taint state.
11357              Fixes the bug 20001127.003.
11358      Branch: perl
11359            ! sv.c t/pragma/locale.t
11360 ____________________________________________________________________________
11361 [  7887] By: gsar                                  on 2000/11/27  14:13:05
11362         Log: integrate changes#6613..6616,6620..6665 from mainline
11363              
11364              VMS configure.com update continues.
11365              
11366              Subject: Test fails / warnings with perl-current #6612
11367              
11368              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
11369              
11370              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
11371              
11372              For now remove the mail code.
11373              
11374              Subject: Re: [PATCH] @+, @- readonly
11375              
11376              Subject: warning: storage class after type is obsolescent
11377              
11378              Subject: sfio2000
11379              
11380              Subject: Re: File::Temp problems on VMS in bleedperl
11381              
11382              README.os2 update.
11383              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
11384              
11385              Make the user to give up his firstborn, err, to knowingly
11386              verify installing an unstable developer release.  Also bump
11387              the release to 5.7.0, but leave a patch tag in the local
11388              patches saying that this is not yet the real thing.
11389              
11390              Update (kinda) to Test 1.14, from Joshua Pritikin.
11391              
11392              make ok etc also for win32.
11393              
11394              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
11395              
11396              Don't blow limited stacks, a lower number is enough to
11397              tickle the lookbehind limit.
11398              
11399              Use -Dusedevel; regen Configure and the respective Porting stuff.
11400              
11401              Subject: [PATCH] debugger exit code should reflect user exit code
11402              
11403              Subject: [PATCH perl@6620] cygwin port
11404              
11405              Missed a file from #6638.
11406              
11407              Subject: [PATCH] for t/lib/peek.t (was Re: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13)
11408              
11409              magic callbacks all need to have same type signature
11410              
11411              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
11412              
11413              Fix a dependency problem.
11414              Subject: [PATCH: 6640] VMS Makefile.SH update
11415              
11416              The numeric locale was reset to "C" by s?printf and never restored.
11417              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
11418              No test since adding the failing example to locale.t
11419              does not fail -- probably because the locale settings are so
11420              thoroughly tweaked by that time.  Running the example standalone
11421              does fail, though.  UPDATE: test case added at change #7540.
11422              
11423              Subject: [ID 20000324.040] minor fix to perlhpux.pod
11424              
11425              Update to CPAN 1.57.
11426              
11427              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
11428              
11429              Change the perlbug address to perl.org since it's more forgiving.
11430              
11431              Change the regx compilation error markers to use = instead of <
11432              since pod makes using the latter quite messy.  Reported in
11433              ID 20000814.006 by Abigail and in
11434              Subject: Unknown escape E<> ?
11435              
11436              Update to perldebtut 1.9, from Richard Foley.
11437              
11438              check that the number pseudo children doesn't exceed
11439              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
11440              the WaitForMultipleObjects() limit that would cause wait()
11441              to crash)
11442              wait() and waitpid() could potentially be rewritten to use
11443              more than one thread to do the waiting to eliminate this
11444              limitation
11445              
11446              change#6328 could make close(SOCKET) return false on windows
11447              when it shouldn't
11448              
11449              pod nit seen in passing
11450              
11451              on windows, the return values from wait() and waitpid() don't
11452              match those of pseudo-pids
11453              
11454              waitpid() now handles externally spawned pids correctly;
11455              fixes for backtick/wait/waitpid failures on Windows 9x
11456              these changes make the pid returned by process functions on
11457              Windows 9x always positive by clearing the high bit (which
11458              is always set on Win9x); pseudo-process PIDs are likewise
11459              always negative now on Win9x (just as on NT/2000)
11460              
11461              trailing new %ENV entries weren't being pushed into the real
11462              environment of subprocesses on Windows
11463              
11464              Tweak the regex compilation errors once more.
11465              
11466              avoid warnings from dense compiler
11467              
11468              add "ok" targets from change#6632 in makefile.mk
11469      Branch: maint-5.6/perl
11470            - lib/Pod/PlainText.pm vms/configure.com
11471           !> (integrate 66 files)
11472 ____________________________________________________________________________
11473 [  7886] By: jhi                                   on 2000/11/27  13:54:18
11474         Log: __FUNCTION__ isn't portable and trying to emulate it leads
11475              into practically spelling out the name of the function.
11476              Takes care of the bug 20001127.001.
11477      Branch: perl
11478            ! perlio.c
11479 ____________________________________________________________________________
11480 [  7885] By: gsar                                  on 2000/11/27  13:53:18
11481         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
11482              6610..6611 from mainline
11483              
11484              Make regular expression parse error messages easier to understand.
11485              Subject: Re: enhanced(?) regex error messages
11486              
11487              Tiny tidying on report_evil_fh().
11488              
11489              Subject: Re: enhanced(?) regex error messages 
11490              plus Capitalize the error messages, plus perldiag them.
11491              
11492              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
11493              
11494              Document here-doc better.
11495              
11496              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
11497              
11498              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
11499              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
11500              (either perlbug or p5p ate the original), plus regen
11501              perlapi and perltoc. 
11502              
11503              Regen global.sym.
11504              
11505              Double check that we have a dirhandle.
11506              
11507              Subject: Re: enhanced(?) regex error messages
11508              (plus two small patches sent privately)
11509              (this still seems to leave few test failures)
11510              
11511              warn is a macro, avoid using at a variable to avoid warnings
11512              in some configurations; readdir.t is too conservative in
11513              estimating number of *.t's
11514              
11515              Get back into sync with Jeffrey on the enhanced regex warnings.
11516              
11517              Subject: [PATCH 5.6.0] cygwin port
11518              
11519              Zero entries were skipped, fix from Adrian Goalby
11520              <argoalby@yahoo.co.uk>
11521              
11522              Subject: Remove dead entry in perldiag
11523              
11524              Amend the description of Perl6.
11525              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
11526              
11527              detypo
11528              
11529              It's the 2ndO'ROSSC.
11530              
11531              Revert the sv.c part of #6559, a better fix is needed.
11532              
11533              Iterating perl6 description.
11534              
11535              Update to Term::ANSIColor 1.03, from Russ Allbery.
11536              
11537              Update to Getopt::Long 2.23_05, from Johan Vromans.
11538              
11539              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
11540              
11541              Update to Pod::Parser 1.17, from Brad Appleton.
11542              
11543              Update to CPAN 1.56, from Andreas König.
11544              
11545              Update to CGI 2.70, from Lincoln Stein.
11546              
11547              Put back the std @INC thing.
11548              
11549              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
11550              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
11551              
11552              Document the IO::Select timeout.
11553              
11554              sleep(1) does not necessarily return 1.
11555              Subject: [PATCH bleadperl] op/lex_assign.t  
11556              
11557              Subject: debugger "d" command doesnt check line number
11558              
11559              B::Deparse didn't do sub attributes.
11560              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
11561              
11562              Preprocessing and postprocessing for File::Find.
11563              Subject: Patch to Find::File.pm to allow alphabetical results
11564              
11565              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
11566              
11567              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
11568              
11569              Subject: Re: [ID 20000730.003] utf8::length() bad
11570              
11571              Subject: Getting perlio and threads to compile
11572              (the Solaris version changes in Configure skipped)
11573              
11574              Tests for #6589.
11575              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
11576              
11577              Add Perl debugging tutorial, regen toc. 
11578              Subject: perldebtut.pod
11579              
11580              Add a few missing files, update MANIFEST.
11581              
11582              Rewrite of vms/subconfigure.com as configure.com,
11583              from Peter Prymmer and the vmsperl crew.
11584              
11585              Should have deleted this in #6603.
11586              
11587              Fix the test for 5005threads.
11588              
11589              Fix-n-skip the tests under 5005threads.
11590              
11591              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
11592              
11593              Upgrade to CGI 2.71, from Lincoln Stein.
11594      Branch: maint-5.6/perl
11595           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
11596           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
11597           +> t/op/regmesg.t t/pod/find.t vms/configure.com
11598            - vms/subconfigure.com
11599            ! lib/lib.pm
11600           !> (integrate 115 files)
11601 ____________________________________________________________________________
11602 [  7884] By: jhi                                   on 2000/11/27  13:44:33
11603         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
11604              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11605              Date:     Mon, 27 Nov 2000 08:23:54 EST
11606              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
11607      Branch: perl
11608            ! vms/descrip_mms.template vms/test.com
11609 ____________________________________________________________________________
11610 [  7883] By: gsar                                  on 2000/11/27  11:50:46
11611         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
11612              6511..6513,6515..6523,6525..6536
11613              
11614              The swallow_bom() saga continues.  The #23 of require.t
11615              (UTF16-LE) still fails (silently, no output) but the #22
11616              (UTF16-BE) seems to be working now.  The root of the
11617              failure may be in sv_gets(): is it UTF-16LE-aware,
11618              especially when it comes to line endings? 
11619              
11620              Document the problem with -P in HP-UX and its workaround.
11621              
11622              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
11623              (aka ID 20000730.002)
11624              
11625              Subject: fix and question re: waitpid() under win32
11626              
11627              Make the safety catch for buggy gccs work with triple version
11628              numbers like 2.95.2.  Reported in
11629              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
11630              
11631              In Digital UNIX warn if gcc explicitly chosen because even
11632              2.95.2 is known to cause problems.
11633              
11634              Make chr() for values >127 to create utf8 when under utf8.
11635              
11636              various syntax errors and such (not fixed: comp/require.t#22 coredump
11637              on Windows)
11638              
11639              Stash away the largefiles flags and libswanted.
11640              
11641              BOM patching from Simon Cozens.
11642              
11643              If gccosandvers is equal to osname, clear gccosandvers.
11644              
11645              Make p4desc to skip non-mainperl branches by default.
11646              
11647              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
11648              
11649              The test from this
11650              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
11651              
11652              In new BSDs changes to argv[] do not show up in ps(1) output,
11653              instead one must use setproctitle().  This was already addressed
11654              by change #6457, but the below has a new variant for FreeBSD 4.0
11655              or later, and the matter is also documented more.
11656              
11657              FreeBSD 3.* updates from
11658              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
11659              
11660              regen_headers, regen perltoc.
11661              
11662              Document in one place the memory abstractions used in Perl core.
11663              
11664              memcpy has n o in it, as pinted ut by Sarathy.
11665              
11666              Remove the extraneous "main::" prefix from all the
11667              "opened only for", "on closed", and "never opened" warnings.
11668              
11669              The name of a filehandle does not have <these>.
11670              
11671              The tr utf8 patching continues.
11672              
11673              The new setproctitle() feature is available only in 
11674              bleeding edge FreeBSD.  From Paul Saab.
11675              
11676              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
11677              
11678              Dump UVs as UVs in Data::Dumper.
11679              
11680              detypo #6494
11681              
11682              Document the IVdf UVuf UVof UVxf.
11683              
11684              require.t needs binmode() to work on windows
11685              
11686              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
11687              that are hopefully soon put into use.
11688              
11689              Allow "no Module;" even if there is no 'unimport'.
11690              
11691              Better skip message for the test; one of the two problems in
11692              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
11693              
11694              The subtest 4 may fail also on VOBS, as pointed out
11695              by Nick Ing-Simmons in November 1999, bug id 19991124.003
11696              (but the failure in that bug report isn't the subtest 4).
11697              
11698              Be more informative on what is skipped and why,
11699              also repeat the list at the end.
11700              
11701              Add a URL for FSF.
11702              
11703              Subject: [PATCH] sv.h documentation - SvLEN
11704              
11705              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
11706              
11707              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
11708              
11709              Subject: [PATCH] bad cppsymbols on os2 + Configure question
11710              
11711              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
11712              
11713              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
11714              mention the idea of @( and @)
11715              
11716              This is 6512.  Really.
11717              
11718              Subject: [ID 19990721.004] Documentation bug in perlfunc
11719              
11720              Subject: Minor tweak to perlvar.pod
11721              
11722              In the warnings call filehandles consistently so;
11723              add "unopened" warning for stat().
11724              
11725              After the #6519 a warning about stat() is just that,
11726              not about a filetest, which now have their own warning.
11727              
11728              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
11729              
11730              Subject: Re: Array vs. List context
11731              
11732              Subject: New perlcc, take 2
11733              
11734              Weed buglets pointed out by
11735              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
11736              
11737              gcc versions might have (parentheses) in them.
11738              
11739              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
11740              
11741              Essential prototype changes were missing from #6527.
11742              Also make report_evil_fh() more bomb-proof.
11743              
11744              Zap lib/Sys directory when cleaning up.
11745              
11746              Change the Policy policy: now -Dprefix= with an existing
11747              Policy.sh and prefix == siteprefix == vendorprefix, then all
11748              of them follow along the new prefix.
11749              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
11750              
11751              Continue fixing the io warnings.  This also
11752              sort of fixes bug ID 20000802.003: the core dump
11753              is no more.  Whether the current behaviour is correct
11754              (giving a warning: "Not a format reference"), is another matter.
11755              
11756              Have symbols for the IoTYPEs.
11757              
11758              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
11759              
11760              Document a bit that UDP is not what you might think.
11761              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
11762              tr memory corruption fix from Simon Cozens.
11763              
11764              Plug the security hole described in the Aug 05 2000 bugtraq message
11765              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
11766              The security hole exists only in suidperls, which isn't
11767              installed or even built by default.
11768      Branch: maint-5.6/perl
11769           !> (integrate 71 files)
11770 ____________________________________________________________________________
11771 [  7882] By: gsar                                  on 2000/11/27  10:25:36
11772         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
11773              from mainline
11774              
11775              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
11776              to be fatal errors (instead of by default ignoring them, and
11777              ignoring with a bug: even though -w gave an error, the opening [
11778              was left in)  Reported in:
11779              
11780              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
11781              
11782              Subject: [PATCH] split /^/
11783              
11784              MacOS nits from Matthias Neeracher.
11785              
11786              More split() doc and test patches from Mike Guy.
11787              
11788              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
11789              from Graham Barr in the module list.
11790              
11791              docfix from Peter Scott <Peter@PSDT.com>.
11792              
11793              File::Temp patches for VMS and OS/2 from Tim Jenness.
11794              
11795              open() wariness in perlbug.
11796              
11797              Subject: [PATCH] minor doc change - perlguts
11798              
11799              Subject: Minor doc patch: handy.h
11800              
11801              Be wary of close()s, too.
11802              
11803              Further File::Temp patches from Yitzchak Scott-Thoennes
11804              and Craig A. Berry.
11805              
11806              Subject: [PATCH] fixes bug 20000508.004
11807              
11808              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
11809              
11810              Allow "no AutoLoader;", based on change #6444,
11811              suggested by Graham Barr.
11812              
11813              Use setproctitle() if available to modify $0.
11814              
11815              Warn if the version of the operating system used to compile gcc
11816              differs from the current version of the operating system.
11817              Also display the gcc compilation os and version in myconfig.
11818              Inspiration from
11819              
11820              Tiny fixes for #6460.
11821              
11822              The problem described in this
11823              Subject: [ID 20000322.018] named chars aren't magical enough
11824              has been fixed in perl 5.6.0 but just in case added a test
11825              to keep it away.  (The report from Joseph Hall.)
11826              
11827              Tune the comments and hopefully stop a memory leak.
11828              
11829              Subject: UTF8 concat
11830              (with a memory leak fixed, plus a few casts added)
11831              This also seems to help for
11832              Subject: [ID 20000716.015] join UTF8 weirdness
11833              
11834              Do not upgrade SVs into utf8 just because they participate
11835              in eq or cmp.  Reported and fix suggested in
11836              Subject: [ID 20000720.009] sv_eq UTF8 bug
11837              
11838              Fix the HALF_UPGRADE() macro introduced in #6263.
11839              
11840              Find green threads before native threads.
11841              Subject: Re: Patch to jpl/JNI/Makefile.PL
11842      Branch: maint-5.6/perl
11843           !> (integrate 30 files)
11844 ____________________________________________________________________________
11845 [  7881] By: jhi                                   on 2000/11/27  05:48:41
11846         Log: It seems that *both* the unused submatch loop cleanup
11847              codes are needed.
11848      Branch: perl
11849            ! regexec.c
11850 ____________________________________________________________________________
11851 [  7880] By: jhi                                   on 2000/11/27  04:50:07
11852         Log: Clean .exists deeper.
11853      Branch: perl
11854            ! Makefile.SH
11855 ____________________________________________________________________________
11856 [  7879] By: jhi                                   on 2000/11/27  02:31:35
11857         Log: The code in regcppop() (see #7878) contains the correct lower
11858              limit for the unused submatch 'cleanup' loop so that under
11859              "use utf8" the following code wouldn't dump core:
11860              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
11861              the cleanup loop in regtry() stomped beyond allocated area
11862              in the startp[] array.  Therefore, copied the correct lower
11863              loop limit (*PL_reglastparen) to regtry().  Note: something
11864              may still not be quite right: why was the _higher_ loop limit
11865              (prog->nparens) different in the utf8 case?
11866              
11867              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
11868              without core dumps, there were about 17 of them before
11869              the patch (with us since Perl 5.7.0).  Two failures, still:
11870              496 and 505 (though these may not be severe).
11871              
11872              Patch #7881 is also needed since both the cleanup loops
11873              seem to be needed.
11874              
11875              Also, the t/op/pat#44 seems to core dump under utf8.
11876              Plus a couple of failures.  UGH-8.
11877      Branch: perl
11878            ! regexec.c
11879 ____________________________________________________________________________
11880 [  7878] By: jhi                                   on 2000/11/27  02:21:17
11881         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
11882              the code in regcppop() seems to be redundant for the test suite --
11883              but it contains a germ of truth, and it needed for the build
11884              process itself: see #7879 and #7881.
11885      Branch: perl
11886            ! regexec.c
11887 ____________________________________________________________________________
11888 [  7877] By: jhi                                   on 2000/11/27  01:53:09
11889         Log: Comment on comment.
11890      Branch: perl
11891            ! regexec.c
11892 ____________________________________________________________________________
11893 [  7876] By: jhi                                   on 2000/11/27  00:49:59
11894         Log: Adjust the docs to agree with #7875.
11895      Branch: perl
11896            ! pod/perllocale.pod
11897 ____________________________________________________________________________
11898 [  7875] By: jhi                                   on 2000/11/27  00:49:27
11899         Log: Retract #7863.  It makes more sense not to taint formatted output,
11900              not even by sprintf().
11901      Branch: perl
11902            ! sv.c
11903 ____________________________________________________________________________
11904 [  7874] By: jhi                                   on 2000/11/26  23:36:02
11905         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
11906              Not really fixed (should really dump the UTF-8 charclass),
11907              but stopped displaying the garbage.
11908              
11909              Also add a note on the (missing) Unicode PSXSPC and BLANK.
11910      Branch: perl
11911            ! regcomp.c
11912 ____________________________________________________________________________
11913 [  7873] By: jhi                                   on 2000/11/26  21:31:13
11914         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
11915      Branch: perl
11916            ! regexec.c
11917 ____________________________________________________________________________
11918 [  7872] By: jhi                                   on 2000/11/26  21:06:04
11919         Log: No need to scan till infinity, 13 is enough.
11920      Branch: perl
11921            ! handy.h utf8.c
11922 ____________________________________________________________________________
11923 [  7871] By: jhi                                   on 2000/11/26  20:20:32
11924         Log: Test line numbers are different with utf8.
11925      Branch: perl
11926            ! t/op/re_tests
11927 ____________________________________________________________________________
11928 [  7870] By: jhi                                   on 2000/11/26  20:10:12
11929         Log: Message nit.
11930      Branch: perl
11931            ! regcomp.c
11932 ____________________________________________________________________________
11933 [  7869] By: jhi                                   on 2000/11/26  19:01:05
11934         Log: Make utf8_length() and utf8_distance() (the latter of which
11935              is unused at the moment) to be less forgiving about bad UTF-8.
11936      Branch: perl
11937            ! embed.h embed.pl objXSUB.h proto.h utf8.c
11938 ____________________________________________________________________________
11939 [  7868] By: jhi                                   on 2000/11/26  18:45:56
11940         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
11941              From: Benjamin Holzman <bah@ecnvantage.com>
11942              Date: Sat, 25 Nov 2000 20:40:20 -0500       
11943              Message-ID: <20001125204020.A25040@ecnvantage.com>              
11944              
11945              Debian allows installing /usr/bin/locale without installing
11946              any locales, an error message will ensue.
11947      Branch: perl
11948            ! t/pragma/locale.t
11949 ____________________________________________________________________________
11950 [  7867] By: jhi                                   on 2000/11/26  18:31:12
11951         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
11952              From: Benjamin Holzman <bah@ecnvantage.com>
11953              Date: Sun, 26 Nov 2000 02:42:34 -0500
11954              Message-ID: <20001126024234.G25040@ecnvantage.com>
11955              
11956              Patch for the bug 20000212.002.
11957      Branch: perl
11958            ! sv.c t/op/array.t
11959 ____________________________________________________________________________
11960 [  7866] By: jhi                                   on 2000/11/26  18:28:09
11961         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
11962              From: Tim Jenness <t.jenness@jach.hawaii.edu>
11963              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
11964              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
11965              
11966              File::Temp 0.11.
11967      Branch: perl
11968            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
11969 ____________________________________________________________________________
11970 [  7865] By: jhi                                   on 2000/11/26  18:24:22
11971         Log: The metaconfig unit change for #7864.
11972      Branch: metaconfig/U/perl
11973            ! need_va_copy.U
11974 ____________________________________________________________________________
11975 [  7864] By: jhi                                   on 2000/11/26  18:23:41
11976         Log: Make the va_copy() test not to be so talkative.
11977      Branch: perl
11978            ! Configure config_h.SH
11979 ____________________________________________________________________________
11980 [  7863] By: jhi                                   on 2000/11/26  18:11:02
11981         Log: Fix locale inconsistencies unearthed by Hugo's work.
11982              Now the floating point sprintf really does taint the result
11983              string as perllocale promises (has promised for a long time)
11984              if "use locale" is in the lexical scope.
11985      Branch: perl
11986            ! sv.c t/pragma/locale.t
11987 ____________________________________________________________________________
11988 [  7862] By: jhi                                   on 2000/11/26  00:35:15
11989         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
11990              From: Nicholas Clark <nick@ccl4.org>
11991              Date: Sun, 26 Nov 2000 00:07:50 +0000
11992              Message-ID: <20001126000750.A22446@plum.flirble.org>
11993              
11994              Infinit.
11995      Branch: perl
11996            ! sv.c
11997 ____________________________________________________________________________
11998 [  7861] By: jhi                                   on 2000/11/26  00:01:26
11999         Log: Integrate perlio.
12000      Branch: perl
12001           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
12002 ____________________________________________________________________________
12003 [  7860] By: nick                                  on 2000/11/25  22:04:17
12004         Log: Correct relative path from new ext\Filter\Util\Call location
12005              back to miniperl.
12006      Branch: perlio
12007            ! win32/makefile.mk
12008 ____________________________________________________________________________
12009 [  7859] By: nick                                  on 2000/11/25  21:26:54
12010         Log: Integrate mainline.
12011      Branch: perlio
12012           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
12013           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
12014           +> t/lib/filter-util.t
12015            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
12016            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
12017            - t/lib/filt-util.t
12018           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
12019           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
12020           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
12021           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
12022           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
12023           !> win32/makefile.mk
12024 ____________________________________________________________________________
12025 [  7858] By: gsar                                  on 2000/11/25  20:52:17
12026         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
12027              parent's memory; fix it by keeping track of the actual pad
12028              offset rather than a raw pointer (this change is probably also
12029              relevant to non-ithreads case to avoid fallout from reallocs of
12030              the pad array, but is currently only enabled for the ithreads
12031              case in the interests of minimal disruption to existing "well
12032              tested" code)
12033      Branch: perl
12034            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
12035            ! proto.h scope.c scope.h sv.c t/op/fork.t
12036 ____________________________________________________________________________
12037 [  7857] By: nick                                  on 2000/11/25  20:01:28
12038         Log: All tests pass on Win32/gcc/USE_PERLIO.
12039              - when crlf layer is pushed make unix-level binary.
12040              - remove :crlf injection in pp_backtick in pp_sys.c
12041              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
12042      Branch: perlio
12043            ! doio.c perlio.c pp_sys.c win32/makefile.mk
12044 ____________________________________________________________________________
12045 [  7856] By: jhi                                   on 2000/11/25  18:38:30
12046         Log: Update the metaconfig units for #7855.
12047      Branch: metaconfig/U/perl
12048            ! useperlio.U usesocks.U
12049 ____________________________________________________________________________
12050 [  7855] By: jhi                                   on 2000/11/25  18:37:54
12051         Log: Undo the SOCKS workarounds, instead start using PerlIO
12052              if SOCKS is selected.
12053              
12054              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
12055              From: Jens Hamisch <jens@Strawberry.COM>
12056              Date: Fri, 24 Nov 2000 18:31:30 +0100
12057              Message-ID: <20001124183130.E28337@Strawberry.COM>
12058              
12059              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
12060              From: Jens Hamisch <jens@Strawberry.COM>
12061              Date: Fri, 24 Nov 2000 19:11:51 +0100
12062              Message-ID: <20001124191151.A28753@Strawberry.COM>
12063      Branch: perl
12064            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
12065            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
12066 ____________________________________________________________________________
12067 [  7854] By: jhi                                   on 2000/11/25  17:39:08
12068         Log: Undo #7848.  Some of the code seems to use walkoptree(),
12069              some walkoptree_slow().  An unfinished renaming?
12070              Now the sub is walkoptree() (which is @EXPORT_OK),
12071              the walkoptree_slow() is a typeglob alias to walkoptree.
12072              This makes the tests to pass, at least.
12073      Branch: perl
12074            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
12075 ____________________________________________________________________________
12076 [  7853] By: nick                                  on 2000/11/24  22:24:33
12077         Log: Re-arrange crlf vs binary for platforms that care.
12078              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
12079              Lip-service to making stdio layer work on such platfroms (untested).
12080              Now fails 3 tests rather than one, checkin to see if I can debug 
12081              the issue under linux. (Do not merge.)
12082      Branch: perlio
12083            ! doio.c perlio.c perliol.h
12084 ____________________________________________________________________________
12085 [  7852] By: jhi                                   on 2000/11/24  18:57:39
12086         Log: AUTHORS edits.
12087      Branch: perl
12088            ! AUTHORS
12089 ____________________________________________________________________________
12090 [  7851] By: jhi                                   on 2000/11/24  17:34:56
12091         Log: Add Jan-Erik Karlsson.
12092      Branch: perl
12093            ! AUTHORS
12094 ____________________________________________________________________________
12095 [  7850] By: jhi                                   on 2000/11/24  17:27:56
12096         Log: Configure should find stdchar on its own.
12097      Branch: perl
12098            ! hints/solaris_2.sh
12099 ____________________________________________________________________________
12100 [  7849] By: jhi                                   on 2000/11/24  17:24:55
12101         Log: Subject: PATCH over 7848: Filter test flawed
12102              From: andreas.koenig@anima.de (Andreas J. Koenig)
12103              Date: 24 Nov 2000 10:28:29 +0100
12104              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
12105      Branch: perl
12106            ! t/lib/filter-util.t
12107 ____________________________________________________________________________
12108 [  7848] By: jhi                                   on 2000/11/24  17:22:15
12109         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
12110              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
12111              Date: Fri, 24 Nov 2000 16:12:58 +0000
12112              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
12113      Branch: perl
12114            ! ext/B/B.pm
12115 ____________________________________________________________________________
12116 [  7847] By: jhi                                   on 2000/11/24  03:07:01
12117         Log: Integrate perlio.
12118      Branch: perl
12119           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
12120           !> win32/makefile.mk
12121 ____________________________________________________________________________
12122 [  7846] By: gsar                                  on 2000/11/24  00:55:57
12123         Log: integrate changes#6415..6418,6420..6438 from mainline
12124              
12125              Fix the bitvector ops for utf8 (tricky since past 7 bits
12126              the utf8 'characters' can be more than one octet).
12127              
12128              MPE/ix updates for perl 5.6.0 from Mark Bixby.
12129              
12130              Subject: SDBM_File documentation
12131              
12132              Detypo.
12133              
12134              Decutandpasto.
12135              
12136              Send all installperl messages to STDERR and be -w clean.
12137              
12138              Out-of-date note removed.
12139              
12140              Protect against "wild next"s, that is, callbacks doing "next"
12141              instead of "return".
12142              
12143              Use STDOUT consistently.
12144              
12145              The output might have been produced in the wrong order.
12146              
12147              A missing 'break' after the [[:space:]] switch case.
12148              
12149              Add tests for
12150              [ID 19991110.003] another matching finding by pcre author
12151              which has already been fixed by some patch, as verified in
12152              
12153              Documentation to explain the behaviour of map().
12154              
12155              Add an optimization for map-maps-a-list-element-to-more-list-elements
12156              case, but add also notes explaining the relationship of this
12157              patch and the earlier notes by Sarathy.
12158              
12159              Subject: [ID 20000716.023] syslog test fails without sockets
12160              
12161              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
12162              Test cases for #6431.
12163              
12164              File::Spec::VMS fixup for tmpdir from Craig Berry.
12165              
12166              Make the "uninit variable" warning to say "concat or string"
12167              or "join or string" when in concat or join .
12168              
12169              Get UTF16 BOMs working.  Patch from
12170              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
12171              
12172              Subject: [PATCH] Make large file tests deal with SIGXFSZ
12173              
12174              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
12175              
12176              Subject: [PATCH] av.c apidoc
12177      Branch: maint-5.6/perl
12178           !> (integrate 43 files)
12179 ____________________________________________________________________________
12180 [  7845] By: gsar                                  on 2000/11/24  00:20:45
12181         Log: integrate changes#6406..6414 from mainline
12182              
12183              Merge perlhacktut into perlhack, update perlguts.
12184              
12185              Fix AutoSplit to use File::Spec the right way in VMS,
12186              from Peter Prymmer.
12187              
12188              The bug report
12189              [ID 19991110.002] minimal matching discrepancy found by pcre author
12190              seems to have been fixed (though differently from what was suggested
12191              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
12192              
12193              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
12194              not in pod, from Peter Prymmer
12195              
12196              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
12197              From: Hugo <hv@crypt.compulink.co.uk>
12198              Date: Fri, 14 Jul 2000 23:05:20 +0100
12199              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
12200              
12201              Didn't anymore apply, but that point still could use another fix.
12202              
12203              lib/b test fixes from Peter Prymmer.
12204              
12205              More docs for sv functions.
12206              
12207              perlvms.pod whitespace cleanup to keep pod utils happy.
12208              
12209              another VMS build tweak from Peter Prymmer
12210      Branch: maint-5.6/perl
12211           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
12212           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
12213           !> vms/descrip_mms.template vms/perlvms.pod
12214 ____________________________________________________________________________
12215 [  7844] By: nick                                  on 2000/11/23  23:42:45
12216         Log: Win32/perlio Now just fails one io/argv.t test - lack 
12217              of default :crlf on standard streams.
12218      Branch: perlio
12219            ! doio.c perlio.c
12220 ____________________________________________________________________________
12221 [  7843] By: nick                                  on 2000/11/23  23:04:05
12222         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
12223              peek fail is showing a real problem (multiple crlf layers
12224              are getting pushed.)
12225      Branch: perlio
12226            ! doio.c perlio.c win32/makefile.mk
12227 ____________________________________________________________________________
12228 [  7842] By: nick                                  on 2000/11/23  19:46:23
12229         Log: Implement PerlIO_binmode()
12230              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
12231              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
12232              make binmode in t/lib/io_tell.t unconditional so that works.
12233              Checkin just so Win32 machine can see these changes.
12234      Branch: perlio
12235            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
12236 ____________________________________________________________________________
12237 [  7841] By: jhi                                   on 2000/11/23  19:30:00
12238         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
12239      Branch: perl
12240            ! README.amiga
12241 ____________________________________________________________________________
12242 [  7840] By: jhi                                   on 2000/11/23  17:18:02
12243         Log: SOCKS wrestling continues, patches from Jens Hamisch.
12244      Branch: perl
12245            ! doio.c embed.h embed.pl perlsdio.h proto.h
12246 ____________________________________________________________________________
12247 [  7839] By: jhi                                   on 2000/11/23  16:54:14
12248         Log: Push Filter::Util::Call one level deeper.
12249      Branch: perl
12250            + t/lib/filter-util.t
12251           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
12252           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
12253            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
12254            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
12255            - t/lib/filt-util.t
12256            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
12257            ! win32/Makefile win32/makefile.mk
12258 ____________________________________________________________________________
12259 [  7838] By: jhi                                   on 2000/11/23  16:52:40
12260         Log: Reach back one higher up when searching for PERL_SRC.
12261      Branch: perl
12262            ! lib/ExtUtils/MM_Unix.pm
12263 ____________________________________________________________________________
12264 [  7837] By: jhi                                   on 2000/11/23  16:05:41
12265         Log: Subject: Re: perl@7826
12266              Date: Thu, 23 Nov 2000 02:20:25 -0600
12267              From: "Craig A. Berry" <craigberry@mac.com>
12268              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
12269              
12270              Make VMS to like Filter::Util::Call. 
12271      Branch: perl
12272            ! configure.com ext/Filter/Util/Makefile.PL
12273 ____________________________________________________________________________
12274 [  7836] By: nick                                  on 2000/11/23  16:04:08
12275         Log: Implement crlf layer - not ready for merge.
12276      Branch: perlio
12277            ! perlio.c win32/makefile.mk
12278 ____________________________________________________________________________
12279 [  7835] By: jhi                                   on 2000/11/23  15:56:52
12280         Log: STDCHAR is different in Sparc v9 vs x86.
12281      Branch: perl
12282            ! hints/solaris_2.sh
12283 ____________________________________________________________________________
12284 [  7834] By: jhi                                   on 2000/11/23  15:50:47
12285         Log: The type needs to be visible to protos.
12286      Branch: perl
12287            ! perl.h
12288 ____________________________________________________________________________
12289 [  7833] By: jhi                                   on 2000/11/23  15:40:46
12290         Log: Finish unfinished SOCKS workaround changes.
12291      Branch: perl
12292            ! doio.c
12293 ____________________________________________________________________________
12294 [  7832] By: jhi                                   on 2000/11/23  15:33:30
12295         Log: Integrate perlio.
12296      Branch: perl
12297           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
12298           !> win32/makefile.mk
12299 ____________________________________________________________________________
12300 [  7831] By: nick                                  on 2000/11/23  10:31:07
12301         Log: Correct makefile.mk dependancies for ext/Filter/Util
12302              Build ext/Encode
12303              Run dmake regen_config_h
12304      Branch: perlio
12305            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12306            ! win32/makefile.mk
12307 ____________________________________________________________________________
12308 [  7830] By: nick                                  on 2000/11/23  08:05:07
12309         Log: Integrate mainline
12310      Branch: perlio
12311           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
12312           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
12313           +> t/lib/filt-util.pl t/lib/filt-util.t
12314           !> (integrate 41 files)
12315 ____________________________________________________________________________
12316 [  7829] By: gsar                                  on 2000/11/23  03:07:11
12317         Log: build the Filter extension on windows
12318      Branch: perl
12319            ! win32/Makefile win32/makefile.mk
12320 ____________________________________________________________________________
12321 [  7828] By: gsar                                  on 2000/11/23  02:46:35
12322         Log: regenerate win32/config* and fix some inconsistencies in the
12323              makefiles; always export Perl_deb() because it is needed
12324              by ext/re/* (whether perl itself is built with -DDEBUGGING
12325              or not)
12326      Branch: perl
12327            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
12328            ! win32/config_H.vc win32/makefile.mk
12329 ____________________________________________________________________________
12330 [  7827] By: gsar                                  on 2000/11/23  02:18:38
12331         Log: get sources building on windows+MSVC again (untested with other
12332              compilers)
12333      Branch: perl
12334            ! win32/include/sys/socket.h win32/perllib.c
12335 ____________________________________________________________________________
12336 [  7826] By: jhi                                   on 2000/11/23  01:18:26
12337         Log: Update Changes.
12338      Branch: perl
12339            ! Changes patchlevel.h
12340 ____________________________________________________________________________
12341 [  7825] By: jhi                                   on 2000/11/23  00:20:41
12342         Log: Subject: Re: av.c patch (having slight problems)
12343              From: "Ben Tilly" <ben_tilly@hotmail.com>
12344              Date: Tue, 21 Nov 2000 23:29:31 -0500
12345              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
12346              
12347              unshift() speedup.
12348      Branch: perl
12349            ! av.c
12350 ____________________________________________________________________________
12351 [  7824] By: jhi                                   on 2000/11/22  23:59:15
12352         Log: Fixes for signedness warnings noticed by VMSperlers.
12353      Branch: perl
12354            ! ext/Storable/Storable.xs regcomp.c sv.c
12355 ____________________________________________________________________________
12356 [  7823] By: jhi                                   on 2000/11/22  23:19:31
12357         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
12358              From: Peter Prymmer <pvhp@forte.com>
12359              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
12360              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
12361      Branch: perl
12362            ! t/pragma/warn/pp_hot
12363 ____________________________________________________________________________
12364 [  7822] By: jhi                                   on 2000/11/22  22:52:20
12365         Log: Be clean.
12366      Branch: perl
12367            ! Makefile.SH
12368 ____________________________________________________________________________
12369 [  7821] By: jhi                                   on 2000/11/22  22:46:39
12370         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
12371              by Damian Conway, as suggested by Paul Marquess.
12372      Branch: perl
12373            + lib/Filter/Simple.pm
12374 ____________________________________________________________________________
12375 [  7820] By: jhi                                   on 2000/11/22  22:45:51
12376         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
12377      Branch: perl
12378            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
12379            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
12380            + t/lib/filt-util.t
12381            ! MANIFEST
12382 ____________________________________________________________________________
12383 [  7819] By: jhi                                   on 2000/11/22  22:03:27
12384         Log: Integrate perlio.
12385      Branch: perl
12386           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
12387           !> win32/makefile.mk
12388 ____________________________________________________________________________
12389 [  7818] By: jhi                                   on 2000/11/22  21:56:02
12390         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
12391      Branch: perl
12392            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
12393            ! t/lib/io_sock.t
12394 ____________________________________________________________________________
12395 [  7817] By: jhi                                   on 2000/11/22  21:39:49
12396         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
12397              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12398              Date: Wed, 22 Nov 2000 16:08:12 -0500
12399              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
12400      Branch: perl
12401            ! lib/ExtUtils/Liblist.pm
12402 ____________________________________________________________________________
12403 [  7816] By: jhi                                   on 2000/11/22  21:38:25
12404         Log: Go ahead and #include <unistd.h> in perl.h.
12405      Branch: perl
12406            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
12407            ! util.c
12408 ____________________________________________________________________________
12409 [  7815] By: jhi                                   on 2000/11/22  21:22:52
12410         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
12411              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12412              Date: Mon, 20 Nov 2000 18:30:52 -0500
12413              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
12414      Branch: perl
12415            ! pod/perlre.pod regcomp.c t/op/re_tests
12416 ____________________________________________________________________________
12417 [  7814] By: jhi                                   on 2000/11/22  21:21:46
12418         Log: Subject: [PATCH 5.7.0] Liblist finally works
12419              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12420              Date: Tue, 21 Nov 2000 22:02:17 -0500
12421              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
12422      Branch: perl
12423            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
12424            ! lib/ExtUtils/MakeMaker.pm
12425 ____________________________________________________________________________
12426 [  7813] By: jhi                                   on 2000/11/22  21:20:23
12427         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
12428              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12429              Date: Wed, 22 Nov 2000 17:53:15 +0100
12430              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
12431              
12432              AIX dynaloader and perlio patch.
12433      Branch: perl
12434            ! ext/DynaLoader/dl_aix.xs
12435 ____________________________________________________________________________
12436 [  7812] By: jhi                                   on 2000/11/22  21:17:52
12437         Log: (Accidentally empty patch.)
12438      Branch: perl
12439            ! av.c
12440 ____________________________________________________________________________
12441 [  7811] By: jhi                                   on 2000/11/22  21:16:31
12442         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
12443              From: Peter Prymmer <pvhp@forte.com>
12444              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
12445              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
12446      Branch: perl
12447            ! vms/test.com
12448 ____________________________________________________________________________
12449 [  7810] By: jhi                                   on 2000/11/22  21:15:36
12450         Log: Subject: Re: perl@7777 
12451              From: "John P. Linderman" <jpl@research.att.com>
12452              Date: Wed, 22 Nov 2000 13:11:11 -0500
12453              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
12454              
12455              Detypoing.
12456      Branch: perl
12457            ! lib/CPAN.pm
12458 ____________________________________________________________________________
12459 [  7809] By: jhi                                   on 2000/11/22  21:14:19
12460         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
12461              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12462              Date:     Wed, 22 Nov 2000 13:51:37 EST
12463              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
12464      Branch: perl
12465            ! perlsdio.h
12466 ____________________________________________________________________________
12467 [  7808] By: jhi                                   on 2000/11/22  21:13:27
12468         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
12469              From: Casey Tweten <crt@kiski.net>
12470              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
12471              Message-Id: <200011201653.LAA10194@home.kiski.net>
12472      Branch: perl
12473            ! t/lib/io_udp.t
12474 ____________________________________________________________________________
12475 [  7807] By: jhi                                   on 2000/11/22  21:12:35
12476         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
12477              From: Casey Tweten <crt@kiski.net>
12478              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
12479              Message-Id: <200011201636.LAA07227@home.kiski.net>
12480      Branch: perl
12481            ! t/lib/io_sock.t
12482 ____________________________________________________________________________
12483 [  7806] By: jhi                                   on 2000/11/22  21:10:59
12484         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
12485              From: "Casey R. Tweten" <crt@kiski.net>
12486              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
12487              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
12488      Branch: perl
12489            ! utils/h2xs.PL
12490 ____________________________________________________________________________
12491 [  7805] By: nick                                  on 2000/11/22  21:05:06
12492         Log: Integrate mainline
12493      Branch: perlio
12494           !> Changes Porting/genlog ext/DB_File/DB_File.xs
12495           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
12496           !> utils/perlbug.PL
12497 ____________________________________________________________________________
12498 [  7804] By: jhi                                   on 2000/11/22  21:01:12
12499         Log: Subject: [PATCH] Test.pm POD peculiarity
12500              From: "Casey R. Tweten" <crt@kiski.net>
12501              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
12502              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
12503      Branch: perl
12504            ! lib/Test.pm
12505 ____________________________________________________________________________
12506 [  7803] By: jhi                                   on 2000/11/22  20:59:59
12507         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
12508              From: "Philip Newton" <pnewton@gmx.de>
12509              Date: Wed, 22 Nov 2000 14:25:53 +0100
12510              Message-Id: <3A1BD771.25462.1939FAD@localhost>
12511              
12512              Be case-understanding also on 's', and use the -oi of sendmail
12513              not to terminate the transmission on a lone '.'.
12514      Branch: perl
12515            ! utils/perlbug.PL
12516 ____________________________________________________________________________
12517 [  7802] By: nick                                  on 2000/11/22  20:51:42
12518         Log: Win32 PerlIO intermediate state now working as expected.
12519              - In current state we are still using C runtime in text/binary
12520              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
12521              - PERLIO=stdio and PERLIO=unix pass all expected tests.
12522              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
12523              and PerlIO_seek() and the dummy crlf layer is not making adjustments
12524              for CRLF translation happening in C runtime. All other tests pass.
12525              
12526              Added note to README.win32 to point out the snags of doing a perl build
12527              with Norton AntiVirus turned on.
12528              
12529              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
12530              which file a fail comes from.
12531              
12532              Updated "canned" config.h to match the one generated.
12533      Branch: perlio
12534            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
12535            ! win32/makefile.mk
12536 ____________________________________________________________________________
12537 [  7801] By: jhi                                   on 2000/11/22  06:50:20
12538         Log: Nickety nits.
12539      Branch: perl
12540            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
12541 ____________________________________________________________________________
12542 [  7800] By: jhi                                   on 2000/11/22  01:29:55
12543         Log: Changes had accidentally gone too silent on non-main branches.
12544      Branch: perl
12545            ! Changes Porting/genlog patchlevel.h
12546 ____________________________________________________________________________
12547 [  7799] By: gsar                                  on 2000/11/22  01:02:56
12548         Log: some lib_pm.PL changes snuck in via change#7772
12549      Branch: maint-5.6/perl
12550            ! Makefile.SH
12551 ____________________________________________________________________________
12552 [  7798] By: nick                                  on 2000/11/21  21:59:40
12553         Log: Integrate mainline
12554      Branch: perlio
12555           !> (integrate 28 files)
12556 ____________________________________________________________________________
12557 [  7797] By: jhi                                   on 2000/11/21  21:01:45
12558         Log: Integrate perlio.
12559      Branch: perl
12560           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
12561 ____________________________________________________________________________
12562 [  7796] By: nick                                  on 2000/11/21  20:36:22
12563         Log: Win32 builds and runs (mostly) with USE_PERLIO.
12564              PERLIO=perlio passes all tests. 
12565              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
12566      Branch: perlio
12567            ! perlio.c win32/perllib.c win32/win32.c
12568 ____________________________________________________________________________
12569 [  7795] By: jhi                                   on 2000/11/21  19:03:44
12570         Log: Update Changes.
12571      Branch: perl
12572            ! Changes patchlevel.h
12573 ____________________________________________________________________________
12574 [  7794] By: jhi                                   on 2000/11/21  18:56:34
12575         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
12576              From: "Craig A. Berry" <craigberry@mac.com>
12577              Date: Mon, 20 Nov 2000 20:27:06 -0600
12578              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
12579              
12580              A cut-and-pasto.
12581      Branch: perl
12582            ! perlio.h
12583 ____________________________________________________________________________
12584 [  7793] By: jhi                                   on 2000/11/21  18:54:41
12585         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
12586              From: Dominic Dunlop <domo@computer.org> 
12587              Date: Mon, 20 Nov 2000 18:55:29 +0100
12588              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
12589              
12590              va_copy() and the need of it.
12591              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
12592      Branch: metaconfig/U/perl
12593            + need_va_copy.U
12594      Branch: perl
12595            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12596            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
12597            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
12598            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
12599            ! win32/config.bc win32/config.gc win32/config.vc
12600 ____________________________________________________________________________
12601 [  7792] By: jhi                                   on 2000/11/21  17:04:10
12602         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
12603      Branch: perl
12604           !> scope.h
12605 ____________________________________________________________________________
12606 [  7791] By: jhi                                   on 2000/11/21  17:01:16
12607         Log: Export the SOCKS workaround symbols only if necessary.
12608      Branch: perl
12609            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
12610 ____________________________________________________________________________
12611 [  7790] By: nick                                  on 2000/11/20  23:57:11
12612         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
12613      Branch: perlio
12614            ! scope.h
12615 ____________________________________________________________________________
12616 [  7789] By: nick                                  on 2000/11/20  23:38:33
12617         Log: Integrate mainline
12618      Branch: perlio
12619           +> lib/File/Spec/Epoc.pm
12620           !> (integrate 34 files)
12621 ____________________________________________________________________________
12622 [  7788] By: nick                                  on 2000/11/20  23:20:18
12623         Log: Make extra buffer layer work (dummy crlf layer)
12624      Branch: perlio
12625            ! doio.c perlio.c perlio.h
12626 ____________________________________________________________________________
12627 [  7787] By: jhi                                   on 2000/11/20  22:44:04
12628         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
12629              From: Peter Prymmer <pvhp@forte.com>
12630              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
12631              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
12632      Branch: perl
12633            ! t/pragma/locale.t
12634 ____________________________________________________________________________
12635 [  7786] By: jhi                                   on 2000/11/20  22:29:10
12636         Log: Subject: DOC PATCH 5.6.0 perlreftut
12637              From: mjd@plover.com
12638              Date: 20 Nov 2000 19:45:06 -0000
12639              Message-ID: <20001120194506.9505.qmail@plover.com>
12640      Branch: perl
12641            ! pod/perlreftut.pod
12642 ____________________________________________________________________________
12643 [  7785] By: jhi                                   on 2000/11/20  22:27:44
12644         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
12645              From: David Dyck <dcd@tc.fluke.com>
12646              Date: Mon, 20 Nov 2000 11:43:40 -0800
12647              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
12648      Branch: perl
12649            ! lib/Cwd.pm
12650 ____________________________________________________________________________
12651 [  7784] By: jhi                                   on 2000/11/20  22:23:21
12652         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
12653              Date: Mon, 20 Nov 2000 17:06:10 -0500
12654              To: Mailing list Perl5 <perl5-porters@perl.org>
12655              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
12656      Branch: perl
12657            ! pp_ctl.c t/op/pat.t
12658 ____________________________________________________________________________
12659 [  7783] By: jhi                                   on 2000/11/20  22:11:18
12660         Log: Subject: [PATCH] doop.c - UTF8 tr///               
12661              From: Simon Cozens <simon@cozens.net>
12662              Date: Sat, 18 Nov 2000 18:49:30 +0000
12663              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
12664              
12665              Subject: Re: [PATCH] doop.c - UTF8 tr///           
12666              From: Simon Cozens <simon@cozens.net>
12667              Date: Mon, 20 Nov 2000 20:45:22 +0000
12668              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
12669              
12670              Make tr on UTF-8 better but still not correct.
12671      Branch: perl
12672            ! doop.c
12673 ____________________________________________________________________________
12674 [  7782] By: jhi                                   on 2000/11/20  22:02:16
12675         Log: Remove the shared object before attempting to create
12676              (by linking) a new one.  E.g. in AIX not removing
12677              becomes quite painful if one tries to do more than one
12678              build in the same tree (an interrupted build, for example),
12679              since the AIX' shared dynaloader seemingly keeps the shared
12680              objects open and therefore 'busy' for quite a while, even when
12681              nobody is using the objects, leading into link failures.
12682      Branch: perl
12683            ! lib/ExtUtils/MM_Unix.pm
12684 ____________________________________________________________________________
12685 [  7781] By: gsar                                  on 2000/11/20  19:02:55
12686         Log: type mismatch due to faulty integration
12687      Branch: maint-5.6/perl
12688            ! toke.c win32/Makefile
12689 ____________________________________________________________________________
12690 [  7780] By: gsar                                  on 2000/11/20  17:31:55
12691         Log: integrate changes#6392,6394..6399,6401..6404
12692              
12693              The {multiplier} of a fixed substring was overlooked which
12694              caused a wrong initial search offset for that substring.
12695              
12696              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
12697              From: Hugo <hv@crypt.compulink.co.uk>
12698              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
12699              Date: Thu, 13 Jul 2000 19:27:13 +0100
12700              
12701              Fix the BOM bug: not a byteorder bug, a signedness bug.
12702              
12703              Replace change #6337 with a better one.
12704              
12705              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
12706              From: Hugo <hv@crypt.compulink.co.uk>
12707              Date: Fri, 14 Jul 2000 04:16:20 +0100
12708              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
12709              
12710              MakeMaker should not remove editor backups (*~) on `make clean`
12711              by default (completes change#6383)
12712              
12713              move new variables to the end of the interpreter structure (for
12714              bincompat in code that doesn't #include XSUB.h)
12715              
12716              rename totally bletcherous SvLOCK() thingy (doesn't do what the
12717              name suggests anyway)
12718              
12719              various cleanups (typos, misformatted code, and small bugs)
12720              
12721              typecasts needed for change#6394
12722              
12723              typos in change#6399, regen headers
12724              
12725              inconsistent types needs casts
12726              
12727              PERL_OBJECT build tweaks
12728      Branch: maint-5.6/perl
12729           !> MANIFEST doop.c embed.h embed.pl embedvar.h
12730           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
12731           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
12732           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
12733           !> toke.c util.c
12734 ____________________________________________________________________________
12735 [  7779] By: gsar                                  on 2000/11/20  17:06:29
12736         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
12737              
12738              Cosmetics and perldelta.
12739              
12740              Fix nits noticed by Boston.pm.
12741              
12742              Do the cc sanity check both before the hints and
12743              after the cc selction.
12744              
12745              get sprintf.t to adjust properly for 3-digit exponents
12746              
12747              don't clobber *.orig files on *clean targets
12748              
12749              fix bugs in processing %v-*d and similar format specs (from
12750              Avi Finkel <avi@finkel.org>)
12751              
12752              sprintf test tweaks (from Dominic Dunlop)
12753              
12754              new selfloader.t in change#6183 doesn't close DATA handles,
12755              and thus fails to clean up tmp files on dosish platforms
12756              
12757              typos (spotted by Peter Prymmer)
12758              
12759              typo fix from Craig Berry
12760      Branch: maint-5.6/perl
12761           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
12762           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
12763           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
12764           !> x2p/Makefile.SH
12765 ____________________________________________________________________________
12766 [  7778] By: gsar                                  on 2000/11/20  16:46:51
12767         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
12768              
12769              Subject: Re: format bug report  [Patch]
12770              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12771              Date: Wed, 05 Jul 2000 13:12:52 +0200
12772              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
12773              
12774              Subject: Re: format bug report  [Patch]
12775              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12776              Date: Wed, 05 Jul 2000 14:10:01 +0200
12777              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
12778              
12779              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
12780              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
12781              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
12782              Date: Fri, 07 Jul 2000 17:57:16 +0100
12783              
12784              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
12785              To: perl5-porters@perl.org
12786              From: Karsten Sperling <spiff@phreax.net>
12787              Date: Mon, 10 Jul 2000 15:12:52 +0200
12788              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
12789              
12790              README.posix-bc podified from Thomas Dorner.
12791              
12792              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
12793              From: Dominic Dunlop <domo@computer.org>
12794              Date: Tue, 11 Jul 2000 12:27:33 +0200
12795              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
12796              
12797              Typo in #6341.
12798              
12799              Fix for
12800              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
12801              From: Roderick Schertler <roderick@argon.org>
12802              Date: Tue, 11 Jul 2000 13:55:05 -0400
12803              Message-Id: <200007111755.NAA05077@jones.argon.org>
12804              
12805              Minor cleanups on the booklist.
12806              
12807              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
12808              regen perltoc.
12809              
12810              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
12811      Branch: maint-5.6/perl
12812           +> pod/perlbook.pod
12813           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
12814           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
12815           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
12816 ____________________________________________________________________________
12817 [  7777] By: jhi                                   on 2000/11/20  16:08:49
12818         Log: Update Changes.
12819      Branch: perl
12820            ! Changes patchlevel.h
12821 ____________________________________________________________________________
12822 [  7776] By: jhi                                   on 2000/11/20  15:27:56
12823         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
12824              This may be overly harsh but until proven otherwise, we think this
12825              way, or until we have a simple test for Configure (having to start
12826              up servers is does not count as simple) to check for the problems.
12827      Branch: perl
12828            ! perl.h
12829 ____________________________________________________________________________
12830 [  7775] By: jhi                                   on 2000/11/20  15:22:17
12831         Log: Solaris hints tweaks.
12832      Branch: perl
12833            ! hints/solaris_2.sh
12834 ____________________________________________________________________________
12835 [  7774] By: jhi                                   on 2000/11/20  15:01:20
12836         Log: Add a workaround to SOCKS 64-bit problems.
12837      Branch: perl
12838            ! doio.c embed.h embed.pl perlsdio.h proto.h
12839 ____________________________________________________________________________
12840 [  7773] By: jhi                                   on 2000/11/20  14:51:47
12841         Log: sysseek() instead of seek().
12842      Branch: perl
12843            ! t/lib/syslfs.t
12844 ____________________________________________________________________________
12845 [  7772] By: gsar                                  on 2000/11/20  13:06:23
12846         Log: integrate changes#6315..6319,6321..6331,6333..6338
12847              
12848              Integrate with Sarathy, preliminary fix for unicos
12849              alignment problems in [ID 20000612.002] Perl problem on Cray system.
12850              
12851              some debugger output does not go to the socket when RemotePort is set
12852              
12853              winsock cleanup never done on Windows (leads to handle leaks)
12854              
12855              fix UNC path handling on Windows under ithreads, and chdir()
12856              return value when given a non-existent directory
12857              
12858              Autogenerate pod/Makefile and pod/buildtoc.
12859              buildtoc also checks whether the existin pods are
12860              mentioned in MANIFEST and perl.pod, and vice versa.
12861              (None of the thusly found discrepancies fixed yet.)
12862              roffitall also needs to be autogenerated similarly but it
12863              seems so badly out of date that I didn't touch it yet.
12864              
12865              Config is being used.
12866              
12867              Add =head1 NAMEs so that buildtoc is happy.
12868              (The CGI::Util nit reported to Lincoln.)
12869              
12870              Fix complaints of buildtoc.
12871              
12872              Fix the alignment problem in Crays ([ID 20000612.002]).
12873              
12874              Remove perlbook, update perlfaq book listing,
12875              rearrange perl.pod, regenerate perltoc.
12876              
12877              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
12878              was cast to an unsigned (32-bit) integer with wild abandon.
12879              
12880              winsock options weren't being set in all threads under ithreads
12881              (caused send()s from second and subsequent threads to fail)
12882              
12883              accept() leaks memory on windows due to incorrect ordering of
12884              closesocket() and fclose() calls
12885              
12886              Reorder perl.pod once more.
12887              
12888              More POSIX.pod tweaks.
12889              
12890              Sprinkle ldlibpath.
12891              
12892              Precedence goof, fix based on
12893              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
12894              From: Hugo <hv@crypt.compulink.co.uk>
12895              Date: Tue, 11 Jul 2000 12:52:38 +0100
12896              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
12897              
12898              Subject: PATCH perlguts.pod: Document D and d magic types
12899              From: mjd@plover.com
12900              Date: 5 Jul 2000 18:01:51 -0000
12901              Message-ID: <20000705180151.29413.qmail@plover.com>
12902              
12903              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
12904              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
12905              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
12906              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
12907              
12908              Subject: [PATCH cfgperl] $& segfaults if you trick it
12909              From: simon@brecon.co.uk (Simon Cozens)
12910              Date: 7 Jul 2000 11:26:09 GMT
12911              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
12912              
12913              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
12914              From: Hugo <hv@crypt.compulink.co.uk>
12915              Date: Tue, 11 Jul 2000 12:44:50 +0100
12916              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
12917              
12918              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
12919              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
12920              Date: Tue, 11 Jul 2000 13:50:51 +0100
12921              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
12922      Branch: maint-5.6/perl
12923           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
12924           +> pod/buildtoc.PL
12925            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
12926           !> (integrate 26 files)
12927 ____________________________________________________________________________
12928 [  7771] By: gsar                                  on 2000/11/20  12:31:42
12929         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
12930              6310,6311,6314
12931              
12932              Subject: [PATCH bleedperl] File::Spec 0.82 beta
12933              From: Barrie Slaymaker <barries@jester.slaysys.com>
12934              Date: Wed, 28 Jun 2000 11:35:29 -0400
12935              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
12936              
12937              tweak perlembed for multiplicity/usethreads sanity; correct notes
12938              about Windows
12939              
12940              localize %INC in a Safe compartment so that use/require work
12941              (many other magic globals probably need similar treatment)
12942              
12943              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
12944              when @_ is modified, causing coredumps
12945              
12946              slurp mode fix in change#4736 still not quite right
12947              
12948              Point to perlipc for more SysV IPC examples.
12949              
12950              Elaborate POSIX.pod.  Still needs work.
12951              
12952              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
12953              
12954              fix large memory leak that has been around for ever, masked by
12955              -DPURIFY (most of the arenas were never freed!)
12956              
12957              fix memory leak on Windows (PL_sys_intern contents were never
12958              freed)
12959              
12960              PERL_OBJECT build tweak
12961              
12962              adjust change#6299
12963              
12964              remove rel2abs prototypes (from Barrie Slaymaker)
12965              
12966              missing perldiag entry for unpack("w",...) diagnostic (from
12967              Andreas Koenig)
12968              
12969              better diagnostic on Frob->stuff() when Frob:: doesn't exist
12970              (from Richard Soderberg <rs@oregonnet.com>)
12971              
12972              Win32 patches for cfgperl from Sarathy.
12973              
12974              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
12975              
12976              More POSIX.pod embellishment.
12977              
12978              tyop in change#6306
12979      Branch: maint-5.6/perl
12980           !> (integrate 44 files)
12981 ____________________________________________________________________________
12982 [  7770] By: gsar                                  on 2000/11/20  11:51:00
12983         Log: integrate changes#6268..6282 from cfgperl branch
12984              
12985              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
12986              From: Dominic Dunlop <domo@computer.org>
12987              Date: Thu, 29 Jun 2000 12:32:39 +0200
12988              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
12989              
12990              Regen headers for #6261 (and update embed.pl for this) and #6267,
12991              silence few compiler warnings.
12992              
12993              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
12994              From: Nicholas Clark <nick@talking.bollo.cx>
12995              Date: Fri, 23 Jun 2000 16:21:15 +0100
12996              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
12997              
12998              Subject: PATCH pod/perltie.pod
12999              From: Ian Phillipps <Ian.Phillipps@iname.com>
13000              Date: Fri, 16 Jun 2000 00:17:19 +0100
13001              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
13002              (only the first hunk, the second hunk had already been done
13003              by some other patch)
13004              
13005              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
13006              From: Tom Phoenix <rootbeer@redcat.com>
13007              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
13008              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
13009              
13010              Subject: [PATCH] xsub attributes
13011              From: Doug MacEachern <dougm@covalent.net>
13012              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
13013              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
13014              
13015              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
13016              From: Andy Dougherty <doughera@lafayette.edu>
13017              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
13018              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
13019              
13020              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
13021              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
13022              Date: Tue, 13 Jun 2000 02:43:48 -0500
13023              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
13024              
13025              Subject: [PATCH] Re: eval documentation: context
13026              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13027              Date: Mon, 12 Jun 2000 15:07:29 +0100
13028              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
13029              
13030              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
13031              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13032              Date: Mon, 12 Jun 2000 14:55:59 +0100
13033              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
13034              
13035              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
13036              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
13037              Date: Fri, 09 Jun 2000 12:39:27 -0400
13038              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
13039              (plus update the version "number" of Text::Wrap)
13040              
13041              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
13042              From: Tim Ayers <tayers@bridge.com>
13043              Date: Thu, 08 Jun 2000 08:11:06 +0200
13044              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
13045              [resent by Richard Foley, Message-Id probably wrong]
13046              
13047              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
13048              From: rspier@pobox.com (Robert Spier)
13049              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
13050              Message-ID: <14654.31913.845602.610277@rls.cx>
13051              
13052              Subject: [PATCH 5.6.0] utils/h2xs.PL
13053              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
13054              Date: Wed, 7 Jun 2000 04:02:04 -0500
13055              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
13056              
13057              Subject: [PATCH 5.6.0]ITHREADs for VMS
13058              From: Dan Sugalski <dan@sidhe.org>
13059              Date: Tue, 06 Jun 2000 11:59:50 -0400
13060              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
13061      Branch: maint-5.6/perl
13062           !> (integrate 31 files)
13063 ____________________________________________________________________________
13064 [  7769] By: gsar                                  on 2000/11/20  11:29:06
13065         Log: integrate changes#6261..6266 from cfgperl
13066              
13067              Subject: Re: [PATCH cfgperl] BOMs away!
13068              From: simon@brecon.co.uk (Simon Cozens)
13069              Date: 17 Jun 2000 11:49:57 GMT
13070              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
13071              
13072              Subject: 5.6.0 Patch for EPOC
13073              From: Olaf Flebbe <o.flebbe@gmx.de>
13074              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
13075              Message-ID: <23449.960929969@www11.gmx.net>
13076              
13077              tr fixes from Simon Cozens
13078              
13079              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
13080              From: Marty Lucich <marty@netcom.com>
13081              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
13082              Message-Id: <200006282116.OAA11148@netcom.com>
13083              ccdlflags update (the BSD/OS 4.1 part had already been taken
13084              care of by #6141).
13085              
13086              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
13087              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13088              Date: Wed, 28 Jun 2000 17:50:12 -0700
13089              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
13090              
13091              Subject: [PATCH 5.6.0] cygwin port
13092              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
13093              From: "Fifer, Eric" <EFifer@sanwaint.com>
13094              Date: Thu, 29 Jun 2000 12:58:29 +0100
13095      Branch: maint-5.6/perl
13096           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
13097           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
13098           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
13099           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
13100 ____________________________________________________________________________
13101 [  7768] By: gsar                                  on 2000/11/20  11:13:44
13102         Log: integrate changes#6252..6256,6259..6260
13103              
13104              Paranoia tweak on #6249.
13105              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
13106              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
13107              Date: Sun, 25 Jun 2000 23:43:12 -0400
13108              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
13109              
13110              Subject: tr///, help wanted.
13111              From: simon@brecon.co.uk (Simon Cozens)
13112              Date: 28 Jun 2000 11:29:04 GMT
13113              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
13114              
13115              small thinko tweaks
13116              
13117              tweaks from Simon Conzes to further fix tr/// under utf8
13118              
13119              perlnewmod was missing from MANIFEST.
13120              
13121              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
13122              From: simon@brecon.co.uk (Simon Cozens)
13123              Date: 17 Jun 2000 11:56:44 GMT
13124              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
13125              pack U0, pack C0
13126      Branch: maint-5.6/perl
13127           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
13128           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
13129           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
13130           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
13131 ____________________________________________________________________________
13132 [  7767] By: gsar                                  on 2000/11/20  10:51:38
13133         Log: integrate change#6250 from cfgperl
13134              
13135              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
13136              From: Doug MacEachern <dougm@covalent.net>
13137              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
13138              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
13139      Branch: maint-5.6/perl
13140           +> t/op/my_stash.t
13141           !> MANIFEST embed.pl global.sym proto.h toke.c
13142 ____________________________________________________________________________
13143 [  7766] By: gsar                                  on 2000/11/20  10:48:34
13144         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
13145              
13146              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
13147              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
13148              Date: Mon, 26 Jun 2000 18:40:14 +0100
13149              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
13150              
13151              Subject: [PATCH] bytes<->utf8 fixes
13152              From: simon@brecon.co.uk (Simon Cozens)
13153              Date: 26 Jun 2000 04:55:45 GMT
13154              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
13155              
13156              Subject: [PATCH] is_utf8_string
13157              From: simon@brecon.co.uk (Simon Cozens)
13158              Date: 26 Jun 2000 02:25:59 GMT
13159              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
13160              
13161              Subject: [PATCH] avoid mg_ptr in '*' magic
13162              From: Doug MacEachern <dougm@covalent.net>
13163              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
13164              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
13165              
13166              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
13167              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
13168              Date: Sat, 24 Jun 2000 13:06:20 +0100
13169              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
13170              
13171              Allow for standalone testing.
13172              
13173              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
13174              From: Mark-Jason Dominus <mjd@plover.com>
13175              Date: Tue, 27 Jun 2000 22:36:42 -0400
13176              Message-ID: <20000628023642.12166.qmail@plover.com>
13177              
13178              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
13179              From: Frank Tobin <ftobin@uiuc.edu>
13180              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
13181              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
13182      Branch: maint-5.6/perl
13183           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
13184           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
13185           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
13186           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
13187           !> utf8.c utils/h2xs.PL
13188 ____________________________________________________________________________
13189 [  7765] By: gsar                                  on 2000/11/20  10:29:13
13190         Log: integrate change#6239 from cfgperl
13191              
13192              Configure maintenance.  Sever some dependency cycles,
13193              separate gccversion from the cc unit,
13194              address [ID 20000623.006] Configure script patch for using gcc on AIX
13195              (but solve it a little bit differently),
13196              unduplex some accidentally duplicated units,
13197              suggest using gcc if no cc available
13198              (p5p thread: "Solaris configure: counterproposal", 1999-09)
13199      Branch: maint-5.6/perl
13200           !> Configure Todo-5.6 config_h.SH
13201 ____________________________________________________________________________
13202 [  7764] By: gsar                                  on 2000/11/20  10:25:55
13203         Log: integrate changes#6233..6238 from cfgperl
13204              
13205              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
13206              From: Mark-Jason Dominus <mjd@plover.com>
13207              Date: Fri, 16 Jun 2000 20:53:04 -0400
13208              Message-ID: <20000617005304.8008.qmail@plover.com>
13209              
13210              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
13211              because when run as services (Win32ese for daemons)
13212              no environment variables are set and tmpdir ends up as /tmp,
13213              which is ambiguous.
13214              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
13215              From: matt@sergeant.org
13216              Date: 16 Jun 2000 16:30:43 -0000
13217              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
13218              
13219              The thread begun by
13220              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
13221              From: Kevin.Ruscoe@ubsw.com
13222              Date: Fri, 16 Jun 2000 16:38:51 +0100
13223              Message-Id: <H000019b03c300d6@MHS>
13224              
13225              Tweak embed.pl, regen headers.
13226              
13227              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
13228              From: Dan Sugalski <dan@sidhe.org>
13229              Date: Fri, 23 Jun 2000 17:00:00 -0400
13230              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
13231      Branch: maint-5.6/perl
13232           !> (integrate 27 files)
13233 ____________________________________________________________________________
13234 [  7763] By: gsar                                  on 2000/11/20  10:08:08
13235         Log: s/perl56delta/perldelta/g
13236      Branch: maint-5.6/perl
13237            ! pod/Makefile
13238 ____________________________________________________________________________
13239 [  7762] By: gsar                                  on 2000/11/20  10:04:00
13240         Log: integrate changes#6225,6229,6231,6232 from cfgperl
13241              
13242              Add source code filenames to apidoc.
13243              From: simon@brecon.co.uk (Simon Cozens)
13244              Subject: [PATCH embed.pl] Source X-ref
13245              Date: 22 Jun 2000 02:18:49 GMT
13246              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
13247              
13248              Subject: README.hpux version 0.6.1
13249              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
13250              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
13251              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
13252              
13253              Subject: [PATCH 5.6.0] cygwin port
13254              From: "Fifer, Eric" <EFifer@sanwaint.com>
13255              Date: Tue, 20 Jun 2000 14:30:58 +0100
13256              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
13257              
13258              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
13259              From: simon@brecon.co.uk (Simon Cozens)
13260              Date: 19 Jun 2000 15:18:27 GMT
13261              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
13262              
13263              plus update pod/Makefile and regenerate perltoc
13264      Branch: maint-5.6/perl
13265           +> pod/perlutil.pod
13266           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
13267           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
13268 ____________________________________________________________________________
13269 [  7761] By: jhi                                   on 2000/11/20  04:09:55
13270         Log: Miraculous typo.
13271      Branch: perl
13272            ! t/op/pat.t
13273 ____________________________________________________________________________
13274 [  7760] By: jhi                                   on 2000/11/20  04:06:08
13275         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
13276              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13277              Date: Sun, 19 Nov 2000 22:30:26 -0500
13278              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
13279      Branch: perl
13280            ! regexec.c scope.h t/op/pat.t
13281 ____________________________________________________________________________
13282 [  7759] By: jhi                                   on 2000/11/20  02:05:22
13283         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
13284      Branch: perl
13285            ! perl.h
13286 ____________________________________________________________________________
13287 [  7758] By: jhi                                   on 2000/11/20  01:58:11
13288         Log: Subject: [perl 7711: EPOC] updates
13289              From: Olaf Flebbe <o.flebbe@gmx.de>
13290              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
13291              Message-ID: <25575.974658810@www23.gmx.net>               
13292      Branch: perl
13293            + lib/File/Spec/Epoc.pm
13294            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
13295            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
13296            ! lib/File/Spec.pm perl.c sv.c
13297 ____________________________________________________________________________
13298 [  7757] By: jhi                                   on 2000/11/20  01:53:11
13299         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
13300      Branch: perl
13301            ! MANIFEST
13302 ____________________________________________________________________________
13303 [  7756] By: jhi                                   on 2000/11/20  01:47:22
13304         Log: Integrate perlio.
13305      Branch: perl
13306            - ext/re/hints/MSWin32.pl
13307           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
13308           !> win32/config.gc win32/config_H.gc win32/win32sck.c
13309 ____________________________________________________________________________
13310 [  7755] By: nick                                  on 2000/11/19  20:57:17
13311         Log: Add dummy crlf layer (just as buffer)
13312              Correct 1st bug - one layer of indirection.
13313      Branch: perlio
13314            ! perlio.c perlio.h perliol.h
13315 ____________________________________________________________________________
13316 [  7754] By: nick                                  on 2000/11/19  20:56:12
13317         Log: Work-round to Perl_deb_nocontext is no longer required
13318      Branch: perlio
13319            - ext/re/hints/MSWin32.pl
13320 ____________________________________________________________________________
13321 [  7753] By: nick                                  on 2000/11/19  20:01:16
13322         Log: diff -se shows these as different
13323      Branch: perlio
13324            ! global.sym pod/perlapi.pod
13325 ____________________________________________________________________________
13326 [  7752] By: nick                                  on 2000/11/19  18:57:30
13327         Log: Configure GCC/Win32 build -Duseperlio
13328              Fix a couple of gross issues
13329              - double-include of ../deb.o in re.dll
13330              - win32sck.c needs PerlIO and FILE 
13331      Branch: perlio
13332            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
13333            ! win32/win32sck.c
13334 ____________________________________________________________________________
13335 [  7751] By: nick                                  on 2000/11/19  17:05:36
13336         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
13337      Branch: perlio
13338            ! perlio.c
13339 ____________________________________________________________________________
13340 [  7750] By: nick                                  on 2000/11/19  16:57:14
13341         Log: Missing aTHX_
13342      Branch: perlio
13343            ! sv.c
13344 ____________________________________________________________________________
13345 [  7749] By: jhi                                   on 2000/11/19  16:28:40
13346         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
13347              From: "Peter J. Farley III" <pjfarley@banet.net>
13348              Date: Sun, 19 Nov 2000 01:42:58 -0500
13349              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
13350      Branch: perl
13351            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
13352 ____________________________________________________________________________
13353 [  7748] By: jhi                                   on 2000/11/19  16:08:10
13354         Log: Subject: podlators 1.05 available        
13355              From: Russ Allbery <rra@stanford.edu>   
13356              Date: 18 Nov 2000 22:04:28 -0800
13357              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
13358      Branch: perl
13359            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
13360 ____________________________________________________________________________
13361 [  7747] By: nick                                  on 2000/11/19  11:19:39
13362         Log: Integrate mainline
13363      Branch: perlio
13364           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
13365           !> util.c
13366 ____________________________________________________________________________
13367 [  7746] By: jhi                                   on 2000/11/19  06:42:22
13368         Log: Make hex scanning warn on "\x{x}" and "\xx".
13369              "\x" and and hex("x") are still valid.
13370      Branch: perl
13371            ! util.c
13372 ____________________________________________________________________________
13373 [  7745] By: nick                                  on 2000/11/18  22:52:28
13374         Log: Integrate mainline
13375      Branch: perlio
13376           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
13377           !> perl.h perlio.c proto.h regcomp.c regcomp.h
13378 ____________________________________________________________________________
13379 [  7744] By: jhi                                   on 2000/11/18  22:50:28
13380         Log: Introduce Perl_utf8_length().  Use it.
13381      Branch: perl
13382            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
13383 ____________________________________________________________________________
13384 [  7743] By: jhi                                   on 2000/11/18  22:38:51
13385         Log: Compiler denit.
13386      Branch: perl
13387            ! perlio.c
13388 ____________________________________________________________________________
13389 [  7742] By: jhi                                   on 2000/11/18  20:33:05
13390         Log: Integrate perlio.
13391      Branch: perl
13392           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
13393           !> perlio.h pp_ctl.c pp_sys.c sv.c
13394 ____________________________________________________________________________
13395 [  7741] By: jhi                                   on 2000/11/18  20:31:27
13396         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
13397              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13398              Date: Fri, 17 Nov 2000 20:35:11 -0500
13399              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
13400              
13401              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
13402              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13403              Date: Fri, 17 Nov 2000 21:03:47 -0500
13404              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
13405              
13406              Plus a little bit of tweaking in pregcomp().
13407      Branch: perl
13408            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
13409 ____________________________________________________________________________
13410 [  7740] By: nick                                  on 2000/11/18  20:17:22
13411         Log: Lexical use open ... support:
13412              add ->cop_io to COP structure in cop.h.
13413              Make mg.c and gv.c associate it with ${^OPEN}.
13414              Make lib/open.pm set it.
13415              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
13416              manner similar to ->cop_warnings.
13417              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
13418              call new PerlIO_apply_layers().
13419              Declare latter in perlio.h and define in perlio.c
13420      Branch: perlio
13421            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
13422            ! perlio.h pp_ctl.c pp_sys.c sv.c
13423 ____________________________________________________________________________
13424 [  7739] By: jhi                                   on 2000/11/18  19:54:00
13425         Log: Integrate perlio.
13426      Branch: perl
13427           !> doio.c perlio.c pp.c
13428 ____________________________________________________________________________
13429 [  7738] By: jhi                                   on 2000/11/18  17:16:13
13430         Log: Subject: [PATCH 5.7.0] etags broken again
13431              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13432              Date: Sat, 18 Nov 2000 02:41:36 -0500
13433              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
13434      Branch: perl
13435            ! emacs/ptags
13436 ____________________________________________________________________________
13437 [  7737] By: jhi                                   on 2000/11/18  17:12:18
13438         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
13439      Branch: perl
13440            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
13441 ____________________________________________________________________________
13442 [  7736] By: nick                                  on 2000/11/18  14:06:20
13443         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
13444              part to be isolated.
13445      Branch: perlio
13446            ! doio.c perlio.c
13447 ____________________________________________________________________________
13448 [  7735] By: nick                                  on 2000/11/18  11:03:32
13449         Log: Integrate mainline
13450      Branch: perlio
13451           !> Changes README.amiga README.win32 patchlevel.h
13452           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
13453 ____________________________________________________________________________
13454 [  7734] By: jhi                                   on 2000/11/18  01:18:56
13455         Log: Update Changes.
13456      Branch: perl
13457            ! Changes patchlevel.h
13458 ____________________________________________________________________________
13459 [  7733] By: jhi                                   on 2000/11/18  00:32:54
13460         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
13461              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13462              Date: Fri, 17 Nov 2000 17:28:02 -0500
13463              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
13464      Branch: perl
13465            ! regcomp.c regexec.c t/op/re_tests
13466 ____________________________________________________________________________
13467 [  7732] By: jhi                                   on 2000/11/18  00:28:56
13468         Log: Sparc 64-bit pack() fix from Jens Hamisch.
13469      Branch: perl
13470            ! pp.c
13471 ____________________________________________________________________________
13472 [  7731] By: jhi                                   on 2000/11/18  00:18:39
13473         Log: Explain in more detail the {} syntax ambiguousity.
13474              
13475              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
13476              From: Nicholas Clark <nick@ccl4.org>
13477              Date: Fri, 17 Nov 2000 22:10:28 +0000
13478              Message-ID: <20001117221028.A88930@plum.flirble.org>
13479      Branch: perl
13480            ! pod/perlfunc.pod
13481 ____________________________________________________________________________
13482 [  7730] By: jhi                                   on 2000/11/18  00:12:18
13483         Log: Subject: Fix for README.amiga (20000323.033)
13484              From: "Stephen P. Potter" <spp@spotter.yi.org>
13485              Date: Fri, 17 Nov 2000 12:25:51 -0500
13486              Message-Id: <200011171725.MAA05768@spotter.yi.org>
13487      Branch: perl
13488            ! README.amiga
13489 ____________________________________________________________________________
13490 [  7729] By: jhi                                   on 2000/11/18  00:08:34
13491         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
13492              From: "A. C. Yardley" <yardley@tanet.net>
13493              Date: Mon, 3 Apr 2000 11:35:33 -0700
13494              Message-ID: <3483.000403@tanet.net>
13495      Branch: perl
13496            ! README.win32
13497 ____________________________________________________________________________
13498 [  7728] By: nick                                  on 2000/11/17  21:59:47
13499         Log: Integrate mainline
13500      Branch: perlio
13501           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
13502           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
13503           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
13504           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
13505 ____________________________________________________________________________
13506 [  7727] By: nick                                  on 2000/11/17  21:56:31
13507         Log: Experiment on use of attributes.pm interface.
13508              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
13509              SVt_PVRV if not already something better (else vivify of say magic gets
13510              core dump).
13511      Branch: perlio
13512            ! perlio.c pp.c
13513 ____________________________________________________________________________
13514 [  7726] By: jhi                                   on 2000/11/17  14:15:49
13515         Log: Subject: Fix for 20000815.006
13516              From: "Stephen P. Potter" <spp@spotter.yi.org>
13517              Date: Fri, 17 Nov 2000 08:57:45 -0500
13518              Message-Id: <200011171357.IAA05122@spotter.yi.org>
13519              
13520              It's really 20000518.006.
13521      Branch: perl
13522            ! pod/perlmodlib.PL
13523 ____________________________________________________________________________
13524 [  7725] By: jhi                                   on 2000/11/17  14:12:31
13525         Log: Subject: Fix for 20000409.001
13526              From: "Stephen P. Potter" <spp@spotter.yi.org>
13527              Date: Fri, 17 Nov 2000 08:55:45 -0500
13528              Message-Id: <200011171355.IAA05104@spotter.yi.org>
13529      Branch: perl
13530            ! pod/perlfaq9.pod
13531 ____________________________________________________________________________
13532 [  7724] By: jhi                                   on 2000/11/17  14:08:58
13533         Log: Undo #7627 now that we have =head3.
13534      Branch: perl
13535            ! pod/perlhack.pod
13536 ____________________________________________________________________________
13537 [  7723] By: jhi                                   on 2000/11/17  14:04:09
13538         Log: As surmised the #7719 wasn't a good move.
13539      Branch: perl
13540            ! hints/solaris_2.sh
13541 ____________________________________________________________________________
13542 [  7722] By: jhi                                   on 2000/11/17  13:59:04
13543         Log: Also the 64bitall hints can be either here or there.
13544      Branch: perl
13545            ! hints/solaris_2.sh
13546 ____________________________________________________________________________
13547 [  7721] By: jhi                                   on 2000/11/17  02:26:23
13548         Log: Test tweak for the open pragma.
13549      Branch: perl
13550            ! t/lib/b.t
13551 ____________________________________________________________________________
13552 [  7720] By: jhi                                   on 2000/11/17  00:23:22
13553         Log: The long double hints can be here or there.
13554      Branch: perl
13555            ! hints/solaris_2.sh
13556 ____________________________________________________________________________
13557 [  7719] By: jhi                                   on 2000/11/17  00:14:06
13558         Log: For Solaris use64bitall the stdchar needs a little bit of help.
13559      Branch: perl
13560            ! hints/solaris_2.sh
13561 ____________________________________________________________________________
13562 [  7718] By: jhi                                   on 2000/11/16  23:27:34
13563         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
13564              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
13565              Date: Wed, 15 Nov 2000 08:56:32 +0100
13566              Message-ID: <3A1241B0.64477E00@alcatel.at>
13567      Branch: perl
13568            ! lib/Carp/Heavy.pm
13569 ____________________________________________________________________________
13570 [  7717] By: jhi                                   on 2000/11/16  23:23:29
13571         Log: Subject: [PATCH] Re: 20001101.003 PDL
13572              From: Nicholas Clark <nick@ccl4.org>
13573              Date: Thu, 16 Nov 2000 16:48:25 +0000
13574              Message-ID: <20001116164825.B93487@plum.flirble.org>
13575      Branch: perl
13576            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
13577 ____________________________________________________________________________
13578 [  7716] By: jhi                                   on 2000/11/16  23:21:31
13579         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
13580              From: "Casey R. Tweten" <crt@kiski.net>
13581              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
13582              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
13583      Branch: perl
13584            ! lib/Pod/Checker.pm pod/perlpod.pod
13585 ____________________________________________________________________________
13586 [  7715] By: jhi                                   on 2000/11/16  23:19:40
13587         Log: Avoid an infinite loop in VMS when utils scripts are run
13588              with no arguments, from Charles Lane.
13589      Branch: perl
13590            ! configure.com
13591 ____________________________________________________________________________
13592 [  7714] By: jhi                                   on 2000/11/16  23:17:08
13593         Log: Subject: perllocale.pod changes
13594              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
13595              Date: Mon, 13 Nov 2000 10:09:22 +0300
13596              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
13597      Branch: perl
13598            ! pod/perllocale.pod
13599 ____________________________________________________________________________
13600 [  7713] By: jhi                                   on 2000/11/16  23:14:06
13601         Log: Integrate perlio.
13602      Branch: perl
13603           !> doio.c perlio.c perlio.h util.c
13604 ____________________________________________________________________________
13605 [  7712] By: nick                                  on 2000/11/16  21:10:58
13606         Log: Integrate mainline
13607      Branch: perlio
13608           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
13609           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
13610           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
13611           !> vos/config.ga.def vos/config.ga.h win32/config.bc
13612           !> win32/config.gc win32/config.vc
13613 ____________________________________________________________________________
13614 [  7711] By: nick                                  on 2000/11/16  19:56:41
13615         Log: Minor tweaks:
13616              consistent way of getting 'rb', 'wb' etc. for binary opens
13617              move *perlio::layers to *open::layers
13618              a #define to show layers available
13619              DOSISH popen/PerlIO had export/import sense inverted.
13620      Branch: perlio
13621            ! doio.c perlio.c perlio.h util.c
13622 ____________________________________________________________________________
13623 [  7710] By: jhi                                   on 2000/11/16  15:46:05
13624         Log: Add HAS_SBRK_PROTO.
13625      Branch: metaconfig/U/perl
13626            + d_sbrkproto.U
13627      Branch: perl
13628            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13629            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
13630            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
13631            ! vos/config.ga.def vos/config.ga.h win32/config.bc
13632            ! win32/config.gc win32/config.vc
13633 ____________________________________________________________________________
13634 [  7709] By: nick                                  on 2000/11/16  07:31:49
13635         Log: Integrate mainline
13636      Branch: perlio
13637           !> (integrate 35 files)
13638 ____________________________________________________________________________
13639 [  7708] By: jhi                                   on 2000/11/16  05:33:03
13640         Log: These files are text, not binary.
13641      Branch: perl
13642            ! ext/Encode/Encode/iso8859-10.enc
13643            ! ext/Encode/Encode/iso8859-13.enc
13644            ! ext/Encode/Encode/iso8859-14.enc
13645            ! ext/Encode/Encode/iso8859-15.enc
13646 ____________________________________________________________________________
13647 [  7707] By: jhi                                   on 2000/11/16  01:53:37
13648         Log: Update Changes.
13649      Branch: perl
13650            ! Changes patchlevel.h
13651 ____________________________________________________________________________
13652 [  7706] By: jhi                                   on 2000/11/16  01:35:59
13653         Log: More #undefing of stdio.
13654      Branch: perl
13655            ! fakesdio.h nostdio.h
13656 ____________________________________________________________________________
13657 [  7705] By: jhi                                   on 2000/11/16  01:34:18
13658         Log: Add fwalk() probe to the configuration files and regen perltoc.
13659      Branch: perl
13660            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13661            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
13662            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
13663            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
13664            ! win32/config.bc win32/config.gc win32/config.vc
13665 ____________________________________________________________________________
13666 [  7704] By: jhi                                   on 2000/11/16  01:33:07
13667         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
13668              an optional third argument to Inlibc?)
13669      Branch: metaconfig/U/perl
13670            + d__fwalk.U
13671 ____________________________________________________________________________
13672 [  7703] By: jhi                                   on 2000/11/16  01:09:22
13673         Log: The type of the hash_cb() size argument is tricky.
13674      Branch: perl
13675            ! ext/DB_File/DB_File.xs
13676 ____________________________________________________________________________
13677 [  7702] By: jhi                                   on 2000/11/15  23:01:16
13678         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
13679      Branch: perl
13680            ! nostdio.h
13681 ____________________________________________________________________________
13682 [  7701] By: jhi                                   on 2000/11/15  22:52:32
13683         Log: Detypo.
13684      Branch: perl
13685            ! t/lib/bigfltpm.t
13686 ____________________________________________________________________________
13687 [  7700] By: jhi                                   on 2000/11/15  22:51:56
13688         Log: UINT64_C() work continues.
13689      Branch: perl
13690            ! handy.h perl.h utf8.h
13691 ____________________________________________________________________________
13692 [  7699] By: jhi                                   on 2000/11/15  14:13:04
13693         Log: SOCKS has its own USE_THREADS, based on
13694              
13695              Subject: [ID 20001114.002] et. al. bugfix followup
13696              From: Jens Hamisch <jens@Strawberry.COM> 
13697              Date: Wed, 15 Nov 2000 14:23:11 +0100
13698              Message-ID: <20001115142311.A21164@Strawberry.COM>
13699      Branch: perl
13700            ! perl.h
13701 ____________________________________________________________________________
13702 [  7698] By: jhi                                   on 2000/11/15  03:50:56
13703         Log: Add few missing #undefs and sort them.
13704      Branch: perl
13705            ! fakesdio.h
13706 ____________________________________________________________________________
13707 [  7697] By: jhi                                   on 2000/11/15  03:39:14
13708         Log: Linenumber fix.
13709      Branch: perl
13710            ! t/pragma/warn/utf8
13711 ____________________________________________________________________________
13712 [  7696] By: jhi                                   on 2000/11/15  02:55:26
13713         Log: EBCDIC tweaks.
13714              
13715              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
13716              From: Peter Prymmer <pvhp@forte.com>
13717              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
13718              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
13719      Branch: perl
13720            ! t/op/regmesg.t t/pragma/warn/utf8
13721 ____________________________________________________________________________
13722 [  7695] By: jhi                                   on 2000/11/15  02:53:58
13723         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
13724              From: Peter Prymmer <pvhp@forte.com>
13725              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
13726              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
13727      Branch: perl
13728            ! utf8.c
13729 ____________________________________________________________________________
13730 [  7694] By: jhi                                   on 2000/11/15  02:50:55
13731         Log: Subject: [PATCH: perl@7674] updates to README.os390
13732              From: Prymmer/Kahn <pvhp@best.com>
13733              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
13734              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
13735      Branch: perl
13736            ! README.os390
13737 ____________________________________________________________________________
13738 [  7693] By: jhi                                   on 2000/11/15  02:48:37
13739         Log: Quit utf8_to_uv() instantly if curlen == 0.
13740      Branch: perl
13741            ! utf8.c
13742 ____________________________________________________________________________
13743 [  7692] By: jhi                                   on 2000/11/15  02:24:29
13744         Log: Use u_int32_t for the size of hash_cb(), not size_t.
13745              
13746              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
13747              From: Jens Hamisch <jens@Strawberry.COM>     
13748              Date: Tue, 14 Nov 2000 19:03:55 +0100
13749              Message-Id: <20001114190355.A20559@Strawberry.COM>
13750      Branch: perl
13751            ! ext/DB_File/DB_File.xs
13752 ____________________________________________________________________________
13753 [  7691] By: jhi                                   on 2000/11/15  02:20:12
13754         Log: Use UINT64_C().
13755              
13756              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
13757              From: Jens Hamisch <jens@Strawberry.COM>
13758              Date: Tue, 14 Nov 2000 19:16:23 +0100
13759              Message-Id: <20001114191623.G20559@Strawberry.COM>
13760      Branch: perl
13761            ! utf8.c utf8.h
13762 ____________________________________________________________________________
13763 [  7690] By: jhi                                   on 2000/11/15  02:17:06
13764         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
13765              (a macro to define signed and unsigned integer constants).
13766      Branch: perl
13767            ! handy.h
13768 ____________________________________________________________________________
13769 [  7689] By: jhi                                   on 2000/11/15  01:56:51
13770         Log: Regen Configure.
13771      Branch: perl
13772            ! Configure
13773 ____________________________________________________________________________
13774 [  7688] By: jhi                                   on 2000/11/15  01:56:32
13775         Log: Make the unit know about SOCKS.
13776      Branch: metaconfig
13777            ! U/protos/socksizetype.U
13778 ____________________________________________________________________________
13779 [  7687] By: jhi                                   on 2000/11/15  01:54:47
13780         Log: Remove unused dependencies.
13781      Branch: metaconfig
13782            ! U/compline/d_getpagsz.U
13783 ____________________________________________________________________________
13784 [  7686] By: nick                                  on 2000/11/14  21:25:13
13785         Log: Integrate mainline.
13786      Branch: perlio
13787           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
13788           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
13789           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
13790           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
13791           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
13792           !> win32/config.bc win32/config.gc win32/config.vc
13793           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
13794 ____________________________________________________________________________
13795 [  7685] By: jhi                                   on 2000/11/14  17:54:56
13796         Log: Integrate perlio.
13797      Branch: perl
13798           +> fakesdio.h perliol.h
13799           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
13800           !> perlsdio.h perlsfio.h pod/perlfunc.pod
13801 ____________________________________________________________________________
13802 [  7684] By: nick                                  on 2000/11/14  17:43:04
13803         Log: PerlIO #include and #ifdef re-work.
13804      Branch: perlio
13805            + fakesdio.h perliol.h
13806            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
13807            ! perlsdio.h perlsfio.h
13808 ____________________________________________________________________________
13809 [  7683] By: jhi                                   on 2000/11/14  15:42:40
13810         Log: Hoist the duplicated socket/netdb include logic to perl.h;
13811              undef SETERRNO in case SOCKS has defined it.  Based on:
13812              
13813              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
13814              From: Jens Hamisch <jens@Strawberry.COM> 
13815              Date: Tue, 14 Nov 2000 11:34:40 +0100
13816              Message-Id: <20001114113440.A20005@Strawberry.COM>
13817      Branch: perl
13818            ! doio.c perl.h pp_sys.c
13819 ____________________________________________________________________________
13820 [  7682] By: jhi                                   on 2000/11/14  14:07:28
13821         Log: Subject: some additions for makefiles for win32 (for perl@7674)
13822              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
13823              Date: Tue, 14 Nov 2000 09:31:13 +0300
13824              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
13825      Branch: perl
13826            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
13827            ! win32/makefile.mk
13828 ____________________________________________________________________________
13829 [  7681] By: jhi                                   on 2000/11/14  14:01:41
13830         Log: Subject: tiny typo in perl5db.pl
13831              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
13832              Date: Tue, 14 Nov 2000 09:29:28 +0300
13833              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
13834      Branch: perl
13835            ! lib/perl5db.pl
13836 ____________________________________________________________________________
13837 [  7680] By: jhi                                   on 2000/11/14  04:13:50
13838         Log: Redo #7679 with LFs instead of CRLFs.
13839      Branch: perl
13840            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
13841            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
13842            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
13843 ____________________________________________________________________________
13844 [  7679] By: jhi                                   on 2000/11/14  01:21:09
13845         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
13846              From: Benjamin Stuhl <tiriath@yahoo.com> 
13847              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
13848              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
13849      Branch: perl
13850            + win32/bin/mdelete.bat
13851            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
13852            ! makedef.pl perlio.c win32/Makefile win32/config.gc
13853            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
13854 ____________________________________________________________________________
13855 [  7678] By: jhi                                   on 2000/11/14  01:19:20
13856         Log: Fix the re extension building for Win32.
13857              
13858              Subject: [PATCH perl@7638] Get PerlIO building on Win32
13859              From: Benjamin Stuhl <tiriath@yahoo.com> 
13860              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
13861              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
13862      Branch: perl
13863            + ext/re/hints/MSWin32.pl
13864            ! MANIFEST
13865 ____________________________________________________________________________
13866 [  7677] By: jhi                                   on 2000/11/14  01:13:54
13867         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
13868              From: sthoenna@efn.org
13869              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
13870              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
13871      Branch: perl
13872            ! doop.c pp.c toke.c utf8.c utf8.h
13873 ____________________________________________________________________________
13874 [  7676] By: jhi                                   on 2000/11/13  20:23:15
13875         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
13876              From: Nicholas Clark <nick@ccl4.org>
13877              Date: Mon, 13 Nov 2000 18:55:04 +0000
13878              Message-ID: <20001113185504.J29183@plum.flirble.org>
13879      Branch: perl
13880            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
13881 ____________________________________________________________________________
13882 [  7675] By: nick                                  on 2000/11/13  20:21:57
13883         Log: Integrate mainline ...
13884      Branch: perlio
13885           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
13886           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
13887           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
13888           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
13889 ____________________________________________________________________________
13890 [  7674] By: jhi                                   on 2000/11/13  15:07:56
13891         Log: Update Changes.
13892      Branch: perl
13893            ! Changes patchlevel.h
13894 ____________________________________________________________________________
13895 [  7673] By: jhi                                   on 2000/11/13  14:42:42
13896         Log: Remove the new two tests of lib/io_xs for now, they seem to
13897              fail under perlio on some platforms.
13898      Branch: perl
13899            ! t/lib/io_xs.t
13900 ____________________________________________________________________________
13901 [  7672] By: jhi                                   on 2000/11/13  13:57:53
13902         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
13903      Branch: perl
13904            ! perlio.c
13905 ____________________________________________________________________________
13906 [  7671] By: jhi                                   on 2000/11/13  05:30:48
13907         Log: Placate nervous compilers that see longer than ints switch()ing.
13908      Branch: perl
13909            ! utf8.c
13910 ____________________________________________________________________________
13911 [  7670] By: jhi                                   on 2000/11/13  05:14:21
13912         Log: fputs() does return EOF on error but here we don't care.
13913      Branch: perl
13914            ! perlio.c
13915 ____________________________________________________________________________
13916 [  7669] By: jhi                                   on 2000/11/13  05:02:45
13917         Log: Declare reg_data like reg_substr_data.
13918      Branch: perl
13919            ! regexp.h
13920 ____________________________________________________________________________
13921 [  7668] By: jhi                                   on 2000/11/13  04:54:34
13922         Log: Typos in #7667.
13923      Branch: perl
13924            ! perl.h
13925 ____________________________________________________________________________
13926 [  7667] By: jhi                                   on 2000/11/13  04:49:49
13927         Log: Cleanup messy #ifdef.
13928      Branch: perl
13929            ! perl.h
13930 ____________________________________________________________________________
13931 [  7666] By: jhi                                   on 2000/11/13  04:17:34
13932         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
13933              From: Nicholas Clark <nick@talking.bollo.cx>
13934              Date: Sun, 12 Nov 2000 21:14:11 +0000
13935              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
13936              
13937              Note: only one breakage of the two reported is fixed by this patch.
13938      Branch: perl
13939            ! perlio.c
13940 ____________________________________________________________________________
13941 [  7665] By: jhi                                   on 2000/11/13  04:05:07
13942         Log: Tweak the definition of the bit complement on UTF-8 data:
13943              if none of the characters in the string are > 0xff,
13944              the result is a complemented byte string, not a (UTF-8)
13945              char string.  Based on the summary in
13946              
13947              Subject: Re: [ID 20000918.005] ~ on wide chars
13948              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
13949              Date: Fri, 10 Nov 2000 09:47:15 -0800
13950              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
13951              
13952              This should give us the maximum backward (pre-char string)
13953              compatibility and utf8 compatibility.  The other alternative
13954              would be to limit the bit complement to be always byte only,
13955              taking the least significant byte of the chars.
13956      Branch: perl
13957            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
13958 ____________________________________________________________________________
13959 [  7664] By: jhi                                   on 2000/11/13  00:23:44
13960         Log: Couple of tests from #7660 salvaged.
13961      Branch: perl
13962            - t/op/tell.t
13963            ! MANIFEST t/io/tell.t
13964 ____________________________________________________________________________
13965 [  7663] By: jhi                                   on 2000/11/13  00:02:48
13966         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
13967              From: Nicholas Clark <nick@talking.bollo.cx>
13968              Date: Sun, 12 Nov 2000 21:23:43 +0000
13969              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
13970      Branch: perl
13971            ! perlsfio.h
13972 ____________________________________________________________________________
13973 [  7662] By: jhi                                   on 2000/11/13  00:01:39
13974         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
13975              From: Nicholas Clark <nick@talking.bollo.cx>
13976              Date: Sun, 12 Nov 2000 21:30:04 +0000
13977              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
13978      Branch: perl
13979            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
13980 ____________________________________________________________________________
13981 [  7661] By: jhi                                   on 2000/11/12  23:57:29
13982         Log: Document tell() on special streams.
13983      Branch: perl
13984            ! pod/perlfunc.pod
13985 ____________________________________________________________________________
13986 [  7660] By: jhi                                   on 2000/11/12  23:54:22
13987         Log: (Subsumed by #7664)
13988      Branch: perl
13989            + t/op/tell.t
13990            ! MANIFEST
13991 ____________________________________________________________________________
13992 [  7659] By: jhi                                   on 2000/11/12  22:55:25
13993         Log: Many subdocumented return values of the IO extension now documented.
13994              ungetc and write still left subdocumented.
13995              
13996              Subject: [PATCH] (was Re: IO::Handle::ungetc)
13997              From: Nicholas Clark <nick@talking.bollo.cx>
13998              Date: Sun, 12 Nov 2000 21:35:53 +0000
13999              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
14000      Branch: perl
14001            ! ext/IO/lib/IO/Handle.pm
14002 ____________________________________________________________________________
14003 [  7658] By: jhi                                   on 2000/11/12  21:37:06
14004         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
14005              From: Nicholas Clark <nick@talking.bollo.cx>
14006              Date: Sun, 12 Nov 2000 20:03:22 +0000
14007              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
14008      Branch: perl
14009            ! pod/perlfunc.pod
14010 ____________________________________________________________________________
14011 [  7657] By: jhi                                   on 2000/11/12  20:34:55
14012         Log: Integrate perlio.
14013      Branch: perl
14014           !> perlio.c
14015 ____________________________________________________________________________
14016 [  7656] By: nick                                  on 2000/11/12  19:25:06
14017         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
14018      Branch: perlio
14019            ! perlio.c
14020 ____________________________________________________________________________
14021 [  7655] By: nick                                  on 2000/11/12  19:09:41
14022         Log: Integrate mainline
14023      Branch: perlio
14024           +> README.solaris ext/Encode/Encode/cp1006.enc
14025           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
14026           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
14027           +> ext/Encode/Encode/iso8859-13.enc
14028           +> ext/Encode/Encode/iso8859-14.enc
14029           +> ext/Encode/Encode/iso8859-15.enc
14030           !> (integrate 34 files)
14031 ____________________________________________________________________________
14032 [  7654] By: jhi                                   on 2000/11/12  19:00:22
14033         Log: Add a metaconfig unit for fsync.
14034      Branch: metaconfig/U/perl
14035            + d_fsync.U
14036 ____________________________________________________________________________
14037 [  7653] By: jhi                                   on 2000/11/12  19:00:01
14038         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
14039      Branch: perl
14040            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14041            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
14042            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14043            ! vos/config.ga.h win32/config.bc win32/config.gc
14044            ! win32/config.vc
14045 ____________________________________________________________________________
14046 [  7652] By: jhi                                   on 2000/11/11  21:12:01
14047         Log: Copy the s// information of README.hpux also to the perlrun.
14048      Branch: perl
14049            ! README.hpux pod/perlrun.pod
14050 ____________________________________________________________________________
14051 [  7651] By: jhi                                   on 2000/11/11  21:03:13
14052         Log: More README.solaris updates from Andy Dougherty.
14053      Branch: perl
14054            ! README.solaris
14055 ____________________________________________________________________________
14056 [  7650] By: jhi                                   on 2000/11/11  18:38:57
14057         Log: More descriptive error for unknown perlio layers.
14058              
14059              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
14060              From: Dominic Dunlop <domo@computer.org> 
14061              Date: Sat, 11 Nov 2000 18:20:32 +0100             
14062              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
14063      Branch: perl
14064            ! perlio.c pod/perldiag.pod
14065 ____________________________________________________________________________
14066 [  7649] By: jhi                                   on 2000/11/11  18:37:52
14067         Log: MachTen doesn't really do mmap() and munmap().
14068              
14069              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
14070              From: Dominic Dunlop <domo@computer.org> 
14071              Date: Sat, 11 Nov 2000 18:20:32 +0100             
14072              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
14073      Branch: perl
14074            ! hints/machten.sh
14075 ____________________________________________________________________________
14076 [  7648] By: jhi                                   on 2000/11/11  18:36:46
14077         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
14078              From: rspier@pobox.com (Robert Spier)
14079              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
14080              Message-ID: <14861.32839.491271.985797@rls.cx>
14081      Branch: perl
14082            ! Porting/Contract pod/perltoot.pod
14083 ____________________________________________________________________________
14084 [  7647] By: jhi                                   on 2000/11/11  18:35:30
14085         Log: Simplify the getpagesize() unit by dropping the
14086              pagesize probe since it's nowadays slightly more
14087              complicated because of sysconf(). (Note: if some
14088              platform really needs the -lPW for getpagesize,
14089              I just broke it.)
14090              
14091              TODO: a new pagesize unit.
14092      Branch: metaconfig
14093            ! U/compline/d_getpagsz.U
14094 ____________________________________________________________________________
14095 [  7646] By: jhi                                   on 2000/11/11  18:33:23
14096         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
14097      Branch: perl
14098            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14099            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
14100            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14101            ! vos/config.ga.h win32/config.bc win32/config.gc
14102            ! win32/config.vc
14103 ____________________________________________________________________________
14104 [  7645] By: jhi                                   on 2000/11/11  16:45:15
14105         Log: Use sysconf() or getpagesize() to find out the pagesize.
14106      Branch: perl
14107            ! perlio.c
14108 ____________________________________________________________________________
14109 [  7644] By: jhi                                   on 2000/11/11  15:46:08
14110         Log: Integrate perlio.
14111      Branch: perl
14112           !> perlio.c
14113 ____________________________________________________________________________
14114 [  7643] By: jhi                                   on 2000/11/11  15:33:36
14115         Log: Subject: Re: [PATCH] README.solaris
14116              From: Lupe Christoph <lupe@lupe-christoph.de>
14117              Date: Sat, 11 Nov 2000 14:08:10 +0100
14118              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
14119      Branch: perl
14120            ! README.solaris
14121 ____________________________________________________________________________
14122 [  7642] By: jhi                                   on 2000/11/11  15:22:12
14123         Log: Subject: [PATCH perl@7638] cygwin port
14124              From: "Eric Fifer" <egf7@columbia.edu>            
14125              Date: Fri, 10 Nov 2000 19:30:30 -0000
14126              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
14127      Branch: perl
14128            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
14129 ____________________________________________________________________________
14130 [  7641] By: nick                                  on 2000/11/11  14:50:36
14131         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
14132              Also call "Buf" layer directly when unread'ing non-read chars.
14133      Branch: perlio
14134            ! perlio.c
14135 ____________________________________________________________________________
14136 [  7640] By: jhi                                   on 2000/11/11  02:05:02
14137         Log: Add more encoding tables.
14138      Branch: perl
14139            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
14140            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
14141            + ext/Encode/Encode/iso8859-10.enc
14142            + ext/Encode/Encode/iso8859-13.enc
14143            + ext/Encode/Encode/iso8859-14.enc
14144            + ext/Encode/Encode/iso8859-15.enc
14145            ! MANIFEST
14146 ____________________________________________________________________________
14147 [  7639] By: jhi                                   on 2000/11/10  18:49:25
14148         Log: Subject: [PATCH] README.solaris
14149              From: Andy Dougherty <doughera@lafayette.edu>
14150              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
14151              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
14152      Branch: perl
14153            + README.solaris
14154            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
14155            ! pod/perl.pod pod/perltoc.pod
14156 ____________________________________________________________________________
14157 [  7638] By: jhi                                   on 2000/11/10  15:04:15
14158         Log: Update Changes.
14159      Branch: perl
14160            ! Changes patchlevel.h
14161 ____________________________________________________________________________
14162 [  7637] By: jhi                                   on 2000/11/10  14:14:28
14163         Log: Explain better why certain regex tests are skipped.
14164              
14165              Subject: Re: tests skipped: unknown reason
14166              From: Lupe Christoph <lupe@lupe-christoph.de>
14167              Date: Fri, 10 Nov 2000 09:08:56 +0100
14168              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
14169      Branch: perl
14170            ! t/op/regexp.t
14171 ____________________________________________________________________________
14172 [  7636] By: nick                                  on 2000/11/10  13:40:00
14173         Log: Integrate mainline.
14174      Branch: perlio
14175           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
14176           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
14177           !> win32/bin/search.pl
14178 ____________________________________________________________________________
14179 [  7635] By: nick                                  on 2000/11/10  13:25:52
14180         Log: Re-instate stdio large file support via perlio.
14181      Branch: perl
14182            ! perlio.c
14183 ____________________________________________________________________________
14184 [  7634] By: jhi                                   on 2000/11/10  04:49:55
14185         Log: Amdahl UTS hints updates.
14186              
14187              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
14188              From: hom00@utsglobal.com (Harold O Morris)
14189              Date: Thu, 9 Nov 2000 20:02 PST
14190              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
14191      Branch: perl
14192            ! hints/uts.sh
14193 ____________________________________________________________________________
14194 [  7633] By: jhi                                   on 2000/11/09  23:33:28
14195         Log: Subject: [PATCH] IO::Seekable pod
14196              From: Nicholas Clark <nick@talking.bollo.cx>
14197              Date: Thu, 9 Nov 2000 20:29:45 +0000
14198              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
14199      Branch: perl
14200            ! ext/IO/lib/IO/Handle.pm
14201 ____________________________________________________________________________
14202 [  7632] By: jhi                                   on 2000/11/09  21:55:41
14203         Log: Various doc oddball characters.
14204              
14205              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
14206              From: Michael Somos <somos@grail.cba.csuohio.edu>
14207              Date: Mon, 6 Nov 2000 17:44:20 -0500
14208              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
14209      Branch: perl
14210            ! emacs/cperl-mode.el lib/unicode/syllables.txt
14211            ! win32/bin/search.pl
14212 ____________________________________________________________________________
14213 [  7631] By: jhi                                   on 2000/11/09  21:12:29
14214         Log: Subject: Re: bash -c exit and linux hints 
14215              From: "John P. Linderman" <jpl@research.att.com>
14216              Date: Thu, 02 Nov 2000 09:37:25 -0500
14217              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
14218      Branch: perl
14219            ! hints/linux.sh
14220 ____________________________________________________________________________
14221 [  7630] By: nick                                  on 2000/11/09  20:34:11
14222         Log: Integrate mainline.
14223      Branch: perlio
14224           !> (integrate 91 files)
14225 ____________________________________________________________________________
14226 [  7629] By: jhi                                   on 2000/11/09  19:46:31
14227         Log: Missing dTHXs.
14228              
14229              Subject: RE: perl@7595 builds not on cygwin
14230              From: "Eric Fifer" <egf7@columbia.edu>
14231              Date: Thu, 9 Nov 2000 19:26:50 -0000
14232              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
14233      Branch: perl
14234            ! ext/Devel/Peek/Peek.xs
14235 ____________________________________________________________________________
14236 [  7628] By: jhi                                   on 2000/11/09  14:48:27
14237         Log: Disable only the tests 99 and 166 for UTF-8 locales.
14238      Branch: perl
14239            ! t/pragma/locale.t
14240 ____________________________________________________________________________
14241 [  7627] By: jhi                                   on 2000/11/09  14:40:27
14242         Log: There's no =head3.
14243      Branch: perl
14244            ! pod/perlhack.pod
14245 ____________________________________________________________________________
14246 [  7626] By: jhi                                   on 2000/11/09  13:54:26
14247         Log: The generated boot_* headers are wrong.  Pickier compiler,
14248              such as KAI C++ will refuse to compile the resulting perlmain.
14249              
14250              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
14251              From: Harri Pasanen <harri.pasanen@trema.com>
14252              Date: Thu, 09 Nov 2000 14:23:28 +0100
14253              Message-Id: <3A0AA550.26D548A3@trema.com>
14254      Branch: perl
14255            ! minimod.pl
14256 ____________________________________________________________________________
14257 [  7625] By: jhi                                   on 2000/11/09  13:50:44
14258         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
14259              From: Prymmer/Kahn <pvhp@best.com>
14260              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
14261              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
14262              
14263              All except the "cow orker" change.
14264      Branch: perl
14265            ! Porting/pumpkin.pod
14266 ____________________________________________________________________________
14267 [  7624] By: jhi                                   on 2000/11/09  13:45:33
14268         Log: Fix for
14269              
14270              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
14271              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
14272              Date: Thu, 09 Nov 2000 11:05:52 +0100
14273              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
14274      Branch: perl
14275            ! pod/perldiag.pod t/pragma/warn/pp_sys
14276 ____________________________________________________________________________
14277 [  7623] By: jhi                                   on 2000/11/09  13:37:16
14278         Log: Typo in an ifndef.
14279              
14280              Subject: Re: [PATCH 5.7.0] better messages from malloc()
14281              From: Joe Smith <jms@inwap.com>         
14282              Date: Thu, 09 Nov 2000 01:33:14 -0800
14283              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
14284      Branch: perl
14285            ! malloc.c
14286 ____________________________________________________________________________
14287 [  7622] By: jhi                                   on 2000/11/09  13:31:18
14288         Log: Remove unused extra arguments.
14289      Branch: metaconfig/U/perl
14290            ! perlxv.U
14291      Branch: perl
14292            ! Configure config_h.SH
14293 ____________________________________________________________________________
14294 [  7621] By: jhi                                   on 2000/11/09  13:16:36
14295         Log: More VMS moves on environment handling, from Charles Lane.
14296      Branch: perl
14297            ! t/pragma/locale.t
14298 ____________________________________________________________________________
14299 [  7620] By: jhi                                   on 2000/11/09  04:42:38
14300         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
14301              From: David Dyck <dcd@tc.fluke.com>
14302              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
14303              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
14304      Branch: perl
14305            ! pp_sys.c
14306 ____________________________________________________________________________
14307 [  7619] By: jhi                                   on 2000/11/09  04:36:21
14308         Log: Forgot from #7618.
14309      Branch: perl
14310            ! lib/File/stat.pm
14311 ____________________________________________________________________________
14312 [  7618] By: jhi                                   on 2000/11/09  04:28:44
14313         Log: Make deleting for %ENV work for (newer versions of) VMS,
14314              from Craig A. Berry.
14315      Branch: perl
14316            ! vms/vms.c
14317 ____________________________________________________________________________
14318 [  7617] By: jhi                                   on 2000/11/09  04:25:05
14319         Log: Subject: [PATCH] Class::Struct at compile time
14320              From: "Casey R. Tweten" <crt@kiski.net>
14321              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
14322              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
14323      Branch: perl
14324            ! lib/Class/Struct.pm
14325 ____________________________________________________________________________
14326 [  7616] By: jhi                                   on 2000/11/09  04:15:17
14327         Log: Subject: [ID 20001108.013] spelling
14328              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
14329              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
14330              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
14331      Branch: perl
14332            ! lib/ftp.pl
14333 ____________________________________________________________________________
14334 [  7615] By: jhi                                   on 2000/11/09  04:12:42
14335         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
14336              From: Peter Prymmer <pvhp@forte.com>
14337              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
14338              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
14339      Branch: perl
14340            ! configure.com
14341 ____________________________________________________________________________
14342 [  7614] By: jhi                                   on 2000/11/08  22:42:55
14343         Log: A missing aTHX_.
14344      Branch: perl
14345            ! ext/IPC/SysV/SysV.xs
14346 ____________________________________________________________________________
14347 [  7613] By: jhi                                   on 2000/11/08  19:30:21
14348         Log: Update Changes.
14349      Branch: perl
14350            ! Changes patchlevel.h
14351 ____________________________________________________________________________
14352 [  7612] By: jhi                                   on 2000/11/08  18:35:25
14353         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
14354              From: David Dyck <dcd@tc.fluke.com>
14355              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
14356              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
14357      Branch: perl
14358            ! pp_sys.c
14359 ____________________________________________________________________________
14360 [  7611] By: jhi                                   on 2000/11/08  18:30:26
14361         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
14362              From: Dominic Dunlop <domo@computer.org>
14363              Date: Tue, 7 Nov 2000 12:05:25 +0100
14364              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
14365      Branch: perl
14366            ! malloc.c
14367 ____________________________________________________________________________
14368 [  7610] By: jhi                                   on 2000/11/08  18:25:14
14369         Log: Do not test UTF-8 locales since that the tests would require
14370              polymorphic regexen.
14371      Branch: perl
14372            ! t/pragma/locale.t
14373 ____________________________________________________________________________
14374 [  7609] By: jhi                                   on 2000/11/08  17:12:51
14375         Log: Locale buglets.
14376              
14377              Subject: RE: Locales support (setlocale) fixes
14378              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
14379              Date: Wed, 8 Nov 2000 20:01:39 +0300
14380              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
14381      Branch: perl
14382            ! t/pragma/locale.t util.c
14383 ____________________________________________________________________________
14384 [  7608] By: jhi                                   on 2000/11/08  17:00:16
14385         Log: Deleting $ENV{PATH} in VMS is not recommendable.
14386      Branch: perl
14387            ! t/pragma/locale.t
14388 ____________________________________________________________________________
14389 [  7607] By: jhi                                   on 2000/11/08  16:58:26
14390         Log: Subject: PATCH std stdio for (Free)BSD
14391              From: Nicholas Clark <nick@ccl4.org>
14392              Date: Wed, 8 Nov 2000 15:36:29 +0000
14393              Message-ID: <20001108153629.D98736@plum.flirble.org>
14394      Branch: metaconfig
14395            ! U/compline/d_stdstdio.U
14396      Branch: perl
14397            ! Configure config_h.SH
14398 ____________________________________________________________________________
14399 [  7606] By: jhi                                   on 2000/11/08  16:43:31
14400         Log: Forgot to bump the line numbers in #7601.
14401      Branch: perl
14402            ! t/pragma/warn/pp_sys
14403 ____________________________________________________________________________
14404 [  7605] By: jhi                                   on 2000/11/08  16:39:12
14405         Log: More careful detection of how well NVs and UVs mix.
14406              
14407              Subject: [PATCH] Re: NV preserving UV (wasRe: [ID 20001007.002] Not OK: perl v5.7.0 +DEVEL7158 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED))
14408              From: Nicholas Clark <nick@ccl4.org>
14409              Date: Wed, 8 Nov 2000 15:14:12 +0000
14410              Message-ID: <20001108151412.B98736@plum.flirble.org>
14411              
14412              Added some SIGFPE paranoia.
14413      Branch: metaconfig/U/perl
14414            ! perlxv.U
14415      Branch: perl
14416            ! Configure config_h.SH
14417 ____________________________________________________________________________
14418 [  7604] By: jhi                                   on 2000/11/08  14:39:10
14419         Log: Subject: [patch perl@7595] VMS configure.com tweak
14420              From: "Craig A. Berry" <craigberry@mac.com>
14421              Date: Wed, 8 Nov 2000 00:24:12 -0600
14422              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
14423      Branch: perl
14424            ! configure.com
14425 ____________________________________________________________________________
14426 [  7603] By: jhi                                   on 2000/11/08  14:27:11
14427         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
14428              From: Robin Barker <rmb1@cise.npl.co.uk>
14429              Date: Wed, 8 Nov 2000 11:11:39 GMT
14430              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
14431      Branch: perl
14432            ! perlio.c
14433 ____________________________________________________________________________
14434 [  7602] By: jhi                                   on 2000/11/08  14:25:03
14435         Log: Fix for the tie-refhash string table leaks.
14436              
14437              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
14438              Date: Wed, 8 Nov 2000 13:03:04 GMT
14439              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
14440      Branch: perl
14441            ! t/lib/tie-refhash.t
14442 ____________________________________________________________________________
14443 [  7601] By: jhi                                   on 2000/11/08  14:21:08
14444         Log: Try to avoid flockless and emulationless places.
14445      Branch: perl
14446            ! t/pragma/warn/pp_sys
14447 ____________________________________________________________________________
14448 [  7600] By: jhi                                   on 2000/11/08  02:28:54
14449         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
14450              
14451              Subject: [PATCH] prototyped functions that should be overrideable
14452              From: "Casey R. Tweten" <crt@kiski.net>
14453              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
14454              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
14455      Branch: perl
14456            ! toke.c
14457 ____________________________________________________________________________
14458 [  7599] By: jhi                                   on 2000/11/08  01:12:05
14459         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
14460              
14461              Subject: [PATCH] perlbug.PL
14462              From: "Kurt D. Starsinic" <kstar@chapin.edu>
14463              Date: Mon, 6 Nov 2000 21:39:01 -0500
14464              Message-ID: <20001106213901.B20955@O2.chapin.edu>
14465      Branch: perl
14466            ! utils/perlbug.PL
14467 ____________________________________________________________________________
14468 [  7598] By: jhi                                   on 2000/11/07  23:42:00
14469         Log: Bad thinko in #7581 (I used the test program with the expanded
14470              values as-is).
14471      Branch: metaconfig
14472            ! U/compline/d_stdstdio.U
14473      Branch: perl
14474            ! Configure
14475 ____________________________________________________________________________
14476 [  7597] By: jhi                                   on 2000/11/07  21:43:29
14477         Log: Subject: [PATCH perl@7573] cygwin port
14478              From: "Fifer, Eric" <EFifer@sanwaint.com>
14479              Date: Tue, 7 Nov 2000 18:08:51 -0000 
14480              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
14481              
14482              Synchronize with Cygwin 1.1.5.
14483      Branch: perl
14484            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
14485            ! pod/perlport.pod unixish.h util.c
14486 ____________________________________________________________________________
14487 [  7596] By: jhi                                   on 2000/11/07  21:39:25
14488         Log: perlhack updates from H.Merijn Brand.
14489      Branch: perl
14490            ! pod/perlhack.pod
14491 ____________________________________________________________________________
14492 [  7595] By: jhi                                   on 2000/11/07  20:21:41
14493         Log: Update Changes.
14494      Branch: perl
14495            ! Changes patchlevel.h
14496 ____________________________________________________________________________
14497 [  7594] By: jhi                                   on 2000/11/07  19:18:58
14498         Log: Be more robust in Dynaloader.pm.
14499      Branch: perl
14500            ! ext/DynaLoader/DynaLoader_pm.PL
14501 ____________________________________________________________________________
14502 [  7593] By: jhi                                   on 2000/11/07  16:49:31
14503         Log: AUTHORS update.
14504      Branch: perl
14505            ! AUTHORS
14506 ____________________________________________________________________________
14507 [  7592] By: gsar                                  on 2000/11/07  16:39:51
14508         Log: normalize relative paths in virtualized current directory on windows,
14509              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
14510              returns)
14511      Branch: perl
14512            ! win32/vdir.h
14513 ____________________________________________________________________________
14514 [  7591] By: jhi                                   on 2000/11/07  16:04:26
14515         Log: Too profiler-happy: with optimization the #7590 actually makes
14516              the test to run 0.5% _slower_.  Requires much more instrumentation.
14517              Retract #7590.
14518      Branch: perl
14519            ! regcomp.c regcomp.h
14520 ____________________________________________________________________________
14521 [  7590] By: jhi                                   on 2000/11/07  15:51:13
14522         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
14523              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
14524              by using memset() and testing bytewise (as opposed to bitwise).
14525      Branch: perl
14526            ! regcomp.c regcomp.h
14527 ____________________________________________________________________________
14528 [  7589] By: jhi                                   on 2000/11/07  12:56:39
14529         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
14530              From: "Craig A. Berry" <craig.berry@psinetcs.com>
14531              Date: Mon, 06 Nov 2000 23:45:30 -0500
14532              Message-Id: <0011079735.AA973576259@univpress.com>
14533      Branch: perl
14534            ! configure.com t/lib/st-lock.t
14535 ____________________________________________________________________________
14536 [  7588] By: jhi                                   on 2000/11/07  01:03:28
14537         Log: Tweak #7587.
14538      Branch: perl
14539            ! pod/perldiag.pod
14540 ____________________________________________________________________________
14541 [  7587] By: jhi                                   on 2000/11/07  01:00:27
14542         Log: A doc addition for bug id 20001105.019, beware \p.
14543      Branch: perl
14544            ! pod/perldiag.pod
14545 ____________________________________________________________________________
14546 [  7586] By: jhi                                   on 2000/11/07  00:32:22
14547         Log: Fake support of holey files in win/dosish platforms.
14548              
14549              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
14550              From: kipp@shonanblue.ne.jp
14551              Date: Mon, 6 Nov 2000 13:30:55 -0800
14552              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
14553      Branch: perl
14554            ! ext/SDBM_File/sdbm/sdbm.c
14555 ____________________________________________________________________________
14556 [  7585] By: jhi                                   on 2000/11/07  00:12:54
14557         Log: Subject: Pod updates
14558              From: "Stephen P. Potter" <spp@spotter.yi.org>
14559              Date: Mon, 06 Nov 2000 18:56:43 -0500
14560              Message-Id: <200011062357.SAA18173@spotter.yi.org>
14561      Branch: perl
14562            ! README.dos README.os2 README.win32 pod/buildtoc.PL
14563            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
14564            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
14565            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
14566            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
14567            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
14568            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
14569            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
14570            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
14571            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
14572            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
14573            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
14574            ! pod/perltootc.pod pod/perlunicode.pod
14575 ____________________________________________________________________________
14576 [  7584] By: jhi                                   on 2000/11/07  00:04:17
14577         Log: Varargs don't always work too well if one puts an unsigned
14578              char on the stack and pop an unsigned quad off the stack.
14579              
14580              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
14581              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
14582              Date: Mon, 06 Nov 2000 15:19:05 -0800
14583              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
14584      Branch: perl
14585            ! utf8.c
14586 ____________________________________________________________________________
14587 [  7583] By: jhi                                   on 2000/11/06  23:58:48
14588         Log: %ENV note tweaks from Dan Sugalski.
14589      Branch: perl
14590            ! pod/perlport.pod vms/perlvms.pod
14591 ____________________________________________________________________________
14592 [  7582] By: jhi                                   on 2000/11/06  23:05:49
14593         Log: glibc5 detection by __GNU_LIBRARY__.
14594      Branch: perl
14595            ! toke.c
14596 ____________________________________________________________________________
14597 [  7581] By: jhi                                   on 2000/11/06  22:51:29
14598         Log: Make the stdio test program of 7427 less noisy while being 
14599              compiled so that Digital UNIX wouldn't get both
14600              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
14601              undefined.  This makes perlio happy.
14602      Branch: metaconfig
14603            ! U/compline/d_stdstdio.U
14604      Branch: perl
14605            ! Configure config_h.SH
14606 ____________________________________________________________________________
14607 [  7580] By: jhi                                   on 2000/11/06  22:41:41
14608         Log: Document %ENV = () portability issues.
14609      Branch: perl
14610            ! pod/perlport.pod vms/perlvms.pod
14611 ____________________________________________________________________________
14612 [  7579] By: jhi                                   on 2000/11/06  21:29:24
14613         Log: VOS updates from Paul Green.
14614      Branch: perl
14615            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
14616 ____________________________________________________________________________
14617 [  7578] By: jhi                                   on 2000/11/06  21:00:40
14618         Log: Sanitize the environment further.
14619      Branch: perl
14620            ! t/pragma/locale.t
14621 ____________________________________________________________________________
14622 [  7577] By: jhi                                   on 2000/11/06  20:53:51
14623         Log: Re-introduce 7552 lost in integration.
14624      Branch: perl
14625            ! perlio.c
14626 ____________________________________________________________________________
14627 [  7576] By: jhi                                   on 2000/11/06  20:33:46
14628         Log: Admit that the test leaks scalars.
14629      Branch: perl
14630            ! t/comp/proto.t
14631 ____________________________________________________________________________
14632 [  7575] By: jhi                                   on 2000/11/06  20:17:08
14633         Log: Integrate perlio.
14634      Branch: perl
14635           !> perlio.c
14636 ____________________________________________________________________________
14637 [  7574] By: nick                                  on 2000/11/06  20:07:28
14638         Log: Remove debug. Try (Mmap_t) on madvise() call.
14639      Branch: perlio
14640            ! perlio.c
14641 ____________________________________________________________________________
14642 [  7573] By: jhi                                   on 2000/11/06  13:56:05
14643         Log: Update Changes.
14644      Branch: perl
14645            ! Changes patchlevel.h
14646 ____________________________________________________________________________
14647 [  7572] By: jhi                                   on 2000/11/06  13:48:41
14648         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
14649              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14650              Date: Mon, 06 Nov 2000 10:11:42 +0100
14651              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
14652      Branch: perl
14653            ! pod/perlhack.pod
14654 ____________________________________________________________________________
14655 [  7571] By: jhi                                   on 2000/11/06  01:45:51
14656         Log: AUTHORS updates.
14657      Branch: perl
14658            ! AUTHORS
14659 ____________________________________________________________________________
14660 [  7570] By: jhi                                   on 2000/11/06  00:18:00
14661         Log: Fix for
14662              
14663              Subject: [ID 20000728.005] perl -P broken
14664              From: David Dyck <dcd@tc.fluke.com>
14665              Date: Fri, 28 Jul 2000 17:19:16 -0700
14666              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
14667              
14668              (hopefully).  The fix is also not complete, it seems to break
14669              BOM swallowing for libc5 systems, but until someone figures
14670              out a way to do this without ftell(), this will do.
14671      Branch: perl
14672            ! toke.c
14673 ____________________________________________________________________________
14674 [  7569] By: jhi                                   on 2000/11/06  00:05:30
14675         Log: Document that the evaled syntax errors cause scalar leaks.
14676      Branch: perl
14677            ! t/comp/proto.t
14678 ____________________________________________________________________________
14679 [  7568] By: jhi                                   on 2000/11/05  23:14:47
14680         Log: opmini.o can linger from Configures past.
14681      Branch: perl
14682            ! Makefile.SH
14683 ____________________________________________________________________________
14684 [  7567] By: jhi                                   on 2000/11/05  21:28:39
14685         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
14686              first argument correctly.
14687      Branch: perl
14688            ! perlio.c
14689 ____________________________________________________________________________
14690 [  7566] By: jhi                                   on 2000/11/05  21:15:56
14691         Log: Integrate perlio.
14692      Branch: perl
14693           !> perlio.c
14694 ____________________________________________________________________________
14695 [  7565] By: jhi                                   on 2000/11/05  21:15:13
14696         Log: Use -dM for gcc (the suggested patch did it only for Linux,
14697              but I think it can be generalized).
14698              
14699              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
14700              From: Pixel <pixel@mandrakesoft.com>
14701              Date: 05 Nov 2000 21:49:34 +0100 
14702              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
14703      Branch: perl
14704            ! ext/Errno/Errno_pm.PL
14705 ____________________________________________________________________________
14706 [  7564] By: nick                                  on 2000/11/05  21:09:18
14707         Log: Added a mmap layer as a "subclass" of perlio.
14708              PERLIO=mmap ./perl harness passes
14709      Branch: perlio
14710            ! perlio.c
14711 ____________________________________________________________________________
14712 [  7563] By: jhi                                   on 2000/11/05  19:48:55
14713         Log: Add a note for future generations about bug id 20000229.006.
14714      Branch: perl
14715            ! malloc.c
14716 ____________________________________________________________________________
14717 [  7562] By: jhi                                   on 2000/11/05  19:38:24
14718         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
14719      Branch: perl
14720            ! pp_ctl.c t/op/pos.t
14721 ____________________________________________________________________________
14722 [  7561] By: jhi                                   on 2000/11/05  18:21:46
14723         Log: Add =pod to be tidy.
14724      Branch: perl
14725            ! lib/Math/Complex.pm
14726 ____________________________________________________________________________
14727 [  7560] By: jhi                                   on 2000/11/05  17:38:46
14728         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
14729      Branch: perl
14730            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
14731            ! ext/Storable/Storable.xs t/lib/st-recurse.t
14732 ____________________________________________________________________________
14733 [  7559] By: jhi                                   on 2000/11/05  17:32:59
14734         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
14735              From: "Peter J. Farley III" <pjfarley@banet.net>
14736              Date: Sun, 05 Nov 2000 11:55:59 -0500
14737              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
14738      Branch: perl
14739            ! t/lib/syslog.t
14740 ____________________________________________________________________________
14741 [  7558] By: jhi                                   on 2000/11/05  17:29:19
14742         Log: Integrate perlio.
14743      Branch: perl
14744           !> perlio.c
14745 ____________________________________________________________________________
14746 [  7557] By: jhi                                   on 2000/11/05  17:22:01
14747         Log: A fix of sorts for 20000329.026, a better error message
14748              for a missing "use charnames" when using the \N{...}. 
14749      Branch: perl
14750            ! pod/perldiag.pod toke.c
14751 ____________________________________________________________________________
14752 [  7556] By: jhi                                   on 2000/11/05  16:33:50
14753         Log: Test tweak: show also the failed locales.
14754              
14755              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
14756              From: Lupe Christoph <lupe@lupe-christoph.de>         
14757              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
14758              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
14759      Branch: perl
14760            ! t/pragma/locale.t
14761 ____________________________________________________________________________
14762 [  7555] By: nick                                  on 2000/11/05  11:09:34
14763         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
14764              open RDWR so does not fail. (pragma/warnings 303 again...)
14765      Branch: perlio
14766            ! perlio.c
14767 ____________________________________________________________________________
14768 [  7554] By: nick                                  on 2000/11/05  10:10:13
14769         Log: Fix case where ungetc(f,EOF) was allowed.
14770              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
14771              so we can see similarities.
14772              Use types more carefully and a STDCHAR array in hope that this will
14773              fix Jarrko's 64bit machine.
14774      Branch: perlio
14775            ! perlio.c
14776 ____________________________________________________________________________
14777 [  7553] By: jhi                                   on 2000/11/05  01:12:16
14778         Log: Fix for
14779              
14780              Subject: [ID 20001004.007] taint propogation is inconsistent
14781              From: pimlott@idiomtech.com (Andrew Pimlott) 
14782              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
14783              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
14784              
14785              The culprit was sv_setsv() which was rather blindly
14786              propagating taint, which lead to behaviour where if
14787              a tainted anon hash value was seen all the hash values
14788              from then on at that level became tainted, or at any
14789              upper levels in the case of nested anon hashes.
14790      Branch: perl
14791            ! sv.c t/op/taint.t
14792 ____________________________________________________________________________
14793 [  7552] By: jhi                                   on 2000/11/04  23:44:18
14794         Log: Some cpps don't like splitting conditionals across several lines.
14795      Branch: perl
14796            ! perlio.c
14797 ____________________________________________________________________________
14798 [  7551] By: nick                                  on 2000/11/04  23:40:44
14799         Log: Integrate mainline
14800      Branch: perlio
14801           !> pp_hot.c t/op/taint.t
14802 ____________________________________________________________________________
14803 [  7550] By: nick                                  on 2000/11/04  23:39:05
14804         Log: Integrate mainline again
14805      Branch: perlio
14806           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
14807           !> t/lib/b.t t/op/misc.t util.c
14808 ____________________________________________________________________________
14809 [  7549] By: jhi                                   on 2000/11/04  23:14:01
14810         Log: Fix for
14811              
14812              Subject: [ID 20001004.006] undef is never tainted
14813              From: pimlott@idiomtech.com (Andrew Pimlott)
14814              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
14815              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
14816              
14817              An undef read from a slurped file was not tainted.
14818      Branch: perl
14819            ! pp_hot.c t/op/taint.t
14820 ____________________________________________________________________________
14821 [  7548] By: jhi                                   on 2000/11/04  22:56:21
14822         Log: Test tweak ($Config{useperlio} is by default undef) .
14823      Branch: perl
14824            ! t/lib/b.t
14825 ____________________________________________________________________________
14826 [  7547] By: jhi                                   on 2000/11/04  22:43:56
14827         Log: Integrate perlio.
14828      Branch: perl
14829           +> lib/perlio.pm
14830           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
14831           !> pod/perlapi.pod t/lib/b.t
14832 ____________________________________________________________________________
14833 [  7546] By: jhi                                   on 2000/11/04  22:40:59
14834         Log: Configure would use a bad $myuname from an old config.sh.
14835              
14836              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
14837              From: Andy Dougherty <doughera@lafayette.edu>
14838              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
14839              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
14840      Branch: metaconfig
14841            ! U/modified/Oldconfig.U
14842      Branch: perl
14843            ! Configure config_h.SH
14844 ____________________________________________________________________________
14845 [  7545] By: jhi                                   on 2000/11/04  22:36:54
14846         Log: Subject: Locales support (setlocale) fixes
14847              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
14848              Date: Sat, 4 Nov 2000 10:15:48 +0300 
14849              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
14850              
14851              Modified quite a bit to be more portable.
14852      Branch: perl
14853            ! embed.h embed.pl perl.h proto.h util.c
14854 ____________________________________________________________________________
14855 [  7544] By: jhi                                   on 2000/11/04  22:32:47
14856         Log: Dying is too strict here, better just skip.
14857      Branch: perl
14858            ! t/op/misc.t
14859 ____________________________________________________________________________
14860 [  7543] By: nick                                  on 2000/11/04  21:55:13
14861         Log: Merge mainline
14862      Branch: perlio
14863           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
14864           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
14865           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
14866           !> (integrate 64 files)
14867 ____________________________________________________________________________
14868 [  7542] By: jhi                                   on 2000/11/04  21:09:28
14869         Log: More Changes tweakery.
14870      Branch: perl
14871            ! Changes Porting/genlog
14872 ____________________________________________________________________________
14873 [  7541] By: jhi                                   on 2000/11/04  20:58:18
14874         Log: Changes fixups.
14875      Branch: perl
14876            ! Changes
14877 ____________________________________________________________________________
14878 [  7540] By: jhi                                   on 2000/11/04  20:42:38
14879         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
14880              create a "fast path" for locale name probing using "locale -a"
14881              if available, squash finally hopefully the s?printf resetting
14882              the numeric locale (since, IIUC perllocale, it never shouldn't). 
14883      Branch: perl
14884            ! sv.c t/op/misc.t t/pragma/locale.t
14885 ____________________________________________________________________________
14886 [  7539] By: nick                                  on 2000/11/04  19:56:10
14887         Log: PerlIO infrastructure complete.
14888      Branch: perlio
14889            + lib/perlio.pm
14890            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
14891 ____________________________________________________________________________
14892 [  7538] By: nick                                  on 2000/11/04  14:31:32
14893         Log: Type tweaks + less contorted allocation scheme
14894      Branch: perlio
14895            ! perlio.c
14896 ____________________________________________________________________________
14897 [  7537] By: nick                                  on 2000/11/04  12:40:42
14898         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
14899              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
14900              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
14901              sensible) which lead to some interesting fails.
14902      Branch: perlio
14903            ! perlio.c
14904 ____________________________________________________________________________
14905 [  7536] By: jhi                                   on 2000/11/04  00:20:02
14906         Log: Add FCNTL_CAN_LOCK.
14907              
14908              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
14909              From: Andy Dougherty <doughera@lafayette.edu>
14910              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
14911              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
14912              
14913              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
14914              From: Andy Dougherty <doughera@lafayette.edu>
14915              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
14916              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
14917      Branch: metaconfig/U/perl
14918            + d_fcntl_can_lock.U
14919            ! startperl.U
14920      Branch: perl
14921            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14922            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
14923            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14924            ! vos/config.ga.h win32/config.bc win32/config.gc
14925            ! win32/config.vc
14926 ____________________________________________________________________________
14927 [  7535] By: nick                                  on 2000/11/03  22:19:10
14928         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
14929              - Works on Linux with
14930              perlio + unix
14931              stdio
14932              - Works on Solaris with
14933              perlio + unix
14934              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
14935              - Fails (hangs in openpid) if you try and stack
14936              perlio + stdio - Linux stdio's read() logic is hanging.
14937      Branch: perlio
14938            ! iperlsys.h perlio.c
14939 ____________________________________________________________________________
14940 [  7534] By: jhi                                   on 2000/11/03  15:16:02
14941         Log: Subject: Re: README.aix
14942              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14943              Date: Fri, 03 Nov 2000 16:03:15 +0100
14944              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
14945      Branch: perl
14946            ! README.aix
14947 ____________________________________________________________________________
14948 [  7533] By: jhi                                   on 2000/11/03  03:59:02
14949         Log: Subject: [PATCH 5.7.0] better messages from malloc()
14950              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14951              Date: Wed, 1 Nov 2000 23:39:56 -0500
14952              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
14953      Branch: perl
14954            ! malloc.c pod/perldiag.pod
14955 ____________________________________________________________________________
14956 [  7532] By: jhi                                   on 2000/11/03  00:11:56
14957         Log: The #7521 touched things it shouldn't have.
14958      Branch: perl
14959            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
14960 ____________________________________________________________________________
14961 [  7531] By: jhi                                   on 2000/11/02  22:32:33
14962         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
14963              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14964              Date:     Thu, 2 Nov 2000 16:58:36 EST
14965              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
14966      Branch: perl
14967            ! vms/gen_shrfls.pl
14968 ____________________________________________________________________________
14969 [  7530] By: jhi                                   on 2000/11/02  22:08:49
14970         Log: Fix the problem discussed in
14971              
14972              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
14973              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
14974              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
14975              
14976              originally from Linc Madison.  Also Andreas König's comments
14977              taken into account.  Some other problems with Tie::SubstrHash
14978              fixed: didn't croak when the table exceeded the requested number
14979              of entries (as documented) but instead when the number of entries
14980              exceeded the size of the table, a croak() had an unnecessary \n,
14981              didn't have a CLEAR method, documented that there is no exists().
14982              Didn't fix to be strict-proof because the module uses &foo; and
14983              dynamic scope.  Added a test script exercizing both first tamely 
14984              the basic functionality, and then the failure cases reported by
14985              Linc Madison.
14986      Branch: perl
14987            + t/lib/tie-substrhash.t
14988            ! MANIFEST lib/Tie/SubstrHash.pm
14989 ____________________________________________________________________________
14990 [  7529] By: jhi                                   on 2000/11/02  17:58:08
14991         Log: recv() can fail and return undef.
14992              
14993              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
14994              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
14995              Date: Thu, 2 Nov 2000 20:12:20 +0300
14996              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
14997      Branch: perl
14998            ! lib/Net/Ping.pm
14999 ____________________________________________________________________________
15000 [  7528] By: jhi                                   on 2000/11/02  17:49:09
15001         Log: Detpyo.
15002      Branch: perl
15003            ! pod/perlop.pod
15004 ____________________________________________________________________________
15005 [  7527] By: jhi                                   on 2000/11/02  15:48:37
15006         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
15007              fix a autovivification bug in Tie::RefHash, add tests for both.
15008              
15009              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
15010              From: Edward Avis <epa98@doc.ic.ac.uk>
15011              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
15012              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
15013      Branch: perl
15014            + t/lib/tie-refhash.t
15015            ! MANIFEST lib/Tie/RefHash.pm
15016 ____________________________________________________________________________
15017 [  7526] By: jhi                                   on 2000/11/02  13:56:26
15018         Log: Test::Harness revealed buglets in the new DynaLoader.
15019              
15020              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
15021              From: andreas.koenig@anima.de (Andreas J. Koenig)
15022              Date: 02 Nov 2000 11:26:48 +0100 
15023              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
15024      Branch: perl
15025            ! ext/DynaLoader/DynaLoader_pm.PL
15026 ____________________________________________________________________________
15027 [  7525] By: jhi                                   on 2000/11/01  23:52:08
15028         Log: The entry for #7503 was missing.
15029      Branch: perl
15030            ! Changes
15031 ____________________________________________________________________________
15032 [  7524] By: jhi                                   on 2000/11/01  23:40:52
15033         Log: Update Changes.
15034      Branch: perl
15035            ! Changes patchlevel.h
15036 ____________________________________________________________________________
15037 [  7523] By: jhi                                   on 2000/11/01  22:57:09
15038         Log: More tweaking on the #7522 theme.
15039      Branch: perl
15040            ! ext/DynaLoader/DynaLoader_pm.PL
15041 ____________________________________________________________________________
15042 [  7522] By: jhi                                   on 2000/11/01  22:06:15
15043         Log: Expand %Config variables and %ENV variables only if
15044              so requested during build time using the
15045              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
15046              Not expanding makes relocating distributions easier.
15047      Branch: perl
15048            ! ext/DynaLoader/DynaLoader_pm.PL
15049 ____________________________________________________________________________
15050 [  7521] By: jhi                                   on 2000/11/01  20:56:34
15051         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
15052              and setgid() because they were just changing $< and $( which means
15053              only changing the real uid/gid, as opposed to changing both
15054              real and effective ids.  (The alternative way could have been
15055              in POSIX.pm to change $> and $), too, but making a direct call
15056              to the C API feels cleaner.)  Fixes the bug
15057              
15058              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
15059              From: "Garry T. Williams" <garry@zvolve.com>
15060              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
15061              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
15062      Branch: perl
15063            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
15064            ! ext/POSIX/typemap pod/perlvar.pod
15065 ____________________________________________________________________________
15066 [  7520] By: jhi                                   on 2000/11/01  20:08:33
15067         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
15068              From: "Garry T. Williams" <garry@zvolve.com>
15069              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
15070              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
15071      Branch: perl
15072            ! pod/perlsec.pod
15073 ____________________________________________________________________________
15074 [  7519] By: jhi                                   on 2000/11/01  20:01:22
15075         Log: Locale warning explanation tweak.
15076      Branch: perl
15077            ! pod/perldiag.pod
15078 ____________________________________________________________________________
15079 [  7518] By: jhi                                   on 2000/11/01  18:57:13
15080         Log: C.pm part of
15081              
15082              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
15083              From: Jarkko Hietaniemi <jhi@iki.fi>
15084              Date: Tue, 10 Oct 2000 08:22:28 -0500
15085              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
15086      Branch: perl
15087            ! ext/B/B/C.pm
15088 ____________________________________________________________________________
15089 [  7517] By: jhi                                   on 2000/11/01  18:41:59
15090         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
15091              From: Martien Verbruggen <mgjv@comdyn.com.au>
15092              Date: Fri, 6 Oct 2000 14:09:10 +1100
15093              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
15094      Branch: perl
15095            ! pod/perlop.pod
15096 ____________________________________________________________________________
15097 [  7516] By: jhi                                   on 2000/11/01  18:34:55
15098         Log: Generalize the Camel wording.
15099              
15100              Subject: Re: perlfaq style changes
15101              From: John Borwick <jhborwic@unity.ncsu.edu>
15102              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
15103              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
15104      Branch: perl
15105            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
15106 ____________________________________________________________________________
15107 [  7515] By: jhi                                   on 2000/11/01  16:52:31
15108         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
15109              From: pimlott@idiomtech.com (Andrew Pimlott)
15110              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
15111              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
15112      Branch: perl
15113            ! pod/perlsec.pod
15114 ____________________________________________________________________________
15115 [  7514] By: jhi                                   on 2000/11/01  15:03:40
15116         Log: More AIX lore.
15117      Branch: perl
15118            ! ext/re/hints/aix.pl
15119 ____________________________________________________________________________
15120 [  7513] By: jhi                                   on 2000/11/01  14:48:30
15121         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
15122              From: root <root@chronos.fi.muni.cz>
15123              Date: Wed, 1 Nov 2000 12:31:32 +0100
15124              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
15125      Branch: perl
15126            ! lib/Net/Ping.pm
15127 ____________________________________________________________________________
15128 [  7512] By: jhi                                   on 2000/11/01  14:46:47
15129         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
15130              From: Martin Husemann <martin@duskware.de>
15131              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
15132              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
15133      Branch: perl
15134            ! regcomp.c
15135 ____________________________________________________________________________
15136 [  7511] By: jhi                                   on 2000/11/01  14:39:50
15137         Log: AUTHORS updates.
15138      Branch: perl
15139            ! AUTHORS
15140 ____________________________________________________________________________
15141 [  7510] By: jhi                                   on 2000/11/01  14:29:50
15142         Log: Subject: [PATCH] startperl to respect versiononly
15143              From: Robin Barker <rmb1@cise.npl.co.uk> 
15144              Date: Tue, 31 Oct 2000 16:29:36 GMT
15145              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
15146      Branch: metaconfig/U/perl
15147            ! startperl.U
15148      Branch: perl
15149            ! Configure config_h.SH
15150 ____________________________________________________________________________
15151 [  7509] By: jhi                                   on 2000/11/01  14:19:53
15152         Log: printf UVs the correct way, noticed by Robin Barker.
15153      Branch: perl
15154            ! utf8.c
15155 ____________________________________________________________________________
15156 [  7508] By: jhi                                   on 2000/11/01  14:10:03
15157         Log: Do not cleanup *% because the % has special meanings in some
15158              shell environments.
15159      Branch: perl
15160            ! ext/Storable/Makefile.PL
15161 ____________________________________________________________________________
15162 [  7507] By: jhi                                   on 2000/11/01  14:06:00
15163         Log: The NonStop-UX libraries have a novel way to say NaN.
15164      Branch: perl
15165            ! t/lib/bigfltpm.t
15166 ____________________________________________________________________________
15167 [  7506] By: jhi                                   on 2000/11/01  14:03:35
15168         Log: The osname has been lowercased by now, from Tom Bates.
15169      Branch: metaconfig
15170            ! U/modified/Oldconfig.U
15171      Branch: perl
15172            ! Configure config_h.SH
15173 ____________________________________________________________________________
15174 [  7505] By: jhi                                   on 2000/10/31  19:18:39
15175         Log: The compiler is either gcc or cc, from Tom Bates.
15176      Branch: perl
15177            ! hints/nonstopux.sh
15178 ____________________________________________________________________________
15179 [  7504] By: jhi                                   on 2000/10/31  14:53:42
15180         Log: Update Changes.
15181      Branch: perl
15182            ! Changes patchlevel.h
15183 ____________________________________________________________________________
15184 [  7503] By: jhi                                   on 2000/10/31  14:30:50
15185         Log: Whitespace style tweak.  Was originally going to see to
15186              
15187              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
15188              From: Joe Smith <jms@inwap.com>
15189              Date: Mon, 30 Oct 2000 18:47:57 -0800
15190              Message-Id: <39FE32DD.24AAC4D@inwap.com>
15191              
15192              but that had already been taken care of.
15193      Branch: metaconfig
15194            ! U/compline/d_stdstdio.U
15195      Branch: perl
15196            ! Configure config_h.SH
15197 ____________________________________________________________________________
15198 [  7502] By: jhi                                   on 2000/10/31  14:25:02
15199         Log: AUTHORS tweaks.
15200      Branch: perl
15201            ! AUTHORS
15202 ____________________________________________________________________________
15203 [  7501] By: jhi                                   on 2000/10/31  14:23:59
15204         Log: Subject: perlfaq style changes
15205              From: John Borwick <jhborwic@unity.ncsu.edu>
15206              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
15207              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
15208      Branch: perl
15209            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
15210            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
15211            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
15212            ! pod/perlfaq9.pod
15213 ____________________________________________________________________________
15214 [  7500] By: jhi                                   on 2000/10/31  14:22:15
15215         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
15216              
15217              Subject: Re: [ID 20000918.005] ~ on wide chars
15218              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15219              Date: Mon, 30 Oct 2000 21:09:55 -0800
15220              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
15221              
15222              (The ord() part of the patch skipped.)
15223      Branch: perl
15224            ! doop.c
15225 ____________________________________________________________________________
15226 [  7499] By: jhi                                   on 2000/10/31  14:20:08
15227         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
15228              From: Jens Hamisch <jens@Strawberry.COM>
15229              Date: Mon, 30 Oct 2000 15:17:07 +0100
15230              Message-Id: <20001030151707.A9597@Strawberry.COM>
15231      Branch: perl
15232            ! av.c
15233 ____________________________________________________________________________
15234 [  7498] By: jhi                                   on 2000/10/31  14:16:29
15235         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
15236              From: Peter Prymmer <pvhp@forte.com>
15237              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
15238              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
15239      Branch: perl
15240            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
15241            + ext/Encode/Encode/posix-bc.enc
15242            ! MANIFEST t/lib/encode.t
15243 ____________________________________________________________________________
15244 [  7497] By: jhi                                   on 2000/10/31  14:13:22
15245         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
15246              From: Peter Prymmer <pvhp@forte.com>
15247              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
15248              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
15249      Branch: perl
15250            ! t/lib/cgi-html.t
15251 ____________________________________________________________________________
15252 [  7496] By: jhi                                   on 2000/10/31  14:12:05
15253         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
15254              From: Peter Prymmer <pvhp@forte.com>
15255              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
15256              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
15257      Branch: perl
15258            ! t/lib/cgi-function.t
15259 ____________________________________________________________________________
15260 [  7495] By: jhi                                   on 2000/10/31  14:11:08
15261         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
15262              From: Peter Prymmer <pvhp@forte.com>
15263              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
15264              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
15265      Branch: perl
15266            + ext/re/hints/aix.pl
15267            ! MANIFEST ext/re/Makefile.PL
15268 ____________________________________________________________________________
15269 [  7494] By: jhi                                   on 2000/10/31  14:08:32
15270         Log: Use Errno magic.
15271              
15272              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
15273              From: Casey Tweten <perl@ctweten.amsite.com>
15274              Date: Mon, 30 Oct 2000 15:51:17 -0500
15275              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
15276      Branch: perl
15277            ! lib/File/Temp.pm
15278 ____________________________________________________________________________
15279 [  7493] By: jhi                                   on 2000/10/31  14:05:07
15280         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
15281              
15282              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
15283              From: Nicholas Clark <nick@ccl4.org>
15284              Date: Mon, 30 Oct 2000 17:38:45 +0000
15285              Message-ID: <20001030173845.O60355@plum.flirble.org>
15286      Branch: perl
15287            ! Makefile.SH utils/perlbug.PL
15288 ____________________________________________________________________________
15289 [  7492] By: nick                                  on 2000/10/30  19:37:23
15290         Log: Change files which are mysteriously different to mainline to be
15291              copies of mainline.
15292      Branch: perlio
15293            ! objXSUB.h perlapi.c pod/perlapi.pod
15294 ____________________________________________________________________________
15295 [  7491] By: nick                                  on 2000/10/30  18:05:54
15296         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
15297              - typo in endian code in putc.
15298              - Don't allow read of write-only files and vice-versa
15299              - and off-by-one in flush-all loop.
15300              Remove debug calls as they were using GCC specific features.
15301      Branch: perlio
15302            ! perlio.c
15303 ____________________________________________________________________________
15304 [  7490] By: nick                                  on 2000/10/29  21:45:45
15305         Log: Integrate mainline to perlio
15306      Branch: perlio
15307           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
15308           !> toke.c
15309 ____________________________________________________________________________
15310 [  7489] By: jhi                                   on 2000/10/29  21:11:08
15311         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
15312              From: andreas.koenig@anima.de (Andreas J. Koenig)
15313              Date: 29 Oct 2000 22:05:59 +0100
15314              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
15315      Branch: perl
15316            ! lib/ExtUtils/Manifest.pm
15317 ____________________________________________________________________________
15318 [  7488] By: jhi                                   on 2000/10/29  21:07:47
15319         Log: Tests for #7487.
15320              
15321              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
15322              From: andreas.koenig@anima.de (Andreas J. Koenig)
15323              Date: 29 Oct 2000 19:37:09 +0100
15324              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
15325      Branch: perl
15326            ! t/comp/proto.t
15327 ____________________________________________________________________________
15328 [  7487] By: jhi                                   on 2000/10/29  21:06:27
15329         Log: constsub spillage.
15330              
15331              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
15332              From: John Tobey <jtobey@john-edwin-tobey.org>
15333              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
15334              Message-Id: <m13pvSr-000FObC@feynman.localnet>
15335      Branch: perl
15336            ! op.c
15337 ____________________________________________________________________________
15338 [  7486] By: nick                                  on 2000/10/29  21:05:04
15339         Log: Integrate mainline to perlio branch
15340      Branch: perlio
15341           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
15342           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
15343           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
15344           +> vos/install_perl.cm
15345            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
15346            - vos/config.h vos/config_h.SH_orig
15347           !> (integrate 141 files)
15348 ____________________________________________________________________________
15349 [  7485] By: jhi                                   on 2000/10/29  21:00:47
15350         Log: Make \x{...} consistently produce UTF-8.
15351              
15352              Subject: Re: \x{...} is confused 
15353              From: Simon Cozens <simon@cozens.net>
15354              Date: Sun, 29 Oct 2000 19:36:48 +0000
15355              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
15356      Branch: perl
15357            ! t/pragma/utf8.t toke.c
15358 ____________________________________________________________________________
15359 [  7484] By: nick                                  on 2000/10/29  20:05:29
15360         Log: PerlIO passes all tests.
15361      Branch: perlio
15362            ! perlio.c
15363 ____________________________________________________________________________
15364 [  7483] By: jhi                                   on 2000/10/29  18:06:55
15365         Log: Update Changes.
15366      Branch: perl
15367            ! Changes patchlevel.h
15368 ____________________________________________________________________________
15369 [  7482] By: nick                                  on 2000/10/29  17:43:28
15370         Log: Include <unistd.h> to get correct lseek() prototype etc.
15371              (I thought perl.h did that) - down to two fails
15372              - comp/require.t (last test)
15373              - lib/io_xs.t - possibly import/export of FILE * ?
15374      Branch: perlio
15375            ! perlio.c
15376 ____________________________________________________________________________
15377 [  7481] By: jhi                                   on 2000/10/29  17:02:37
15378         Log: UTF-8 decoder tweak.
15379      Branch: perl
15380            ! utf8.c
15381 ____________________________________________________________________________
15382 [  7480] By: nick                                  on 2000/10/29  16:26:11
15383         Log: Fixed two bugs:
15384              - error code not being set on close (of broken pipe)
15385              - append mode was truncating.
15386              At least one seek/tell bug remains.
15387      Branch: perlio
15388            ! perlio.c
15389 ____________________________________________________________________________
15390 [  7479] By: nick                                  on 2000/10/29  11:18:16
15391         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
15392              in case of accidents. Still several worrying fails, no line disciplines yet.
15393      Branch: perlio
15394            ! iperlsys.h perlio.c
15395 ____________________________________________________________________________
15396 [  7478] By: jhi                                   on 2000/10/29  02:04:01
15397         Log: Add also emailless people.
15398      Branch: perl
15399            ! AUTHORS
15400 ____________________________________________________________________________
15401 [  7477] By: jhi                                   on 2000/10/29  01:36:00
15402         Log: The #7476 needs a MANIFEST change, too.
15403      Branch: perl
15404            ! MANIFEST
15405 ____________________________________________________________________________
15406 [  7476] By: jhi                                   on 2000/10/29  01:35:21
15407         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
15408      Branch: perl
15409            - MAINTAIN
15410            ! AUTHORS Changes
15411 ____________________________________________________________________________
15412 [  7475] By: jhi                                   on 2000/10/28  23:57:25
15413         Log: De-quoted-unreadable to ISO Latin 1.
15414              (There's one ISO-2022-JP name in Changes5.004.)
15415      Branch: perl
15416            ! Changes Changes5.6
15417 ____________________________________________________________________________
15418 [  7474] By: jhi                                   on 2000/10/28  19:13:06
15419         Log: Subject: [ID 20001027.007] uniq array in perlfaq
15420              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
15421              Date: Fri, 27 Oct 2000 19:28:30 +0200
15422              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
15423      Branch: perl
15424            ! pod/perlfaq4.pod
15425 ____________________________________________________________________________
15426 [  7473] By: jhi                                   on 2000/10/28  18:02:05
15427         Log: Locking null mutexes is not recommendable.
15428              
15429              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
15430              From: Hugo <hv@crypt.compulink.co.uk>
15431              Date: Sat, 28 Oct 2000 18:41:12 +0100
15432              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
15433      Branch: perl
15434            ! op.c
15435 ____________________________________________________________________________
15436 [  7472] By: jhi                                   on 2000/10/28  17:52:58
15437         Log: Better create a true mailing list for the repository keepers.
15438      Branch: perl
15439            ! Porting/repository.pod
15440 ____________________________________________________________________________
15441 [  7471] By: jhi                                   on 2000/10/28  17:28:24
15442         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
15443              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
15444      Branch: perl
15445            + Porting/repository.pod
15446            ! MANIFEST
15447 ____________________________________________________________________________
15448 [  7470] By: jhi                                   on 2000/10/28  17:20:54
15449         Log: Subject: DOC PATCH 5.6.0
15450              From: mjd@plover.com
15451              Date: 27 Oct 2000 17:32:44 -0000
15452              Message-ID: <20001027173244.23754.qmail@plover.com>
15453      Branch: perl
15454            ! pod/perlfunc.pod
15455 ____________________________________________________________________________
15456 [  7469] By: jhi                                   on 2000/10/28  17:16:45
15457         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
15458              From: "Peter J. Farley III" <pjfarley@banet.net>
15459              Date: Fri, 27 Oct 2000 20:32:56 -0400
15460              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
15461      Branch: perl
15462            ! README.dos
15463 ____________________________________________________________________________
15464 [  7468] By: jhi                                   on 2000/10/28  17:07:18
15465         Log: Make target reordering to avoid pointless re-makes.
15466              
15467              Subject: Re: Total re-make of 'make okfile' after 7451 ?
15468              From: Nicholas Clark <nick@ccl4.org>
15469              Date: Sat, 28 Oct 2000 00:31:02 +0100
15470              Message-ID: <20001028003101.A54517@plum.flirble.org>
15471      Branch: perl
15472            ! Makefile.SH
15473 ____________________________________________________________________________
15474 [  7467] By: jhi                                   on 2000/10/28  17:05:31
15475         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
15476              From: lvirden@cas.org
15477              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
15478              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
15479      Branch: perl
15480            ! README.os2
15481 ____________________________________________________________________________
15482 [  7466] By: jhi                                   on 2000/10/28  16:09:16
15483         Log: Upgrade to CPAN 1.58_55.
15484              
15485              Subject: CPAN.pm status
15486              From: andreas.koenig@anima.de (Andreas J. Koenig) 
15487              Date: 28 Oct 2000 08:18:00 +0200 
15488              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
15489      Branch: perl
15490            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
15491 ____________________________________________________________________________
15492 [  7465] By: jhi                                   on 2000/10/28  16:02:47
15493         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
15494      Branch: perl
15495            ! embed.h embed.pl perl.h proto.h toke.c
15496 ____________________________________________________________________________
15497 [  7464] By: nick                                  on 2000/10/28  10:43:44
15498         Log: Fix for sv_2iv() on "shared" value from keys %hash.
15499      Branch: perl
15500            ! sv.c
15501 ____________________________________________________________________________
15502 [  7463] By: jhi                                   on 2000/10/27  16:18:29
15503         Log: Update Changes.
15504      Branch: perl
15505            ! Changes patchlevel.h
15506 ____________________________________________________________________________
15507 [  7462] By: jhi                                   on 2000/10/27  16:17:44
15508         Log: Too enthusiastic editing in #7460.
15509      Branch: metaconfig
15510            ! U/modified/Oldsym.U
15511      Branch: perl
15512            ! Configure config_h.SH
15513 ____________________________________________________________________________
15514 [  7461] By: jhi                                   on 2000/10/27  15:37:38
15515         Log: Retract #7459, the script needs more work.
15516      Branch: perl
15517            - mkreef
15518            ! MANIFEST
15519 ____________________________________________________________________________
15520 [  7460] By: jhi                                   on 2000/10/27  15:23:14
15521         Log: Use $sort, $uniq (and $tr) consistently as wondered
15522              by Nicholas Clark.
15523      Branch: metaconfig
15524            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
15525            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
15526            ! U/modified/libc.U
15527      Branch: perl
15528            ! Configure config_h.SH
15529 ____________________________________________________________________________
15530 [  7459] By: jhi                                   on 2000/10/27  15:02:07
15531         Log: (Retracted by #7461)
15532              
15533              Add a shell script for creating/removing symbolic link farms,
15534              useful for keeping the source code read-only and doing the
15535              builds somewhere else.
15536      Branch: perl
15537            + mkreef
15538            ! MANIFEST
15539 ____________________________________________________________________________
15540 [  7458] By: jhi                                   on 2000/10/27  14:42:20
15541         Log: Do away with the fix_pl.
15542      Branch: perl
15543            - fix_pl
15544            ! MANIFEST Makefile.SH
15545 ____________________________________________________________________________
15546 [  7457] By: jhi                                   on 2000/10/27  12:43:13
15547         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
15548              From: Jens Hamisch <jens@Strawberry.COM>
15549              Date: Fri, 27 Oct 2000 14:38:21 +0200
15550              Message-Id: <20001027143821.B3366@Strawberry.COM>
15551      Branch: perl
15552            ! perl.h
15553 ____________________________________________________________________________
15554 [  7456] By: jhi                                   on 2000/10/27  12:33:42
15555         Log: Subject: [PATCH] todo
15556              From: Nicholas Clark <nick@ccl4.org>
15557              Date: Thu, 26 Oct 2000 22:32:29 +0100
15558              Message-ID: <20001026223229.A44540@plum.flirble.org>
15559      Branch: perl
15560            ! pod/perltodo.pod
15561 ____________________________________________________________________________
15562 [  7455] By: jhi                                   on 2000/10/27  12:02:21
15563         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
15564              From: John Tobey <jtobey@john-edwin-tobey.org>
15565              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
15566              Message-Id: <m13ozHF-000FObC@feynman.localnet>
15567      Branch: perl
15568            ! op.c t/pragma/sub_lval.t
15569 ____________________________________________________________________________
15570 [  7454] By: jhi                                   on 2000/10/27  11:59:42
15571         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
15572              From: sthoenna@efn.org
15573              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
15574              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
15575      Branch: perl
15576            ! pp.c t/op/assignwarn.t
15577 ____________________________________________________________________________
15578 [  7453] By: jhi                                   on 2000/10/27  00:15:08
15579         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
15580      Branch: perl
15581            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
15582            ! ext/Storable/Storable.xs t/lib/st-lock.t
15583 ____________________________________________________________________________
15584 [  7452] By: jhi                                   on 2000/10/26  13:05:52
15585         Log: Undo #7451, this seems to be a deficiency in Perforce,
15586              there is no per-file line-terminator type, only per-client.
15587      Branch: perl
15588            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
15589            ! win32/makefile.mk
15590 ____________________________________________________________________________
15591 [  7451] By: jhi                                   on 2000/10/26  04:56:03
15592         Log: Experimenting in DOS arcana.
15593      Branch: perl
15594            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
15595            ! win32/makefile.mk
15596 ____________________________________________________________________________
15597 [  7450] By: jhi                                   on 2000/10/26  04:50:52
15598         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
15599              From: "Peter J. Farley III" <pjfarley@banet.net>            
15600              Date: Wed, 25 Oct 2000 23:10:18 -0400
15601              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
15602      Branch: perl
15603            ! t/io/open.t
15604 ____________________________________________________________________________
15605 [  7449] By: jhi                                   on 2000/10/26  04:49:16
15606         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
15607              From: Hugo <hv@crypt.compulink.co.uk>
15608              Date: Thu, 26 Oct 2000 01:55:17 +0100
15609              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
15610              
15611              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
15612      Branch: perl
15613            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
15614 ____________________________________________________________________________
15615 [  7448] By: jhi                                   on 2000/10/26  04:38:36
15616         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
15617              From: Peter Prymmer <pvhp@forte.com>
15618              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
15619              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
15620      Branch: perl
15621            ! configure.com
15622 ____________________________________________________________________________
15623 [  7447] By: jhi                                   on 2000/10/25  23:20:02
15624         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
15625              in platforms that strictly require all the symbols being present
15626              at link time.
15627      Branch: perl
15628            ! handy.h
15629 ____________________________________________________________________________
15630 [  7446] By: jhi                                   on 2000/10/25  21:55:57
15631         Log: Update Changes.
15632      Branch: perl
15633            ! Changes patchlevel.h
15634 ____________________________________________________________________________
15635 [  7445] By: jhi                                   on 2000/10/25  21:27:08
15636         Log: Integrate with vmsperl #7430 by Charles Bailey:
15637              
15638              Cleanup from prior patch (Charles Lane?):
15639              - improve handling of MFDs in Basename and Path
15640              - default to no xsubpp line # munging when building debug images
15641      Branch: perl
15642           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
15643 ____________________________________________________________________________
15644 [  7444] By: jhi                                   on 2000/10/25  21:03:50
15645         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
15646              From: John Peacock <JPeacock@UnivPress.com>
15647              Date: Thu, 18 May 2000 11:55:27 -0400
15648              Message-ID: <3924126F.A58BE57A@UnivPress.com>
15649      Branch: perl
15650            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
15651            ! t/op/write.t
15652 ____________________________________________________________________________
15653 [  7443] By: jhi                                   on 2000/10/25  20:43:10
15654         Log: Temporary stopgap for the self-tying issue: for now only
15655              array and hash self-ties are verboten.  The real fix, of
15656              course, would be to comprehensively test (and implement?)
15657              and debug (and document) self-ties.
15658      Branch: perl
15659            ! pod/perldiag.pod pp_sys.c t/op/tie.t
15660 ____________________________________________________________________________
15661 [  7442] By: jhi                                   on 2000/10/25  20:14:30
15662         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
15663              From: Dan Sugalski <dan@sidhe.org>
15664              Date: Wed, 25 Oct 2000 13:36:35 -0400
15665              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
15666              
15667              plus regen global.sym.
15668      Branch: perl
15669            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
15670            ! thrdvar.h util.c
15671 ____________________________________________________________________________
15672 [  7441] By: jhi                                   on 2000/10/25  20:12:20
15673         Log: buildtoc target tweaks.
15674      Branch: perl
15675            ! pod/Makefile.SH
15676 ____________________________________________________________________________
15677 [  7440] By: jhi                                   on 2000/10/25  20:03:53
15678         Log: A new version of making the syslog test more robust.
15679              (Replaces #7421.)
15680              
15681              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
15682              From: "Kurt D. Starsinic" <kstar@chapin.edu>
15683              Date: Wed, 25 Oct 2000 12:13:54 -0400
15684              Message-ID: <20001025121354.B2264@O2.chapin.edu>
15685      Branch: perl
15686            ! t/lib/syslog.t
15687 ____________________________________________________________________________
15688 [  7439] By: jhi                                   on 2000/10/25  20:00:48
15689         Log: Continue the internal UTF-8 API tweaking.
15690              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
15691              used much more than the simpler API, now called utf8_to_uv_simple().
15692              Still not quite happy with API, too much partial duplication
15693              of functionality.
15694      Branch: perl
15695            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
15696            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
15697            ! regcomp.c regexec.c sv.c toke.c utf8.c
15698 ____________________________________________________________________________
15699 [  7438] By: jhi                                   on 2000/10/25  18:52:30
15700         Log: Allow poking holes at the UTF-8 decoding strictness.
15701      Branch: perl
15702            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
15703            ! utf8.h
15704 ____________________________________________________________________________
15705 [  7437] By: jhi                                   on 2000/10/25  13:53:05
15706         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
15707              UTF8LEN() and UTF8SKIP(). 
15708      Branch: perl
15709            ! pp.c utf8.c utf8.h
15710 ____________________________________________________________________________
15711 [  7436] By: jhi                                   on 2000/10/25  13:51:37
15712         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
15713              From: Nicholas Clark <nick@ccl4.org>
15714              Date: Wed, 25 Oct 2000 14:44:05 +0100
15715              Message-ID: <20001025144404.D27253@plum.flirble.org>
15716      Branch: perl
15717            ! pod/perlrun.pod
15718 ____________________________________________________________________________
15719 [  7435] By: jhi                                   on 2000/10/25  13:49:32
15720         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
15721              From: Mike Guy <mjtg@cam.ac.uk>
15722              Date: Tue, 24 Oct 2000 14:59:40 +0100
15723              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
15724      Branch: perl
15725            ! scope.c
15726 ____________________________________________________________________________
15727 [  7434] By: jhi                                   on 2000/10/25  13:48:41
15728         Log: AIX is picky about its symbol exports.  Solution for now
15729              is to include the deb.o explicitly to the re extension build.
15730              
15731              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
15732              From: Peter Prymmer <pvhp@forte.com>
15733              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
15734              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
15735      Branch: perl
15736            ! ext/re/Makefile.PL hints/aix.sh
15737 ____________________________________________________________________________
15738 [  7433] By: jhi                                   on 2000/10/25  13:46:49
15739         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
15740              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15741              Date: Wed, 25 Oct 2000 12:02:20 +0200
15742              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
15743      Branch: perl
15744            ! perlsdio.h
15745 ____________________________________________________________________________
15746 [  7432] By: jhi                                   on 2000/10/25  13:44:28
15747         Log: Subject: Minor update to find2perl, for portability
15748              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
15749              Date: Wed, 25 Oct 2000 12:05:47 +0100
15750              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
15751      Branch: perl
15752            ! x2p/find2perl.PL
15753 ____________________________________________________________________________
15754 [  7431] By: jhi                                   on 2000/10/25  13:40:39
15755         Log: Add targets to Makefile.SH, most importantly
15756              'regen_all' which also remembers to update vms/perly*.
15757      Branch: perl
15758            ! Makefile.SH
15759 ____________________________________________________________________________
15760 [  7430] By: bailey                                on 2000/10/25  03:13:53
15761         Log: Cleanup from prior patch (Charles Lane?):
15762              - improve handling of MFDs in Basename and Path
15763              - default to no xsubpp line # munging when building debug images
15764      Branch: vmsperl
15765            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
15766 ____________________________________________________________________________
15767 [  7429] By: jhi                                   on 2000/10/24  20:03:40
15768         Log: Podify README.epoc and README.vos.
15769      Branch: perl
15770            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
15771            ! pod/perlport.pod pod/perltoc.pod
15772 ____________________________________________________________________________
15773 [  7428] By: jhi                                   on 2000/10/24  19:10:33
15774         Log: Stratus VOS updates from Paul Green.
15775      Branch: perl
15776            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
15777            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
15778            - vos/config.def vos/config.h vos/config_h.SH_orig
15779            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
15780            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
15781 ____________________________________________________________________________
15782 [  7427] By: jhi                                   on 2000/10/24  18:59:48
15783         Log: Check if stdio supports tweaking lval and cnt simultaneously.
15784              
15785              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
15786              From: Nicholas Clark <nick@ccl4.org>
15787              Date: Mon, 23 Oct 2000 15:39:32 +0100
15788              Message-ID: <20001023153932.A10786@plum.flirble.org>
15789      Branch: metaconfig
15790            ! U/compline/d_stdstdio.U
15791      Branch: perl
15792            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15793            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
15794            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
15795            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
15796            ! vos/config.h vos/config_h.SH_orig win32/config.bc
15797            ! win32/config.gc win32/config.vc
15798 ____________________________________________________________________________
15799 [  7426] By: jhi                                   on 2000/10/24  17:57:44
15800         Log: Missed the header file changes from #7425.
15801      Branch: perl
15802            ! embed.h embed.pl objXSUB.h proto.h
15803 ____________________________________________________________________________
15804 [  7425] By: jhi                                   on 2000/10/24  17:55:17
15805         Log: Fix the bug reported in
15806              
15807              From: andreas.koenig@anima.de (Andreas J. Koenig)
15808              Subject: Encode bug?
15809              Date: 24 Oct 2000 14:01:26 +0200 
15810              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
15811              
15812              Also make is_utf8_char() stricter.
15813      Branch: perl
15814            ! ext/Encode/Encode.xs utf8.c
15815 ____________________________________________________________________________
15816 [  7424] By: jhi                                   on 2000/10/24  15:15:39
15817         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
15818              From: Peter Scott <Peter@PSDT.com>
15819              Date: Mon, 23 Oct 2000 19:46:01 -0700
15820              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
15821      Branch: perl
15822            ! pod/perlfaq5.pod
15823 ____________________________________________________________________________
15824 [  7423] By: jhi                                   on 2000/10/24  14:25:30
15825         Log: Test tweak to avoid pulling in the whole Config.
15826      Branch: perl
15827            ! t/lib/st-lock.t
15828 ____________________________________________________________________________
15829 [  7422] By: jhi                                   on 2000/10/24  14:03:16
15830         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
15831      Branch: perl
15832            ! pp.c
15833 ____________________________________________________________________________
15834 [  7421] By: jhi                                   on 2000/10/24  13:32:09
15835         Log: (Replaced by #7440.)
15836              
15837              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
15838              From: "Kurt D. Starsinic" <kstar@chapin.edu>
15839              Date: Mon, 23 Oct 2000 16:40:54 -0400
15840              Message-ID: <20001023164054.B14491@O2.chapin.edu>
15841      Branch: perl
15842            ! t/lib/syslog.t
15843 ____________________________________________________________________________
15844 [  7420] By: jhi                                   on 2000/10/24  13:30:53
15845         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
15846              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15847              Date: Mon, 23 Oct 2000 17:29:03 -0400
15848              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
15849      Branch: perl
15850            ! lib/ExtUtils/MM_Unix.pm
15851 ____________________________________________________________________________
15852 [  7419] By: jhi                                   on 2000/10/24  13:29:57
15853         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
15854              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15855              Date: Mon, 23 Oct 2000 19:01:32 -0400
15856              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
15857      Branch: perl
15858            ! utils/h2xs.PL
15859 ____________________________________________________________________________
15860 [  7418] By: jhi                                   on 2000/10/24  13:26:04
15861         Log: Replace #7409 with
15862              
15863              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
15864              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
15865              Date: Mon, 23 Oct 2000 20:08:56 +0200
15866              Message-ID: <20001023200855.A14850@nice.ram.loc>
15867      Branch: perl
15868            ! ext/Storable/Storable.pm t/lib/st-lock.t
15869 ____________________________________________________________________________
15870 [  7417] By: jhi                                   on 2000/10/24  13:17:52
15871         Log: Run vms/vms_yfix.pl, should have done that after changing
15872              perly.c in #7382.
15873      Branch: perl
15874            ! vms/perly_c.vms vms/perly_h.vms
15875 ____________________________________________________________________________
15876 [  7416] By: jhi                                   on 2000/10/24  02:55:33
15877         Log: Make the UTF-8 decoding stricter and more verbose when
15878              malformation happens.  This involved adding an argument
15879              to utf8_to_uv_chk(), which involved changing its prototype,
15880              and prefer STRLEN over I32 for the UTF-8 length, which as
15881              a domino effect necessitated changing the prototypes of
15882              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
15883              The stricter UTF-8 decoding checking uses Markus Kuhn's
15884              UTF-8 Decode Stress Tester from
15885              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
15886      Branch: perl
15887            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
15888            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
15889            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
15890            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
15891 ____________________________________________________________________________
15892 [  7415] By: jhi                                   on 2000/10/23  14:06:06
15893         Log: Update Changes.
15894      Branch: perl
15895            ! Changes patchlevel.h
15896 ____________________________________________________________________________
15897 [  7414] By: jhi                                   on 2000/10/23  12:39:52
15898         Log: Undo the basename() part of #7412 since the lib/basename
15899              tests would need upgrading too.
15900      Branch: perl
15901            ! lib/File/Basename.pm
15902 ____________________________________________________________________________
15903 [  7413] By: jhi                                   on 2000/10/23  12:19:27
15904         Log: Document PERL_INSTALL_ROOT of #7210.
15905      Branch: perl
15906            ! lib/ExtUtils/Install.pm
15907 ____________________________________________________________________________
15908 [  7412] By: jhi                                   on 2000/10/23  12:16:47
15909         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
15910      Branch: perl
15911            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
15912            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
15913 ____________________________________________________________________________
15914 [  7411] By: jhi                                   on 2000/10/23  12:07:41
15915         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
15916              From: Prymmer/Kahn <pvhp@best.com>
15917              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
15918              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
15919      Branch: perl
15920            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
15921 ____________________________________________________________________________
15922 [  7410] By: jhi                                   on 2000/10/23  04:10:11
15923         Log: The change #7187 was not so good on VMS.
15924              
15925              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
15926              From: "Craig A. Berry" <craig.berry@psinetcs.com>
15927              Date: Sun, 22 Oct 2000 23:03:08 -0500
15928              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
15929      Branch: perl
15930            ! utils/perldoc.PL
15931 ____________________________________________________________________________
15932 [  7409] By: jhi                                   on 2000/10/23  03:57:36
15933         Log: Avoid Storable locking on DJGPP for now.
15934              
15935              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
15936              From: "Peter J. Farley III" <pjfarley@banet.net>
15937              Date: Sun, 22 Oct 2000 20:00:00 -0400
15938              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
15939      Branch: perl
15940            ! ext/Storable/Storable.pm t/lib/st-lock.t
15941 ____________________________________________________________________________
15942 [  7408] By: jhi                                   on 2000/10/23  03:50:24
15943         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
15944              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
15945              Date: Sun, 22 Oct 2000 21:12:22 -0400
15946              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
15947      Branch: perl
15948            ! lib/vars.pm
15949 ____________________________________________________________________________
15950 [  7407] By: jhi                                   on 2000/10/23  03:43:12
15951         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
15952              From: Hugo <hv@crypt.compulink.co.uk>
15953              Date: Mon, 23 Oct 2000 00:47:22 +0100
15954              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
15955      Branch: perl
15956            ! regexec.c t/op/pat.t
15957 ____________________________________________________________________________
15958 [  7406] By: jhi                                   on 2000/10/23  03:40:29
15959         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
15960      Branch: perl
15961            ! lib/ExtUtils/MakeMaker.pm
15962 ____________________________________________________________________________
15963 [  7405] By: jhi                                   on 2000/10/22  21:32:00
15964         Log: Doc patch.
15965              
15966              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
15967              From: rspier@pobox.com (Robert Spier)
15968              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
15969              Message-ID: <14835.16112.13457.447971@rls.cx>
15970      Branch: perl
15971            ! lib/strict.pm
15972 ____________________________________________________________________________
15973 [  7404] By: jhi                                   on 2000/10/22  21:30:51
15974         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
15975              From: rspier@pobox.com (Robert Spier)
15976              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
15977              Message-ID: <14835.17223.72448.705566@rls.cx>
15978      Branch: perl
15979            ! lib/ExtUtils/MakeMaker.pm
15980 ____________________________________________________________________________
15981 [  7403] By: jhi                                   on 2000/10/22  21:24:11
15982         Log: Subject: [PATCH bleadperl] ripples from constsub patch
15983              From: John Tobey <jtobey@john-edwin-tobey.org>
15984              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
15985              Message-Id: <m13nSOB-000FObC@feynman.localnet>
15986      Branch: perl
15987            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
15988 ____________________________________________________________________________
15989 [  7402] By: jhi                                   on 2000/10/22  20:59:35
15990         Log: Support s?printf parameter reordering.
15991      Branch: perl
15992            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
15993 ____________________________________________________________________________
15994 [  7401] By: jhi                                   on 2000/10/22  19:19:14
15995         Log: Expand %Config variables only if explicitly so requested
15996              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
15997              
15998              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
15999              From: Gurusamy Sarathy <gsar@ActiveState.com>
16000              Date: Sun, 22 Oct 2000 11:47:32 -0700
16001              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
16002      Branch: perl
16003            ! Makefile.SH lib/lib_pm.PL
16004 ____________________________________________________________________________
16005 [  7400] By: jhi                                   on 2000/10/22  18:24:10
16006         Log: Move the #7390 test from warn/op to comp/redef.
16007              
16008              Subject: Re: Creating const subs for constants.
16009              From: John Tobey <jtobey@john-edwin-tobey.org>
16010              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
16011              Message-Id: <m13nG72-000FObC@feynman.localnet>               
16012      Branch: perl
16013            ! t/comp/redef.t t/pragma/warn/op
16014 ____________________________________________________________________________
16015 [  7399] By: jhi                                   on 2000/10/22  17:49:59
16016         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
16017              From: Nicholas Clark <nick@ccl4.org>
16018              Date: Sat, 21 Oct 2000 22:23:19 +0100
16019              Message-ID: <20001021222319.B45586@plum.flirble.org>
16020      Branch: perl
16021            ! ext/DynaLoader/DynaLoader_pm.PL
16022 ____________________________________________________________________________
16023 [  7398] By: jhi                                   on 2000/10/22  17:47:35
16024         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
16025              From: Hugo <hv@crypt.compulink.co.uk>
16026              Date: Sat, 21 Oct 2000 18:19:59 +0100
16027              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
16028      Branch: perl
16029            ! ext/B/B.pm ext/B/B/C.pm
16030 ____________________________________________________________________________
16031 [  7397] By: jhi                                   on 2000/10/22  17:35:18
16032         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
16033              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
16034              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
16035              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
16036      Branch: perl
16037            ! hints/openbsd.sh
16038 ____________________________________________________________________________
16039 [  7396] By: jhi                                   on 2000/10/22  17:19:46
16040         Log: Subject: installman go-faster stripes
16041              From: Nicholas Clark <nick@talking.bollo.cx>
16042              Date: Sat, 21 Oct 2000 17:24:53 +0100
16043              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
16044              
16045              Subject: Re: installman go-faster stripes
16046              From: Russ Allbery <rra@stanford.edu>
16047              Date: 21 Oct 2000 11:04:13 -0700
16048              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
16049      Branch: perl
16050            ! installman pod/pod2man.PL
16051 ____________________________________________________________________________
16052 [  7395] By: jhi                                   on 2000/10/22  17:17:35
16053         Log: Hints tweak from Anton Berezin.
16054      Branch: perl
16055            ! hints/freebsd.sh
16056 ____________________________________________________________________________
16057 [  7394] By: jhi                                   on 2000/10/22  04:50:04
16058         Log: Tweak the Is* definitions of Unicode character classes
16059              to better match the official categorizations; embrace
16060              the official categorizations; add the combining marks
16061              as alpha (and -numeric); fix DCinital (a typo and edito)
16062              to be DCmedial.
16063      Branch: perl
16064            + lib/unicode/Is/DCmedial.pl
16065            - lib/unicode/Is/DCinital.pl
16066            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
16067            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
16068            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
16069            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
16070 ____________________________________________________________________________
16071 [  7393] By: jhi                                   on 2000/10/21  18:06:05
16072         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
16073              From: Daniel Chetlin <daniel@chetlin.com>
16074              Date: Sat, 21 Oct 2000 02:57:03 -0700
16075              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
16076      Branch: perl
16077            + t/lib/tie-splice.t
16078            ! MANIFEST lib/Tie/Array.pm
16079 ____________________________________________________________________________
16080 [  7392] By: gsar                                  on 2000/10/21  18:05:15
16081         Log: resync utfperl branch with mainline
16082      Branch: utfperl
16083           !> (integrate 1760 files)
16084 ____________________________________________________________________________
16085 [  7391] By: jhi                                   on 2000/10/21  14:37:49
16086         Log: Testcases for a #7383,#7385 related bug.
16087              
16088              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
16089              From: Nicholas Clark <nick@ccl4.org>
16090              Date: Sat, 21 Oct 2000 15:04:51 +0100
16091              Message-ID: <20001021150451.A51566@plum.flirble.org>
16092      Branch: perl
16093            ! t/pragma/utf8.t
16094 ____________________________________________________________________________
16095 [  7390] By: jhi                                   on 2000/10/21  14:35:57
16096         Log: Add a testcase for #7389.
16097      Branch: perl
16098            ! t/pragma/warn/op
16099 ____________________________________________________________________________
16100 [  7389] By: jhi                                   on 2000/10/21  14:26:45
16101         Log: Subject: Re: Creating const subs for constants.
16102              From: John Tobey <jtobey@john-edwin-tobey.org>
16103              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
16104              Message-Id: <m13mo0N-000FObC@feynman.localnet>
16105      Branch: perl
16106            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
16107            ! proto.h sv.c
16108 ____________________________________________________________________________
16109 [  7388] By: nick                                  on 2000/10/21  11:44:23
16110         Log: Populate perlio branch
16111      Branch: perlio
16112           +> (branch 1760 files)
16113 ____________________________________________________________________________
16114 [  7387] By: nick                                  on 2000/10/21  10:52:05
16115         Log: Get branch back as replica of mainline via :
16116              p4 integrate -b utfperl
16117              p4 resolve -at ./...
16118      Branch: utfperl
16119           +> (branch 269 files)
16120            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
16121            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
16122            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
16123            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
16124            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
16125            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
16126            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
16127            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
16128            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
16129            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
16130            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
16131            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
16132            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
16133            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
16134            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
16135            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
16136            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
16137            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
16138            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
16139            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
16140            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
16141            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
16142            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
16143            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
16144            - lib/unicode/UCD300.html lib/unicode/Unicode.300
16145            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
16146            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
16147            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
16148            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
16149           !> (integrate 965 files)
16150 ____________________________________________________________________________
16151 [  7386] By: jhi                                   on 2000/10/21  01:31:12
16152         Log: Update Changes.
16153      Branch: perl
16154            ! Changes patchlevel.h
16155 ____________________________________________________________________________
16156 [  7385] By: jhi                                   on 2000/10/21  01:28:42
16157         Log: The #7383 was right only in the context of the original bug report,
16158              not in more general case.
16159      Branch: perl
16160            ! pp_hot.c
16161 ____________________________________________________________________________
16162 [  7384] By: jhi                                   on 2000/10/21  01:08:23
16163         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
16164      Branch: perl
16165            ! ext/IO/lib/IO/Select.pm
16166 ____________________________________________________________________________
16167 [  7383] By: jhi                                   on 2000/10/21  00:44:18
16168         Log: Fix for ID 20001020.006, concatenating an unset submatch
16169              with utf8 resulted in "Modification of a read-only value".
16170      Branch: perl
16171            ! pp_hot.c t/pragma/utf8.t
16172 ____________________________________________________________________________
16173 [  7382] By: jhi                                   on 2000/10/20  20:44:31
16174         Log: Make scan_num() reëntrant, as suggested in
16175              
16176              Subject: [PATCH perl@7229] Rentrant parser and yylex()
16177              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
16178              Date: Fri, 20 Oct 2000 14:17:27 +0100
16179              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
16180      Branch: perl
16181            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
16182            ! toke.c
16183 ____________________________________________________________________________
16184 [  7381] By: jhi                                   on 2000/10/20  20:07:29
16185         Log: Reëntrancy fix.
16186              
16187              Subject: [PATCH perl@7229] Rentrant parser and yylex()
16188              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
16189              Date: Fri, 20 Oct 2000 14:17:27 +0100
16190              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
16191      Branch: perl
16192            ! embed.h embed.pl perl.h proto.h toke.c
16193 ____________________________________________________________________________
16194 [  7380] By: jhi                                   on 2000/10/20  19:15:54
16195         Log: Don't write double values through long double pointers,
16196              based on a part of
16197              
16198              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
16199              From: Jens Hamisch <jens@Strawberry.COM>
16200              Date: Tue, 17 Oct 2000 08:39:36 +0200
16201              Message-Id: <20001017083936.A11104@Strawberry.COM>
16202      Branch: perl
16203            ! perl.h pp.c
16204 ____________________________________________________________________________
16205 [  7379] By: jhi                                   on 2000/10/20  18:43:37
16206         Log: Portability tweak on #7377.
16207              
16208              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
16209              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16210              Date:     Fri, 20 Oct 2000 13:13:41 EDT
16211              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
16212      Branch: perl
16213            ! t/lib/dprof.t
16214 ____________________________________________________________________________
16215 [  7378] By: jhi                                   on 2000/10/20  12:57:19
16216         Log: SOCKS function redefinitions need prototypes, too, otherwise
16217              for example 32 bit versus 64 bit differences cause a lot of
16218              problems.  Part of
16219              
16220              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
16221              From: Jens Hamisch <jens@Strawberry.COM>
16222              Date: Tue, 17 Oct 2000 08:39:36 +0200
16223              Message-Id: <20001017083936.A11104@Strawberry.COM>
16224      Branch: perl
16225            ! doio.c pp_sys.c
16226 ____________________________________________________________________________
16227 [  7377] By: jhi                                   on 2000/10/20  12:37:12
16228         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
16229              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16230              Date:     Fri, 20 Oct 2000 08:26:04 EDT
16231              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
16232      Branch: perl
16233            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
16234 ____________________________________________________________________________
16235 [  7376] By: jhi                                   on 2000/10/20  12:35:31
16236         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
16237              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16238              Date:     Fri, 20 Oct 2000 07:48:15 EDT
16239              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
16240      Branch: perl
16241            ! configure.com vms/gen_shrfls.pl
16242 ____________________________________________________________________________
16243 [  7375] By: bailey                                on 2000/10/20  04:44:37
16244         Log: SYN SYN
16245      Branch: vmsperl
16246           +> (branch 134 files)
16247            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
16248            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
16249            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
16250            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
16251            - eg/cgi/frameset.cgi eg/cgi/index.html
16252            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
16253            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
16254            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
16255            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
16256            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
16257            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
16258            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
16259            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
16260            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
16261            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
16262            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
16263            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
16264            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
16265            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
16266            - lib/unicode/Props.txt lib/unicode/UCD300.html
16267            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
16268            - utils/perlbc.PL vms/subconfigure.com
16269           !> (integrate 785 files)
16270 ____________________________________________________________________________
16271 [  7374] By: jhi                                   on 2000/10/20  00:59:48
16272         Log: In the latest compiler builds cccdlflags must not become -fpic,
16273              from Wilfredo Sánchez.
16274      Branch: perl
16275            ! hints/darwin.sh
16276 ____________________________________________________________________________
16277 [  7373] By: jhi                                   on 2000/10/20  00:56:35
16278         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
16279              From: Tony Cook <tony@develop-help.com>
16280              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
16281              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
16282      Branch: perl
16283            ! pod/perlop.pod
16284 ____________________________________________________________________________
16285 [  7372] By: jhi                                   on 2000/10/19  19:34:40
16286         Log: Typo noted by Mark Lutz.
16287      Branch: perl
16288            ! t/op/64bitint.t
16289 ____________________________________________________________________________
16290 [  7371] By: jhi                                   on 2000/10/19  19:33:13
16291         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
16292      Branch: metaconfig
16293            ! U/modified/Cppsym.U U/modified/Oldconfig.U
16294      Branch: metaconfig/U/perl
16295            ! End.U dlsrc.U libperl.U
16296      Branch: perl
16297            + hints/nonstopux.sh
16298            ! Configure MANIFEST config_h.SH
16299 ____________________________________________________________________________
16300 [  7370] By: jhi                                   on 2000/10/19  17:18:08
16301         Log: Subject: PATCH do_print has 2 PerlIO_error()s
16302              From: nick@ccl4.org
16303              Date: Thu, 19 Oct 2000 18:09:20 +0100
16304              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
16305      Branch: perl
16306            ! doio.c
16307 ____________________________________________________________________________
16308 [  7369] By: jhi                                   on 2000/10/19  14:01:49
16309         Log: Update Changes.
16310      Branch: perl
16311            ! Changes patchlevel.h
16312 ____________________________________________________________________________
16313 [  7368] By: jhi                                   on 2000/10/19  13:04:29
16314         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
16315              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16316              Date: Wed, 18 Oct 2000 13:12:01 +0200
16317              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
16318      Branch: perl
16319            ! hints/aix.sh
16320 ____________________________________________________________________________
16321 [  7367] By: jhi                                   on 2000/10/19  02:22:40
16322         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
16323              of a 'pmshort' anywhere in the B, so the offending line was simply
16324              removed.
16325      Branch: perl
16326            ! ext/B/B/Debug.pm
16327 ____________________________________________________________________________
16328 [  7366] By: jhi                                   on 2000/10/19  02:12:37
16329         Log: Add the test case for the bug id 20000730.004 which seems
16330              to have been fixed by now.
16331      Branch: perl
16332            ! t/pragma/utf8.t
16333 ____________________________________________________________________________
16334 [  7365] By: jhi                                   on 2000/10/18  23:36:24
16335         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
16336              From: Hugo <hv@crypt.compulink.co.uk>
16337              Date: Wed, 18 Oct 2000 23:25:58 +0100
16338              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
16339      Branch: perl
16340            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
16341 ____________________________________________________________________________
16342 [  7364] By: jhi                                   on 2000/10/18  21:12:53
16343         Log: (retracted)
16344      Branch: perl
16345            ! pp.c
16346 ____________________________________________________________________________
16347 [  7363] By: jhi                                   on 2000/10/18  20:55:38
16348         Log: Missing change from #7362.
16349      Branch: perl
16350            ! win32/perlhost.h
16351 ____________________________________________________________________________
16352 [  7362] By: jhi                                   on 2000/10/18  20:52:01
16353         Log: Borland C fstat() never saw the fd as writable.
16354              
16355              Subject: fix for Borland's weak "stat" (perl@7211)
16356              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
16357              Date: Mon, 16 Oct 2000 09:55:03 +0400
16358              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
16359      Branch: perl
16360            ! win32/win32.c
16361 ____________________________________________________________________________
16362 [  7361] By: jhi                                   on 2000/10/18  17:43:50
16363         Log: Regen toc.
16364      Branch: perl
16365            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
16366 ____________________________________________________________________________
16367 [  7360] By: jhi                                   on 2000/10/18  17:07:44
16368         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16369              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
16370              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
16371              Date: Mon, 16 Oct 2000 15:19:49 +0200
16372      Branch: perl
16373            + README.aix
16374            ! MANIFEST
16375 ____________________________________________________________________________
16376 [  7359] By: jhi                                   on 2000/10/18  17:04:49
16377         Log: Subject: Pod patch for Devel::Peek
16378              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16379              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
16380              Date: Mon, 16 Oct 2000 12:26:34 +0200
16381      Branch: perl
16382            ! ext/Devel/Peek/Peek.pm
16383 ____________________________________________________________________________
16384 [  7358] By: jhi                                   on 2000/10/18  17:03:15
16385         Log: Make Cwd more bulletproof in chrooted environments.
16386              
16387              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
16388              From: "Eric E. Coe" <Eric.Coe@oracle.com>
16389              Date: Wed, 18 Oct 2000 04:03:54 -0400
16390              Message-Id: <39ED596A.70E599FE@oracle.com>
16391      Branch: perl
16392            ! lib/Cwd.pm
16393 ____________________________________________________________________________
16394 [  7357] By: jhi                                   on 2000/10/18  16:37:26
16395         Log: Disable the UTF8 downgrade croakage for now to avoid
16396              too many not okay messages.
16397      Branch: perl
16398            ! doio.c
16399 ____________________________________________________________________________
16400 [  7356] By: jhi                                   on 2000/10/17  23:29:41
16401         Log: Show the failed remote port, instead of the failing line number.
16402              
16403              Subject: [PATCH 5.6.1 Debugger] More diagnostics
16404              From: David Sparks <daves@ActiveState.com>
16405              Date: Tue, 17 Oct 2000 15:00:24 -0700
16406              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
16407      Branch: perl
16408            ! lib/perl5db.pl
16409 ____________________________________________________________________________
16410 [  7355] By: jhi                                   on 2000/10/17  14:11:31
16411         Log: On output try to downgrade to bytes, croak if impossible,
16412              from Simon Cozens.  This means that outputting >255 UTF8
16413              is impossible.  Consider this as a strong incentive to get
16414              the I/O disciplines implemented.
16415      Branch: perl
16416            ! doio.c pod/perldiag.pod sv.c
16417 ____________________________________________________________________________
16418 [  7354] By: jhi                                   on 2000/10/17  13:42:23
16419         Log: Clarify documentation on 'use bytes'.
16420              
16421              Subject: Re: What does 'use bytes' "mean" ?
16422              From: Simon Cozens <simon@cozens.net>
16423              Date: Mon, 18 Sep 2000 18:24:25 +0100
16424              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
16425      Branch: perl
16426            ! lib/bytes.pm
16427 ____________________________________________________________________________
16428 [  7353] By: jhi                                   on 2000/10/17  13:28:12
16429         Log: Workaround for a sfio bug where the stream error indicator
16430              is not cleared as documented.
16431              
16432              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
16433              From: Nicholas Clark <nick@ccl4.org>
16434              Date: Mon, 16 Oct 2000 18:28:23 +0100
16435              Message-ID: <20001016182823.J19700@plum.flirble.org>
16436      Branch: perl
16437            ! doio.c
16438 ____________________________________________________________________________
16439 [  7352] By: jhi                                   on 2000/10/17  13:06:19
16440         Log: More IoTYPE sprinkling.
16441      Branch: perl
16442            ! doio.c pp_hot.c
16443 ____________________________________________________________________________
16444 [  7351] By: jhi                                   on 2000/10/16  22:47:07
16445         Log: Detect early whether the std streams have gone bad.
16446              
16447              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
16448              Date: Mon, 16 Oct 2000 23:28:42 +0100
16449              From: Nicholas Clark <nick@ccl4.org>
16450              Message-ID: <20001016232842.A37942@plum.flirble.org>
16451      Branch: perl
16452            ! t/op/misc.t
16453 ____________________________________________________________________________
16454 [  7350] By: jhi                                   on 2000/10/16  22:45:16
16455         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
16456              From: "Peter J. Farley III" <pjfarley@banet.net>
16457              Date: Mon, 16 Oct 2000 18:15:59 -0400
16458              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
16459      Branch: perl
16460            ! djgpp/djgpp.c dosish.h t/io/open.t
16461 ____________________________________________________________________________
16462 [  7349] By: jhi                                   on 2000/10/16  22:36:45
16463         Log: perldelta tweak.
16464      Branch: perl
16465            ! pod/perldelta.pod
16466 ____________________________________________________________________________
16467 [  7348] By: jhi                                   on 2000/10/16  15:17:53
16468         Log: Update Changes.
16469      Branch: perl
16470            ! Changes patchlevel.h
16471 ____________________________________________________________________________
16472 [  7347] By: jhi                                   on 2000/10/16  13:55:27
16473         Log: Add the capability to include/exclude branches.
16474      Branch: perl
16475            ! Porting/genlog
16476 ____________________________________________________________________________
16477 [  7346] By: jhi                                   on 2000/10/16  13:18:04
16478         Log: Add Charles Lane.
16479      Branch: perl
16480            ! AUTHORS Changes
16481 ____________________________________________________________________________
16482 [  7345] By: jhi                                   on 2000/10/16  13:13:21
16483         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
16484      Branch: perl
16485            ! pod/perldelta.pod
16486 ____________________________________________________________________________
16487 [  7344] By: gsar                                  on 2000/10/16  09:30:21
16488         Log: integrate change#6220 from cfgperl
16489              
16490              Win32 patches from Benjamin Stuhl.
16491      Branch: maint-5.6/perl
16492           !> makedef.pl win32/win32.h
16493 ____________________________________________________________________________
16494 [  7343] By: gsar                                  on 2000/10/16  08:32:19
16495         Log: integrate changes#6221,6222 from cfgperl
16496              
16497              Remove tr///CU (the feature is to be obsoleted by better interfaces).
16498              From: simon@brecon.co.uk (Simon Cozens)
16499              Subject: [PATCH] Eliminate tr///[CU][CU]
16500              Date: 23 Jun 2000 11:05:40 GMT
16501              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
16502              
16503              doc typo fix
16504              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
16505              From: Ian Phillipps <Ian.Phillipps@iname.com>
16506              Date: Fri, 23 Jun 2000 10:40:58 +0100
16507              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
16508      Branch: maint-5.6/perl
16509           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
16510 ____________________________________________________________________________
16511 [  7342] By: gsar                                  on 2000/10/16  08:28:08
16512         Log: integrate change#6217 from cfgperl (in part)
16513              
16514              Rename the fdpid locking and integrate with Sarathy.
16515      Branch: maint-5.6/perl
16516           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
16517           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
16518           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
16519           !> win32/win32.c
16520 ____________________________________________________________________________
16521 [  7341] By: gsar                                  on 2000/10/16  08:23:39
16522         Log: integrate changes#6214..6216 from mainline
16523              
16524              @_ can't have junk in it even in the non-USE_ITHREADS case because
16525              caller() wants to populate @DB::args with it (causes a coredump
16526              in Carp::confess())
16527              
16528              tweak comment about @DB::args
16529              
16530              be more optimal about clearing @_
16531      Branch: maint-5.6/perl
16532           !> av.h cop.h pp_ctl.c t/op/runlevel.t
16533 ____________________________________________________________________________
16534 [  7340] By: gsar                                  on 2000/10/16  08:20:37
16535         Log: integrate changes#6207..6210 from cfgperl
16536              
16537              Subject: [PATCH 5.6.0] Threadsafe patches
16538              From: Dan Sugalski <dan@sidhe.org>
16539              To: perl5-porters@perl.org
16540              Date: Mon, 08 May 2000 18:08:13 -0400
16541              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
16542              
16543              Regen headers for #6207.
16544              
16545              Lock PL_fdpid against race conditions, based on:
16546              Subject: [PATCH 5.6.0]subprocess fixup for threads
16547              From: Dan Sugalski <dan@sidhe.org>
16548              To: perl5-porters@perl.org
16549              Date: Tue, 11 Apr 2000 17:02:32 -0400
16550              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
16551              
16552              Mopup for #6207 and #6209.
16553      Branch: maint-5.6/perl
16554           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
16555           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
16556           !> win32/win32.c
16557 ____________________________________________________________________________
16558 [  7339] By: gsar                                  on 2000/10/16  08:14:34
16559         Log: integrate change#6203 from cfgperl
16560              
16561              perldiag should refer to perlos2.pod not README.os2
16562      Branch: maint-5.6/perl
16563           !> pod/perldiag.pod
16564 ____________________________________________________________________________
16565 [  7338] By: gsar                                  on 2000/10/16  08:11:42
16566         Log: integrate change#6201 from mainline
16567              
16568              Perl_eval_pv() leaks 4 bytes every time it is called because it
16569              does a PUSHMARK that's never ever POPMARKed; in general, only
16570              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
16571              Perl_eval_[sp]v() don't because they don't take any incoming
16572              arguments (this leak has been around since the original version
16573              of perl_eval_pv() in 5.003_97e)
16574      Branch: maint-5.6/perl
16575           !> perl.c
16576 ____________________________________________________________________________
16577 [  7337] By: gsar                                  on 2000/10/16  08:08:47
16578         Log: integrate changes#6197..6200 from cfgperl
16579              
16580              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
16581              From: John Borwick <jhborwic@unity.ncsu.edu>
16582              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
16583              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
16584              
16585              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
16586              From: Dan Sugalski <dan@sidhe.org>
16587              To: vmsperl@perl.org, perl5-porters@perl.org
16588              Date: Fri, 02 Jun 2000 16:00:41 -0400
16589              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
16590              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
16591              
16592              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
16593              From: Dan Sugalski <dan@sidhe.org>
16594              To: perl5-porters@perl.org, vmsperl@perl.org
16595              Date: Fri, 02 Jun 2000 17:30:51 -0400
16596              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
16597              
16598              Update to cperl-mode.el 4.31 from
16599              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
16600              Subject: A couple of notes
16601              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16602              To: Mailing list Perl5 <perl5-porters@perl.org>
16603              Date: Sat, 3 Jun 2000 23:33:32 -0400
16604              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
16605      Branch: maint-5.6/perl
16606           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
16607           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
16608           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
16609           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
16610           !> vms/vmsish.h
16611 ____________________________________________________________________________
16612 [  7336] By: gsar                                  on 2000/10/16  08:03:46
16613         Log: integrate changes#6194,6195 from mainline
16614              
16615              fix small eval"" memory leaks under USE_ITHREADS
16616              
16617              fix yet another eval"" leak under USE_ITHREADS
16618      Branch: maint-5.6/perl
16619           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
16620           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
16621           !> vms/perly_c.vms
16622 ____________________________________________________________________________
16623 [  7335] By: gsar                                  on 2000/10/16  08:02:15
16624         Log: integrate changes#6190,6191 from mainline
16625              
16626              submit missing embed.pl change
16627              
16628              vec() loses numericalness (modified version of patch suggested
16629              by Robin Barker)
16630      Branch: maint-5.6/perl
16631           !> doop.c embed.pl t/op/vec.t
16632 ____________________________________________________________________________
16633 [  7334] By: gsar                                  on 2000/10/16  08:01:03
16634         Log: integrate change#6189 from mainline
16635              
16636              counting tr/// corrupts later operation (from M.J.T Guy)
16637      Branch: maint-5.6/perl
16638           !> doop.c t/op/tr.t
16639 ____________________________________________________________________________
16640 [  7333] By: gsar                                  on 2000/10/16  07:59:07
16641         Log: integrate changes#6183..6188 from mainline
16642              
16643              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
16644              <nick@ccl4.org>)
16645              
16646              tweak for change#6127
16647              
16648              remove incorrect documentation about implicit split to @_ in
16649              list context, which never really worked in perl 5 (from
16650              M.J.T. Guy)
16651              
16652              further qualify references to "alphanumeric" (from Wolfgang Laun
16653              <wolfgang.laun@alcatel.at>)
16654              
16655              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
16656              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
16657              
16658              h2xs tweaks
16659      Branch: maint-5.6/perl
16660           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
16661           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
16662           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
16663           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
16664           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
16665           !> pod/pod2latex.PL utils/h2xs.PL
16666 ____________________________________________________________________________
16667 [  7332] By: gsar                                  on 2000/10/16  07:53:52
16668         Log: integrate change#6179 from mainline
16669              
16670              buggy modulus on UVs introduced by change#3378 (resulted in
16671              4063328477 % 65535 amounting to 27406, instead of 27407)
16672      Branch: maint-5.6/perl
16673           !> pp.c t/op/arith.t
16674 ____________________________________________________________________________
16675 [  7331] By: gsar                                  on 2000/10/16  07:52:49
16676         Log: integrate changes#6176,6177,6178,6182 from cfgperl
16677              
16678              Single-quoted utf8 patch from Simon Cozens.
16679              
16680              Substitution utf8 patch from Simon Cozens.
16681              
16682              Be cleaner.
16683              
16684              Be Cleaner Part Deux.
16685      Branch: maint-5.6/perl
16686           !> Makefile.SH pp_hot.c toke.c
16687 ____________________________________________________________________________
16688 [  7330] By: gsar                                  on 2000/10/16  07:41:36
16689         Log: integrate change#6172 from mainline
16690              
16691              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
16692              (from Ilya Zakharevich)
16693      Branch: maint-5.6/perl
16694           !> regexec.c t/op/re_tests
16695 ____________________________________________________________________________
16696 [  7329] By: gsar                                  on 2000/10/16  07:40:25
16697         Log: integrate change#6171 from mainline
16698              
16699              scalar() doesn't force scalar context when used in void context
16700              (from Simon Cozens)
16701      Branch: maint-5.6/perl
16702           !> op.c t/op/wantarray.t
16703 ____________________________________________________________________________
16704 [  7328] By: gsar                                  on 2000/10/16  07:39:33
16705         Log: integrate change#6170 from mainline
16706              
16707              change#6142 needs tweaks to tests to work where there's no
16708              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
16709      Branch: maint-5.6/perl
16710           !> t/lib/filefind.t
16711 ____________________________________________________________________________
16712 [  7327] By: gsar                                  on 2000/10/16  07:35:34
16713         Log: integrate changes#6166..6168 from cfgperl
16714              
16715              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
16716              in case somebody wants to write an extension for more
16717              shadow database interfaces.
16718              
16719              tweak todo
16720              
16721              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
16722      Branch: maint-5.6/perl
16723           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
16724           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
16725           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
16726           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
16727           !> win32/config.vc win32/config_H.bc win32/config_H.gc
16728           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
16729 ____________________________________________________________________________
16730 [  7326] By: gsar                                  on 2000/10/16  07:29:05
16731         Log: integrate changes#6157,6159..6161,6164 from cfgperl
16732              
16733              Regen Configure to jive with #6149.
16734              
16735              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
16736              
16737              Changes for the File::Temp 0.08 (change #6159) test suite
16738              to fit better into the Perl distribution test framework.
16739              
16740              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
16741              both from Simon Cozens.
16742              
16743              detypo
16744      Branch: maint-5.6/perl
16745           +> pod/perlmodlib.PL pod/perlnewmod.pod
16746           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
16747           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
16748           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
16749           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
16750 ____________________________________________________________________________
16751 [  7325] By: gsar                                  on 2000/10/16  07:25:13
16752         Log: integrate change#6158 from vmsperl
16753              
16754              Add fallback to tmpfile for use in cases where user's relying on
16755              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
16756              Lane's patch)
16757      Branch: maint-5.6/perl
16758           !> vms/vms.c vms/vmsish.h
16759 ____________________________________________________________________________
16760 [  7324] By: gsar                                  on 2000/10/16  07:20:50
16761         Log: integrate changes#6153..6155 from mainline
16762              
16763              prettier Test::Harness output on failed tests (from Nicholas Clark
16764              <nick@Bagpuss.uk.boo.com>)
16765              
16766              avoid type mismatch warning
16767              
16768              small bug in change#6144; remove random \xA0 character that snuck
16769              in via change#6145
16770      Branch: maint-5.6/perl
16771           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
16772           !> perl.c
16773 ____________________________________________________________________________
16774 [  7323] By: gsar                                  on 2000/10/16  07:18:47
16775         Log: integrate changes#6151,6152 from mainline
16776              
16777              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
16778              
16779              cosmetic fixups of RE debug output (from Ilya Zakharevich)
16780      Branch: maint-5.6/perl
16781           !> regexec.c
16782 ____________________________________________________________________________
16783 [  7322] By: gsar                                  on 2000/10/16  07:17:25
16784         Log: integrate changes#6146..6150 from mainline
16785              
16786              doc typo
16787              
16788              add a make entry to Config.pm so "perl -V:make" works on VMS
16789              (from Peter Prymmer)
16790              
16791              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
16792              
16793              OS/2 tweaks for usethreads build (from Rocco Caputo
16794              <troc@netrus.net>)
16795              
16796              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
16797      Branch: maint-5.6/perl
16798           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
16799           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
16800           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
16801           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
16802           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
16803           !> warnings.pl x2p/a2p.h
16804 ____________________________________________________________________________
16805 [  7321] By: gsar                                  on 2000/10/16  07:14:02
16806         Log: integrate changes#6143..6145 from mainline
16807              
16808              MacOS support, part 1 (from Matthias Neeracher
16809              <neeri@iis.ee.ethz.ch>)
16810              
16811              MacOS support, part 2: make AutoSplit use File::Spec instead
16812              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
16813              <neeri@iis.ee.ethz.ch>)
16814              
16815              make xsubpp skip embedded pod (from Matthias Neeracher
16816              <neeri@iis.ee.ethz.ch>)
16817      Branch: maint-5.6/perl
16818           +> ext/DynaLoader/dl_mac.xs
16819           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
16820           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
16821           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
16822           !> pp_ctl.c proto.h toke.c util.c util.h
16823 ____________________________________________________________________________
16824 [  7320] By: gsar                                  on 2000/10/16  07:12:13
16825         Log: integrate changes#6141,6142 from mainline
16826              
16827              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
16828              forwarded by Peter Seebach from the bsdi-users mailing list.
16829              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
16830              
16831              File::Find fails to chdir when chasing symlinks (from
16832              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
16833      Branch: maint-5.6/perl
16834           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
16835 ____________________________________________________________________________
16836 [  7319] By: gsar                                  on 2000/10/16  07:04:30
16837         Log: integrate change#6139 from mainline
16838              
16839              revise mktables.PL for bugs and newness in Unicode 3.0
16840              (from James Bence <jbence@amgen.com>)
16841      Branch: maint-5.6/perl
16842           +> (branch 30 files)
16843           !> (integrate 49 files)
16844 ____________________________________________________________________________
16845 [  7318] By: gsar                                  on 2000/10/16  07:01:01
16846         Log: integrate changes#6137,6138 from mainline
16847              
16848              fix bogus redeclaration warning for "our" variables in different
16849              scopes
16850              
16851              add note about the handling of negative indices to tied arrays
16852              (from Michael G Schwern <schwern@pobox.com>)
16853      Branch: maint-5.6/perl
16854           !> op.c pod/perltie.pod t/pragma/strict-vars
16855 ____________________________________________________________________________
16856 [  7317] By: gsar                                  on 2000/10/16  06:58:46
16857         Log: integrate changes#6127..6136 from mainline
16858              
16859              call_method(...,G_EVAL) can longjmp() out if the method probing
16860              failed (from Gisle Aas)
16861              
16862              new perlxstut example for passing/returning refs to arrays
16863              (from David Lowe <dlowe@pootpoot.com>)
16864              
16865              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
16866              
16867              fix places that mean C<"word" character> but say C<alphanumeric
16868              character>
16869              
16870              avoid warnings in POSIX.pm (from Barrie Slaymaker)
16871              
16872              warnings::enabled() doesn't fall back to looking at $^W if
16873              caller isn't using lexical warnings (from Paul Marquess)
16874              
16875              elide bogus test in change#6132
16876              
16877              make Test::Harness use wait.h/WCOREDUMP if available
16878              (from Ben Tilly <ben_tilly@hotmail.com>)
16879              
16880              enable Test::Harness to dynamically determine column width etc.
16881              (from Rob Napier <rnapier@employees.org>)
16882              
16883              random pod typos (from Peter Scott <Peter@PSDT.com>)
16884      Branch: maint-5.6/perl
16885           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
16886           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
16887           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
16888           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
16889 ____________________________________________________________________________
16890 [  7316] By: gsar                                  on 2000/10/16  06:53:23
16891         Log: integrate change#6126 from mainline
16892              
16893              change#2879 broke rvalue autovivification of magicals such as
16894              ${$num} (reworked variant of patch suggested by Simon Cozens)
16895      Branch: maint-5.6/perl
16896           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
16897           !> pp_hot.c proto.h t/op/gv.t
16898 ____________________________________________________________________________
16899 [  7315] By: gsar                                  on 2000/10/16  06:51:38
16900         Log: integrate changes#6123,6125 from mainline
16901              
16902              clarify gotcha with #line directives (from Rocco Caputo
16903              <troc@netrus.net>)
16904              
16905              enable propagating exception objects via Perl_croak() in XS code
16906              (from Gisle Aas)
16907      Branch: maint-5.6/perl
16908           !> pod/perldebug.pod pod/perlsyn.pod util.c
16909 ____________________________________________________________________________
16910 [  7314] By: gsar                                  on 2000/10/16  06:49:28
16911         Log: integrate change#6122 from mainline
16912              
16913              downgrade fatal error on C<"foo@nosucharray.com"> to optional
16914              warning (from Mark-Jason Dominus)
16915      Branch: maint-5.6/perl
16916           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
16917           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
16918           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
16919           !> toke.c
16920 ____________________________________________________________________________
16921 [  7313] By: gsar                                  on 2000/10/16  06:46:54
16922         Log: integrate changes#6112..6121 from vmsperl
16923              
16924              Check for existence of file before trying to delete
16925              
16926              Ugly workaround for version-specific RTL error
16927              
16928              Urk -- undo previous removal of vmsish 'exit' change
16929              
16930              Add bounds checking for several strings (Charles Lane)
16931              
16932              Miscellaneous cosmetic fixes (Charles Lane)
16933              
16934              Treat sockets as special in sys(read|write) (Charles Lane et al.)
16935              
16936              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
16937              Flatten case labels in switch statements uniformly (Charles Bailey)
16938              
16939              Quiet error messages in vmsish.t (Charles Lane)
16940              
16941              Add missing escape (Charles Lane)
16942              
16943              Allow eliminate_macros() and fixpath() to handle space-delimited
16944              lists (based on fixes by Craig Berry)
16945      Branch: maint-5.6/perl
16946           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
16947           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
16948           !> vms/vmsish.h
16949 ____________________________________________________________________________
16950 [  7312] By: gsar                                  on 2000/10/16  06:41:18
16951         Log: integrate changes#6107,6110 from cfgperl
16952              
16953              Tweak the todo list.
16954              
16955              todo tweak
16956      Branch: maint-5.6/perl
16957           !> Todo-5.6
16958 ____________________________________________________________________________
16959 [  7311] By: gsar                                  on 2000/10/16  06:38:38
16960         Log: integrate changes#6104,6108 from mainline
16961              
16962              PL_sys_intern was being initialized too late on windows
16963              
16964              reenable fake signal handling on Windows, bugs and all
16965      Branch: maint-5.6/perl
16966           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
16967           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
16968           !> win32/win32.c
16969 ____________________________________________________________________________
16970 [  7310] By: gsar                                  on 2000/10/16  06:36:03
16971         Log: integrate changes#6095,6097..6103 from cfgperl
16972              
16973              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
16974              might be useful in future.
16975              
16976              Add a note about possible compilation problems from Allen Smith.
16977              
16978              Add a note about other, yet unsupported, shadow password APIs.
16979              
16980              Tweaks for the cc bugs from Allen Smith.
16981              
16982              More compilation tweakery from Allen Smith.
16983              
16984              Hints and test tweaks for Unicos.
16985              
16986              The test suite tweak in #6101 wasn't quite right.
16987              
16988              Test tweaking for Unicos continues.
16989      Branch: maint-5.6/perl
16990           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
16991           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
16992           !> t/lib/complex.t t/op/64bitint.t
16993 ____________________________________________________________________________
16994 [  7309] By: gsar                                  on 2000/10/16  06:29:41
16995         Log: integrate changes#6093,6094 from mainline
16996              
16997              fork() failure to create pseudo process sets errno=EAGAIN and returns
16998              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
16999              
17000              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
17001      Branch: maint-5.6/perl
17002           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
17003           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
17004 ____________________________________________________________________________
17005 [  7308] By: gsar                                  on 2000/10/16  06:27:29
17006         Log: integrate change#6092 from cfgperl
17007              
17008              Regen perltoc with the fixed buildtoc.
17009      Branch: maint-5.6/perl
17010           !> pod/perltoc.pod
17011 ____________________________________________________________________________
17012 [  7307] By: gsar                                  on 2000/10/16  06:26:40
17013         Log: integrate changes#6089,6090 from mainline
17014              
17015              buildtoc tweak to fix newline lossage
17016              
17017              concat doesn't preserve utf8-ness, and doesn't invalidate
17018              [NI]OK; added tests for both
17019      Branch: maint-5.6/perl
17020           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
17021 ____________________________________________________________________________
17022 [  7306] By: gsar                                  on 2000/10/16  06:24:05
17023         Log: integrate change#6088 from cfgperl
17024              
17025              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
17026              because we do not use those.  The HAS_GETSPNAM remains,
17027              though, because we still do use that.
17028      Branch: maint-5.6/perl
17029           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
17030           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
17031           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
17032           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
17033           !> win32/config.vc win32/config_H.bc win32/config_H.gc
17034           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
17035 ____________________________________________________________________________
17036 [  7305] By: gsar                                  on 2000/10/16  06:15:52
17037         Log: integrate changes#6084,6085,6087 from mainline
17038              
17039              substr() does not preserve utf8-ness (from Stefan Eissing
17040              <Eissing@medicaldataservice.de>); added tests
17041              
17042              repeat operator (x) doesn't preserve utf8-ness
17043              
17044              reverse() and quotemeta() weren't preserving utf8-ness; add tests
17045      Branch: maint-5.6/perl
17046           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
17047 ____________________________________________________________________________
17048 [  7304] By: gsar                                  on 2000/10/16  06:13:10
17049         Log: integrate changes#6077..6083 from mainline
17050              
17051              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
17052              and Tom Phoenix)
17053              
17054              workaround for CRT bug in chdir() (from Charles Lane, via
17055              Peter Prymmer)
17056              
17057              remove outdated kludge in Carp (NULLs are permitted in diagnostics
17058              now)
17059              
17060              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
17061              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
17062              
17063              better default perlbug categories for ok reports (from Richard Foley)
17064              
17065              peek.t non-portable to ithreads
17066              
17067              note about undocumented caller() return value (from M.J.T. Guy);
17068              yet another peek.t tweak
17069      Branch: maint-5.6/perl
17070           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
17071           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
17072           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
17073           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
17074           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
17075           !> vms/vmsish.h
17076 ____________________________________________________________________________
17077 [  7303] By: gsar                                  on 2000/10/16  06:03:18
17078         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
17079              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
17080              
17081              &HUGE_VAL is not defined, it exists.
17082              
17083              Do not warn that an infinity does not look like a number.
17084              
17085              Rewrite the pwent/spent logic to be a little bit more clearer.
17086              
17087              Continue on the pwent/spent case.
17088              
17089              Correct Freudian slip.
17090              
17091              Use HUGE_VALL if applicable.
17092              
17093              pwent/spent #ifdef imbalance.
17094              
17095              Infinite problems.
17096              
17097              Call getspnam() only iff needd.
17098              
17099              Test both the scalar and list contexts.
17100              
17101              Use setxxent()/endxxent().
17102              
17103              Complex tweakery.
17104              
17105              Unicos hint tweak.
17106              
17107              Be more forgiving in POSIX about HUGE_VALL.
17108              
17109              Detypo.
17110              
17111              The search of infinity continues, this time simplified.
17112              
17113              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
17114              in natively 64-bit platforms where a long is a quad (no need
17115              for long longs).  Also added bias for IVs.
17116              
17117              Complex tweaks.
17118              
17119              Introduce t/lib/peek.t.
17120              
17121              Make the test more portable.
17122      Branch: maint-5.6/perl
17123           +> t/lib/peek.t
17124            ! pp_sys.c
17125           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
17126           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
17127           !> t/op/pwent.t toke.c util.c
17128 ____________________________________________________________________________
17129 [  7302] By: gsar                                  on 2000/10/16  05:03:37
17130         Log: integrate changes#6066..6071 from mainline
17131              
17132              s/END/CHECK/
17133              
17134              replace direct call to sighandler() with (*PL_sighandlerp)()
17135              
17136              note about values()
17137              
17138              File::Spec compatibility update (from Barrie Slaymaker
17139              <barries@slaysys.com>)
17140              
17141              remove misleading comment (from M.J.T. Guy)
17142              
17143              misformatted perllocal.pod (from Tim Jenness
17144              <t.jenness@jach.hawaii.edu>)
17145      Branch: maint-5.6/perl
17146           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
17147           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
17148           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
17149           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
17150 ____________________________________________________________________________
17151 [  7301] By: gsar                                  on 2000/10/16  05:00:08
17152         Log: integrate changes#6061..6063 from mainline
17153              
17154              change#5921 neglected to make eq honor "use bytes"
17155              
17156              additional tests for utf8.t
17157              
17158              tokeq() could read unallocated field in argument
17159      Branch: maint-5.6/perl
17160           !> sv.c t/pragma/utf8.t toke.c
17161 ____________________________________________________________________________
17162 [  7300] By: gsar                                  on 2000/10/16  04:56:54
17163         Log: integrate changes#6046,6048,6057,6058 from mainline
17164              
17165              libscheck has insufficient checks for n32 libs (from
17166              Albert Chin-A-Young <china@thewrittenword.com>)
17167              
17168              add note about how $( doesn't interpolate in REs (from
17169              Philip Newton <newton@ficus.frogspace.net>)
17170              
17171              fix broken parsing of /\x{ab}/
17172              
17173              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
17174              (spotted by Donald Kinzer <dkinzer@premia.com>)
17175      Branch: maint-5.6/perl
17176           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
17177           !> t/pragma/utf8.t
17178 ____________________________________________________________________________
17179 [  7299] By: gsar                                  on 2000/10/16  04:52:50
17180         Log: integrate change#6044 from mainline
17181              
17182              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
17183              such that underscores are only ignored in literal numbers,
17184              "\x{...}", and hex/oct argument
17185      Branch: maint-5.6/perl
17186           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
17187 ____________________________________________________________________________
17188 [  7298] By: gsar                                  on 2000/10/16  04:50:53
17189         Log: integrate changes#6027..6043 from mainline
17190              
17191              podlators-1.02 update (from Russ Allbery)
17192              
17193              Pod::Man generates groff-incompatible macro definition (from
17194              Tom Christiansen)
17195              
17196              add CGI.pm v2.66 (from Lincoln Stein)
17197              
17198              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
17199              for @- and @+ (from Johan Vromans)
17200              
17201              small nits in diagnostics.pm (from Robin Barker)
17202              
17203              whitespace adjustments
17204              
17205              missing files in MANIFEST
17206              
17207              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
17208              to compensate
17209              
17210              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
17211              
17212              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
17213      Branch: maint-5.6/perl
17214           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
17215           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
17216           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
17217           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
17218           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
17219           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
17220           !> t/lib/cgi-html.t t/lib/cgi-request.t
17221 ____________________________________________________________________________
17222 [  7297] By: gsar                                  on 2000/10/16  04:44:30
17223         Log: integrate change#6025 from mainline
17224              
17225              Is{Alnum,Alpha,Word} don't match titlecase
17226              TODO: IsSpace is defined recursively!
17227              (both spotted by Larry)
17228      Branch: maint-5.6/perl
17229           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
17230           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
17231 ____________________________________________________________________________
17232 [  7296] By: gsar                                  on 2000/10/16  04:39:30
17233         Log: integrate change#6023 from mainline
17234              
17235              debugger stomps on $. (from M.J.T. Guy)
17236      Branch: maint-5.6/perl
17237           !> lib/perl5db.pl
17238 ____________________________________________________________________________
17239 [  7295] By: gsar                                  on 2000/10/16  04:38:02
17240         Log: integrate change#6022 from mainline
17241              
17242              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
17243      Branch: maint-5.6/perl
17244           !> sv.c
17245 ____________________________________________________________________________
17246 [  7294] By: gsar                                  on 2000/10/16  04:37:05
17247         Log: integrate changes#6018..6021 from mainline
17248              
17249              make lib/syslog.t portable to systems that don't have _PATH_LOG,
17250              make _PATH_LOG() return "" if unavailable
17251              
17252              windows portability tweaks
17253              
17254              test tweak
17255              
17256              remove Win2K issue in pod (fixed by change#6020)
17257      Branch: maint-5.6/perl
17258           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
17259           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
17260           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
17261 ____________________________________________________________________________
17262 [  7293] By: gsar                                  on 2000/10/16  04:20:00
17263         Log: integrate changes#6013..6015 from mainline
17264              
17265              tweak change#5945 to display correct switch name in diagnostic
17266              
17267              glob() loading File::Glob behind the scenes may cause syntax errors
17268              
17269              tweak test for portability
17270      Branch: maint-5.6/perl
17271           !> op.c perl.c pod/perldiag.pod t/lib/b.t
17272 ____________________________________________________________________________
17273 [  7292] By: gsar                                  on 2000/10/16  04:18:11
17274         Log: integrate changes#6005..6010 from mainline, cfgperl
17275              
17276              perldoc might fail via "use blib" (from Hugo van der Sanden)
17277              
17278              Regen Configure.
17279              
17280              note about compile failures and END blocks (from M.J.T. Guy)
17281              
17282              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
17283              
17284              (change#6009 integrated earlier in change#7255)
17285              
17286              clarify note about shadow password support (from
17287              gellyfish@gellyfish.com)
17288      Branch: maint-5.6/perl
17289           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
17290           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
17291           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
17292 ____________________________________________________________________________
17293 [  7291] By: gsar                                  on 2000/10/16  04:12:03
17294         Log: integrate changes#6002,6003 from mainline
17295              
17296              destructive sv_setsv() can lose UV-ness from source, causing
17297              numeric promotions/comparisons to fail to do the right thing
17298              
17299              allow REG_EXPAND_SZ keys in Windows registry (from
17300              John Clayton <John.Clayton@barclayscapital.com>)
17301      Branch: maint-5.6/perl
17302           !> sv.c win32/win32.c
17303 ____________________________________________________________________________
17304 [  7290] By: gsar                                  on 2000/10/16  04:10:19
17305         Log: integrate change#6001 from mainline
17306              
17307              support additional library locations via $Config{otherlibdirs}
17308              (from Andy Dougherty)
17309      Branch: maint-5.6/perl
17310           !> Configure INSTALL Porting/Glossary Porting/config.sh
17311           !> Porting/config_H config_h.SH epoc/config.sh perl.c
17312           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
17313           !> win32/config.bc win32/config.gc win32/config.vc
17314 ____________________________________________________________________________
17315 [  7289] By: gsar                                  on 2000/10/16  04:08:28
17316         Log: integrate change#5999 from mainline
17317              
17318              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
17319      Branch: maint-5.6/perl
17320           !> t/pragma/warn/toke toke.c
17321 ____________________________________________________________________________
17322 [  7288] By: gsar                                  on 2000/10/16  04:07:01
17323         Log: integrate changes#5997,5998 from cfgperl
17324              
17325              Preserve $!.
17326              
17327              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
17328      Branch: maint-5.6/perl
17329           !> lib/Math/Complex.pm
17330 ____________________________________________________________________________
17331 [  7287] By: gsar                                  on 2000/10/16  04:04:37
17332         Log: integrate change#5995 from mainline
17333              
17334              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
17335      Branch: maint-5.6/perl
17336           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
17337 ____________________________________________________________________________
17338 [  7286] By: gsar                                  on 2000/10/16  04:03:21
17339         Log: integrate change#5994 from mainline
17340              
17341              fix for missed accounting for null byte in pack("Z",...) (from
17342              M.J.T. Guy)
17343      Branch: maint-5.6/perl
17344           !> pp.c t/op/pack.t
17345 ____________________________________________________________________________
17346 [  7285] By: gsar                                  on 2000/10/16  04:02:11
17347         Log: integrate changes#5989..5993 from mainline
17348              
17349              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
17350              itself and no other (from Tom Hughes)
17351              
17352              use $ENV{LIB} to search for libs under Visual C compiler
17353              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
17354              
17355              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
17356              
17357              pod nit (from Simon Cozens)
17358              
17359              various minor tweaks seen on p5p
17360      Branch: maint-5.6/perl
17361           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
17362           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
17363           !> t/op/array.t toke.c
17364 ____________________________________________________________________________
17365 [  7284] By: gsar                                  on 2000/10/16  03:59:00
17366         Log: integrate changes#5978..5988 from mainline
17367              
17368              sync version numbers in File::Spec with the ones on CPAN
17369              (from Barrie Slaymaker)
17370              
17371              under useithreads, constant pad entries could inadvertantly be
17372              shared across threads (from Eric Blood <eblood@xmission.com>);
17373              added Eric's test case to testsuite
17374              
17375              allow Configure -S to run non-interactively (spotted by Greg Hudson
17376              <ghudson@mit.edu>)
17377              
17378              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
17379              prototype mismatch with CORE::glob(); update pod and tests to
17380              suit (File::Glob::glob() is still available for backward
17381              compatibility, but should be considered deprecated)
17382              
17383              avoid error in IO::Socket::INET when given an unknown service name
17384              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
17385              
17386              numeric conversion of non-number in change#3378 tramples on
17387              OOK offset, causing segfaults
17388              
17389              attributes::reftype() doesn't work on tied argument
17390              
17391              forked child may not exit correctly if it failed to open
17392              /dev/console (from Graham Barr)
17393              
17394              add regular expressions tutorial and quick-start guide (from
17395              Mark Kvale <kvale@phy.ucsf.edu>)
17396              
17397              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
17398              
17399              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
17400              <paul@miraclefish.com>)
17401      Branch: maint-5.6/perl
17402           +> pod/perlrequick.pod pod/perlretut.pod
17403           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
17404           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
17405           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
17406           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
17407           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
17408           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
17409           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
17410           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
17411 ____________________________________________________________________________
17412 [  7283] By: gsar                                  on 2000/10/16  03:52:14
17413         Log: integrate change#5977 from mainline
17414              
17415              autoquote barewords followed by newline and arrow properly
17416              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
17417      Branch: maint-5.6/perl
17418           !> t/pragma/warn/toke toke.c
17419 ____________________________________________________________________________
17420 [  7282] By: gsar                                  on 2000/10/16  03:50:48
17421         Log: integrate change#5976 from mainline
17422              
17423              DB_File v1.73 update (from Paul Marquess)
17424      Branch: maint-5.6/perl
17425           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
17426           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
17427 ____________________________________________________________________________
17428 [  7281] By: gsar                                  on 2000/10/16  03:49:14
17429         Log: integrate change#5975 from mainline
17430              
17431              allow sort() reentrancy (variant of patch suggested by
17432              Hugo van der Sanden)
17433      Branch: maint-5.6/perl
17434           !> pp_ctl.c t/op/sort.t
17435 ____________________________________________________________________________
17436 [  7280] By: gsar                                  on 2000/10/16  03:48:22
17437         Log: integrate change#5974 from mainline
17438              
17439              change#4197 somehow missed initializing PL_errors, meaning
17440              syntax error queueing wasn't working outside eval"" at all;
17441              also fixed eval"" to localize PL_error_count, so that compile-time
17442              eval's don't clobber the error state of the outer context
17443      Branch: maint-5.6/perl
17444           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
17445           !> t/pragma/warn/toke
17446 ____________________________________________________________________________
17447 [  7279] By: gsar                                  on 2000/10/16  03:46:21
17448         Log: integrate change#5973 from mainline
17449              
17450              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
17451      Branch: maint-5.6/perl
17452           !> regcomp.c regexec.c t/op/re_tests
17453 ____________________________________________________________________________
17454 [  7278] By: gsar                                  on 2000/10/16  03:44:54
17455         Log: integrate change#5971 from cfgperl
17456              
17457              Unicos tweaks from Mark P. Lutz.
17458      Branch: maint-5.6/perl
17459           !> hints/unicos.sh lib/Math/Complex.pm
17460 ____________________________________________________________________________
17461 [  7277] By: gsar                                  on 2000/10/16  03:42:59
17462         Log: integrate changes#5966..5970 from mainline
17463              
17464              add testsuite for B backends, fix bug in B::Deparse (from
17465              Simon Cozens <simon@brecon.co.uk>)
17466              
17467              improved docs on the warn_uninit diagnostic (from David Glasser
17468              and Simon Cozens)
17469              
17470              tolerate spaces in group names in test on solaris (from David Boyce
17471              <dsb@boyski.com>)
17472              
17473              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
17474              
17475              Data::Dumper fumbles negative numbers on 32-bit platforms where
17476              IV is >32bits
17477      Branch: maint-5.6/perl
17478           +> t/lib/b.t t/lib/syslog.t
17479           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
17480           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
17481           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
17482 ____________________________________________________________________________
17483 [  7276] By: gsar                                  on 2000/10/16  03:39:30
17484         Log: integrate change#5965 from mainline
17485              
17486              avoid "will not stay shared" warnings for our variables (from
17487              Robin Barker)
17488      Branch: maint-5.6/perl
17489           !> op.c t/pragma/warn/op
17490 ____________________________________________________________________________
17491 [  7275] By: gsar                                  on 2000/10/16  03:38:18
17492         Log: integrate change#5964 from mainline
17493              
17494              reformat to 72 columns (again)
17495      Branch: maint-5.6/perl
17496           !> pod/perldiag.pod
17497 ____________________________________________________________________________
17498 [  7274] By: gsar                                  on 2000/10/16  03:36:58
17499         Log: integrate change#5963 from mainline
17500              
17501              patch from Larry to make (\&) prototype work; added tests for
17502              the same
17503      Branch: maint-5.6/perl
17504           !> op.c t/comp/proto.t
17505 ____________________________________________________________________________
17506 [  7273] By: gsar                                  on 2000/10/16  03:35:51
17507         Log: integrate changes#5956..5962 from mainline
17508              
17509              better diagnostics on failed tests (from Ilya Zakharevich)
17510              
17511              pod nits (from A. C. Yardley <yardley@tanet.net>)
17512              
17513              change#3569 deleted some essential code, revert; avoid use of
17514              atexit() to make DynaLoader work properly on AIX under mod_perl
17515              (from Jens-Uwe Mager <jum@helios.de>)
17516              
17517              doubled words in pods (from Simon Cozens
17518              <simon.p.cozens@jp.pwcglobal.com>)
17519              
17520              better INSTALL notes on Solaris issues (from Dominic Dunlop)
17521              
17522              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
17523              
17524              updated README.hpux (from Jeff Okamoto)
17525      Branch: maint-5.6/perl
17526           !> INSTALL README.hpux emacs/cperl-mode.el
17527           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
17528           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
17529           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
17530           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
17531           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
17532           !> t/op/lex_assign.t
17533 ____________________________________________________________________________
17534 [  7272] By: gsar                                  on 2000/10/16  03:31:22
17535         Log: integrate change#5955 from mainline
17536              
17537              longstanding bug exposed by change#3307: sort arguments weren't
17538              compiled with the right wantarray context (ensuing runtime lookup
17539              via block_gimme() was getting the incidental context of the
17540              sort() itself)
17541      Branch: maint-5.6/perl
17542           !> op.c t/op/sort.t
17543 ____________________________________________________________________________
17544 [  7271] By: gsar                                  on 2000/10/16  03:29:11
17545         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
17546              branch
17547              
17548              Flatten the cpp jungle doing the nosuid checking.
17549              
17550              Do not assume sign propagation. (from M.J.T. Guy)
17551              
17552              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
17553              
17554              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
17555              Now pp_ncmp() returns undef is either operand is a NaN.
17556              
17557              On second thoughts frexp() does have two arguments.
17558              
17559              Document that tr() is not tr(1).
17560              
17561              Be more robust on "extreme" (large absolute value)
17562              arguments.  Originally reported by Daniel Connelly
17563              as a problem with asinh() on large negative arguments,
17564              asinh() used to bail out because an argument to log()
17565              ended up being zero.  Ilya Zakharevich proposed using
17566              Taylor's series in such cases, which for such large
17567              arguments is a very good approximation.
17568              
17569              Undo "use integer" addition from 64bitint as it seems
17570              to break most of the subtests in Digital UNIX;
17571              Unicos needs to find another way.
17572      Branch: maint-5.6/perl
17573           !> (integrate 29 files)
17574 ____________________________________________________________________________
17575 [  7270] By: gsar                                  on 2000/10/16  03:09:44
17576         Log: integrate changes#5948,5949,5950 from mainline
17577              
17578              typo in vars.pm that leads to cryptic message (from Piotr
17579              Piatkowski <kompas@kompas.usr.onet.pl>)
17580              
17581              make perldoc use the pod2man from the same version (from
17582              M.J.T. Guy)
17583              
17584              reformat perldiag to avoid long lines
17585      Branch: maint-5.6/perl
17586           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
17587 ____________________________________________________________________________
17588 [  7269] By: gsar                                  on 2000/10/16  03:05:54
17589         Log: integrate change#5947 from mainline
17590              
17591              use &dl_error rather than &dl_load_file as the guard for calling
17592              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
17593              statically built perl)
17594      Branch: maint-5.6/perl
17595           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
17596 ____________________________________________________________________________
17597 [  7268] By: gsar                                  on 2000/10/16  03:04:48
17598         Log: integrate change#5945 from mainline
17599              
17600              make module name mandatory after -M switch; reorder perldiag
17601              alphabetically (from Mark-Jason Dominus)
17602      Branch: maint-5.6/perl
17603           !> perl.c pod/perldiag.pod
17604 ____________________________________________________________________________
17605 [  7267] By: gsar                                  on 2000/10/16  03:03:01
17606         Log: integrate change#5939 from mainline
17607              
17608              more pod nits (from Larry Virden)
17609      Branch: maint-5.6/perl
17610           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
17611           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
17612           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
17613 ____________________________________________________________________________
17614 [  7266] By: gsar                                  on 2000/10/16  03:01:39
17615         Log: integrate change#5938 from mainline
17616              
17617              Consolidated B::Deparse fixes (from Stephen McCamant)
17618      Branch: maint-5.6/perl
17619           !> ext/B/B/Deparse.pm
17620 ____________________________________________________________________________
17621 [  7265] By: gsar                                  on 2000/10/16  03:00:43
17622         Log: integrate change#5936 from mainline
17623              
17624              additional tests for change#7263 (from Paul Marquess)
17625      Branch: maint-5.6/perl
17626           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
17627           !> t/pragma/warn/5nolint t/pragma/warn/6default
17628 ____________________________________________________________________________
17629 [  7264] By: gsar                                  on 2000/10/16  02:58:34
17630         Log: integrate change#5934 from mainline
17631              
17632              propagate lexical warnings from surrounding scope correctly
17633              within string eval() (from Paul Marquess)
17634      Branch: maint-5.6/perl
17635           !> pp_ctl.c t/pragma/warn/pp_ctl
17636 ____________________________________________________________________________
17637 [  7263] By: gsar                                  on 2000/10/16  02:56:53
17638         Log: integrate change#5932 from mainline
17639              
17640              add rsignal(), whichsig() and do_join() to public API list
17641              (mod_perl uses them to good advantage)
17642      Branch: maint-5.6/perl
17643           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
17644 ____________________________________________________________________________
17645 [  7262] By: gsar                                  on 2000/10/16  02:55:53
17646         Log: integrate change#5931 from mainline
17647              
17648              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
17649      Branch: maint-5.6/perl
17650           !> pp_hot.c regexec.c t/op/pat.t
17651 ____________________________________________________________________________
17652 [  7261] By: gsar                                  on 2000/10/16  02:55:01
17653         Log: integrate change#5930 from mainline
17654              
17655              small os390 tweaks (from Peter Prymmer)
17656      Branch: maint-5.6/perl
17657           !> config_h.SH makedepend.SH
17658 ____________________________________________________________________________
17659 [  7260] By: gsar                                  on 2000/10/16  02:54:10
17660         Log: integrate change#5929 from mainline
17661              
17662              pod nits
17663      Branch: maint-5.6/perl
17664           !> pod/perlguts.pod
17665 ____________________________________________________________________________
17666 [  7259] By: gsar                                  on 2000/10/16  02:52:55
17667         Log: integrate change#5927 from mainline
17668              
17669              arrange for next() to resume at the unstack op rather than the
17670              loop conditional, so that scope cleanup happens correctly
17671              (from Stephen McCamant)
17672      Branch: maint-5.6/perl
17673           !> op.c pp_ctl.c t/op/misc.t
17674 ____________________________________________________________________________
17675 [  7258] By: gsar                                  on 2000/10/16  02:51:38
17676         Log: integrate change#5926 from mainline
17677              
17678              on windows, reserve 16M of stack rather than 128M (allows more
17679              threads to run concurrently)
17680      Branch: maint-5.6/perl
17681           !> win32/Makefile win32/makefile.mk
17682 ____________________________________________________________________________
17683 [  7257] By: gsar                                  on 2000/10/16  02:50:37
17684         Log: integrate change#5925 from mainline
17685              
17686              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
17687      Branch: maint-5.6/perl
17688           !> toke.c
17689 ____________________________________________________________________________
17690 [  7256] By: gsar                                  on 2000/10/16  02:49:36
17691         Log: integrate change#5924 from mainline
17692              
17693              avoid using uninitialized memory in require version check
17694      Branch: maint-5.6/perl
17695           !> pp_ctl.c universal.c
17696 ____________________________________________________________________________
17697 [  7255] By: gsar                                  on 2000/10/16  02:48:03
17698         Log: integrate changes#5923,5928,6009 from mainline
17699              
17700              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
17701      Branch: maint-5.6/perl
17702           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
17703 ____________________________________________________________________________
17704 [  7254] By: gsar                                  on 2000/10/16  02:44:46
17705         Log: integrate change#5922 from mainline
17706              
17707              commentary about IoTYPE() (from Nathan Torkington)
17708      Branch: maint-5.6/perl
17709           !> sv.h
17710 ____________________________________________________________________________
17711 [  7253] By: gsar                                  on 2000/10/16  02:43:49
17712         Log: integrate change#5921 from mainline
17713              
17714              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
17715      Branch: maint-5.6/perl
17716           !> sv.c t/lib/charnames.t t/pragma/utf8.t
17717 ____________________________________________________________________________
17718 [  7252] By: gsar                                  on 2000/10/16  02:42:31
17719         Log: integrate change#5920 from mainline
17720              
17721              Larry's fix for buggy propagation of utf8-ness in join(); add test
17722      Branch: maint-5.6/perl
17723           !> doop.c t/op/ver.t
17724 ____________________________________________________________________________
17725 [  7251] By: gsar                                  on 2000/10/16  02:41:14
17726         Log: integrate changes#5915..5919 from mainline
17727              
17728              various (pod tweaks &c)
17729      Branch: maint-5.6/perl
17730           !> (integrate 33 files)
17731 ____________________________________________________________________________
17732 [  7250] By: gsar                                  on 2000/10/16  02:38:16
17733         Log: integrate change#5914 from mainline
17734              
17735              caller() wasn't returning the right number of elements for
17736              eval {...}
17737      Branch: maint-5.6/perl
17738           !> pp_ctl.c t/pragma/warn/9enabled
17739 ____________________________________________________________________________
17740 [  7249] By: gsar                                  on 2000/10/16  02:37:02
17741         Log: integrate change#5913 from mainline
17742              
17743              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
17744              (from Mark-Jason Dominus)
17745      Branch: maint-5.6/perl
17746           !> pod/perlfunc.pod
17747 ____________________________________________________________________________
17748 [  7248] By: gsar                                  on 2000/10/16  02:35:58
17749         Log: integrate change#5912 from mainline
17750              
17751              fix totally broken caching in UNIVERSAL::isa() (from
17752              Nick Ing-Simmons)
17753      Branch: maint-5.6/perl
17754           !> t/op/universal.t universal.c
17755 ____________________________________________________________________________
17756 [  7247] By: gsar                                  on 2000/10/16  02:34:27
17757         Log: integrate changes#5910,5911 from mainline
17758              
17759              typo in pod
17760              
17761              add linebreak properties from unicode/LineBrk.txt (from
17762              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
17763      Branch: maint-5.6/perl
17764           +> (branch 29 files)
17765           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
17766 ____________________________________________________________________________
17767 [  7246] By: gsar                                  on 2000/10/16  02:33:29
17768         Log: integrate change#5909 from mainline
17769              
17770              mode argument to do_binmode() should be file mode, not boolean
17771      Branch: maint-5.6/perl
17772           !> pp_sys.c
17773 ____________________________________________________________________________
17774 [  7245] By: gsar                                  on 2000/10/16  02:31:04
17775         Log: integrate change#5908 from mainline
17776              
17777              introduce illegal symbols into null package so that
17778              gv_fetchpv(...,TRUE) always returns a valid GV even when the
17779              symbol is trapped by strictures (avoids coredumps)
17780      Branch: maint-5.6/perl
17781           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
17782           !> t/pragma/strict-vars
17783 ____________________________________________________________________________
17784 [  7244] By: jhi                                   on 2000/10/16  02:29:54
17785         Log: Subject: $Carp::ExportLevel confusion in Exporter
17786              From: "Ben Tilly" <ben_tilly@hotmail.com>
17787              Date: Sat, 14 Oct 2000 16:44:34 EDT
17788              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
17789      Branch: perl
17790            ! lib/Exporter/Heavy.pm
17791 ____________________________________________________________________________
17792 [  7243] By: jhi                                   on 2000/10/16  02:28:33
17793         Log: Subject: [PATCH perlguts.pod] Document offset hack
17794              From: Simon Cozens <simon@cozens.net>
17795              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
17796              Date: Sat, 14 Oct 2000 19:32:25 +0100
17797      Branch: perl
17798            ! pod/perlguts.pod
17799 ____________________________________________________________________________
17800 [  7242] By: gsar                                  on 2000/10/16  02:26:51
17801         Log: integrate changes#5905,5906,5907,6064 from mainline
17802              
17803              printf/sprintf didn't get quad types right under use64bitint
17804      Branch: maint-5.6/perl
17805           !> pp_sys.c sv.c t/op/64bitint.t
17806 ____________________________________________________________________________
17807 [  7241] By: jhi                                   on 2000/10/16  02:22:44
17808         Log: Subject: small pod patch
17809              From: Dan Boorstein <dan_boo@bellsouth.net>
17810              Date: Sat, 14 Oct 2000 14:29:24 -0400
17811              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
17812      Branch: perl
17813            ! pod/perlfaq7.pod pod/perlmod.pod
17814 ____________________________________________________________________________
17815 [  7240] By: jhi                                   on 2000/10/16  02:13:46
17816         Log: -w cleanup.
17817              
17818              Subject: Re: Problems with bleadperl 
17819              From: "Stephen P. Potter" <spp@ds.net>
17820              Date: Fri, 13 Oct 2000 13:32:49 -0400
17821              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
17822      Branch: perl
17823            ! t/pragma/overload.t
17824 ____________________________________________________________________________
17825 [  7239] By: jhi                                   on 2000/10/16  01:41:18
17826         Log: One more ~utf8 tweak.
17827      Branch: perl
17828            ! t/op/bop.t
17829 ____________________________________________________________________________
17830 [  7238] By: jhi                                   on 2000/10/16  01:34:14
17831         Log: Tweak the test of #7235.
17832      Branch: perl
17833            ! t/op/bop.t
17834 ____________________________________________________________________________
17835 [  7237] By: jhi                                   on 2000/10/16  01:25:04
17836         Log: Fix a couple of compiler-noted nits in #7235.
17837      Branch: perl
17838            ! pp.c
17839 ____________________________________________________________________________
17840 [  7236] By: jhi                                   on 2000/10/16  01:22:46
17841         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
17842      Branch: perl
17843            ! pp.c pp_hot.c
17844 ____________________________________________________________________________
17845 [  7235] By: jhi                                   on 2000/10/15  16:24:44
17846         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
17847              
17848              From: Simon Cozens <simon@cozens.net>
17849              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
17850              Date: Sat, 14 Oct 2000 20:52:13 +0100
17851              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
17852      Branch: perl
17853            ! pp.c t/op/bop.t utf8.h
17854 ____________________________________________________________________________
17855 [  7234] By: jhi                                   on 2000/10/15  15:19:29
17856         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
17857              The problem was that rx->minlen was in chars while pp_split()
17858              thought it would be in bytes. 
17859      Branch: perl
17860            ! pp.c t/pragma/utf8.t
17861 ____________________________________________________________________________
17862 [  7233] By: jhi                                   on 2000/10/14  20:24:24
17863         Log: Document FNCASE=y as discussed in the bug 20000902.009.
17864      Branch: perl
17865            ! README.dos
17866 ____________________________________________________________________________
17867 [  7232] By: jhi                                   on 2000/10/14  18:52:21
17868         Log: Add test for bug id 20000427.003 (which seems to have
17869              been fixed) (also duplicate as 20000427.004, though
17870              with a higher severity).  Move one utf8 from op/append
17871              to pragma/utf8, tag the tests with bug ids.
17872      Branch: perl
17873            ! t/op/append.t t/pragma/utf8.t
17874 ____________________________________________________________________________
17875 [  7231] By: jhi                                   on 2000/10/14  17:28:37
17876         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
17877      Branch: perl
17878            ! t/pragma/utf8.t
17879 ____________________________________________________________________________
17880 [  7230] By: jhi                                   on 2000/10/14  14:24:50
17881         Log: Needs to be conditional on SunOS 4.
17882              
17883              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
17884              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
17885              Date: Sat, 14 Oct 2000 13:37:49 +0100
17886              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
17887      Branch: metaconfig/U/perl
17888            ! End.U
17889      Branch: perl
17890            ! Configure myconfig.SH pod/perldelta.pod
17891 ____________________________________________________________________________
17892 [  7229] By: jhi                                   on 2000/10/14  00:49:22
17893         Log: Update Changes.
17894      Branch: perl
17895            ! Changes patchlevel.h
17896 ____________________________________________________________________________
17897 [  7228] By: jhi                                   on 2000/10/14  00:46:10
17898         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
17899              From: Peter Prymmer <pvhp@forte.com>
17900              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
17901              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
17902      Branch: perl
17903            ! lib/utf8.pm
17904 ____________________________________________________________________________
17905 [  7227] By: jhi                                   on 2000/10/13  23:20:30
17906         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
17907      Branch: perl
17908            ! t/op/tie.t
17909 ____________________________________________________________________________
17910 [  7226] By: jhi                                   on 2000/10/13  22:14:32
17911         Log: Tweak #7225.
17912              
17913              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
17914              From: Peter Prymmer <pvhp@forte.com>
17915              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
17916              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
17917      Branch: perl
17918            ! t/op/sprintf.t
17919 ____________________________________________________________________________
17920 [  7225] By: jhi                                   on 2000/10/13  22:11:31
17921         Log: op/sprintf.t patch for OS/390 (and any other host with limited
17922              floating-point exponent length)
17923              
17924              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
17925              From: Dominic Dunlop <domo@computer.org>
17926              Date: Fri, 13 Oct 2000 19:17:57 +0200
17927              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
17928      Branch: perl
17929            ! t/op/sprintf.t
17930 ____________________________________________________________________________
17931 [  7224] By: jhi                                   on 2000/10/13  18:40:48
17932         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
17933      Branch: perl
17934            ! toke.c
17935 ____________________________________________________________________________
17936 [  7223] By: jhi                                   on 2000/10/13  18:37:13
17937         Log: Thinko in #7222.
17938      Branch: perl
17939            ! utf8.c
17940 ____________________________________________________________________________
17941 [  7222] By: jhi                                   on 2000/10/13  18:05:23
17942         Log: Use UTF8SKIP(), from Simon Cozens.
17943      Branch: perl
17944            ! utf8.c
17945 ____________________________________________________________________________
17946 [  7221] By: jhi                                   on 2000/10/13  15:43:19
17947         Log: (accidentally empty check-in)
17948      Branch: perl
17949            ! utf8.c
17950 ____________________________________________________________________________
17951 [  7220] By: jhi                                   on 2000/10/13  15:23:51
17952         Log: Add (optimistically) Storable to static extensions.
17953      Branch: perl
17954            ! hints/uwin.sh hints/vmesa.sh
17955 ____________________________________________________________________________
17956 [  7219] By: jhi                                   on 2000/10/13  15:20:05
17957         Log: Amdahl UTS doesn't seem to do dynaloading.
17958      Branch: perl
17959            ! hints/uts.sh
17960 ____________________________________________________________________________
17961 [  7218] By: jhi                                   on 2000/10/13  15:15:20
17962         Log: Slight tweak of the code to appease Amdahl UTS cc.
17963      Branch: perl
17964            ! pp.c
17965 ____________________________________________________________________________
17966 [  7217] By: jhi                                   on 2000/10/13  14:50:42
17967         Log: In Amdahl UTS "struct sv" is defined by a system header,
17968              <ksync.h>.
17969      Branch: perl
17970            ! perl.h sv.h
17971 ____________________________________________________________________________
17972 [  7216] By: jhi                                   on 2000/10/13  11:58:25
17973         Log: Ilya implemented the memory profiling API.
17974      Branch: perl
17975            ! Todo
17976 ____________________________________________________________________________
17977 [  7215] By: jhi                                   on 2000/10/13  02:56:38
17978         Log: Subject: [PATCH 5.7.0] Perl API for mstats
17979              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17980              Date: Thu, 12 Oct 2000 22:52:40 -0400
17981              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
17982      Branch: perl
17983            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
17984 ____________________________________________________________________________
17985 [  7214] By: jhi                                   on 2000/10/13  02:55:38
17986         Log: Subject: [PATCH 5.7.0] IVs in mtats
17987              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17988              Date: Thu, 12 Oct 2000 22:51:04 -0400
17989              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
17990      Branch: perl
17991            ! malloc.c perl.h
17992 ____________________________________________________________________________
17993 [  7213] By: jhi                                   on 2000/10/13  02:31:47
17994         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
17995      Branch: perl
17996            ! pod/perldiag.pod pp_sys.c
17997 ____________________________________________________________________________
17998 [  7212] By: jhi                                   on 2000/10/13  01:27:38
17999         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
18000              From: Peter Prymmer <pvhp@forte.com>
18001              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
18002              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
18003      Branch: perl
18004            ! t/op/oct.t
18005 ____________________________________________________________________________
18006 [  7211] By: jhi                                   on 2000/10/13  00:35:09
18007         Log: Update Changes.
18008      Branch: perl
18009            ! Changes patchlevel.h
18010 ____________________________________________________________________________
18011 [  7210] By: jhi                                   on 2000/10/12  23:59:40
18012         Log: The Install.pm third of
18013              
18014              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
18015              From: Bill Campbell <bill@celestial.com>
18016              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
18017              Date: Thu, 5 Oct 2000 18:04:51 -0700
18018      Branch: perl
18019            ! lib/ExtUtils/Install.pm
18020 ____________________________________________________________________________
18021 [  7209] By: jhi                                   on 2000/10/12  23:58:43
18022         Log: Two thirds of
18023              
18024              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
18025              Date: Thu, 5 Oct 2000 18:04:51 -0700
18026              From: Bill Campbell <bill@celestial.com>
18027              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
18028              
18029              The Install.pm changes will be submitted separately because
18030              they need some work and discussion still.
18031      Branch: perl
18032            ! lib/getopts.pl lib/termcap.pl
18033 ____________________________________________________________________________
18034 [  7208] By: jhi                                   on 2000/10/12  23:41:19
18035         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
18036              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18037              Date:     Thu, 12 Oct 2000 07:30:02 EDT
18038              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
18039      Branch: perl
18040            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
18041            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
18042 ____________________________________________________________________________
18043 [  7207] By: jhi                                   on 2000/10/12  23:39:01
18044         Log: An updated EBCDIC tr patch.
18045              
18046              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
18047              From: Peter Prymmer <pvhp@forte.com>
18048              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
18049              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
18050      Branch: perl
18051            ! t/op/tr.t
18052 ____________________________________________________________________________
18053 [  7206] By: jhi                                   on 2000/10/12  23:34:55
18054         Log: Upgrade to CPAN 1.58, from Andreas König.
18055      Branch: perl
18056            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
18057 ____________________________________________________________________________
18058 [  7205] By: jhi                                   on 2000/10/12  23:29:08
18059         Log: Introduce the man[24-8] variables, from Andy Dougherty.
18060      Branch: metaconfig/U/perl
18061            + mandirs.U mandirstyle.U
18062      Branch: perl
18063            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18064            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
18065            ! vos/config.h vos/config.pl vos/config_h.SH_orig
18066            ! win32/config.bc win32/config.gc win32/config.vc
18067 ____________________________________________________________________________
18068 [  7204] By: gsar                                  on 2000/10/12  18:11:24
18069         Log: restore change#7202
18070      Branch: perl
18071            ! mg.c
18072 ____________________________________________________________________________
18073 [  7203] By: gsar                                  on 2000/10/12  18:09:40
18074         Log: another test of the Emergency Broadcast System--back out 
18075              change#7202
18076      Branch: perl
18077            ! mg.c
18078 ____________________________________________________________________________
18079 [  7202] By: gsar                                  on 2000/10/12  16:40:47
18080         Log: (submitted on behalf of Jarkko)
18081              Fix the lib/encode.t subtest 6 failure as reported by Andreas
18082              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
18083              was unearthed by change 7182, as was a bug in HTML::Entities.
18084      Branch: perl
18085            ! mg.c
18086 ____________________________________________________________________________
18087 [  7201] By: jhi                                   on 2000/10/11  03:16:05
18088         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
18089      Branch: perl
18090            ! pp_hot.c t/pragma/utf8.t
18091 ____________________________________________________________________________
18092 [  7200] By: jhi                                   on 2000/10/11  00:40:30
18093         Log: The #7198 was a false alarm.
18094      Branch: perl
18095            ! pp_hot.c
18096 ____________________________________________________________________________
18097 [  7199] By: jhi                                   on 2000/10/11  00:26:04
18098         Log: Remove duplicated code.
18099      Branch: perl
18100            ! t/lib/cgi-html.t
18101 ____________________________________________________________________________
18102 [  7198] By: jhi                                   on 2000/10/10  23:30:46
18103         Log: (Retracted by #7200.)
18104      Branch: perl
18105            ! pp_hot.c
18106 ____________________________________________________________________________
18107 [  7197] By: jhi                                   on 2000/10/10  21:49:30
18108         Log: Add the test case for #7190, from the original bug report
18109              by Andreas König.
18110      Branch: perl
18111            ! t/pragma/utf8.t
18112 ____________________________________________________________________________
18113 [  7196] By: jhi                                   on 2000/10/10  21:40:49
18114         Log: Reapply Andy's patch and regen Configure.
18115      Branch: perl
18116            ! Configure INSTALL Makefile.SH Porting/Glossary
18117            ! Porting/config.sh config_h.SH epoc/config.sh installperl
18118            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
18119            ! win32/config.vc
18120 ____________________________________________________________________________
18121 [  7195] By: jhi                                   on 2000/10/10  21:09:30
18122         Log: Use the versiononly instead of the installscripts,
18123              retract the changes 7146 and 7147.
18124      Branch: perl
18125            ! Configure INSTALL Makefile.SH Porting/Glossary
18126            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
18127            ! installperl uconfig.sh vos/config.def win32/config.bc
18128            ! win32/config.gc win32/config.vc
18129 ____________________________________________________________________________
18130 [  7194] By: jhi                                   on 2000/10/10  21:06:15
18131         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
18132              From: Peter Prymmer <pvhp@forte.com>
18133              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
18134              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
18135      Branch: perl
18136            ! t/op/ver.t
18137 ____________________________________________________________________________
18138 [  7193] By: jhi                                   on 2000/10/10  21:05:12
18139         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
18140              From: Peter Prymmer <pvhp@forte.com>
18141              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
18142              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
18143      Branch: perl
18144            ! t/op/tr.t
18145 ____________________________________________________________________________
18146 [  7192] By: jhi                                   on 2000/10/10  20:57:30
18147         Log: Add versiononly, delete installscripts, from Andy Dougherty.
18148      Branch: metaconfig
18149            - U/installdirs/installscripts.U
18150      Branch: metaconfig/U/perl
18151            + versiononly.U
18152 ____________________________________________________________________________
18153 [  7191] By: jhi                                   on 2000/10/10  19:41:21
18154         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
18155              From: Peter Prymmer <pvhp@forte.com>
18156              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
18157              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
18158      Branch: perl
18159            ! pod/perlebcdic.pod
18160 ____________________________________________________________________________
18161 [  7190] By: jhi                                   on 2000/10/10  19:26:14
18162         Log: Subject: Re: utf8 concat, mg_get
18163              From: Simon Cozens <simon@cozens.net>
18164              Date: Tue, 10 Oct 2000 17:40:17 +0100
18165              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
18166      Branch: perl
18167            ! pp_hot.c
18168 ____________________________________________________________________________
18169 [  7189] By: jhi                                   on 2000/10/10  19:23:03
18170         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
18171              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
18172              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
18173              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
18174      Branch: perl
18175            ! lib/ExtUtils/MM_Unix.pm
18176 ____________________________________________________________________________
18177 [  7188] By: jhi                                   on 2000/10/10  15:31:24
18178         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
18179              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
18180              Date: Fri, 14 Jul 2000 10:47:36 +0100
18181              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
18182      Branch: perl
18183            ! README.win32
18184 ____________________________________________________________________________
18185 [  7187] By: jhi                                   on 2000/10/10  13:30:10
18186         Log: Quote the temp file name, needed in Win32 because the
18187              default name unfortunately contains spaces, shouldn't
18188              hurt elsewhere.
18189              
18190              Subject: FW: perldoc fails if $TEMP contains spaces
18191              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
18192              Date: Thu, 14 Sep 2000 08:58:45 +0100
18193              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
18194      Branch: perl
18195            ! utils/perldoc.PL
18196 ____________________________________________________________________________
18197 [  7186] By: jhi                                   on 2000/10/10  13:16:27
18198         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
18199              From: hv@hugo.hybyte.com
18200              Date: Tue, 10 Oct 2000 14:10:20 +0100
18201              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
18202      Branch: perl
18203            ! t/lib/thr5005.t util.c
18204 ____________________________________________________________________________
18205 [  7185] By: jhi                                   on 2000/10/10  12:06:22
18206         Log: Upgrade to podlators 1.04, from Russ Allbery.
18207      Branch: perl
18208            ! lib/Pod/Man.pm lib/Pod/Text.pm
18209 ____________________________________________________________________________
18210 [  7184] By: jhi                                   on 2000/10/10  12:01:32
18211         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
18212      Branch: perl
18213            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
18214 ____________________________________________________________________________
18215 [  7183] By: jhi                                   on 2000/10/09  23:47:15
18216         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
18217              From: Peter Prymmer <pvhp@forte.com>
18218              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
18219              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
18220      Branch: perl
18221            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
18222 ____________________________________________________________________________
18223 [  7182] By: jhi                                   on 2000/10/09  23:43:16
18224         Log: Make eq work again with utf8 (disabling the upgrading
18225              should no more be necessary since the copies of the
18226              scalars are upgraded, not the scalars themselves).
18227              Takes care of ID 20001009.001.  (The claimed length()
18228              bug in 20001009.001 seems bogus to me.)
18229      Branch: perl
18230            ! sv.c t/pragma/utf8.t
18231 ____________________________________________________________________________
18232 [  7181] By: gsar                                  on 2000/10/09  19:41:54
18233         Log: tweak for change#7173
18234      Branch: perl
18235            ! win32/win32sck.c
18236 ____________________________________________________________________________
18237 [  7180] By: gsar                                  on 2000/10/09  19:26:56
18238         Log: on Windows, clean targets might not work under some flavors of the shell
18239      Branch: perl
18240            ! win32/Makefile win32/makefile.mk
18241 ____________________________________________________________________________
18242 [  7179] By: jhi                                   on 2000/10/09  19:21:02
18243         Log: Update Changes.
18244      Branch: perl
18245            ! Changes patchlevel.h
18246 ____________________________________________________________________________
18247 [  7178] By: jhi                                   on 2000/10/09  19:18:23
18248         Log: Warn about unknown scripts.
18249              
18250              Subject: Re: ideas? patches? [PATCH bleadperl]
18251              From: Dominic Dunlop <domo@computer.org>
18252              Date: Mon, 9 Oct 2000 14:57:17 +0200
18253              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
18254      Branch: perl
18255            ! lib/charnames.pm
18256 ____________________________________________________________________________
18257 [  7177] By: jhi                                   on 2000/10/09  19:13:27
18258         Log: Change #7160 had a nasty typo.
18259      Branch: metaconfig
18260            ! U/compline/Compile.U
18261      Branch: perl
18262            ! Configure config_h.SH
18263 ____________________________________________________________________________
18264 [  7176] By: gsar                                  on 2000/10/09  18:59:33
18265         Log: pod nit
18266      Branch: perl
18267            ! pod/perlport.pod
18268 ____________________________________________________________________________
18269 [  7175] By: gsar                                  on 2000/10/09  18:54:28
18270         Log: Windows9x doesn't support link(), despite what Config.pm
18271              might think
18272      Branch: perl
18273            ! lib/ExtUtils/Manifest.pm
18274 ____________________________________________________________________________
18275 [  7174] By: gsar                                  on 2000/10/09  18:50:03
18276         Log: avoid nonportable example code
18277      Branch: perl
18278            ! lib/File/Copy.pm
18279 ____________________________________________________________________________
18280 [  7173] By: gsar                                  on 2000/10/09  18:46:54
18281         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
18282              being used) when closing a socket handle
18283      Branch: perl
18284            ! win32/win32.c win32/win32.h win32/win32sck.c
18285 ____________________________________________________________________________
18286 [  7172] By: gsar                                  on 2000/10/09  18:41:40
18287         Log: on Windows, cwd strings in the environment should be of the
18288              form =X:=X:\foo instead of =X=X:\foo\
18289      Branch: perl
18290            ! win32/vdir.h
18291 ____________________________________________________________________________
18292 [  7171] By: gsar                                  on 2000/10/09  18:30:09
18293         Log: on Windows, LoadLibrary() could load an extension DLL multiple
18294              times if forward slashes are used in the path
18295      Branch: perl
18296            ! win32/win32.c
18297 ____________________________________________________________________________
18298 [  7170] By: jhi                                   on 2000/10/09  17:53:59
18299         Log: Add a todo note about overloadable assertions.
18300      Branch: perl
18301            ! Todo-5.6
18302 ____________________________________________________________________________
18303 [  7169] By: jhi                                   on 2000/10/09  13:43:45
18304         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
18305              From: mjd@plover.com
18306              Date: 9 Oct 2000 00:24:44 -0000
18307              Message-ID: <20001009002444.10616.qmail@plover.com>
18308      Branch: perl
18309            ! pod/perldebguts.pod
18310 ____________________________________________________________________________
18311 [  7168] By: nick                                  on 2000/10/08  13:16:33
18312         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
18313              is not right thing to do on (e.g. x86). Network order is also "right" for
18314              X fonts.
18315      Branch: perl
18316            ! ext/Encode/Encode.pm
18317 ____________________________________________________________________________
18318 [  7167] By: nick                                  on 2000/10/08  12:54:42
18319         Log: Make "encodings" work post-install when Encode/*.enc files may not
18320              be in same directory as Encode.pm
18321      Branch: perl
18322            ! ext/Encode/Encode.pm
18323 ____________________________________________________________________________
18324 [  7166] By: nick                                  on 2000/10/08  11:51:26
18325         Log: Work round the fact that $hash->{$key} does not take into account
18326              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
18327              so that key is always in the "expected" encoding - i.e. same way we put
18328              it in the hash.
18329      Branch: perl
18330            ! ext/Encode/Encode.pm
18331 ____________________________________________________________________________
18332 [  7165] By: gsar                                  on 2000/10/08  04:15:29
18333         Log: save_re_context() could reset PL_curcop to freed memory, causing core
18334              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
18335      Branch: perl
18336            ! pp_ctl.c
18337 ____________________________________________________________________________
18338 [  7164] By: jhi                                   on 2000/10/06  20:51:48
18339         Log: UTF8ize split() so that the cloned substrings get the UTF8
18340              flag of the original scalar.  Problem reported by Simon Cozens.
18341      Branch: perl
18342            ! pp.c t/pragma/utf8.t
18343 ____________________________________________________________________________
18344 [  7163] By: nick                                  on 2000/10/06  20:48:34
18345         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
18346              got a false +ve and so did not reach code which would have un-FAKEd the SV.
18347      Branch: perl
18348            ! sv.c
18349 ____________________________________________________________________________
18350 [  7162] By: nick                                  on 2000/10/06  20:25:37
18351         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
18352              To fix  (sort {$a <=> $b} keys %hash) in particular but
18353              should cover a number of other as-yet-unknown cases as well.
18354      Branch: perl
18355            ! sv.c
18356 ____________________________________________________________________________
18357 [  7161] By: jhi                                   on 2000/10/06  19:56:18
18358         Log: Change the version number of Tie::Handle in the core to 4.0,
18359              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
18360              
18361              Subject: Note on Tie::Handle
18362              From: andreas.koenig@anima.de (Andreas J. Koenig)
18363              Date:      06 Oct 2000 21:48:58 +0200
18364              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
18365      Branch: perl
18366            ! lib/Tie/Handle.pm
18367 ____________________________________________________________________________
18368 [  7160] By: jhi                                   on 2000/10/06  18:20:35
18369         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
18370              as the first option of cc/ld because of ultrapicky compilers
18371              (e.g. OS/390 R2.5)
18372      Branch: metaconfig
18373            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
18374            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
18375            ! U/compline/orderlib.U U/modified/Cppsym.U
18376            ! U/modified/d_access.U
18377      Branch: metaconfig/U/perl
18378            ! Checkcc.U d_dlsymun.U gccvers.U
18379      Branch: perl
18380            ! Configure config_h.SH
18381 ____________________________________________________________________________
18382 [  7159] By: jhi                                   on 2000/10/06  13:56:39
18383         Log: Update Changes.
18384      Branch: perl
18385            ! Changes patchlevel.h
18386 ____________________________________________________________________________
18387 [  7158] By: jhi                                   on 2000/10/06  12:48:40
18388         Log: Eliminate $Is_VMS code from the test.
18389              
18390              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
18391              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18392              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
18393              Date:     Thu, 5 Oct 2000 07:46:33 EDT
18394      Branch: perl
18395            ! t/lib/b.t
18396 ____________________________________________________________________________
18397 [  7157] By: jhi                                   on 2000/10/06  12:47:13
18398         Log: Also the $ccflags is needed for the C compiler check.
18399              
18400              Subject: Configure (check for C-compiler)
18401              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18402              Date: Fri, 06 Oct 2000 08:47:15 +0200
18403              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
18404      Branch: metaconfig/U/perl
18405            ! Checkcc.U
18406      Branch: perl
18407            ! Configure config_h.SH
18408 ____________________________________________________________________________
18409 [  7156] By: jhi                                   on 2000/10/06  11:45:15
18410         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
18411      Branch: perl
18412            ! perl.c pp_ctl.c sv.h utf8.c
18413 ____________________________________________________________________________
18414 [  7155] By: jhi                                   on 2000/10/06  11:40:41
18415         Log: IO::Handle->syswrite() did not handle length omission
18416              like CORE::syswrite() does.
18417              
18418              Subject: [Fwd] IO::Handle, syswrite and arguments
18419              From: Graham Barr <gbarr@pobox.com>
18420              Date: Fri, 6 Oct 2000 10:22:05 +0100
18421              Message-ID: <20001006102205.U6312@pobox.com>
18422              
18423              The original patch from andrew@ugh.net.au.
18424      Branch: perl
18425            ! ext/IO/lib/IO/Handle.pm
18426 ____________________________________________________________________________
18427 [  7154] By: jhi                                   on 2000/10/06  01:42:15
18428         Log: Tweak #7153.
18429      Branch: perl
18430            ! utf8.h
18431 ____________________________________________________________________________
18432 [  7153] By: jhi                                   on 2000/10/06  00:39:55
18433         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
18434      Branch: perl
18435            ! utf8.h
18436 ____________________________________________________________________________
18437 [  7152] By: jhi                                   on 2000/10/06  00:38:11
18438         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
18439      Branch: perl
18440            ! perl.c pp_ctl.c sv.h utf8.c
18441 ____________________________________________________________________________
18442 [  7151] By: jhi                                   on 2000/10/06  00:36:38
18443         Log: Subject: Re: Questions about Tie::Array and perl modules
18444              From: Nick Ing-Simmons <nik@tiuk.ti.com>
18445              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
18446              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
18447              
18448              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
18449      Branch: perl
18450            ! lib/Tie/Array.pm t/op/array.t
18451 ____________________________________________________________________________
18452 [  7150] By: jhi                                   on 2000/10/05  00:20:45
18453         Log: Regen Changes.
18454      Branch: perl
18455            ! Changes patchlevel.h
18456 ____________________________________________________________________________
18457 [  7149] By: jhi                                   on 2000/10/05  00:20:01
18458         Log: Regen toc.
18459      Branch: perl
18460            ! pod/perltoc.pod
18461 ____________________________________________________________________________
18462 [  7148] By: jhi                                   on 2000/10/04  23:35:08
18463         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
18464              reported several times by Dominic Dunlop, for example in
18465              ID 20000315.008.  Patch from Dominic.  Patch affects at
18466              least MachTen, and possibly other oldish BSDs. Should not
18467              break non-broken platforms (tested on LinuxPPC). 
18468      Branch: perl
18469            ! doio.c
18470 ____________________________________________________________________________
18471 [  7147] By: jhi                                   on 2000/10/04  23:26:34
18472         Log: The one that got away from 7146.
18473      Branch: metaconfig
18474            + U/installdirs/installscripts.U
18475 ____________________________________________________________________________
18476 [  7146] By: jhi                                   on 2000/10/04  23:25:04
18477         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
18478              suggested by H. Merijn Brand.
18479      Branch: perl
18480            ! Configure INSTALL Makefile.SH Porting/Glossary
18481            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
18482            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
18483            ! win32/config.vc
18484 ____________________________________________________________________________
18485 [  7145] By: jhi                                   on 2000/10/04  22:08:21
18486         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
18487              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18488              Date: Wed, 4 Oct 2000 17:37:46 -0400
18489              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
18490      Branch: perl
18491            ! utils/h2xs.PL
18492 ____________________________________________________________________________
18493 [  7144] By: jhi                                   on 2000/10/04  18:11:41
18494         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
18495              From: Jeff Pinyan <jeffp@crusoe.net>
18496              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
18497              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
18498      Branch: perl
18499            ! pod/perlrun.pod
18500 ____________________________________________________________________________
18501 [  7143] By: jhi                                   on 2000/10/04  18:09:58
18502         Log: Subject: perlhack.pod Patch for Externals Tools
18503              From: Fisher Mark <fisherm@tce.com>
18504              Date: Tue, 3 Oct 2000 15:43:27 -0500 
18505              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
18506      Branch: perl
18507            ! pod/perlhack.pod
18508 ____________________________________________________________________________
18509 [  7142] By: jhi                                   on 2000/10/04  18:08:41
18510         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
18511              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
18512              Date:     Wed, 4 Oct 2000 12:11:11 EDT
18513              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
18514      Branch: perl
18515            ! vms/vms.c
18516 ____________________________________________________________________________
18517 [  7141] By: jhi                                   on 2000/10/04  12:20:16
18518         Log: Subject: [PATCH 5.7.0] h2xs not working
18519              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18520              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
18521              Date: Tue, 3 Oct 2000 21:43:01 -0400
18522              
18523              Subject: [PATCH 5.7.0] h2xs not documenting the created module
18524              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18525              Date: Tue, 3 Oct 2000 22:55:19 -0400
18526              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
18527      Branch: perl
18528            ! utils/h2xs.PL
18529 ____________________________________________________________________________
18530 [  7140] By: jhi                                   on 2000/10/04  11:53:44
18531         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
18532              From: nick@babyhippo.com
18533              Date: Wed, 4 Oct 2000 12:06:45 +0100
18534              Message-Id: <20001004120645.A7356@babyhippo.com>
18535              
18536              Retract 7118 and 7135.
18537      Branch: perl
18538            ! installman installperl op.c t/pragma/subs.t
18539 ____________________________________________________________________________
18540 [  7139] By: jhi                                   on 2000/10/03  22:09:41
18541         Log: It is possible to have no hosts database at all.  Pointed out in
18542              
18543              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
18544              From: Peter Prymmer <pvhp@forte.com>
18545              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
18546              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
18547      Branch: metaconfig
18548            ! U/modified/myhostname.U
18549      Branch: perl
18550            ! Configure config_h.SH
18551 ____________________________________________________________________________
18552 [  7138] By: jhi                                   on 2000/10/03  21:49:49
18553         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
18554              From: Peter Prymmer <pvhp@forte.com>
18555              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
18556              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
18557      Branch: perl
18558            ! pp_sys.c
18559 ____________________________________________________________________________
18560 [  7137] By: jhi                                   on 2000/10/03  20:10:05
18561         Log: One remaining nit less at the VMS mailbox sizing.
18562      Branch: perl
18563            ! vms/vms.c
18564 ____________________________________________________________________________
18565 [  7136] By: jhi                                   on 2000/10/03  20:08:47
18566         Log: Test harness update to sync with the new perlcc,
18567              from Simon Cozens.
18568      Branch: perl
18569            ! t/TEST t/UTEST
18570 ____________________________________________________________________________
18571 [  7135] By: jhi                                   on 2000/10/03  15:15:42
18572         Log: Subject: Re: PATCH for 20001003.004
18573              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
18574              From: "AARON B. DOSSETT" <aaron@iglou.com>
18575              Message-Id: <E13gTay-0006od-00@iglou.com>
18576      Branch: perl
18577            ! installman installperl
18578 ____________________________________________________________________________
18579 [  7134] By: jhi                                   on 2000/10/03  15:00:34
18580         Log: Subject: [ID 20001003.006] B::Debug not -w clean
18581              From: Nicholas Clark <nick@babyhippo.co.uk>
18582              Date: Tue, 03 Oct 2000 15:46:32 +0100
18583              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
18584      Branch: perl
18585            ! ext/B/B/Debug.pm
18586 ____________________________________________________________________________
18587 [  7133] By: jhi                                   on 2000/10/03  14:58:39
18588         Log: Scale down the VMS message boxes, by Charles Lane.
18589              Fix for ID 20000903.009, workaround at
18590              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
18591      Branch: perl
18592            ! vms/vms.c
18593 ____________________________________________________________________________
18594 [  7132] By: jhi                                   on 2000/10/03  11:20:37
18595         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
18596      Branch: perl
18597            + t/lib/st-lock.t t/lib/st-utf8.t
18598            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
18599            ! ext/Storable/Storable.xs t/lib/st-recurse.t
18600 ____________________________________________________________________________
18601 [  7131] By: jhi                                   on 2000/10/03  03:38:23
18602         Log: Encode nits.
18603      Branch: perl
18604            ! MANIFEST Makefile.SH
18605 ____________________________________________________________________________
18606 [  7130] By: jhi                                   on 2000/10/03  03:31:05
18607         Log: Update Changes.
18608      Branch: perl
18609            ! Changes patchlevel.h
18610 ____________________________________________________________________________
18611 [  7129] By: jhi                                   on 2000/10/03  02:24:02
18612         Log: Misplaced else.
18613      Branch: metaconfig/U/perl
18614            ! d_strtoll.U
18615      Branch: perl
18616            ! Configure config_h.SH
18617 ____________________________________________________________________________
18618 [  7128] By: jhi                                   on 2000/10/03  02:08:29
18619         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
18620              From: sthoenna@efn.org
18621              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
18622              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
18623      Branch: metaconfig/U/perl
18624            ! d_strtoll.U
18625      Branch: perl
18626            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
18627 ____________________________________________________________________________
18628 [  7127] By: jhi                                   on 2000/10/03  01:13:14
18629         Log: Update Changes.
18630      Branch: perl
18631            ! Changes patchlevel.h
18632 ____________________________________________________________________________
18633 [  7126] By: jhi                                   on 2000/10/03  00:57:08
18634         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
18635              as suggested by Olaf Flebbe and Nick Clark.
18636      Branch: perl
18637            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
18638 ____________________________________________________________________________
18639 [  7125] By: jhi                                   on 2000/10/03  00:50:56
18640         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
18641              From: Nick Clark <nick@plum.flirble.org>
18642              Date: Mon, 2 Oct 2000 11:03:24 +0100
18643              Message-Id: <20001002110324.D20073@plum.flirble.org>
18644              
18645              Also fixes bug ID 20001002.005.
18646      Branch: perl
18647            ! t/lib/encode.t
18648 ____________________________________________________________________________
18649 [  7124] By: jhi                                   on 2000/10/03  00:34:59
18650         Log: Subject: [PATCH 5.7.0] Epoc update
18651              From: Olaf Flebbe <o.flebbe@gmx.de>
18652              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
18653              Message-ID: <26423.969484586@www10.gmx.net>
18654      Branch: perl
18655            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
18656            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
18657            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
18658            ! util.c util.h
18659 ____________________________________________________________________________
18660 [  7123] By: jhi                                   on 2000/10/03  00:30:07
18661         Log: Regen headers.
18662      Branch: perl
18663            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
18664 ____________________________________________________________________________
18665 [  7122] By: jhi                                   on 2000/10/03  00:10:48
18666         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
18667      Branch: perl
18668            ! hints/openbsd.sh
18669 ____________________________________________________________________________
18670 [  7121] By: jhi                                   on 2000/10/03  00:05:06
18671         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
18672              From: <abigail@foad.org>
18673              Date: Tue, 26 Sep 2000 13:36:14 -0400
18674              Message-ID: <20000926173614.4356.qmail@foad.org>
18675      Branch: perl
18676            ! pod/perlop.pod
18677 ____________________________________________________________________________
18678 [  7120] By: jhi                                   on 2000/10/03  00:04:00
18679         Log: Inside require() $^S was always left undefined.
18680              
18681              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
18682              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18683              Date: Wed, 27 Sep 2000 18:54:49 -0400
18684              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
18685      Branch: perl
18686            ! cop.h mg.c pp_ctl.c util.c
18687 ____________________________________________________________________________
18688 [  7119] By: jhi                                   on 2000/10/03  00:00:16
18689         Log: Subject: [PATCH] DLL not restartabke with threaded perl
18690              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
18691              Date: Thu, 28 Sep 2000 09:20:46 +0100
18692              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
18693      Branch: perl
18694            ! perl.c
18695 ____________________________________________________________________________
18696 [  7118] By: jhi                                   on 2000/10/02  23:59:20
18697         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
18698              From: Nicholas Clark <nick@ccl4.org>
18699              Date: Thu, 28 Sep 2000 11:52:24 +0100
18700              Message-ID: <20000928115224.D7924@plum.flirble.org>
18701      Branch: perl
18702            ! op.c
18703 ____________________________________________________________________________
18704 [  7117] By: jhi                                   on 2000/10/02  23:57:51
18705         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
18706              From: Nicholas Clark <nick@babyhippo.co.uk>
18707              Date: Thu, 28 Sep 2000 12:18:10 +0100
18708              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
18709              
18710              Did not apply cleanly, manual intervention was needed.
18711      Branch: perl
18712            ! ext/B/B/Bytecode.pm utils/perlcc.PL
18713 ____________________________________________________________________________
18714 [  7116] By: jhi                                   on 2000/10/02  23:50:40
18715         Log: Document the issue (is not a syntax error, kind of)
18716              
18717              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
18718              From: Nicholas Clark <nick@ccl4.org>
18719              Date: Thu, 28 Sep 2000 17:12:42 +0100
18720              Message-ID: <20000928171242.K7924@plum.flirble.org>
18721      Branch: perl
18722            ! pod/perldata.pod
18723 ____________________________________________________________________________
18724 [  7115] By: jhi                                   on 2000/10/02  23:48:58
18725         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
18726              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18727              Date: Thu, 28 Sep 2000 21:55:31 -0400
18728              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
18729      Branch: perl
18730            ! regexec.c
18731 ____________________________________________________________________________
18732 [  7114] By: jhi                                   on 2000/10/02  23:47:57
18733         Log: Subject: DOC PATCH 5.6.0
18734              From: mjd@plover.com
18735              Date: 30 Sep 2000 06:02:34 -0000
18736              Message-ID: <20000930060234.4559.qmail@plover.com>
18737      Branch: perl
18738            ! pod/perldebguts.pod
18739 ____________________________________________________________________________
18740 [  7113] By: jhi                                   on 2000/10/02  23:46:43
18741         Log: SOCK_DGRAM and listen() do not mix as reported in
18742              
18743              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
18744              From: Petter Reinholdtsen <pere@hungry.com>
18745              Date: Sun, 1 Oct 2000 10:57:20 +0800
18746              Message-Id: <200010010257.KAA05735@localhost.localdomain>
18747              
18748              The patch for 5.7.0+ had to be reengineered, though.
18749      Branch: perl
18750            ! ext/IO/lib/IO/Socket/UNIX.pm
18751 ____________________________________________________________________________
18752 [  7112] By: jhi                                   on 2000/10/02  23:36:57
18753         Log: Subject: Re: [PATCH 5.005_64 missed]
18754              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18755              Date: Sun, 1 Oct 2000 18:50:10 -0400
18756              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
18757      Branch: perl
18758            ! pod/perlxs.pod
18759 ____________________________________________________________________________
18760 [  7111] By: jhi                                   on 2000/10/02  23:35:40
18761         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
18762              From: Radu Greab <radu@netsoft.ro>
18763              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
18764              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
18765      Branch: perl
18766            ! op.c opcode.pl t/op/substr.t
18767 ____________________________________________________________________________
18768 [  7110] By: jhi                                   on 2000/10/02  23:32:38
18769         Log: Subject: [PATCH] Fix aliasing of tied filehandles
18770              From: Daniel Chetlin <daniel@chetlin.com>
18771              Date: Mon, 2 Oct 2000 14:53:27 -0700
18772              Message-ID: <20001002145327.C1617@ilmd>
18773      Branch: perl
18774            ! perl.h pp_hot.c t/op/tiehandle.t
18775 ____________________________________________________________________________
18776 [  7109] By: jhi                                   on 2000/10/02  23:31:30
18777         Log: s/Robin Parker/Robin Barker/
18778      Branch: perl
18779            ! Changes5.6
18780 ____________________________________________________________________________
18781 [  7108] By: jhi                                   on 2000/10/02  23:15:46
18782         Log: Retract #7091 as suggested in
18783              
18784              From: Robin Barker <rmb1@cise.npl.co.uk> 
18785              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
18786              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
18787              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
18788      Branch: perl
18789            ! embed.pl proto.h
18790 ____________________________________________________________________________
18791 [  7107] By: nick                                  on 2000/10/02  18:23:14
18792         Log: A few tweaks to get Tk803 to work with Encode scheme.
18793      Branch: perl
18794            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
18795 ____________________________________________________________________________
18796 [  7106] By: nick                                  on 2000/10/01  21:34:14
18797         Log: Add checking cases to Encode's toUnicode and fromUnicode.
18798      Branch: perl
18799            ! ext/Encode/Encode.pm
18800 ____________________________________________________________________________
18801 [  7105] By: nick                                  on 2000/10/01  17:18:01
18802         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
18803              To read and use them.
18804              Add a lib/encode.t which checks a few things.
18805      Branch: perl
18806            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
18807            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
18808            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
18809            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
18810            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
18811            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
18812            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
18813            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
18814            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
18815            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
18816            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
18817            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
18818            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
18819            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
18820            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
18821            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
18822            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
18823            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
18824            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
18825            + ext/Encode/Encode/iso2022-jp.enc
18826            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
18827            + ext/Encode/Encode/iso8859-1.enc
18828            + ext/Encode/Encode/iso8859-2.enc
18829            + ext/Encode/Encode/iso8859-3.enc
18830            + ext/Encode/Encode/iso8859-4.enc
18831            + ext/Encode/Encode/iso8859-5.enc
18832            + ext/Encode/Encode/iso8859-6.enc
18833            + ext/Encode/Encode/iso8859-7.enc
18834            + ext/Encode/Encode/iso8859-8.enc
18835            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
18836            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
18837            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
18838            + ext/Encode/Encode/macCentEuro.enc
18839            + ext/Encode/Encode/macCroatian.enc
18840            + ext/Encode/Encode/macCyrillic.enc
18841            + ext/Encode/Encode/macDingbats.enc
18842            + ext/Encode/Encode/macGreek.enc
18843            + ext/Encode/Encode/macIceland.enc
18844            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
18845            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
18846            + ext/Encode/Encode/macTurkish.enc
18847            + ext/Encode/Encode/macUkraine.enc
18848            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
18849            + t/lib/encode.t
18850            ! MANIFEST ext/Encode/Encode.pm
18851 ____________________________________________________________________________
18852 [  7104] By: nick                                  on 2000/09/30  13:04:30
18853         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
18854              From: Daniel Chetlin <daniel@chetlin.com>
18855              Date: Mon, 18 Sep 2000 05:05:40 -0700
18856              Message-Id: <20000918050540.C652@ilmd>
18857      Branch: perl
18858            ! lib/overload.pm sv.c t/pragma/overload.t
18859 ____________________________________________________________________________
18860 [  7103] By: nick                                  on 2000/09/30  12:53:36
18861         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
18862              From: Johan Vromans <jvromans@squirrel.nl>
18863              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
18864              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
18865      Branch: perl
18866            ! pod/Makefile.SH
18867 ____________________________________________________________________________
18868 [  7102] By: nick                                  on 2000/09/30  12:52:31
18869         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
18870              From: Spider Boardman <spider@Orb.Nashua.NH.US>
18871              Date: Sat, 16 Sep 2000 16:36:45 -0400
18872              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
18873      Branch: perl
18874            ! ext/B/B/Deparse.pm
18875 ____________________________________________________________________________
18876 [  7101] By: nick                                  on 2000/09/30  12:51:41
18877         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
18878              From: Craig A. Berry <craig.berry@psinetcs.com>
18879              Date: Sat, 16 Sep 2000 10:11:10 -0500
18880              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
18881      Branch: perl
18882            ! vms/vms.c
18883 ____________________________________________________________________________
18884 [  7100] By: nick                                  on 2000/09/30  12:50:33
18885         Log: Subject: Re: unicode support and perl [ID 20000901.097]
18886              From: Spider Boardman <spider@Orb.Nashua.NH.US>
18887              Date: Fri, 15 Sep 2000 16:37:58 -0400
18888              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
18889      Branch: perl
18890            ! t/op/append.t
18891 ____________________________________________________________________________
18892 [  7099] By: nick                                  on 2000/09/30  12:49:35
18893         Log: Subject: Re: unicode support and perl [ID 20000901.097]
18894              From: Spider Boardman <spider@Orb.Nashua.NH.US>
18895              Date: Fri, 15 Sep 2000 16:25:30 -0400
18896              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
18897      Branch: perl
18898            ! pp_hot.c
18899 ____________________________________________________________________________
18900 [  7098] By: nick                                  on 2000/09/30  12:48:00
18901         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
18902              From: Gisle Aas <gisle@ActiveState.com>
18903              Date: 15 Sep 2000 16:23:41 +0200
18904              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
18905      Branch: perl
18906            ! toke.c
18907 ____________________________________________________________________________
18908 [  7097] By: nick                                  on 2000/09/30  12:45:16
18909         Log: Subject: [PATCH] Nits in perlmod.pod
18910              From: Daniel Chetlin <daniel@chetlin.com>
18911              Date: Fri, 15 Sep 2000 02:04:09 -0700
18912              Message-Id: <20000915020409.A2104@ilmd>
18913      Branch: perl
18914            ! pod/perlmod.pod
18915 ____________________________________________________________________________
18916 [  7096] By: nick                                  on 2000/09/30  12:18:00
18917         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
18918              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
18919              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
18920              0 to checking to get the warning.
18921      Branch: perl
18922            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
18923            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
18924            ! regexec.c sv.c toke.c utf8.c
18925 ____________________________________________________________________________
18926 [  7095] By: nick                                  on 2000/09/15  16:55:59
18927         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
18928              
18929              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
18930              From: Spider Boardman <spider@Orb.Nashua.NH.US>
18931              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
18932              Date: Fri, 15 Sep 2000 06:37:30 -0400
18933      Branch: perl
18934            ! ext/Encode/Encode.xs sv.c
18935 ____________________________________________________________________________
18936 [  7094] By: jhi                                   on 2000/09/15  03:23:32
18937         Log: Update Changes.
18938      Branch: perl
18939            ! Changes patchlevel.h
18940 ____________________________________________________________________________
18941 [  7093] By: jhi                                   on 2000/09/15  03:11:44
18942         Log: Fix for the charnames.t failures from Spider Boardman.
18943      Branch: perl
18944            ! toke.c
18945 ____________________________________________________________________________
18946 [  7092] By: jhi                                   on 2000/09/15  00:15:48
18947         Log: Botched the #7090 check-in.
18948      Branch: perl
18949            ! sv.c
18950 ____________________________________________________________________________
18951 [  7091] By: jhi                                   on 2000/09/14  23:33:24
18952         Log: Part of #7081 didn't come through.
18953      Branch: perl
18954            ! embed.pl proto.h
18955 ____________________________________________________________________________
18956 [  7090] By: jhi                                   on 2000/09/14  23:17:39
18957         Log: Subject: Re: perl@7078 
18958              From: Spider Boardman <spider@web.zk3.dec.com>
18959              Date: Thu, 14 Sep 2000 19:06:36 -0400
18960              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
18961      Branch: perl
18962            ! sv.c toke.c
18963 ____________________________________________________________________________
18964 [  7089] By: jhi                                   on 2000/09/14  23:11:21
18965         Log: Small portability tweaks.
18966      Branch: perl
18967            ! ext/Encode/Encode.xs
18968 ____________________________________________________________________________
18969 [  7088] By: jhi                                   on 2000/09/14  22:57:23
18970         Log: Fake return to pacify picky compilers.
18971      Branch: perl
18972            ! ext/Encode/Encode.xs
18973 ____________________________________________________________________________
18974 [  7087] By: jhi                                   on 2000/09/14  22:53:37
18975         Log: Subject: [PATCH] utf8.c apidoc
18976              From: Simon Cozens <simon@cozens.net>
18977              Date: Thu, 14 Sep 2000 23:46:57 +0100
18978              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
18979      Branch: perl
18980            ! perlapi.c pod/perlapi.pod utf8.c
18981 ____________________________________________________________________________
18982 [  7086] By: jhi                                   on 2000/09/14  22:40:38
18983         Log: We don't need to count the high bit bytes, a boolean is enough. 
18984      Branch: perl
18985            ! sv.c
18986 ____________________________________________________________________________
18987 [  7085] By: jhi                                   on 2000/09/14  21:20:09
18988         Log: Replace #7084 with
18989              
18990              Subject: Re: perl@7078 
18991              From: Spider Boardman <spider@web.zk3.dec.com>
18992              Date: Thu, 14 Sep 2000 17:09:36 -0400
18993              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
18994      Branch: perl
18995            ! sv.c utf8.c
18996 ____________________________________________________________________________
18997 [  7084] By: jhi                                   on 2000/09/14  20:03:34
18998         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
18999              convertable to bytes by checking it doesn't go above 0xc3
19000              
19001              Subject: Re: perl@7078
19002              From: Simon Cozens <simon@cozens.net>
19003              Date: Thu, 14 Sep 2000 20:59:19 +0100
19004              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
19005      Branch: perl
19006            ! utf8.c
19007 ____________________________________________________________________________
19008 [  7083] By: jhi                                   on 2000/09/14  19:38:47
19009         Log: Subject: Re: perl@7078
19010              From: Simon Cozens <simon@cozens.net>
19011              Date: Thu, 14 Sep 2000 20:13:09 +0100
19012              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
19013      Branch: perl
19014            ! t/op/bop.t
19015 ____________________________________________________________________________
19016 [  7082] By: jhi                                   on 2000/09/14  17:50:44
19017         Log: The one that got away.
19018      Branch: perl
19019            ! lib/File/Find.pm
19020 ____________________________________________________________________________
19021 [  7081] By: jhi                                   on 2000/09/14  17:45:35
19022         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
19023              From: Robin Barker <rmb1@cise.npl.co.uk>
19024              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
19025              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
19026      Branch: perl
19027            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
19028            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
19029            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
19030            ! regcomp.c toke.c universal.c
19031 ____________________________________________________________________________
19032 [  7080] By: jhi                                   on 2000/09/14  17:40:35
19033         Log: Problems picked up by AIX cc.
19034              
19035              Subject: Re: perl@7078 (patch included)
19036              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19037              Date: Thu, 14 Sep 2000 18:53:30 +0200
19038              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
19039      Branch: perl
19040            ! ext/Encode/Encode.xs
19041 ____________________________________________________________________________
19042 [  7079] By: jhi                                   on 2000/09/14  17:38:27
19043         Log: Subject: File::Find 5.7.0 POD nits
19044              From: Rich Morin <rdm@cfcl.com>
19045              Date: Wed, 13 Sep 2000 22:03:58 -0700
19046              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
19047      Branch: perl
19048            ! lib/File/Find.pm
19049 ____________________________________________________________________________
19050 [  7078] By: jhi                                   on 2000/09/14  14:58:20
19051         Log: Update Changes.
19052      Branch: perl
19053            ! Changes patchlevel.h
19054 ____________________________________________________________________________
19055 [  7077] By: jhi                                   on 2000/09/14  14:55:54
19056         Log: Compilation warnings and an error.
19057      Branch: perl
19058            ! sv.c
19059 ____________________________________________________________________________
19060 [  7076] By: jhi                                   on 2000/09/14  14:42:56
19061         Log: Fix for a parsing bug, not for the original bug.
19062              
19063              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
19064              From: Spider Boardman <spider@web.zk3.dec.com>
19065              Date: Wed, 13 Sep 2000 17:52:20 -0400
19066              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
19067      Branch: perl
19068            ! regcomp.c
19069 ____________________________________________________________________________
19070 [  7075] By: jhi                                   on 2000/09/14  14:40:40
19071         Log: Batch of UTF-8 patches from Simon Cozens.
19072      Branch: perl
19073            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
19074            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
19075            ! toke.c utf8.c
19076 ____________________________________________________________________________
19077 [  7074] By: jhi                                   on 2000/09/14  14:29:58
19078         Log: Subject: Re: Two advertising clauses need to be removed
19079              From: Russ Allbery <rra@stanford.edu>
19080              Date: 13 Sep 2000 18:50:26 -0700
19081              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
19082      Branch: perl
19083            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
19084 ____________________________________________________________________________
19085 [  7073] By: jhi                                   on 2000/09/14  14:28:20
19086         Log: Subject: [PATCH] de-wall t/README
19087              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19088              Date: Wed, 13 Sep 2000 17:46:55 -0700
19089              Message-ID: <//Bw5gzkge/e092yn@efn.org>
19090      Branch: perl
19091            ! t/README
19092 ____________________________________________________________________________
19093 [  7072] By: jhi                                   on 2000/09/14  14:25:10
19094         Log: Hints optimization.
19095              
19096              Subject: Minor nit
19097              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19098              Date: Wed, 13 Sep 2000 21:42:07 +0200
19099              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
19100      Branch: perl
19101            ! hints/hpux.sh
19102 ____________________________________________________________________________
19103 [  7071] By: jhi                                   on 2000/09/14  14:23:30
19104         Log: Allow chop() and chomp() to be overridden.
19105              
19106              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
19107              From: "Casey R. Tweten" <crt@kiski.net>
19108              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
19109              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
19110      Branch: perl
19111            ! toke.c
19112 ____________________________________________________________________________
19113 [  7070] By: jhi                                   on 2000/09/14  14:20:36
19114         Log: The return value of setlocale must be copied away.
19115              
19116              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
19117              From: Alan Burlison <Alan.Burlison@uk.sun.com>
19118              Date: Wed, 13 Sep 2000 16:27:37 +0100 
19119              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
19120      Branch: perl
19121            ! util.c
19122 ____________________________________________________________________________
19123 [  7069] By: jhi                                   on 2000/09/14  14:16:27
19124         Log: Remove vestiges of tr//CU.
19125              
19126              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
19127              From: Nick Clark <nick@plum.flirble.org>
19128              Date: Tue, 12 Sep 2000 22:50:14 +0100
19129              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
19130              
19131              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
19132              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19133              Date: Tue, 12 Sep 2000 21:38:48 -0700
19134              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
19135      Branch: perl
19136            ! op.h pod/perlunicode.pod
19137 ____________________________________________________________________________
19138 [  7068] By: jhi                                   on 2000/09/13  14:18:39
19139         Log: Add the Encode extension.  The code is still largely just skeleton.
19140      Branch: perl
19141            + ext/Encode/Encode.pm ext/Encode/Encode.xs
19142            + ext/Encode/Makefile.PL ext/Encode/Todo
19143            ! MANIFEST Todo-5.6
19144 ____________________________________________________________________________
19145 [  7067] By: jhi                                   on 2000/09/12  17:43:33
19146         Log: Allow for whitespace between "#" and "line" in cpp output.
19147              
19148              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
19149              From: Calle Dybedahl <calle@lysator.liu.se>
19150              Date: 12 Sep 2000 19:38:02 +0200 
19151              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
19152      Branch: perl
19153            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
19154 ____________________________________________________________________________
19155 [  7066] By: gsar                                  on 2000/09/12  17:24:29
19156         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
19157              initialization in all the threads on Windows
19158      Branch: perl
19159            ! win32/win32.c
19160 ____________________________________________________________________________
19161 [  7065] By: jhi                                   on 2000/09/12  15:11:31
19162         Log: Update Changes.
19163      Branch: perl
19164            ! Changes patchlevel.h
19165 ____________________________________________________________________________
19166 [  7064] By: jhi                                   on 2000/09/12  14:54:54
19167         Log: Retract #7062, the pod tests are not ready.
19168      Branch: perl
19169            ! t/TEST t/harness
19170 ____________________________________________________________________________
19171 [  7063] By: jhi                                   on 2000/09/12  14:25:41
19172         Log: The #7054 truncated Configure badly.
19173      Branch: metaconfig/U/perl
19174            ! End.U
19175      Branch: perl
19176            ! Configure config_h.SH
19177 ____________________________________________________________________________
19178 [  7062] By: jhi                                   on 2000/09/12  14:08:32
19179         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
19180              From: sthoenna@efn.org
19181              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
19182              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
19183      Branch: perl
19184            ! t/TEST t/harness
19185 ____________________________________________________________________________
19186 [  7061] By: jhi                                   on 2000/09/12  14:07:18
19187         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
19188              From: sthoenna@efn.org
19189              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
19190              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
19191      Branch: perl
19192            ! pod/perlxs.pod
19193 ____________________________________________________________________________
19194 [  7060] By: jhi                                   on 2000/09/12  14:06:08
19195         Log: Break up the myconfig lines a bit.
19196              
19197              Subject: perlbug/perl -V output format
19198              From: sthoenna@efn.org
19199              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
19200              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
19201      Branch: perl
19202            ! myconfig.SH
19203 ____________________________________________________________________________
19204 [  7059] By: jhi                                   on 2000/09/12  14:05:04
19205         Log: Test for the #7049.
19206              
19207              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
19208              From: andreas.koenig@anima.de (Andreas J. Koenig)
19209              Date: 12 Sep 2000 06:42:01 +0200
19210              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
19211      Branch: perl
19212            ! t/op/my.t
19213 ____________________________________________________________________________
19214 [  7058] By: jhi                                   on 2000/09/12  14:03:05
19215         Log: Subject: [patch: perl@7045] vms updates
19216              From: Peter Prymmer <pvhp@forte.com>
19217              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
19218              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
19219      Branch: perl
19220            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
19221 ____________________________________________________________________________
19222 [  7057] By: jhi                                   on 2000/09/12  14:00:51
19223         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
19224              From: sthoenna@efn.org
19225              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
19226              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
19227      Branch: perl
19228            ! t/op/64bitint.t
19229 ____________________________________________________________________________
19230 [  7056] By: jhi                                   on 2000/09/12  13:58:14
19231         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
19232              From: Jeff Pinyan <jeffp@crusoe.net>
19233              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
19234              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
19235      Branch: perl
19236            ! pod/perlfunc.pod
19237 ____________________________________________________________________________
19238 [  7055] By: jhi                                   on 2000/09/12  13:56:32
19239         Log: Do in VMS as the #7054 does.
19240      Branch: perl
19241            ! configure.com
19242 ____________________________________________________________________________
19243 [  7054] By: jhi                                   on 2000/09/12  13:50:31
19244         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
19245              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19246              Date: Mon, 11 Sep 2000 08:33:09 +0100
19247              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
19248      Branch: metaconfig/U/perl
19249            ! End.U
19250      Branch: perl
19251            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
19252            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
19253 ____________________________________________________________________________
19254 [  7053] By: jhi                                   on 2000/09/12  13:29:19
19255         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
19256              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19257              Date:     Tue, 12 Sep 2000 08:35:59 EDT
19258              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
19259      Branch: perl
19260            ! vms/test.com
19261 ____________________________________________________________________________
19262 [  7052] By: jhi                                   on 2000/09/11  23:01:50
19263         Log: Document the SvUTF8*().
19264      Branch: perl
19265            ! pod/perlapi.pod sv.h
19266 ____________________________________________________________________________
19267 [  7051] By: gsar                                  on 2000/09/11  14:46:30
19268         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
19269              (missed a spot when fixing up op_pmreplroot hack for ithreads)
19270      Branch: perl
19271            ! op.c t/op/split.t
19272 ____________________________________________________________________________
19273 [  7050] By: nick                                  on 2000/09/11  10:03:51
19274         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
19275              
19276              Subject: borland C++ win32.c tweak
19277              From: Vadim Konovalov <vkonovalov@lucent.com>
19278              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
19279              Date: Mon, 11 Sep 2000 11:22:33 +0400
19280      Branch: perl
19281            ! win32/win32.c
19282 ____________________________________________________________________________
19283 [  7049] By: nick                                  on 2000/09/11  09:57:33
19284         Log: Point fix for s/// on foreach (keys %xxx).
19285      Branch: perl
19286            ! pp_hot.c
19287 ____________________________________________________________________________
19288 [  7048] By: jhi                                   on 2000/09/10  23:37:09
19289         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
19290              by Pod::Text, from Brad Appleton.
19291      Branch: perl
19292            ! t/pod/testp2pt.pl
19293 ____________________________________________________________________________
19294 [  7047] By: jhi                                   on 2000/09/10  14:32:53
19295         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
19296              by Russ Allbery.
19297      Branch: perl
19298            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
19299 ____________________________________________________________________________
19300 [  7046] By: jhi                                   on 2000/09/10  14:15:08
19301         Log: Upgrade to CPAN 1.57_65, from Andreas König.
19302      Branch: perl
19303            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
19304 ____________________________________________________________________________
19305 [  7045] By: jhi                                   on 2000/09/08  21:36:32
19306         Log: Update Changes.
19307      Branch: perl
19308            ! Changes patchlevel.h
19309 ____________________________________________________________________________
19310 [  7044] By: jhi                                   on 2000/09/08  21:29:56
19311         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
19312              From: Peter Prymmer <pvhp@forte.com>
19313              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
19314              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
19315      Branch: perl
19316            ! configure.com
19317 ____________________________________________________________________________
19318 [  7043] By: jhi                                   on 2000/09/08  21:27:50
19319         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
19320              From: Peter Prymmer <pvhp@forte.com>
19321              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
19322              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
19323      Branch: perl
19324            ! Makefile.SH installperl
19325 ____________________________________________________________________________
19326 [  7042] By: jhi                                   on 2000/09/08  21:23:21
19327         Log: Continue #7041.
19328      Branch: perl
19329            ! cygwin/Makefile.SHs os2/Makefile.SHs
19330 ____________________________________________________________________________
19331 [  7041] By: jhi                                   on 2000/09/08  21:18:10
19332         Log: Do away with memory models cruft.  Sorry, PDP users.
19333      Branch: metaconfig
19334            ! U/modified/cc.U U/modified/libpth.U
19335      Branch: perl
19336            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
19337            ! Porting/config_H cflags.SH config_h.SH configure.com
19338            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
19339            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
19340            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
19341 ____________________________________________________________________________
19342 [  7040] By: jhi                                   on 2000/09/08  14:34:18
19343         Log: Major rewrite of s2p.  And I mean really major, it is
19344              an implementation of sed in perl.  If called as s2p it
19345              will function as s2p.  Note: needs non-UNIXifying.
19346              
19347              Subject: s2p
19348              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
19349              Date: Mon, 28 Aug 2000 14:05:12 +0200
19350              Message-ID: <39AA5578.2102E2AA@alcatel.at>
19351      Branch: perl
19352            ! x2p/s2p.PL
19353 ____________________________________________________________________________
19354 [  7039] By: jhi                                   on 2000/09/08  14:19:49
19355         Log: Re-allow vec() for characters > 255.
19356              
19357              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
19358              From: Spider Boardman <spider@web.zk3.dec.com>
19359              Date: Fri, 08 Sep 2000 02:21:02 -0400
19360              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
19361      Branch: perl
19362            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
19363            ! t/op/vec.t
19364 ____________________________________________________________________________
19365 [  7038] By: jhi                                   on 2000/09/08  14:14:18
19366         Log: Subject: [PATCH lib/Benchmark.pm]
19367              From: <abigail@foad.org>
19368              Date: Thu, 7 Sep 2000 15:03:20 -0400
19369              Message-ID: <20000907190320.888.qmail@foad.org>
19370      Branch: perl
19371            ! lib/Benchmark.pm
19372 ____________________________________________________________________________
19373 [  7037] By: jhi                                   on 2000/09/08  14:11:06
19374         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
19375              
19376              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
19377              From: Spider Boardman <spider@web.zk3.dec.com>
19378              Date: Fri, 08 Sep 2000 01:30:27 -0400
19379              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
19380      Branch: perl
19381            ! op.c
19382 ____________________________________________________________________________
19383 [  7036] By: jhi                                   on 2000/09/08  14:08:58
19384         Log: Subject: [ID 20000908.002] perlipc documentation bug.
19385              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
19386              Date: Fri, 08 Sep 2000 12:38:32 +0200
19387              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
19388      Branch: perl
19389            ! pod/perlipc.pod
19390 ____________________________________________________________________________
19391 [  7035] By: jhi                                   on 2000/09/08  14:03:12
19392         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
19393              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19394              Date: Fri, 08 Sep 2000 11:47:34 +0200
19395              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
19396      Branch: perl
19397            ! hints/dec_osf.sh
19398 ____________________________________________________________________________
19399 [  7034] By: jhi                                   on 2000/09/08  13:59:35
19400         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
19401              From: Simon Cozens <simon@cozens.net>
19402              Date: Thu, 7 Sep 2000 20:40:38 +0100
19403              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
19404      Branch: perl
19405            ! pp_hot.c
19406 ____________________________________________________________________________
19407 [  7033] By: jhi                                   on 2000/09/08  04:03:03
19408         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
19409              From: "Larry W. Virden" <lvirden@cas.org>
19410              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
19411              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
19412      Branch: perl
19413            ! pod/perldiag.pod
19414 ____________________________________________________________________________
19415 [  7032] By: jhi                                   on 2000/09/07  22:18:30
19416         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
19417              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
19418              Date: Mon, 04 Sep 2000 13:16:38 -0700
19419              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
19420      Branch: perl
19421            ! lib/perl5db.pl
19422 ____________________________________________________________________________
19423 [  7031] By: jhi                                   on 2000/09/07  22:02:29
19424         Log: Fix the ccversion detection for 5.1 and beyond.
19425              
19426              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
19427              From: Spider Boardman <spider@leggy.zk3.dec.com>
19428              Date: Thu, 7 Sep 2000 17:54:27 -0400
19429              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
19430      Branch: perl
19431            ! hints/dec_osf.sh
19432 ____________________________________________________________________________
19433 [  7030] By: jhi                                   on 2000/09/07  19:12:28
19434         Log: Fix for
19435              
19436              Subject: [ID 20000903.001] \w in utf8-strings
19437              From: Marc Lehmann <pcg@goof.com>
19438              Date: Sun, 03 Sep 2000 09:44:29 +0200
19439              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
19440              
19441              and various related nits.
19442      Branch: perl
19443            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
19444 ____________________________________________________________________________
19445 [  7029] By: jhi                                   on 2000/09/07  18:49:09
19446         Log: Fix the URL, but the server is still missing in action.
19447              
19448              Subject: [ID 20000905.002] perlfaq1.pod URL error
19449              From: "Larry W. Virden" <lvirden@cas.org>
19450              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
19451              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
19452      Branch: perl
19453            ! pod/perlfaq1.pod
19454 ____________________________________________________________________________
19455 [  7028] By: jhi                                   on 2000/09/07  18:47:13
19456         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
19457              From: Hugo <hv@crypt.compulink.co.uk>
19458              Date: Tue, 05 Sep 2000 14:13:37 +0100
19459              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
19460      Branch: perl
19461            ! toke.c
19462 ____________________________________________________________________________
19463 [  7027] By: jhi                                   on 2000/09/07  18:45:35
19464         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
19465              From: Daniel Chetlin <daniel@chetlin.com>
19466              Date: Tue, 5 Sep 2000 04:57:07 -0700
19467              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
19468      Branch: perl
19469            ! pod/perlfaq6.pod pod/perlop.pod
19470 ____________________________________________________________________________
19471 [  7026] By: jhi                                   on 2000/09/07  18:44:01
19472         Log: Document the new ref() semantics.
19473              
19474              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
19475              From: Gisle Aas <gisle@ActiveState.com>
19476              Date: 05 Sep 2000 08:10:30 +0200
19477              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
19478      Branch: perl
19479            ! pod/perldelta.pod
19480 ____________________________________________________________________________
19481 [  7025] By: jhi                                   on 2000/09/07  18:42:27
19482         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
19483              
19484              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
19485              From: Gisle Aas <gisle@ActiveState.com>
19486              Date: 05 Sep 2000 08:11:40 +0200
19487              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
19488      Branch: perl
19489            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
19490 ____________________________________________________________________________
19491 [  7024] By: jhi                                   on 2000/09/07  18:39:32
19492         Log: Subject: [PATCH] Modernize Opcode.pm documentation
19493              From: Gisle Aas <gisle@ActiveState.com>
19494              Date: 4 Sep 2000 00:18:55 -0000
19495              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
19496      Branch: perl
19497            ! ext/Opcode/Opcode.pm
19498 ____________________________________________________________________________
19499 [  7023] By: jhi                                   on 2000/09/07  18:37:42
19500         Log: Subject: [PATCH] Tied filehandle documentation
19501              From: Gisle Aas <gisle@ActiveState.com>
19502              Date: 4 Sep 2000 00:14:40 -0000
19503              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
19504      Branch: perl
19505            ! pod/perlfunc.pod pod/perltie.pod
19506 ____________________________________________________________________________
19507 [  7022] By: jhi                                   on 2000/09/07  18:35:37
19508         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
19509              From: Gisle Aas <gisle@ActiveState.com>
19510              Date: 4 Sep 2000 00:04:22 -0000
19511              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
19512      Branch: perl
19513            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
19514 ____________________________________________________________________________
19515 [  7021] By: jhi                                   on 2000/09/07  18:33:22
19516         Log: Subject: small apidoc fix
19517              From: Marc Lehmann <pcg@goof.com>
19518              Date: Sun, 3 Sep 2000 05:12:06 +0200
19519              Message-ID: <20000903051206.A5909@cerebro.laendle>
19520      Branch: perl
19521            ! pod/perlapi.pod utf8.c
19522 ____________________________________________________________________________
19523 [  7020] By: jhi                                   on 2000/09/07  16:14:57
19524         Log: Tiny perldelta nits.
19525      Branch: perl
19526            ! pod/perldelta.pod
19527 ____________________________________________________________________________
19528 [  7019] By: jhi                                   on 2000/09/07  16:04:20
19529         Log: Guard against bad string->int conversion for quads.
19530      Branch: perl
19531            ! t/op/64bitint.t
19532 ____________________________________________________________________________
19533 [  7018] By: jhi                                   on 2000/09/06  17:07:03
19534         Log: Update Unicode todo list.
19535      Branch: perl
19536            ! Todo-5.6
19537 ____________________________________________________________________________
19538 [  7017] By: jhi                                   on 2000/09/05  21:16:01
19539         Log: Document the SvIOK_.*UV().
19540      Branch: perl
19541            ! pod/perlapi.pod sv.h
19542 ____________________________________________________________________________
19543 [  7016] By: nick                                  on 2000/09/03  21:54:46
19544         Log: Hash lookup of constant strings optimization:
19545              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
19546              to string table (as per sharepvn). Add newSV_pvn_share to create such
19547              a thing. Make hv.c compare addresses of strings and skip string compare
19548              if equal. Make method_named and helem ops use these shared-string SVs
19549              when arg is constant. Make keys op return shared-string SVs (less clearly
19550              a win).
19551      Branch: perl
19552            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
19553            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
19554            ! pod/perlintern.pod pp_hot.c proto.h sv.c
19555 ____________________________________________________________________________
19556 [  7015] By: jhi                                   on 2000/09/02  17:48:59
19557         Log: This is 5.7.0.
19558      Branch: perl
19559            ! Changes
19560 ____________________________________________________________________________
19561 [  7014] By: jhi                                   on 2000/09/02  17:35:45
19562         Log: Changes and patchlevel tweaks.
19563      Branch: perl
19564            ! Changes patchlevel.h
19565 ____________________________________________________________________________
19566 [  7013] By: jhi                                   on 2000/09/02  17:30:50
19567         Log: Update Changes.
19568      Branch: perl
19569            ! Changes patchlevel.h
19570 ____________________________________________________________________________
19571 [  7012] By: nick                                  on 2000/09/02  17:25:20
19572         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
19573      Branch: perl
19574            ! gv.c lib/overload.pm
19575 ____________________________________________________________________________
19576 [  7011] By: jhi                                   on 2000/09/02  17:16:25
19577         Log: Update perlhist.
19578      Branch: perl
19579            ! pod/perlhist.pod
19580 ____________________________________________________________________________
19581 [  7010] By: jhi                                   on 2000/09/02  17:01:35
19582         Log: perldelta nits.
19583      Branch: perl
19584            ! pod/perldelta.pod
19585 ____________________________________________________________________________
19586 [  7009] By: nick                                  on 2000/09/02  16:48:35
19587         Log: If overloaded %{} etc. return the object do not loop.
19588              Thus  sub deref { $_[0] } functions if object is wanted type.
19589      Branch: perl
19590            ! pp.h
19591 ____________________________________________________________________________
19592 [  7008] By: jhi                                   on 2000/09/02  16:26:11
19593         Log: Retab MANIFEST.
19594      Branch: perl
19595            ! ext/Storable/MANIFEST
19596 ____________________________________________________________________________
19597 [  7007] By: jhi                                   on 2000/09/02  16:23:02
19598         Log: Make certain cc is set before trying to run it.
19599      Branch: perl
19600            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
19601 ____________________________________________________________________________
19602 [  7006] By: jhi                                   on 2000/09/02  15:45:41
19603         Log: Unicode notes.
19604      Branch: perl
19605            ! pod/perldelta.pod
19606 ____________________________________________________________________________
19607 [  7005] By: jhi                                   on 2000/09/02  15:42:11
19608         Log: Various Configure nits by Philip Newton,
19609              plus the ebcdic one by me.
19610      Branch: metaconfig
19611            + U/modified/pager.U
19612            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
19613      Branch: metaconfig/U/perl
19614            ! Devel.U quadfio.U
19615      Branch: perl
19616            ! Configure config_h.SH
19617 ____________________________________________________________________________
19618 [  7004] By: jhi                                   on 2000/09/02  15:06:14
19619         Log: Apparently avoiding the swapping is too costly.
19620              
19621              From: "Ben Tilly" <ben_tilly@hotmail.com>
19622              Subject: Re: the door is closed.
19623              Date: Fri, 01 Sep 2000 20:23:16 EDT
19624              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
19625      Branch: perl
19626            ! pod/perlfaq4.pod
19627 ____________________________________________________________________________
19628 [  7003] By: nick                                  on 2000/09/02  12:26:04
19629         Log: Undo part of change 6489 which looks like a bulk edit which
19630              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
19631              The supressing of main:: on return from select() is undesirable.
19632      Branch: perl
19633            ! pp_sys.c
19634 ____________________________________________________________________________
19635 [  7002] By: jhi                                   on 2000/09/01  23:08:54
19636         Log: Update Changes.
19637      Branch: perl
19638            ! Changes patchlevel.h
19639 ____________________________________________________________________________
19640 [  7001] By: jhi                                   on 2000/09/01  23:00:13
19641         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
19642              From: Peter Prymmer <pvhp@forte.com>
19643              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
19644              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
19645              
19646              plus rework the http: spots as suggested by Tom Christiansen,
19647              plus regen perltoc.
19648      Branch: perl
19649            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
19650            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
19651 ____________________________________________________________________________
19652 [  7000] By: jhi                                   on 2000/09/01  22:36:01
19653         Log: Only the first line, thank you very much.
19654      Branch: perl
19655            ! hints/solaris_2.sh
19656 ____________________________________________________________________________
19657 [  6999] By: gsar                                  on 2000/09/01  22:16:40
19658         Log: change#6791 accidentally clobbered change#6710, put it back
19659      Branch: perl
19660            ! win32/win32.c
19661 ____________________________________________________________________________
19662 [  6998] By: jhi                                   on 2000/09/01  22:14:16
19663         Log: Mention the HP-UX LP64 freak failure.
19664      Branch: perl
19665            ! pod/perldelta.pod
19666 ____________________________________________________________________________
19667 [  6997] By: jhi                                   on 2000/09/01  21:48:32
19668         Log: Detypo.
19669      Branch: perl
19670            ! hints/hpux.sh
19671 ____________________________________________________________________________
19672 [  6996] By: jhi                                   on 2000/09/01  21:27:10
19673         Log: Update Changes.
19674      Branch: perl
19675            ! Changes patchlevel.h
19676 ____________________________________________________________________________
19677 [  6995] By: jhi                                   on 2000/09/01  21:14:24
19678         Log: Mi splgn s gnin.g
19679      Branch: perl
19680            ! pp_ctl.c
19681 ____________________________________________________________________________
19682 [  6994] By: jhi                                   on 2000/09/01  21:09:54
19683         Log: Subject: http:// in L<>
19684              From: Nicholas Clark <nick@ccl4.org>
19685              Date: Fri, 1 Sep 2000 22:03:21 +0100
19686              Message-ID: <20000901220321.B72074@plum.flirble.org>
19687      Branch: perl
19688            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
19689 ____________________________________________________________________________
19690 [  6993] By: jhi                                   on 2000/09/01  21:06:54
19691         Log: Update to Storable 1.0, from Raphael Manfredi.
19692      Branch: perl
19693            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
19694            ! ext/Storable/Makefile.PL ext/Storable/README
19695            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
19696            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
19697            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
19698            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
19699            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
19700            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
19701 ____________________________________________________________________________
19702 [  6992] By: jhi                                   on 2000/09/01  20:43:05
19703         Log: Mention known sfio+linux buglet.
19704      Branch: perl
19705            ! pod/perldelta.pod
19706 ____________________________________________________________________________
19707 [  6991] By: jhi                                   on 2000/09/01  20:40:11
19708         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
19709              From: Peter Prymmer <pvhp@forte.com>
19710              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
19711              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
19712      Branch: perl
19713            ! vms/vms.c
19714 ____________________________________________________________________________
19715 [  6990] By: jhi                                   on 2000/09/01  20:25:26
19716         Log: Retract #6986.
19717      Branch: perl
19718            ! hints/solaris_2.sh
19719 ____________________________________________________________________________
19720 [  6989] By: jhi                                   on 2000/09/01  20:23:00
19721         Log: Mergesort is back.
19722      Branch: perl
19723            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
19724 ____________________________________________________________________________
19725 [  6988] By: jhi                                   on 2000/09/01  19:37:40
19726         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
19727              From: Mike Guy <mjtg@cam.ac.uk>
19728              Date: Fri, 01 Sep 2000 17:43:33 +0100
19729              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
19730      Branch: perl
19731            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
19732            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
19733 ____________________________________________________________________________
19734 [  6987] By: jhi                                   on 2000/09/01  19:17:10
19735         Log: Regen perltoc.
19736      Branch: perl
19737            ! pod/perltoc.pod
19738 ____________________________________________________________________________
19739 [  6986] By: jhi                                   on 2000/09/01  18:51:10
19740         Log: Subject: Re: Solaris x86 has no SPARC libraries!
19741              From: Lupe Christoph <lupe@lupe-christoph.de>
19742              Date: Fri, 1 Sep 2000 20:41:20 +0200
19743              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
19744      Branch: perl
19745            ! hints/solaris_2.sh
19746 ____________________________________________________________________________
19747 [  6985] By: jhi                                   on 2000/09/01  18:28:10
19748         Log: Update Changes.
19749      Branch: perl
19750            ! Changes patchlevel.h
19751 ____________________________________________________________________________
19752 [  6984] By: jhi                                   on 2000/09/01  18:26:53
19753         Log: Feature ordering tweak.
19754      Branch: perl
19755            ! myconfig.SH
19756 ____________________________________________________________________________
19757 [  6983] By: jhi                                   on 2000/09/01  18:19:50
19758         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
19759              From: <abigail@foad.org>
19760              Date: Fri, 1 Sep 2000 13:07:32 -0400
19761              Message-ID: <20000901170732.18249.qmail@foad.org>
19762      Branch: perl
19763            ! t/pragma/overload.t
19764 ____________________________________________________________________________
19765 [  6982] By: jhi                                   on 2000/09/01  18:17:54
19766         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
19767              so that case-ignoring systems like DCL can tell them from
19768              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
19769      Branch: metaconfig/U/perl
19770            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
19771      Branch: perl
19772            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19773            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
19774            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
19775            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
19776            ! vos/config.def vos/config.h vos/config_h.SH_orig
19777            ! win32/config.bc win32/config.gc win32/config.vc
19778 ____________________________________________________________________________
19779 [  6981] By: nick                                  on 2000/09/01  17:21:57
19780         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
19781              warning when UNTIE exists and instead pass the cound of extra references to
19782              the UNTIE method.
19783      Branch: perl
19784            ! pod/perltie.pod pp_sys.c
19785 ____________________________________________________________________________
19786 [  6980] By: jhi                                   on 2000/09/01  16:54:44
19787         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
19788              From: Peter Prymmer <pvhp@forte.com>
19789              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
19790              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
19791      Branch: perl
19792            ! configure.com
19793 ____________________________________________________________________________
19794 [  6979] By: jhi                                   on 2000/09/01  16:06:20
19795         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
19796              From: Mike Guy <mjtg@cam.ac.uk> 
19797              Date: Fri, 01 Sep 2000 16:49:27 +0100
19798              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
19799      Branch: perl
19800            ! t/base/rs.t
19801 ____________________________________________________________________________
19802 [  6978] By: jhi                                   on 2000/09/01  16:00:42
19803         Log: Update to PodParser 1.18, from Brad Appleton.
19804      Branch: perl
19805            ! lib/Pod/Checker.pm t/pod/find.t
19806 ____________________________________________________________________________
19807 [  6977] By: jhi                                   on 2000/09/01  14:48:58
19808         Log: Subject: Nit in Configure (bleadperl@6961)
19809              From: Lupe Christoph <lupe@lupe-christoph.de>
19810              Date: Fri, 1 Sep 2000 16:34:29 +0200
19811              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
19812      Branch: metaconfig
19813            ! U/compline/ccflags.U
19814      Branch: perl
19815            ! Configure config_h.SH
19816 ____________________________________________________________________________
19817 [  6976] By: jhi                                   on 2000/09/01  14:39:52
19818         Log: Update Changes.
19819      Branch: perl
19820            ! Changes patchlevel.h
19821 ____________________________________________________________________________
19822 [  6975] By: jhi                                   on 2000/09/01  14:37:36
19823         Log: microperl config update.
19824      Branch: perl
19825            ! uconfig.h uconfig.sh
19826 ____________________________________________________________________________
19827 [  6974] By: jhi                                   on 2000/09/01  14:36:53
19828         Log: Document known deficiencies.
19829      Branch: perl
19830            ! pod/perldelta.pod
19831 ____________________________________________________________________________
19832 [  6973] By: jhi                                   on 2000/09/01  14:10:20
19833         Log: Mention warnings fixes and updates.
19834      Branch: perl
19835            ! pod/perldelta.pod
19836 ____________________________________________________________________________
19837 [  6972] By: jhi                                   on 2000/09/01  14:01:52
19838         Log: Drop unused argument.
19839              
19840              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
19841              From: Spider Boardman <spider@web.zk3.dec.com>
19842              Date: Thu, 31 Aug 2000 16:10:15 -0400
19843              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
19844      Branch: perl
19845            ! toke.c
19846 ____________________________________________________________________________
19847 [  6971] By: jhi                                   on 2000/09/01  13:59:24
19848         Log: Add the overload warnings to perldiag.
19849      Branch: perl
19850            ! lib/overload.pm pod/perldiag.pod
19851 ____________________________________________________________________________
19852 [  6970] By: jhi                                   on 2000/09/01  13:55:10
19853         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
19854              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
19855              Date: Fri, 1 Sep 2000 13:43:15 +0100 
19856              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
19857      Branch: perl
19858            ! lib/overload.pm t/pragma/overload.t
19859 ____________________________________________________________________________
19860 [  6969] By: jhi                                   on 2000/09/01  13:52:27
19861         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
19862              From: <abigail@foad.org>
19863              Date: Fri, 1 Sep 2000 05:46:54 -0400
19864              Message-ID: <20000901094654.6476.qmail@foad.org>
19865      Branch: perl
19866            ! lib/overload.pm
19867 ____________________________________________________________________________
19868 [  6968] By: jhi                                   on 2000/09/01  13:50:05
19869         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
19870              From: Daniel Chetlin <daniel@chetlin.com>
19871              Date: Fri, 1 Sep 2000 02:10:55 -0700
19872              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
19873      Branch: perl
19874            ! pod/perlretut.pod
19875 ____________________________________________________________________________
19876 [  6967] By: jhi                                   on 2000/09/01  13:47:54
19877         Log: Part of the solution.
19878              
19879              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
19880              From: Mike Guy <mjtg@cam.ac.uk>
19881              Date: Fri, 01 Sep 2000 14:16:01 +0100
19882              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
19883      Branch: perl
19884            ! gv.c mg.c
19885 ____________________________________________________________________________
19886 [  6966] By: jhi                                   on 2000/09/01  13:46:17
19887         Log: Subject: CPAN.pm beta 1.57_57 for the core
19888              From: andreas.koenig@anima.de (Andreas J. Koenig)
19889              Date: 01 Sep 2000 15:16:31 +0200
19890              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
19891      Branch: perl
19892            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
19893 ____________________________________________________________________________
19894 [  6965] By: jhi                                   on 2000/09/01  13:43:18
19895         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
19896              From: "Craig A. Berry" <craig.berry@psinetcs.com>
19897              Date: Fri, 01 Sep 2000 01:47:22 -0500
19898              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
19899      Branch: perl
19900            ! pod/perldelta.pod vms/vms.c
19901 ____________________________________________________________________________
19902 [  6964] By: jhi                                   on 2000/09/01  13:35:35
19903         Log: File::Temp patches from Andreas König,
19904              
19905              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
19906              From: andreas.koenig@anima.de (Andreas J. Koenig)
19907              Date: 01 Sep 2000 10:07:20 +0200
19908              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
19909              
19910              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
19911              From: andreas.koenig@anima.de (Andreas J. Koenig)
19912              Date: 31 Aug 2000 23:26:08 +0200
19913              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
19914      Branch: perl
19915            ! lib/File/Temp.pm t/lib/ftmp-security.t
19916 ____________________________________________________________________________
19917 [  6963] By: jhi                                   on 2000/09/01  02:22:24
19918         Log: Retract the mergesort code, way too incompatible licensing
19919              and copyrights.
19920      Branch: perl
19921            ! pod/perldelta.pod pp_ctl.c
19922 ____________________________________________________________________________
19923 [  6962] By: jhi                                   on 2000/08/31  23:27:32
19924         Log: Update Changes.
19925      Branch: perl
19926            ! Changes patchlevel.h
19927 ____________________________________________________________________________
19928 [  6961] By: jhi                                   on 2000/08/31  23:20:04
19929         Log: Small tweaks all over.
19930      Branch: metaconfig
19931            ! U/compline/d_gconvert.U
19932      Branch: perl
19933            ! AUTHORS Configure config_h.SH pp_ctl.c
19934 ____________________________________________________________________________
19935 [  6960] By: jhi                                   on 2000/08/31  22:39:36
19936         Log: Further rewording.
19937      Branch: perl
19938            ! pp_ctl.c
19939 ____________________________________________________________________________
19940 [  6959] By: jhi                                   on 2000/08/31  21:26:44
19941         Log: More address tweaking.
19942      Branch: perl
19943            ! AUTHORS Changes
19944 ____________________________________________________________________________
19945 [  6958] By: jhi                                   on 2000/08/31  20:47:25
19946         Log: AUTHORS tweaks, from Peter Prymmer.
19947              
19948              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
19949              From: Peter Prymmer <pvhp@forte.com>
19950              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
19951              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
19952      Branch: perl
19953            ! AUTHORS MAINTAIN
19954 ____________________________________________________________________________
19955 [  6957] By: jhi                                   on 2000/08/31  20:34:43
19956         Log: perldelta tweaks.
19957      Branch: perl
19958            ! pod/perldelta.pod
19959 ____________________________________________________________________________
19960 [  6956] By: jhi                                   on 2000/08/31  19:11:06
19961         Log: Regen perltoc.
19962      Branch: perl
19963            ! pod/perltoc.pod
19964 ____________________________________________________________________________
19965 [  6955] By: jhi                                   on 2000/08/31  19:06:30
19966         Log: Clarify the mergesort situation.
19967      Branch: perl
19968            ! pp_ctl.c
19969 ____________________________________________________________________________
19970 [  6954] By: jhi                                   on 2000/08/31  18:24:17
19971         Log: Move the Solaris 7 scan to use64bitall, make the
19972              failure to find 64-bot sparc libc to mention the
19973              possibility of being in an intel, from Lupe and Alan.
19974      Branch: perl
19975            ! hints/solaris_2.sh
19976 ____________________________________________________________________________
19977 [  6953] By: jhi                                   on 2000/08/31  18:09:20
19978         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
19979              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
19980      Branch: metaconfig
19981            ! U/compline/d_gconvert.U U/threads/archname.U
19982      Branch: metaconfig/U/perl
19983            ! perlxv.U
19984      Branch: perl
19985            ! Configure config_h.SH sv.c
19986 ____________________________________________________________________________
19987 [  6952] By: jhi                                   on 2000/08/31  17:42:24
19988         Log: :: not allowed in pathnames, change to .
19989              
19990              Subject: [PATCH perl@6938] cygwin port
19991              From: "Fifer, Eric" <EFifer@sanwaint.com>
19992              Date: Thu, 31 Aug 2000 16:32:59 +0100
19993              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
19994      Branch: metaconfig/U/perl
19995            ! perlxv.U
19996 ____________________________________________________________________________
19997 [  6951] By: jhi                                   on 2000/08/31  17:02:05
19998         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
19999      Branch: perl
20000            ! perl.h
20001 ____________________________________________________________________________
20002 [  6950] By: jhi                                   on 2000/08/31  16:26:08
20003         Log: More author updates.
20004              
20005              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
20006              From: Simon Cozens <simon@cozens.net>
20007              Date: Thu, 31 Aug 2000 17:13:32 +0100
20008              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
20009      Branch: perl
20010            ! AUTHORS
20011 ____________________________________________________________________________
20012 [  6949] By: jhi                                   on 2000/08/31  16:04:49
20013         Log: POSIX doesn't report long double values under -Duselongdouble
20014              when the long doubles are "real" (bigger than doubles).
20015              
20016              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
20017              From: Spider Boardman <spider@peano.zk3.dec.com>
20018              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
20019              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
20020      Branch: perl
20021            ! ext/POSIX/POSIX.xs
20022 ____________________________________________________________________________
20023 [  6948] By: jhi                                   on 2000/08/31  15:25:10
20024         Log: Update Changes.
20025      Branch: perl
20026            ! Changes patchlevel.h
20027 ____________________________________________________________________________
20028 [  6947] By: jhi                                   on 2000/08/31  15:22:29
20029         Log: Document UNTIE in a very minimalistic way.
20030      Branch: perl
20031            ! pod/perlfunc.pod pod/perltie.pod
20032 ____________________________________________________________________________
20033 [  6946] By: jhi                                   on 2000/08/31  15:15:23
20034         Log: Document known failures.
20035      Branch: perl
20036            ! pod/perldelta.pod
20037 ____________________________________________________________________________
20038 [  6945] By: jhi                                   on 2000/08/31  15:07:00
20039         Log: Don't attach -ld to the archname if pointless.
20040      Branch: metaconfig
20041            ! U/threads/archname.U
20042      Branch: perl
20043            ! Configure config_h.SH
20044 ____________________________________________________________________________
20045 [  6944] By: jhi                                   on 2000/08/31  14:37:42
20046         Log: Wrap the test in eval.
20047              
20048              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
20049              From: Tim Jenness <timj@jach.hawaii.edu>
20050              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
20051              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
20052      Branch: perl
20053            ! t/lib/ftmp-security.t
20054 ____________________________________________________________________________
20055 [  6943] By: jhi                                   on 2000/08/31  14:30:57
20056         Log: Make -Dusemorebits find long doubles in Solaris.
20057      Branch: perl
20058            ! hints/solaris_2.sh
20059 ____________________________________________________________________________
20060 [  6942] By: jhi                                   on 2000/08/31  13:48:45
20061         Log: Clarify the third case of ftmp-security warnings.
20062      Branch: perl
20063            ! INSTALL
20064 ____________________________________________________________________________
20065 [  6941] By: jhi                                   on 2000/08/31  13:40:31
20066         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
20067              From: <abigail@foad.org>
20068              Date: Thu, 31 Aug 2000 01:35:05 -0400
20069              Message-ID: <20000831053505.32120.qmail@foad.org>
20070      Branch: perl
20071            ! pod/perldelta.pod
20072 ____________________________________________________________________________
20073 [  6940] By: jhi                                   on 2000/08/31  13:38:48
20074         Log: Issue useful diagnostic on unknown pod commands.
20075              
20076              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
20077              From: <abigail@foad.org>
20078              Date: Thu, 31 Aug 2000 03:41:18 -0400
20079              Message-ID: <20000831074118.24880.qmail@foad.org>
20080      Branch: perl
20081            ! lib/Pod/Man.pm
20082 ____________________________________________________________________________
20083 [  6939] By: jhi                                   on 2000/08/31  13:34:33
20084         Log: Reveal Borland's isnan.
20085              
20086              Subject: build with BC++ tweak
20087              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
20088              Date: Thu, 31 Aug 2000 13:09:37 +0400
20089              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
20090      Branch: perl
20091            ! win32/win32.h
20092 ____________________________________________________________________________
20093 [  6938] By: jhi                                   on 2000/08/31  05:01:20
20094         Log: Update Changes.
20095      Branch: perl
20096            ! Changes patchlevel.h
20097 ____________________________________________________________________________
20098 [  6937] By: jhi                                   on 2000/08/31  04:26:23
20099         Log: sscanf() may be the only way to read long doubles from strings.
20100      Branch: metaconfig/U/perl
20101            ! longdblfio.U
20102      Branch: perl
20103            ! Configure config_h.SH perl.h util.c
20104 ____________________________________________________________________________
20105 [  6936] By: jhi                                   on 2000/08/31  04:18:19
20106         Log: The #6929 was too skimpy.
20107      Branch: perl
20108            ! sv.c
20109 ____________________________________________________________________________
20110 [  6935] By: jhi                                   on 2000/08/31  02:47:07
20111         Log: Subject: Re: typos in pods
20112              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20113              Date: Wed, 30 Aug 2000 19:25:34 -0700
20114              Message-ID: <eIcr5gzkg25X092yn@efn.org>
20115      Branch: perl
20116            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
20117 ____________________________________________________________________________
20118 [  6934] By: jhi                                   on 2000/08/31  02:42:55
20119         Log: Missed one Unicode file.
20120      Branch: perl
20121            + lib/unicode/UCDFF301.html
20122 ____________________________________________________________________________
20123 [  6933] By: jhi                                   on 2000/08/30  23:42:27
20124         Log: Update Changes.
20125      Branch: perl
20126            ! Changes patchlevel.h
20127 ____________________________________________________________________________
20128 [  6932] By: jhi                                   on 2000/08/30  23:40:07
20129         Log: Mention UNTIE in perldelta.  Still needs documenting
20130              in perltie et alia.
20131      Branch: perl
20132            ! pod/perldelta.pod
20133 ____________________________________________________________________________
20134 [  6931] By: jhi                                   on 2000/08/30  23:36:02
20135         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
20136              From: <abigail@foad.org>
20137              Date: Wed, 30 Aug 2000 19:28:07 -0400
20138              Message-ID: <20000830232807.305.qmail@foad.org>
20139      Branch: perl
20140            ! pod/perldelta.pod
20141 ____________________________________________________________________________
20142 [  6930] By: jhi                                   on 2000/08/30  23:32:40
20143         Log: Update to Unicode 3.0.1.
20144      Branch: perl
20145            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
20146            + lib/unicode/PropList.txt lib/unicode/README.perl
20147            + lib/unicode/UCD301.html lib/unicode/Unicode.301
20148            - lib/unicode/Props.txt lib/unicode/UCD300.html
20149            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
20150            ! (edit 257 files)
20151 ____________________________________________________________________________
20152 [  6929] By: jhi                                   on 2000/08/30  22:38:18
20153         Log: Heap decorruption.
20154              
20155              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
20156              From: Alan Burlison <Alan.Burlison@uk.sun.com>
20157              Date: Wed, 30 Aug 2000 22:39:52 +0100
20158              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
20159      Branch: perl
20160            ! sv.c
20161 ____________________________________________________________________________
20162 [  6928] By: jhi                                   on 2000/08/30  22:29:34
20163         Log: Retract the dummy test, skip the security tests (instead of failing),
20164              explain what the warnings mean.
20165      Branch: perl
20166            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
20167 ____________________________________________________________________________
20168 [  6927] By: jhi                                   on 2000/08/30  22:14:13
20169         Log: Change the internal implementation of sort() to be mergesort
20170              instead of quicksort, from John Linderman <jpl@research.att.com>.
20171              Gives us better worst case, better average case, and stability.
20172              What's there not to like?  (Small fixes for threaded builds
20173              were required).
20174      Branch: perl
20175            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
20176 ____________________________________________________________________________
20177 [  6926] By: jhi                                   on 2000/08/30  20:55:20
20178         Log: A better fix for the Socket building problem from Craig Berry.
20179      Branch: perl
20180            ! vms/vms.c
20181 ____________________________________________________________________________
20182 [  6925] By: jhi                                   on 2000/08/30  20:20:25
20183         Log: Subject: [PATCH] Re: UNTIE method 
20184              From: Nick Ing-Simmons <nik@tiuk.ti.com>
20185              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
20186              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
20187      Branch: perl
20188            ! pp_sys.c t/op/tie.t
20189 ____________________________________________________________________________
20190 [  6924] By: jhi                                   on 2000/08/30  20:17:11
20191         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
20192              From: "Craig A. Berry" <craig.berry@psinetcs.com>
20193              Date: Wed, 30 Aug 2000 15:03:14 -0500
20194              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
20195      Branch: perl
20196            ! vms/vms.c
20197 ____________________________________________________________________________
20198 [  6923] By: jhi                                   on 2000/08/30  20:15:18
20199         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
20200              From: "Craig A. Berry" <craig.berry@psinetcs.com>
20201              Date: Wed, 30 Aug 2000 13:30:36 -0500
20202              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
20203      Branch: perl
20204            ! vms/vms.c
20205 ____________________________________________________________________________
20206 [  6922] By: jhi                                   on 2000/08/30  19:54:43
20207         Log: Better options for rsync.
20208      Branch: perl
20209            ! pod/perlhack.pod
20210 ____________________________________________________________________________
20211 [  6921] By: jhi                                   on 2000/08/30  19:40:16
20212         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
20213              From: Rick Delaney <rick@consumercontact.com>
20214              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
20215              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
20216      Branch: perl
20217            ! pod/perlfunc.pod
20218 ____________________________________________________________________________
20219 [  6920] By: jhi                                   on 2000/08/30  19:36:40
20220         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
20221              From: Peter Prymmer <pvhp@forte.com>
20222              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
20223              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
20224      Branch: perl
20225            ! configure.com
20226 ____________________________________________________________________________
20227 [  6919] By: jhi                                   on 2000/08/30  14:52:02
20228         Log: Update Changes.
20229      Branch: perl
20230            ! Changes patchlevel.h
20231 ____________________________________________________________________________
20232 [  6918] By: jhi                                   on 2000/08/30  14:48:34
20233         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
20234      Branch: perl
20235            ! lib/ExtUtils/typemap
20236 ____________________________________________________________________________
20237 [  6917] By: jhi                                   on 2000/08/30  14:46:34
20238         Log: Subject: typos in pods
20239              From: Nicholas Clark <nick@ccl4.org>
20240              Date: Wed, 30 Aug 2000 01:12:50 +0100
20241              Message-ID: <20000830011249.A61388@plum.flirble.org>
20242      Branch: perl
20243            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
20244            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
20245            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
20246            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
20247 ____________________________________________________________________________
20248 [  6916] By: jhi                                   on 2000/08/30  14:19:09
20249         Log: Document Storable problems on Crays.  (Will have
20250              to document all the other Storable problems, too.)
20251      Branch: perl
20252            ! pod/perldelta.pod
20253 ____________________________________________________________________________
20254 [  6915] By: jhi                                   on 2000/08/30  14:06:02
20255         Log: Subject: [PATCH] fix misc cast warnings
20256              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20257              Date: Tue, 29 Aug 2000 23:16:14 -0700
20258              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
20259      Branch: perl
20260            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
20261            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
20262            ! os2/os2ish.h
20263 ____________________________________________________________________________
20264 [  6914] By: jhi                                   on 2000/08/30  14:03:45
20265         Log: Timestamp mismatch again.  Need to fix this dependence on
20266              config_h.SH timestamp, since it's the contents of config_h.SH
20267              that matter.
20268      Branch: perl
20269            ! uconfig.h uconfig.sh
20270 ____________________________________________________________________________
20271 [  6913] By: jhi                                   on 2000/08/30  13:54:06
20272         Log: Don't say "Perl 5.0 source kit".
20273      Branch: perl
20274            ! perl.c
20275 ____________________________________________________________________________
20276 [  6912] By: jhi                                   on 2000/08/30  13:51:24
20277         Log: Reset archname and archname64 always, forcing them be
20278              recomputed at each Configure run, make Configure and
20279              the hints files agree on the naming of largefiles variables.
20280      Branch: metaconfig
20281            ! U/threads/archname.U
20282      Branch: metaconfig/U/perl
20283            ! use64bits.U
20284      Branch: perl
20285            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
20286            ! hints/linux.sh hints/solaris_2.sh
20287 ____________________________________________________________________________
20288 [  6911] By: jhi                                   on 2000/08/30  13:30:13
20289         Log: Put back the slice accidentally removed by #6907.
20290      Branch: perl
20291            ! hints/solaris_2.sh
20292 ____________________________________________________________________________
20293 [  6910] By: jhi                                   on 2000/08/30  01:24:26
20294         Log: Be consistent: other Net::get* do export theirs.
20295              
20296              Subject: Re: Net::protoent does not export 'getproto'
20297              From: Yasushi Nakajima <sey@jkc.co.jp>
20298              Date: Wed, 30 Aug 2000 09:53:14 +0900
20299              Message-Id: <200008300051.DAA24700@taku.hut.fi>
20300      Branch: perl
20301            ! lib/Net/protoent.pm
20302 ____________________________________________________________________________
20303 [  6909] By: jhi                                   on 2000/08/30  01:17:25
20304         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
20305              From: Gurusamy Sarathy <gsar@ActiveState.com>
20306              Date: Tue, 29 Aug 2000 17:17:07 -0700
20307              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
20308      Branch: perl
20309            ! cop.h
20310 ____________________________________________________________________________
20311 [  6908] By: jhi                                   on 2000/08/30  00:58:05
20312         Log: Update Changes.
20313      Branch: perl
20314            ! Changes patchlevel.h
20315 ____________________________________________________________________________
20316 [  6907] By: jhi                                   on 2000/08/30  00:57:22
20317         Log: Introduce ccname to keep track of what compiler kind of we have.
20318      Branch: metaconfig/U/perl
20319            ! Checkcc.U gccvers.U
20320      Branch: perl
20321            ! Configure config_h.SH hints/solaris_2.sh
20322 ____________________________________________________________________________
20323 [  6906] By: jhi                                   on 2000/08/30  00:25:47
20324         Log: Put back the flags dump as reasoned in
20325              
20326              Subject: Re: [PATCH] Glob dumping
20327              From: Mike Guy <mjtg@cam.ac.uk> 
20328              Date: Tue, 29 Aug 2000 21:41:32 +0100
20329              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
20330      Branch: perl
20331            ! dump.c t/lib/peek.t
20332 ____________________________________________________________________________
20333 [  6905] By: jhi                                   on 2000/08/30  00:16:17
20334         Log: Make the epsilon to be relative, not absolute.
20335              
20336              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
20337              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
20338              Date: Tue, 29 Aug 2000 19:58:56 -0400
20339              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
20340      Branch: perl
20341            ! t/lib/trig.t
20342 ____________________________________________________________________________
20343 [  6904] By: jhi                                   on 2000/08/30  00:13:09
20344         Log: From now on, Gisle is on my list of usual suspects :-)
20345              Retract #6902.
20346      Branch: perl
20347            ! ext/Opcode/Safe.pm
20348 ____________________________________________________________________________
20349 [  6903] By: jhi                                   on 2000/08/29  23:51:20
20350         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
20351              From: "Craig A. Berry" <craig.berry@psinetcs.com>
20352              Date: Tue, 29 Aug 2000 18:43:26 -0500
20353              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
20354      Branch: perl
20355            + vms/vmspipe.com
20356            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
20357            ! vms/vms.c
20358 ____________________________________________________________________________
20359 [  6902] By: jhi                                   on 2000/08/29  23:44:14
20360         Log: Retry what #6882 attempted.
20361              
20362              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
20363              From: Gisle Aas <gisle@ActiveState.com>
20364              Date: 30 Aug 2000 00:33:09 +0200
20365              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
20366      Branch: perl
20367            ! ext/Opcode/Safe.pm
20368 ____________________________________________________________________________
20369 [  6901] By: jhi                                   on 2000/08/29  22:59:32
20370         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
20371              From: Hugo <hv@crypt.compulink.co.uk>
20372              Date: Mon, 12 Jun 2000 19:36:08 +0100
20373              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
20374      Branch: perl
20375            ! sv.c
20376 ____________________________________________________________________________
20377 [  6900] By: jhi                                   on 2000/08/29  22:58:35
20378         Log: Admit that we are leaking scalars.
20379              
20380              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
20381              From: Spider Boardman <spider@leggy.zk3.dec.com>
20382              Date: Tue, 29 Aug 2000 18:48:29 -0400
20383              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
20384      Branch: perl
20385            ! t/pragma/warnings.t
20386 ____________________________________________________________________________
20387 [  6899] By: jhi                                   on 2000/08/29  20:53:13
20388         Log: Update Changes.
20389      Branch: perl
20390            ! Changes patchlevel.h
20391 ____________________________________________________________________________
20392 [  6898] By: jhi                                   on 2000/08/29  20:46:21
20393         Log: Undo namespace pollution of #6878.
20394              
20395              Subject: Re: Net::protoent does not export 'getproto'
20396              From: Mike Guy <mjtg@cam.ac.uk>
20397              Date: Tue, 29 Aug 2000 21:32:37 +0100
20398              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
20399      Branch: perl
20400            ! lib/Net/protoent.pm
20401 ____________________________________________________________________________
20402 [  6897] By: jhi                                   on 2000/08/29  20:44:29
20403         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
20404              From: Peter Prymmer <pvhp@forte.com>
20405              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
20406              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
20407      Branch: perl
20408            ! pod/perlebcdic.pod
20409 ____________________________________________________________________________
20410 [  6896] By: jhi                                   on 2000/08/29  20:40:57
20411         Log: There's no point repeating the 'revision' (5) of perl5.
20412      Branch: metaconfig/U/perl
20413            ! Devel.U patchlevel.U
20414      Branch: perl
20415            ! Configure config_h.SH
20416 ____________________________________________________________________________
20417 [  6895] By: jhi                                   on 2000/08/29  20:16:58
20418         Log: Regen Configure for #6894.
20419      Branch: metaconfig/U/perl
20420            ! perladmin.U
20421      Branch: perl
20422            ! Configure config_h.SH
20423 ____________________________________________________________________________
20424 [  6894] By: jhi                                   on 2000/08/29  19:59:52
20425         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
20426              From: "Philip Newton" <Philip.Newton@gmx.net>
20427              Date: Tue, 29 Aug 2000 21:39:14 +0200
20428              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
20429      Branch: perl
20430            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
20431            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
20432            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
20433            ! utils/perlbug.PL
20434 ____________________________________________________________________________
20435 [  6893] By: jhi                                   on 2000/08/29  19:55:30
20436         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
20437              From: "Philip Newton" <Philip.Newton@gmx.net>
20438              Date: Tue, 29 Aug 2000 21:39:14 +0200
20439              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
20440      Branch: perl
20441            ! installhtml
20442 ____________________________________________________________________________
20443 [  6892] By: jhi                                   on 2000/08/29  19:53:59
20444         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
20445              From: "Philip Newton" <Philip.Newton@gmx.net>
20446              Date: Tue, 29 Aug 2000 21:48:18 +0200
20447              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
20448      Branch: perl
20449            ! lib/File/Temp.pm
20450 ____________________________________________________________________________
20451 [  6891] By: jhi                                   on 2000/08/29  18:30:03
20452         Log: Nail the ID 20000828.023.
20453      Branch: perl
20454            ! ext/Storable/Storable.xs
20455 ____________________________________________________________________________
20456 [  6890] By: jhi                                   on 2000/08/29  16:50:17
20457         Log: Under usethreads the dumped variable is IN_PAD.
20458              
20459              Subject: Re: [PATCH] Glob dumping
20460              From: Gisle Aas <gisle@ActiveState.com>
20461              Date: 29 Aug 2000 18:45:05 +0200
20462              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
20463      Branch: perl
20464            ! t/lib/peek.t
20465 ____________________________________________________________________________
20466 [  6889] By: jhi                                   on 2000/08/29  15:17:37
20467         Log: Update Changes.
20468      Branch: perl
20469            ! Changes patchlevel.h
20470 ____________________________________________________________________________
20471 [  6888] By: jhi                                   on 2000/08/29  14:49:59
20472         Log: Retract #6882, broke the safe tests.
20473      Branch: perl
20474            ! ext/Opcode/Safe.pm
20475 ____________________________________________________________________________
20476 [  6887] By: jhi                                   on 2000/08/29  14:47:06
20477         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
20478              From: Gisle Aas <gisle@ActiveState.com> 
20479              Date: 09 Jun 2000 20:00:11 +0200
20480              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
20481      Branch: perl
20482            ! utils/perldoc.PL
20483 ____________________________________________________________________________
20484 [  6886] By: jhi                                   on 2000/08/29  14:42:45
20485         Log: The #6881 removed one dump line.
20486      Branch: perl
20487            ! t/lib/peek.t
20488 ____________________________________________________________________________
20489 [  6885] By: jhi                                   on 2000/08/29  14:30:47
20490         Log: Don't forget to tidy up.
20491      Branch: perl
20492            ! t/lib/ftmp-security.t
20493 ____________________________________________________________________________
20494 [  6884] By: jhi                                   on 2000/08/29  14:25:17
20495         Log: Disabling the one test is a bit tricky.
20496      Branch: perl
20497            ! t/lib/ftmp-security.t
20498 ____________________________________________________________________________
20499 [  6883] By: jhi                                   on 2000/08/29  14:16:25
20500         Log: Disable one of the tests for now.
20501      Branch: perl
20502            ! t/lib/ftmp-security.t
20503 ____________________________________________________________________________
20504 [  6882] By: jhi                                   on 2000/08/29  14:05:50
20505         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
20506              From: gisle@aas.no
20507              Date: 29 Aug 2000 10:35:06 -0000
20508              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
20509      Branch: perl
20510            ! ext/Opcode/Safe.pm
20511 ____________________________________________________________________________
20512 [  6881] By: jhi                                   on 2000/08/29  14:03:51
20513         Log: Subject: [PATCH] Glob dumping
20514              From: Gisle Aas <gisle@ActiveState.com>
20515              Date: 29 Aug 2000 07:59:42 -0000
20516              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
20517      Branch: perl
20518            ! dump.c
20519 ____________________________________________________________________________
20520 [  6880] By: jhi                                   on 2000/08/29  14:02:01
20521         Log: Subject: [PATCH] Warnings in B::Deparse
20522              From: <abigail@foad.org>
20523              Date: Tue, 29 Aug 2000 00:00:01 -0400
20524              Message-ID: <20000829040001.2999.qmail@foad.org>
20525      Branch: perl
20526            ! ext/B/B/Deparse.pm
20527 ____________________________________________________________________________
20528 [  6879] By: jhi                                   on 2000/08/29  13:57:26
20529         Log: Missed a change in #6869.
20530      Branch: perl
20531            ! mg.c
20532 ____________________________________________________________________________
20533 [  6878] By: jhi                                   on 2000/08/29  13:45:04
20534         Log: Subject: Net::protoent does not export 'getproto'
20535              From: Yasushi Nakajima <sey@jkc.co.jp>
20536              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
20537      Branch: perl
20538            ! lib/Net/protoent.pm
20539 ____________________________________________________________________________
20540 [  6877] By: jhi                                   on 2000/08/29  13:39:19
20541         Log: Patches all over for people and the files they (hopefully) care about.
20542      Branch: perl
20543            ! AUTHORS Changes MAINTAIN
20544 ____________________________________________________________________________
20545 [  6876] By: jhi                                   on 2000/08/29  12:53:54
20546         Log: Fix for thinko in #6848.
20547              
20548              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
20549              From: Lupe Christoph <lupe@lupe-christoph.de>
20550              Date: Tue, 29 Aug 2000 09:04:08 +0200
20551              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
20552      Branch: perl
20553            ! ext/Thread/Thread.xs
20554 ____________________________________________________________________________
20555 [  6875] By: jhi                                   on 2000/08/29  12:50:14
20556         Log: Update to Getopt::Long 2.24, from Johan Vromans.
20557      Branch: perl
20558            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
20559 ____________________________________________________________________________
20560 [  6874] By: jhi                                   on 2000/08/29  02:09:53
20561         Log: Use minimal @INC in tests, most of the time just '../lib',
20562              so that we simply can't pick up stuff from other Perls than
20563              the one we are testing.  Pointed out by
20564              
20565              From: Mike Guy <mjtg@cam.ac.uk>
20566              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
20567              Date: Fri, 25 Aug 2000 15:15:59 +0100
20568              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
20569      Branch: perl
20570            ! (edit 185 files)
20571 ____________________________________________________________________________
20572 [  6873] By: jhi                                   on 2000/08/29  01:07:11
20573         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
20574              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20575              Date: Mon, 28 Aug 2000 17:45:52 -0700
20576              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
20577      Branch: perl
20578            ! Makefile.SH hints/os2.sh
20579 ____________________________________________________________________________
20580 [  6872] By: jhi                                   on 2000/08/28  23:33:39
20581         Log: Subject: [PATCH bleedperl@6866] spellings
20582              From: marcel@codewerk.com (Marcel Grunauer)
20583              Date: Tue, 29 Aug 2000 01:19:59 +0200
20584              Message-Id: <200008282319.BAA29862@gandalf.local>
20585      Branch: perl
20586            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
20587            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
20588            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
20589 ____________________________________________________________________________
20590 [  6871] By: jhi                                   on 2000/08/28  23:22:09
20591         Log: Take out the SUIDMAIL thing, that will not be
20592              a problem in 5.7.*.
20593      Branch: perl
20594            ! patchlevel.h
20595 ____________________________________________________________________________
20596 [  6870] By: jhi                                   on 2000/08/28  23:19:30
20597         Log: -S is the silent flag, -s is the strip flag.
20598              
20599              Subject: [PATCH] Re: [PATCH] make no-install          
20600              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
20601              Date: Mon, 28 Aug 2000 15:12:55 -0700
20602              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
20603      Branch: perl
20604            ! Makefile.SH
20605 ____________________________________________________________________________
20606 [  6869] By: jhi                                   on 2000/08/28  23:12:05
20607         Log: Subject: [PATCH bleedperl@6856] warnings fixes
20608              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
20609              Date: Mon, 28 Aug 2000 23:55:06 +0100
20610              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
20611      Branch: perl
20612            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
20613            ! warnings.h warnings.pl
20614 ____________________________________________________________________________
20615 [  6868] By: jhi                                   on 2000/08/28  21:38:22
20616         Log: Potential cruft.
20617      Branch: perl
20618            ! Makefile.SH
20619 ____________________________________________________________________________
20620 [  6867] By: jhi                                   on 2000/08/28  21:35:36
20621         Log: Update Changes.
20622      Branch: perl
20623            ! Changes patchlevel.h
20624 ____________________________________________________________________________
20625 [  6866] By: jhi                                   on 2000/08/28  21:33:49
20626         Log: Subject: hv.h Doc Patch
20627              From: Fisher Mark <fisherm@tce.com>
20628              Date: Mon, 28 Aug 2000 16:24:59 -0500
20629              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
20630      Branch: perl
20631            ! hv.h
20632 ____________________________________________________________________________
20633 [  6865] By: jhi                                   on 2000/08/28  21:02:15
20634         Log: Add -ld to archname on long tr...double platforms.
20635      Branch: metaconfig
20636            ! U/threads/archname.U
20637      Branch: perl
20638            ! Configure config_h.SH
20639 ____________________________________________________________________________
20640 [  6864] By: jhi                                   on 2000/08/28  20:38:59
20641         Log: An attempt to fix the problem reported in
20642              
20643              Subject: Building perl@6856 using gcc/AIX 4.3.3 
20644              From: Daniel Muino <dmuino@afip.gov.ar> 
20645              Date: Mon, 28 Aug 2000 15:50:01 -0300   
20646              Message-ID: <20000828155001.A14403@con2-dgi>
20647              
20648              I can't test this properly since the gcc installation I have
20649              access to seems to be botched (gcc is calling the AIX cpp,
20650              a losing proposition...)
20651      Branch: perl
20652            ! hints/aix.sh
20653 ____________________________________________________________________________
20654 [  6863] By: jhi                                   on 2000/08/28  18:57:52
20655         Log: Fix for ID 20000828.001, long doubles were not formatted
20656              correctly (showed up in $], which stopped installing perl).
20657      Branch: perl
20658            ! sv.c
20659 ____________________________________________________________________________
20660 [  6862] By: jhi                                   on 2000/08/28  18:07:15
20661         Log: Typo in #6858.
20662      Branch: perl
20663            ! lib/Cwd.pm
20664 ____________________________________________________________________________
20665 [  6861] By: jhi                                   on 2000/08/28  17:57:27
20666         Log: opmini.o may be left around if a build is interrupted.
20667      Branch: perl
20668            ! Makefile.SH
20669 ____________________________________________________________________________
20670 [  6860] By: jhi                                   on 2000/08/28  16:52:50
20671         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
20672              From: Daniel Chetlin <daniel@chetlin.com>
20673              Date: Mon, 28 Aug 2000 01:14:18 -0700
20674              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
20675      Branch: perl
20676            ! lib/overload.pm
20677 ____________________________________________________________________________
20678 [  6859] By: jhi                                   on 2000/08/28  16:08:46
20679         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
20680              From: Nicholas Clark <nick@ccl4.org>
20681              Date: Mon, 28 Aug 2000 16:03:27 +0100
20682              Message-Id: <20000828160327.C49785@plum.flirble.org>
20683      Branch: perl
20684            ! ext/ByteLoader/bytecode.h
20685 ____________________________________________________________________________
20686 [  6858] By: jhi                                   on 2000/08/28  16:02:10
20687         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
20688              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
20689              Date: Mon, 28 Aug 2000 13:08:30 +0200
20690              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
20691      Branch: perl
20692            ! lib/Cwd.pm
20693 ____________________________________________________________________________
20694 [  6857] By: jhi                                   on 2000/08/28  15:42:47
20695         Log: display_format used as a class method without arguments was broken,
20696              reported in
20697              
20698              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
20699              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
20700              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
20701              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
20702      Branch: perl
20703            ! lib/Math/Complex.pm t/lib/complex.t
20704 ____________________________________________________________________________
20705 [  6856] By: jhi                                   on 2000/08/27  22:09:48
20706         Log: Update Changes.
20707      Branch: perl
20708            ! Changes patchlevel.h
20709 ____________________________________________________________________________
20710 [  6855] By: jhi                                   on 2000/08/27  21:59:21
20711         Log: Retract #6853 (false alarm).
20712      Branch: perl
20713            ! lib/ExtUtils/xsubpp
20714 ____________________________________________________________________________
20715 [  6854] By: jhi                                   on 2000/08/27  21:37:44
20716         Log: Update Changes.
20717      Branch: perl
20718            ! Changes patchlevel.h
20719 ____________________________________________________________________________
20720 [  6853] By: jhi                                   on 2000/08/27  21:37:16
20721         Log: Subject: [PATCH perl@6850] workaround for xsubpp
20722              From: Hugo <hv@crypt.compulink.co.uk>
20723              Date: Sun, 27 Aug 2000 22:30:25 +0100
20724              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
20725      Branch: perl
20726            ! lib/ExtUtils/xsubpp
20727 ____________________________________________________________________________
20728 [  6852] By: jhi                                   on 2000/08/27  21:33:58
20729         Log: Big-endian 64-bit patch from Raphael Manfredi.
20730      Branch: perl
20731            ! ext/Storable/Storable.xs
20732 ____________________________________________________________________________
20733 [  6851] By: jhi                                   on 2000/08/27  21:22:21
20734         Log: More ruthless editing from Hugo van der Sanden.
20735      Branch: perl
20736            ! pod/perldelta.pod
20737 ____________________________________________________________________________
20738 [  6850] By: jhi                                   on 2000/08/27  16:11:46
20739         Log: Update Changes.
20740      Branch: perl
20741            ! Changes patchlevel.h
20742 ____________________________________________________________________________
20743 [  6849] By: jhi                                   on 2000/08/27  16:11:05
20744         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
20745      Branch: perl
20746            ! configpm pod/perldelta.pod
20747 ____________________________________________________________________________
20748 [  6848] By: jhi                                   on 2000/08/27  15:35:08
20749         Log: Use the actual thread type, not the pointer-to-struct.
20750      Branch: perl
20751            ! ext/Thread/Thread.xs
20752 ____________________________________________________________________________
20753 [  6847] By: jhi                                   on 2000/08/27  15:30:49
20754         Log: Test nit.
20755      Branch: perl
20756            ! t/pragma/warn/pp_sys
20757 ____________________________________________________________________________
20758 [  6846] By: jhi                                   on 2000/08/27  15:19:02
20759         Log: Passing -R in ldflags makes now it to appear in the default
20760              for lddlflags, just like with -L.
20761              
20762              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
20763              From: Lupe Christoph <lupe@lupe-christoph.de>
20764              Date: Sun, 27 Aug 2000 10:28:21 +0200
20765              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
20766      Branch: metaconfig/U/perl
20767            ! dlsrc.U
20768      Branch: perl
20769            ! Configure
20770 ____________________________________________________________________________
20771 [  6845] By: jhi                                   on 2000/08/27  15:08:54
20772         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
20773              From: Alan Burlison <Alan.Burlison@uk.sun.com>
20774              Date: Sat, 26 Aug 2000 22:23:27 +0100
20775              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
20776      Branch: perl
20777            ! lib/ExtUtils/MM_Unix.pm
20778 ____________________________________________________________________________
20779 [  6844] By: jhi                                   on 2000/08/27  15:02:37
20780         Log: DJGPP update from Laszlo Molnar.
20781              
20782              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
20783              From: ml1050 <ml1050@freemail.hu>
20784              Date: Sat, 26 Aug 2000 23:24:40 +0200
20785              Message-Id: <20000826232440.A439@freemail.hu>
20786      Branch: perl
20787            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
20788            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
20789 ____________________________________________________________________________
20790 [  6843] By: jhi                                   on 2000/08/27  14:53:58
20791         Log: Subject: installman buglet
20792              From: Lupe Christoph <lupe@lupe-christoph.de>
20793              Date: Sun, 27 Aug 2000 14:38:59 +0200
20794              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
20795      Branch: perl
20796            ! installman
20797 ____________________________________________________________________________
20798 [  6842] By: jhi                                   on 2000/08/27  14:52:08
20799         Log: Can't get the test to reliably work thanks to the
20800              inaccurateness of floating point.  "Resolves" bug ids
20801              20000826.003, 20000826.009, 20000826.010,
20802      Branch: perl
20803            ! t/lib/trig.t
20804 ____________________________________________________________________________
20805 [  6841] By: jhi                                   on 2000/08/26  15:53:58
20806         Log: Update Changes.
20807      Branch: perl
20808            ! Changes patchlevel.h
20809 ____________________________________________________________________________
20810 [  6840] By: jhi                                   on 2000/08/26  14:23:03
20811         Log: grep -e isn't portable.
20812              
20813              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
20814              From: chris@broadband.att.com
20815              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
20816              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
20817      Branch: perl
20818            ! hints/solaris_2.sh
20819 ____________________________________________________________________________
20820 [  6839] By: jhi                                   on 2000/08/26  14:12:23
20821         Log: no-install target a la make -n.
20822              
20823              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
20824              From: <abigail@foad.org>
20825              Date: Sat, 26 Aug 2000 03:57:34 -0400
20826              Message-ID: <20000826075735.18912.qmail@foad.org>
20827      Branch: perl
20828            ! Makefile.SH installman installperl
20829 ____________________________________________________________________________
20830 [  6838] By: jhi                                   on 2000/08/26  14:06:33
20831         Log: Retract #6826 as the #6828 should be do the same
20832              in a More Correct Way.
20833      Branch: perl
20834            ! installperl
20835 ____________________________________________________________________________
20836 [  6837] By: jhi                                   on 2000/08/26  05:24:00
20837         Log: More casting.
20838      Branch: perl
20839            ! ext/Storable/Storable.xs
20840 ____________________________________________________________________________
20841 [  6836] By: jhi                                   on 2000/08/26  05:05:46
20842         Log: Nicer in decimal.
20843      Branch: perl
20844            ! ext/Storable/Storable.xs
20845 ____________________________________________________________________________
20846 [  6835] By: jhi                                   on 2000/08/26  05:03:50
20847         Log: There be no UVdf.
20848      Branch: perl
20849            ! ext/Storable/Storable.xs
20850 ____________________________________________________________________________
20851 [  6834] By: jhi                                   on 2000/08/26  05:00:18
20852         Log: Continue IVdfing and UVxfing.
20853      Branch: perl
20854            ! ext/Storable/Storable.xs
20855 ____________________________________________________________________________
20856 [  6833] By: jhi                                   on 2000/08/26  04:53:14
20857         Log: Use IVdf.
20858      Branch: perl
20859            ! ext/Storable/Storable.xs
20860 ____________________________________________________________________________
20861 [  6832] By: jhi                                   on 2000/08/26  04:40:41
20862         Log: Document PTR2XX and INT2PTR.
20863      Branch: perl
20864            ! pod/perlguts.pod
20865 ____________________________________________________________________________
20866 [  6831] By: jhi                                   on 2000/08/26  04:33:18
20867         Log: Use UVxf, PTR2UV, NVff.
20868      Branch: perl
20869            ! ext/Storable/Storable.xs
20870 ____________________________________________________________________________
20871 [  6830] By: jhi                                   on 2000/08/26  04:31:32
20872         Log: Update the test count.
20873      Branch: perl
20874            ! t/lib/trig.t
20875 ____________________________________________________________________________
20876 [  6829] By: jhi                                   on 2000/08/26  03:05:50
20877         Log: Subject: [PATCH] installation not quite silent yet.
20878              From: <abigail@foad.org>
20879              Date: Fri, 25 Aug 2000 20:07:53 -0400
20880              Message-ID: <20000826000753.7822.qmail@foad.org>
20881      Branch: perl
20882            ! installman installperl
20883 ____________________________________________________________________________
20884 [  6828] By: jhi                                   on 2000/08/26  03:05:14
20885         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
20886              From: Spider Boardman <spider@web.zk3.dec.com>
20887              Date: Fri, 25 Aug 2000 19:12:40 -0400
20888              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
20889      Branch: perl
20890            ! gv.c
20891 ____________________________________________________________________________
20892 [  6827] By: jhi                                   on 2000/08/25  23:54:34
20893         Log: Support preserving extremely big/small angles.
20894      Branch: perl
20895            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
20896 ____________________________________________________________________________
20897 [  6826] By: jhi                                   on 2000/08/25  23:01:20
20898         Log: Patch installperl to be long double-aware.
20899              
20900              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
20901              From: Spider Boardman <spider@web.zk3.dec.com>
20902              Date: Fri, 25 Aug 2000 18:15:23 -0400
20903              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
20904      Branch: perl
20905            ! installperl
20906 ____________________________________________________________________________
20907 [  6825] By: jhi                                   on 2000/08/25  22:58:25
20908         Log: Remove duplicately applied patch shards.
20909              
20910              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
20911              From: Spider Boardman <spider@leggy.zk3.dec.com>
20912              Date: Fri, 25 Aug 2000 16:45:03 -0400
20913              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
20914      Branch: perl
20915            ! t/lib/cgi-html.t
20916 ____________________________________________________________________________
20917 [  6824] By: jhi                                   on 2000/08/25  22:57:00
20918         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
20919              From: Daniel Chetlin <daniel@chetlin.com>
20920              Date: Fri, 25 Aug 2000 12:23:16 -0700
20921              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
20922              
20923              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
20924              From: Daniel Chetlin <daniel@chetlin.com>
20925              Date: Fri, 25 Aug 2000 14:47:19 -0700
20926              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
20927      Branch: perl
20928            ! installman
20929 ____________________________________________________________________________
20930 [  6823] By: jhi                                   on 2000/08/25  22:44:17
20931         Log: Timestamp problem?
20932      Branch: perl
20933            ! uconfig.h uconfig.sh
20934 ____________________________________________________________________________
20935 [  6822] By: jhi                                   on 2000/08/25  19:01:06
20936         Log: One forgotten file from #6816.
20937      Branch: perl
20938            ! vos/config.h
20939 ____________________________________________________________________________
20940 [  6821] By: jhi                                   on 2000/08/25  18:56:39
20941         Log: Regen Changes.
20942      Branch: perl
20943            ! Changes patchlevel.h
20944 ____________________________________________________________________________
20945 [  6820] By: jhi                                   on 2000/08/25  18:52:35
20946         Log: Fix Changes ordering.
20947      Branch: perl
20948            ! Changes
20949 ____________________________________________________________________________
20950 [  6819] By: jhi                                   on 2000/08/25  18:50:25
20951         Log: Update Changes.
20952      Branch: perl
20953            ! Changes patchlevel.h
20954 ____________________________________________________________________________
20955 [  6818] By: jhi                                   on 2000/08/25  18:47:45
20956         Log: Tweak the sfio/useperlio logic, hopefully as wished in
20957              
20958              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
20959              From: Nicholas Clark <nick@babyhippo.co.uk>
20960              Date: Fri, 25 Aug 2000 12:01:45 +0100
20961              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
20962      Branch: metaconfig/U/perl
20963            ! d_sfio.U
20964      Branch: perl
20965            ! Configure
20966 ____________________________________________________________________________
20967 [  6817] By: jhi                                   on 2000/08/25  18:32:51
20968         Log: Allow microperl to assume <math.h>, without it the math
20969              functions like floor() are assumed to return int, which makes
20970              for core dumps in machines where integer and floating register
20971              don't mix.
20972      Branch: perl
20973            ! uconfig.h uconfig.sh
20974 ____________________________________________________________________________
20975 [  6816] By: jhi                                   on 2000/08/25  18:27:17
20976         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
20977              the problem reported in
20978              
20979              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
20980              From: danhale@us.ibm.com
20981              Date: Fri, 25 Aug 2000 10:58:06 -0400
20982              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
20983      Branch: metaconfig/U/perl
20984            + d_socks5_init.U
20985      Branch: perl
20986            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
20987            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
20988            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
20989            ! win32/config.gc win32/config.vc
20990 ____________________________________________________________________________
20991 [  6815] By: jhi                                   on 2000/08/25  17:43:31
20992         Log: A solution for the retrieve_fd autosplit warning,
20993              idea suggested by Mike Guy.
20994      Branch: perl
20995            ! ext/Storable/Storable.pm
20996 ____________________________________________________________________________
20997 [  6814] By: jhi                                   on 2000/08/25  17:16:03
20998         Log: Add install-silent target.
20999      Branch: perl
21000            ! Makefile.SH
21001 ____________________________________________________________________________
21002 [  6813] By: jhi                                   on 2000/08/25  17:14:23
21003         Log: Subject: Re: [PATCH] More silencing of installman.
21004              From: <abigail@foad.org>
21005              Date: Thu, 24 Aug 2000 19:27:03 -0400
21006              Message-ID: <20000824232703.7001.qmail@foad.org>
21007              
21008              Subject: Re: [PATCH] More silencing of installman.
21009              From: <abigail@foad.org>
21010              Date: Fri, 25 Aug 2000 03:00:58 -0400
21011              Message-ID: <20000825070058.10697.qmail@foad.org>
21012      Branch: perl
21013            ! installman
21014 ____________________________________________________________________________
21015 [  6812] By: jhi                                   on 2000/08/25  17:11:28
21016         Log: installperl --verbose and --silent.
21017              
21018              Subject: Re: [PATCH] More silencing of installman.
21019              From: <abigail@foad.org>
21020              Message-ID: <20000825064430.9719.qmail@foad.org>
21021              Date: Fri, 25 Aug 2000 02:44:30 -0400
21022      Branch: perl
21023            ! installperl
21024 ____________________________________________________________________________
21025 [  6811] By: jhi                                   on 2000/08/25  17:05:43
21026         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
21027              From: "Peter J. Farley III" <pjfarley@banet.net>
21028              Date: Thu, 24 Aug 2000 21:58:03 -0400
21029              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
21030              
21031              (applied slightly modified)
21032      Branch: perl
21033            ! lib/ExtUtils/MM_Unix.pm
21034 ____________________________________________________________________________
21035 [  6810] By: jhi                                   on 2000/08/25  17:01:18
21036         Log: Missing parts of 
21037              
21038              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
21039              From: Peter Prymmer <pvhp@forte.com>
21040              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
21041              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
21042      Branch: perl
21043            ! t/lib/cgi-html.t
21044 ____________________________________________________________________________
21045 [  6809] By: jhi                                   on 2000/08/25  16:46:32
21046         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
21047              From: "Craig A. Berry" <craig.berry@psinetcs.com>
21048              Date: Thu, 24 Aug 2000 19:13:11 -0500
21049              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
21050      Branch: perl
21051            ! vms/vms.c
21052 ____________________________________________________________________________
21053 [  6808] By: jhi                                   on 2000/08/25  16:39:22
21054         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
21055              From: Peter Prymmer <pvhp@forte.com>
21056              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
21057              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
21058      Branch: perl
21059            ! configure.com
21060 ____________________________________________________________________________
21061 [  6807] By: jhi                                   on 2000/08/25  16:36:37
21062         Log: Better wording for the vec lvalue diagnostic.
21063              
21064              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
21065              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
21066              Date: Wed, 23 Aug 2000 14:12:16 -0400
21067              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
21068      Branch: perl
21069            ! pod/perldiag.pod
21070 ____________________________________________________________________________
21071 [  6806] By: jhi                                   on 2000/08/24  18:17:22
21072         Log: Subject: [PATCH] More silencing of installman.
21073              From: <abigail@foad.org>
21074              Date: Thu, 24 Aug 2000 14:01:44 -0400
21075              Message-ID: <20000824180144.20062.qmail@foad.org>
21076      Branch: perl
21077            ! installman
21078 ____________________________________________________________________________
21079 [  6805] By: jhi                                   on 2000/08/24  15:00:31
21080         Log: Update Changes.
21081      Branch: perl
21082            ! Changes patchlevel.h
21083 ____________________________________________________________________________
21084 [  6804] By: jhi                                   on 2000/08/24  14:59:07
21085         Log: Regen perltoc.
21086      Branch: perl
21087            ! pod/perltoc.pod
21088 ____________________________________________________________________________
21089 [  6803] By: jhi                                   on 2000/08/24  14:44:39
21090         Log: Show the doc file, not the temp file.
21091      Branch: perl
21092            ! installman
21093 ____________________________________________________________________________
21094 [  6802] By: jhi                                   on 2000/08/24  14:41:53
21095         Log: Continue silencing.
21096      Branch: perl
21097            ! installman
21098 ____________________________________________________________________________
21099 [  6801] By: jhi                                   on 2000/08/24  14:34:40
21100         Log: Actually do something with the silencer option.
21101      Branch: perl
21102            ! installman
21103 ____________________________________________________________________________
21104 [  6800] By: jhi                                   on 2000/08/24  14:26:22
21105         Log: Make installman to recognize the silence flag -S.
21106      Branch: perl
21107            ! installman
21108 ____________________________________________________________________________
21109 [  6799] By: jhi                                   on 2000/08/24  13:49:38
21110         Log: DOS patches and portability/porting notes, from Tim Jenness.
21111      Branch: perl
21112            ! lib/File/Temp.pm
21113 ____________________________________________________________________________
21114 [  6798] By: jhi                                   on 2000/08/24  13:48:27
21115         Log: Create directories in silence.
21116              
21117              Subject: [PATCH] Another silencer for MakeMaker
21118              From: andreas.koenig@anima.de (Andreas J. Koenig)
21119              Date: 24 Aug 2000 14:18:52 +0200
21120              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
21121      Branch: perl
21122            ! lib/ExtUtils/Command.pm
21123 ____________________________________________________________________________
21124 [  6797] By: jhi                                   on 2000/08/24  13:46:42
21125         Log: More liberal parsing of version numbers.
21126              
21127              Subject: Re: CPAN.pm beta for testing available
21128              From: andreas.koenig@anima.de (Andreas J. Koenig)
21129              Date: 24 Aug 2000 13:51:57 +0200
21130              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
21131      Branch: perl
21132            ! lib/CPAN.pm
21133 ____________________________________________________________________________
21134 [  6796] By: jhi                                   on 2000/08/24  13:44:36
21135         Log: Make "make install" by default silent.  A new "install-verbose"
21136              target is verbose.
21137      Branch: perl
21138            ! Makefile.SH
21139 ____________________________________________________________________________
21140 [  6795] By: jhi                                   on 2000/08/24  13:39:14
21141         Log: Add silencer flags to installperl.
21142              
21143              Subject: [PATCH] Making installperl silent.
21144              From: <abigail@foad.org>
21145              Date: Thu, 24 Aug 2000 05:01:45 -0400
21146              Message-ID: <20000824090145.13141.qmail@foad.org>
21147      Branch: perl
21148            ! installperl
21149 ____________________________________________________________________________
21150 [  6794] By: jhi                                   on 2000/08/24  13:35:50
21151         Log: installperl couldn't tell whether it had run tests or not.
21152              
21153              Subject: [PATCH] Re: installperl and t/TEST
21154              From: <abigail@foad.org>
21155              Date: Thu, 24 Aug 2000 04:00:53 -0400
21156              Message-ID: <20000824080053.2494.qmail@foad.org>
21157      Branch: perl
21158            ! Makefile.SH installperl
21159 ____________________________________________________________________________
21160 [  6793] By: jhi                                   on 2000/08/24  13:27:50
21161         Log: Drop the separate perlbc, perlcc -b should be enough.
21162      Branch: perl
21163            - utils/perlbc.PL
21164            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
21165 ____________________________________________________________________________
21166 [  6792] By: jhi                                   on 2000/08/24  04:41:30
21167         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
21168              plus the typo fix from Peter Prymmer.
21169      Branch: perl
21170            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
21171            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
21172 ____________________________________________________________________________
21173 [  6791] By: jhi                                   on 2000/08/24  02:10:43
21174         Log: Replace #6705 with a minimal doc patch.
21175              
21176              Subject: [PATCH 5.6.0] replace change #6705
21177              From: Jan Dubois <jand@ActiveState.com>
21178              Date: Wed, 23 Aug 2000 18:31:51 -0700
21179              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
21180      Branch: perl
21181            ! lib/Win32.pod win32/win32.c
21182 ____________________________________________________________________________
21183 [  6790] By: jhi                                   on 2000/08/23  17:52:00
21184         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
21185              From: Mike Guy <mjtg@cam.ac.uk>
21186              Date: Wed, 23 Aug 2000 18:38:46 +0100
21187              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
21188      Branch: perl
21189            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
21190 ____________________________________________________________________________
21191 [  6789] By: jhi                                   on 2000/08/23  15:34:21
21192         Log: Update Changes.
21193      Branch: perl
21194            ! Changes patchlevel.h
21195 ____________________________________________________________________________
21196 [  6788] By: jhi                                   on 2000/08/23  15:33:40
21197         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
21198              From: Wilfredo Sánchez <wsanchez@apple.com>
21199              Date: Tue, 22 Aug 2000 19:31:27 -0700
21200              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
21201      Branch: perl
21202            ! perl.h
21203 ____________________________________________________________________________
21204 [  6787] By: jhi                                   on 2000/08/23  15:29:31
21205         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
21206              From: Spider Boardman <spider@leggy.zk3.dec.com>
21207              Date: Wed, 23 Aug 2000 10:33:23 -0400
21208              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
21209      Branch: perl
21210            ! lib/Pod/Html.pm
21211 ____________________________________________________________________________
21212 [  6786] By: jhi                                   on 2000/08/23  15:28:11
21213         Log: Bad makefile.
21214      Branch: perl
21215            ! ext/B/Makefile.PL
21216 ____________________________________________________________________________
21217 [  6785] By: jhi                                   on 2000/08/23  14:37:04
21218         Log: Update Changes.
21219      Branch: perl
21220            ! Changes patchlevel.h
21221 ____________________________________________________________________________
21222 [  6784] By: jhi                                   on 2000/08/23  13:58:41
21223         Log: Portability fix from Hugo van der Sanden.
21224      Branch: perl
21225            ! ext/re/Makefile.PL
21226 ____________________________________________________________________________
21227 [  6783] By: jhi                                   on 2000/08/23  13:53:53
21228         Log: Storable support, v-version fixes.
21229              
21230              Subject: CPAN.pm beta for testing available
21231              From: andreas.koenig@anima.de (Andreas J. Koenig)
21232              Date: 22 Aug 2000 23:31:33 +0200
21233              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
21234      Branch: perl
21235            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
21236 ____________________________________________________________________________
21237 [  6782] By: jhi                                   on 2000/08/23  13:51:26
21238         Log: Mac and other portability updates from Chris Nandor.
21239      Branch: perl
21240            ! pod/perlmodinstall.pod
21241 ____________________________________________________________________________
21242 [  6781] By: jhi                                   on 2000/08/23  13:47:33
21243         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
21244              From: Peter Prymmer <pvhp@forte.com>
21245              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
21246              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
21247      Branch: perl
21248            ! ext/Storable/Storable.xs
21249 ____________________________________________________________________________
21250 [  6780] By: jhi                                   on 2000/08/23  13:33:34
21251         Log: VMS MMS (make) wants null action.
21252      Branch: perl
21253            ! ext/B/Makefile.PL
21254 ____________________________________________________________________________
21255 [  6779] By: jhi                                   on 2000/08/22  19:44:47
21256         Log: Forgot portability nit.
21257      Branch: perl
21258            ! t/lib/st-forgive.t
21259 ____________________________________________________________________________
21260 [  6778] By: jhi                                   on 2000/08/22  19:35:25
21261         Log: Be portable.
21262      Branch: perl
21263            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
21264            ! t/lib/st-store.t
21265 ____________________________________________________________________________
21266 [  6777] By: jhi                                   on 2000/08/22  18:50:53
21267         Log: Update Changes.
21268      Branch: perl
21269            ! Changes patchlevel.h
21270 ____________________________________________________________________________
21271 [  6776] By: jhi                                   on 2000/08/22  18:44:46
21272         Log: cSVOPo_*v things index into the current PL_curpad
21273              under ithreads, which is different from the curpad
21274              used by the XSUB.  (In other words, the code as-is
21275              before this patch wouldn't work under ithreads.)
21276              From Sarathy.
21277      Branch: perl
21278            ! ext/B/B.xs
21279 ____________________________________________________________________________
21280 [  6775] By: jhi                                   on 2000/08/22  18:18:37
21281         Log: Make the selection of NVff et al stricter.
21282      Branch: metaconfig/U/perl
21283            ! perlxvf.U
21284      Branch: perl
21285            ! Configure config_h.SH
21286 ____________________________________________________________________________
21287 [  6774] By: jhi                                   on 2000/08/22  17:19:42
21288         Log: perldelta nits.
21289      Branch: perl
21290            ! pod/perldelta.pod
21291 ____________________________________________________________________________
21292 [  6773] By: jhi                                   on 2000/08/22  17:06:26
21293         Log: Long double fixes from Spider Boardman.
21294              
21295              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
21296              From: system PRIVILEGED account <root@peano.zk3.dec.com>
21297              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
21298              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
21299      Branch: perl
21300            ! t/lib/bigfltpm.t t/lib/st-06compat.t
21301 ____________________________________________________________________________
21302 [  6772] By: jhi                                   on 2000/08/22  15:04:53
21303         Log: Update Changes.
21304      Branch: perl
21305            ! Changes patchlevel.h
21306 ____________________________________________________________________________
21307 [  6771] By: jhi                                   on 2000/08/22  15:01:44
21308         Log: perldelta fixes from Hugo van der Sanden.
21309      Branch: perl
21310            ! pod/perldelta.pod
21311 ____________________________________________________________________________
21312 [  6770] By: jhi                                   on 2000/08/22  14:34:49
21313         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
21314              From: Hugo <hv@crypt.compulink.co.uk>
21315              Date: Tue, 22 Aug 2000 11:21:53 +0100
21316              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
21317      Branch: perl
21318            ! regcomp.c
21319 ____________________________________________________________________________
21320 [  6769] By: jhi                                   on 2000/08/22  14:30:02
21321         Log: Add Yitzchak, reformat.
21322      Branch: perl
21323            ! Changes config_h.SH
21324 ____________________________________________________________________________
21325 [  6768] By: jhi                                   on 2000/08/22  14:21:35
21326         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
21327              and Spider Boardman.
21328      Branch: metaconfig
21329            ! U/compline/d_gconvert.U
21330      Branch: perl
21331            ! Configure
21332 ____________________________________________________________________________
21333 [  6767] By: jhi                                   on 2000/08/22  14:11:24
21334         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
21335              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21336              Date: Mon, 21 Aug 2000 19:08:31 -0700
21337              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
21338      Branch: perl
21339            - ext/Storable/patchlevel.h
21340            ! MANIFEST ext/Storable/MANIFEST
21341 ____________________________________________________________________________
21342 [  6766] By: jhi                                   on 2000/08/22  13:49:29
21343         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
21344              From: Peter Prymmer <pvhp@forte.com>
21345              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
21346              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
21347      Branch: perl
21348            ! configure.com ext/Storable/Makefile.PL
21349 ____________________________________________________________________________
21350 [  6765] By: jhi                                   on 2000/08/22  13:44:59
21351         Log: Subject: [PATCH blead] B:: missing dependency
21352              From: Hugo <hv@crypt.compulink.co.uk>
21353              Date: Tue, 22 Aug 2000 06:44:33 +0100
21354              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
21355      Branch: perl
21356            ! ext/B/Makefile.PL
21357 ____________________________________________________________________________
21358 [  6764] By: jhi                                   on 2000/08/22  13:38:12
21359         Log: More bytecompiler.
21360      Branch: perl
21361            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
21362 ____________________________________________________________________________
21363 [  6763] By: jhi                                   on 2000/08/22  13:36:44
21364         Log: Bytecompiler patches from Benjamin Stuhl.
21365      Branch: perl
21366            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
21367            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
21368            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
21369            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
21370            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
21371            ! perl.c perlapi.h pod/perldelta.pod
21372 ____________________________________________________________________________
21373 [  6762] By: jhi                                   on 2000/08/21  23:43:40
21374         Log: An obsoleted diagnostic.
21375      Branch: perl
21376            ! pod/perldelta.pod
21377 ____________________________________________________________________________
21378 [  6761] By: jhi                                   on 2000/08/21  23:01:45
21379         Log: The #6759 wasn't quite right.
21380      Branch: perl
21381            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
21382            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
21383            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
21384            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
21385            ! t/lib/st-tieditems.t
21386 ____________________________________________________________________________
21387 [  6760] By: jhi                                   on 2000/08/21  22:35:49
21388         Log: Be verydeepclean.
21389      Branch: perl
21390            ! Makefile.SH
21391 ____________________________________________________________________________
21392 [  6759] By: jhi                                   on 2000/08/21  22:25:40
21393         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
21394              From: Peter Prymmer <pvhp@forte.com>
21395              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
21396              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
21397      Branch: perl
21398            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
21399            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
21400            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
21401            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
21402            ! t/lib/st-tieditems.t
21403 ____________________________________________________________________________
21404 [  6758] By: jhi                                   on 2000/08/21  22:22:32
21405         Log: Few more casts, need reported in
21406              
21407              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
21408              From: Mike Stok <mike@stok.co.uk>
21409              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
21410              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
21411              
21412              and
21413              
21414              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
21415              From: abigail@foad.org
21416              Date: 21 Aug 2000 21:31:34 -0000
21417              Message-Id: <20000821213134.30170.qmail@foad.org>
21418      Branch: perl
21419            ! ext/Storable/Storable.xs
21420 ____________________________________________________________________________
21421 [  6757] By: jhi                                   on 2000/08/21  18:37:07
21422         Log: Update Changes.
21423      Branch: perl
21424            ! Changes patchlevel.h
21425 ____________________________________________________________________________
21426 [  6756] By: jhi                                   on 2000/08/21  18:34:02
21427         Log: A pod nit.
21428              
21429              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
21430              From: <abigail@foad.org>
21431              Date: Mon, 21 Aug 2000 14:00:16 -0400
21432              Message-ID: <20000821180016.28627.qmail@foad.org>
21433      Branch: perl
21434            ! pod/perlre.pod
21435 ____________________________________________________________________________
21436 [  6755] By: jhi                                   on 2000/08/21  18:30:56
21437         Log: Use PodParser 1.18 new test.
21438      Branch: perl
21439            ! t/pod/special_seqs.t t/pod/special_seqs.xr
21440 ____________________________________________________________________________
21441 [  6754] By: jhi                                   on 2000/08/21  18:28:35
21442         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
21443              patches cannot be applied since #6712 conflicts.
21444      Branch: perl
21445            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
21446 ____________________________________________________________________________
21447 [  6753] By: jhi                                   on 2000/08/21  18:15:11
21448         Log: Weed out some smaller changes.
21449      Branch: perl
21450            ! pod/perldelta.pod
21451 ____________________________________________________________________________
21452 [  6752] By: jhi                                   on 2000/08/21  18:02:30
21453         Log: Also under djgpp the timestamps are funky.
21454      Branch: perl
21455            ! t/op/stat.t
21456 ____________________________________________________________________________
21457 [  6751] By: jhi                                   on 2000/08/21  17:55:56
21458         Log: Tweak the floating point output routine preferences.
21459      Branch: metaconfig
21460            ! U/compline/d_gconvert.U
21461      Branch: perl
21462            ! Configure
21463 ____________________________________________________________________________
21464 [  6750] By: jhi                                   on 2000/08/21  17:51:29
21465         Log: Unicos/mk requires elaborate paranoia.
21466      Branch: perl
21467            ! lib/Math/Complex.pm
21468 ____________________________________________________________________________
21469 [  6749] By: gsar                                  on 2000/08/21  16:53:31
21470         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
21471      Branch: perl
21472            ! lib/Cwd.pm
21473 ____________________________________________________________________________
21474 [  6748] By: gsar                                  on 2000/08/21  16:22:19
21475         Log: free TLS slot properly on Windows
21476      Branch: perl
21477            ! thread.h win32/perllib.c win32/win32thread.h
21478 ____________________________________________________________________________
21479 [  6747] By: jhi                                   on 2000/08/21  16:20:58
21480         Log: Rename the macro argument because some preprocessors
21481              can't tell the difference and expand arguments also inside
21482              double quoted strings.
21483      Branch: perl
21484            ! regcomp.c
21485 ____________________________________________________________________________
21486 [  6746] By: jhi                                   on 2000/08/21  16:09:41
21487         Log: Support long doubles in Storable.
21488              
21489              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
21490              From: Radu Greab <radu@netsoft.ro>
21491              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
21492              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
21493      Branch: perl
21494            ! ext/Storable/Storable.xs
21495 ____________________________________________________________________________
21496 [  6745] By: jhi                                   on 2000/08/21  15:51:40
21497         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
21498              From: "Fifer, Eric" <EFifer@sanwaint.com>
21499              Date: Mon, 21 Aug 2000 15:34:49 +0100
21500              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
21501      Branch: perl
21502            ! t/pragma/warn/9enabled
21503 ____________________________________________________________________________
21504 [  6744] By: jhi                                   on 2000/08/21  15:39:35
21505         Log: Document the endianness of Alpha more precisely.
21506      Branch: perl
21507            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
21508            ! pod/perlport.pod
21509 ____________________________________________________________________________
21510 [  6743] By: jhi                                   on 2000/08/21  14:47:05
21511         Log: perldelta fixes from the p5p crowd.
21512      Branch: perl
21513            ! pod/perldelta.pod pod/perlop.pod
21514 ____________________________________________________________________________
21515 [  6742] By: jhi                                   on 2000/08/21  13:34:51
21516         Log: Update to Pod::LaTeX 0.53.
21517              
21518              Subject: [PATCH] lib/Pod/LaTeX.pm updates
21519              From: Tim Jenness <timj@jach.hawaii.edu>
21520              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
21521              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
21522      Branch: perl
21523            ! lib/Pod/LaTeX.pm
21524 ____________________________________________________________________________
21525 [  6741] By: jhi                                   on 2000/08/21  13:33:01
21526         Log: Subject: [PATCH] os2.c fix for use64bitint
21527              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21528              Date: Mon, 21 Aug 2000 01:32:25 -0700
21529              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
21530      Branch: perl
21531            ! os2/os2.c
21532 ____________________________________________________________________________
21533 [  6740] By: jhi                                   on 2000/08/21  13:28:52
21534         Log: Array context keeps slithering in.
21535              
21536              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
21537              From: Daniel Chetlin <daniel@chetlin.com>
21538              Date: Sun, 20 Aug 2000 21:40:25 -0700
21539              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
21540      Branch: perl
21541            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
21542            ! pod/perldebtut.pod
21543 ____________________________________________________________________________
21544 [  6739] By: jhi                                   on 2000/08/21  13:23:55
21545         Log: Big-endian quad fixes for Storable from Radu Greab,
21546              plus few explicit null casts for picky compilers.
21547      Branch: perl
21548            ! ext/Storable/Storable.xs
21549 ____________________________________________________________________________
21550 [  6738] By: gsar                                  on 2000/08/21  05:56:13
21551         Log: small tweaks for change#6705: avoid C++ style comments in C code;
21552              use Perl's malloc API rather than the low level system one
21553      Branch: perl
21554            ! win32/win32.c
21555 ____________________________________________________________________________
21556 [  6737] By: gsar                                  on 2000/08/21  05:35:41
21557         Log: add Storable to list of extensions on Windows
21558      Branch: perl
21559            ! win32/Makefile win32/makefile.mk
21560 ____________________________________________________________________________
21561 [  6736] By: jhi                                   on 2000/08/21  02:57:53
21562         Log: Update Changes.
21563      Branch: perl
21564            ! Changes patchlevel.h
21565 ____________________________________________________________________________
21566 [  6735] By: jhi                                   on 2000/08/21  02:57:20
21567         Log: Draft 0.
21568      Branch: perl
21569            ! pod/perldelta.pod
21570 ____________________________________________________________________________
21571 [  6734] By: jhi                                   on 2000/08/21  02:57:03
21572         Log: Add Storable 0.7.2 from Raphael Manfredi,
21573              plus the patch from
21574              
21575              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
21576              From: Radu Greab <radu@netsoft.ro>
21577              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
21578              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
21579              
21580              plus changes to get Storable to compile with
21581              picky ANSI compilers.
21582      Branch: perl
21583            + ext/Storable/ChangeLog ext/Storable/MANIFEST
21584            + ext/Storable/Makefile.PL ext/Storable/README
21585            + ext/Storable/Storable.pm ext/Storable/Storable.xs
21586            + ext/Storable/patchlevel.h t/lib/st-06compat.t
21587            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
21588            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
21589            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
21590            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
21591            + t/lib/st-tieditems.t
21592            ! MANIFEST
21593 ____________________________________________________________________________
21594 [  6733] By: jhi                                   on 2000/08/21  02:29:09
21595         Log: The correct cleaning order is an art.
21596      Branch: perl
21597            ! Makefile.SH
21598 ____________________________________________________________________________
21599 [  6732] By: jhi                                   on 2000/08/21  01:23:39
21600         Log: The #6724 is here.
21601      Branch: perl
21602            ! t/lib/ftmp-security.t
21603 ____________________________________________________________________________
21604 [  6731] By: jhi                                   on 2000/08/20  23:17:03
21605         Log: s/this one/the 5.6.0 release/
21606      Branch: perl
21607            ! pod/perl56delta.pod
21608 ____________________________________________________________________________
21609 [  6730] By: jhi                                   on 2000/08/20  23:07:34
21610         Log: Mention perlebcdic and perlposix-bc.
21611      Branch: perl
21612            ! pod/perlport.pod
21613 ____________________________________________________________________________
21614 [  6729] By: jhi                                   on 2000/08/20  21:32:59
21615         Log: Document the number of exponent digits.
21616      Branch: perl
21617            ! pod/perlfunc.pod
21618 ____________________________________________________________________________
21619 [  6728] By: jhi                                   on 2000/08/20  21:16:47
21620         Log: Use File::Spec->tmpdir().
21621              
21622              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
21623              From: Tim Jenness <timj@jach.hawaii.edu>
21624              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
21625              MIME-Version: 1.0
21626              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
21627      Branch: perl
21628            ! utils/perlbug.PL
21629 ____________________________________________________________________________
21630 [  6727] By: jhi                                   on 2000/08/20  20:43:32
21631         Log: Update Changes.
21632      Branch: perl
21633            ! Changes patchlevel.h
21634 ____________________________________________________________________________
21635 [  6726] By: jhi                                   on 2000/08/20  20:41:44
21636         Log: The veryclean target needs to clobber.
21637      Branch: perl
21638            ! Makefile.SH
21639 ____________________________________________________________________________
21640 [  6725] By: jhi                                   on 2000/08/20  20:37:38
21641         Log: Document odd vs even subreleases and -Dusedevel.
21642      Branch: perl
21643            ! INSTALL
21644 ____________________________________________________________________________
21645 [  6724] By: jhi                                   on 2000/08/20  19:58:05
21646         Log: Use temporary directory instead of current directory.
21647              
21648              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
21649              From: Tim Jenness <timj@jach.hawaii.edu>
21650              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
21651              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
21652      Branch: perl
21653            ! t/lib/ftmp-security.t
21654 ____________________________________________________________________________
21655 [  6723] By: jhi                                   on 2000/08/20  19:55:55
21656         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
21657              From: andreas.koenig@anima.de (Andreas J. Koenig)
21658              Date: 20 Aug 2000 15:52:03 +0200
21659              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
21660      Branch: perl
21661            ! lib/ExtUtils/MM_Unix.pm
21662 ____________________________________________________________________________
21663 [  6722] By: jhi                                   on 2000/08/20  19:46:01
21664         Log: Update to CGI 2.72, from Lincoln Stein.
21665      Branch: perl
21666            ! lib/CGI.pm
21667 ____________________________________________________________________________
21668 [  6721] By: jhi                                   on 2000/08/20  19:43:54
21669         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
21670              From: Radu Greab <radu@netsoft.ro>
21671              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
21672              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
21673      Branch: perl
21674            ! ext/GDBM_File/GDBM_File.xs
21675 ____________________________________________________________________________
21676 [  6720] By: jhi                                   on 2000/08/20  19:42:01
21677         Log: pp_open() could pass an uninitialized filename down to do_open9().
21678      Branch: perl
21679            ! pp_sys.c
21680 ____________________________________________________________________________
21681 [  6719] By: jhi                                   on 2000/08/20  14:06:41
21682         Log: UTF8 concat fixes.
21683              
21684              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
21685              From: Hugo <hv@crypt.compulink.co.uk>
21686              Date: Sun, 20 Aug 2000 07:30:46 +0100
21687              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
21688      Branch: perl
21689            ! pp_hot.c t/op/append.t
21690 ____________________________________________________________________________
21691 [  6718] By: jhi                                   on 2000/08/20  02:09:37
21692         Log: Let's try #6717 again.
21693      Branch: perl
21694            ! lib/File/Temp.pm
21695 ____________________________________________________________________________
21696 [  6717] By: jhi                                   on 2000/08/20  01:56:55
21697         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
21698              From: "Craig A. Berry" <craig.berry@metamorgs.com>
21699              Date: Sat, 19 Aug 2000 18:15:39 -0500
21700              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
21701      Branch: perl
21702            ! lib/File/Temp.pm
21703 ____________________________________________________________________________
21704 [  6716] By: jhi                                   on 2000/08/19  15:50:11
21705         Log: Update Changes.
21706      Branch: perl
21707            ! Changes patchlevel.h
21708 ____________________________________________________________________________
21709 [  6715] By: jhi                                   on 2000/08/19  15:39:09
21710         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
21711              From: Jonathan D Johnston <jdjohnston2@juno.com>
21712              Date: Thu, 17 Aug 2000 23:13:01 -0400       
21713              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
21714      Branch: perl
21715            ! pod/perlfunc.pod
21716 ____________________________________________________________________________
21717 [  6714] By: jhi                                   on 2000/08/19  15:34:04
21718         Log: Introduce a 'veryclean' target that is like 'distclean'
21719              but also removes *~ and *.orig.
21720      Branch: perl
21721            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
21722            ! utils/Makefile x2p/Makefile.SH
21723 ____________________________________________________________________________
21724 [  6713] By: jhi                                   on 2000/08/19  14:15:45
21725         Log: Put back the long double avoidance code to POSIX.xs
21726              because VMS seems to need it still.
21727      Branch: perl
21728            ! ext/POSIX/POSIX.xs
21729 ____________________________________________________________________________
21730 [  6712] By: jhi                                   on 2000/08/19  14:10:41
21731         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
21732              From: Peter Prymmer <pvhp@forte.com>
21733              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
21734              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
21735      Branch: perl
21736            ! lib/Pod/Find.pm t/pod/find.t
21737 ____________________________________________________________________________
21738 [  6711] By: jhi                                   on 2000/08/19  14:09:19
21739         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
21740              From: Peter Prymmer <pvhp@forte.com>
21741              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
21742              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
21743              cc: vmsperl@perl.org
21744      Branch: perl
21745            ! t/lib/peek.t
21746 ____________________________________________________________________________
21747 [  6710] By: jhi                                   on 2000/08/19  14:08:01
21748         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
21749              From: Jan Dubois <jand@ActiveState.com>
21750              Date: Fri, 18 Aug 2000 16:31:48 -0700
21751              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
21752      Branch: perl
21753            ! win32/win32.c
21754 ____________________________________________________________________________
21755 [  6709] By: jhi                                   on 2000/08/19  14:06:57
21756         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
21757              
21758              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
21759              From: Spider.Boardman@Orb.Nashua.NH.US
21760              Date: Fri, 18 Aug 2000 18:41:14 -0400
21761              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
21762      Branch: perl
21763            ! regcomp.c
21764 ____________________________________________________________________________
21765 [  6708] By: jhi                                   on 2000/08/18  22:04:49
21766         Log: Update Changes.
21767      Branch: perl
21768            ! Changes patchlevel.h
21769 ____________________________________________________________________________
21770 [  6707] By: jhi                                   on 2000/08/18  21:55:14
21771         Log: Add warnif(), check warnings further up the stack,
21772              all the warnings functions now can take an optional object reference.
21773              
21774              Subject: [PATCH bleedperl@6691] warnings pragma update
21775              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
21776              Date: Fri, 18 Aug 2000 22:42:06 +0100
21777              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
21778      Branch: perl
21779            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
21780            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
21781            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
21782 ____________________________________________________________________________
21783 [  6706] By: jhi                                   on 2000/08/18  21:41:45
21784         Log: Typo in pp_complement().
21785              
21786              Subject: [PATCH perl-current] Deparse
21787              From: Peter Scott <Peter@PSDT.com>
21788              Date: Fri, 18 Aug 2000 12:44:37 -0700
21789              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
21790      Branch: perl
21791            ! ext/B/B/Deparse.pm
21792 ____________________________________________________________________________
21793 [  6705] By: jhi                                   on 2000/08/18  21:25:59
21794         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
21795              From: Jan Dubois <jand@ActiveState.com>
21796              Date: Fri, 18 Aug 2000 14:22:51 -0700
21797              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
21798      Branch: perl
21799            ! lib/Win32.pod win32/win32.c
21800 ____________________________________________________________________________
21801 [  6704] By: jhi                                   on 2000/08/18  21:16:14
21802         Log: Don't eat leading os from index entries.
21803              
21804              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
21805              From: Russ Allbery <rra@stanford.edu>
21806              Date: 10 Aug 2000 20:49:25 -0700
21807              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
21808      Branch: perl
21809            ! lib/Pod/Man.pm
21810 ____________________________________________________________________________
21811 [  6703] By: jhi                                   on 2000/08/18  21:07:06
21812         Log: Add [[:blank:]] as suggested in
21813              
21814              Subject: [ID 20000716.024] [=cc=] / [:blank:]
21815              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
21816              Date: Sun, 16 Jul 2000 17:55:29 -0700
21817              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
21818              
21819              (the [=cc=] has already been taken care of by #6439
21820              so the whole bug report can be closed)
21821              
21822              and make [[:space:]] to be equivalent to isspace(3)
21823              (as opposed to \s, which is isSPACE()).  The difference
21824              is that now [[:space:]] matches the mythical vertical tab,
21825              while \s doesn't.
21826      Branch: perl
21827            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
21828            ! regexec.c t/op/pat.t
21829 ____________________________________________________________________________
21830 [  6702] By: jhi                                   on 2000/08/18  18:47:47
21831         Log: The new tests were missing from #6415.
21832      Branch: perl
21833            ! t/op/bop.t
21834 ____________________________________________________________________________
21835 [  6701] By: jhi                                   on 2000/08/18  18:20:40
21836         Log: Document the NDBM_File and ODBM_File as SDBM_File
21837              was documented in #6417.
21838      Branch: perl
21839            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
21840            ! ext/SDBM_File/SDBM_File.pm
21841 ____________________________________________________________________________
21842 [  6700] By: jhi                                   on 2000/08/18  18:10:39
21843         Log: Subject: [PATCH perl@6698] cygwin port
21844              From: "Fifer, Eric" <EFifer@sanwaint.com>
21845              Date: Fri, 18 Aug 2000 17:30:05 +0100
21846              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
21847      Branch: perl
21848            ! lib/File/Temp.pm
21849 ____________________________________________________________________________
21850 [  6699] By: jhi                                   on 2000/08/18  16:21:49
21851         Log: Document code point which makes if (defined %stash::) to work
21852              (noted by Spider Boardman).
21853      Branch: perl
21854            ! op.c
21855 ____________________________________________________________________________
21856 [  6698] By: jhi                                   on 2000/08/18  13:43:27
21857         Log: Update Changes.
21858      Branch: perl
21859            ! Changes patchlevel.h
21860 ____________________________________________________________________________
21861 [  6697] By: jhi                                   on 2000/08/18  13:35:57
21862         Log: Tiny Getopt::Long patch from Johan Vromans.
21863      Branch: perl
21864            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
21865 ____________________________________________________________________________
21866 [  6696] By: jhi                                   on 2000/08/18  13:26:14
21867         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
21868              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
21869              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
21870              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
21871      Branch: perl
21872            ! pod/perldiag.pod pod/perlsyn.pod
21873 ____________________________________________________________________________
21874 [  6695] By: jhi                                   on 2000/08/18  13:13:26
21875         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
21876              From: Daniel Chetlin <daniel@chetlin.com>
21877              Date: Fri, 18 Aug 2000 03:13:36 -0700
21878              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
21879      Branch: perl
21880            ! pod/perlfunc.pod
21881 ____________________________________________________________________________
21882 [  6694] By: jhi                                   on 2000/08/18  13:08:05
21883         Log: Subject: [PATCH] perltrap.pod spring cleaning
21884              From: Daniel Chetlin <daniel@chetlin.com>
21885              Date: Fri, 18 Aug 2000 03:06:54 -0700
21886              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
21887              
21888              plus Mike Guy's nitfix.
21889      Branch: perl
21890            ! pod/perltrap.pod
21891 ____________________________________________________________________________
21892 [  6693] By: jhi                                   on 2000/08/18  13:00:26
21893         Log: Unbuffer the output.
21894              
21895              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
21896              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21897              Date: Thu, 17 Aug 2000 18:39:29 -0700
21898              Message-ID: <RPJn5gzkgydf092yn@efn.org>
21899      Branch: perl
21900            ! t/op/fork.t
21901 ____________________________________________________________________________
21902 [  6692] By: jhi                                   on 2000/08/18  05:19:17
21903         Log: Delete the image, too, not just its MANIFEStation.
21904      Branch: perl
21905            - lib/CGI/eg/wilogo.gif
21906 ____________________________________________________________________________
21907 [  6691] By: jhi                                   on 2000/08/18  05:10:26
21908         Log: Propagate new Configure vars.
21909      Branch: perl
21910            ! configure.com epoc/config.sh uconfig.h uconfig.sh
21911            ! vos/config.def vos/config.h vos/config_h.SH_orig
21912            ! win32/config.bc win32/config.gc win32/config.vc
21913            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21914 ____________________________________________________________________________
21915 [  6690] By: jhi                                   on 2000/08/18  04:30:56
21916         Log: Update Changes.
21917      Branch: perl
21918            ! Changes patchlevel.h
21919 ____________________________________________________________________________
21920 [  6689] By: jhi                                   on 2000/08/18  04:12:30
21921         Log: Fix the lib/complex failure of
21922              
21923              From: abigail@foad.org
21924              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
21925              Date: 15 Aug 2000 04:06:38 -0000
21926              Message-Id: <20000815040638.8524.qmail@foad.org> 
21927              
21928              Linux long double accuracy issue: something that
21929              when printed with %g looks like "2" but int() of it is 1.
21930      Branch: perl
21931            ! lib/Math/Complex.pm
21932 ____________________________________________________________________________
21933 [  6688] By: jhi                                   on 2000/08/18  03:15:35
21934         Log: The byteorder code in #6671 was wrong.
21935      Branch: perl
21936            ! configpm
21937 ____________________________________________________________________________
21938 [  6687] By: jhi                                   on 2000/08/18  02:08:42
21939         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
21940              From: Jan Dubois <jand@ActiveState.com>
21941              Date: Thu, 17 Aug 2000 18:31:55 -0700
21942              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
21943      Branch: perl
21944            ! sv.c
21945 ____________________________________________________________________________
21946 [  6686] By: jhi                                   on 2000/08/18  02:04:15
21947         Log: Use NVs in POSIX math, not doubles.
21948              
21949              From: abigail@foad.org
21950              Subject: [ID 20000817.014] POSIX & modfl
21951              Date: 17 Aug 2000 20:49:18 -0000
21952              Message-Id: <20000817204918.23123.qmail@foad.org>
21953      Branch: perl
21954            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
21955 ____________________________________________________________________________
21956 [  6685] By: jhi                                   on 2000/08/18  02:02:12
21957         Log: Introduce NVef, NVff, and NVgf, use the middle one.
21958              (helps for lib/peek + Linux + long doubles)  Reported in
21959              
21960              From: abigail@foad.org
21961              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
21962              Date: 15 Aug 2000 04:06:38 -0000
21963              Message-Id: <20000815040638.8524.qmail@foad.org> 
21964              
21965              (note: the lib/complex failure has not yet been addressed)
21966      Branch: metaconfig/U/perl
21967            ! perlxvf.U
21968      Branch: perl
21969            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21970            ! config_h.SH dump.c perl.h pod/perlguts.pod
21971 ____________________________________________________________________________
21972 [  6684] By: jhi                                   on 2000/08/17  23:22:19
21973         Log: Add byteorder to the myconfig output.
21974      Branch: perl
21975            ! myconfig.SH
21976 ____________________________________________________________________________
21977 [  6683] By: jhi                                   on 2000/08/17  23:20:19
21978         Log: The image doth not exist, spotted by Johan Vromans.
21979      Branch: perl
21980            ! MANIFEST
21981 ____________________________________________________________________________
21982 [  6682] By: jhi                                   on 2000/08/17  22:38:16
21983         Log: Document what the backtick returns if the command fails.
21984      Branch: perl
21985            ! pod/perlop.pod
21986 ____________________________________________________________________________
21987 [  6681] By: jhi                                   on 2000/08/17  22:33:12
21988         Log: Do not use prototyping here.
21989              
21990              Subject: [ID 20000817.016] [PATCH] Peek.xs
21991              From: abigail@foad.org
21992              Date: 17 Aug 2000 20:55:56 -0000
21993              Message-Id: <20000817205556.24270.qmail@foad.org>
21994      Branch: perl
21995            ! ext/Devel/Peek/Makefile.PL
21996 ____________________________________________________________________________
21997 [  6680] By: jhi                                   on 2000/08/17  19:46:43
21998         Log: Don't propose using modules built for 5.005 if no binary
21999              compatibility with 5.005 is attempted.
22000              
22001              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
22002              Subject: Minor nit with 5.7.0 (6655)
22003              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
22004              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
22005      Branch: metaconfig
22006            ! U/installdirs/inc_version_list.U
22007      Branch: perl
22008            ! Configure config_h.SH
22009 ____________________________________________________________________________
22010 [  6679] By: jhi                                   on 2000/08/17  19:16:39
22011         Log: Microperl config update.
22012      Branch: perl
22013            ! uconfig.h uconfig.sh
22014 ____________________________________________________________________________
22015 [  6678] By: jhi                                   on 2000/08/17  19:16:13
22016         Log: The #6648 wasn't protective enough for limited platforms
22017              (like microperl).
22018      Branch: perl
22019            ! dump.c sv.c
22020 ____________________________________________________________________________
22021 [  6677] By: jhi                                   on 2000/08/17  14:46:35
22022         Log: Update Changes.
22023      Branch: perl
22024            ! Changes patchlevel.h
22025 ____________________________________________________________________________
22026 [  6676] By: jhi                                   on 2000/08/17  14:44:02
22027         Log: Add perlebcdic from Peter Prymmer, regen toc.
22028      Branch: perl
22029            + pod/perlebcdic.pod
22030            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
22031 ____________________________________________________________________________
22032 [  6675] By: jhi                                   on 2000/08/17  14:41:52
22033         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
22034      Branch: perl
22035            ! pod/perldebtut.pod
22036 ____________________________________________________________________________
22037 [  6674] By: jhi                                   on 2000/08/17  14:29:43
22038         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
22039              
22040              Subject: [ID 20000724.006] -DLEAKTEST problem
22041              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
22042              Date: Tue, 25 Jul 2000 00:36:32 -0500
22043              Message-Id: <20000725003632.A26186@www.llamacom.com>
22044              
22045              Reminder sent
22046              
22047              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
22048              From: Hugo <hv@crypt.compulink.co.uk>
22049              Date: Thu, 17 Aug 2000 15:23:42 +0100
22050              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
22051      Branch: perl
22052            ! util.c
22053 ____________________________________________________________________________
22054 [  6673] By: jhi                                   on 2000/08/17  04:07:10
22055         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
22056              From: John Peacock <JPeacock@UnivPress.com>
22057              Date: Tue, 01 Aug 2000 09:38:12 -0400
22058              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
22059      Branch: perl
22060            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
22061 ____________________________________________________________________________
22062 [  6672] By: jhi                                   on 2000/08/17  03:04:35
22063         Log: Subject: [PATCH] Cwd.pm now uses strict
22064              From: Tim Jenness <timj@jach.hawaii.edu>
22065              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
22066              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
22067      Branch: perl
22068            ! lib/Cwd.pm
22069 ____________________________________________________________________________
22070 [  6671] By: jhi                                   on 2000/08/17  02:16:35
22071         Log: Make $Config{byteorder} more magical so that it is
22072              dynamically computed: nice for 'fat binaries'.
22073              
22074              Subject: [PATCH]: default byteorder
22075              From: Wilfredo Sánchez <wsanchez@apple.com>
22076              Date: Mon, 31 Jul 2000 19:45:31 -0700
22077              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
22078      Branch: perl
22079            ! configpm
22080 ____________________________________________________________________________
22081 [  6670] By: gsar                                  on 2000/08/17  01:22:21
22082         Log: move WNOHANG definition to where other such things are
22083      Branch: perl
22084            ! win32/win32.h
22085 ____________________________________________________________________________
22086 [  6669] By: jhi                                   on 2000/08/17  01:19:17
22087         Log: Update Changes.
22088      Branch: perl
22089            ! Changes patchlevel.h
22090 ____________________________________________________________________________
22091 [  6668] By: jhi                                   on 2000/08/17  01:16:29
22092         Log: Doc nits spotted by Richard Soderberg.
22093      Branch: perl
22094            ! README.posix-bc README.vmesa
22095 ____________________________________________________________________________
22096 [  6667] By: jhi                                   on 2000/08/17  01:12:11
22097         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
22098              From: "Casey R. Tweten" <crt@kiski.net>
22099              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
22100              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
22101      Branch: perl
22102            ! pod/perldebtut.pod
22103 ____________________________________________________________________________
22104 [  6666] By: jhi                                   on 2000/08/17  01:09:31
22105         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
22106              From: "Casey R. Tweten" <crt@kiski.net>
22107              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
22108              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
22109      Branch: perl
22110            ! lib/Shell.pm
22111 ____________________________________________________________________________
22112 [  6665] By: gsar                                  on 2000/08/17  01:03:52
22113         Log: add "ok" targets from change#6632 in makefile.mk
22114      Branch: perl
22115            ! pod/perlport.pod win32/Makefile win32/makefile.mk
22116 ____________________________________________________________________________
22117 [  6664] By: gsar                                  on 2000/08/17  00:56:11
22118         Log: avoid warnings from dense compiler
22119      Branch: perl
22120            ! win32/win32.c
22121 ____________________________________________________________________________
22122 [  6663] By: jhi                                   on 2000/08/17  00:51:49
22123         Log: Tweak the regex compilation errors once more.
22124      Branch: perl
22125            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
22126            ! t/op/regmesg.t t/pragma/warn/regcomp
22127 ____________________________________________________________________________
22128 [  6662] By: gsar                                  on 2000/08/17  00:28:19
22129         Log: trailing new %ENV entries weren't being pushed into the real
22130              environment of subprocesses on Windows
22131      Branch: perl
22132            ! t/op/magic.t win32/perlhost.h
22133 ____________________________________________________________________________
22134 [  6661] By: gsar                                  on 2000/08/17  00:19:20
22135         Log: waitpid() now handles externally spawned pids correctly;
22136              fixes for backtick/wait/waitpid failures on Windows 9x
22137              
22138              these changes make the pid returned by process functions on
22139              Windows 9x always positive by clearing the high bit (which
22140              is always set on Win9x); pseudo-process PIDs are likewise
22141              always negative now on Win9x (just as on NT/2000)
22142      Branch: perl
22143            ! pp_sys.c win32/perlhost.h win32/win32.c
22144 ____________________________________________________________________________
22145 [  6660] By: jhi                                   on 2000/08/17  00:04:32
22146         Log: Retract #6645.
22147      Branch: perl
22148            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22149            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
22150            ! t/op/sprintf.t
22151 ____________________________________________________________________________
22152 [  6659] By: gsar                                  on 2000/08/16  23:59:28
22153         Log: on windows, the return values from wait() and waitpid() don't
22154              match those of pseudo-pids
22155      Branch: perl
22156            ! pp_sys.c t/op/fork.t util.c win32/win32.c
22157 ____________________________________________________________________________
22158 [  6658] By: gsar                                  on 2000/08/16  23:56:14
22159         Log: pod nit seen in passing
22160      Branch: perl
22161            ! pod/perlfunc.pod
22162 ____________________________________________________________________________
22163 [  6657] By: gsar                                  on 2000/08/16  23:53:42
22164         Log: change#6328 could make close(SOCKET) return false on windows
22165              when it shouldn't
22166      Branch: perl
22167            ! win32/win32sck.c
22168 ____________________________________________________________________________
22169 [  6656] By: gsar                                  on 2000/08/16  23:46:57
22170         Log: check that the number pseudo children doesn't exceed
22171              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
22172              the WaitForMultipleObjects() limit that would cause wait()
22173              to crash)
22174              
22175              wait() and waitpid() could potentially be rewritten to use
22176              more than one thread to do the waiting to eliminate this
22177              limitation
22178      Branch: perl
22179            ! win32/perlhost.h
22180 ____________________________________________________________________________
22181 [  6655] By: jhi                                   on 2000/08/16  14:11:05
22182         Log: Update Changes.
22183      Branch: perl
22184            ! Changes patchlevel.h
22185 ____________________________________________________________________________
22186 [  6654] By: jhi                                   on 2000/08/16  14:10:12
22187         Log: Update to perldebtut 1.9, from Richard Foley.
22188      Branch: perl
22189            ! pod/perldebtut.pod
22190 ____________________________________________________________________________
22191 [  6653] By: jhi                                   on 2000/08/16  14:08:17
22192         Log: Change the regx compilation error markers to use = instead of <
22193              since pod makes using the latter quite messy.  Reported in
22194              ID 20000814.006 by Abigail and in
22195              Subject: Unknown escape E<> ?
22196              From: Lupe Christoph <lupe@lupe-christoph.de>
22197              Date: Fri, 11 Aug 2000 00:30:27 +0200
22198              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
22199      Branch: perl
22200            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
22201            ! t/op/regmesg.t t/pragma/warn/regcomp
22202 ____________________________________________________________________________
22203 [  6652] By: jhi                                   on 2000/08/16  13:25:31
22204         Log: Change the perlbug address to perl.org since it's more forgiving.
22205              
22206              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
22207              From: abigail@foad.org
22208              Date: 15 Aug 2000 04:15:40 -0000
22209              Message-Id: <20000815041540.8633.qmail@foad.org>
22210      Branch: perl
22211            ! utils/perlbug.PL
22212 ____________________________________________________________________________
22213 [  6651] By: jhi                                   on 2000/08/16  13:22:35
22214         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
22215              From: Tim Jenness <timj@jach.hawaii.edu>
22216              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
22217              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
22218      Branch: perl
22219            ! lib/Cwd.pm
22220 ____________________________________________________________________________
22221 [  6650] By: jhi                                   on 2000/08/16  13:18:13
22222         Log: Update to CPAN 1.57.
22223              
22224              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
22225              From: andreas.koenig@anima.de (Andreas J. Koenig)
22226              Date: 16 Aug 2000 15:09:46 +0200
22227              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
22228      Branch: perl
22229            ! lib/CPAN.pm
22230 ____________________________________________________________________________
22231 [  6649] By: jhi                                   on 2000/08/16  13:12:31
22232         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
22233              From: "Larry W. Virden" <lvirden@cas.org>
22234              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
22235              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
22236      Branch: perl
22237            ! README.hpux
22238 ____________________________________________________________________________
22239 [  6648] By: jhi                                   on 2000/08/16  13:03:53
22240         Log: The numeric locale was reset to "C" by s?printf and never restored.
22241              
22242              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
22243              From: Christian Kirsch <ck@held.mind.de>
22244              Date: Wed, 9 Aug 2000 17:05:17 +0200
22245              Message-Id: <20000809170517.A25389@held>
22246              
22247              No test since adding the failing example to locale.t
22248              does not fail -- probably because the locale settings are so
22249              thoroughly tweaked by that time.  Running the example standalone
22250              does fail, though.  UPDATE: test case added at change #7540.
22251      Branch: perl
22252            ! dump.c perl.h pp.c pp_ctl.c sv.c
22253 ____________________________________________________________________________
22254 [  6647] By: jhi                                   on 2000/08/16  00:07:54
22255         Log: Update Changes and test semi-automatic patchlevel updating.
22256      Branch: perl
22257            ! Changes patchlevel.h
22258 ____________________________________________________________________________
22259 [  6646] By: jhi                                   on 2000/08/15  23:35:07
22260         Log: Fix a dependency problem.
22261              
22262              Subject: [PATCH: 6640] VMS Makefile.SH update
22263              From: Peter Prymmer <pvhp@forte.com>
22264              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
22265              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
22266      Branch: perl
22267            ! vms/descrip_mms.template
22268 ____________________________________________________________________________
22269 [  6645] By: jhi                                   on 2000/08/15  23:33:23
22270         Log: (Retracted by #6660)
22271              
22272              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
22273              From: Dominic Dunlop <domo@computer.org>
22274              Date: Tue, 15 Aug 2000 22:20:52 +0200
22275              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
22276      Branch: metaconfig/U/perl
22277            + d_printfed.U
22278      Branch: perl
22279            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22280            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
22281            ! t/op/sprintf.t
22282 ____________________________________________________________________________
22283 [  6644] By: jhi                                   on 2000/08/15  21:17:20
22284         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
22285              From: abigail@foad.org
22286              Date: 15 Aug 2000 20:12:41 -0000
22287              Message-Id: <20000815201241.25556.qmail@foad.org>
22288      Branch: perl
22289            ! INSTALL
22290 ____________________________________________________________________________
22291 [  6643] By: jhi                                   on 2000/08/15  21:15:28
22292         Log: (an already applied patch)
22293      Branch: perl
22294            ! lib/CGI.pm
22295 ____________________________________________________________________________
22296 [  6642] By: gsar                                  on 2000/08/15  19:54:05
22297         Log: magic callbacks all need to have same type signature
22298      Branch: perl
22299            ! embed.pl mg.c proto.h
22300 ____________________________________________________________________________
22301 [  6641] By: jhi                                   on 2000/08/15  17:56:27
22302         Log: Subject: [PATCH] for t/lib/peek.t (was Re: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13)
22303              From: Mike Guy <mjtg@cam.ac.uk>
22304              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
22305              Date: Tue, 15 Aug 2000 18:26:45 +0100
22306              
22307              Only the peek.t part applied, not the hash quality part.
22308      Branch: perl
22309            ! t/lib/peek.t
22310 ____________________________________________________________________________
22311 [  6640] By: jhi                                   on 2000/08/15  16:37:37
22312         Log: Update Changes.
22313      Branch: perl
22314            ! Changes
22315 ____________________________________________________________________________
22316 [  6639] By: jhi                                   on 2000/08/15  16:34:55
22317         Log: Missed a file from #6638.
22318      Branch: perl
22319            ! lib/File/Temp.pm
22320 ____________________________________________________________________________
22321 [  6638] By: jhi                                   on 2000/08/15  16:33:19
22322         Log: Subject: [PATCH perl@6620] cygwin port
22323              From: "Fifer, Eric" <EFifer@sanwaint.com>
22324              Date: Tue, 15 Aug 2000 17:00:49 +0100
22325              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
22326      Branch: perl
22327            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
22328 ____________________________________________________________________________
22329 [  6637] By: jhi                                   on 2000/08/15  16:29:22
22330         Log: Subject: [PATCH] debugger exit code should reflect user exit code
22331              From: Mike Guy <mjtg@cam.ac.uk>
22332              Date: Tue, 15 Aug 2000 16:55:59 +0100
22333              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
22334      Branch: perl
22335            ! lib/perl5db.pl
22336 ____________________________________________________________________________
22337 [  6636] By: jhi                                   on 2000/08/15  15:30:58
22338         Log: Update Changes.
22339      Branch: perl
22340            ! Changes
22341 ____________________________________________________________________________
22342 [  6635] By: jhi                                   on 2000/08/15  15:27:21
22343         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
22344      Branch: metaconfig
22345            ! U/mkglossary U/mksample
22346      Branch: metaconfig/U/perl
22347            ! Devel.U
22348      Branch: perl
22349            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22350 ____________________________________________________________________________
22351 [  6634] By: jhi                                   on 2000/08/15  14:11:55
22352         Log: Don't blow limited stacks, a lower number is enough to
22353              tickle the lookbehind limit.
22354              
22355              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
22356              From: Dominic Dunlop <domo@computer.org>
22357              Date: Tue, 15 Aug 2000 13:51:24 +0200
22358              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
22359      Branch: perl
22360            ! t/op/regmesg.t
22361 ____________________________________________________________________________
22362 [  6633] By: jhi                                   on 2000/08/15  14:01:46
22363         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
22364              From: Mike Guy <mjtg@cam.ac.uk>
22365              Date: Tue, 15 Aug 2000 12:10:50 +0100
22366              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
22367      Branch: perl
22368            ! utils/perldoc.PL
22369 ____________________________________________________________________________
22370 [  6632] By: jhi                                   on 2000/08/15  13:58:48
22371         Log: make ok etc also for win32.
22372              
22373              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
22374              From: Prymmer/Kahn <pvhp@best.com>
22375              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
22376              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
22377      Branch: perl
22378            ! win32/Makefile
22379 ____________________________________________________________________________
22380 [  6631] By: jhi                                   on 2000/08/15  13:45:03
22381         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
22382      Branch: perl
22383            ! lib/Test.pm
22384 ____________________________________________________________________________
22385 [  6630] By: jhi                                   on 2000/08/15  03:25:09
22386         Log: Update Changes.
22387      Branch: perl
22388            ! Changes
22389 ____________________________________________________________________________
22390 [  6629] By: jhi                                   on 2000/08/15  03:23:53
22391         Log: magic_regdatum_set() is void, not int.
22392      Branch: perl
22393            ! embed.pl mg.c proto.h
22394 ____________________________________________________________________________
22395 [  6628] By: jhi                                   on 2000/08/15  03:08:02
22396         Log: Make the user to give up his firstborn, err, to knowingly
22397              verify installing an unstable developer release.  Also bump
22398              the release to 5.7.0, but leave a patch tag in the local
22399              patches saying that this is not yet the real thing.
22400      Branch: metaconfig
22401            ! U/modified/Instruct.U
22402      Branch: metaconfig/U/perl
22403            + Devel.U
22404      Branch: perl
22405            ! Configure patchlevel.h
22406 ____________________________________________________________________________
22407 [  6627] By: jhi                                   on 2000/08/14  22:32:52
22408         Log: README.os2 update.
22409              
22410              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
22411              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
22412              Date: Wed, 02 Aug 2000 21:55:09 -0700
22413              Message-ID: <tsPi5gzkgegX092yn@efn.org>
22414      Branch: perl
22415            ! README.os2
22416 ____________________________________________________________________________
22417 [  6626] By: jhi                                   on 2000/08/14  21:00:02
22418         Log: Subject: Re: File::Temp problems on VMS in bleedperl
22419              From: Tim Jenness <timj@jach.hawaii.edu>
22420              cc: vmsperl@perl.org
22421              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
22422              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
22423      Branch: perl
22424            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
22425 ____________________________________________________________________________
22426 [  6625] By: jhi                                   on 2000/08/14  20:52:16
22427         Log: Add SUIDMAIL as was done for the CERT alert.
22428      Branch: perl
22429            ! patchlevel.h
22430 ____________________________________________________________________________
22431 [  6624] By: jhi                                   on 2000/08/14  20:48:50
22432         Log: Subject: sfio2000
22433              From: Daniel Muino <dmuino@afip.gov.ar>
22434              Date: Mon, 14 Aug 2000 16:58:11 -0300
22435              Message-ID: <20000814165811.B16368@con2-dgi>
22436      Branch: perl
22437            ! perlsdio.h perlsfio.h
22438 ____________________________________________________________________________
22439 [  6623] By: jhi                                   on 2000/08/14  20:47:36
22440         Log: Subject: warning: storage class after type is obsolescent
22441              From: Daniel Muino <dmuino@afip.gov.ar>
22442              Date: Mon, 14 Aug 2000 16:42:47 -0300
22443              Message-ID: <20000814164247.A16368@con2-dgi>
22444      Branch: perl
22445            ! regcomp.pl regnodes.h
22446 ____________________________________________________________________________
22447 [  6622] By: jhi                                   on 2000/08/14  20:43:05
22448         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
22449              From: abigail@foad.org
22450              Date: 14 Aug 2000 20:00:10 -0000
22451              Message-Id: <20000814200010.27271.qmail@foad.org>
22452      Branch: perl
22453            ! Changes
22454 ____________________________________________________________________________
22455 [  6621] By: jhi                                   on 2000/08/14  15:23:05
22456         Log: Update Changes.
22457      Branch: perl
22458            ! Changes
22459 ____________________________________________________________________________
22460 [  6620] By: jhi                                   on 2000/08/14  15:22:14
22461         Log: Subject: Re: [PATCH] @+, @- readonly
22462              From: Mike Guy <mjtg@cam.ac.uk>
22463              Date: Mon, 14 Aug 2000 15:26:55 +0100
22464              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
22465      Branch: perl
22466            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
22467            ! sv.c t/op/pat.t
22468 ____________________________________________________________________________
22469 [  6619] By: jhi                                   on 2000/08/14  14:12:08
22470         Log: Update Changes.
22471      Branch: perl
22472            ! Changes
22473 ____________________________________________________________________________
22474 [  6618] By: jhi                                   on 2000/08/14  14:09:34
22475         Log: For now remove the mail code.
22476      Branch: perl
22477            ! perl.c
22478 ____________________________________________________________________________
22479 [  6617] By: jhi                                   on 2000/08/14  14:08:28
22480         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
22481      Branch: perl
22482            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
22483            ! pod/perlfaq8.pod pod/perlsec.pod
22484 ____________________________________________________________________________
22485 [  6616] By: jhi                                   on 2000/08/14  14:00:11
22486         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
22487              From: Mike Guy <mjtg@cam.ac.uk>
22488              Date: Mon, 14 Aug 2000 08:26:02 +0100
22489              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
22490      Branch: perl
22491            ! lib/perl5db.pl
22492 ____________________________________________________________________________
22493 [  6615] By: jhi                                   on 2000/08/14  13:58:45
22494         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
22495              From: Mike Guy <mjtg@cam.ac.uk>
22496              Date: Mon, 14 Aug 2000 08:04:22 +0100
22497              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
22498      Branch: perl
22499            ! gv.c mg.c t/op/pat.t
22500 ____________________________________________________________________________
22501 [  6614] By: jhi                                   on 2000/08/14  13:56:45
22502         Log: Subject: Test fails / warnings with perl-current #6612
22503              From: Mike Guy <mjtg@cam.ac.uk>
22504              Date: Mon, 14 Aug 2000 07:57:23 +0100
22505              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
22506      Branch: perl
22507            ! t/lib/b.t t/lib/peek.t
22508 ____________________________________________________________________________
22509 [  6613] By: jhi                                   on 2000/08/14  13:45:33
22510         Log: VMS configure.com update continues.
22511      Branch: perl
22512            - vms/configure.com
22513            ! MANIFEST configure.com
22514 ____________________________________________________________________________
22515 [  6612] By: jhi                                   on 2000/08/13  22:13:35
22516         Log: Update Changes.
22517      Branch: perl
22518            ! Changes
22519 ____________________________________________________________________________
22520 [  6611] By: jhi                                   on 2000/08/13  16:21:45
22521         Log: Upgrade to CGI 2.71, from Lincoln Stein.
22522      Branch: perl
22523            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
22524 ____________________________________________________________________________
22525 [  6610] By: jhi                                   on 2000/08/13  15:09:16
22526         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
22527              From: Mike Guy <mjtg@cam.ac.uk>
22528              Date: Sun, 13 Aug 2000 13:45:51 +0100
22529              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
22530      Branch: perl
22531            ! t/op/regmesg.t
22532 ____________________________________________________________________________
22533 [  6609] By: jhi                                   on 2000/08/13  14:31:26
22534         Log: Andreas says that 1.56 is fine, so reverting back to it.
22535      Branch: perl
22536            ! lib/CPAN.pm
22537 ____________________________________________________________________________
22538 [  6608] By: jhi                                   on 2000/08/13  05:34:20
22539         Log: Update Changes.
22540      Branch: perl
22541            ! Changes
22542 ____________________________________________________________________________
22543 [  6607] By: jhi                                   on 2000/08/13  05:32:01
22544         Log: Put back the \z changes of #5406 to CPAN.pm.
22545      Branch: perl
22546            ! lib/CPAN.pm
22547 ____________________________________________________________________________
22548 [  6606] By: jhi                                   on 2000/08/13  05:20:16
22549         Log: Fix-n-skip the tests under 5005threads.
22550      Branch: perl
22551            ! t/lib/b.t
22552 ____________________________________________________________________________
22553 [  6605] By: jhi                                   on 2000/08/13  05:07:48
22554         Log: Fix the test for 5005threads.
22555      Branch: perl
22556            ! t/lib/peek.t
22557 ____________________________________________________________________________
22558 [  6604] By: jhi                                   on 2000/08/13  03:35:37
22559         Log: Should have deleted this in #6603.
22560      Branch: perl
22561            - vms/subconfigure.com
22562 ____________________________________________________________________________
22563 [  6603] By: jhi                                   on 2000/08/12  18:29:32
22564         Log: Rewrite of vms/subconfigure.com as configure.com,
22565              from Peter Prymmer and the vmsperl crew.
22566      Branch: perl
22567            + vms/configure.com
22568            ! MANIFEST
22569 ____________________________________________________________________________
22570 [  6602] By: jhi                                   on 2000/08/11  13:00:01
22571         Log: PlainText.pm is dead.
22572      Branch: perl
22573            - lib/Pod/PlainText.pm
22574            ! MANIFEST
22575 ____________________________________________________________________________
22576 [  6601] By: jhi                                   on 2000/08/11  04:06:45
22577         Log: Update Changes.
22578      Branch: perl
22579            ! Changes
22580 ____________________________________________________________________________
22581 [  6600] By: jhi                                   on 2000/08/11  04:06:10
22582         Log: Add a few missing files, update MANIFEST.
22583      Branch: perl
22584            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
22585            + lib/Pod/PlainText.pm t/pod/find.t
22586            ! MANIFEST t/op/regmesg.t
22587 ____________________________________________________________________________
22588 [  6599] By: jhi                                   on 2000/08/11  03:31:10
22589         Log: Add Perl debugging tutorial, regen toc. 
22590              
22591              Subject: perldebtut.pod
22592              From: Richard Foley <Richard.Foley@m.dasa.de>
22593              Date: Wed, 09 Aug 2000 10:17:15 +0200
22594              Message-id: <3991138B.262247B8@m.dasa.de>
22595      Branch: perl
22596            + pod/perldebtut.pod
22597            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
22598 ____________________________________________________________________________
22599 [  6598] By: jhi                                   on 2000/08/11  02:48:56
22600         Log: tiny Changes edit
22601      Branch: perl
22602            ! Changes
22603 ____________________________________________________________________________
22604 [  6597] By: jhi                                   on 2000/08/11  02:39:04
22605         Log: Tests for #6589.
22606              
22607              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
22608              From: simon@brecon.co.uk (Simon Cozens)
22609              Date: 11 Aug 2000 02:24:52 GMT
22610              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
22611      Branch: perl
22612            ! t/lib/b.t
22613 ____________________________________________________________________________
22614 [  6596] By: jhi                                   on 2000/08/11  01:50:07
22615         Log: Update Changes.
22616      Branch: perl
22617            ! Changes
22618 ____________________________________________________________________________
22619 [  6595] By: jhi                                   on 2000/08/11  01:47:16
22620         Log: nitfix
22621      Branch: perl
22622            ! Changes
22623 ____________________________________________________________________________
22624 [  6594] By: jhi                                   on 2000/08/11  01:36:16
22625         Log: Subject: Getting perlio and threads to compile
22626              From: Lupe Christoph <lupe@lupe-christoph.de>
22627              Date: Wed, 9 Aug 2000 11:35:54 +0200
22628              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
22629              
22630              (the Solaris version changes in Configure skipped)
22631      Branch: perl
22632            ! hints/solaris_2.sh thread.h
22633 ____________________________________________________________________________
22634 [  6593] By: jhi                                   on 2000/08/11  01:30:16
22635         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
22636              From: simon@brecon.co.uk (Simon Cozens)
22637              Date: 1 Aug 2000 06:55:19 GMT
22638              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
22639      Branch: perl
22640            ! lib/utf8.pm
22641 ____________________________________________________________________________
22642 [  6592] By: jhi                                   on 2000/08/11  01:26:39
22643         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
22644              From: Peter Scott <Peter@PeterScott.com>
22645              Date: Thu, 10 Aug 2000 08:23:27 -0700
22646              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
22647      Branch: perl
22648            ! lib/perl5db.pl
22649 ____________________________________________________________________________
22650 [  6591] By: jhi                                   on 2000/08/11  01:22:02
22651         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
22652              From: Hugo <hv@crypt.compulink.co.uk>
22653              Date: Thu, 10 Aug 2000 19:23:04 +0100
22654              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
22655      Branch: perl
22656            ! regexec.c t/op/pat.t
22657 ____________________________________________________________________________
22658 [  6590] By: jhi                                   on 2000/08/11  01:19:19
22659         Log: Preprocessing and postprocessing for File::Find.
22660              
22661              Subject: Patch to Find::File.pm to allow alphabetical results
22662              From: Joe Smith <jsmith@inwap.com>
22663              Date: Wed, 9 Aug 2000 02:44:54 -0700
22664              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
22665      Branch: perl
22666            ! lib/File/Find.pm
22667 ____________________________________________________________________________
22668 [  6589] By: jhi                                   on 2000/08/11  01:12:39
22669         Log: B::Deparse didn't do sub attributes.
22670              
22671              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
22672              From: simon@brecon.co.uk (Simon Cozens)
22673              Date: 9 Aug 2000 04:49:20 GMT
22674              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
22675      Branch: perl
22676            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
22677 ____________________________________________________________________________
22678 [  6588] By: jhi                                   on 2000/08/11  01:06:40
22679         Log: Subject: debugger "d" command doesnt check line number
22680              From: Mike Guy <mjtg@cam.ac.uk>
22681              Date: Tue, 08 Aug 2000 21:54:29 +0100
22682              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
22683      Branch: perl
22684            ! lib/perl5db.pl mg.c pod/perldiag.pod
22685 ____________________________________________________________________________
22686 [  6587] By: jhi                                   on 2000/08/11  00:45:03
22687         Log: sleep(1) does not necessarily return 1.
22688              
22689              Subject: [PATCH bleadperl] op/lex_assign.t  
22690              From: Hugo <hv@crypt.compulink.co.uk>
22691              Date: Thu, 03 Aug 2000 14:34:22 +0100        
22692              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
22693      Branch: perl
22694            ! t/op/lex_assign.t
22695 ____________________________________________________________________________
22696 [  6586] By: jhi                                   on 2000/08/11  00:31:50
22697         Log: Document the IO::Select timeout.
22698      Branch: perl
22699            ! ext/IO/lib/IO/Select.pm
22700 ____________________________________________________________________________
22701 [  6585] By: jhi                                   on 2000/08/11  00:13:54
22702         Log: Forgot contributor.
22703      Branch: perl
22704            ! Changes
22705 ____________________________________________________________________________
22706 [  6584] By: jhi                                   on 2000/08/11  00:09:19
22707         Log: detypo
22708      Branch: perl
22709            ! Changes
22710 ____________________________________________________________________________
22711 [  6583] By: jhi                                   on 2000/08/11  00:07:53
22712         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
22713              
22714              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
22715              From: Mike Guy <mjtg@cam.ac.uk> 
22716              Date: Thu, 10 Aug 2000 15:50:54 +0100
22717              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
22718      Branch: perl
22719            ! sv.c t/op/int.t
22720 ____________________________________________________________________________
22721 [  6582] By: jhi                                   on 2000/08/10  23:29:32
22722         Log: Update Changes.
22723      Branch: perl
22724            ! Changes
22725 ____________________________________________________________________________
22726 [  6581] By: jhi                                   on 2000/08/10  23:26:16
22727         Log: Put back the std @INC thing.
22728      Branch: perl
22729            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
22730            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
22731            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
22732            ! t/lib/gol-oo.t
22733 ____________________________________________________________________________
22734 [  6580] By: jhi                                   on 2000/08/10  23:03:34
22735         Log: Update to CGI 2.70, from Lincoln Stein.
22736      Branch: perl
22737            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
22738            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
22739            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
22740            ! t/lib/cgi-request.t
22741 ____________________________________________________________________________
22742 [  6579] By: jhi                                   on 2000/08/10  22:41:50
22743         Log: Update to CPAN 1.56, from Andreas König.
22744      Branch: perl
22745            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
22746 ____________________________________________________________________________
22747 [  6578] By: jhi                                   on 2000/08/10  22:38:13
22748         Log: Update to Pod::Parser 1.17, from Brad Appleton.
22749      Branch: perl
22750            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
22751            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
22752            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
22753            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
22754            ! t/pod/include.t t/pod/included.t t/pod/lref.t
22755            ! t/pod/multiline_items.t t/pod/nested_items.t
22756            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
22757            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
22758            ! t/pod/special_seqs.t
22759 ____________________________________________________________________________
22760 [  6577] By: jhi                                   on 2000/08/10  22:35:41
22761         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
22762      Branch: perl
22763            ! AUTHORS MAINTAIN
22764 ____________________________________________________________________________
22765 [  6576] By: jhi                                   on 2000/08/10  22:24:54
22766         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
22767      Branch: perl
22768            + t/lib/gol-oo.t
22769            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
22770            ! t/lib/gol-compat.t t/lib/gol-linkage.t
22771 ____________________________________________________________________________
22772 [  6575] By: jhi                                   on 2000/08/10  22:02:07
22773         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
22774      Branch: perl
22775            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
22776 ____________________________________________________________________________
22777 [  6574] By: jhi                                   on 2000/08/10  21:55:03
22778         Log: Iterating perl6 description.
22779      Branch: perl
22780            ! pod/perlfaq1.pod
22781 ____________________________________________________________________________
22782 [  6573] By: jhi                                   on 2000/08/10  21:48:26
22783         Log: Revert the sv.c part of #6559, a better fix is needed.
22784      Branch: perl
22785            ! sv.c
22786 ____________________________________________________________________________
22787 [  6572] By: jhi                                   on 2000/08/10  20:33:43
22788         Log: It's the 2ndO'ROSSC.
22789      Branch: perl
22790            ! pod/perlfaq1.pod
22791 ____________________________________________________________________________
22792 [  6571] By: jhi                                   on 2000/08/10  15:55:48
22793         Log: detypo
22794      Branch: perl
22795            ! pod/perlfaq1.pod
22796 ____________________________________________________________________________
22797 [  6570] By: jhi                                   on 2000/08/10  14:11:17
22798         Log: An exceptionally sticky typo.
22799      Branch: perl
22800            ! Changes
22801 ____________________________________________________________________________
22802 [  6569] By: jhi                                   on 2000/08/10  14:09:33
22803         Log: detypo (and test Changes updating script)
22804      Branch: perl
22805            ! Changes
22806 ____________________________________________________________________________
22807 [  6568] By: jhi                                   on 2000/08/10  14:07:07
22808         Log: Update Changes.
22809      Branch: perl
22810            ! Changes
22811 ____________________________________________________________________________
22812 [  6567] By: jhi                                   on 2000/08/10  14:06:19
22813         Log: Amend the description of Perl6.
22814              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
22815              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
22816              Date: Wed, 9 Aug 2000 22:11:06 -0500
22817              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
22818      Branch: perl
22819            ! pod/perlfaq1.pod
22820 ____________________________________________________________________________
22821 [  6566] By: jhi                                   on 2000/08/10  13:58:57
22822         Log: Subject: Remove dead entry in perldiag
22823              From: Mike Guy <mjtg@cam.ac.uk>
22824              Date: Thu, 10 Aug 2000 14:19:19 +0100
22825              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
22826      Branch: perl
22827            ! pod/perldiag.pod
22828 ____________________________________________________________________________
22829 [  6565] By: jhi                                   on 2000/08/10  13:51:48
22830         Log: Zero entries were skipped, fix from Adrian Goalby
22831              <argoalby@yahoo.co.uk>
22832      Branch: perl
22833            ! lib/unicode/Number.pl lib/unicode/mktables.PL
22834 ____________________________________________________________________________
22835 [  6564] By: jhi                                   on 2000/08/10  13:00:12
22836         Log: Subject: [PATCH 5.6.0] cygwin port
22837              From: "Fifer, Eric" <EFifer@sanwaint.com>
22838              Date: Thu, 10 Aug 2000 13:15:36 +0100
22839              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
22840      Branch: perl
22841            ! README.cygwin hints/cygwin.sh
22842 ____________________________________________________________________________
22843 [  6563] By: jhi                                   on 2000/08/10  12:55:16
22844         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
22845      Branch: perl
22846            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
22847 ____________________________________________________________________________
22848 [  6562] By: gsar                                  on 2000/08/10  08:38:39
22849         Log: warn is a macro, avoid using at a variable to avoid warnings
22850              in some configurations; readdir.t is too conservative in
22851              estimating number of *.t's
22852      Branch: perl
22853            ! t/op/readdir.t util.c
22854 ____________________________________________________________________________
22855 [  6561] By: jhi                                   on 2000/08/09  23:35:42
22856         Log: Update Changes.
22857      Branch: perl
22858            ! Changes
22859 ____________________________________________________________________________
22860 [  6560] By: jhi                                   on 2000/08/09  23:05:47
22861         Log: Subject: Re: enhanced(?) regex error messages
22862              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
22863              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
22864              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
22865              
22866              (plus two small patches sent privately)
22867              (this still seems to leave few test failures)
22868      Branch: perl
22869            + t/op/regmesg.t
22870            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
22871            ! t/pragma/warn/regcomp
22872 ____________________________________________________________________________
22873 [  6559] By: jhi                                   on 2000/08/09  20:41:18
22874         Log: (The fix did work but was not right, retracted in #6573)
22875              
22876              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
22877              From: Christian Kirsch <ck@held.mind.de>
22878              Date: Wed, 9 Aug 2000 17:05:17 +0200
22879              Message-Id: <20000809170517.A25389@held>
22880      Branch: perl
22881            ! sv.c t/pragma/locale.t
22882 ____________________________________________________________________________
22883 [  6558] By: jhi                                   on 2000/08/08  22:34:08
22884         Log: Tiny updates on the contributors list.
22885      Branch: perl
22886            ! Changes
22887 ____________________________________________________________________________
22888 [  6557] By: jhi                                   on 2000/08/08  19:34:28
22889         Log: Double check that we have a dirhandle.
22890      Branch: perl
22891            ! util.c
22892 ____________________________________________________________________________
22893 [  6556] By: jhi                                   on 2000/08/08  19:01:51
22894         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
22895              May be repopulated with fresh maintained examples.
22896      Branch: perl
22897            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
22898            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
22899            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
22900            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
22901            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
22902            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
22903            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
22904            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
22905            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
22906            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
22907            + lib/CGI/eg/wilogo_gif.uu
22908            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
22909            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
22910            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
22911            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
22912            - eg/cgi/frameset.cgi eg/cgi/index.html
22913            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
22914            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
22915            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
22916            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
22917            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
22918            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
22919            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
22920            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
22921            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
22922            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
22923            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
22924            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
22925            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
22926            - eg/van/vanish eg/who eg/wrapsuid
22927            ! MANIFEST
22928 ____________________________________________________________________________
22929 [  6555] By: jhi                                   on 2000/08/08  18:51:08
22930         Log: Delete chat2 as requested by Randal.
22931              
22932              Subject: Re: perlfaq8 coyness
22933              From: merlyn@stonehenge.com (Randal L. Schwartz) 
22934              Date: 15 May 2000 18:52:42 -0700 
22935              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
22936      Branch: perl
22937            - lib/chat2.pl
22938            ! MANIFEST
22939 ____________________________________________________________________________
22940 [  6554] By: jhi                                   on 2000/08/08  18:31:35
22941         Log: Regen global.sym.
22942      Branch: perl
22943            ! global.sym
22944 ____________________________________________________________________________
22945 [  6553] By: jhi                                   on 2000/08/08  18:28:13
22946         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
22947              (either perlbug or p5p ate the original), plus regen
22948              perlapi and perltoc. 
22949      Branch: perl
22950            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
22951            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
22952            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
22953            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
22954            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
22955            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
22956            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
22957            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
22958            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
22959            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
22960 ____________________________________________________________________________
22961 [  6552] By: jhi                                   on 2000/08/08  18:06:29
22962         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
22963              From: Mike Guy <mjtg@cam.ac.uk>
22964              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
22965              Date: Tue, 08 Aug 2000 15:51:27 +0100
22966      Branch: perl
22967            ! doop.c sv.h t/op/join.t t/pragma/overload.t
22968 ____________________________________________________________________________
22969 [  6551] By: jhi                                   on 2000/08/08  18:01:11
22970         Log: Re-apply #6549.
22971      Branch: perl
22972            ! lib/perl5db.pl
22973 ____________________________________________________________________________
22974 [  6550] By: jhi                                   on 2000/08/08  17:43:08
22975         Log: Accidental retraction of #6549.
22976      Branch: perl
22977            ! lib/perl5db.pl
22978 ____________________________________________________________________________
22979 [  6549] By: jhi                                   on 2000/08/08  17:40:04
22980         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
22981              From: Mike Guy <mjtg@cam.ac.uk>
22982              Date: Mon, 07 Aug 2000 21:49:58 +0100
22983              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
22984      Branch: perl
22985            ! lib/perl5db.pl
22986 ____________________________________________________________________________
22987 [  6548] By: jhi                                   on 2000/08/08  17:37:57
22988         Log: Document here-doc better.
22989              
22990              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
22991              From: Mike Guy <mjtg@cam.ac.uk>
22992              Date: Mon, 07 Aug 2000 14:02:09 +0100
22993              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
22994      Branch: perl
22995            ! pod/perldata.pod
22996 ____________________________________________________________________________
22997 [  6547] By: jhi                                   on 2000/08/08  17:33:34
22998         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
22999              From: "Randy J. Ray" <rjray@redhat.com>
23000              Date: Mon, 07 Aug 2000 19:12:25 -0700
23001              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
23002      Branch: perl
23003            ! perl.c pod/perlrun.pod
23004 ____________________________________________________________________________
23005 [  6546] By: jhi                                   on 2000/08/08  17:29:26
23006         Log: Subject: Re: enhanced(?) regex error messages 
23007              From: Hugo <hv@crypt.compulink.co.uk>
23008              Date: Tue, 08 Aug 2000 03:25:51 +0100
23009              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
23010              
23011              plus Capitalize the error messages, plus perldiag them.
23012      Branch: perl
23013            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
23014 ____________________________________________________________________________
23015 [  6545] By: jhi                                   on 2000/08/08  13:59:28
23016         Log: Augment #6539 a bit: don't croak if there's magic in the air.
23017              
23018              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
23019              From: Hugo <hv@crypt.compulink.co.uk>
23020              Date: Tue, 08 Aug 2000 03:02:03 +0100
23021              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
23022      Branch: perl
23023            ! pp.c t/op/bless.t
23024 ____________________________________________________________________________
23025 [  6544] By: jhi                                   on 2000/08/07  21:11:52
23026         Log: Make the test -w clean.
23027      Branch: perl
23028            ! t/op/bless.t
23029 ____________________________________________________________________________
23030 [  6543] By: jhi                                   on 2000/08/07  19:49:53
23031         Log: use warnings instead of $^W.
23032      Branch: perl
23033            ! t/op/bless.t
23034 ____________________________________________________________________________
23035 [  6542] By: jhi                                   on 2000/08/07  17:41:41
23036         Log: Disable a portability warning Because We Know What We Are Doing.
23037      Branch: perl
23038            ! t/op/bless.t
23039 ____________________________________________________________________________
23040 [  6541] By: jhi                                   on 2000/08/07  17:29:51
23041         Log: Tiny tidying on report_evil_fh().
23042      Branch: perl
23043            ! util.c
23044 ____________________________________________________________________________
23045 [  6540] By: jhi                                   on 2000/08/07  16:37:38
23046         Log: Make regular expression parse error messages easier to understand.
23047              
23048              Subject: Re: enhanced(?) regex error messages
23049              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
23050              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
23051              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
23052      Branch: perl
23053            ! regcomp.c
23054 ____________________________________________________________________________
23055 [  6539] By: jhi                                   on 2000/08/07  16:12:27
23056         Log: Make bless(REF, REF) a fatal error, add bless tests.
23057              
23058              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
23059              From: Hugo <hv@crypt.compulink.co.uk>
23060              Date: Mon, 07 Aug 2000 16:59:38 +0100
23061              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
23062      Branch: perl
23063            + t/op/bless.t
23064            ! MANIFEST pod/perldiag.pod pp.c sv.c
23065 ____________________________________________________________________________
23066 [  6538] By: jhi                                   on 2000/08/07  15:59:43
23067         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
23068              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
23069              Date: Thu, 3 Aug 2000 14:29:21 -0700
23070              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
23071      Branch: perl
23072            ! lib/lib_pm.PL
23073 ____________________________________________________________________________
23074 [  6537] By: jhi                                   on 2000/08/07  15:47:18
23075         Log: Retract #6419 for now since it breaks in AFS and MachTen.
23076      Branch: perl
23077            ! lib/Cwd.pm
23078 ____________________________________________________________________________
23079 [  6536] By: jhi                                   on 2000/08/07  15:05:29
23080         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
23081              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
23082              The security hole exists only in suidperls, which isn't
23083              installed or even built by default.
23084      Branch: perl
23085            ! perl.c
23086 ____________________________________________________________________________
23087 [  6535] By: jhi                                   on 2000/08/07  14:45:14
23088         Log: tr memory corruption fix from Simon Cozens.
23089      Branch: perl
23090            ! doop.c
23091 ____________________________________________________________________________
23092 [  6534] By: jhi                                   on 2000/08/06  11:38:16
23093         Log: Document a bit that UDP is not what you might think.
23094              
23095              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
23096              From: Lupe Christoph <lupe@lupe-christoph.de>
23097              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
23098              Date: Mon, 24 Jul 2000 08:59:15 +0200
23099      Branch: perl
23100            ! pod/perlipc.pod
23101 ____________________________________________________________________________
23102 [  6533] By: jhi                                   on 2000/08/06  11:35:01
23103         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
23104              From: Jeff Pinyan <jeffp@hut.crusoe.net>
23105              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
23106              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
23107      Branch: perl
23108            ! pod/perlfunc.pod
23109 ____________________________________________________________________________
23110 [  6532] By: jhi                                   on 2000/08/06  03:45:41
23111         Log: Have symbols for the IoTYPEs.
23112      Branch: perl
23113            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
23114 ____________________________________________________________________________
23115 [  6531] By: jhi                                   on 2000/08/06  01:33:55
23116         Log: Continue fixing the io warnings.  This also
23117              sort of fixes bug ID 20000802.003: the core dump
23118              is no more.  Whether the current behaviour is correct
23119              (giving a warning: "Not a format reference"), is another matter.
23120      Branch: perl
23121            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
23122            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
23123 ____________________________________________________________________________
23124 [  6530] By: jhi                                   on 2000/08/05  21:33:12
23125         Log: Change the Policy policy: now -Dprefix= with an existing
23126              Policy.sh and prefix == siteprefix == vendorprefix, then all
23127              of them follow along the new prefix.
23128              
23129              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
23130              From: Andy Dougherty <doughera@lafayette.edu>
23131              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
23132              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
23133      Branch: perl
23134            ! Policy_sh.SH
23135 ____________________________________________________________________________
23136 [  6529] By: jhi                                   on 2000/08/05  18:57:28
23137         Log: Zap lib/Sys directory when cleaning up.
23138      Branch: perl
23139            ! Makefile.SH
23140 ____________________________________________________________________________
23141 [  6528] By: jhi                                   on 2000/08/05  18:40:44
23142         Log: Essential prototype changes were missing from #6527.
23143              Also make report_evil_fh() more bomb-proof.
23144      Branch: perl
23145            ! embed.h util.c
23146 ____________________________________________________________________________
23147 [  6527] By: jhi                                   on 2000/08/05  03:22:05
23148         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
23149              From: "Ronald F. Guilmette" <rfg@monkeys.com>
23150              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
23151              Message-Id: <200007242247.PAA52177@monkeys.com>
23152      Branch: perl
23153            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
23154 ____________________________________________________________________________
23155 [  6526] By: jhi                                   on 2000/08/04  21:23:27
23156         Log: gcc versions might have (parentheses) in them.
23157      Branch: metaconfig/U/perl
23158            ! gccvers.U
23159      Branch: perl
23160            ! Configure config_h.SH
23161 ____________________________________________________________________________
23162 [  6525] By: jhi                                   on 2000/08/04  20:23:12
23163         Log: Weed buglets pointed out by
23164              
23165              From: Lupe Christoph <lupe@lupe-christoph.de>
23166              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
23167              Date: Fri, 4 Aug 2000 17:34:39 +0200
23168              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
23169      Branch: metaconfig/U/perl
23170            ! gccvers.U uselfs.U
23171      Branch: perl
23172            ! Configure config_h.SH
23173 ____________________________________________________________________________
23174 [  6524] By: jhi                                   on 2000/08/04  19:02:08
23175         Log: Warn under -w if lstat(FH) is attempted.
23176              
23177              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
23178              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
23179              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
23180              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
23181      Branch: perl
23182            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
23183            ! t/pragma/warn/pp_sys
23184 ____________________________________________________________________________
23185 [  6523] By: jhi                                   on 2000/08/04  12:31:11
23186         Log: Subject: New perlcc, take 2
23187              From: simon@brecon.co.uk (Simon Cozens)
23188              Date: 4 Aug 2000 06:21:04 GMT
23189              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
23190      Branch: perl
23191            ! utils/perlcc.PL
23192 ____________________________________________________________________________
23193 [  6522] By: jhi                                   on 2000/08/04  12:26:33
23194         Log: Subject: Re: Array vs. List context
23195              From: Daniel Chetlin <daniel@chetlin.com>
23196              Date: Fri, 4 Aug 2000 00:22:44 -0700
23197              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
23198      Branch: perl
23199            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
23200            ! pod/perlfaq4.pod
23201 ____________________________________________________________________________
23202 [  6521] By: jhi                                   on 2000/08/04  12:22:38
23203         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
23204              From: Raymund Will <ray@caldera.de>
23205              Date: Fri, 4 Aug 2000 12:07:09 +0200
23206              Message-Id: <20000804120709.A14982@caldera.de>
23207      Branch: perl
23208            ! configure.gnu
23209 ____________________________________________________________________________
23210 [  6520] By: jhi                                   on 2000/08/04  04:09:06
23211         Log: After the #6519 a warning about stat() is just that,
23212              not about a filetest, which now have their own warning.
23213      Branch: perl
23214            ! pod/perldiag.pod
23215 ____________________________________________________________________________
23216 [  6519] By: jhi                                   on 2000/08/04  04:06:30
23217         Log: In the warnings call filehandles consistently so;
23218              add "unopened" warning for stat().
23219      Branch: perl
23220            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
23221            ! t/pragma/warn/pp_sys
23222 ____________________________________________________________________________
23223 [  6518] By: jhi                                   on 2000/08/04  02:55:35
23224         Log: Subject: Minor tweak to perlvar.pod
23225              From: "Stephen P. Potter" <spp@ds.net>
23226              Date: Tue, 18 Apr 2000 09:26:03 -0400
23227              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
23228      Branch: perl
23229            ! pod/perlvar.pod
23230 ____________________________________________________________________________
23231 [  6517] By: jhi                                   on 2000/08/04  02:50:08
23232         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
23233              From: "Clinton Pierce" <cpierce1@ford.com>
23234              Date: Wed, 21 Jul 1999 16:45:31 -0400
23235              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
23236              
23237              Fix by Stephen Potter (visible in the bug db but not in p5p?)
23238      Branch: perl
23239            ! pod/perlfunc.pod pod/perlop.pod
23240 ____________________________________________________________________________
23241 [  6516] By: jhi                                   on 2000/08/04  02:09:25
23242         Log: This is 6512.  Really.
23243      Branch: perl
23244            ! dump.c
23245 ____________________________________________________________________________
23246 [  6515] By: jhi                                   on 2000/08/04  01:25:50
23247         Log: mention the idea of @( and @)
23248      Branch: perl
23249            ! Todo-5.6
23250 ____________________________________________________________________________
23251 [  6514] By: bailey                                on 2000/08/04  01:18:46
23252         Log: YA resync with mainstem, including VMS patches from others
23253      Branch: vmsperl
23254           +> (branch 48 files)
23255            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
23256           !> (integrate 354 files)
23257 ____________________________________________________________________________
23258 [  6513] By: jhi                                   on 2000/08/04  01:18:18
23259         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
23260              From: Mark Dickinson <dickins3@fas.harvard.edu>
23261              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
23262              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
23263      Branch: perl
23264            ! t/op/grent.t t/op/pwent.t
23265 ____________________________________________________________________________
23266 [  6512] By: jhi                                   on 2000/08/04  01:14:06
23267         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
23268              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23269              Date: Wed, 02 Aug 2000 10:51:01 +0100
23270              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
23271      Branch: perl
23272            ! sv.c
23273 ____________________________________________________________________________
23274 [  6511] By: jhi                                   on 2000/08/04  00:57:00
23275         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
23276              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23277              Date: Thu, 03 Aug 2000 17:20:04 -0700
23278              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
23279      Branch: metaconfig
23280            ! U/modified/Cppsym.U
23281      Branch: perl
23282            ! Configure config_h.SH
23283 ____________________________________________________________________________
23284 [  6510] By: jhi                                   on 2000/08/04  00:25:28
23285         Log: detypo
23286      Branch: perl
23287            ! Makefile.SH
23288 ____________________________________________________________________________
23289 [  6509] By: jhi                                   on 2000/08/03  23:43:18
23290         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
23291              From: Dominic Dunlop <domo@computer.org>
23292              Date: Thu, 3 Aug 2000 22:16:46 +0200
23293              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
23294      Branch: perl
23295            ! t/op/sprintf.t
23296 ____________________________________________________________________________
23297 [  6508] By: jhi                                   on 2000/08/03  23:40:37
23298         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
23299              From: Hugo <hv@crypt.compulink.co.uk>
23300              Date: Thu, 03 Aug 2000 18:25:30 +0100
23301              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
23302      Branch: perl
23303            ! regcomp.c t/op/re_tests
23304 ____________________________________________________________________________
23305 [  6507] By: jhi                                   on 2000/08/03  23:38:28
23306         Log: Subject: [PATCH] sv.h documentation - SvLEN
23307              From: Mike Guy <mjtg@cam.ac.uk>
23308              Date: Thu, 03 Aug 2000 14:43:09 +0100
23309              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
23310      Branch: perl
23311            ! sv.h
23312 ____________________________________________________________________________
23313 [  6506] By: jhi                                   on 2000/08/03  15:49:14
23314         Log: Disable the fix_pl hack for now.
23315      Branch: perl
23316            ! Makefile.SH
23317 ____________________________________________________________________________
23318 [  6505] By: jhi                                   on 2000/08/03  13:49:04
23319         Log: Add a URL for FSF.
23320              
23321              Subject: Patch for README
23322              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
23323              Date: Wed, 2 Aug 2000 13:25:09 -0500
23324              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
23325      Branch: perl
23326            ! README
23327 ____________________________________________________________________________
23328 [  6504] By: jhi                                   on 2000/08/03  13:29:19
23329         Log: Be more informative on what is skipped and why,
23330              also repeat the list at the end.
23331      Branch: perl
23332            ! Porting/p4desc
23333 ____________________________________________________________________________
23334 [  6503] By: jhi                                   on 2000/08/03  13:07:05
23335         Log: Circumvent the removal of .patch by fix_pl.
23336              
23337              Subject: Re: [ID 20000802.011] unable to 'make test'          
23338              From: simon@brecon.co.uk (Simon Cozens) 
23339              Date: 3 Aug 2000 04:17:00 GMT
23340              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
23341      Branch: perl
23342            ! Makefile.SH
23343 ____________________________________________________________________________
23344 [  6502] By: jhi                                   on 2000/08/03  00:14:34
23345         Log: Add the missing setproctitle unit.
23346      Branch: metaconfig/U/perl
23347            + d_setproctitle.U
23348 ____________________________________________________________________________
23349 [  6501] By: jhi                                   on 2000/08/03  00:00:26
23350         Log: The subtest 4 may fail also on VOBS, as pointed out
23351              by Nick Ing-Simmons in November 1999, bug id 19991124.003
23352              (but the failure in that bug report isn't the subtest 4).
23353      Branch: perl
23354            ! t/op/stat.t
23355 ____________________________________________________________________________
23356 [  6500] By: jhi                                   on 2000/08/02  23:49:30
23357         Log: Better skip message for the test; one of the two problems in
23358              
23359              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
23360              From: Lupe Christoph <lupe@lupe-christoph.de>
23361              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
23362              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
23363      Branch: perl
23364            ! t/op/numconvert.t
23365 ____________________________________________________________________________
23366 [  6499] By: jhi                                   on 2000/08/02  22:49:16
23367         Log: Allow "no Module;" even if there is no 'unimport'.
23368              
23369              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
23370              From: mjd@plover.com
23371              Date: 24 Mar 2000 15:24:34 -0000
23372              Message-Id: <20000324152434.15160.qmail@plover.com>
23373      Branch: perl
23374            ! gv.c
23375 ____________________________________________________________________________
23376 [  6498] By: jhi                                   on 2000/08/02  22:42:58
23377         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
23378              that are hopefully soon put into use.
23379      Branch: perl
23380            ! opcode.h opcode.pl opnames.h
23381 ____________________________________________________________________________
23382 [  6497] By: gsar                                  on 2000/08/02  22:28:59
23383         Log: require.t needs binmode() to work on windows
23384      Branch: perl
23385            ! t/comp/require.t
23386 ____________________________________________________________________________
23387 [  6496] By: jhi                                   on 2000/08/02  22:08:51
23388         Log: Document the IVdf UVuf UVof UVxf.
23389      Branch: perl
23390            ! pod/perlguts.pod
23391 ____________________________________________________________________________
23392 [  6495] By: jhi                                   on 2000/08/02  21:54:26
23393         Log: detypo #6494
23394      Branch: perl
23395            ! ext/Data/Dumper/Dumper.xs
23396 ____________________________________________________________________________
23397 [  6494] By: jhi                                   on 2000/08/02  21:49:17
23398         Log: Dump UVs as UVs in Data::Dumper.
23399              
23400              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
23401              From: Gurusamy Sarathy <gsar@ActiveState.com>
23402              Date: Thu, 27 Apr 2000 12:26:25 -0700
23403              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
23404      Branch: perl
23405            ! ext/Data/Dumper/Dumper.xs
23406 ____________________________________________________________________________
23407 [  6493] By: jhi                                   on 2000/08/02  17:01:58
23408         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
23409              From: Hugo <hv@crypt.compulink.co.uk>
23410              Date: Wed, 02 Aug 2000 14:53:56 +0100
23411              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
23412      Branch: perl
23413            ! regexec.c t/op/re_tests
23414 ____________________________________________________________________________
23415 [  6492] By: jhi                                   on 2000/08/02  15:02:46
23416         Log: The new setproctitle() feature is available only in 
23417              bleeding edge FreeBSD.  From Paul Saab.
23418      Branch: perl
23419            ! mg.c
23420 ____________________________________________________________________________
23421 [  6491] By: jhi                                   on 2000/08/02  13:34:36
23422         Log: The tr utf8 patching continues.
23423              
23424              Subject: Re: #6469, too many tests claimed in require.t
23425              From: simon@brecon.co.uk (Simon Cozens)
23426              Date: 2 Aug 2000 02:37:17 GMT
23427              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
23428              
23429              (the logic of the test was the wrong way round in the patch)
23430      Branch: perl
23431            ! doop.c
23432 ____________________________________________________________________________
23433 [  6490] By: jhi                                   on 2000/08/02  13:27:38
23434         Log: The name of a filehandle does not have <these>.
23435      Branch: perl
23436            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
23437            ! t/pragma/warn/pp_sys util.c
23438 ____________________________________________________________________________
23439 [  6489] By: jhi                                   on 2000/08/02  04:26:46
23440         Log: Remove the extraneous "main::" prefix from all the
23441              "opened only for", "on closed", and "never opened" warnings.
23442              
23443              Subject: Re: inappropriate warning
23444              From: Gurusamy Sarathy <gsar@ActiveState.com>
23445              Date: Mon, 20 Mar 2000 11:28:02 -0800
23446              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
23447      Branch: perl
23448            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
23449            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
23450            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
23451 ____________________________________________________________________________
23452 [  6488] By: jhi                                   on 2000/08/02  03:02:57
23453         Log: memcpy has n o in it, as pinted ut by Sarathy.
23454      Branch: perl
23455            ! pod/perlguts.pod
23456 ____________________________________________________________________________
23457 [  6487] By: jhi                                   on 2000/08/02  02:44:51
23458         Log: Document in one place the memory abstractions used in Perl core.
23459              
23460              Subject: Re: Memory abstraction
23461              From: simon@brecon.co.uk (Simon Cozens)
23462              Date: 2 Aug 2000 02:20:23 GMT
23463              Organization: Earth.li Origins
23464      Branch: perl
23465            ! pod/perlguts.pod
23466 ____________________________________________________________________________
23467 [  6486] By: jhi                                   on 2000/08/02  02:41:57
23468         Log: regen_headers, regen perltoc.
23469      Branch: perl
23470            ! perlapi.c pod/perltoc.pod
23471 ____________________________________________________________________________
23472 [  6485] By: jhi                                   on 2000/08/02  01:43:33
23473         Log: "This little thing tests for a file .patch, and if it contains
23474              a number, pops into patchlevel.h" (making it easier to track
23475              which development version people are reporting bugs against)
23476              
23477              Subject: Patchlevel autogeneration for repository perls
23478              From: simon@brecon.co.uk (Simon Cozens)
23479              Date: 14 Jul 2000 07:12:15 GMT
23480              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
23481      Branch: perl
23482            + fix_pl
23483            ! MANIFEST Makefile.SH
23484 ____________________________________________________________________________
23485 [  6484] By: jhi                                   on 2000/08/02  01:32:54
23486         Log: FreeBSD 3.* updates from
23487              
23488              From: Paul Saab <ps@yahoo-inc.com>
23489              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
23490              Date: Tue, 1 Aug 2000 15:41:39 -0700
23491              Message-Id: <20000801154139.A53740@yahoo-inc.com>
23492      Branch: perl
23493            ! hints/freebsd.sh
23494 ____________________________________________________________________________
23495 [  6483] By: jhi                                   on 2000/08/02  01:27:44
23496         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
23497              instead one must use setproctitle().  This was already addressed
23498              by change #6457, but the below has a new variant for FreeBSD 4.0
23499              or later, and the matter is also documented more.
23500              
23501              From: Paul Saab <ps@yahoo-inc.com>
23502              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
23503              Date: Tue, 1 Aug 2000 15:41:39 -0700
23504              Message-Id: <20000801154139.A53740@yahoo-inc.com>
23505      Branch: metaconfig/U/perl
23506            + i_libutil.U
23507      Branch: perl
23508            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
23509 ____________________________________________________________________________
23510 [  6482] By: jhi                                   on 2000/08/01  22:17:32
23511         Log: The test from this
23512              
23513              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
23514              Date: Sat, 15 Apr 2000 17:03:44 +0100
23515              From: Tom Hughes <tom@compton.nu>
23516              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
23517              
23518              was missing, the code change went in as #5989
23519              (which had a different test?)
23520      Branch: perl
23521            ! t/op/misc.t
23522 ____________________________________________________________________________
23523 [  6481] By: jhi                                   on 2000/08/01  21:48:38
23524         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
23525              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
23526              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
23527              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
23528      Branch: perl
23529            ! perl.h
23530 ____________________________________________________________________________
23531 [  6480] By: jhi                                   on 2000/08/01  18:05:28
23532         Log: Make p4desc to skip non-mainperl branches by default.
23533      Branch: perl
23534            ! Porting/p4desc
23535 ____________________________________________________________________________
23536 [  6479] By: jhi                                   on 2000/08/01  17:29:19
23537         Log: If gccosandvers is equal to osname, clear gccosandvers.
23538      Branch: metaconfig/U/perl
23539            ! gccvers.U
23540      Branch: perl
23541            ! Configure config_h.SH
23542 ____________________________________________________________________________
23543 [  6478] By: jhi                                   on 2000/08/01  15:54:08
23544         Log: BOM patching from Simon Cozens.
23545      Branch: perl
23546            ! toke.c
23547 ____________________________________________________________________________
23548 [  6477] By: jhi                                   on 2000/08/01  04:50:33
23549         Log: Stash away the largefiles flags and libswanted.
23550      Branch: perl
23551            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
23552 ____________________________________________________________________________
23553 [  6476] By: gsar                                  on 2000/08/01  04:24:24
23554         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
23555              on Windows)
23556      Branch: perl
23557            ! t/pragma/utf8.t utf8.c win32/win32.c
23558 ____________________________________________________________________________
23559 [  6475] By: jhi                                   on 2000/08/01  03:35:24
23560         Log: Make chr() for values >127 to create utf8 when under utf8.
23561              
23562              Subject: Re: uft8/chr()
23563              From: simon@brecon.co.uk (Simon Cozens)
23564              Date: 1 Aug 2000 02:37:02 GMT
23565              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
23566      Branch: perl
23567            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
23568 ____________________________________________________________________________
23569 [  6474] By: jhi                                   on 2000/08/01  02:36:18
23570         Log: In Digital UNIX warn if gcc explicitly chosen because even
23571              2.95.2 is known to cause problems.
23572      Branch: perl
23573            ! hints/dec_osf.sh
23574 ____________________________________________________________________________
23575 [  6473] By: jhi                                   on 2000/08/01  02:00:56
23576         Log: Make the safety catch for buggy gccs work with triple version
23577              numbers like 2.95.2.  Reported in
23578              
23579              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
23580              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
23581              Date: Mon, 31 Jul 2000 14:55:06 +0200
23582              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
23583      Branch: perl
23584            ! hints/dec_osf.sh
23585 ____________________________________________________________________________
23586 [  6472] By: jhi                                   on 2000/08/01  01:13:33
23587         Log: Subject: fix and question re: waitpid() under win32
23588              From: Brian Clarke <clarke@appliedmeta.com>
23589              Date: Fri, 28 Jul 2000 15:18:29 -0400
23590              Message-ID: <3981DC85.290314EB@appliedmeta.com>
23591              
23592              Slightly reformatted and WNOHANG # define moved to win32.h
23593              so that also POSIX.xs sees it, as suggsted by Sarathy.
23594      Branch: perl
23595            ! win32/win32.c win32/win32.h
23596 ____________________________________________________________________________
23597 [  6471] By: jhi                                   on 2000/08/01  00:55:05
23598         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
23599              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23600              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
23601              Date: Mon, 31 Jul 2000 13:28:51 +0100
23602              
23603              (aka ID 20000730.002)
23604      Branch: perl
23605            ! op.c t/op/tr.t
23606 ____________________________________________________________________________
23607 [  6470] By: jhi                                   on 2000/07/31  23:34:42
23608         Log: Document the problem with -P in HP-UX and its workaround.
23609              
23610              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
23611              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
23612              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
23613              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
23614      Branch: perl
23615            ! README.hpux
23616 ____________________________________________________________________________
23617 [  6469] By: jhi                                   on 2000/07/31  04:15:02
23618         Log: The swallow_bom() saga continues.  The #23 of require.t
23619              (UTF16-LE) still fails (silently, no output) but the #22
23620              (UTF16-BE) seems to be working now.  The root of the
23621              failure may be in sv_gets(): is it UTF-16LE-aware,
23622              especially when it comes to line endings? 
23623      Branch: perl
23624            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
23625            ! t/comp/require.t toke.c utf8.c
23626 ____________________________________________________________________________
23627 [  6468] By: jhi                                   on 2000/07/30  19:05:48
23628         Log: Find green threads before native threads.
23629              
23630              Subject: Re: Patch to jpl/JNI/Makefile.PL
23631              From: Jens Thomsen <jens@fiend.cis.com>
23632              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
23633              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
23634      Branch: perl
23635            ! jpl/JNI/Makefile.PL
23636 ____________________________________________________________________________
23637 [  6467] By: jhi                                   on 2000/07/30  18:36:22
23638         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
23639      Branch: perl
23640            ! doop.c
23641 ____________________________________________________________________________
23642 [  6466] By: jhi                                   on 2000/07/30  04:37:29
23643         Log: A new version of the "remove UPPERACSE string comparison"
23644              operators.  The problem with the previous one (change #6454)
23645              was that it was for Perl 5.6.0.  From Paul Marquess.
23646      Branch: perl
23647            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
23648            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
23649            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
23650 ____________________________________________________________________________
23651 [  6465] By: jhi                                   on 2000/07/29  22:39:56
23652         Log: Do not upgrade SVs into utf8 just because they participate
23653              in eq or cmp.  Reported and fix suggested in
23654              
23655              Subject: [ID 20000720.009] sv_eq UTF8 bug
23656              From: "Simon Cozens" <simon@othersideofthe.earth.li>
23657              Date: 21 Jul 2000 04:37:29 -0000
23658              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
23659              
23660              Exercise for the kind reader: should we or should we not
23661              cache the utf8 conversion alonside the SV? (as magic,
23662              as thestrxfrm()ed version is cached under use locale)
23663              Argue both for and against.
23664      Branch: perl
23665            ! sv.c
23666 ____________________________________________________________________________
23667 [  6464] By: jhi                                   on 2000/07/29  22:36:22
23668         Log: Subject: UTF8 concat
23669              From: simon@brecon.co.uk (Simon Cozens) 
23670              Date: 30 Jun 2000 06:13:25 GMT
23671              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
23672              
23673              (with a memory leak fixed, plus a few casts added)
23674              
23675              This also seems to help for
23676              
23677              Subject: [ID 20000716.015] join UTF8 weirdness
23678              From: root <root@ak-71.mind.de> 
23679              Date: Sat, 15 Jul 2000 15:29:54 +0200
23680              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
23681              
23682              (from Andreas König)
23683      Branch: perl
23684            ! pp_hot.c
23685 ____________________________________________________________________________
23686 [  6463] By: jhi                                   on 2000/07/29  00:55:39
23687         Log: Tune the comments and hopefully stop a memory leak.
23688      Branch: perl
23689            ! toke.c utf8.c
23690 ____________________________________________________________________________
23691 [  6462] By: jhi                                   on 2000/07/29  00:16:53
23692         Log: The problem described in this
23693              
23694              Subject: [ID 20000322.018] named chars aren't magical enough
23695              From: root <root@dixie.cscaper.com>     
23696              Date: Wed, 22 Mar 2000 18:37:42 -0700
23697              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
23698              
23699              has been fixed in perl 5.6.0 but just in case added a test
23700              to keep it away.  (The report from Joseph Hall.)
23701      Branch: perl
23702            ! t/lib/charnames.t
23703 ____________________________________________________________________________
23704 [  6461] By: jhi                                   on 2000/07/28  23:56:36
23705         Log: Tiny fixes for #6460.
23706      Branch: metaconfig/U/perl
23707            ! gccvers.U
23708      Branch: perl
23709            ! Configure config_h.SH
23710 ____________________________________________________________________________
23711 [  6460] By: jhi                                   on 2000/07/28  23:24:41
23712         Log: Warn if the version of the operating system used to compile gcc
23713              differs from the current version of the operating system.
23714              Also display the gcc compilation os and version in myconfig.
23715              Inspiration from
23716              
23717              Subject: Re: [ID 20000710.003] ERRORS!!         
23718              From: "Kurt D. Starsinic" <kstar@chapin.edu>
23719              Date: Mon, 10 Jul 2000 15:54:16 -0400
23720              Message-ID: <20000710155416.A1384@O2.chapin.edu>
23721      Branch: metaconfig/U/perl
23722            ! gccvers.U
23723      Branch: perl
23724            ! Configure config_h.SH myconfig.SH
23725 ____________________________________________________________________________
23726 [  6459] By: jhi                                   on 2000/07/28  22:00:32
23727         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
23728              letter to $Config{osvers}.
23729      Branch: metaconfig
23730            ! U/modified/Oldconfig.U
23731      Branch: perl
23732            ! Configure config_h.SH
23733 ____________________________________________________________________________
23734 [  6458] By: jhi                                   on 2000/07/28  04:15:39
23735         Log: Back out #6454, doesn't seem to work.
23736              (Reason: that patch was for perl 5.6.0, not perl-current)
23737              (A version of the patch for perl-current came in later as #6466)
23738      Branch: perl
23739            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
23740            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
23741            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
23742 ____________________________________________________________________________
23743 [  6457] By: jhi                                   on 2000/07/27  23:31:49
23744         Log: Use setproctitle() if available to modify $0.
23745              
23746              Subject: setting $* on BSD4 broken
23747              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
23748              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
23749              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
23750      Branch: metaconfig
23751            ! U/modified/Myinit.U
23752      Branch: perl
23753            ! Configure config_h.SH mg.c
23754 ____________________________________________________________________________
23755 [  6456] By: jhi                                   on 2000/07/27  14:50:47
23756         Log: Allow "no AutoLoader;", based on change #6444,
23757              suggested by Graham Barr.
23758      Branch: perl
23759            ! lib/AutoLoader.pm
23760 ____________________________________________________________________________
23761 [  6455] By: jhi                                   on 2000/07/27  14:19:10
23762         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
23763              From: rspier@pobox.com (Robert Spier)
23764              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
23765              Message-ID: <14720.15855.787664.424783@rls.cx>
23766      Branch: perl
23767            ! pod/perldiag.pod
23768 ____________________________________________________________________________
23769 [  6454] By: jhi                                   on 2000/07/27  14:03:02
23770         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
23771              for a long time).
23772              
23773              Reported in
23774              
23775              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
23776              From: Ryan Herbert <rherbert@sycamorehq.com>
23777              Date: Mon, 17 Jul 2000 11:40:42 -0400
23778              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
23779              
23780              Patched in
23781              
23782              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
23783              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
23784              Date: Wed, 26 Jul 2000 23:40:18 +0100
23785              Message-ID: <000001bff752$79511880$0a17073e@tiny>
23786              
23787              based on an earlier patch from Stephen P. Potter.
23788              
23789              (Removed later by change #6458 because this patch was for
23790              perl 5.6.0, not perl-current)
23791      Branch: perl
23792            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
23793            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
23794            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
23795 ____________________________________________________________________________
23796 [  6453] By: jhi                                   on 2000/07/27  13:48:02
23797         Log: Subject: [PATCH] fixes bug 20000508.004
23798              From: Michael Stevens <mstevens@globnix.org>
23799              Date: Thu, 27 Jul 2000 13:49:04 +0100
23800              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
23801      Branch: perl
23802            ! pod/perldata.pod
23803 ____________________________________________________________________________
23804 [  6452] By: jhi                                   on 2000/07/26  23:51:26
23805         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
23806              and Craig A. Berry.
23807      Branch: perl
23808            ! lib/File/Temp.pm pod/perlport.pod
23809 ____________________________________________________________________________
23810 [  6451] By: jhi                                   on 2000/07/26  19:43:30
23811         Log: Be wary of close()s, too.
23812              
23813              Subject: Re: [PATCH] perlbug cleanup
23814              From: Tim Jenness <t.jenness@jach.hawaii.edu>
23815              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
23816              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
23817      Branch: perl
23818            ! utils/perlbug.PL
23819 ____________________________________________________________________________
23820 [  6450] By: jhi                                   on 2000/07/26  18:41:40
23821         Log: Subject: Minor doc patch: handy.h
23822              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
23823              Date: Wed, 26 Jul 2000 15:34:25 -0300
23824              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
23825      Branch: perl
23826            ! handy.h pod/perlapi.pod
23827 ____________________________________________________________________________
23828 [  6449] By: jhi                                   on 2000/07/26  18:23:55
23829         Log: Subject: [PATCH] minor doc change - perlguts
23830              From: Michael Stevens <mstevens@globnix.org>
23831              Date: Thu, 13 Jul 2000 12:39:18 +0100
23832              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
23833      Branch: perl
23834            ! pod/perlguts.pod
23835 ____________________________________________________________________________
23836 [  6448] By: jhi                                   on 2000/07/26  18:20:30
23837         Log: open() wariness in perlbug.
23838              
23839              Subject: [PATCH] perlbug cleanup
23840              From: Michael Stevens <mstevens@globnix.org>
23841              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
23842              Date: Thu, 13 Jul 2000 15:52:23 +0100
23843      Branch: perl
23844            ! utils/perlbug.PL
23845 ____________________________________________________________________________
23846 [  6447] By: jhi                                   on 2000/07/26  18:13:04
23847         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
23848      Branch: perl
23849            ! lib/File/Temp.pm t/lib/ftmp-security.t
23850 ____________________________________________________________________________
23851 [  6446] By: jhi                                   on 2000/07/26  18:06:32
23852         Log: docfix from Peter Scott <Peter@PSDT.com>.
23853      Branch: perl
23854            ! pod/perlfunc.pod
23855 ____________________________________________________________________________
23856 [  6445] By: jhi                                   on 2000/07/26  17:53:31
23857         Log: Fix *foo{FORMAT}.
23858              
23859              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23860              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
23861              Date: Wed, 26 Jul 2000 19:51:02 +0200
23862              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
23863              
23864              From: Graham Barr <gbarr@pobox.com>
23865              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
23866              Date: Wed, 26 Jul 2000 17:38:36 +0100
23867              Message-ID: <20000726173836.L472@pobox.com>
23868      Branch: perl
23869            ! pp.c sv.c t/op/gv.t
23870 ____________________________________________________________________________
23871 [  6444] By: jhi                                   on 2000/07/26  17:49:14
23872         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
23873              from Graham Barr in the module list.
23874      Branch: perl
23875            ! gv.c pod/perlobj.pod
23876 ____________________________________________________________________________
23877 [  6443] By: jhi                                   on 2000/07/26  16:06:56
23878         Log: More split() doc and test patches from Mike Guy.
23879      Branch: perl
23880            ! pod/perlfunc.pod t/op/split.t
23881 ____________________________________________________________________________
23882 [  6442] By: jhi                                   on 2000/07/26  16:05:30
23883         Log: MacOS nits from Matthias Neeracher.
23884      Branch: perl
23885            ! perl.c pp_ctl.c
23886 ____________________________________________________________________________
23887 [  6441] By: jhi                                   on 2000/07/26  04:39:57
23888         Log: Subject: [PATCH] split /^/
23889              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23890              Date: Tue, 25 Jul 2000 14:18:57 +0100
23891              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
23892              
23893              (with notes from tchrist and gbarr)
23894      Branch: perl
23895            ! pod/perlfunc.pod t/op/split.t
23896 ____________________________________________________________________________
23897 [  6440] By: jhi                                   on 2000/07/26  04:32:32
23898         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
23899              From: Peter Prymmer <pvhp@forte.com>
23900              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
23901              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
23902      Branch: perl
23903            ! vms/munchconfig.c
23904 ____________________________________________________________________________
23905 [  6439] By: jhi                                   on 2000/07/26  04:31:01
23906         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
23907              to be fatal errors (instead of by default ignoring them, and
23908              ignoring with a bug: even though -w gave an error, the opening [
23909              was left in)  Reported in:
23910              
23911              Subject: [ID 20000716.024] [=cc=] / [:blank:]
23912              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
23913              Date: Sun, 16 Jul 2000 17:55:29 -0700
23914              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
23915      Branch: perl
23916            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
23917 ____________________________________________________________________________
23918 [  6438] By: jhi                                   on 2000/07/25  15:41:15
23919         Log: Subject: [PATCH] av.c apidoc
23920              From: simon@brecon.co.uk (Simon Cozens)
23921              Date: 24 Jul 2000 06:40:52 GMT
23922              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
23923      Branch: perl
23924            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
23925            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
23926 ____________________________________________________________________________
23927 [  6437] By: jhi                                   on 2000/07/25  14:05:36
23928         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
23929              From: "Stephen P. Potter" <spp@ds.net>
23930              Date: Mon, 24 Jul 2000 14:22:23 -0400
23931              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
23932      Branch: perl
23933            ! pod/perllocale.pod
23934 ____________________________________________________________________________
23935 [  6436] By: jhi                                   on 2000/07/25  14:02:03
23936         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
23937              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23938              Date: Mon, 24 Jul 2000 18:04:28 +0100
23939              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
23940      Branch: perl
23941            ! t/lib/syslfs.t t/op/lfs.t
23942 ____________________________________________________________________________
23943 [  6435] By: jhi                                   on 2000/07/25  13:59:28
23944         Log: Get UTF16 BOMs working.  Patch from
23945              
23946              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
23947              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23948              Date: Tue, 25 Jul 2000 12:52:45 +0100
23949              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
23950              
23951              and notes from
23952              
23953              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
23954              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23955              Date: Tue, 25 Jul 2000 11:43:25 +0100
23956              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
23957      Branch: perl
23958            ! t/comp/require.t toke.c utf8.c
23959 ____________________________________________________________________________
23960 [  6434] By: jhi                                   on 2000/07/25  02:39:54
23961         Log: Make the "uninit variable" warning to say "concat or string"
23962              or "join or string" when in concat or join .
23963              
23964              Subject: Re: [ID 20000403.009] uninitialised concatenation???
23965              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23966              Date: Tue, 04 Apr 2000 18:22:58 +0100
23967              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
23968              
23969              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
23970              From: William R Ward <hermit@BayView.COM>
23971              Date: Thu, 30 Mar 2000 19:50:03 -0800
23972              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
23973      Branch: perl
23974            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
23975            ! t/pragma/warn/op t/pragma/warn/sv
23976 ____________________________________________________________________________
23977 [  6433] By: jhi                                   on 2000/07/24  17:52:56
23978         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
23979      Branch: perl
23980            ! lib/File/Spec/VMS.pm
23981 ____________________________________________________________________________
23982 [  6432] By: jhi                                   on 2000/07/24  17:44:44
23983         Log: Test cases for #6431.
23984              
23985              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
23986              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23987              Date: Mon, 24 Jul 2000 15:32:29 +0100
23988              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
23989      Branch: perl
23990            ! t/op/pat.t t/op/split.t
23991 ____________________________________________________________________________
23992 [  6431] By: jhi                                   on 2000/07/24  17:43:17
23993         Log: Bind op fix.
23994              
23995              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
23996              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23997              Date: Mon, 17 Jul 2000 20:04:56 +0100
23998              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
23999      Branch: perl
24000            ! op.c
24001 ____________________________________________________________________________
24002 [  6430] By: jhi                                   on 2000/07/24  03:42:42
24003         Log: Subject: [ID 20000716.023] syslog test fails without sockets
24004              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24005              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
24006              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
24007      Branch: metaconfig/U/perl
24008            ! Extensions.U
24009      Branch: perl
24010            ! Configure config_h.SH
24011 ____________________________________________________________________________
24012 [  6429] By: jhi                                   on 2000/07/24  03:11:52
24013         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
24014              case, but add also notes explaining the relationship of this
24015              patch and the earlier notes by Sarathy.
24016              
24017              Subject: Map is still slow
24018              From: "Ben Tilly" <ben_tilly@hotmail.com>
24019              Date: Sat, 15 Jul 2000 17:23:27 EDT
24020              Message-ID: <20000715212327.21656.qmail@hotmail.com>
24021      Branch: perl
24022            ! pp_ctl.c
24023 ____________________________________________________________________________
24024 [  6428] By: jhi                                   on 2000/07/24  02:58:52
24025         Log: Documentation to explain the behaviour of map().
24026              
24027              Subject: Re: Map is still slow 
24028              From: Gurusamy Sarathy <gsar@ActiveState.com>
24029              Date: Sat, 15 Jul 2000 16:05:09 -0700
24030              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
24031      Branch: perl
24032            ! pp_ctl.c
24033 ____________________________________________________________________________
24034 [  6427] By: jhi                                   on 2000/07/24  02:50:03
24035         Log: Add tests for
24036              [ID 19991110.003] another matching finding by pcre author
24037              which has already been fixed by some patch, as verified in
24038              
24039              Subject: Re: two regex bugs from the mists of time (well, last November)
24040              From: Hugo <hv@crypt.compulink.co.uk>
24041              Date: Sat, 22 Jul 2000 18:12:58 +0100
24042              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
24043      Branch: perl
24044            ! t/op/re_tests
24045 ____________________________________________________________________________
24046 [  6426] By: jhi                                   on 2000/07/24  02:11:20
24047         Log: A missing 'break' after the [[:space:]] switch case.
24048              
24049              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
24050              From: "Stephen P. Potter" <spp@ds.net>
24051              Date: Tue, 18 Jul 2000 16:25:17 -0400
24052              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
24053      Branch: perl
24054            ! regcomp.c
24055 ____________________________________________________________________________
24056 [  6425] By: jhi                                   on 2000/07/24  02:06:12
24057         Log: The output might have been produced in the wrong order.
24058              
24059              Subject: [ID 20000720.003] [PATCH] t/op/write.t
24060              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
24061              Date: Thu, 20 Jul 2000 18:49:18 +0100
24062              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
24063      Branch: perl
24064            ! t/op/write.t
24065 ____________________________________________________________________________
24066 [  6424] By: jhi                                   on 2000/07/24  02:00:07
24067         Log: Use STDOUT consistently.
24068              
24069              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
24070              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
24071              Date: Thu, 20 Jul 2000 18:04:01 +0100
24072              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
24073      Branch: perl
24074            ! lib/Test/Harness.pm
24075 ____________________________________________________________________________
24076 [  6423] By: jhi                                   on 2000/07/24  01:54:54
24077         Log: Protect against "wild next"s, that is, callbacks doing "next"
24078              instead of "return".
24079              
24080              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
24081              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
24082              Date: Tue, 18 Jul 2000 11:30:16 +0100
24083              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
24084      Branch: perl
24085            ! lib/File/Find.pm
24086 ____________________________________________________________________________
24087 [  6422] By: jhi                                   on 2000/07/24  01:35:47
24088         Log: Out-of-date note removed.
24089              
24090              Subject: [PATCH] documentation perlipc
24091              From: rspier@pobox.com (Robert Spier)
24092              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
24093              Message-ID: <14711.35178.572612.502654@rls.cx>
24094      Branch: perl
24095            ! pod/perlipc.pod
24096 ____________________________________________________________________________
24097 [  6421] By: jhi                                   on 2000/07/24  00:09:18
24098         Log: Send all installperl messages to STDERR and be -w clean.
24099              
24100              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
24101              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
24102              Date: Sat, 22 Jul 2000 14:02:11 +0100
24103              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
24104      Branch: perl
24105            ! installperl
24106 ____________________________________________________________________________
24107 [  6420] By: jhi                                   on 2000/07/24  00:04:19
24108         Log: Decutandpasto.
24109              
24110              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
24111              From: "Richard Soderberg" <rs@crystalflame.net>
24112              Date: Sun, 23 Jul 2000 01:37:23 -0700
24113              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
24114      Branch: perl
24115            ! pod/perlipc.pod
24116 ____________________________________________________________________________
24117 [  6419] By: jhi                                   on 2000/07/24  00:01:12
24118         Log: A cleaner abs_path().
24119              Subject: Re: unix alternative to Cwd.pm
24120              From: Jeff Pinyan <jeffp@crusoe.net>
24121              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
24122              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
24123      Branch: perl
24124            ! lib/Cwd.pm
24125 ____________________________________________________________________________
24126 [  6418] By: jhi                                   on 2000/07/23  23:48:56
24127         Log: Detypo.
24128              
24129              Subject: [PATCH perl-current] Typo in hints/powerux.sh
24130              From: "Richard Soderberg" <rs@crystalflame.net>
24131              Date: Sun, 23 Jul 2000 01:27:33 -0700
24132              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
24133      Branch: perl
24134            ! hints/powerux.sh
24135 ____________________________________________________________________________
24136 [  6417] By: jhi                                   on 2000/07/17  22:13:31
24137         Log: Subject: SDBM_File documentation
24138              From: mjd@plover.com
24139              Date: 16 Jul 2000 17:41:17 -0000
24140              Message-ID: <20000716174117.18515.qmail@plover.com>
24141      Branch: perl
24142            ! ext/SDBM_File/SDBM_File.pm
24143 ____________________________________________________________________________
24144 [  6416] By: jhi                                   on 2000/07/17  19:13:26
24145         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
24146      Branch: perl
24147            ! hints/mpeix.sh mpeix/relink
24148 ____________________________________________________________________________
24149 [  6415] By: jhi                                   on 2000/07/15  14:11:02
24150         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
24151              the utf8 'characters' can be more than one octet).
24152              
24153              Date: Sat, 15 Jul 2000 00:21:56 +0100
24154              From: Tom Hughes <tom@compton.nu>
24155              Subject: Re: [ID 20000714.002]
24156              Message-ID: <db2334de49.tom@compton.compton.nu>
24157              
24158              Reported in
24159              
24160              Subject: [ID 20000714.002]
24161              From: "Simon Cozens" <simon@othersideofthe.earth.li>
24162              Date: 14 Jul 2000 15:13:09 -0000
24163              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
24164      Branch: perl
24165            ! doop.c
24166 ____________________________________________________________________________
24167 [  6414] By: jhi                                   on 2000/07/15  03:13:41
24168         Log: another VMS build tweak from Peter Prymmer
24169      Branch: perl
24170            ! vms/descrip_mms.template
24171 ____________________________________________________________________________
24172 [  6413] By: jhi                                   on 2000/07/15  03:10:40
24173         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
24174      Branch: perl
24175            ! vms/perlvms.pod
24176 ____________________________________________________________________________
24177 [  6412] By: jhi                                   on 2000/07/15  00:31:05
24178         Log: More docs for sv functions.
24179              
24180              Subject: [PATCH cfgperl] sv.c apidoc
24181              From: simon@brecon.co.uk (Simon Cozens)
24182              Date: 13 Jul 2000 09:00:20 GMT
24183              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
24184              
24185              Subject: Re: [PATCH cfgperl] sv.c apidoc
24186              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
24187              Date: Thu, 13 Jul 2000 12:27:41 +0100
24188              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
24189              
24190              Subject: Re: [PATCH cfgperl] sv.c apidoc
24191              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
24192              Date: Thu, 13 Jul 2000 13:23:09 +0100
24193              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
24194              
24195              Subject: Re: [PATCH cfgperl] sv.c apidoc
24196              From: simon@brecon.co.uk (Simon Cozens)
24197              Date: 14 Jul 2000 06:51:02 GMT
24198              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
24199      Branch: perl
24200            ! embed.pl pod/perlapi.pod sv.c
24201 ____________________________________________________________________________
24202 [  6411] By: jhi                                   on 2000/07/15  00:10:41
24203         Log: lib/b test fixes from Peter Prymmer.
24204      Branch: perl
24205            ! t/lib/b.t
24206 ____________________________________________________________________________
24207 [  6410] By: jhi                                   on 2000/07/15  00:02:09
24208         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
24209              From: Hugo <hv@crypt.compulink.co.uk>
24210              Date: Fri, 14 Jul 2000 23:05:20 +0100
24211              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
24212              
24213              Didn't anymore apply, but that point still could use another fix.
24214      Branch: perl
24215            ! pod/perlfunc.pod
24216 ____________________________________________________________________________
24217 [  6409] By: jhi                                   on 2000/07/14  23:15:15
24218         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
24219              not in pod, from Peter Prymmer
24220      Branch: perl
24221            ! vms/descrip_mms.template
24222 ____________________________________________________________________________
24223 [  6408] By: jhi                                   on 2000/07/14  20:35:05
24224         Log: The bug report
24225              [ID 19991110.002] minimal matching discrepancy found by pcre author
24226              seems to have been fixed (though differently from what was suggested
24227              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
24228      Branch: perl
24229            ! t/op/re_tests
24230 ____________________________________________________________________________
24231 [  6407] By: jhi                                   on 2000/07/14  17:38:08
24232         Log: Fix AutoSplit to use File::Spec the right way in VMS,
24233              from Peter Prymmer.
24234      Branch: perl
24235            ! lib/AutoSplit.pm
24236 ____________________________________________________________________________
24237 [  6406] By: jhi                                   on 2000/07/14  14:13:22
24238         Log: Merge perlhacktut into perlhack, update perlguts.
24239              
24240              Subject: Re: Perlhacktut
24241              From: simon@brecon.co.uk (Simon Cozens)
24242              Date: 14 Jul 2000 06:49:21 GMT
24243              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
24244              
24245              Subject: Re: Perlhacktut
24246              From: simon@brecon.co.uk (Simon Cozens)
24247              Date: 14 Jul 2000 07:09:45 GMT
24248              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
24249      Branch: perl
24250            ! pod/perlguts.pod pod/perlhack.pod
24251 ____________________________________________________________________________
24252 [  6405] By: jhi                                   on 2000/07/14  14:02:31
24253         Log: Integrate with Sarathy.
24254      Branch: cfgperl
24255           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
24256           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
24257           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
24258 ____________________________________________________________________________
24259 [  6404] By: gsar                                  on 2000/07/14  12:15:02
24260         Log: PERL_OBJECT build tweaks
24261      Branch: perl
24262            ! toke.c
24263 ____________________________________________________________________________
24264 [  6403] By: gsar                                  on 2000/07/14  11:23:41
24265         Log: inconsistent types needs casts
24266      Branch: perl
24267            ! toke.c
24268 ____________________________________________________________________________
24269 [  6402] By: gsar                                  on 2000/07/14  11:12:04
24270         Log: typos in change#6399, regen headers
24271      Branch: perl
24272            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
24273 ____________________________________________________________________________
24274 [  6401] By: gsar                                  on 2000/07/14  10:59:12
24275         Log: typecasts needed for change#6394
24276      Branch: perl
24277            ! toke.c
24278 ____________________________________________________________________________
24279 [  6400] By: gsar                                  on 2000/07/14  10:49:37
24280         Log: integrate cfgperl contents into mainline
24281      Branch: perl
24282           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
24283           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
24284 ____________________________________________________________________________
24285 [  6399] By: gsar                                  on 2000/07/14  10:38:35
24286         Log: enable UTF-16 filter by default if relevant BOM is seen; various
24287              cleanups (typos, misformatted code, and small bugs)
24288      Branch: perl
24289            ! doop.c embed.pl mg.c op.c pp.c toke.c
24290 ____________________________________________________________________________
24291 [  6398] By: gsar                                  on 2000/07/14  08:55:38
24292         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
24293              name suggests anyway)
24294      Branch: perl
24295            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
24296 ____________________________________________________________________________
24297 [  6397] By: gsar                                  on 2000/07/14  08:44:33
24298         Log: move new variables to the end of the interpreter structure (for
24299              bincompat in code that doesn't #include XSUB.h)
24300      Branch: perl
24301            ! intrpvar.h
24302 ____________________________________________________________________________
24303 [  6396] By: gsar                                  on 2000/07/14  08:13:58
24304         Log: MakeMaker should not remove editor backups (*~) on `make clean`
24305              by default (completes change#6383)
24306      Branch: perl
24307            ! lib/ExtUtils/MM_Unix.pm
24308 ____________________________________________________________________________
24309 [  6395] By: jhi                                   on 2000/07/14  05:20:33
24310         Log: Replace change #6337 with a better one.
24311              
24312              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
24313              From: Hugo <hv@crypt.compulink.co.uk>
24314              Date: Fri, 14 Jul 2000 04:16:20 +0100
24315              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
24316      Branch: cfgperl
24317            ! regexec.c t/op/re_tests
24318 ____________________________________________________________________________
24319 [  6394] By: jhi                                   on 2000/07/14  01:33:59
24320         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
24321      Branch: cfgperl
24322            ! embed.pl global.sym proto.h toke.c
24323 ____________________________________________________________________________
24324 [  6393] By: jhi                                   on 2000/07/13  23:41:23
24325         Log: remove discarded test
24326      Branch: cfgperl
24327            ! MANIFEST
24328 ____________________________________________________________________________
24329 [  6392] By: jhi                                   on 2000/07/13  23:32:25
24330         Log: The {multiplier} of a fixed substring was overlooked which
24331              caused a wrong initial search offset for that substring.
24332              
24333              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
24334              From: Hugo <hv@crypt.compulink.co.uk>
24335              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
24336              Date: Thu, 13 Jul 2000 19:27:13 +0100
24337      Branch: cfgperl
24338            ! regcomp.c t/op/re_tests
24339 ____________________________________________________________________________
24340 [  6391] By: jhi                                   on 2000/07/13  16:37:42
24341         Log: typo fix from Craig Berry
24342      Branch: cfgperl
24343            ! vms/subconfigure.com
24344 ____________________________________________________________________________
24345 [  6390] By: jhi                                   on 2000/07/13  13:20:12
24346         Log: Integrate with Sarathy.
24347      Branch: cfgperl
24348            - t/op/method2entersub.t
24349           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
24350           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
24351           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
24352           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
24353 ____________________________________________________________________________
24354 [  6389] By: jhi                                   on 2000/07/13  13:18:48
24355         Log: Detypo from Peter Prymmer, part of #6388.
24356      Branch: cfgperl
24357            ! Configure config_h.SH
24358      Branch: metaconfig
24359            ! U/modified/d_longlong.U
24360 ____________________________________________________________________________
24361 [  6388] By: gsar                                  on 2000/07/13  06:33:40
24362         Log: typos (spotted by Peter Prymmer)
24363      Branch: perl
24364            ! Configure t/lib/english.t
24365 ____________________________________________________________________________
24366 [  6387] By: gsar                                  on 2000/07/13  05:35:28
24367         Log: new selfloader.t in change#6183 doesn't close DATA handles,
24368              and thus fails to clean up tmp files on dosish platforms
24369      Branch: perl
24370            ! t/lib/selfloader.t
24371 ____________________________________________________________________________
24372 [  6386] By: gsar                                  on 2000/07/12  21:42:39
24373         Log: sprintf test tweaks (from Dominic Dunlop)
24374      Branch: perl
24375            ! t/op/sprintf.t
24376 ____________________________________________________________________________
24377 [  6385] By: gsar                                  on 2000/07/12  21:33:46
24378         Log: fix bugs in processing %v-*d and similar format specs (from
24379              Avi Finkel <avi@finkel.org>)
24380      Branch: perl
24381            ! sv.c t/op/sprintf.t
24382 ____________________________________________________________________________
24383 [  6384] By: gsar                                  on 2000/07/12  16:04:19
24384         Log: readd missing perldelta.pod changes from changes#6339,6376
24385      Branch: perl
24386            ! pod/perldelta.pod
24387 ____________________________________________________________________________
24388 [  6383] By: gsar                                  on 2000/07/12  16:00:51
24389         Log: don't clobber *.orig files on *clean targets
24390      Branch: perl
24391            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
24392 ____________________________________________________________________________
24393 [  6382] By: gsar                                  on 2000/07/12  07:59:12
24394         Log: fix broken integrations in cfgperl
24395      Branch: cfgperl
24396           !> Changes pod/perldelta.pod
24397 ____________________________________________________________________________
24398 [  6381] By: gsar                                  on 2000/07/12  07:42:17
24399         Log: integrate cfgperl changes into mainline
24400      Branch: perl
24401            ! Changes
24402           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
24403           !> pod/perlre.pod
24404 ____________________________________________________________________________
24405 [  6380] By: gsar                                  on 2000/07/12  07:31:00
24406         Log: get sprintf.t to adjust properly for 3-digit exponents
24407      Branch: perl
24408            ! t/op/sprintf.t
24409 ____________________________________________________________________________
24410 [  6379] By: gsar                                  on 2000/07/12  06:40:04
24411         Log: change#6174 needs corresponding change in win32/config_h.PL,
24412              which grovels through config_h.SH to find the config.h name
24413      Branch: perl
24414            ! win32/config_h.PL
24415 ____________________________________________________________________________
24416 [  6378] By: jhi                                   on 2000/07/12  05:03:59
24417         Log: Do the cc sanity check both before the hints and
24418              after the cc selction.
24419      Branch: cfgperl
24420            ! Configure config_h.SH
24421      Branch: metaconfig
24422            ! U/modified/Oldconfig.U U/modified/cc.U
24423      Branch: metaconfig/U/perl
24424            + Checkcc.U
24425 ____________________________________________________________________________
24426 [  6377] By: jhi                                   on 2000/07/12  02:49:22
24427         Log: Fix nits noticed by Boston.pm.
24428      Branch: cfgperl
24429            ! pod/perlre.pod
24430 ____________________________________________________________________________
24431 [  6376] By: jhi                                   on 2000/07/11  21:22:13
24432         Log: Configure cosmetics and perldelta.
24433      Branch: cfgperl
24434            ! Configure config_h.SH pod/perldelta.pod
24435      Branch: metaconfig
24436            ! U/modified/cc.U
24437 ____________________________________________________________________________
24438 [  6375] By: gsar                                  on 2000/07/11  21:17:35
24439         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
24440      Branch: perl
24441            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
24442            ! win32/win32sck.c
24443 ____________________________________________________________________________
24444 [  6374] By: gsar                                  on 2000/07/11  20:48:50
24445         Log: tweak for build failure under multiplicity
24446      Branch: perl
24447            ! toke.c
24448 ____________________________________________________________________________
24449 [  6373] By: gsar                                  on 2000/07/11  20:37:23
24450         Log: integrate cfgperl changes#6325..6373 into mainline
24451              (NOTE: today's batch of integrations still untested)
24452      Branch: perl
24453           +> ext/DynaLoader/hints/netbsd.pl
24454            ! Changes
24455           !> (integrate 26 files)
24456 ____________________________________________________________________________
24457 [  6372] By: jhi                                   on 2000/07/11  20:30:36
24458         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
24459              regen perltoc.
24460      Branch: cfgperl
24461            + pod/perlbook.pod
24462            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
24463            ! pod/perltoc.pod
24464 ____________________________________________________________________________
24465 [  6371] By: jhi                                   on 2000/07/11  20:08:56
24466         Log: Minor cleanups on the booklist.
24467      Branch: cfgperl
24468            ! pod/perlfaq2.pod
24469 ____________________________________________________________________________
24470 [  6370] By: jhi                                   on 2000/07/11  19:31:13
24471         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
24472      Branch: cfgperl
24473            ! t/pragma/overload.t
24474 ____________________________________________________________________________
24475 [  6369] By: gsar                                  on 2000/07/11  19:27:48
24476         Log: integrate cfgperl changes#6293..6324 into mainline
24477      Branch: perl
24478           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
24479            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
24480           !> (integrate 30 files)
24481 ____________________________________________________________________________
24482 [  6368] By: gsar                                  on 2000/07/11  19:18:57
24483         Log: skip integrate of problematic change#6292 from cfgperl into mainline
24484      Branch: perl
24485           !> pp_hot.c
24486 ____________________________________________________________________________
24487 [  6367] By: gsar                                  on 2000/07/11  19:17:21
24488         Log: integrate cfgperl changes#6288..6290 into mainline
24489      Branch: perl
24490           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
24491 ____________________________________________________________________________
24492 [  6366] By: gsar                                  on 2000/07/11  19:11:18
24493         Log: integrate cfgperl changes#6268..6282 into mainline
24494      Branch: perl
24495           !> (integrate 30 files)
24496 ____________________________________________________________________________
24497 [  6365] By: gsar                                  on 2000/07/11  18:57:00
24498         Log: delete new accidentally branched file
24499      Branch: perl
24500            - t/op/method2entersub.t
24501 ____________________________________________________________________________
24502 [  6364] By: gsar                                  on 2000/07/11  18:55:13
24503         Log: skip integrate of change#6267 from cfgperl into mainline (the
24504              method call optimization is flawed without additional hints
24505              from user about immutableness of @ISA and no runtime method
24506              definitions)
24507      Branch: perl
24508           +> t/op/method2entersub.t
24509           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
24510           !> perl.h t/op/sprintf.t xsutils.c
24511 ____________________________________________________________________________
24512 [  6363] By: gsar                                  on 2000/07/11  18:49:43
24513         Log: integrate cfgperl changes#6261..6266 into mainline
24514      Branch: perl
24515           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
24516           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
24517           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
24518           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
24519 ____________________________________________________________________________
24520 [  6362] By: gsar                                  on 2000/07/11  18:43:26
24521         Log: integrate cfgperl changes#6252..6260 into mainline
24522      Branch: perl
24523           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
24524           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
24525           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
24526           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
24527 ____________________________________________________________________________
24528 [  6361] By: gsar                                  on 2000/07/11  18:37:12
24529         Log: skip integrate of problematic change#6251 from cfgperl into mainline
24530      Branch: perl
24531           !> lib/Exporter.pm
24532 ____________________________________________________________________________
24533 [  6360] By: gsar                                  on 2000/07/11  18:34:56
24534         Log: integrate cfgperl change#6250 into mainline
24535      Branch: perl
24536           +> t/op/my_stash.t
24537           !> MANIFEST embed.pl proto.h toke.c
24538 ____________________________________________________________________________
24539 [  6359] By: gsar                                  on 2000/07/11  18:21:19
24540         Log: integrate cfgperl changes#6242..6249 into mainline
24541      Branch: perl
24542           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
24543           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
24544           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
24545           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
24546           !> t/lib/peek.t utf8.c
24547 ____________________________________________________________________________
24548 [  6358] By: gsar                                  on 2000/07/11  18:15:45
24549         Log: skip integrate of problematic change#6241 from cfgperl into mainline
24550      Branch: perl
24551           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
24552 ____________________________________________________________________________
24553 [  6357] By: jhi                                   on 2000/07/11  18:15:16
24554         Log: Fix for
24555              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
24556              From: Roderick Schertler <roderick@argon.org> 
24557              Date: Tue, 11 Jul 2000 13:55:05 -0400 
24558              Message-Id: <200007111755.NAA05077@jones.argon.org> 
24559      Branch: cfgperl
24560            ! doio.c
24561 ____________________________________________________________________________
24562 [  6356] By: jhi                                   on 2000/07/11  18:12:51
24563         Log: Typo in #6341.
24564      Branch: cfgperl
24565            ! pp_hot.c
24566 ____________________________________________________________________________
24567 [  6355] By: gsar                                  on 2000/07/11  18:12:10
24568         Log: integrate cfgperl changes#6231..6240 into mainline
24569      Branch: perl
24570           +> pod/perlutil.pod
24571           !> (integrate 35 files)
24572 ____________________________________________________________________________
24573 [  6354] By: jhi                                   on 2000/07/11  18:04:34
24574         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
24575              From: Dominic Dunlop <domo@computer.org> 
24576              Date: Tue, 11 Jul 2000 12:27:33 +0200 
24577              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
24578              
24579              Replaces change #6268.
24580      Branch: cfgperl
24581            ! t/op/sprintf.t
24582 ____________________________________________________________________________
24583 [  6353] By: gsar                                  on 2000/07/11  17:59:51
24584         Log: skip integrate of problematic change#6230 from cfgperl into mainline
24585              (a later version of File::Spec is already in mainline)
24586      Branch: perl
24587           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
24588           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
24589 ____________________________________________________________________________
24590 [  6352] By: gsar                                  on 2000/07/11  17:57:48
24591         Log: integrate cfgperl changes#6224..6229 into mainline
24592      Branch: perl
24593           +> lib/lib.pm.PL
24594            - lib/lib.pm
24595           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
24596           !> lib/English.pm op.c t/lib/english.t
24597 ____________________________________________________________________________
24598 [  6351] By: gsar                                  on 2000/07/11  17:50:10
24599         Log: skip integrate of problematic change#6223 from cfgperl into mainline
24600      Branch: perl
24601           !> doio.c
24602 ____________________________________________________________________________
24603 [  6350] By: gsar                                  on 2000/07/11  17:48:28
24604         Log: integrate cfgperl changes#6220..6222 into mainline
24605      Branch: perl
24606           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
24607           !> toke.c utf8.c win32/win32.h
24608 ____________________________________________________________________________
24609 [  6349] By: gsar                                  on 2000/07/11  17:46:13
24610         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
24611              mainline
24612      Branch: perl
24613           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
24614           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
24615           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
24616 ____________________________________________________________________________
24617 [  6348] By: jhi                                   on 2000/07/11  17:45:49
24618         Log: README.posix-bc podified from Thomas Dorner.
24619      Branch: cfgperl
24620            ! README.posix-bc
24621 ____________________________________________________________________________
24622 [  6347] By: gsar                                  on 2000/07/11  17:42:04
24623         Log: integrate cfgperl change#6217 into mainline
24624      Branch: perl
24625           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
24626           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
24627           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
24628 ____________________________________________________________________________
24629 [  6346] By: gsar                                  on 2000/07/11  17:39:37
24630         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
24631              mainline
24632      Branch: perl
24633           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
24634           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
24635           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
24636           !> perlapi.h pod/perlapi.pod
24637 ____________________________________________________________________________
24638 [  6345] By: gsar                                  on 2000/07/11  17:36:42
24639         Log: integrate cfgperl changes#6207..6210 into mainline
24640      Branch: perl
24641           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
24642           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
24643 ____________________________________________________________________________
24644 [  6344] By: gsar                                  on 2000/07/11  17:31:20
24645         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
24646              mainline
24647      Branch: perl
24648           !> (integrate 40 files)
24649 ____________________________________________________________________________
24650 [  6343] By: gsar                                  on 2000/07/11  17:19:08
24651         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
24652      Branch: perl
24653           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
24654            ! Changes
24655           !> (integrate 34 files)
24656 ____________________________________________________________________________
24657 [  6342] By: jhi                                   on 2000/07/11  16:05:48
24658         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
24659              To: perl5-porters@perl.org
24660              From: Karsten Sperling <spiff@phreax.net>
24661              Date: Mon, 10 Jul 2000 15:12:52 +0200
24662              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
24663      Branch: cfgperl
24664            ! lib/Symbol.pm
24665 ____________________________________________________________________________
24666 [  6341] By: jhi                                   on 2000/07/11  15:59:23
24667         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
24668              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
24669              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
24670              Date: Fri, 07 Jul 2000 17:57:16 +0100
24671      Branch: cfgperl
24672            ! pp_hot.c
24673 ____________________________________________________________________________
24674 [  6340] By: jhi                                   on 2000/07/11  15:55:47
24675         Log: Subject: Re: format bug report  [Patch]
24676              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24677              Date: Wed, 05 Jul 2000 13:12:52 +0200
24678              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
24679              
24680              Subject: Re: format bug report  [Patch]
24681              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24682              Date: Wed, 05 Jul 2000 14:10:01 +0200
24683              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
24684      Branch: cfgperl
24685            ! t/op/write.t toke.c
24686 ____________________________________________________________________________
24687 [  6339] By: jhi                                   on 2000/07/11  13:54:09
24688         Log: Be less forgiving about ambiguous and illegal tr ranges.
24689              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
24690              From: Mark-Jason Dominus <mjd@plover.com>
24691              Date: Tue, 04 Jul 2000 10:00:12 -0400
24692              Message-ID: <20000704140012.17772.qmail@plover.com>
24693              
24694              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
24695              From: Mark-Jason Dominus <mjd@plover.com>
24696              Date: Wed, 05 Jul 2000 09:37:36 -0400
24697              Message-ID: <20000705133736.27293.qmail@plover.com>
24698      Branch: cfgperl
24699            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
24700 ____________________________________________________________________________
24701 [  6338] By: jhi                                   on 2000/07/11  13:31:24
24702         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
24703              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
24704              Date: Tue, 11 Jul 2000 13:50:51 +0100
24705              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
24706      Branch: cfgperl
24707            ! sv.c
24708 ____________________________________________________________________________
24709 [  6337] By: jhi                                   on 2000/07/11  13:29:14
24710         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
24711              From: Hugo <hv@crypt.compulink.co.uk>
24712              Date: Tue, 11 Jul 2000 12:44:50 +0100
24713              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
24714      Branch: cfgperl
24715            ! regexec.c t/op/re_tests
24716 ____________________________________________________________________________
24717 [  6336] By: jhi                                   on 2000/07/11  13:26:47
24718         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
24719              From: simon@brecon.co.uk (Simon Cozens)
24720              Date: 7 Jul 2000 11:26:09 GMT
24721              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
24722      Branch: cfgperl
24723            ! mg.c
24724 ____________________________________________________________________________
24725 [  6335] By: jhi                                   on 2000/07/11  13:23:37
24726         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
24727              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
24728              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
24729              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
24730      Branch: cfgperl
24731            + ext/DynaLoader/hints/netbsd.pl
24732            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
24733 ____________________________________________________________________________
24734 [  6334] By: jhi                                   on 2000/07/11  13:20:38
24735         Log: Subject: PATCH perlguts.pod: Document D and d magic types
24736              From: mjd@plover.com
24737              Date: 5 Jul 2000 18:01:51 -0000
24738              Message-ID: <20000705180151.29413.qmail@plover.com>
24739      Branch: cfgperl
24740            ! pod/perlguts.pod
24741 ____________________________________________________________________________
24742 [  6333] By: jhi                                   on 2000/07/11  13:15:51
24743         Log: Precedence goof, fix based on
24744              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
24745              From: Hugo <hv@crypt.compulink.co.uk>
24746              Date: Tue, 11 Jul 2000 12:52:38 +0100
24747              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
24748      Branch: cfgperl
24749            ! t/op/taint.t
24750 ____________________________________________________________________________
24751 [  6332] By: jhi                                   on 2000/07/11  12:40:17
24752         Log: Integrate with Sarathy.
24753      Branch: cfgperl
24754           !> win32/win32sck.c
24755 ____________________________________________________________________________
24756 [  6331] By: jhi                                   on 2000/07/10  20:14:16
24757         Log: Sprinkle ldlibpath.
24758      Branch: cfgperl
24759            ! pod/Makefile.SH
24760 ____________________________________________________________________________
24761 [  6330] By: jhi                                   on 2000/07/10  17:54:49
24762         Log: More POSIX.pod tweaks.
24763      Branch: cfgperl
24764            ! ext/POSIX/POSIX.pod
24765 ____________________________________________________________________________
24766 [  6329] By: jhi                                   on 2000/07/10  14:02:12
24767         Log: Reorder perl.pod once more.
24768      Branch: cfgperl
24769            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
24770 ____________________________________________________________________________
24771 [  6328] By: gsar                                  on 2000/07/10  07:06:00
24772         Log: accept() leaks memory on windows due to incorrect ordering of
24773              closesocket() and fclose() calls
24774      Branch: perl
24775            ! win32/win32sck.c
24776 ____________________________________________________________________________
24777 [  6327] By: gsar                                  on 2000/07/10  06:49:17
24778         Log: winsock options weren't being set in all threads under ithreads
24779              (caused send()s from second and subsequent threads to fail)
24780      Branch: perl
24781            ! win32/win32sck.c
24782 ____________________________________________________________________________
24783 [  6326] By: jhi                                   on 2000/07/08  02:45:40
24784         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
24785              was cast to an unsigned (32-bit) integer with wild abandon.
24786      Branch: cfgperl
24787            ! ext/Devel/DProf/DProf.xs
24788 ____________________________________________________________________________
24789 [  6325] By: jhi                                   on 2000/07/07  18:50:33
24790         Log: Remove perlbook, update perlfaq book listing,
24791              rearrange perl.pod, regenerate perltoc.
24792      Branch: cfgperl
24793            - pod/perlbook.pod
24794            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
24795            ! pod/perlfaq2.pod pod/perltoc.pod
24796 ____________________________________________________________________________
24797 [  6324] By: jhi                                   on 2000/07/07  14:03:40
24798         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
24799      Branch: cfgperl
24800            ! sv.h toke.c
24801 ____________________________________________________________________________
24802 [  6323] By: jhi                                   on 2000/07/06  16:03:55
24803         Log: Fix complaints of buildtoc.
24804      Branch: cfgperl
24805            + lib/Win32.pod
24806            - pod/Win32.pod
24807            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
24808 ____________________________________________________________________________
24809 [  6322] By: jhi                                   on 2000/07/06  15:15:52
24810         Log: Add =head1 NAMEs so that buildtoc is happy.
24811              (The CGI::Util nit reported to Lincoln.)
24812      Branch: cfgperl
24813            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
24814            ! pod/perltoc.pod
24815 ____________________________________________________________________________
24816 [  6321] By: jhi                                   on 2000/07/06  03:16:04
24817         Log: Config is being used.
24818      Branch: cfgperl
24819            ! t/op/method.t
24820 ____________________________________________________________________________
24821 [  6320] By: jhi                                   on 2000/07/06  03:13:13
24822         Log: Integrate with Sarathy.
24823      Branch: cfgperl
24824           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
24825 ____________________________________________________________________________
24826 [  6319] By: jhi                                   on 2000/07/06  03:11:46
24827         Log: Autogenerate pod/Makefile and pod/buildtoc.
24828              buildtoc also checks whether the existin pods are
24829              mentioned in MANIFEST and perl.pod, and vice versa.
24830              (None of the thusly found discrepancies fixed yet.)
24831              roffitall also needs to be autogenerated similarly but it
24832              seems so badly out of date that I didn't touch it yet.
24833      Branch: cfgperl
24834            + pod/Makefile.SH pod/buildtoc.PL
24835            - pod/Makefile pod/buildtoc
24836            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
24837 ____________________________________________________________________________
24838 [  6318] By: gsar                                  on 2000/07/05  22:10:54
24839         Log: fix UNC path handling on Windows under ithreads, and chdir()
24840              return value when given a non-existent directory
24841      Branch: perl
24842            ! win32/vdir.h
24843 ____________________________________________________________________________
24844 [  6317] By: gsar                                  on 2000/07/05  22:08:19
24845         Log: winsock cleanup never done on Windows (leads to handle leaks)
24846      Branch: perl
24847            ! win32/perllib.c win32/win32sck.c
24848 ____________________________________________________________________________
24849 [  6316] By: gsar                                  on 2000/07/05  22:06:19
24850         Log: some debugger output does not go to the socket when RemotePort is set
24851      Branch: perl
24852            ! lib/perl5db.pl
24853 ____________________________________________________________________________
24854 [  6315] By: jhi                                   on 2000/07/05  00:25:21
24855         Log: Integrate with Sarathy, preliminary fix for unicos
24856              alignment problems in [ID 20000612.002] Perl problem on Cray system.
24857      Branch: cfgperl
24858            ! sv.h
24859           !> pp_hot.c
24860 ____________________________________________________________________________
24861 [  6314] By: gsar                                  on 2000/07/04  23:34:02
24862         Log: tyop in change#6306
24863      Branch: perl
24864            ! pp_hot.c
24865 ____________________________________________________________________________
24866 [  6313] By: jhi                                   on 2000/07/04  22:14:38
24867         Log: Multiline string literals ENONPORTABLE.
24868      Branch: cfgperl
24869            ! pp_hot.c
24870 ____________________________________________________________________________
24871 [  6312] By: jhi                                   on 2000/07/04  20:34:44
24872         Log: Integrate with Sarathy.
24873      Branch: cfgperl
24874           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
24875           !> t/op/method.t
24876 ____________________________________________________________________________
24877 [  6311] By: jhi                                   on 2000/07/04  20:30:56
24878         Log: More POSIX.pod embellishment.
24879      Branch: cfgperl
24880            ! ext/POSIX/POSIX.pod
24881 ____________________________________________________________________________
24882 [  6310] By: gsar                                  on 2000/07/04  17:28:48
24883         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
24884      Branch: perl
24885            ! t/lib/b.t
24886 ____________________________________________________________________________
24887 [  6309] By: jhi                                   on 2000/07/04  17:22:18
24888         Log: The #6308 required a little bit more.
24889      Branch: cfgperl
24890            ! Makefile.SH win32/Makefile
24891 ____________________________________________________________________________
24892 [  6308] By: jhi                                   on 2000/07/04  16:35:24
24893         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
24894      Branch: cfgperl
24895            + lib/lib_pm.PL
24896            - lib/lib.pm.PL
24897            ! MANIFEST Makefile.SH
24898 ____________________________________________________________________________
24899 [  6307] By: jhi                                   on 2000/07/04  16:28:58
24900         Log: Win32 patches for cfgperl from Sarathy.
24901      Branch: cfgperl
24902            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
24903            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
24904            ! thread.h toke.c util.c win32/Makefile win32/win32.c
24905 ____________________________________________________________________________
24906 [  6306] By: gsar                                  on 2000/07/04  16:28:40
24907         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
24908              (from Richard Soderberg <rs@oregonnet.com>)
24909      Branch: perl
24910            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
24911 ____________________________________________________________________________
24912 [  6305] By: jhi                                   on 2000/07/04  16:24:24
24913         Log: Integrate with Sarathy.
24914      Branch: cfgperl
24915           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
24916           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
24917           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
24918           !> proto.h win32/win32.c
24919 ____________________________________________________________________________
24920 [  6304] By: gsar                                  on 2000/07/04  16:17:24
24921         Log: missing perldiag entry for unpack("w",...) diagnostic (from
24922              Andreas Koenig)
24923      Branch: perl
24924            ! pod/perldiag.pod
24925 ____________________________________________________________________________
24926 [  6303] By: gsar                                  on 2000/07/04  16:14:44
24927         Log: remove rel2abs prototypes (from Barrie Slaymaker)
24928      Branch: perl
24929            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
24930            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
24931 ____________________________________________________________________________
24932 [  6302] By: gsar                                  on 2000/07/04  04:59:35
24933         Log: adjust change#6299
24934      Branch: perl
24935            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
24936            ! win32/win32.c
24937 ____________________________________________________________________________
24938 [  6301] By: jhi                                   on 2000/07/04  04:50:07
24939         Log: Integrate with Sarathy.
24940      Branch: cfgperl
24941           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
24942           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
24943           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
24944 ____________________________________________________________________________
24945 [  6300] By: gsar                                  on 2000/07/04  04:42:09
24946         Log: PERL_OBJECT build tweak
24947      Branch: perl
24948            ! perl.h
24949 ____________________________________________________________________________
24950 [  6299] By: gsar                                  on 2000/07/04  04:37:00
24951         Log: fix memory leak on Windows (PL_sys_intern contents were never
24952              freed)
24953      Branch: perl
24954            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
24955            ! perlapi.c proto.h win32/win32.c
24956 ____________________________________________________________________________
24957 [  6298] By: gsar                                  on 2000/07/04  04:15:59
24958         Log: fix large memory leak that has been around for ever, masked by
24959              -DPURIFY (most of the arenas were never freed!)
24960      Branch: perl
24961            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
24962 ____________________________________________________________________________
24963 [  6297] By: gsar                                  on 2000/07/04  04:07:46
24964         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
24965      Branch: perl
24966            ! perl.c
24967 ____________________________________________________________________________
24968 [  6296] By: jhi                                   on 2000/06/30  18:28:37
24969         Log: Elaborate POSIX.pod.  Still needs work.
24970      Branch: cfgperl
24971            ! ext/POSIX/POSIX.pod
24972 ____________________________________________________________________________
24973 [  6295] By: jhi                                   on 2000/06/30  14:58:18
24974         Log: Point to perlipc for more SysV IPC examples.
24975      Branch: cfgperl
24976            ! pod/perlfunc.pod
24977 ____________________________________________________________________________
24978 [  6294] By: gsar                                  on 2000/06/30  14:47:45
24979         Log: slurp mode fix in change#4736 still not quite right
24980      Branch: perl
24981            ! pp_hot.c t/io/argv.t
24982 ____________________________________________________________________________
24983 [  6293] By: jhi                                   on 2000/06/30  12:02:55
24984         Log: Integrate with Sarathy.
24985      Branch: cfgperl
24986           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
24987 ____________________________________________________________________________
24988 [  6292] By: jhi                                   on 2000/06/30  12:01:11
24989         Log: From: simon@brecon.co.uk (Simon Cozens)
24990              Subject: UTF8 concat
24991              Date: 30 Jun 2000 06:13:25 GMT
24992              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
24993      Branch: cfgperl
24994            ! pp_hot.c
24995 ____________________________________________________________________________
24996 [  6291] By: gsar                                  on 2000/06/30  04:37:33
24997         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
24998              when @_ is modified, causing coredumps
24999      Branch: perl
25000            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
25001 ____________________________________________________________________________
25002 [  6290] By: jhi                                   on 2000/06/30  02:21:44
25003         Log: Integrate with Sarathy.
25004      Branch: cfgperl
25005           !> vms/vms.c vms/vmsish.h
25006 ____________________________________________________________________________
25007 [  6289] By: jhi                                   on 2000/06/30  02:21:02
25008         Log: Check VERSIONs.
25009      Branch: cfgperl
25010            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
25011            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
25012            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
25013 ____________________________________________________________________________
25014 [  6288] By: jhi                                   on 2000/06/30  02:18:52
25015         Log: Integrate with Sarathy.
25016      Branch: cfgperl
25017           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
25018           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
25019           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
25020           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
25021 ____________________________________________________________________________
25022 [  6287] By: gsar                                  on 2000/06/30  02:17:08
25023         Log: integrate vmsperl changes into mainline
25024      Branch: perl
25025           !> vms/vms.c vms/vmsish.h
25026 ____________________________________________________________________________
25027 [  6285] By: gsar                                  on 2000/06/30  02:05:28
25028         Log: localize %INC in a Safe compartment so that use/require work
25029              (many other magic globals probably need similar treatment)
25030      Branch: perl
25031            ! ext/Opcode/Opcode.xs
25032 ____________________________________________________________________________
25033 [  6284] By: gsar                                  on 2000/06/30  01:54:54
25034         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
25035              about Windows
25036      Branch: perl
25037            ! pod/perlembed.pod
25038 ____________________________________________________________________________
25039 [  6283] By: jhi                                   on 2000/06/30  01:50:10
25040         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
25041              From: Barrie Slaymaker <barries@jester.slaysys.com>
25042              Date: Wed, 28 Jun 2000 11:35:29 -0400
25043              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
25044      Branch: perl
25045            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
25046            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
25047            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
25048            ! lib/File/Spec/Win32.pm
25049 ____________________________________________________________________________
25050 [  6282] By: jhi                                   on 2000/06/29  22:57:22
25051         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
25052              From: Dan Sugalski <dan@sidhe.org>
25053              Date: Tue, 06 Jun 2000 11:59:50 -0400
25054              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
25055      Branch: cfgperl
25056            ! vms/vms.c
25057 ____________________________________________________________________________
25058 [  6281] By: jhi                                   on 2000/06/29  22:52:50
25059         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
25060              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
25061              Date: Wed, 7 Jun 2000 04:02:04 -0500
25062              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
25063      Branch: cfgperl
25064            ! utils/h2xs.PL
25065 ____________________________________________________________________________
25066 [  6280] By: jhi                                   on 2000/06/29  22:45:47
25067         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
25068              From: rspier@pobox.com (Robert Spier)
25069              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
25070              Message-ID: <14654.31913.845602.610277@rls.cx>
25071      Branch: cfgperl
25072            ! utils/h2xs.PL
25073 ____________________________________________________________________________
25074 [  6279] By: jhi                                   on 2000/06/29  22:38:16
25075         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
25076              From: Tim Ayers <tayers@bridge.com>
25077              Date: Thu, 08 Jun 2000 08:11:06 +0200
25078              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
25079              [resent by Richard Foley, Message-Id probably wrong]
25080      Branch: cfgperl
25081            ! pod/perlsub.pod
25082 ____________________________________________________________________________
25083 [  6278] By: jhi                                   on 2000/06/29  22:21:45
25084         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
25085              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
25086              Date: Fri, 09 Jun 2000 12:39:27 -0400
25087              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
25088              (plus update the version "number" of Text::Wrap)
25089      Branch: cfgperl
25090            ! lib/Text/Wrap.pm
25091 ____________________________________________________________________________
25092 [  6277] By: jhi                                   on 2000/06/29  22:13:10
25093         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
25094              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25095              Date: Mon, 12 Jun 2000 14:55:59 +0100
25096              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
25097      Branch: cfgperl
25098            ! pod/perlfunc.pod
25099 ____________________________________________________________________________
25100 [  6276] By: jhi                                   on 2000/06/29  22:11:06
25101         Log: Subject: [PATCH] Re: eval documentation: context
25102              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
25103              Date: Mon, 12 Jun 2000 15:07:29 +0100
25104              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
25105      Branch: cfgperl
25106            ! pod/perlfunc.pod
25107 ____________________________________________________________________________
25108 [  6275] By: jhi                                   on 2000/06/29  21:59:46
25109         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
25110              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
25111              Date: Tue, 13 Jun 2000 02:43:48 -0500
25112              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
25113      Branch: cfgperl
25114            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
25115 ____________________________________________________________________________
25116 [  6274] By: jhi                                   on 2000/06/29  21:56:14
25117         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
25118              From: Andy Dougherty <doughera@lafayette.edu>
25119              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
25120              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
25121      Branch: cfgperl
25122            ! ext/File/Glob/Glob.pm
25123 ____________________________________________________________________________
25124 [  6273] By: jhi                                   on 2000/06/29  21:49:09
25125         Log: Subject: [PATCH] xsub attributes
25126              From: Doug MacEachern <dougm@covalent.net>
25127              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
25128              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
25129      Branch: cfgperl
25130            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
25131            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
25132 ____________________________________________________________________________
25133 [  6272] By: jhi                                   on 2000/06/29  21:41:28
25134         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
25135              From: Tom Phoenix <rootbeer@redcat.com>
25136              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
25137              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
25138      Branch: cfgperl
25139            ! lib/Net/Ping.pm
25140 ____________________________________________________________________________
25141 [  6271] By: jhi                                   on 2000/06/29  21:36:55
25142         Log: Subject: PATCH pod/perltie.pod
25143              From: Ian Phillipps <Ian.Phillipps@iname.com>
25144              Date: Fri, 16 Jun 2000 00:17:19 +0100
25145              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
25146              (only the first hunk, the second hunk had already been done
25147              by some other patch)
25148      Branch: cfgperl
25149            ! pod/perltie.pod
25150 ____________________________________________________________________________
25151 [  6270] By: jhi                                   on 2000/06/29  21:24:51
25152         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
25153              From: Nicholas Clark <nick@talking.bollo.cx>
25154              Date: Fri, 23 Jun 2000 16:21:15 +0100
25155              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
25156      Branch: cfgperl
25157            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
25158            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
25159 ____________________________________________________________________________
25160 [  6269] By: jhi                                   on 2000/06/29  19:38:15
25161         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
25162              silence few compiler warnings.
25163      Branch: cfgperl
25164            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
25165 ____________________________________________________________________________
25166 [  6268] By: jhi                                   on 2000/06/29  18:21:50
25167         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
25168              From: Dominic Dunlop <domo@computer.org> 
25169              Date: Thu, 29 Jun 2000 12:32:39 +0200 
25170              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
25171      Branch: cfgperl
25172            ! t/op/sprintf.t
25173 ____________________________________________________________________________
25174 [  6267] By: jhi                                   on 2000/06/29  18:16:07
25175         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
25176              From: Doug MacEachern <dougm@covalent.net>
25177              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
25178              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
25179      Branch: cfgperl
25180            + t/op/method2entersub.t
25181            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
25182            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
25183            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
25184            ! xsutils.c
25185 ____________________________________________________________________________
25186 [  6266] By: jhi                                   on 2000/06/29  15:11:15
25187         Log: Subject: [PATCH 5.6.0] cygwin port
25188              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
25189              From: "Fifer, Eric" <EFifer@sanwaint.com>
25190              Date: Thu, 29 Jun 2000 12:58:29 +0100
25191      Branch: cfgperl
25192            ! cygwin/Makefile.SHs
25193 ____________________________________________________________________________
25194 [  6265] By: jhi                                   on 2000/06/29  15:04:05
25195         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
25196              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
25197              Date: Wed, 28 Jun 2000 17:50:12 -0700
25198              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
25199      Branch: cfgperl
25200            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
25201 ____________________________________________________________________________
25202 [  6264] By: jhi                                   on 2000/06/29  15:00:57
25203         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
25204              From: Marty Lucich <marty@netcom.com>
25205              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
25206              Message-Id: <200006282116.OAA11148@netcom.com>
25207              ccdlflags update (the BSD/OS 4.1 part had already been taken
25208              care of by #6141).
25209      Branch: cfgperl
25210            ! hints/bsdos.sh
25211 ____________________________________________________________________________
25212 [  6263] By: jhi                                   on 2000/06/29  13:47:44
25213         Log: tr fixes from Simon Cozens
25214      Branch: cfgperl
25215            ! doop.c
25216 ____________________________________________________________________________
25217 [  6262] By: jhi                                   on 2000/06/28  18:46:01
25218         Log: Subject: 5.6.0 Patch for EPOC
25219              From: Olaf Flebbe <o.flebbe@gmx.de>
25220              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
25221              Message-ID: <23449.960929969@www11.gmx.net>
25222      Branch: cfgperl
25223            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
25224            ! epoc/epocish.h
25225 ____________________________________________________________________________
25226 [  6261] By: jhi                                   on 2000/06/28  18:29:07
25227         Log: Subject: Re: [PATCH cfgperl] BOMs away!
25228              From: simon@brecon.co.uk (Simon Cozens)
25229              Date: 17 Jun 2000 11:49:57 GMT
25230              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
25231      Branch: cfgperl
25232            ! pod/perldiag.pod t/comp/require.t toke.c
25233 ____________________________________________________________________________
25234 [  6260] By: jhi                                   on 2000/06/28  17:47:16
25235         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
25236              From: simon@brecon.co.uk (Simon Cozens) 
25237              Date: 17 Jun 2000 11:56:44 GMT 
25238              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
25239              pack U0, pack C0
25240      Branch: cfgperl
25241            ! pod/perlfunc.pod pp.c t/op/pack.t
25242 ____________________________________________________________________________
25243 [  6259] By: jhi                                   on 2000/06/28  16:43:17
25244         Log: perlnewmod was missing from MANIFEST.
25245      Branch: cfgperl
25246            ! MANIFEST
25247 ____________________________________________________________________________
25248 [  6258] By: jhi                                   on 2000/06/28  15:54:30
25249         Log: linenumber tweak
25250      Branch: cfgperl
25251            ! t/pragma/warn/regcomp
25252 ____________________________________________________________________________
25253 [  6257] By: jhi                                   on 2000/06/28  15:50:44
25254         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
25255              From: Doug MacEachern <dougm@covalent.net>
25256              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
25257              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
25258              (one part of the patch had been applied earlier)
25259      Branch: cfgperl
25260            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
25261 ____________________________________________________________________________
25262 [  6256] By: jhi                                   on 2000/06/28  15:40:22
25263         Log: tweaks from Simon Cozens to further fix tr/// under utf8
25264      Branch: cfgperl
25265            ! doop.c
25266 ____________________________________________________________________________
25267 [  6255] By: jhi                                   on 2000/06/28  15:33:45
25268         Log: small thinko tweaks
25269      Branch: cfgperl
25270            ! lib/IPC/Open3.pm t/op/my_stash.t
25271 ____________________________________________________________________________
25272 [  6254] By: jhi                                   on 2000/06/28  15:33:25
25273         Log: Subject: tr///, help wanted.
25274              From: simon@brecon.co.uk (Simon Cozens)
25275              Date: 28 Jun 2000 11:29:04 GMT
25276              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
25277      Branch: cfgperl
25278            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
25279            ! pp_proto.h proto.h t/op/tr.t
25280 ____________________________________________________________________________
25281 [  6253] By: jhi                                   on 2000/06/28  15:09:17
25282         Log: Paranoia tweak on #6249.
25283              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
25284              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
25285              Date: Sun, 25 Jun 2000 23:43:12 -0400
25286              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
25287      Branch: cfgperl
25288            ! lib/IPC/Open3.pm
25289 ____________________________________________________________________________
25290 [  6252] By: jhi                                   on 2000/06/28  15:01:38
25291         Log: Document #6249 and #6251.
25292      Branch: cfgperl
25293            ! lib/Exporter.pm lib/IPC/Open3.pm
25294 ____________________________________________________________________________
25295 [  6251] By: jhi                                   on 2000/06/28  14:50:43
25296         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
25297              From: Doug MacEachern <dougm@covalent.net>
25298              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
25299              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
25300      Branch: cfgperl
25301            ! lib/Exporter.pm
25302 ____________________________________________________________________________
25303 [  6250] By: jhi                                   on 2000/06/28  14:45:23
25304         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
25305              From: Doug MacEachern <dougm@covalent.net>
25306              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
25307              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
25308      Branch: cfgperl
25309            + t/op/my_stash.t
25310            ! MANIFEST embed.pl global.sym proto.h toke.c
25311 ____________________________________________________________________________
25312 [  6249] By: jhi                                   on 2000/06/28  14:36:34
25313         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
25314              From: Frank Tobin <ftobin@uiuc.edu>
25315              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
25316              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
25317      Branch: cfgperl
25318            ! lib/IPC/Open3.pm
25319 ____________________________________________________________________________
25320 [  6248] By: jhi                                   on 2000/06/28  14:11:25
25321         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
25322              From: Mark-Jason Dominus <mjd@plover.com>
25323              Date: Tue, 27 Jun 2000 22:36:42 -0400
25324              Message-ID: <20000628023642.12166.qmail@plover.com>
25325      Branch: cfgperl
25326            ! pod/perlfunc.pod
25327 ____________________________________________________________________________
25328 [  6247] By: jhi                                   on 2000/06/27  12:46:37
25329         Log: Tweak $VERSION, patch from Doug MacEachern.
25330      Branch: cfgperl
25331            ! lib/File/Spec.pm
25332 ____________________________________________________________________________
25333 [  6246] By: jhi                                   on 2000/06/27  03:34:46
25334         Log: Allow for standalone testing.
25335      Branch: cfgperl
25336            ! t/lib/filefunc.t t/lib/filespec.t
25337 ____________________________________________________________________________
25338 [  6245] By: jhi                                   on 2000/06/27  02:50:02
25339         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
25340              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
25341              Date: Sat, 24 Jun 2000 13:06:20 +0100
25342              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
25343      Branch: cfgperl
25344            ! ext/DynaLoader/DynaLoader_pm.PL
25345 ____________________________________________________________________________
25346 [  6244] By: jhi                                   on 2000/06/27  02:46:10
25347         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
25348              From: Doug MacEachern <dougm@covalent.net>
25349              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
25350              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
25351      Branch: cfgperl
25352            ! gv.c sv.c t/lib/peek.t
25353 ____________________________________________________________________________
25354 [  6243] By: jhi                                   on 2000/06/27  02:38:07
25355         Log: Subject: [PATCH] is_utf8_string
25356              From: simon@brecon.co.uk (Simon Cozens)
25357              Date: 26 Jun 2000 02:25:59 GMT
25358              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
25359      Branch: cfgperl
25360            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
25361            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
25362            ! proto.h utf8.c
25363 ____________________________________________________________________________
25364 [  6242] By: jhi                                   on 2000/06/27  02:24:00
25365         Log: Subject: [PATCH] bytes<->utf8 fixes
25366              From: simon@brecon.co.uk (Simon Cozens)
25367              Date: 26 Jun 2000 04:55:45 GMT
25368              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
25369      Branch: cfgperl
25370            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
25371 ____________________________________________________________________________
25372 [  6241] By: jhi                                   on 2000/06/27  02:12:42
25373         Log: Do no -warn on \_, only on \alpha.
25374              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
25375              From: David Dyck <dcd@tc.fluke.com>
25376              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
25377              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
25378      Branch: cfgperl
25379            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
25380 ____________________________________________________________________________
25381 [  6240] By: jhi                                   on 2000/06/27  02:00:01
25382         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
25383              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
25384              Date: Mon, 26 Jun 2000 18:40:14 +0100
25385              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
25386      Branch: cfgperl
25387            ! utils/h2xs.PL
25388 ____________________________________________________________________________
25389 [  6239] By: jhi                                   on 2000/06/27  01:53:40
25390         Log: Configure maintenance.  Sever some dependency cycles,
25391              separate gccversion from the cc unit,
25392              address [ID 20000623.006] Configure script patch for using gcc on AIX
25393              (but solve it a little bit differently),
25394              unduplex some accidentally duplicated units,
25395              suggest using gcc if no cc available
25396              (p5p thread: "Solaris configure: counterproposal", 1999-09)
25397      Branch: cfgperl
25398            ! Configure Todo-5.6 config_h.SH
25399      Branch: metaconfig
25400            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
25401            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
25402      Branch: metaconfig/U/perl
25403            + gccvers.U
25404            ! d_getespwnam.U d_getprpwnam.U i_prot.U
25405 ____________________________________________________________________________
25406 [  6238] By: jhi                                   on 2000/06/25  18:04:56
25407         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
25408              From: Dan Sugalski <dan@sidhe.org>
25409              Date: Fri, 23 Jun 2000 17:00:00 -0400
25410              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
25411      Branch: cfgperl
25412            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
25413 ____________________________________________________________________________
25414 [  6237] By: jhi                                   on 2000/06/25  16:36:45
25415         Log: Tweak embed.pl, regen headers.
25416      Branch: cfgperl
25417            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
25418            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
25419            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
25420            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
25421            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
25422 ____________________________________________________________________________
25423 [  6236] By: jhi                                   on 2000/06/25  15:26:42
25424         Log: Regen headers.
25425      Branch: cfgperl
25426            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
25427            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
25428            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
25429            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
25430            ! regnodes.h warnings.h
25431 ____________________________________________________________________________
25432 [  6235] By: jhi                                   on 2000/06/23  19:39:35
25433         Log: The thread begun by
25434              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
25435              From: Kevin.Ruscoe@ubsw.com
25436              Date: Fri, 16 Jun 2000 16:38:51 +0100
25437              Message-Id: <H000019b03c300d6@MHS>
25438      Branch: cfgperl
25439            ! hints/solaris_2.sh
25440 ____________________________________________________________________________
25441 [  6234] By: jhi                                   on 2000/06/23  19:23:36
25442         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
25443              because when run as services (Win32ese for daemons)
25444              no environment variables are set and tmpdir ends up as /tmp,
25445              which is ambiguous.
25446              
25447              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
25448              From: matt@sergeant.org
25449              Date: 16 Jun 2000 16:30:43 -0000
25450              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
25451      Branch: cfgperl
25452            ! lib/File/Spec/Win32.pm
25453 ____________________________________________________________________________
25454 [  6233] By: jhi                                   on 2000/06/23  19:18:58
25455         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
25456              From: Mark-Jason Dominus <mjd@plover.com>
25457              Date: Fri, 16 Jun 2000 20:53:04 -0400
25458              Message-ID: <20000617005304.8008.qmail@plover.com>
25459      Branch: cfgperl
25460            ! op.h
25461 ____________________________________________________________________________
25462 [  6232] By: jhi                                   on 2000/06/23  16:10:02
25463         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
25464              From: simon@brecon.co.uk (Simon Cozens)
25465              Date: 19 Jun 2000 15:18:27 GMT
25466              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
25467              
25468              plus update pod/Makefile and regenerate perltoc
25469      Branch: cfgperl
25470            + pod/perlutil.pod
25471            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
25472 ____________________________________________________________________________
25473 [  6231] By: jhi                                   on 2000/06/23  15:19:18
25474         Log: Subject: [PATCH 5.6.0] cygwin port
25475              From: "Fifer, Eric" <EFifer@sanwaint.com>
25476              Date: Tue, 20 Jun 2000 14:30:58 +0100
25477              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
25478      Branch: cfgperl
25479            ! README.cygwin lib/File/Find.pm
25480 ____________________________________________________________________________
25481 [  6230] By: jhi                                   on 2000/06/23  14:25:21
25482         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
25483      Branch: cfgperl
25484            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
25485            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
25486            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
25487            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
25488 ____________________________________________________________________________
25489 [  6229] By: jhi                                   on 2000/06/23  14:13:34
25490         Log: Subject: README.hpux version 0.6.1
25491              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
25492              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
25493              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
25494      Branch: cfgperl
25495            ! README.hpux
25496 ____________________________________________________________________________
25497 [  6228] By: jhi                                   on 2000/06/23  14:07:20
25498         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
25499              From: Doug MacEachern <dougm@covalent.net>
25500              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
25501              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
25502      Branch: cfgperl
25503            ! op.c
25504 ____________________________________________________________________________
25505 [  6227] By: jhi                                   on 2000/06/23  14:01:06
25506         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
25507              From: Doug MacEachern <dougm@covalent.net>
25508              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
25509              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
25510      Branch: cfgperl
25511            + lib/lib.pm.PL
25512            - lib/lib.pm
25513            ! MANIFEST Makefile.SH
25514 ____________________________________________________________________________
25515 [  6226] By: jhi                                   on 2000/06/23  13:53:07
25516         Log: Subject: [PATCH] remove forward declarations in Socket.pm
25517              From: Doug MacEachern <dougm@covalent.net>
25518              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
25519              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
25520              
25521              From: Doug MacEachern <dougm@covalent.net>
25522              Subject: Re: [PATCH] remove forward declarations in Socket.pm
25523              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
25524              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
25525      Branch: cfgperl
25526            ! ext/Socket/Socket.pm op.c
25527 ____________________________________________________________________________
25528 [  6225] By: jhi                                   on 2000/06/23  13:41:52
25529         Log: Add source code filenames to apidoc.
25530              From: simon@brecon.co.uk (Simon Cozens)
25531              Subject: [PATCH embed.pl] Source X-ref
25532              Date: 22 Jun 2000 02:18:49 GMT
25533              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
25534      Branch: cfgperl
25535            ! embed.pl
25536 ____________________________________________________________________________
25537 [  6224] By: jhi                                   on 2000/06/23  13:32:33
25538         Log: A way to avoid English.pm performance hit.
25539              From: root <root@jester.slaysys.com>
25540              Subject: [YAPATCH English.pm] My turn to putt again
25541              Date: Thu, 22 Jun 2000 20:33:58 -0400
25542              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
25543      Branch: cfgperl
25544            ! lib/English.pm t/lib/english.t
25545 ____________________________________________________________________________
25546 [  6223] By: jhi                                   on 2000/06/23  13:27:06
25547         Log: Avoid double close().
25548              Subject: [PATCH] avoid double close()
25549              From: Doug MacEachern <dougm@covalent.net>
25550              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
25551              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
25552      Branch: cfgperl
25553            ! doio.c
25554 ____________________________________________________________________________
25555 [  6222] By: jhi                                   on 2000/06/23  13:25:54
25556         Log: doc typo fix
25557              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
25558              From: Ian Phillipps <Ian.Phillipps@iname.com>
25559              Date: Fri, 23 Jun 2000 10:40:58 +0100
25560              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
25561      Branch: cfgperl
25562            ! lib/Pod/Usage.pm
25563 ____________________________________________________________________________
25564 [  6221] By: jhi                                   on 2000/06/23  13:24:15
25565         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
25566              From: simon@brecon.co.uk (Simon Cozens)
25567              Subject: [PATCH] Eliminate tr///[CU][CU]
25568              Date: 23 Jun 2000 11:05:40 GMT
25569              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
25570      Branch: cfgperl
25571            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
25572 ____________________________________________________________________________
25573 [  6220] By: jhi                                   on 2000/06/22  16:07:51
25574         Log: Win32 patches from Benjamin Stuhl.
25575      Branch: cfgperl
25576            ! makedef.pl win32/win32.h
25577 ____________________________________________________________________________
25578 [  6219] By: jhi                                   on 2000/06/22  16:06:34
25579         Log: Bytecode patches from Benjamin Stuhl.
25580      Branch: cfgperl
25581            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
25582            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
25583            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
25584 ____________________________________________________________________________
25585 [  6218] By: jhi                                   on 2000/06/15  23:54:16
25586         Log: Bytecode patches from Benjamin Stuhl.
25587      Branch: cfgperl
25588            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
25589 ____________________________________________________________________________
25590 [  6217] By: jhi                                   on 2000/06/09  13:38:29
25591         Log: Rename the fdpid locking and integrate with Sarathy.
25592      Branch: cfgperl
25593            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
25594            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
25595            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
25596            ! win32/win32.c
25597           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
25598 ____________________________________________________________________________
25599 [  6216] By: gsar                                  on 2000/06/08  14:54:21
25600         Log: be more optimal about clearing @_
25601      Branch: perl
25602            ! cop.h
25603 ____________________________________________________________________________
25604 [  6215] By: gsar                                  on 2000/06/08  14:33:04
25605         Log: tweak comment about @DB::args
25606      Branch: perl
25607            ! av.h pp_ctl.c
25608 ____________________________________________________________________________
25609 [  6214] By: gsar                                  on 2000/06/08  13:57:54
25610         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
25611              caller() wants to populate @DB::args with it (causes a coredump
25612              in Carp::confess())
25613      Branch: perl
25614            ! cop.h t/op/runlevel.t
25615 ____________________________________________________________________________
25616 [  6213] By: gsar                                  on 2000/06/08  07:06:35
25617         Log: back out change#6106 (seems problematic)
25618      Branch: perl
25619            ! hints/solaris_2.sh
25620 ____________________________________________________________________________
25621 [  6212] By: jhi                                   on 2000/06/07  03:10:36
25622         Log: Continuing mopup for #6204.
25623      Branch: cfgperl
25624            ! ext/B/defsubs_h.PL
25625 ____________________________________________________________________________
25626 [  6211] By: jhi                                   on 2000/06/07  02:41:50
25627         Log: Mopup for #6204.
25628              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
25629              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
25630              This is comes from const() where POK isn't on when expected.
25631      Branch: cfgperl
25632            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
25633            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
25634            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
25635            ! perlapi.h pod/perlapi.pod
25636 ____________________________________________________________________________
25637 [  6210] By: jhi                                   on 2000/06/07  01:56:29
25638         Log: Mopup for #6207 and #6209.
25639      Branch: cfgperl
25640            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
25641 ____________________________________________________________________________
25642 [  6209] By: jhi                                   on 2000/06/07  01:33:12
25643         Log: Lock PL_fdpid against race conditions, based on:
25644              Subject: [PATCH 5.6.0]subprocess fixup for threads
25645              From: Dan Sugalski <dan@sidhe.org>
25646              To: perl5-porters@perl.org
25647              Date: Tue, 11 Apr 2000 17:02:32 -0400
25648              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
25649      Branch: cfgperl
25650            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
25651            ! win32/win32.c
25652 ____________________________________________________________________________
25653 [  6208] By: jhi                                   on 2000/06/07  01:05:23
25654         Log: Regen headers for #6207.
25655      Branch: cfgperl
25656            ! embed.h global.sym objXSUB.h proto.h
25657 ____________________________________________________________________________
25658 [  6207] By: jhi                                   on 2000/06/06  23:43:13
25659         Log: Subject: [PATCH 5.6.0] Threadsafe patches
25660              From: Dan Sugalski <dan@sidhe.org>
25661              To: perl5-porters@perl.org
25662              Date: Mon, 08 May 2000 18:08:13 -0400
25663              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
25664      Branch: cfgperl
25665            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
25666            ! proto.h sv.h util.c
25667 ____________________________________________________________________________
25668 [  6206] By: jhi                                   on 2000/06/06  23:21:23
25669         Log: Subject: [PATCH] Eliminate $a/$b in pod
25670              From: David Glasser <me@davidglasser.net>
25671              To: perl5-porters@perl.org
25672              Date: Mon, 29 May 2000 21:15:59 -0400
25673              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
25674      Branch: cfgperl
25675            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
25676            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
25677            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
25678            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
25679            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
25680            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
25681            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
25682            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
25683            ! pod/perlvar.pod pod/perlxs.pod
25684 ____________________________________________________________________________
25685 [  6205] By: jhi                                   on 2000/06/06  23:12:14
25686         Log: Subject: [PATCH] Win32 improvements
25687              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
25688              To: gsar@activestate.com, perl5-porters@perl.org
25689              Date: Mon, 29 May 2000 17:22:24 PDT
25690              Message-ID: <20000530002224.91142.qmail@hotmail.com>
25691              (MUA had mangled many lines by wordwrapping)
25692      Branch: cfgperl
25693            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
25694 ____________________________________________________________________________
25695 [  6204] By: jhi                                   on 2000/06/06  23:01:50
25696         Log: Subject: [PATCH] B::Bytecode patches
25697              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
25698              To: gsar@activestate.com, jhi@iki.fi
25699              Cc: perl5-porters@perl.org
25700              Message-ID: <20000602202526.48694.qmail@hotmail.com>
25701              (MUA had mangled many lines by wordwrapping)
25702      Branch: cfgperl
25703            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
25704            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
25705            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
25706            ! intrpvar.h perl.c
25707 ____________________________________________________________________________
25708 [  6203] By: jhi                                   on 2000/06/06  22:32:43
25709         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
25710              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
25711              Date: Tue, 06 Jun 2000 13:07:45 -0700
25712              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
25713      Branch: cfgperl
25714            ! pod/perldiag.pod
25715 ____________________________________________________________________________
25716 [  6202] By: jhi                                   on 2000/06/06  19:38:35
25717         Log: Integrate with Sarathy.
25718      Branch: cfgperl
25719           !> perl.c
25720 ____________________________________________________________________________
25721 [  6201] By: gsar                                  on 2000/06/06  00:42:59
25722         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
25723              does a PUSHMARK that's never ever POPMARKed; in general, only
25724              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
25725              Perl_eval_[sp]v() don't because they don't take any incoming
25726              arguments (this leak has been around since the original version
25727              of perl_eval_pv() in 5.003_97e)
25728      Branch: perl
25729            ! perl.c
25730 ____________________________________________________________________________
25731 [  6200] By: jhi                                   on 2000/06/04  03:44:52
25732         Log: Update to cperl-mode.el 4.31 from
25733              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
25734              Subject: A couple of notes
25735              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25736              To: Mailing list Perl5 <perl5-porters@perl.org>
25737              Date: Sat, 3 Jun 2000 23:33:32 -0400
25738              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
25739      Branch: cfgperl
25740            ! emacs/cperl-mode.el
25741 ____________________________________________________________________________
25742 [  6199] By: jhi                                   on 2000/06/03  15:11:05
25743         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
25744              From: Dan Sugalski <dan@sidhe.org>
25745              To: perl5-porters@perl.org, vmsperl@perl.org
25746              Date: Fri, 02 Jun 2000 17:30:51 -0400
25747              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
25748      Branch: cfgperl
25749            ! vms/descrip_mms.template vms/gen_shrfls.pl
25750 ____________________________________________________________________________
25751 [  6198] By: jhi                                   on 2000/06/03  14:59:15
25752         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
25753              From: Dan Sugalski <dan@sidhe.org>
25754              To: vmsperl@perl.org, perl5-porters@perl.org
25755              Date: Fri, 02 Jun 2000 16:00:41 -0400
25756              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
25757              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
25758      Branch: cfgperl
25759            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
25760            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
25761            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
25762 ____________________________________________________________________________
25763 [  6197] By: jhi                                   on 2000/06/03  14:41:30
25764         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
25765              From: John Borwick <jhborwic@unity.ncsu.edu>
25766              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
25767              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
25768      Branch: cfgperl
25769            ! pod/perlsyn.pod
25770 ____________________________________________________________________________
25771 [  6196] By: jhi                                   on 2000/06/03  14:38:09
25772         Log: Integrate with Sarathy.
25773      Branch: cfgperl
25774           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
25775           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
25776           !> vms/perly_c.vms
25777 ____________________________________________________________________________
25778 [  6195] By: gsar                                  on 2000/06/02  22:43:13
25779         Log: fix yet another eval"" leak under USE_ITHREADS
25780      Branch: perl
25781            ! op.c
25782 ____________________________________________________________________________
25783 [  6194] By: gsar                                  on 2000/06/02  18:22:06
25784         Log: fix small eval"" memory leaks under USE_ITHREADS
25785      Branch: perl
25786            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
25787            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
25788            ! vms/perly_c.vms
25789 ____________________________________________________________________________
25790 [  6193] By: jhi                                   on 2000/06/01  13:03:56
25791         Log: Signals-be-gone for microperl.
25792      Branch: cfgperl
25793            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
25794 ____________________________________________________________________________
25795 [  6192] By: jhi                                   on 2000/06/01  12:52:02
25796         Log: Integrate with Sarathy.
25797      Branch: cfgperl
25798           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
25799           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
25800           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
25801           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
25802           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
25803           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
25804           !> t/op/vec.t utils/h2xs.PL
25805 ____________________________________________________________________________
25806 [  6191] By: gsar                                  on 2000/06/01  09:38:21
25807         Log: vec() loses numericalness (modified version of patch suggested
25808              by Robin Barker)
25809      Branch: perl
25810            ! doop.c t/op/vec.t
25811 ____________________________________________________________________________
25812 [  6190] By: gsar                                  on 2000/06/01  09:26:15
25813         Log: submit missing embed.pl change
25814      Branch: perl
25815            ! embed.pl
25816 ____________________________________________________________________________
25817 [  6189] By: gsar                                  on 2000/06/01  09:05:34
25818         Log: counting tr/// corrupts later operation (from M.J.T Guy)
25819      Branch: perl
25820            ! doop.c t/op/tr.t
25821 ____________________________________________________________________________
25822 [  6188] By: gsar                                  on 2000/06/01  08:58:39
25823         Log: h2xs tweaks
25824      Branch: perl
25825            ! utils/h2xs.PL
25826 ____________________________________________________________________________
25827 [  6187] By: gsar                                  on 2000/06/01  08:50:07
25828         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
25829              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
25830      Branch: perl
25831            + lib/Pod/LaTeX.pm
25832            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
25833            ! pod/pod2latex.PL
25834 ____________________________________________________________________________
25835 [  6186] By: gsar                                  on 2000/06/01  08:24:40
25836         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
25837              <wolfgang.laun@alcatel.at>)
25838      Branch: perl
25839            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
25840            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
25841 ____________________________________________________________________________
25842 [  6185] By: gsar                                  on 2000/06/01  08:12:00
25843         Log: remove incorrect documentation about implicit split to @_ in
25844              list context, which never really worked in perl 5 (from
25845              M.J.T. Guy)
25846      Branch: perl
25847            ! pod/perlfunc.pod pod/perltrap.pod
25848 ____________________________________________________________________________
25849 [  6184] By: gsar                                  on 2000/06/01  07:52:27
25850         Log: tweak for change#6127
25851      Branch: perl
25852            ! perl.c
25853 ____________________________________________________________________________
25854 [  6183] By: gsar                                  on 2000/06/01  07:41:02
25855         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
25856              <nick@ccl4.org>)
25857      Branch: perl
25858            + t/lib/selfloader.t
25859            ! MANIFEST lib/SelfLoader.pm
25860 ____________________________________________________________________________
25861 [  6182] By: jhi                                   on 2000/06/01  00:34:42
25862         Log: Be Cleaner Part Deux.
25863      Branch: cfgperl
25864            ! Makefile.SH
25865 ____________________________________________________________________________
25866 [  6181] By: jhi                                   on 2000/06/01  00:32:09
25867         Log: Integrate with Sarathy.
25868      Branch: cfgperl
25869           !> pp.c t/op/arith.t
25870 ____________________________________________________________________________
25871 [  6180] By: jhi                                   on 2000/06/01  00:31:13
25872         Log: microperl nits from Simon Cozens.
25873      Branch: cfgperl
25874            + uconfig.h
25875            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
25876            ! unixish.h
25877 ____________________________________________________________________________
25878 [  6179] By: gsar                                  on 2000/05/31  22:37:51
25879         Log: buggy modulus on UVs introduced by change#3378 (resulted in
25880              4063328477 % 65535 amounting to 27406, instead of 27407)
25881      Branch: perl
25882            ! pp.c t/op/arith.t
25883 ____________________________________________________________________________
25884 [  6178] By: jhi                                   on 2000/05/31  21:52:41
25885         Log: Be cleaner.
25886      Branch: cfgperl
25887            ! Makefile.SH
25888 ____________________________________________________________________________
25889 [  6177] By: jhi                                   on 2000/05/31  21:47:33
25890         Log: Substitution utf8 patch from Simon Cozens.
25891      Branch: cfgperl
25892            ! pp_hot.c
25893 ____________________________________________________________________________
25894 [  6176] By: jhi                                   on 2000/05/31  21:45:34
25895         Log: Single-quoted utf8 patch from Simon Cozens.
25896      Branch: cfgperl
25897            ! toke.c
25898 ____________________________________________________________________________
25899 [  6175] By: jhi                                   on 2000/05/31  21:40:18
25900         Log: Integrate with Sarathy.
25901      Branch: cfgperl
25902           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
25903 ____________________________________________________________________________
25904 [  6174] By: jhi                                   on 2000/05/31  21:37:31
25905         Log: microperl changes from Simon Cozens; Makefile for microperl
25906              written from scratch; few casts added as microperl compilation
25907              doesn't have all prototypes available.
25908      Branch: cfgperl
25909            + Makefile.micro README.micro Todo.micro uconfig.sh
25910            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
25911            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
25912      Branch: metaconfig
25913            + U/modified/Config_h.U
25914 ____________________________________________________________________________
25915 [  6173] By: jhi                                   on 2000/05/31  20:00:24
25916         Log: metaconfig maintenance.
25917      Branch: metaconfig
25918            + U/modified/Inhdr.U U/typedefs/inotype.U
25919      Branch: metaconfig/U/perl
25920            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
25921            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
25922 ____________________________________________________________________________
25923 [  6172] By: gsar                                  on 2000/05/31  05:05:42
25924         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
25925              (from Ilya Zakharevich)
25926      Branch: perl
25927            ! regexec.c t/op/re_tests
25928 ____________________________________________________________________________
25929 [  6171] By: gsar                                  on 2000/05/31  05:01:47
25930         Log: scalar() doesn't force scalar context when used in void context
25931              (from Simon Cozens)
25932      Branch: perl
25933            ! op.c t/op/wantarray.t
25934 ____________________________________________________________________________
25935 [  6170] By: gsar                                  on 2000/05/31  04:41:33
25936         Log: change#6142 needs tweaks to tests to work where there's no symlink()
25937              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
25938      Branch: perl
25939            ! t/lib/filefind.t
25940 ____________________________________________________________________________
25941 [  6169] By: gsar                                  on 2000/05/31  04:29:49
25942         Log: integrate cfgperl contents into mainline
25943      Branch: perl
25944           +> pod/perlmodlib.PL pod/perlnewmod.pod
25945           !> (integrate 42 files)
25946 ____________________________________________________________________________
25947 [  6168] By: jhi                                   on 2000/05/30  22:53:37
25948         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
25949      Branch: cfgperl
25950            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25951            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
25952            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
25953            ! win32/config.bc win32/config.gc win32/config.vc
25954            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25955            ! win32/config_h.PL win32/config_sh.PL
25956      Branch: metaconfig/U/perl
25957            ! perlxv.U
25958 ____________________________________________________________________________
25959 [  6167] By: jhi                                   on 2000/05/30  22:20:21
25960         Log: tweak todo 
25961      Branch: cfgperl
25962            ! Todo-5.6
25963 ____________________________________________________________________________
25964 [  6166] By: jhi                                   on 2000/05/30  22:11:51
25965         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
25966              in case somebody wants to write an extension for more
25967              shadow database interfaces.
25968      Branch: cfgperl
25969            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25970            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
25971            ! vos/config.def vos/config.h vos/config_h.SH_orig
25972            ! win32/config.bc win32/config.gc win32/config.vc
25973            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25974      Branch: metaconfig
25975            ! U/modified/Myinit.U
25976      Branch: metaconfig/U/perl
25977            + d_getespwnam.U d_getprpwnam.U i_prot.U
25978 ____________________________________________________________________________
25979 [  6165] By: jhi                                   on 2000/05/30  18:35:34
25980         Log: Integrate with Sarathy.
25981      Branch: cfgperl
25982           !> op.c
25983 ____________________________________________________________________________
25984 [  6164] By: jhi                                   on 2000/05/30  18:30:16
25985         Log: detypo
25986      Branch: cfgperl
25987            ! Configure config_h.SH
25988      Branch: metaconfig/U/perl
25989            ! perlxv.U
25990 ____________________________________________________________________________
25991 [  6163] By: gsar                                  on 2000/05/30  03:24:03
25992         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
25993      Branch: perl
25994            ! op.c
25995 ____________________________________________________________________________
25996 [  6162] By: gsar                                  on 2000/05/30  03:09:38
25997         Log: fix memory leak in method call optimization (change#3768);
25998              made C<eval "$x->foo()"> leak
25999      Branch: perl
26000            ! op.c
26001 ____________________________________________________________________________
26002 [  6161] By: jhi                                   on 2000/05/29  17:56:26
26003         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
26004              both from Simon Cozens.
26005      Branch: cfgperl
26006            + pod/perlmodlib.PL pod/perlnewmod.pod
26007            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
26008            ! pod/perlmodlib.pod pod/perltoc.pod
26009 ____________________________________________________________________________
26010 [  6160] By: jhi                                   on 2000/05/29  17:23:55
26011         Log: Changes for the File::Temp 0.08 (change #6159) test suite
26012              to fit better into the Perl distribution test framework.
26013      Branch: cfgperl
26014            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
26015            ! t/lib/ftmp-tempfile.t
26016 ____________________________________________________________________________
26017 [  6159] By: jhi                                   on 2000/05/29  16:55:36
26018         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
26019      Branch: cfgperl
26020            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
26021            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
26022 ____________________________________________________________________________
26023 [  6158] By: bailey                                on 2000/05/29  16:22:08
26024         Log: Add fallback to tmpfile for use in cases where user's relying on
26025              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
26026              Lane's patch)
26027      Branch: vmsperl
26028            ! vms/vms.c vms/vmsish.h
26029 ____________________________________________________________________________
26030 [  6157] By: jhi                                   on 2000/05/29  03:10:36
26031         Log: Regen Configure to jive with #6149.
26032      Branch: cfgperl
26033            ! Configure
26034      Branch: metaconfig
26035            ! U/modified/Getfile.U
26036 ____________________________________________________________________________
26037 [  6156] By: jhi                                   on 2000/05/29  03:01:38
26038         Log: Integrate with Sarathy.
26039      Branch: cfgperl
26040           +> ext/DynaLoader/dl_mac.xs
26041           !> (integrate 38 files)
26042 ____________________________________________________________________________
26043 [  6155] By: gsar                                  on 2000/05/28  21:15:58
26044         Log: small bug in change#6144; remove random \xA0 character that snuck
26045              in via change#6145
26046      Branch: perl
26047            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
26048 ____________________________________________________________________________
26049 [  6154] By: gsar                                  on 2000/05/28  21:04:19
26050         Log: avoid type mismatch warning
26051      Branch: perl
26052            ! perl.c
26053 ____________________________________________________________________________
26054 [  6153] By: gsar                                  on 2000/05/28  20:58:31
26055         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
26056              <nick@Bagpuss.uk.boo.com>)
26057      Branch: perl
26058            ! lib/Test/Harness.pm
26059 ____________________________________________________________________________
26060 [  6152] By: gsar                                  on 2000/05/28  20:53:42
26061         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
26062      Branch: perl
26063            ! regexec.c
26064 ____________________________________________________________________________
26065 [  6151] By: gsar                                  on 2000/05/28  20:50:28
26066         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
26067      Branch: perl
26068            ! regexec.c
26069 ____________________________________________________________________________
26070 [  6150] By: gsar                                  on 2000/05/28  20:39:58
26071         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
26072      Branch: perl
26073            ! pod/perlrequick.pod
26074 ____________________________________________________________________________
26075 [  6149] By: gsar                                  on 2000/05/28  20:35:16
26076         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
26077              <troc@netrus.net>)
26078      Branch: perl
26079            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
26080            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
26081            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
26082            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
26083 ____________________________________________________________________________
26084 [  6148] By: gsar                                  on 2000/05/28  20:21:07
26085         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
26086      Branch: perl
26087            ! lib/ExtUtils/MM_Unix.pm
26088 ____________________________________________________________________________
26089 [  6147] By: gsar                                  on 2000/05/28  20:12:41
26090         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
26091              (from Peter Prymmer)
26092      Branch: perl
26093            ! vms/subconfigure.com
26094 ____________________________________________________________________________
26095 [  6146] By: gsar                                  on 2000/05/28  20:06:15
26096         Log: doc typo
26097      Branch: perl
26098            ! lib/warnings.pm warnings.h warnings.pl
26099 ____________________________________________________________________________
26100 [  6145] By: gsar                                  on 2000/05/28  18:44:33
26101         Log: make xsubpp skip embedded pod (from Matthias Neeracher
26102              <neeri@iis.ee.ethz.ch>)
26103      Branch: perl
26104            ! lib/ExtUtils/xsubpp
26105 ____________________________________________________________________________
26106 [  6144] By: gsar                                  on 2000/05/28  18:42:49
26107         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
26108              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
26109              <neeri@iis.ee.ethz.ch>)
26110      Branch: perl
26111            ! lib/AutoSplit.pm
26112 ____________________________________________________________________________
26113 [  6143] By: gsar                                  on 2000/05/28  18:41:12
26114         Log: MacOS support, part 1 (from Matthias Neeracher
26115              <neeri@iis.ee.ethz.ch>)
26116      Branch: perl
26117            + ext/DynaLoader/dl_mac.xs
26118            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
26119            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
26120            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
26121            ! util.h
26122 ____________________________________________________________________________
26123 [  6142] By: gsar                                  on 2000/05/28  18:21:51
26124         Log: File::Find fails to chdir when chasing symlinks (from
26125              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
26126      Branch: perl
26127            ! lib/File/Find.pm t/lib/filefind.t
26128 ____________________________________________________________________________
26129 [  6141] By: jhi                                   on 2000/05/28  14:25:15
26130         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
26131              forwarded by Peter Seebach from the bsdi-users mailing list.
26132              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
26133      Branch: perl
26134            ! hints/bsdos.sh
26135 ____________________________________________________________________________
26136 [  6140] By: jhi                                   on 2000/05/28  14:11:57
26137         Log: Integrate with Sarathy.
26138      Branch: cfgperl
26139           +> (branch 30 files)
26140           !> (integrate 93 files)
26141 ____________________________________________________________________________
26142 [  6139] By: gsar                                  on 2000/05/28  10:01:48
26143         Log: revise mktables.PL for bugs and newness in Unicode 3.0
26144              (from James Bence <jbence@amgen.com>)
26145      Branch: perl
26146            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
26147            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
26148            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
26149            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
26150            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
26151            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
26152            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
26153            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
26154            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
26155            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
26156            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
26157            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
26158            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
26159            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
26160            + lib/unicode/Is/SylWU.pl
26161            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
26162            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
26163            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
26164            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
26165            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
26166            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
26167            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
26168            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
26169            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
26170            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
26171            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
26172            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
26173            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
26174            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
26175            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
26176            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
26177            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
26178            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
26179            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
26180            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
26181            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
26182            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
26183            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
26184            ! lib/unicode/Makefile lib/unicode/mktables.PL
26185 ____________________________________________________________________________
26186 [  6138] By: gsar                                  on 2000/05/28  08:50:32
26187         Log: add note about the handling of negative indices to tied arrays
26188              (from Michael G Schwern <schwern@pobox.com>)
26189      Branch: perl
26190            ! pod/perltie.pod
26191 ____________________________________________________________________________
26192 [  6137] By: gsar                                  on 2000/05/28  08:46:10
26193         Log: fix bogus redeclaration warning for "our" variables in different
26194              scopes
26195      Branch: perl
26196            ! op.c t/pragma/strict-vars
26197 ____________________________________________________________________________
26198 [  6136] By: gsar                                  on 2000/05/28  08:31:20
26199         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
26200      Branch: perl
26201            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
26202 ____________________________________________________________________________
26203 [  6135] By: gsar                                  on 2000/05/28  08:17:50
26204         Log: enable Test::Harness to dynamically determine column width etc.
26205              (from Rob Napier <rnapier@employees.org>)
26206      Branch: perl
26207            ! lib/Test/Harness.pm
26208 ____________________________________________________________________________
26209 [  6134] By: gsar                                  on 2000/05/28  08:13:39
26210         Log: make Test::Harness use wait.h/WCOREDUMP if available
26211              (from Ben Tilly <ben_tilly@hotmail.com>)
26212      Branch: perl
26213            ! lib/Test/Harness.pm
26214 ____________________________________________________________________________
26215 [  6133] By: gsar                                  on 2000/05/28  08:08:05
26216         Log: elide bogus test in change#6132
26217      Branch: perl
26218            ! t/pragma/warn/9enabled
26219 ____________________________________________________________________________
26220 [  6132] By: gsar                                  on 2000/05/28  08:03:14
26221         Log: warnings::enabled() doesn't fall back to looking at $^W if
26222              caller isn't using lexical warnings (from Paul Marquess)
26223      Branch: perl
26224            ! pp_ctl.c t/pragma/warn/9enabled
26225 ____________________________________________________________________________
26226 [  6131] By: gsar                                  on 2000/05/28  07:57:47
26227         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
26228      Branch: perl
26229            ! ext/POSIX/POSIX.pm
26230 ____________________________________________________________________________
26231 [  6130] By: gsar                                  on 2000/05/28  07:29:12
26232         Log: fix places that mean C<"word" character> but say C<alphanumeric
26233              character>
26234      Branch: perl
26235            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
26236 ____________________________________________________________________________
26237 [  6129] By: gsar                                  on 2000/05/28  07:18:41
26238         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
26239      Branch: perl
26240            ! vms/test.com
26241 ____________________________________________________________________________
26242 [  6128] By: gsar                                  on 2000/05/28  07:12:55
26243         Log: new perlxstut example for passing/returning refs to arrays
26244              (from David Lowe <dlowe@pootpoot.com>)
26245      Branch: perl
26246            ! pod/perlxstut.pod
26247 ____________________________________________________________________________
26248 [  6127] By: gsar                                  on 2000/05/28  07:02:50
26249         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
26250              failed (from Gisle Aas)
26251      Branch: perl
26252            ! cop.h perl.c
26253 ____________________________________________________________________________
26254 [  6126] By: gsar                                  on 2000/05/28  06:39:53
26255         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
26256              (reworked variant of patch suggested by Simon Cozens)
26257      Branch: perl
26258            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
26259            ! pp_hot.c proto.h t/op/gv.t
26260 ____________________________________________________________________________
26261 [  6125] By: gsar                                  on 2000/05/28  05:14:55
26262         Log: enable propagating exception objects via Perl_croak() in XS code
26263              (from Gisle Aas)
26264      Branch: perl
26265            ! util.c
26266 ____________________________________________________________________________
26267 [  6124] By: gsar                                  on 2000/05/28  05:07:28
26268         Log: integrate vmsperl contents into mainline
26269      Branch: perl
26270           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
26271           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
26272           !> vms/vmsish.h
26273 ____________________________________________________________________________
26274 [  6123] By: gsar                                  on 2000/05/28  05:03:53
26275         Log: clarify gotcha with #line directives (from Rocco Caputo
26276              <troc@netrus.net>)
26277      Branch: perl
26278            ! pod/perldebug.pod pod/perlsyn.pod
26279 ____________________________________________________________________________
26280 [  6122] By: gsar                                  on 2000/05/28  04:58:29
26281         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
26282              (from Mark-Jason Dominus)
26283      Branch: perl
26284            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
26285            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
26286            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
26287            ! toke.c
26288 ____________________________________________________________________________
26289 [  6121] By: bailey                                on 2000/05/25  04:46:54
26290         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
26291              lists (based on fixes by Craig Berry)
26292      Branch: vmsperl
26293            ! lib/File/Spec/VMS.pm
26294 ____________________________________________________________________________
26295 [  6120] By: bailey                                on 2000/05/25  04:25:38
26296         Log: Add missing escape (Charles Lane)
26297      Branch: vmsperl
26298            ! t/op/lex_assign.t
26299 ____________________________________________________________________________
26300 [  6119] By: bailey                                on 2000/05/25  04:21:25
26301         Log: Quiet error messages in vmsish.t (Charles Lane)
26302      Branch: vmsperl
26303            ! vms/ext/vmsish.t
26304 ____________________________________________________________________________
26305 [  6118] By: bailey                                on 2000/05/25  04:17:57
26306         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
26307              Flatten case labels in switch statements uniformly (Charles Bailey)
26308      Branch: vmsperl
26309            ! vms/vms.c
26310 ____________________________________________________________________________
26311 [  6117] By: bailey                                on 2000/05/25  03:58:09
26312         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
26313      Branch: vmsperl
26314            ! vms/vmsish.h
26315 ____________________________________________________________________________
26316 [  6116] By: bailey                                on 2000/05/25  03:11:15
26317         Log: Miscellaneous cosmetic fixes (Charles Lane)
26318      Branch: vmsperl
26319            ! lib/ExtUtils/MM_VMS.pm
26320 ____________________________________________________________________________
26321 [  6115] By: bailey                                on 2000/05/25  03:10:36
26322         Log: Add bounds checking for several strings (Charles Lane)
26323      Branch: vmsperl
26324            ! vms/vms.c
26325 ____________________________________________________________________________
26326 [  6114] By: bailey                                on 2000/05/25  02:25:34
26327         Log: Urk -- undo previous removal of vmsish 'exit' change
26328      Branch: vmsperl
26329            ! vms/ext/vmsish.pm vms/vmsish.h
26330 ____________________________________________________________________________
26331 [  6113] By: bailey                                on 2000/05/24  02:24:40
26332         Log: Ugly workaround for version-specific RTL error
26333      Branch: vmsperl
26334            ! vms/vms.c
26335 ____________________________________________________________________________
26336 [  6112] By: bailey                                on 2000/05/24  02:19:55
26337         Log: Check for existence of file before trying to delete
26338      Branch: vmsperl
26339            ! vms/test.com
26340 ____________________________________________________________________________
26341 [  6111] By: bailey                                on 2000/05/23  23:35:13
26342         Log: Resync with mainline prior to post-5.6.0 updates
26343      Branch: vmsperl
26344           +> (branch 49 files)
26345            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
26346            ! vms/ext/vmsish.pm
26347           !> (integrate 334 files)
26348 ____________________________________________________________________________
26349 [  6110] By: jhi                                   on 2000/05/23  19:28:32
26350         Log: todo tweak
26351      Branch: cfgperl
26352            ! Todo-5.6
26353 ____________________________________________________________________________
26354 [  6109] By: jhi                                   on 2000/05/18  17:38:54
26355         Log: Integrate with Sarathy.
26356      Branch: cfgperl
26357           !> mg.c perl.h win32/perlhost.h
26358 ____________________________________________________________________________
26359 [  6108] By: gsar                                  on 2000/05/17  02:24:56
26360         Log: reenable fake signal handling on Windows, bugs and all
26361      Branch: perl
26362            ! mg.c perl.h win32/perlhost.h
26363 ____________________________________________________________________________
26364 [  6107] By: jhi                                   on 2000/05/15  18:01:41
26365         Log: Tweak the todo list.
26366      Branch: cfgperl
26367            ! Todo-5.6
26368 ____________________________________________________________________________
26369 [  6106] By: jhi                                   on 2000/05/15  13:41:48
26370         Log: The (Configure) script refuses to go on, after asking for
26371              'You may also choose to try maximal 64-bitness....'.
26372              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
26373              -- Patrick Zima
26374              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
26375      Branch: cfgperl
26376            ! hints/solaris_2.sh
26377 ____________________________________________________________________________
26378 [  6105] By: jhi                                   on 2000/05/11  14:37:43
26379         Log: Integrate with Sarathy.
26380      Branch: cfgperl
26381           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
26382           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
26383 ____________________________________________________________________________
26384 [  6104] By: gsar                                  on 2000/05/11  03:39:07
26385         Log: PL_sys_intern was being initialized too late on windows
26386      Branch: perl
26387            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
26388            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
26389 ____________________________________________________________________________
26390 [  6103] By: jhi                                   on 2000/05/09  19:42:20
26391         Log: Test tweaking for Unicos continues.
26392      Branch: cfgperl
26393            ! t/op/64bitint.t
26394 ____________________________________________________________________________
26395 [  6102] By: jhi                                   on 2000/05/09  16:47:27
26396         Log: The test suite tweak in #6101 wasn't quite right.
26397      Branch: cfgperl
26398            ! t/lib/complex.t
26399 ____________________________________________________________________________
26400 [  6101] By: jhi                                   on 2000/05/09  15:35:34
26401         Log: Hints and test tweaks for Unicos.
26402      Branch: cfgperl
26403            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
26404 ____________________________________________________________________________
26405 [  6100] By: jhi                                   on 2000/05/08  21:15:06
26406         Log: More compilation tweakery from Allen Smith.
26407      Branch: cfgperl
26408            ! hints/irix_6.sh
26409 ____________________________________________________________________________
26410 [  6099] By: jhi                                   on 2000/05/08  19:21:18
26411         Log: Tweaks for the cc bugs from Allen Smith.
26412      Branch: cfgperl
26413            ! hints/irix_6.sh
26414 ____________________________________________________________________________
26415 [  6098] By: jhi                                   on 2000/05/08  19:13:37
26416         Log: Add a note about other, yet unsupported, shadow password APIs.
26417      Branch: cfgperl
26418            ! pp_sys.c
26419 ____________________________________________________________________________
26420 [  6097] By: jhi                                   on 2000/05/08  18:46:34
26421         Log: Add a note about possible compilation problems from Allen Smith.
26422      Branch: cfgperl
26423            ! hints/irix_6.sh
26424 ____________________________________________________________________________
26425 [  6096] By: jhi                                   on 2000/05/08  17:33:10
26426         Log: Integrate with Sarathy.
26427      Branch: cfgperl
26428           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
26429           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
26430 ____________________________________________________________________________
26431 [  6095] By: jhi                                   on 2000/05/08  16:21:33
26432         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
26433              might be useful in future.
26434      Branch: cfgperl
26435            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26436            ! config_h.SH
26437      Branch: metaconfig
26438            ! U/installdirs/inc_version_list.U
26439      Branch: metaconfig/U/perl
26440            ! perlxv.U
26441 ____________________________________________________________________________
26442 [  6094] By: gsar                                  on 2000/05/08  14:22:22
26443         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
26444      Branch: perl
26445            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
26446            ! hints/cygwin.sh pp_sys.c
26447 ____________________________________________________________________________
26448 [  6093] By: gsar                                  on 2000/05/08  12:52:28
26449         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
26450              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
26451      Branch: perl
26452            ! pp_sys.c sv.c win32/perlhost.h
26453 ____________________________________________________________________________
26454 [  6092] By: jhi                                   on 2000/05/07  22:40:34
26455         Log: Regen perltoc with the fixed buildtoc.
26456      Branch: cfgperl
26457            ! pod/perltoc.pod
26458 ____________________________________________________________________________
26459 [  6091] By: jhi                                   on 2000/05/07  22:24:16
26460         Log: Integrate with Sarathy.
26461      Branch: cfgperl
26462           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
26463           !> t/op/substr.t toke.c
26464 ____________________________________________________________________________
26465 [  6090] By: gsar                                  on 2000/05/07  19:47:07
26466         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
26467              [NI]OK; added tests for both
26468      Branch: perl
26469            ! perl.c pp_hot.c sv.c t/op/substr.t
26470 ____________________________________________________________________________
26471 [  6089] By: gsar                                  on 2000/05/07  18:18:38
26472         Log: buildtoc tweak to fix newline lossage
26473      Branch: perl
26474            ! pod/buildtoc
26475 ____________________________________________________________________________
26476 [  6088] By: jhi                                   on 2000/05/07  16:35:36
26477         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
26478              because we do not use those.  The HAS_GETSPNAM remains,
26479              though, because we still do use that.
26480      Branch: cfgperl
26481            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26482            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
26483            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
26484            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
26485            ! win32/config.vc win32/config_H.bc win32/config_H.gc
26486            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
26487 ____________________________________________________________________________
26488 [  6087] By: gsar                                  on 2000/05/07  16:05:16
26489         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
26490      Branch: perl
26491            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
26492 ____________________________________________________________________________
26493 [  6086] By: jhi                                   on 2000/05/07  15:27:07
26494         Log: Integrate with Sarathy.
26495      Branch: cfgperl
26496           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
26497           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
26498           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
26499           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
26500           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
26501           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
26502 ____________________________________________________________________________
26503 [  6085] By: gsar                                  on 2000/05/07  05:52:02
26504         Log: repeat operator (x) doesn't preserve utf8-ness
26505      Branch: perl
26506            ! pp.c t/op/substr.t
26507 ____________________________________________________________________________
26508 [  6084] By: gsar                                  on 2000/05/07  05:39:55
26509         Log: substr() does not preserve utf8-ness (from Stefan Eissing
26510              <Eissing@medicaldataservice.de>); added tests
26511      Branch: perl
26512            ! pp.c t/op/substr.t
26513 ____________________________________________________________________________
26514 [  6083] By: gsar                                  on 2000/05/07  05:24:46
26515         Log: note about undocumented caller() return value (from M.J.T. Guy);
26516              yet another peek.t tweak
26517      Branch: perl
26518            ! pod/perlfunc.pod t/lib/peek.t
26519 ____________________________________________________________________________
26520 [  6082] By: gsar                                  on 2000/05/07  05:08:40
26521         Log: peek.t non-portable to ithreads
26522      Branch: perl
26523            ! t/lib/peek.t
26524 ____________________________________________________________________________
26525 [  6081] By: gsar                                  on 2000/05/07  04:17:04
26526         Log: better default perlbug categories for ok reports (from Richard Foley)
26527      Branch: perl
26528            ! utils/perlbug.PL
26529 ____________________________________________________________________________
26530 [  6080] By: gsar                                  on 2000/05/07  04:08:07
26531         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
26532              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
26533      Branch: perl
26534            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
26535            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
26536            ! AUTHORS MAINTAIN MANIFEST
26537 ____________________________________________________________________________
26538 [  6079] By: gsar                                  on 2000/05/07  04:01:38
26539         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
26540      Branch: perl
26541            ! lib/Carp/Heavy.pm
26542 ____________________________________________________________________________
26543 [  6078] By: gsar                                  on 2000/05/07  01:24:19
26544         Log: workaround for CRT bug in chdir() (from Charles Lane, via
26545              Peter Prymmer)
26546      Branch: perl
26547            ! iperlsys.h vms/vms.c vms/vmsish.h
26548 ____________________________________________________________________________
26549 [  6077] By: gsar                                  on 2000/05/07  01:22:23
26550         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
26551              and Tom Phoenix)
26552      Branch: perl
26553            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
26554 ____________________________________________________________________________
26555 [  6076] By: gsar                                  on 2000/05/06  17:36:29
26556         Log: integrate cfgperl contents into mainline
26557      Branch: perl
26558           +> t/lib/peek.t
26559           !> Configure MANIFEST Porting/Glossary Porting/config.sh
26560           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
26561           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
26562           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
26563 ____________________________________________________________________________
26564 [  6075] By: jhi                                   on 2000/05/05  18:56:10
26565         Log: Make the test more portable.
26566      Branch: cfgperl
26567            ! t/lib/peek.t
26568 ____________________________________________________________________________
26569 [  6074] By: jhi                                   on 2000/05/05  18:49:20
26570         Log: Introduce t/lib/peek.t.
26571      Branch: cfgperl
26572            + t/lib/peek.t
26573            ! MANIFEST
26574 ____________________________________________________________________________
26575 [  6073] By: jhi                                   on 2000/05/05  14:30:45
26576         Log: Complex tweaks.
26577      Branch: cfgperl
26578            ! lib/Math/Complex.pm t/lib/complex.t
26579 ____________________________________________________________________________
26580 [  6072] By: jhi                                   on 2000/05/05  12:27:13
26581         Log: Integrate with Sarathy.
26582      Branch: cfgperl
26583           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
26584           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
26585           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
26586           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
26587 ____________________________________________________________________________
26588 [  6071] By: gsar                                  on 2000/05/05  02:24:46
26589         Log: misformatted perllocal.pod (from Tim Jenness
26590              <t.jenness@jach.hawaii.edu>)
26591      Branch: perl
26592            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
26593 ____________________________________________________________________________
26594 [  6070] By: gsar                                  on 2000/05/05  02:16:52
26595         Log: remove misleading comment (from M.J.T. Guy)
26596      Branch: perl
26597            ! t/lib/anydbm.t
26598 ____________________________________________________________________________
26599 [  6069] By: gsar                                  on 2000/05/05  02:15:13
26600         Log: File::Spec compatibility update (from Barrie Slaymaker
26601              <barries@slaysys.com>)
26602      Branch: perl
26603            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
26604            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
26605 ____________________________________________________________________________
26606 [  6068] By: gsar                                  on 2000/05/05  02:01:50
26607         Log: note about values()
26608      Branch: perl
26609            ! pod/perlfunc.pod
26610 ____________________________________________________________________________
26611 [  6067] By: gsar                                  on 2000/05/05  01:33:09
26612         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
26613      Branch: perl
26614            ! win32/win32.c
26615 ____________________________________________________________________________
26616 [  6066] By: gsar                                  on 2000/05/05  01:23:43
26617         Log: s/END/CHECK/
26618      Branch: perl
26619            ! perl.c
26620 ____________________________________________________________________________
26621 [  6065] By: jhi                                   on 2000/05/04  17:30:22
26622         Log: Integrate with Sarathy.
26623      Branch: cfgperl
26624           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
26625 ____________________________________________________________________________
26626 [  6064] By: gsar                                  on 2000/05/04  17:26:14
26627         Log: change#5905 wasn't quite right--it's intent only applies when arguments
26628              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
26629      Branch: perl
26630            ! pp_sys.c sv.c
26631 ____________________________________________________________________________
26632 [  6063] By: gsar                                  on 2000/05/04  16:52:29
26633         Log: tokeq() could read unallocated field in argument
26634      Branch: perl
26635            ! toke.c
26636 ____________________________________________________________________________
26637 [  6062] By: gsar                                  on 2000/05/04  16:34:51
26638         Log: additional tests for utf8.t
26639      Branch: perl
26640            ! t/pragma/utf8.t
26641 ____________________________________________________________________________
26642 [  6061] By: gsar                                  on 2000/05/04  16:09:28
26643         Log: change#5921 neglected to make eq honor "use bytes"
26644      Branch: perl
26645            ! sv.c
26646 ____________________________________________________________________________
26647 [  6060] By: jhi                                   on 2000/05/04  15:30:16
26648         Log: Integrate with Sarathy.
26649      Branch: cfgperl
26650           !> perl.c regcomp.c t/pragma/utf8.t
26651 ____________________________________________________________________________
26652 [  6059] By: jhi                                   on 2000/05/04  15:26:37
26653         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
26654              in natively 64-bit platforms where a long is a quad (no need
26655              for long longs).  Also added bias for IVs.
26656      Branch: cfgperl
26657            ! toke.c
26658 ____________________________________________________________________________
26659 [  6058] By: gsar                                  on 2000/05/04  00:19:14
26660         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
26661              (spotted by Donald Kinzer <dkinzer@premia.com>)
26662      Branch: perl
26663            ! perl.c
26664 ____________________________________________________________________________
26665 [  6057] By: gsar                                  on 2000/05/03  18:34:01
26666         Log: fix broken parsing of /\x{ab}/
26667      Branch: perl
26668            ! regcomp.c t/pragma/utf8.t
26669 ____________________________________________________________________________
26670 [  6056] By: jhi                                   on 2000/05/03  17:57:16
26671         Log: The search of infinity continues, this time simplified.
26672      Branch: cfgperl
26673            ! lib/Math/Complex.pm
26674 ____________________________________________________________________________
26675 [  6055] By: jhi                                   on 2000/05/03  17:45:30
26676         Log: Detypo.
26677      Branch: cfgperl
26678            ! hints/unicos.sh
26679 ____________________________________________________________________________
26680 [  6054] By: jhi                                   on 2000/05/02  22:28:27
26681         Log: Be more forgiving in POSIX about HUGE_VALL.
26682      Branch: cfgperl
26683            ! ext/POSIX/POSIX.xs
26684 ____________________________________________________________________________
26685 [  6053] By: jhi                                   on 2000/05/02  22:25:05
26686         Log: Integrate with Sarathy.
26687      Branch: cfgperl
26688           !> hints/irix_6.sh pod/perlop.pod
26689 ____________________________________________________________________________
26690 [  6052] By: jhi                                   on 2000/05/02  22:24:31
26691         Log: Unicos hint tweak.
26692      Branch: cfgperl
26693            ! hints/unicos.sh
26694 ____________________________________________________________________________
26695 [  6051] By: jhi                                   on 2000/05/02  22:21:26
26696         Log: Complex tweakery.
26697      Branch: cfgperl
26698            ! lib/Math/Complex.pm t/lib/complex.t
26699 ____________________________________________________________________________
26700 [  6050] By: jhi                                   on 2000/05/02  19:26:22
26701         Log: Use setxxent()/endxxent().
26702      Branch: cfgperl
26703            ! t/op/grent.t t/op/pwent.t
26704 ____________________________________________________________________________
26705 [  6049] By: jhi                                   on 2000/05/02  19:06:02
26706         Log: Test both the scalar and list contexts.
26707      Branch: cfgperl
26708            ! t/op/grent.t t/op/pwent.t
26709 ____________________________________________________________________________
26710 [  6048] By: gsar                                  on 2000/05/02  18:29:10
26711         Log: add note about how $( doesn't interpolate in REs (from
26712              Philip Newton <newton@ficus.frogspace.net>)
26713      Branch: perl
26714            ! pod/perlop.pod
26715 ____________________________________________________________________________
26716 [  6047] By: jhi                                   on 2000/05/02  17:41:24
26717         Log: Call getspnam() only iff needd.
26718      Branch: cfgperl
26719            ! pp_sys.c
26720 ____________________________________________________________________________
26721 [  6046] By: gsar                                  on 2000/05/02  17:07:25
26722         Log: libscheck has insufficient checks for n32 libs (from
26723              Albert Chin-A-Young <china@thewrittenword.com>)
26724      Branch: perl
26725            ! hints/irix_6.sh
26726 ____________________________________________________________________________
26727 [  6045] By: jhi                                   on 2000/05/02  13:57:17
26728         Log: Integrate with Sarathy.
26729      Branch: cfgperl
26730           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
26731           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
26732 ____________________________________________________________________________
26733 [  6044] By: gsar                                  on 2000/05/02  06:48:19
26734         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
26735              such that underscores are only ignored in literal numbers,
26736              "\x{...}", and hex/oct argument
26737      Branch: perl
26738            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
26739 ____________________________________________________________________________
26740 [  6043] By: gsar                                  on 2000/05/02  02:22:29
26741         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
26742      Branch: perl
26743            ! pod/perlretut.pod
26744 ____________________________________________________________________________
26745 [  6042] By: gsar                                  on 2000/05/02  02:17:51
26746         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
26747      Branch: perl
26748            ! pod/perltrap.pod
26749 ____________________________________________________________________________
26750 [  6041] By: gsar                                  on 2000/05/02  01:53:51
26751         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
26752              to compensate
26753      Branch: perl
26754            ! Porting/makerel
26755 ____________________________________________________________________________
26756 [  6040] By: gsar                                  on 2000/05/02  01:51:57
26757         Log: missing files in MANIFEST
26758      Branch: perl
26759            ! MANIFEST
26760 ____________________________________________________________________________
26761 [  6039] By: jhi                                   on 2000/05/02  00:36:46
26762         Log: Infinite problems.
26763      Branch: cfgperl
26764            ! lib/Math/Complex.pm
26765 ____________________________________________________________________________
26766 [  6038] By: jhi                                   on 2000/05/02  00:06:38
26767         Log: pwent/spent #ifdef imbalance.
26768      Branch: cfgperl
26769            ! pp_sys.c
26770 ____________________________________________________________________________
26771 [  6037] By: jhi                                   on 2000/05/01  22:50:11
26772         Log: Use HUGE_VALL if applicable.
26773      Branch: cfgperl
26774            ! ext/POSIX/POSIX.xs util.c
26775 ____________________________________________________________________________
26776 [  6036] By: jhi                                   on 2000/05/01  22:20:53
26777         Log: Correct Freudian slip.
26778      Branch: cfgperl
26779            ! pp_sys.c
26780 ____________________________________________________________________________
26781 [  6035] By: jhi                                   on 2000/05/01  21:07:38
26782         Log: Continue on the pwent/spent case.
26783      Branch: cfgperl
26784            ! pp_sys.c
26785 ____________________________________________________________________________
26786 [  6034] By: jhi                                   on 2000/05/01  17:45:14
26787         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
26788              adjustments in 6032 conflicted badly with this, will have
26789              to revisit them later.
26790      Branch: cfgperl
26791           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
26792           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
26793           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
26794           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
26795           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
26796           !> t/lib/cgi-html.t t/lib/cgi-request.t
26797 ____________________________________________________________________________
26798 [  6033] By: jhi                                   on 2000/05/01  17:40:49
26799         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
26800      Branch: cfgperl
26801            ! pp_sys.c
26802 ____________________________________________________________________________
26803 [  6032] By: gsar                                  on 2000/05/01  15:56:32
26804         Log: whitespace adjustments
26805      Branch: perl
26806            ! pp_sys.c
26807 ____________________________________________________________________________
26808 [  6031] By: gsar                                  on 2000/05/01  15:19:41
26809         Log: small nits in diagnostics.pm (from Robin Barker)
26810      Branch: perl
26811            ! lib/diagnostics.pm pod/perldiag.pod
26812 ____________________________________________________________________________
26813 [  6030] By: gsar                                  on 2000/05/01  08:39:18
26814         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
26815              for @- and @+ (from Johan Vromans)
26816      Branch: perl
26817            ! lib/English.pm pod/perlvar.pod
26818 ____________________________________________________________________________
26819 [  6029] By: gsar                                  on 2000/05/01  08:16:10
26820         Log: add CGI.pm v2.66 (from Lincoln Stein)
26821      Branch: perl
26822            + lib/CGI/Util.pm t/lib/cgi-pretty.t
26823            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
26824            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
26825            ! t/lib/cgi-html.t t/lib/cgi-request.t
26826 ____________________________________________________________________________
26827 [  6028] By: gsar                                  on 2000/05/01  06:34:41
26828         Log: Pod::Man generates groff-incompatible macro definition (from
26829              Tom Christiansen)
26830      Branch: perl
26831            ! lib/Pod/Man.pm
26832 ____________________________________________________________________________
26833 [  6027] By: gsar                                  on 2000/05/01  06:31:36
26834         Log: podlators-1.02 update (from Russ Allbery)
26835      Branch: perl
26836            ! lib/Pod/Man.pm lib/Pod/Text.pm
26837 ____________________________________________________________________________
26838 [  6026] By: jhi                                   on 2000/04/30  23:24:23
26839         Log: Integrate with Sarathy.
26840      Branch: cfgperl
26841           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
26842           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
26843           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
26844           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
26845           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
26846           !> t/lib/syslog.t toke.c win32/win32.h
26847 ____________________________________________________________________________
26848 [  6025] By: gsar                                  on 2000/04/30  18:17:47
26849         Log: Is{Alnum,Alpha,Word} don't match titlecase
26850              
26851              TODO: IsSpace is defined recursively!
26852              
26853              (both spotted by Larry)
26854      Branch: perl
26855            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
26856            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
26857 ____________________________________________________________________________
26858 [  6024] By: gsar                                  on 2000/04/30  17:50:19
26859         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
26860              (from Hugo van der Sanden)
26861      Branch: perl
26862            ! toke.c
26863 ____________________________________________________________________________
26864 [  6023] By: gsar                                  on 2000/04/30  17:14:43
26865         Log: debugger stomps on $. (from M.J.T. Guy)
26866      Branch: perl
26867            ! lib/perl5db.pl
26868 ____________________________________________________________________________
26869 [  6022] By: gsar                                  on 2000/04/30  16:59:22
26870         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
26871      Branch: perl
26872            ! sv.c
26873 ____________________________________________________________________________
26874 [  6021] By: gsar                                  on 2000/04/29  21:00:08
26875         Log: remove Win2K issue in pod (fixed by change#6020)
26876      Branch: perl
26877            ! README.win32 pod/perl56delta.pod
26878 ____________________________________________________________________________
26879 [  6020] By: gsar                                  on 2000/04/29  20:51:49
26880         Log: test tweak
26881      Branch: perl
26882            ! t/lib/open3.t
26883 ____________________________________________________________________________
26884 [  6019] By: gsar                                  on 2000/04/29  20:34:27
26885         Log: windows portability tweaks
26886      Branch: perl
26887            ! t/lib/b.t win32/win32.h
26888 ____________________________________________________________________________
26889 [  6018] By: gsar                                  on 2000/04/29  19:55:24
26890         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
26891              make _PATH_LOG() return "" if unavailable
26892      Branch: perl
26893            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
26894            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
26895 ____________________________________________________________________________
26896 [  6017] By: jhi                                   on 2000/04/28  22:49:46
26897         Log: Integrate with Sarathy.
26898      Branch: cfgperl
26899           !> op.c perl.c pod/perldiag.pod t/lib/b.t
26900 ____________________________________________________________________________
26901 [  6016] By: jhi                                   on 2000/04/28  22:46:14
26902         Log: Do not warn that an infinity does not look like a number.
26903      Branch: cfgperl
26904            ! sv.c
26905 ____________________________________________________________________________
26906 [  6015] By: gsar                                  on 2000/04/28  22:35:49
26907         Log: tweak test for portability
26908      Branch: perl
26909            ! t/lib/b.t
26910 ____________________________________________________________________________
26911 [  6014] By: gsar                                  on 2000/04/28  22:05:31
26912         Log: glob() loading File::Glob behind the scenes may cause syntax errors
26913      Branch: perl
26914            ! op.c
26915 ____________________________________________________________________________
26916 [  6013] By: gsar                                  on 2000/04/28  21:25:22
26917         Log: tweak change#5945 to display correct switch name in diagnostic
26918      Branch: perl
26919            ! perl.c pod/perldiag.pod
26920 ____________________________________________________________________________
26921 [  6012] By: jhi                                   on 2000/04/28  21:08:12
26922         Log: Integrate with Sarathy.
26923      Branch: cfgperl
26924           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
26925           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
26926           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
26927 ____________________________________________________________________________
26928 [  6011] By: jhi                                   on 2000/04/28  21:04:46
26929         Log: &HUGE_VAL is not defined, it exists.
26930      Branch: cfgperl
26931            ! lib/Math/Complex.pm
26932 ____________________________________________________________________________
26933 [  6010] By: gsar                                  on 2000/04/28  21:02:58
26934         Log: clarify note about shadow password support (from
26935              gellyfish@gellyfish.com)
26936      Branch: perl
26937            ! pod/perlfunc.pod
26938 ____________________________________________________________________________
26939 [  6009] By: gsar                                  on 2000/04/28  21:00:00
26940         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
26941      Branch: perl
26942            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
26943 ____________________________________________________________________________
26944 [  6008] By: gsar                                  on 2000/04/28  20:56:33
26945         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
26946      Branch: perl
26947            ! installperl vms/subconfigure.com
26948 ____________________________________________________________________________
26949 [  6007] By: gsar                                  on 2000/04/28  20:51:21
26950         Log: note about compile failures and END blocks (from M.J.T. Guy)
26951      Branch: perl
26952            ! pod/perl56delta.pod pod/perlmod.pod
26953 ____________________________________________________________________________
26954 [  6006] By: jhi                                   on 2000/04/28  20:42:14
26955         Log: Regen Configure.
26956      Branch: cfgperl
26957            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26958            ! config_h.SH
26959 ____________________________________________________________________________
26960 [  6005] By: gsar                                  on 2000/04/28  20:41:16
26961         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
26962      Branch: perl
26963            ! utils/perldoc.PL
26964 ____________________________________________________________________________
26965 [  6004] By: jhi                                   on 2000/04/28  20:28:21
26966         Log: Integrate with Sarathy.
26967      Branch: cfgperl
26968           !> Configure INSTALL Porting/Glossary Porting/config.sh
26969           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
26970           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
26971           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
26972           !> win32/config.vc win32/win32.c
26973 ____________________________________________________________________________
26974 [  6003] By: gsar                                  on 2000/04/28  20:11:20
26975         Log: allow REG_EXPAND_SZ keys in Windows registry (from
26976              John Clayton <John.Clayton@barclayscapital.com>)
26977      Branch: perl
26978            ! win32/win32.c
26979 ____________________________________________________________________________
26980 [  6002] By: gsar                                  on 2000/04/28  19:34:16
26981         Log: destructive sv_setsv() can lose UV-ness from source, causing
26982              numeric promotions/comparisons to fail to do the right thing
26983      Branch: perl
26984            ! sv.c
26985 ____________________________________________________________________________
26986 [  6001] By: gsar                                  on 2000/04/28  18:44:15
26987         Log: support additional library locations via $Config{otherlibdirs}
26988              (from Andy Dougherty)
26989      Branch: perl
26990            ! Configure INSTALL Porting/Glossary Porting/config.sh
26991            ! Porting/config_H config_h.SH epoc/config.sh perl.c
26992            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
26993            ! win32/config.bc win32/config.gc win32/config.vc
26994 ____________________________________________________________________________
26995 [  6000] By: gsar                                  on 2000/04/28  18:26:58
26996         Log: reworked otherlibdirs.U (from Andy Dougherty)
26997      Branch: metaconfig
26998            ! U/installdirs/otherlibdirs.U
26999 ____________________________________________________________________________
27000 [  5999] By: gsar                                  on 2000/04/28  18:17:07
27001         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
27002      Branch: perl
27003            ! t/pragma/warn/toke toke.c
27004 ____________________________________________________________________________
27005 [  5998] By: jhi                                   on 2000/04/28  13:32:17
27006         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
27007      Branch: cfgperl
27008            ! lib/Math/Complex.pm
27009 ____________________________________________________________________________
27010 [  5997] By: jhi                                   on 2000/04/28  13:14:04
27011         Log: Preserve $!.
27012      Branch: cfgperl
27013            ! lib/Math/Complex.pm
27014 ____________________________________________________________________________
27015 [  5996] By: jhi                                   on 2000/04/28  12:59:23
27016         Log: Integrate with Sarathy.
27017      Branch: cfgperl
27018           +> pod/perlrequick.pod pod/perlretut.pod
27019           !> (integrate 51 files)
27020 ____________________________________________________________________________
27021 [  5995] By: gsar                                  on 2000/04/28  09:37:36
27022         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
27023      Branch: perl
27024            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
27025 ____________________________________________________________________________
27026 [  5994] By: gsar                                  on 2000/04/28  09:33:26
27027         Log: fix for missed accounting for null byte in pack("Z",...) (from
27028              M.J.T. Guy)
27029      Branch: perl
27030            ! pp.c t/op/pack.t
27031 ____________________________________________________________________________
27032 [  5993] By: gsar                                  on 2000/04/28  09:30:05
27033         Log: various minor tweaks seen on p5p
27034      Branch: perl
27035            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
27036 ____________________________________________________________________________
27037 [  5992] By: gsar                                  on 2000/04/28  09:08:19
27038         Log: pod nit (from Simon Cozens)
27039      Branch: perl
27040            ! pod/perlop.pod
27041 ____________________________________________________________________________
27042 [  5991] By: gsar                                  on 2000/04/28  09:06:36
27043         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
27044      Branch: perl
27045            ! README.posix-bc hints/posix-bc.sh
27046 ____________________________________________________________________________
27047 [  5990] By: gsar                                  on 2000/04/28  08:54:52
27048         Log: use $ENV{LIB} to search for libs under Visual C compiler
27049              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
27050      Branch: perl
27051            ! lib/ExtUtils/Liblist.pm
27052 ____________________________________________________________________________
27053 [  5989] By: gsar                                  on 2000/04/28  08:27:12
27054         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
27055              itself and no other (from Tom Hughes)
27056      Branch: perl
27057            ! t/op/array.t toke.c
27058 ____________________________________________________________________________
27059 [  5988] By: gsar                                  on 2000/04/28  08:01:38
27060         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
27061              <paul@miraclefish.com>)
27062      Branch: perl
27063            ! lib/ExtUtils/MakeMaker.pm
27064 ____________________________________________________________________________
27065 [  5987] By: gsar                                  on 2000/04/28  07:53:09
27066         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
27067      Branch: perl
27068            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
27069 ____________________________________________________________________________
27070 [  5986] By: gsar                                  on 2000/04/28  07:44:17
27071         Log: add regular expressions tutorial and quick-start guide (from
27072              Mark Kvale <kvale@phy.ucsf.edu>)
27073      Branch: perl
27074            + pod/perlrequick.pod pod/perlretut.pod
27075            ! AUTHORS MAINTAIN MANIFEST
27076 ____________________________________________________________________________
27077 [  5985] By: gsar                                  on 2000/04/28  07:30:28
27078         Log: forked child may not exit correctly if it failed to open
27079              /dev/console (from Graham Barr)
27080      Branch: perl
27081            ! ext/Sys/Syslog/Syslog.pm
27082 ____________________________________________________________________________
27083 [  5984] By: gsar                                  on 2000/04/28  07:27:20
27084         Log: attributes::reftype() doesn't work on tied argument
27085      Branch: perl
27086            ! xsutils.c
27087 ____________________________________________________________________________
27088 [  5983] By: gsar                                  on 2000/04/28  07:15:04
27089         Log: numeric conversion of non-number in change#3378 tramples on
27090              OOK offset, causing segfaults
27091      Branch: perl
27092            ! sv.c
27093 ____________________________________________________________________________
27094 [  5982] By: gsar                                  on 2000/04/28  04:48:25
27095         Log: avoid error in IO::Socket::INET when given an unknown service name
27096              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
27097      Branch: perl
27098            ! ext/IO/lib/IO/Socket/INET.pm
27099 ____________________________________________________________________________
27100 [  5981] By: gsar                                  on 2000/04/28  04:31:31
27101         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
27102              prototype mismatch with CORE::glob(); update pod and tests to
27103              suit (File::Glob::glob() is still available for backward
27104              compatibility, but should be considered deprecated)
27105      Branch: perl
27106            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
27107            ! t/lib/glob-taint.t
27108 ____________________________________________________________________________
27109 [  5980] By: gsar                                  on 2000/04/28  03:47:29
27110         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
27111              <ghudson@mit.edu>)
27112      Branch: metaconfig
27113            ! U/modified/Options.U
27114      Branch: perl
27115            ! Configure
27116 ____________________________________________________________________________
27117 [  5979] By: gsar                                  on 2000/04/28  03:07:54
27118         Log: under useithreads, constant pad entries could inadvertantly be
27119              shared across threads (from Eric Blood <eblood@xmission.com>);
27120              added Eric's test case to testsuite
27121      Branch: perl
27122            ! op.c t/op/misc.t
27123 ____________________________________________________________________________
27124 [  5978] By: gsar                                  on 2000/04/27  21:13:00
27125         Log: sync version numbers in File::Spec with the ones on CPAN
27126              (from Barrie Slaymaker)
27127      Branch: perl
27128            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
27129            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
27130            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
27131 ____________________________________________________________________________
27132 [  5977] By: gsar                                  on 2000/04/27  21:07:29
27133         Log: autoquote barewords followed by newline and arrow properly
27134              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
27135      Branch: perl
27136            ! t/pragma/warn/toke toke.c
27137 ____________________________________________________________________________
27138 [  5976] By: gsar                                  on 2000/04/27  20:41:20
27139         Log: DB_File v1.73 update (from Paul Marquess)
27140      Branch: perl
27141            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
27142            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
27143 ____________________________________________________________________________
27144 [  5975] By: gsar                                  on 2000/04/27  20:34:24
27145         Log: allow sort() reentrancy (variant of patch suggested by
27146              Hugo van der Sanden)
27147      Branch: perl
27148            ! pp_ctl.c t/op/sort.t
27149 ____________________________________________________________________________
27150 [  5974] By: gsar                                  on 2000/04/27  19:46:57
27151         Log: change#4197 somehow missed initializing PL_errors, meaning
27152              sytax error queueing wasn't working outside eval"" at all;
27153              also fixed eval"" to localize PL_error_count, so that compile-time
27154              eval's don't clobber the error state of the outer context
27155      Branch: perl
27156            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
27157            ! t/pragma/warn/toke
27158 ____________________________________________________________________________
27159 [  5973] By: gsar                                  on 2000/04/27  18:29:05
27160         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
27161      Branch: perl
27162            ! regcomp.c regexec.c t/op/re_tests
27163 ____________________________________________________________________________
27164 [  5972] By: jhi                                   on 2000/04/27  18:22:41
27165         Log: Integrate with Sarathy.
27166      Branch: cfgperl
27167           +> t/lib/b.t t/lib/syslog.t
27168           !> (integrate 31 files)
27169 ____________________________________________________________________________
27170 [  5971] By: jhi                                   on 2000/04/27  18:18:46
27171         Log: Unicos tweaks from Mark P. Lutz.
27172      Branch: cfgperl
27173            ! hints/unicos.sh lib/Math/Complex.pm
27174 ____________________________________________________________________________
27175 [  5970] By: gsar                                  on 2000/04/27  18:05:11
27176         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
27177              IV is >32bits
27178      Branch: perl
27179            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
27180 ____________________________________________________________________________
27181 [  5969] By: gsar                                  on 2000/04/27  17:50:56
27182         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
27183      Branch: perl
27184            + t/lib/syslog.t
27185            ! MANIFEST ext/Sys/Syslog/Syslog.pm
27186 ____________________________________________________________________________
27187 [  5968] By: gsar                                  on 2000/04/27  17:44:49
27188         Log: tolerate spaces in group names in test on solaris (from David Boyce
27189              <dsb@boyski.com>)
27190      Branch: perl
27191            ! t/op/groups.t
27192 ____________________________________________________________________________
27193 [  5967] By: gsar                                  on 2000/04/27  17:41:22
27194         Log: improved docs on the warn_uninit diagnostic (from David Glasser
27195              and Simon Cozens)
27196      Branch: perl
27197            ! pod/perldiag.pod
27198 ____________________________________________________________________________
27199 [  5966] By: gsar                                  on 2000/04/27  16:54:58
27200         Log: add testsuite for B backends, fix bug in B::Deparse (from
27201              Simon Cozens <simon@brecon.co.uk>)
27202      Branch: perl
27203            + t/lib/b.t
27204            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
27205 ____________________________________________________________________________
27206 [  5965] By: gsar                                  on 2000/04/27  16:10:37
27207         Log: avoid "will not stay shared" warnings for our variables (from
27208              Robin Barker)
27209      Branch: perl
27210            ! op.c t/pragma/warn/op
27211 ____________________________________________________________________________
27212 [  5964] By: gsar                                  on 2000/04/27  07:05:05
27213         Log: reformat to 72 columns (again)
27214      Branch: perl
27215            ! pod/perldiag.pod
27216 ____________________________________________________________________________
27217 [  5963] By: gsar                                  on 2000/04/27  06:28:31
27218         Log: patch from Larry to make (\&) prototype work; added tests for
27219              the same
27220      Branch: perl
27221            ! op.c t/comp/proto.t
27222 ____________________________________________________________________________
27223 [  5962] By: gsar                                  on 2000/04/27  06:15:47
27224         Log: updated README.hpux (from Jeff Okamoto)
27225      Branch: perl
27226            ! README.hpux
27227 ____________________________________________________________________________
27228 [  5961] By: gsar                                  on 2000/04/27  05:55:03
27229         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
27230      Branch: perl
27231            ! emacs/cperl-mode.el
27232 ____________________________________________________________________________
27233 [  5960] By: gsar                                  on 2000/04/27  05:49:26
27234         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
27235      Branch: perl
27236            ! INSTALL
27237 ____________________________________________________________________________
27238 [  5959] By: gsar                                  on 2000/04/27  05:33:41
27239         Log: doubled words in pods (from Simon Cozens
27240              <simon.p.cozens@jp.pwcglobal.com>)
27241      Branch: perl
27242            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
27243            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
27244            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
27245            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
27246            ! pod/perltootc.pod
27247 ____________________________________________________________________________
27248 [  5958] By: gsar                                  on 2000/04/27  05:11:39
27249         Log: change#3569 deleted some essential code, revert; avoid use of
27250              atexit() to make DynaLoader work properly on AIX under mod_perl
27251              (from Jens-Uwe Mager <jum@helios.de>)
27252      Branch: perl
27253            ! ext/DynaLoader/dl_aix.xs
27254 ____________________________________________________________________________
27255 [  5957] By: gsar                                  on 2000/04/27  04:54:51
27256         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
27257      Branch: perl
27258            ! pod/perlmod.pod
27259 ____________________________________________________________________________
27260 [  5956] By: gsar                                  on 2000/04/27  04:51:47
27261         Log: better diagnostics on failed tests (from Ilya Zakharevich)
27262      Branch: perl
27263            ! t/op/lex_assign.t
27264 ____________________________________________________________________________
27265 [  5955] By: gsar                                  on 2000/04/27  04:26:44
27266         Log: longstanding bug exposed by change#3307: sort arguments weren't
27267              compiled with the right wantarray context (ensuing runtime lookup
27268              via block_gimme() was getting the incidental context of the
27269              sort() itself)
27270      Branch: perl
27271            ! op.c t/op/sort.t
27272 ____________________________________________________________________________
27273 [  5954] By: gsar                                  on 2000/04/26  23:42:12
27274         Log: integrate cfgperl contents into mainline
27275      Branch: perl
27276           !> (integrate 30 files)
27277 ____________________________________________________________________________
27278 [  5953] By: jhi                                   on 2000/04/26  23:06:42
27279         Log: Integrate with Sarathy.
27280      Branch: cfgperl
27281           !> README.win32 ext/B/B/Deparse.pm
27282           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
27283           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
27284           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
27285           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
27286           !> utils/perldoc.PL vms/perlvms.pod
27287 ____________________________________________________________________________
27288 [  5952] By: jhi                                   on 2000/04/26  23:03:46
27289         Log: Undo "use integer" addition from 64bitint as it seems
27290              to break most of the subtests in Digital UNIX;
27291              Unicos needs to find another way.
27292      Branch: cfgperl
27293            ! t/op/64bitint.t
27294 ____________________________________________________________________________
27295 [  5951] By: jhi                                   on 2000/04/26  22:57:53
27296         Log: Be more robust on "extreme" (large absolute value)
27297              arguments.  Originally reported by Daniel Connelly
27298              as a problem with asinh() on large negative arguments,
27299              asinh() used to bail out because an argument to log()
27300              ended up being zero.  Ilya Zakharevich proposed using
27301              Taylor's series in such cases, which for such large
27302              arguments is a very good approximation.
27303      Branch: cfgperl
27304            ! lib/Math/Complex.pm t/lib/complex.t
27305 ____________________________________________________________________________
27306 [  5950] By: gsar                                  on 2000/04/25  19:13:12
27307         Log: reformat perldiag to avoid long lines
27308      Branch: perl
27309            ! pod/perldiag.pod
27310 ____________________________________________________________________________
27311 [  5949] By: gsar                                  on 2000/04/25  18:41:11
27312         Log: make perldoc use the pod2man from the same version (from
27313              M.J.T. Guy)
27314      Branch: perl
27315            ! utils/perldoc.PL
27316 ____________________________________________________________________________
27317 [  5948] By: gsar                                  on 2000/04/25  18:21:57
27318         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
27319              <kompas@kompas.usr.onet.pl>)
27320      Branch: perl
27321            ! lib/vars.pm
27322 ____________________________________________________________________________
27323 [  5947] By: gsar                                  on 2000/04/25  18:11:53
27324         Log: use &dl_error rather than &dl_load_file as the guard for calling
27325              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
27326              statically built perl)
27327      Branch: perl
27328            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
27329 ____________________________________________________________________________
27330 [  5946] By: jhi                                   on 2000/04/25  17:37:54
27331         Log: Document that tr() is not tr(1).
27332      Branch: cfgperl
27333            ! pod/perlop.pod
27334 ____________________________________________________________________________
27335 [  5945] By: gsar                                  on 2000/04/25  16:34:33
27336         Log: make module name mandatory after -M switch; reorder perldiag
27337              alphabetically (from Mark-Jason Dominus)
27338      Branch: perl
27339            ! perl.c pod/perldiag.pod
27340 ____________________________________________________________________________
27341 [  5944] By: jhi                                   on 2000/04/25  01:15:18
27342         Log: On second thoughts frexp() does have two arguments.
27343      Branch: cfgperl
27344            ! perl.h
27345 ____________________________________________________________________________
27346 [  5943] By: jhi                                   on 2000/04/24  22:56:32
27347         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
27348              Now pp_ncmp() returns undef is either operand is a NaN.
27349      Branch: cfgperl
27350            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27351            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
27352            ! vms/subconfigure.com vos/config.def vos/config.h
27353            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
27354            ! win32/config.vc win32/config_H.bc win32/config_H.gc
27355            ! win32/config_H.vc
27356      Branch: metaconfig/U/perl
27357            + d_modfl.U
27358 ____________________________________________________________________________
27359 [  5942] By: jhi                                   on 2000/04/24  19:45:17
27360         Log: Regen Configure to match #5937.
27361      Branch: cfgperl
27362            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27363            ! config_h.SH
27364      Branch: metaconfig
27365            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
27366 ____________________________________________________________________________
27367 [  5941] By: jhi                                   on 2000/04/24  19:24:11
27368         Log: Further Unicos fixes for Mark Lutz.
27369      Branch: cfgperl
27370            ! hints/unicos.sh pp_ctl.c
27371 ____________________________________________________________________________
27372 [  5940] By: jhi                                   on 2000/04/24  19:09:06
27373         Log: Various Unicos 10.0.0.6 fixes.
27374              
27375              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
27376              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
27377              Reply-To: tecmpl1@triton.ca.boeing.com 
27378              To: perl5-porters@perl.org 
27379              Date: Fri, 14 Apr 2000 20:21:00 GMT 
27380              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
27381      Branch: cfgperl
27382            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
27383 ____________________________________________________________________________
27384 [  5939] By: gsar                                  on 2000/04/24  19:01:24
27385         Log: more pod nits (from Larry Virden)
27386      Branch: perl
27387            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
27388            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
27389            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
27390 ____________________________________________________________________________
27391 [  5938] By: gsar                                  on 2000/04/24  18:54:01
27392         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
27393      Branch: perl
27394            ! ext/B/B/Deparse.pm
27395 ____________________________________________________________________________
27396 [  5937] By: jhi                                   on 2000/04/24  17:39:00
27397         Log: Integrate with Sarathy.
27398      Branch: cfgperl
27399           +> (branch 31 files)
27400           !> (integrate 73 files)
27401 ____________________________________________________________________________
27402 [  5936] By: gsar                                  on 2000/04/24  17:30:06
27403         Log: additional tests for change#5934 (from Paul Marquess, who also
27404              sent in the same fix)
27405      Branch: perl
27406            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
27407            ! t/pragma/warn/5nolint t/pragma/warn/6default
27408 ____________________________________________________________________________
27409 [  5935] By: jhi                                   on 2000/04/24  17:26:05
27410         Log: Do not assume sign propagation.
27411              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
27412              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
27413              To: payner@ncifcrf.gov, perl5-porters@perl.org 
27414              Date: Tue, 18 Apr 2000 18:24:49 +0100 
27415              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
27416      Branch: cfgperl
27417            ! t/op/bop.t t/op/misc.t
27418 ____________________________________________________________________________
27419 [  5934] By: gsar                                  on 2000/04/24  17:16:54
27420         Log: propagate lexical warnings from surrounding scope correctly
27421              within string eval()
27422      Branch: perl
27423            ! pp_ctl.c t/pragma/warn/pp_ctl
27424 ____________________________________________________________________________
27425 [  5933] By: jhi                                   on 2000/04/24  17:01:07
27426         Log: Flatten the cpp jungle doing the nosuid checking.
27427      Branch: cfgperl
27428            ! perl.c
27429 ____________________________________________________________________________
27430 [  5932] By: gsar                                  on 2000/04/24  09:08:14
27431         Log: add rsignal(), whichsig() and do_join() to public API list
27432              (mod_perl uses them to good advantage)
27433      Branch: perl
27434            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
27435 ____________________________________________________________________________
27436 [  5931] By: gsar                                  on 2000/04/24  09:01:40
27437         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
27438      Branch: perl
27439            ! pp_hot.c regexec.c t/op/pat.t
27440 ____________________________________________________________________________
27441 [  5930] By: gsar                                  on 2000/04/24  08:58:33
27442         Log: small os390 tweaks (from Peter Prymmer)
27443      Branch: perl
27444            ! config_h.SH makedepend.SH
27445 ____________________________________________________________________________
27446 [  5929] By: gsar                                  on 2000/04/24  08:55:25
27447         Log: pod nits
27448      Branch: perl
27449            ! pod/perlguts.pod
27450 ____________________________________________________________________________
27451 [  5928] By: gsar                                  on 2000/04/24  08:50:13
27452         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
27453      Branch: perl
27454            ! ext/IO/lib/IO/Poll.pm
27455 ____________________________________________________________________________
27456 [  5927] By: gsar                                  on 2000/04/24  08:43:24
27457         Log: arrange for next() to resume at the unstack op rather than the
27458              loop conditional, so that scope cleanup happens correctly
27459              (from Stephen McCamant)
27460      Branch: perl
27461            ! op.c pp_ctl.c t/op/misc.t
27462 ____________________________________________________________________________
27463 [  5926] By: gsar                                  on 2000/04/24  08:18:40
27464         Log: on windows, reserve 16M of stack rather than 128M (allows more
27465              threads to run concurrently)
27466      Branch: perl
27467            ! win32/Makefile win32/makefile.mk
27468 ____________________________________________________________________________
27469 [  5925] By: gsar                                  on 2000/04/24  08:13:52
27470         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
27471      Branch: perl
27472            ! toke.c
27473 ____________________________________________________________________________
27474 [  5924] By: gsar                                  on 2000/04/24  08:08:59
27475         Log: avoid using uninitialized memory in require version check
27476      Branch: perl
27477            ! pp_ctl.c universal.c
27478 ____________________________________________________________________________
27479 [  5923] By: gsar                                  on 2000/04/24  07:20:14
27480         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
27481      Branch: perl
27482            ! ext/IO/lib/IO/Poll.pm
27483 ____________________________________________________________________________
27484 [  5922] By: gsar                                  on 2000/04/24  07:08:42
27485         Log: commentary about IoTYPE() (from Nathan Torkington)
27486      Branch: perl
27487            ! sv.h
27488 ____________________________________________________________________________
27489 [  5921] By: gsar                                  on 2000/04/24  06:58:26
27490         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
27491              by fix
27492      Branch: perl
27493            ! sv.c t/lib/charnames.t t/pragma/utf8.t
27494 ____________________________________________________________________________
27495 [  5920] By: gsar                                  on 2000/04/24  06:37:59
27496         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
27497      Branch: perl
27498            ! doop.c t/op/ver.t
27499 ____________________________________________________________________________
27500 [  5919] By: gsar                                  on 2000/04/24  06:21:58
27501         Log: Configure might miss old directories when prefix must be
27502              expanded (from Robin Barker)
27503      Branch: metaconfig
27504            ! U/installdirs/inc_version_list.U
27505      Branch: perl
27506            ! Configure
27507 ____________________________________________________________________________
27508 [  5918] By: gsar                                  on 2000/04/24  06:16:11
27509         Log: VMS nits in glob() test (from Charles Lane)
27510      Branch: perl
27511            ! t/lib/glob-basic.t
27512 ____________________________________________________________________________
27513 [  5917] By: gsar                                  on 2000/04/24  06:11:56
27514         Log: various pod nits (from Larry Virden and others)
27515      Branch: perl
27516            ! README.amiga README.hpux README.machten README.os2
27517            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
27518            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
27519            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
27520            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
27521            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
27522            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
27523            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
27524            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
27525 ____________________________________________________________________________
27526 [  5916] By: gsar                                  on 2000/04/24  05:52:43
27527         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
27528              <wjones@tc.fluke.com>)
27529      Branch: perl
27530            ! t/lib/glob-basic.t
27531 ____________________________________________________________________________
27532 [  5915] By: gsar                                  on 2000/04/24  05:07:01
27533         Log: supported platforms mixed up
27534      Branch: perl
27535            ! pod/perl56delta.pod pod/perlport.pod
27536 ____________________________________________________________________________
27537 [  5914] By: gsar                                  on 2000/04/24  04:56:08
27538         Log: caller() wasn't returning the right number of elements for
27539              eval {...}
27540      Branch: perl
27541            ! pp_ctl.c t/pragma/warn/9enabled
27542 ____________________________________________________________________________
27543 [  5913] By: gsar                                  on 2000/04/24  04:35:41
27544         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
27545              Mark-Jason Dominus)
27546      Branch: perl
27547            ! pod/perlfunc.pod
27548 ____________________________________________________________________________
27549 [  5912] By: gsar                                  on 2000/04/24  04:17:15
27550         Log: fix totally broken caching in UNIVERSAL::isa() (from
27551              Nick Ing-Simmons)
27552      Branch: perl
27553            ! t/op/universal.t universal.c
27554 ____________________________________________________________________________
27555 [  5911] By: gsar                                  on 2000/04/24  03:39:47
27556         Log: add linebreak properties from unicode/LineBrk.txt (from
27557              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
27558      Branch: perl
27559            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
27560            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
27561            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
27562            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
27563            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
27564            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
27565            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
27566            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
27567            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
27568            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
27569            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
27570            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
27571            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
27572            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
27573            + lib/unicode/Is/LbrkZW.pl
27574            ! lib/unicode/mktables.PL
27575 ____________________________________________________________________________
27576 [  5910] By: gsar                                  on 2000/04/24  03:23:10
27577         Log: typo in pod
27578      Branch: perl
27579            ! ext/Thread/Thread.pm
27580 ____________________________________________________________________________
27581 [  5909] By: gsar                                  on 2000/04/24  03:22:03
27582         Log: mode argument to do_binmode() should be file mode, not boolean
27583      Branch: perl
27584            ! pp_sys.c
27585 ____________________________________________________________________________
27586 [  5908] By: gsar                                  on 2000/04/16  16:51:08
27587         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
27588              always returns a valid GV even when the symbol is trapped by strictures
27589              (avoids coredumps)
27590              
27591              TODO: the C<package;> hack needs similar treatment
27592      Branch: perl
27593            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
27594            ! t/pragma/strict-vars
27595 ____________________________________________________________________________
27596 [  5907] By: jhi                                   on 2000/03/31  23:42:56
27597         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
27598              an assumption which #5905 demolished.
27599      Branch: cfgperl
27600            ! pp_sys.c
27601 ____________________________________________________________________________
27602 [  5906] By: jhi                                   on 2000/03/31  18:54:37
27603         Log: Typo in #5905.
27604      Branch: cfgperl
27605            ! t/op/64bitint.t
27606 ____________________________________________________________________________
27607 [  5905] By: jhi                                   on 2000/03/31  18:50:54
27608         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
27609              reported by Joseph N. Hall.  The bug was that even with use64bitint
27610              one had to use the prefixes q, L, or ll with printf/sprintf,
27611              contrary to the documentation and common sense.
27612      Branch: cfgperl
27613            ! sv.c t/op/64bitint.t
27614 ____________________________________________________________________________
27615 [  5904] By: gsar                                  on 2000/03/28  02:31:32
27616         Log: add Changes, perldelta.pod
27617      Branch: perl
27618            + Changes pod/perldelta.pod
27619 ____________________________________________________________________________
27620 [  5903] By: gsar                                  on 2000/03/28  02:03:55
27621         Log: rename Changes and perldelta.pod
27622      Branch: perl
27623           +> Changes5.6 pod/perl56delta.pod
27624            - Changes pod/perldelta.pod
27625            ! MANIFEST
27626 ____________________________________________________________________________
27627 [  5902] By: gsar                                  on 2000/03/28  01:59:14
27628         Log: create maint-5.6 branch
27629      Branch: maint-5.6/perl
27630           +> (branch 1611 files)
27631 ____________________________________________________________________________
27632 [  5901] By: jhi                                   on 2000/03/23  05:48:43
27633         Log: Integrate with Sarathy.
27634      Branch: cfgperl
27635           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
27636 ____________________________________________________________________________
27637 [  5900] By: gsar                                  on 2000/03/23  05:42:43
27638         Log: three guesses on what this is :-)
27639      Branch: perl
27640            ! Changes