Document and test the new qu operator.
[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 [  8481] By: jhi                                   on 2001/01/19  14:41:24
36         Log: Subject: Re: new feature: s?printf parameter reordering 
37              From: Hugo <hv@crypt.compulink.co.uk>
38              Date: Thu, 11 Jan 2001 17:09:03 +0000
39              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
40              
41              - support reordering for all parameters: %, *v, *, .*
42              - lay down that the reordering specification must immediately
43              follow that parameter: %3$, *v3$, *3$, .*3$
44              - fix vectorisation of a zero-length string
45              - factor out the code choosing the argument to format
46              
47              Possibly unwanted side-effects:
48              - the special format specifiers ' +-0' must now precede any
49              vectorisation specifier. Tests in op/sprintf and op/ver
50              have been changed to reflect this.
51              - sprintf.t test #214 changed its expectations because in many
52              cases, the next parameter has already been consumed when an
53              invalid type letter is detected.
54              
55              Probably wanted side-effects:
56              - attempts to format a non-existent parameter will warn as if C<undef>
57              - attempt to write to non-existent parameter with '%n' will complain
58              of "attempt to modify read-only value" instead of being silent
59      Branch: perl
60            ! sv.c t/op/sprintf.t t/op/ver.t
61 ____________________________________________________________________________
62 [  8480] By: jhi                                   on 2001/01/19  14:08:37
63         Log: Subject: PATCH pragma/locale.t
64              From: andreas.koenig@anima.de (Andreas J. Koenig)
65              Date: 18 Jan 2001 09:45:37 +0100
66              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
67      Branch: perl
68            ! t/pragma/locale.t
69 ____________________________________________________________________________
70 [  8479] By: jhi                                   on 2001/01/19  13:19:58
71         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
72      Branch: perl
73            ! configure.com
74 ____________________________________________________________________________
75 [  8478] By: jhi                                   on 2001/01/19  02:12:35
76         Log: Automate 1_compile.t.
77      Branch: perl
78            ! t/lib/1_compile.t
79 ____________________________________________________________________________
80 [  8477] By: jhi                                   on 2001/01/19  01:49:56
81         Log: Integrate perlio.
82      Branch: perl
83           !> sv.c win32/config.bc win32/config.gc win32/config.vc
84           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
85 ____________________________________________________________________________
86 [  8476] By: nick                                  on 2001/01/18  21:51:52
87         Log: Integrate mainline
88      Branch: perlio
89           +> t/lib/1_compile.t t/lib/compmod.pl
90           !> MANIFEST configure.com lib/unicode/distinct.pm
91 ____________________________________________________________________________
92 [  8475] By: nick                                  on 2001/01/18  21:48:02
93         Log: Win32 "safe signals" co-existance fix.
94              Fix SIG_SIZE value.
95              Clear PL_sig_pending when cloning (fork).
96      Branch: perlio
97            ! sv.c win32/config.bc win32/config.gc win32/config.vc
98            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
99 ____________________________________________________________________________
100 [  8474] By: jhi                                   on 2001/01/18  14:40:57
101         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
102      Branch: perl
103            ! t/lib/1_compile.t
104 ____________________________________________________________________________
105 [  8473] By: gsar                                  on 2001/01/18  11:42:31
106         Log: unsubmitted trial1 change
107      Branch: maint-5.6/perl
108            ! Changes
109 ____________________________________________________________________________
110 [  8472] By: jhi                                   on 2001/01/18  04:30:24
111         Log: The first bug found by 1_compile.t.
112      Branch: perl
113            ! lib/unicode/distinct.pm
114 ____________________________________________________________________________
115 [  8471] By: jhi                                   on 2001/01/18  04:29:42
116         Log: Add Schwern's 1_compile test.  The compile_module script renamed
117              to be a bit shorter for the 8.3 people.
118      Branch: perl
119            + t/lib/1_compile.t t/lib/compmod.pl
120            ! MANIFEST
121 ____________________________________________________________________________
122 [  8470] By: jhi                                   on 2001/01/18  04:16:00
123         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)
124              From: Peter Prymmer <pvhp@forte.com>
125              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
126              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
127              Replace #8463.
128      Branch: maint-5.6/perl
129            ! configure.com
130 ____________________________________________________________________________
131 [  8469] By: jhi                                   on 2001/01/18  04:13:02
132         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)
133              From: Peter Prymmer <pvhp@forte.com>
134              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
135              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
136              Replace #8462.
137      Branch: perl
138            ! configure.com
139 ____________________________________________________________________________
140 [  8468] By: jhi                                   on 2001/01/18  03:42:08
141         Log: Integrate perlio.
142      Branch: perl
143           !> gv.c mg.c perlio.c util.c
144 ____________________________________________________________________________
145 [  8467] By: nick                                  on 2001/01/17  22:41:10
146         Log: "Safe" signals - trial implementation.
147              gv.c tweaked to zero PL_sig_pend array
148              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
149              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
150              Odd thing is that it "works" with PERLIO=stdio as well (linux).
151      Branch: perlio
152            ! gv.c mg.c perlio.c util.c
153 ____________________________________________________________________________
154 [  8466] By: nick                                  on 2001/01/17  20:40:20
155         Log: Integrate mainline.
156      Branch: perlio
157           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
158           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
159           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
160           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
161           !> vos/config.ga.h win32/config.bc win32/config.gc
162           !> win32/config.vc
163 ____________________________________________________________________________
164 [  8465] By: jhi                                   on 2001/01/17  18:37:13
165         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
166              From: Nicholas Clark <nick@ccl4.org>
167              Date: Wed, 17 Jan 2001 17:31:33 +0000
168              Message-ID: <20010117173133.I2633@plum.flirble.org>
169      Branch: perl
170            ! t/op/int.t
171 ____________________________________________________________________________
172 [  8464] By: jhi                                   on 2001/01/17  14:43:17
173         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
174              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
175              Date: Wed, 17 Jan 2001 15:16:43 +0100
176              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
177              
178              pp_int() was dropping an NV to the floor,
179              int(279964589018079/59) either returned not an integer
180              4745162525730.15, or one got "Attempt to free unreferenced scalar."
181      Branch: perl
182            ! pp.c
183 ____________________________________________________________________________
184 [  8463] By: jhi                                   on 2001/01/17  06:12:42
185         Log: (Replaced by #8470)
186              
187              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)
188              From: "Craig A. Berry" <craigberry@mac.com>
189              Date: Tue, 16 Jan 2001 23:38:46 -0600
190              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
191      Branch: maint-5.6/perl
192            ! configure.com
193 ____________________________________________________________________________
194 [  8462] By: jhi                                   on 2001/01/17  06:11:31
195         Log: (Replaced by #8469)
196              
197              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)
198              From: "Craig A. Berry" <craigberry@mac.com>
199              Date: Tue, 16 Jan 2001 23:38:46 -0600
200              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
201      Branch: perl
202            ! configure.com
203 ____________________________________________________________________________
204 [  8461] By: jhi                                   on 2001/01/17  05:56:12
205         Log: Allow for one trailing slash in the directory of mkdir().
206      Branch: perl
207            ! pp_sys.c
208 ____________________________________________________________________________
209 [  8460] By: jhi                                   on 2001/01/17  03:26:01
210         Log: Metaconfig unit changes for #8459.
211      Branch: metaconfig
212            ! U/modified/Loc.U U/modified/sig_name.U
213 ____________________________________________________________________________
214 [  8459] By: jhi                                   on 2001/01/17  03:24:48
215         Log: Define SIG_SIZE, the number of elements in the sig_name and
216              sig_num arrays, including the final NULL entry.
217      Branch: perl
218            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
219            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
220            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
221            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
222            ! win32/config.bc win32/config.gc win32/config.vc
223 ____________________________________________________________________________
224 [  8458] By: jhi                                   on 2001/01/17  01:41:33
225         Log: Integrate perlio.
226      Branch: perl
227           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
228           !> perlapi.h proto.h sv.c
229 ____________________________________________________________________________
230 [  8457] By: nick                                  on 2001/01/16  22:07:26
231         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
232              Provides all the "cost" but no benefit yet - it is to allow cost
233              to be measured, and implementation experiments (just in mg.c?).
234      Branch: perlio
235            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
236            ! perlapi.h proto.h sv.c
237 ____________________________________________________________________________
238 [  8456] By: nick                                  on 2001/01/16  21:07:07
239         Log: Integrate mainline.
240      Branch: perlio
241           !> (integrate 51 files)
242 ____________________________________________________________________________
243 [  8455] By: jhi                                   on 2001/01/16  18:13:43
244         Log: Subject: [PATCH] regcomp.c old feature removal
245              From: mjd@plover.com
246              Date: 16 Jan 2001 14:43:18 -0000 
247              Message-ID: <20010116144318.7140.qmail@plover.com> 
248      Branch: perl
249            ! regcomp.c
250 ____________________________________________________________________________
251 [  8454] By: jhi                                   on 2001/01/16  16:12:39
252         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
253              From: "Indy Singh" <indy@nusphere.com>
254              Date: Wed, 10 Jan 2001 20:17:49 -0500
255              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
256      Branch: maint-5.6/perl
257            ! win32/Makefile
258 ____________________________________________________________________________
259 [  8453] By: jhi                                   on 2001/01/16  16:09:33
260         Log: Update Changes.
261      Branch: perl
262            ! Changes patchlevel.h
263 ____________________________________________________________________________
264 [  8452] By: jhi                                   on 2001/01/16  15:42:04
265         Log: Subject: Re: API Cleanup
266              To: perl5-porters@perl.org
267              Date: Tue, 16 Jan 2001 13:42:30 +0000
268              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
269              
270              Subject: [PATCH] utf8.c documentation
271              From: Simon Cozens <simon@cozens.net>
272              Date: Tue, 16 Jan 2001 13:52:48 +0000
273              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
274              
275              Subject: Re: API Cleanup
276              From: Simon Cozens <simon@cozens.net>
277              Date: Tue, 16 Jan 2001 14:58:55 +0000
278              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
279              
280              UTF-8 doc patches.
281      Branch: perl
282            ! embed.pl pod/perlapi.pod utf8.c
283 ____________________________________________________________________________
284 [  8451] By: jhi                                   on 2001/01/16  14:41:39
285         Log: podlators 1.07, from Russ Allbery.
286      Branch: perl
287            ! lib/Pod/Man.pm
288 ____________________________________________________________________________
289 [  8450] By: jhi                                   on 2001/01/16  14:24:19
290         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
291              From: "Indy Singh" <indy@nusphere.com>
292              Date: Mon, 15 Jan 2001 20:59:40 -0500
293              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
294      Branch: perl
295            ! win32/Makefile
296 ____________________________________________________________________________
297 [  8449] By: jhi                                   on 2001/01/16  03:42:55
298         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
299              at the setting of the ofs_sv in new_struct_thread() as the
300              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
301              that invited a core dump.
302      Branch: perl
303            ! util.c
304 ____________________________________________________________________________
305 [  8448] By: jhi                                   on 2001/01/16  01:49:07
306         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
307              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
308              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
309              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
310              
311              Replace #8444 and #8445.
312      Branch: perl
313            ! ext/B/B.xs ext/B/B/Debug.pm
314 ____________________________________________________________________________
315 [  8447] By: jhi                                   on 2001/01/15  21:05:35
316         Log: Subject: [PATCH] API Variable documentation   
317              From: Simon Cozens <simon@cozens.net>
318              Date: Mon, 15 Jan 2001 19:35:54 +0000
319              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
320      Branch: perl
321            ! pod/perlapi.pod thrdvar.h
322 ____________________________________________________________________________
323 [  8446] By: jhi                                   on 2001/01/15  20:49:20
324         Log: Signedness nit.
325      Branch: perl
326            ! pp_ctl.c
327 ____________________________________________________________________________
328 [  8445] By: jhi                                   on 2001/01/15  20:28:48
329         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
330      Branch: perl
331            ! ext/B/B/Debug.pm
332 ____________________________________________________________________________
333 [  8444] By: jhi                                   on 2001/01/15  13:09:10
334         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
335      Branch: perl
336            ! ext/B/B.xs
337 ____________________________________________________________________________
338 [  8443] By: jhi                                   on 2001/01/15  13:06:26
339         Log: Missing from #8439.
340      Branch: perl
341            ! keywords.h mg.c
342 ____________________________________________________________________________
343 [  8442] By: jhi                                   on 2001/01/15  13:02:38
344         Log: Subject: [PATCH @8436] Eliminate op_children
345              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
346              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
347              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
348              
349              Subject: [PATCH @8436] Re: Eliminate op_children
350              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
351              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
352              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
353      Branch: perl
354            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
355            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
356            ! op.c op.h
357 ____________________________________________________________________________
358 [  8441] By: jhi                                   on 2001/01/15  12:57:08
359         Log: Use the /^Perl_/-less form of is_lvalue_sub().
360      Branch: perl
361            ! pp.h
362 ____________________________________________________________________________
363 [  8440] By: jhi                                   on 2001/01/15  05:13:09
364         Log: Revert #8437 and #8438, the Linux large files story is more complex.
365      Branch: metaconfig/U/perl
366            ! d_fpos64_t.U d_off64_t.U
367      Branch: perl
368            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
369            ! config_h.SH configure.com epoc/config.sh perl.h
370            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
371            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
372            ! win32/config.bc win32/config.gc win32/config.vc
373 ____________________________________________________________________________
374 [  8439] By: jhi                                   on 2001/01/15  05:02:24
375         Log: More UTF-8 patches from Inaba Hiroto.
376              - The substr lval was still not okay.
377              - Now pp_stringify and sv_setsv copies source's UTF8 flag
378              even if IN_BYTE.  pp_stringify is called from fold_constants
379              at optimization phase and "\x{100}" was made SvUTF8_off under
380              use bytes (the bytes pragma is for "byte semantics" and not
381              for "do not produce UTF8 data")
382              - New `qu' operator to generate UTF8 string explicitly.
383              Though I agree with the policy "0x00-0xff always produce bytes",
384              sometimes want to such a string to be coded in UTF8.
385              I can use pack"U0a*" but it requires more typing and has
386              runtime overhead.
387              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
388              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
389              string is not UTF8_on and has char 0x80-0xff.
390              
391              TODO: document and test qu.
392      Branch: perl
393            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
394            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
395            ! toke.c
396 ____________________________________________________________________________
397 [  8438] By: jhi                                   on 2001/01/14  05:10:23
398         Log: Metaconfig unit changes for #8437.
399      Branch: metaconfig/U/perl
400            ! d_fpos64_t.U d_off64_t.U
401 ____________________________________________________________________________
402 [  8437] By: jhi                                   on 2001/01/14  04:55:34
403         Log: Add <features.h> probing, seems to be needed for (some?)
404              Linux largefileness.
405      Branch: perl
406            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
407            ! config_h.SH configure.com epoc/config.sh perl.h
408            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
409            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
410            ! win32/config.bc win32/config.gc win32/config.vc
411 ____________________________________________________________________________
412 [  8436] By: jhi                                   on 2001/01/13  17:47:21
413         Log: Tighten some of the tests a bit.
414      Branch: perl
415            ! t/pragma/utf8.t
416 ____________________________________________________________________________
417 [  8435] By: jhi                                   on 2001/01/13  17:31:54
418         Log: Integrate perlio.
419      Branch: perl
420           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
421           !> win32/config_H.gc win32/config_H.vc
422 ____________________________________________________________________________
423 [  8434] By: nick                                  on 2001/01/13  11:36:53
424         Log: Run dmake regen_config_h for Win32
425      Branch: perlio
426            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
427 ____________________________________________________________________________
428 [  8433] By: nick                                  on 2001/01/13  11:31:55
429         Log: VMS friendly patch to Encode compile process
430      Branch: perlio
431            ! ext/Encode/Makefile.PL ext/Encode/compile
432 ____________________________________________________________________________
433 [  8432] By: nick                                  on 2001/01/13  11:06:44
434         Log: Integrate mainline
435      Branch: perlio
436           +> ext/B/B/Concise.pm
437           !> (integrate 52 files)
438 ____________________________________________________________________________
439 [  8431] By: jhi                                   on 2001/01/13  05:55:55
440         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
441              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
442              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
443              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
444      Branch: perl
445            ! ext/B/B/Concise.pm
446 ____________________________________________________________________________
447 [  8430] By: jhi                                   on 2001/01/13  04:24:18
448         Log: The LVRET macro needed an aTHX.
449      Branch: perl
450            ! pp.h
451 ____________________________________________________________________________
452 [  8429] By: jhi                                   on 2001/01/13  02:12:42
453         Log: Update Changes.
454      Branch: perl
455            ! Changes patchlevel.h
456 ____________________________________________________________________________
457 [  8428] By: jhi                                   on 2001/01/13  02:08:50
458         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
459              From: Peter Prymmer <pvhp@forte.com>
460              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
461              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
462              
463              Add a BEGIN guard for sloppy floating point division.
464      Branch: perl
465            ! lib/Math/BigInt.pm lib/bigint.pl
466 ____________________________________________________________________________
467 [  8427] By: jhi                                   on 2001/01/13  01:47:16
468         Log: The B::Terse drop-in replacement wasn't quite drop-in.
469      Branch: perl
470            ! ext/B/B/Terse.pm
471 ____________________________________________________________________________
472 [  8426] By: jhi                                   on 2001/01/12  21:20:43
473         Log: Use UVXf.
474      Branch: perl
475            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
476            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
477            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
478            ! vos/config.ga.def vos/config.ga.h win32/config.bc
479            ! win32/config.gc win32/config.vc
480 ____________________________________________________________________________
481 [  8425] By: jhi                                   on 2001/01/12  20:20:14
482         Log: Subject: [PATCH perl@8342] -Wformat
483              From: Robin Barker <rmb1@cise.npl.co.uk>
484              Date: Fri, 12 Jan 2001 20:03:14 GMT
485              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
486      Branch: perl
487            ! ext/Encode/Encode.xs mg.c sv.c toke.c
488 ____________________________________________________________________________
489 [  8424] By: jhi                                   on 2001/01/12  20:01:48
490         Log: Subject: B::Concise -- an improved replacement for B::Terse 
491              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
492              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
493              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
494      Branch: perl
495            + ext/B/B/Concise.pm
496            ! MANIFEST ext/B/B/Terse.pm
497 ____________________________________________________________________________
498 [  8423] By: jhi                                   on 2001/01/12  19:24:02
499         Log: The new metaconfig unit from the #8421.
500      Branch: metaconfig/U/perl
501            + d_sigprocmask.U
502 ____________________________________________________________________________
503 [  8422] By: jhi                                   on 2001/01/12  19:23:43
504         Log: Forgot the microperl config from the #8421.
505      Branch: perl
506            ! uconfig.h uconfig.sh
507 ____________________________________________________________________________
508 [  8421] By: jhi                                   on 2001/01/12  19:05:27
509         Log: Add sigprocmask() probe, regen Configure, regen toc.
510      Branch: perl
511            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
512            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
513            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
514            ! vos/config.ga.h win32/config.bc win32/config.gc
515            ! win32/config.vc
516 ____________________________________________________________________________
517 [  8420] By: jhi                                   on 2001/01/12  18:34:31
518         Log: Add sockatmark() to the todo list.
519      Branch: perl
520            ! Todo-5.6
521 ____________________________________________________________________________
522 [  8419] By: jhi                                   on 2001/01/12  18:09:46
523         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
524      Branch: perl
525            ! op.c
526 ____________________________________________________________________________
527 [  8418] By: jhi                                   on 2001/01/12  18:05:30
528         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
529              From: Radu Greab <radu@netsoft.ro>
530              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
531              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
532      Branch: perl
533            ! op.c t/pragma/sub_lval.t
534 ____________________________________________________________________________
535 [  8417] By: jhi                                   on 2001/01/12  16:09:09
536         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
537              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
538              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
539              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
540      Branch: perl
541            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
542            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
543            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
544            ! t/pragma/sub_lval.t toke.c
545 ____________________________________________________________________________
546 [  8416] By: jhi                                   on 2001/01/12  15:42:06
547         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
548              From: "Richard Soderberg" <rs@crystalflame.net>
549              Date: Fri, 12 Jan 2001 04:49:35 -0800
550              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
551              
552              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
553              according to the platform.
554      Branch: perl
555            ! op.c
556 ____________________________________________________________________________
557 [  8415] By: jhi                                   on 2001/01/12  15:33:41
558         Log: One more UTF-8 fix from Inaba Hiroto.
559      Branch: perl
560            ! pp.c regexec.c t/pragma/utf8.t
561 ____________________________________________________________________________
562 [  8414] By: jhi                                   on 2001/01/12  15:30:18
563         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
564      Branch: perl
565            ! regexec.c
566 ____________________________________________________________________________
567 [  8413] By: jhi                                   on 2001/01/12  15:22:10
568         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
569              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
570              Date: Thu, 11 Jan 2001 12:53:36 +0100
571              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
572      Branch: perl
573            ! toke.c
574 ____________________________________________________________________________
575 [  8412] By: jhi                                   on 2001/01/12  15:20:25
576         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
577              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
578              Date: Fri, 12 Jan 2001 14:37:55 +0100
579              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
580      Branch: perl
581            ! hints/posix-bc.sh
582 ____________________________________________________________________________
583 [  8411] By: jhi                                   on 2001/01/12  15:14:14
584         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
585              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
586              Date: Fri, 12 Jan 2001 10:42:21 +0100
587              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
588      Branch: perl
589            ! t/op/regmesg.t
590 ____________________________________________________________________________
591 [  8410] By: jhi                                   on 2001/01/12  05:48:55
592         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
593              From: Nicholas Clark <nick@ccl4.org> 
594              Date: Sun, 7 Jan 2001 19:47:14 +0000
595              Message-ID: <20010107194714.B1048@plum.flirble.org>
596      Branch: perl
597            ! t/op/numconvert.t
598 ____________________________________________________________________________
599 [  8409] By: jhi                                   on 2001/01/12  05:41:28
600         Log: Integrate perlio.
601      Branch: perl
602           !> mg.c scope.h
603 ____________________________________________________________________________
604 [  8408] By: nick                                  on 2001/01/11  22:43:28
605         Log: Remove variables that were used in experiments.
606      Branch: perlio
607            ! mg.c
608 ____________________________________________________________________________
609 [  8407] By: nick                                  on 2001/01/11  20:57:44
610         Log: Catch die in %SIG handler and unblock the signal before re-dying.
611              This make Linux work _without_ sigsetjmp().
612              Turn off sigsetjmp() to see what else it does.
613              May need Configure probe for sigprocmask() if anything has sigaction()
614              but not sigprocmask().
615      Branch: perlio
616            ! mg.c scope.h
617 ____________________________________________________________________________
618 [  8406] By: nick                                  on 2001/01/11  19:32:07
619         Log: Integrate mainline
620      Branch: perlio
621           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
622           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
623           !> t/op/substr.t
624 ____________________________________________________________________________
625 [  8405] By: jhi                                   on 2001/01/11  17:11:01
626         Log: Fix UTF-8 lval substr().
627      Branch: perl
628            ! mg.c t/op/substr.t
629 ____________________________________________________________________________
630 [  8404] By: jhi                                   on 2001/01/11  05:13:58
631         Log: Update Changes.
632      Branch: perl
633            ! Changes patchlevel.h
634 ____________________________________________________________________________
635 [  8403] By: jhi                                   on 2001/01/11  04:38:24
636         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
637              From: Hugo <hv@crypt.compulink.co.uk>
638              Date: Mon, 30 Oct 2000 01:33:26 +0000
639              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
640      Branch: perl
641            ! regexec.c t/op/re_tests
642 ____________________________________________________________________________
643 [  8402] By: jhi                                   on 2001/01/11  04:26:12
644         Log: Integrate perlio.
645      Branch: perl
646           !> scope.h util.c
647 ____________________________________________________________________________
648 [  8401] By: nick                                  on 2001/01/10  22:52:55
649         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
650              (So Alan and Ilya can try setting via hints.)
651              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
652              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
653              doing the save everywhere seems to restart read() correctly, but just
654              doing it once "round" the handler does not.
655      Branch: perlio
656            ! scope.h
657 ____________________________________________________________________________
658 [  8400] By: jhi                                   on 2001/01/10  21:57:54
659         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
660              of IRIX, HP-UX is unaffected.
661      Branch: perl
662            ! perl.h
663 ____________________________________________________________________________
664 [  8399] By: nick                                  on 2001/01/10  21:29:19
665         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
666      Branch: perlio
667            ! util.c
668 ____________________________________________________________________________
669 [  8398] By: jhi                                   on 2001/01/10  20:55:31
670         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
671              also have ReusePort.
672      Branch: perl
673            ! ext/IO/lib/IO/Socket/INET.pm
674 ____________________________________________________________________________
675 [  8397] By: jhi                                   on 2001/01/10  20:50:57
676         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
677              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
678              Date: Wed, 10 Jan 2001 01:38:13 -0800
679              Message-ID: <20010110013813.B41744@yahoo-inc.com>
680      Branch: perl
681            ! ext/IO/lib/IO/Socket/INET.pm
682 ____________________________________________________________________________
683 [  8396] By: jhi                                   on 2001/01/10  20:49:30
684         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
685              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
686              Date: Wed, 10 Jan 2001 01:37:32 -0800
687              Message-ID: <20010110013732.A41744@yahoo-inc.com>
688      Branch: perl
689            ! ext/Socket/Socket.pm
690 ____________________________________________________________________________
691 [  8395] By: jhi                                   on 2001/01/10  20:41:37
692         Log: Test for bug id 20010105.016 (fixed by #8378).
693      Branch: perl
694            ! t/op/split.t
695 ____________________________________________________________________________
696 [  8394] By: jhi                                   on 2001/01/10  20:26:32
697         Log: Integrate perlio.
698      Branch: perl
699            ! util.c
700 ____________________________________________________________________________
701 [  8393] By: nick                                  on 2001/01/10  19:34:30
702         Log: Back out Simon's pid hackery for now.
703      Branch: perlio
704            ! util.c
705 ____________________________________________________________________________
706 [  8392] By: nick                                  on 2001/01/10  19:23:13
707         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
708      Branch: perlio
709           !> (integrate 29 files)
710 ____________________________________________________________________________
711 [  8391] By: jhi                                   on 2001/01/10  18:43:15
712         Log: Subject: [PATCH] Fix my_pclose segfault
713              From: Simon Cozens <simon@cozens.net>
714              Date: Wed, 10 Jan 2001 18:39:35 +0000
715              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
716      Branch: perl
717            ! util.c
718 ____________________________________________________________________________
719 [  8390] By: jhi                                   on 2001/01/10  18:42:08
720         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
721              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
722              Date:     Wed, 10 Jan 2001 13:23:02 EST
723              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
724      Branch: perl
725            ! ext/Opcode/Opcode.xs
726 ____________________________________________________________________________
727 [  8389] By: jhi                                   on 2001/01/10  15:16:07
728         Log: Turn off the integer preservation for now.
729      Branch: perl
730            ! perl.h
731 ____________________________________________________________________________
732 [  8388] By: jhi                                   on 2001/01/10  15:01:25
733         Log: Few more IDE/editor nits from p5p.
734      Branch: perl
735            ! pod/perlfaq3.pod
736 ____________________________________________________________________________
737 [  8387] By: jhi                                   on 2001/01/10  06:53:16
738         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
739              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
740              Date: Tue, 9 Jan 2001 23:16:02 +0000
741              Message-ID: <20010109231602.A81101@plum.flirble.org>
742      Branch: perl
743            ! sv.c
744 ____________________________________________________________________________
745 [  8386] By: jhi                                   on 2001/01/10  03:17:54
746         Log: Test cases for #8385 (from Simon's "torture.pl")
747      Branch: perl
748            ! t/op/tr.t
749 ____________________________________________________________________________
750 [  8385] By: jhi                                   on 2001/01/10  03:17:11
751         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
752              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
753              Date: Wed, 10 Jan 2001 11:39:39 +0900
754              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
755              
756              Some more UTF-8 tr cases fixed.
757      Branch: perl
758            ! doop.c
759 ____________________________________________________________________________
760 [  8384] By: jhi                                   on 2001/01/09  22:45:40
761         Log: Allow the locale test needing POSIX and the taint test
762              needing IPC::SysV to run under 'minitest' (basically,
763              bail out if loading the extension fails)
764      Branch: perl
765            ! t/op/misc.t t/op/taint.t
766 ____________________________________________________________________________
767 [  8383] By: jhi                                   on 2001/01/09  21:36:04
768         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
769              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
770              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
771              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
772      Branch: perl
773            ! t/io/openpid.t
774 ____________________________________________________________________________
775 [  8382] By: jhi                                   on 2001/01/09  21:06:08
776         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
777              Should finish up the bug id 20001205.022.
778      Branch: perl
779            ! pp.c pp_hot.c scope.c
780 ____________________________________________________________________________
781 [  8381] By: jhi                                   on 2001/01/09  18:27:43
782         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
783              From: Andy Dougherty <doughera@lafayette.edu>
784              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
785              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
786              
787              More robust yacc/bison error detection.
788      Branch: perl
789            ! t/comp/proto.t
790 ____________________________________________________________________________
791 [  8380] By: jhi                                   on 2001/01/09  15:21:38
792         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
793              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
794              Date:     Tue, 9 Jan 2001 07:53:55 EST
795              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
796      Branch: perl
797            ! t/op/misc.t vms/test.com
798 ____________________________________________________________________________
799 [  8379] By: jhi                                   on 2001/01/09  15:20:38
800         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
801              From: jhi@cc.hut.fi
802              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
803              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
804              
805              The #8378 fixed this.
806      Branch: perl
807            ! t/op/tr.t
808 ____________________________________________________________________________
809 [  8378] By: jhi                                   on 2001/01/09  15:05:32
810         Log: Subject: One more patch for UTF8 
811              From: Inaba Hiroto <inaba@st.rim.or.jp>
812              Date: Tue, 09 Jan 2001 01:04:32 +0900
813              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
814              
815              UTF-8 fixes for 'x' and tr///.
816      Branch: perl
817            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
818            ! regcomp.c regexec.c toke.c utf8.c
819 ____________________________________________________________________________
820 [  8377] By: jhi                                   on 2001/01/09  14:32:17
821         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
822      Branch: perl
823            ! t/op/length.t
824 ____________________________________________________________________________
825 [  8376] By: jhi                                   on 2001/01/09  04:32:32
826         Log: integrate changes #7775, #8316, #8316 from mainline
827      Branch: maint-5.6/perl
828            ! hints/solaris_2.sh
829 ____________________________________________________________________________
830 [  8375] By: jhi                                   on 2001/01/09  04:26:43
831         Log: Update Changes.
832      Branch: perl
833            ! Changes patchlevel.h
834 ____________________________________________________________________________
835 [  8374] By: jhi                                   on 2001/01/09  04:14:32
836         Log: IDE/editor section tweaking.
837      Branch: perl
838            ! pod/perlfaq3.pod
839 ____________________________________________________________________________
840 [  8373] By: jhi                                   on 2001/01/09  02:38:26
841         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
842              From: Peter Prymmer <pvhp@forte.com>
843              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
844              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
845              
846              In preparation os OS/390 dynamic loading.
847      Branch: perl
848            ! README.os390 hints/os390.sh
849 ____________________________________________________________________________
850 [  8372] By: jhi                                   on 2001/01/09  00:24:30
851         Log: Integrate with perlio.
852      Branch: perl
853           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
854 ____________________________________________________________________________
855 [  8371] By: nick                                  on 2001/01/08  23:54:33
856         Log: Fix "scalars leaked" bugs caused by overload magic
857              (Highlighted by Ilya's DESTROY optimization.)
858      Branch: perlio
859            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
860 ____________________________________________________________________________
861 [  8370] By: nick                                  on 2001/01/08  20:19:41
862         Log: Integrate mainline
863      Branch: perlio
864           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
865           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
866           !> t/op/64bitint.t
867 ____________________________________________________________________________
868 [  8369] By: jhi                                   on 2001/01/08  17:30:52
869         Log: save_delete() Safefree() doesn't (anymore?) work with shared
870              strings, one test failure in op/misc and almost all of lib/b.
871              (Outcomments #8369.)
872      Branch: perl
873            ! scope.c
874 ____________________________________________________________________________
875 [  8368] By: jhi                                   on 2001/01/08  14:47:10
876         Log: (Outcommented by #8369.)
877              
878              Subject: Re: Perl BugID 20001205.022 ---- save_delete
879              From: Simon Cozens <simon@cozens.net>
880              Date: Sat, 6 Jan 2001 11:48:40 +0000
881              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
882              
883              The save_delete() does need the Safefree.
884      Branch: perl
885            ! scope.c
886 ____________________________________________________________________________
887 [  8367] By: bailey                                on 2001/01/08  08:53:52
888         Log: Once again syncing after too long an absence
889      Branch: vmsperl
890           +> (branch 55 files)
891            - MAINTAIN fix_pl vos/config.def vos/config.h
892            - vos/config_h.SH_orig
893           !> (integrate 498 files)
894 ____________________________________________________________________________
895 [  8366] By: jhi                                   on 2001/01/08  02:42:59
896         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
897              From: nick@ccl4.org
898              Date: Sun, 7 Jan 2001 21:07:18 +0000
899              Message-Id: <20010107210717.D1048@plum.flirble.org>
900      Branch: perl
901            ! sv.c t/op/64bitint.t
902 ____________________________________________________________________________
903 [  8365] By: jhi                                   on 2001/01/08  02:35:16
904         Log: Subject: [PATCH] environ nit
905              From: Simon Cozens <simon@cozens.net>
906              Date: Sun, 7 Jan 2001 17:57:07 +0000
907              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
908              
909              Use environ only if we have it.
910      Branch: perl
911            ! mg.c
912 ____________________________________________________________________________
913 [  8364] By: jhi                                   on 2001/01/08  02:24:51
914         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
915      Branch: perl
916            ! ext/GDBM_File/GDBM_File.xs
917 ____________________________________________________________________________
918 [  8363] By: jhi                                   on 2001/01/08  02:19:24
919         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
920              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
921              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
922              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
923      Branch: perl
924            ! dump.c op.c
925 ____________________________________________________________________________
926 [  8362] By: jhi                                   on 2001/01/08  02:17:43
927         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
928              From: Doug MacEachern <dougm@covalent.net>
929              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
930              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
931              
932              Allow AUTOLOAD to be an xsub and allow such xsubs
933              to avoid use of $AUTOLOAD.
934      Branch: perl
935            ! gv.c
936 ____________________________________________________________________________
937 [  8361] By: jhi                                   on 2001/01/08  02:16:07
938         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
939              From: Radu Greab <radu@netsoft.ro>
940              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
941              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
942              
943              No need for the potentially unportable $SIG{CHLD}.
944      Branch: perl
945            ! t/io/pipe.t
946 ____________________________________________________________________________
947 [  8360] By: jhi                                   on 2001/01/08  01:58:23
948         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
949      Branch: perl
950            ! lib/Getopt/Long.pm
951 ____________________________________________________________________________
952 [  8359] By: jhi                                   on 2001/01/08  01:55:44
953         Log: Integrate perlio.
954      Branch: perl
955           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
956           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
957           !> utf8.c win32/Makefile
958 ____________________________________________________________________________
959 [  8358] By: jhi                                   on 2001/01/07  21:16:50
960         Log: Update the EPOC cross SDK URL.
961      Branch: perl
962            ! README.epoc
963 ____________________________________________________________________________
964 [  8357] By: jhi                                   on 2001/01/07  21:16:09
965         Log: Update the EPOC cross SDK URL.
966      Branch: maint-5.6/perl
967            ! README.epoc
968 ____________________________________________________________________________
969 [  8356] By: nick                                  on 2001/01/06  21:47:52
970         Log: FILE * in XS code for PerlIO world:
971              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
972              - Add FILE * T_STDIO typemap.
973              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
974      Branch: perlio
975            ! lib/ExtUtils/typemap perlio.c perlio.h
976 ____________________________________________________________________________
977 [  8355] By: jhi                                   on 2001/01/06  20:27:15
978         Log: integrate change #8336 from mainline
979              
980              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
981      Branch: maint-5.6/perl
982            ! hv.c
983 ____________________________________________________________________________
984 [  8354] By: jhi                                   on 2001/01/06  20:24:29
985         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
986              From: Robin Barker <rmb1@cise.npl.co.uk>
987              Date: Fri, 22 Dec 2000 12:17:38 GMT
988              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
989              
990              The patch reformats some long =item lines so they give
991              correct output via pod2man | nroff -man
992              
993              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
994              From: Robin Barker <rmb1@cise.npl.co.uk>
995              Date: Tue, 2 Jan 2001 15:35:03 GMT
996              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
997              
998              Here is a _further_ patch which corrects a few more errors:
999              * an empty C<=item> in CPAN.pm
1000              * patching the wrong file (pod/perlamiga.pod not README.amiga)
1001              * leaving empty C<=item>s which formatted incorrectly
1002              * over long C<=item>s revealed by latest patch to Pod::Man
1003      Branch: maint-5.6/perl
1004            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
1005            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
1006            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
1007            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
1008            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
1009            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
1010 ____________________________________________________________________________
1011 [  8353] By: jhi                                   on 2001/01/06  20:21:10
1012         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
1013              
1014              UTF-8 hash keys.
1015      Branch: maint-5.6/perl
1016            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
1017 ____________________________________________________________________________
1018 [  8352] By: jhi                                   on 2001/01/06  20:18:44
1019         Log: Forgotten from #8438.
1020      Branch: maint-5.6/perl
1021            ! epoc/epocish.h
1022 ____________________________________________________________________________
1023 [  8351] By: jhi                                   on 2001/01/06  20:18:12
1024         Log: Forgotten from #8347.
1025      Branch: maint-5.6/perl
1026            ! config_h.SH
1027 ____________________________________________________________________________
1028 [  8350] By: jhi                                   on 2001/01/06  20:00:19
1029         Log: Thinko in #8347.
1030      Branch: maint-5.6/perl
1031            ! regcomp.c
1032 ____________________________________________________________________________
1033 [  8349] By: jhi                                   on 2001/01/06  18:05:30
1034         Log: Copy the FAQ3 IDE section from the development branch,
1035              changes originally by Peter Prymmer.
1036      Branch: maint-5.6/perl
1037            ! pod/perlfaq3.pod
1038 ____________________________________________________________________________
1039 [  8348] By: jhi                                   on 2001/01/06  18:03:02
1040         Log: EPOC updates for TRIAL1.
1041              
1042              Subject: [5.6.1 trial1] EPOC update
1043              From: Olaf Flebbe <O.Flebbe@science-computing.de>
1044              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
1045              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
1046              
1047              Subject: epoc patch2 for perl-5.6.1-trial1
1048              From: Olaf Flebbe <O.Flebbe@science-computing.de>
1049              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
1050              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
1051      Branch: maint-5.6/perl
1052            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
1053            ! epoc/epocish.c
1054 ____________________________________________________________________________
1055 [  8347] By: jhi                                   on 2001/01/06  17:29:10
1056         Log: integrate changes #7710,7824,7973 from mainline,
1057              plus VMS nits from Peter Prymmer and Dan Sugalski.
1058              
1059              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
1060              library (getprotobyname and getprotobynumber are outversioned by
1061              the same calls in libc, at least for xlc version 3.
1062              
1063              Add HAS_SBRK_PROTO.
1064              
1065              Fixes for signedness warnings noticed by VMSperlers.
1066      Branch: maint-5.6/perl
1067            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1068            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
1069            ! sv.c vms/descrip_mms.template vos/config.alpha.def
1070            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
1071            ! win32/config.bc win32/config.gc win32/config.vc
1072 ____________________________________________________________________________
1073 [  8346] By: nick                                  on 2001/01/06  14:36:01
1074         Log: Fixup accumulated integrate muddles (perlio == devperl again)
1075      Branch: perlio
1076            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
1077 ____________________________________________________________________________
1078 [  8345] By: nick                                  on 2001/01/06  14:24:58
1079         Log: Integrate mainline
1080      Branch: perlio
1081           !> (integrate 55 files)
1082 ____________________________________________________________________________
1083 [  8344] By: jhi                                   on 2001/01/06  02:24:02
1084         Log: Subject: [patch] PerlIO_cleanup() prototype
1085              From: Doug MacEachern <dougm@covalent.net>
1086              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
1087              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
1088      Branch: perl
1089            ! perlio.h
1090 ____________________________________________________________________________
1091 [  8343] By: jhi                                   on 2001/01/06  01:04:09
1092         Log: IRIX compiler noticed that the bof initialization might be
1093              bypassed by control flow.
1094      Branch: perl
1095            ! toke.c
1096 ____________________________________________________________________________
1097 [  8342] By: jhi                                   on 2001/01/06  00:10:48
1098         Log: Update Changes.
1099      Branch: perl
1100            ! Changes patchlevel.h
1101 ____________________________________________________________________________
1102 [  8341] By: jhi                                   on 2001/01/05  23:52:33
1103         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
1104      Branch: perl
1105            ! toke.c
1106 ____________________________________________________________________________
1107 [  8340] By: jhi                                   on 2001/01/05  22:44:08
1108         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
1109              From: Radu Greab <radu@netsoft.ro>
1110              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
1111              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
1112      Branch: perl
1113            ! t/io/pipe.t util.c
1114 ____________________________________________________________________________
1115 [  8339] By: jhi                                   on 2001/01/05  22:35:17
1116         Log: Subject: [PATCH] format and rewording in perlfaq.pod
1117              From: Robin Barker <rmb1@cise.npl.co.uk>
1118              Date: Fri, 5 Jan 2001 18:51:20 GMT
1119              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
1120      Branch: perl
1121            ! pod/perlfaq.pod
1122 ____________________________________________________________________________
1123 [  8338] By: jhi                                   on 2001/01/05  22:31:17
1124         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
1125              From: Peter Prymmer <pvhp@forte.com>
1126              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
1127              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
1128      Branch: perl
1129            ! utils/perlbug.PL
1130 ____________________________________________________________________________
1131 [  8337] By: jhi                                   on 2001/01/05  18:15:11
1132         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
1133              From: Robin Barker <rmb1@cise.npl.co.uk>
1134              Date: Tue, 2 Jan 2001 15:24:07 GMT
1135              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
1136              
1137              If you call configure as C<./Configure> or C<sh ./Configure>,
1138              $src is set to the absolute path name, not '.'.
1139              
1140              This, in turn, means -Dmksymlink tries to do its stuff because
1141              it does not think it is in the src directory.
1142              
1143              (plus a metaconfig nitfix)
1144      Branch: metaconfig
1145            ! U/compline/ccflags.U U/modified/src.U
1146      Branch: perl
1147            ! Configure config_h.SH
1148 ____________________________________________________________________________
1149 [  8336] By: jhi                                   on 2001/01/05  17:48:32
1150         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
1151              From: Alan Burlison <Alan.Burlison@uk.sun.com>
1152              Message-ID: <3A5606C4.473D2226@uk.sun.com>
1153              Date: Fri, 05 Jan 2001 17:39:16 +0000
1154      Branch: perl
1155            ! hv.c
1156 ____________________________________________________________________________
1157 [  8335] By: jhi                                   on 2001/01/05  16:05:44
1158         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
1159      Branch: perl
1160            ! lib/Getopt/Long.pm
1161 ____________________________________________________________________________
1162 [  8334] By: jhi                                   on 2001/01/05  16:00:51
1163         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
1164              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
1165              Date: Fri, 05 Jan 2001 13:46:51 +0100
1166              Message-ID: <13693.978698811@nice.ram.loc>
1167              
1168              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
1169              accurate reading of the "atime".  
1170      Branch: perl
1171            ! t/io/fs.t
1172 ____________________________________________________________________________
1173 [  8333] By: jhi                                   on 2001/01/05  15:57:37
1174         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
1175              From: Simon Cozens <simon@cozens.net>
1176              Date: Fri, 8 Dec 2000 13:33:31 +0000
1177              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
1178              
1179              A lost patch fragment.
1180      Branch: perl
1181            ! doop.c
1182 ____________________________________________________________________________
1183 [  8332] By: jhi                                   on 2001/01/05  15:40:42
1184         Log: Do away with strncpy() and a fixed length buffer.
1185      Branch: perl
1186            ! utf8.c
1187 ____________________________________________________________________________
1188 [  8331] By: jhi                                   on 2001/01/05  15:03:07
1189         Log: Tests for #8329 and #8330.
1190      Branch: perl
1191            ! t/op/bop.t
1192 ____________________________________________________________________________
1193 [  8330] By: jhi                                   on 2001/01/05  15:02:38
1194         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
1195              raw 8-bit form to the UTF-8 string.
1196      Branch: perl
1197            ! toke.c
1198 ____________________________________________________________________________
1199 [  8329] By: jhi                                   on 2001/01/05  14:55:13
1200         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
1201              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
1202              Date: Fri, 5 Jan 2001 12:28:52 +0100
1203              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
1204              
1205              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
1206              no effect.  (changed the strncpy() to Copy())
1207      Branch: perl
1208            ! toke.c
1209 ____________________________________________________________________________
1210 [  8328] By: jhi                                   on 2001/01/05  06:44:27
1211         Log: UTF-8 cleanup.
1212      Branch: perl
1213            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
1214            ! regexec.c sv.c toke.c
1215 ____________________________________________________________________________
1216 [  8327] By: jhi                                   on 2001/01/05  01:11:29
1217         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')
1218              From: Radu Greab <radu@netsoft.ro>
1219              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
1220              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
1221              
1222              Cleans up Harness to not use FileHandle, which uses IO.
1223      Branch: perl
1224            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
1225 ____________________________________________________________________________
1226 [  8326] By: jhi                                   on 2001/01/05  00:56:37
1227         Log: Update Changes.
1228      Branch: perl
1229            ! Changes patchlevel.h
1230 ____________________________________________________________________________
1231 [  8325] By: jhi                                   on 2001/01/05  00:53:18
1232         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
1233              From: Peter Prymmer <pvhp@forte.com>
1234              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
1235              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
1236              
1237              plus a couple more tailing whitespace removals.
1238      Branch: perl
1239            ! win32/Makefile
1240 ____________________________________________________________________________
1241 [  8324] By: jhi                                   on 2001/01/05  00:47:39
1242         Log: Add some Unicode chop() tests.
1243      Branch: perl
1244            ! t/op/chop.t
1245 ____________________________________________________________________________
1246 [  8323] By: jhi                                   on 2001/01/05  00:47:23
1247         Log: Unify UTF-8 malformedness handling.
1248      Branch: perl
1249            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
1250 ____________________________________________________________________________
1251 [  8322] By: jhi                                   on 2001/01/04  22:21:54
1252         Log: The new $issymlink was unknown to Mksymlinks.
1253      Branch: metaconfig/U/perl
1254            ! Mksymlinks.U issymlink.U
1255      Branch: perl
1256            ! Configure config_h.SH
1257 ____________________________________________________________________________
1258 [  8321] By: jhi                                   on 2001/01/04  21:51:05
1259         Log: The test didn't work under the core test framework.
1260      Branch: perl
1261            ! t/lib/st-lock.t
1262 ____________________________________________________________________________
1263 [  8320] By: jhi                                   on 2001/01/04  21:14:22
1264         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
1265      Branch: perl
1266            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
1267 ____________________________________________________________________________
1268 [  8319] By: jhi                                   on 2001/01/04  20:46:17
1269         Log: Typo in #8312 when manually appying a problematic patch fragment.
1270      Branch: perl
1271            ! ext/Storable/Storable.xs
1272 ____________________________________________________________________________
1273 [  8318] By: jhi                                   on 2001/01/04  20:43:01
1274         Log: The $sh_c didn't fly.
1275      Branch: metaconfig
1276            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
1277            ! U/modified/Loc.U U/modified/myhostname.U
1278            ! U/modified/spitshell.U
1279      Branch: metaconfig/U/perl
1280            ! issymlink.U
1281      Branch: perl
1282            ! Configure config_h.SH
1283 ____________________________________________________________________________
1284 [  8317] By: jhi                                   on 2001/01/04  19:58:01
1285         Log: AIX builtin test -h is broken, changes based on
1286              
1287              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
1288              Date: Tue, 02 Jan 2001 11:24:39 +0100
1289              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1290              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
1291      Branch: metaconfig
1292            + U/modified/spitshell.U
1293            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
1294            ! U/modified/Loc.U U/modified/myhostname.U
1295      Branch: metaconfig/U/perl
1296            ! Mksymlinks.U issymlink.U
1297      Branch: perl
1298            ! Configure
1299 ____________________________________________________________________________
1300 [  8316] By: jhi                                   on 2001/01/04  19:02:22
1301         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
1302              From: Andy Dougherty <doughera@lafayette.edu>
1303              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
1304              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
1305              
1306              Beware of GNU ld.
1307      Branch: perl
1308            ! hints/solaris_2.sh
1309 ____________________________________________________________________________
1310 [  8315] By: jhi                                   on 2001/01/04  18:56:48
1311         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
1312              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
1313              Date: Wed, 3 Jan 2001 07:58:51 +0100
1314              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
1315      Branch: perl
1316            ! hints/solaris_2.sh
1317 ____________________________________________________________________________
1318 [  8314] By: jhi                                   on 2001/01/04  18:54:07
1319         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
1320              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
1321              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
1322              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
1323              
1324              Doc tweak on #8313.
1325      Branch: perl
1326            ! ext/B/B/Deparse.pm
1327 ____________________________________________________________________________
1328 [  8313] By: jhi                                   on 2001/01/04  18:52:27
1329         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
1330              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
1331              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
1332              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
1333              
1334              Make the peephole optimizer to bypass more null ops and
1335              and rewrite the deparse handling of continue blocks.
1336      Branch: perl
1337            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
1338 ____________________________________________________________________________
1339 [  8312] By: jhi                                   on 2001/01/04  18:47:39
1340         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
1341      Branch: perl
1342            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
1343            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
1344            ! t/lib/st-lock.t
1345 ____________________________________________________________________________
1346 [  8311] By: jhi                                   on 2001/01/04  18:36:08
1347         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
1348              filter to be run on each .pm during the pm_to_blib() phase,
1349              a fixed version of
1350              
1351              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
1352              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
1353              Date: Wed, 03 Jan 2001 22:01:30 +0100
1354              Message-ID: <5296.978555690@nice.ram.loc>
1355      Branch: perl
1356            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
1357            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
1358            ! lib/ExtUtils/MakeMaker.pm
1359 ____________________________________________________________________________
1360 [  8310] By: jhi                                   on 2001/01/04  18:32:54
1361         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
1362              From: Robin Barker <rmb1@cise.npl.co.uk>
1363              Date: Tue, 2 Jan 2001 15:35:03 GMT
1364              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
1365      Branch: perl
1366            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
1367            ! pod/perlrequick.pod
1368 ____________________________________________________________________________
1369 [  8309] By: jhi                                   on 2001/01/04  18:29:07
1370         Log: Subject: Re: [patch] static-ize XS()
1371              From: Doug MacEachern <dougm@covalent.net>
1372              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
1373              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
1374              
1375              Provide prototypes for the XS functions.
1376      Branch: perl
1377            ! lib/ExtUtils/xsubpp
1378 ____________________________________________________________________________
1379 [  8308] By: jhi                                   on 2001/01/04  18:27:44
1380         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
1381              From: Doug MacEachern <dougm@covalent.net>
1382              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
1383              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
1384      Branch: perl
1385            ! lib/ExtUtils/typemap
1386 ____________________________________________________________________________
1387 [  8307] By: jhi                                   on 2001/01/04  18:25:25
1388         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
1389              From: Doug MacEachern <dougm@covalent.net>
1390              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
1391              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
1392              
1393              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
1394      Branch: perl
1395            ! lib/ExtUtils/MM_Unix.pm
1396 ____________________________________________________________________________
1397 [  8306] By: jhi                                   on 2001/01/04  18:23:00
1398         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
1399              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
1400              Date: Thu, 4 Jan 2001 12:47:10 +0100 
1401              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
1402              
1403              The toke.c part only, patching embed.h and proto.h is futile.
1404      Branch: perl
1405            ! toke.c
1406 ____________________________________________________________________________
1407 [  8305] By: jhi                                   on 2001/01/04  18:05:51
1408         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
1409              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
1410              Date: Thu, 4 Jan 2001 17:50:12 +0100 
1411              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
1412      Branch: perl
1413            ! toke.c
1414 ____________________________________________________________________________
1415 [  8304] By: jhi                                   on 2001/01/04  18:03:26
1416         Log: Subject: [PATCH perl@8269]
1417              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
1418              Date: Thu, 4 Jan 2001 12:53:39 +0100 
1419              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
1420              
1421              If running byacc write-enable also perly.h.
1422      Branch: perl
1423            ! Makefile.SH
1424 ____________________________________________________________________________
1425 [  8303] By: jhi                                   on 2001/01/04  15:40:49
1426         Log: Rewrite pp_concat() in terms of sv_catsv().
1427      Branch: perl
1428            ! pp_hot.c
1429 ____________________________________________________________________________
1430 [  8302] By: nick                                  on 2001/01/03  22:43:22
1431         Log: Integrate mainline.
1432      Branch: perlio
1433           !> ext/Encode/Encode.xs sv.c utf8.c
1434 ____________________________________________________________________________
1435 [  8301] By: jhi                                   on 2001/01/02  23:40:26
1436         Log: Variable naming tweak.
1437      Branch: perl
1438            ! sv.c
1439 ____________________________________________________________________________
1440 [  8300] By: jhi                                   on 2001/01/02  23:40:02
1441         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
1442              in is_utf8_string().
1443      Branch: perl
1444            ! utf8.c
1445 ____________________________________________________________________________
1446 [  8299] By: jhi                                   on 2001/01/02  22:14:40
1447         Log: Integrate perlio.
1448      Branch: perl
1449           !> pp.c pp_hot.c win32/Makefile
1450 ____________________________________________________________________________
1451 [  8298] By: nick                                  on 2001/01/02  22:03:06
1452         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
1453      Branch: perlio
1454            ! pp.c pp_hot.c
1455 ____________________________________________________________________________
1456 [  8297] By: jhi                                   on 2001/01/02  04:26:28
1457         Log: Signedness nit.
1458      Branch: perl
1459            ! ext/Encode/Encode.xs
1460 ____________________________________________________________________________
1461 [  8296] By: nick                                  on 2001/01/01  23:49:36
1462         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
1463      Branch: perlio
1464            ! win32/Makefile
1465 ____________________________________________________________________________
1466 [  8295] By: jhi                                   on 2001/01/01  23:05:48
1467         Log: Integrate perlio.
1468      Branch: perl
1469           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
1470           !> t/lib/encode.t
1471 ____________________________________________________________________________
1472 [  8294] By: nick                                  on 2001/01/01  22:48:34
1473         Log: Integrate mainline
1474      Branch: perlio
1475            ! pp_hot.c t/lib/encode.t
1476           !> (integrate 65 files)
1477 ____________________________________________________________________________
1478 [  8293] By: nick                                  on 2001/01/01  21:58:50
1479         Log: More rigor in UTF-8-ness of Encode's toUnicode
1480              XS export some of the utf8 internal functions.
1481              Test some of the functions.
1482              Fix pp_concat() bug shown by said tests.
1483      Branch: perlio
1484            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
1485            ! t/lib/encode.t
1486 ____________________________________________________________________________
1487 [  8292] By: jhi                                   on 2001/01/01  18:11:44
1488         Log: Integrate perlio.
1489      Branch: perl
1490           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
1491           !> ext/Encode/encengine.c ext/Encode/encode.h
1492 ____________________________________________________________________________
1493 [  8291] By: jhi                                   on 2001/01/01  18:10:58
1494         Log: Podify README.mpeix (a new version from the web),
1495              add a dummy NAME to Carp::Heavy, regen toc.
1496      Branch: perl
1497            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
1498            ! pod/perltoc.pod
1499 ____________________________________________________________________________
1500 [  8290] By: nick                                  on 2001/01/01  17:43:47
1501         Log: Loose the "Loading..." warning.
1502              Another bug in fallback support
1503      Branch: perlio
1504            ! ext/Encode/Encode.pm ext/Encode/encengine.c
1505 ____________________________________________________________________________
1506 [  8289] By: jhi                                   on 2001/01/01  00:01:57
1507         Log: Bump up Larry's copyright.
1508      Branch: perl
1509            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
1510            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
1511            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
1512            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
1513            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
1514            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
1515            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
1516            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
1517 ____________________________________________________________________________
1518 [  8288] By: nick                                  on 2000/12/31  21:27:53
1519         Log: Fix .ucm reading - forgot a chr()
1520              Start of .ucm write (for .enc to .ucm)
1521      Branch: perlio
1522            ! ext/Encode/compile
1523 ____________________________________________________________________________
1524 [  8287] By: jhi                                   on 2000/12/31  18:15:56
1525         Log: Comment away a diagnostic message as noted by Craig A. Berry
1526              (the unexpected message was confusing testing)
1527      Branch: perl
1528            ! ext/Encode/Encode.pm
1529 ____________________________________________________________________________
1530 [  8286] By: jhi                                   on 2000/12/31  18:14:51
1531         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
1532              Date: Sun, 31 Dec 2000 11:17:37 -0600
1533              From: "Craig A. Berry" <craigberry@mac.com>
1534              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
1535      Branch: perl
1536            ! ext/Encode/Makefile.PL
1537 ____________________________________________________________________________
1538 [  8285] By: nick                                  on 2000/12/31  18:11:54
1539         Log: Start of support of ICU-style .ucm files:
1540              - teach compile how to read a .ucm file
1541              - first guess at how to represent fallbacks in "tries".
1542              - use fallbacks if check == 0
1543              - new return code to indicate we used one.
1544      Branch: perlio
1545            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
1546            ! ext/Encode/encengine.c ext/Encode/encode.h
1547 ____________________________________________________________________________
1548 [  8284] By: jhi                                   on 2000/12/31  18:04:41
1549         Log: Pacify picky VMS compiler.
1550              
1551              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
1552              From: "Craig A. Berry" <craig.berry@psinetcs.com>
1553              Date: Sat, 30 Dec 2000 18:10:02 -0600
1554              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
1555      Branch: perl
1556            ! sv.c
1557 ____________________________________________________________________________
1558 [  8283] By: jhi                                   on 2000/12/31  16:11:47
1559         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
1560      Branch: perl
1561            ! t/lib/glob-basic.t
1562 ____________________________________________________________________________
1563 [  8282] By: jhi                                   on 2000/12/31  15:26:11
1564         Log: Integrate perlio.
1565      Branch: perl
1566           !> makedef.pl opcode.pl os2/os2.c perlio.c
1567 ____________________________________________________________________________
1568 [  8281] By: nick                                  on 2000/12/31  10:06:15
1569         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
1570              is available to be exported
1571      Branch: perlio
1572            ! makedef.pl perlio.c
1573 ____________________________________________________________________________
1574 [  8280] By: nick                                  on 2000/12/31  09:41:26
1575         Log: Ilya's OS2 patch (testing for damage on Win32)
1576      Branch: perlio
1577            ! makedef.pl opcode.pl os2/os2.c
1578 ____________________________________________________________________________
1579 [  8279] By: jhi                                   on 2000/12/30  21:52:07
1580         Log: Test nits.
1581      Branch: perl
1582            ! t/lib/syslfs.t t/op/lfs.t
1583 ____________________________________________________________________________
1584 [  8278] By: jhi                                   on 2000/12/30  21:47:49
1585         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
1586              From: andreas.koenig@anima.de (Andreas J. Koenig)
1587              Date: 30 Dec 2000 22:35:37 +0100
1588              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
1589              
1590              The 32-bit wraparound test wasn't quite right.
1591      Branch: perl
1592            ! t/lib/syslfs.t t/op/lfs.t
1593 ____________________________________________________________________________
1594 [  8277] By: jhi                                   on 2000/12/30  21:33:44
1595         Log: Subject: [PATCH] open() example in perlfunc.pod 
1596              From: Karsten Sperling <s_sperli@ira.uka.de>
1597              Date: Sat, 30 Dec 2000 22:27:09 +0100
1598              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
1599      Branch: perl
1600            ! pod/perlfunc.pod
1601 ____________________________________________________________________________
1602 [  8276] By: jhi                                   on 2000/12/30  20:32:40
1603         Log: Not quite that many tests yet.
1604      Branch: perl
1605            ! t/op/pat.t
1606 ____________________________________________________________________________
1607 [  8275] By: jhi                                   on 2000/12/30  20:26:58
1608         Log: Integrate perlio.
1609      Branch: perl
1610           !> toke.c
1611 ____________________________________________________________________________
1612 [  8274] By: jhi                                   on 2000/12/30  20:24:56
1613         Log: Signedness nit.
1614      Branch: perl
1615            ! utf8.c
1616 ____________________________________________________________________________
1617 [  8273] By: jhi                                   on 2000/12/30  20:15:46
1618         Log: Add a test case for 20000731.001 which was fixed by the #8267.
1619      Branch: perl
1620            ! t/op/pat.t
1621 ____________________________________________________________________________
1622 [  8272] By: nick                                  on 2000/12/30  19:47:51
1623         Log: Tweak for MULTIPLICITY/USE_PERLIO
1624      Branch: perlio
1625            ! toke.c
1626 ____________________________________________________________________________
1627 [  8271] By: nick                                  on 2000/12/30  19:46:45
1628         Log: Integrate mainline
1629      Branch: perlio
1630           +> lib/unicode/distinct.pm
1631           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
1632           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
1633           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
1634 ____________________________________________________________________________
1635 [  8270] By: jhi                                   on 2000/12/30  19:39:50
1636         Log: Subject: RE: perl@8269
1637              From: "Richard Soderberg" <rs@crystalflame.net>
1638              Date: Sat, 30 Dec 2000 11:36:27 -0800
1639              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
1640              
1641              A missing aTHX_.
1642      Branch: perl
1643            ! toke.c
1644 ____________________________________________________________________________
1645 [  8269] By: jhi                                   on 2000/12/30  18:55:48
1646         Log: Update Changes.
1647      Branch: perl
1648            ! Changes patchlevel.h
1649 ____________________________________________________________________________
1650 [  8268] By: jhi                                   on 2000/12/30  17:18:40
1651         Log: Add a test for Unicode split //.  The #8267 was the cure.
1652      Branch: perl
1653            ! t/op/split.t
1654 ____________________________________________________________________________
1655 [  8267] By: jhi                                   on 2000/12/30  17:14:19
1656         Log: Subject: more UTF8 test suites and an UTF8 patch
1657              From: Inaba Hiroto <inaba@st.rim.or.jp>
1658              Date: Sat, 30 Dec 2000 14:27:10 +0900
1659              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
1660              
1661              Just the patch part for now, and the pragma renamed
1662              as unicode::distinct.
1663      Branch: perl
1664            + lib/unicode/distinct.pm
1665            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
1666            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
1667            ! regcomp.h regexec.c sv.c toke.c utf8.c
1668 ____________________________________________________________________________
1669 [  8266] By: nick                                  on 2000/12/30  16:40:49
1670         Log: Integrate mainline
1671      Branch: perlio
1672           +> lib/Pod/Text/Overstrike.pm
1673           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
1674           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
1675           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
1676           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
1677           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
1678 ____________________________________________________________________________
1679 [  8265] By: jhi                                   on 2000/12/30  07:28:55
1680         Log: The sv_catsv() fix, take two.
1681      Branch: perl
1682            ! sv.c t/op/join.t
1683 ____________________________________________________________________________
1684 [  8264] By: jhi                                   on 2000/12/30  06:19:18
1685         Log: Undo all the join-related changes since #8248: relevant
1686              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
1687              The new sv_catsv() doesn't fly so it must go back to
1688              the drawing board.
1689      Branch: perl
1690            ! sv.c t/op/join.t t/pragma/utf8.t
1691 ____________________________________________________________________________
1692 [  8263] By: jhi                                   on 2000/12/30  01:08:32
1693         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
1694      Branch: perl
1695            ! sv.c
1696 ____________________________________________________________________________
1697 [  8262] By: jhi                                   on 2000/12/30  00:45:14
1698         Log: Retract #8261.
1699      Branch: perl
1700            ! hv.c util.c
1701 ____________________________________________________________________________
1702 [  8261] By: jhi                                   on 2000/12/30  00:38:32
1703         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
1704      Branch: perl
1705            ! hv.c util.c
1706 ____________________________________________________________________________
1707 [  8260] By: jhi                                   on 2000/12/29  22:51:33
1708         Log: (Retracted by #8264)  More fixing for #8251.
1709      Branch: perl
1710            ! sv.c
1711 ____________________________________________________________________________
1712 [  8259] By: jhi                                   on 2000/12/29  18:27:30
1713         Log: Subject: podlators 1.06 released
1714              From: Russ Allbery <rra@stanford.edu>
1715              Date: 25 Dec 2000 05:09:30 -0800
1716              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
1717      Branch: perl
1718            + lib/Pod/Text/Overstrike.pm
1719            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
1720            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
1721 ____________________________________________________________________________
1722 [  8258] By: jhi                                   on 2000/12/29  18:20:45
1723         Log: Make the large file tests more robust/talkative as suggested by
1724              
1725              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
1726              From: andreas.koenig@anima.de (Andreas J. Koenig)
1727              Date: 29 Dec 2000 14:23:01 +0100
1728              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
1729      Branch: perl
1730            ! t/lib/syslfs.t t/op/lfs.t
1731 ____________________________________________________________________________
1732 [  8257] By: jhi                                   on 2000/12/29  17:48:04
1733         Log: Further VMS piping fixes from Charles Lane:
1734              
1735              In summary, error messages produced when a subprocess terminated
1736              abnormally were being sent not just to the parent process, but to
1737              grandparents, because of default values for error output that were
1738              not completely overridden when the subprocess was started.
1739              
1740              This patch fixes this behavior by defining user-mode (i.e., temporary
1741              for the duration of the program) logical names for SYS$OUTPUT and
1742              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
1743              changes to make it so that the user-mode logicals are the ones that
1744              control where Perl's error messages go if it terminates abnormally.
1745              
1746              I also added some gratuitous fixes to the indentation of braces in
1747              the piping code.  It just looked ugly, before.
1748      Branch: perl
1749            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
1750 ____________________________________________________________________________
1751 [  8256] By: jhi                                   on 2000/12/29  17:45:12
1752         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
1753              From: "Casey R. Tweten" <crt@kiski.net>
1754              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
1755              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
1756              
1757              Tests for for #8240.
1758      Branch: perl
1759            ! t/pragma/constant.t
1760 ____________________________________________________________________________
1761 [  8255] By: jhi                                   on 2000/12/29  17:43:07
1762         Log: Subject: Re: [PATCH] Interesting syntax idea
1763              From: Simon Cozens <simon@cozens.net>
1764              Date: Fri, 29 Dec 2000 14:34:04 +0000
1765              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
1766              
1767              Tests for #8254.
1768      Branch: perl
1769            ! t/pragma/sub_lval.t
1770 ____________________________________________________________________________
1771 [  8254] By: jhi                                   on 2000/12/29  17:42:11
1772         Log: Subject: [PATCH] Interesting syntax idea
1773              From: Simon Cozens <simon@cozens.net>
1774              Date: Wed, 27 Dec 2000 05:08:57 +0000
1775              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
1776              
1777              Make opens + bareword assigns do typeglob assigns.
1778      Branch: perl
1779            ! op.c
1780 ____________________________________________________________________________
1781 [  8253] By: jhi                                   on 2000/12/29  17:36:45
1782         Log: Output the (apparent) version of gcc, as suggested by
1783              
1784              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
1785              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
1786              Date: 26 Dec 2000 04:29:17 -0500
1787              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
1788              
1789              (The patch as such didn't any more apply as the misparsing had
1790              already been addressed in #6474.)  Also change the wording about
1791              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
1792      Branch: perl
1793            ! hints/dec_osf.sh
1794 ____________________________________________________________________________
1795 [  8252] By: nick                                  on 2000/12/29  12:14:31
1796         Log: Integrate mainline
1797      Branch: perlio
1798           !> (integrate 27 files)
1799 ____________________________________________________________________________
1800 [  8251] By: jhi                                   on 2000/12/29  08:45:46
1801         Log: (Retracted by #8264)
1802              
1803              (Fixed by #8260.)
1804              
1805              sv_catsv() needs one more byte space than seems reasonable.
1806              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
1807              Curiouser and curiouser.
1808      Branch: perl
1809            ! sv.c
1810 ____________________________________________________________________________
1811 [  8250] By: jhi                                   on 2000/12/29  07:57:52
1812         Log: More split // UTF-8 tests.
1813      Branch: perl
1814            ! t/pragma/utf8.t
1815 ____________________________________________________________________________
1816 [  8249] By: jhi                                   on 2000/12/29  07:54:51
1817         Log: (Retracted by #8264)  More join() testing which was good because
1818              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
1819      Branch: perl
1820            ! pp.c t/op/join.t utf8.c utf8.h
1821 ____________________________________________________________________________
1822 [  8248] By: jhi                                   on 2000/12/29  07:08:32
1823         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
1824              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
1825              that the only cases to care about are byte+byte and byte+character.
1826              
1827              TODO: See how well pp_concat() could be implemented in terms
1828              of sv_catsv().
1829      Branch: perl
1830            ! doop.c sv.c t/op/join.t utf8.h
1831 ____________________________________________________________________________
1832 [  8247] By: jhi                                   on 2000/12/29  06:35:23
1833         Log: Signedness nit.
1834      Branch: perl
1835            ! pp_hot.c
1836 ____________________________________________________________________________
1837 [  8246] By: jhi                                   on 2000/12/29  01:23:31
1838         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
1839              From: Lupe Christoph <lupe@lupe-christoph.de>
1840              Date: Thu, 28 Dec 2000 23:00:00 +0100
1841              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
1842              
1843              Suggest rsync --delete --dry-run.
1844      Branch: perl
1845            ! pod/perlhack.pod
1846 ____________________________________________________________________________
1847 [  8245] By: jhi                                   on 2000/12/28  23:57:05
1848         Log: The maxiters upper limit sanity check (guarding against
1849              non-progress) assumed bytes instead of characters in s///
1850              and split().
1851      Branch: perl
1852            ! pp.c pp_hot.c
1853 ____________________________________________________________________________
1854 [  8244] By: jhi                                   on 2000/12/28  23:34:08
1855         Log: Make some panic messages a bit more logical.
1856      Branch: perl
1857            ! doop.c pod/perldiag.pod pp.c pp_hot.c
1858 ____________________________________________________________________________
1859 [  8243] By: jhi                                   on 2000/12/28  22:59:16
1860         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
1861              From: Simon Cozens <simon@cozens.net>
1862              Date: Wed, 27 Dec 2000 02:30:03 +0000
1863              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
1864      Branch: perl
1865            ! pp.c t/pragma/sub_lval.t
1866 ____________________________________________________________________________
1867 [  8242] By: jhi                                   on 2000/12/28  22:56:53
1868         Log: Subject: [PATCH blead] Fix B::Terse indentation
1869              From: Daniel Chetlin <daniel@chetlin.com>
1870              Date: Wed, 27 Dec 2000 06:43:30 -0800
1871              Message-ID: <20001227064329.B9573@darkstar>
1872      Branch: perl
1873            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
1874 ____________________________________________________________________________
1875 [  8241] By: jhi                                   on 2000/12/28  22:48:59
1876         Log: The latter patch from the
1877              
1878              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
1879              From: Peter Prymmer <pvhp@forte.com> 
1880              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
1881              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
1882              
1883              (the former patch from the above should have been
1884              taken care of by Nick I-S)
1885      Branch: perl
1886            ! win32/Makefile
1887 ____________________________________________________________________________
1888 [  8240] By: jhi                                   on 2000/12/28  22:45:22
1889         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
1890              From: "Casey R. Tweten" <crt@kiski.net>
1891              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
1892              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
1893      Branch: perl
1894            ! lib/constant.pm
1895 ____________________________________________________________________________
1896 [  8239] By: jhi                                   on 2000/12/28  22:37:45
1897         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
1898              From: Simon Cozens <simon@cozens.net>
1899              Date: Wed, 27 Dec 2000 14:12:44 +0000
1900              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
1901      Branch: perl
1902            ! t/op/method.t t/op/sort.t toke.c
1903 ____________________________________________________________________________
1904 [  8238] By: jhi                                   on 2000/12/28  22:30:32
1905         Log: Subject: [PATCH perl@8229] Call.pm
1906              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
1907              Date: Mon, 25 Dec 2000 10:47:15 -0000
1908              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
1909      Branch: perl
1910            ! ext/Filter/Util/Call/Call.pm
1911 ____________________________________________________________________________
1912 [  8237] By: jhi                                   on 2000/12/28  22:19:21
1913         Log: Subject: [PATCH blead] Fix problem with `&' prototype
1914              From: Daniel Chetlin <daniel@chetlin.com>
1915              Date: Wed, 27 Dec 2000 15:55:32 -0800
1916              Message-ID: <20001227155532.D9573@darkstar>
1917      Branch: perl
1918            ! op.c t/comp/proto.t
1919 ____________________________________________________________________________
1920 [  8236] By: jhi                                   on 2000/12/28  22:09:25
1921         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
1922              From: Daniel Chetlin <daniel@chetlin.com>
1923              Date: Sun, 24 Dec 2000 04:09:49 -0800
1924              Message-ID: <20001224040949.B3090@darkstar>
1925      Branch: perl
1926            ! gv.c mg.c t/op/attrs.t
1927 ____________________________________________________________________________
1928 [  8235] By: jhi                                   on 2000/12/28  22:07:11
1929         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
1930              From: Jan Dubois <jand@ActiveState.com>
1931              Date: Tue, 26 Dec 2000 20:57:31 -0800
1932              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
1933      Branch: perl
1934            ! win32/win32.c
1935 ____________________________________________________________________________
1936 [  8234] By: jhi                                   on 2000/12/28  21:52:42
1937         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
1938              From: Simon Cozens <simon@cozens.net>
1939              Date: Thu, 28 Dec 2000 20:33:13 +0000
1940              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
1941      Branch: perl
1942            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
1943 ____________________________________________________________________________
1944 [  8233] By: jhi                                   on 2000/12/28  19:40:49
1945         Log: Integrate perlio.
1946      Branch: perl
1947           !> ext/Encode/Makefile.PL ext/Encode/compile
1948 ____________________________________________________________________________
1949 [  8232] By: nick                                  on 2000/12/23  16:06:00
1950         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
1951              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
1952      Branch: perlio
1953            ! ext/Encode/Makefile.PL
1954 ____________________________________________________________________________
1955 [  8231] By: nick                                  on 2000/12/23  14:30:34
1956         Log: "Compiled" encode build cleanup
1957              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
1958              - .c files do not export sub-tables
1959      Branch: perlio
1960            ! ext/Encode/Makefile.PL ext/Encode/compile
1961 ____________________________________________________________________________
1962 [  8230] By: nick                                  on 2000/12/23  12:50:37
1963         Log: Integrate mainline
1964      Branch: perlio
1965           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
1966           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
1967           !> pod/perl5004delta.pod pod/perl5005delta.pod
1968           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
1969           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
1970           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
1971           !> pod/perlsub.pod
1972 ____________________________________________________________________________
1973 [  8229] By: jhi                                   on 2000/12/22  15:32:12
1974         Log: Integrate perlio.
1975      Branch: perl
1976           +> win32/distclean.bat
1977           !> MANIFEST t/io/utf8.t
1978 ____________________________________________________________________________
1979 [  8228] By: jhi                                   on 2000/12/22  15:29:40
1980         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
1981              From: Robin Barker <rmb1@cise.npl.co.uk>
1982              Date: Fri, 22 Dec 2000 12:17:38 GMT
1983              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
1984      Branch: perl
1985            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
1986            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
1987            ! pod/perl5004delta.pod pod/perl5005delta.pod
1988            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
1989            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
1990            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
1991            ! pod/perlsub.pod
1992 ____________________________________________________________________________
1993 [  8227] By: jhi                                   on 2000/12/22  15:24:28
1994         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
1995              From: "John L. Allen" <allen@grumman.com>
1996              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
1997              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
1998              
1999              Document APPLLIB_EXP.
2000      Branch: perl
2001            ! INSTALL
2002 ____________________________________________________________________________
2003 [  8226] By: nick                                  on 2000/12/21  22:11:50
2004         Log: Handy script for when one forgets to "dmake clean" 
2005      Branch: perlio
2006            + win32/distclean.bat
2007            ! MANIFEST
2008 ____________________________________________________________________________
2009 [  8225] By: nick                                  on 2000/12/21  21:54:04
2010         Log: CRLF platform issue with io/utf8 fix.
2011      Branch: perlio
2012            ! t/io/utf8.t
2013 ____________________________________________________________________________
2014 [  8224] By: nick                                  on 2000/12/21  21:02:20
2015         Log: Integrate mainline
2016      Branch: perlio
2017           !> Changes Configure Makefile.SH Porting/Glossary
2018           !> Porting/config.sh Porting/config_H configure.com
2019           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
2020           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
2021           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
2022           !> win32/config.bc win32/config.gc win32/config.vc
2023 ____________________________________________________________________________
2024 [  8223] By: jhi                                   on 2000/12/21  17:09:16
2025         Log: Update Changes.
2026      Branch: perl
2027            ! Changes patchlevel.h
2028 ____________________________________________________________________________
2029 [  8222] By: jhi                                   on 2000/12/21  16:24:01
2030         Log: Metaconfig unit changes for #8221.
2031      Branch: metaconfig/U/perl
2032           +> issymlink.U
2033            - testsyml.U
2034            ! Mksymlinks.U
2035 ____________________________________________________________________________
2036 [  8221] By: jhi                                   on 2000/12/21  16:23:48
2037         Log: Rename testsyml to issymlink.
2038      Branch: perl
2039            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2040            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
2041            ! win32/config.vc
2042 ____________________________________________________________________________
2043 [  8220] By: jhi                                   on 2000/12/21  15:47:26
2044         Log: Robustness support for #8218 (symlink forest) since the GNU
2045              tools seem to be overly picky about symlinkage depths.
2046      Branch: perl
2047            ! Makefile.SH t/io/fs.t
2048 ____________________________________________________________________________
2049 [  8219] By: jhi                                   on 2000/12/21  15:38:27
2050         Log: Metaconfig changes for #8218.
2051      Branch: metaconfig
2052            ! U/modified/Oldconfig.U
2053      Branch: metaconfig/U/perl
2054            + Mksymlinks.U
2055            ! testsyml.U
2056 ____________________________________________________________________________
2057 [  8218] By: jhi                                   on 2000/12/21  15:37:57
2058         Log: Add Configure option -Dmksymlinks which will create a symlink
2059              forest if the current/build differs from the source directory.
2060              TODO: mkdir -p is not portable.
2061      Branch: perl
2062            ! Configure
2063 ____________________________________________________________________________
2064 [  8217] By: jhi                                   on 2000/12/21  14:39:12
2065         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
2066              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
2067              Date: Thu, 21 Dec 2000 09:38:18 GMT
2068              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
2069              
2070              The ofs became an SV.
2071      Branch: perl
2072            ! ext/Thread/Thread.xs
2073 ____________________________________________________________________________
2074 [  8216] By: jhi                                   on 2000/12/21  05:40:21
2075         Log: The polymorphism seems to have fixed 20000517.001.
2076      Branch: perl
2077            ! t/pragma/utf8.t
2078 ____________________________________________________________________________
2079 [  8215] By: jhi                                   on 2000/12/21  04:44:52
2080         Log: read() documentation tweak for 20001121.004.
2081      Branch: perl
2082            ! pod/perlfunc.pod
2083 ____________________________________________________________________________
2084 [  8214] By: jhi                                   on 2000/12/21  03:54:11
2085         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
2086      Branch: perl
2087            ! pp_sys.c t/op/misc.t
2088 ____________________________________________________________________________
2089 [  8213] By: jhi                                   on 2000/12/21  00:28:10
2090         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
2091              From: Peter Prymmer <pvhp@forte.com>
2092              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
2093              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
2094      Branch: perl
2095            ! configure.com
2096 ____________________________________________________________________________
2097 [  8212] By: jhi                                   on 2000/12/21  00:26:21
2098         Log: Edit edit edit.
2099      Branch: perl
2100            ! pod/perlfaq3.pod
2101 ____________________________________________________________________________
2102 [  8211] By: jhi                                   on 2000/12/20  18:52:46
2103         Log: Update Changes.
2104      Branch: perl
2105            ! Changes patchlevel.h
2106 ____________________________________________________________________________
2107 [  8210] By: jhi                                   on 2000/12/20  18:34:47
2108         Log: Yet another editor edit.
2109      Branch: perl
2110            ! pod/perlfaq3.pod
2111 ____________________________________________________________________________
2112 [  8209] By: jhi                                   on 2000/12/20  15:33:28
2113         Log: More Win32 Perling.
2114      Branch: perl
2115            ! pod/perlfaq3.pod
2116 ____________________________________________________________________________
2117 [  8208] By: jhi                                   on 2000/12/20  15:07:46
2118         Log: More Win32 editor/IDE/shell hints.
2119      Branch: perl
2120            ! pod/perlfaq3.pod
2121 ____________________________________________________________________________
2122 [  8207] By: jhi                                   on 2000/12/20  03:54:08
2123         Log: Subject: [PATCH] obscure timing knowledge
2124              From: Nicholas Clark <nick@ccl4.org>
2125              Date: Tue, 19 Dec 2000 19:22:31 +0000
2126              Message-ID: <20001219192231.F2827@plum.flirble.org>
2127      Branch: perl
2128            ! sv.c
2129 ____________________________________________________________________________
2130 [  8206] By: jhi                                   on 2000/12/20  03:45:57
2131         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
2132              From: Spider Boardman <spider@leggy.zk3.dec.com>
2133              Date: Tue, 19 Dec 2000 21:30:16 -0500
2134              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
2135      Branch: perl
2136            ! sv.c
2137 ____________________________________________________________________________
2138 [  8205] By: jhi                                   on 2000/12/19  23:02:01
2139         Log: Update Changes.
2140      Branch: perl
2141            ! Changes patchlevel.h
2142 ____________________________________________________________________________
2143 [  8204] By: jhi                                   on 2000/12/19  22:58:18
2144         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
2145              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
2146              on editors and diffing/patching.
2147      Branch: perl
2148            ! t/op/utf8decode.t
2149 ____________________________________________________________________________
2150 [  8203] By: nick                                  on 2000/12/19  21:36:16
2151         Log: Integrate mainline (forgot my own change...)
2152      Branch: perlio
2153           !> ext/Encode/compile
2154 ____________________________________________________________________________
2155 [  8202] By: nick                                  on 2000/12/19  21:34:42
2156         Log: Integrate mainline.
2157      Branch: perlio
2158           !> (integrate 61 files)
2159 ____________________________________________________________________________
2160 [  8201] By: nick                                  on 2000/12/19  21:34:06
2161         Log: Avoid looking for File::Glob when we don't need it.
2162      Branch: perl
2163            ! ext/Encode/compile
2164 ____________________________________________________________________________
2165 [  8200] By: jhi                                   on 2000/12/19  18:35:49
2166         Log: Update Changes.
2167      Branch: perl
2168            ! Changes patchlevel.h
2169 ____________________________________________________________________________
2170 [  8199] By: jhi                                   on 2000/12/19  18:35:07
2171         Log: Microperl tweaks.
2172      Branch: perl
2173            ! sv.c uconfig.h uconfig.sh
2174 ____________________________________________________________________________
2175 [  8198] By: jhi                                   on 2000/12/19  18:29:59
2176         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
2177      Branch: perl
2178            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2179            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
2180 ____________________________________________________________________________
2181 [  8197] By: jhi                                   on 2000/12/19  17:55:29
2182         Log: In VMS embedded perls couldn't access the statically built Socket,
2183              from Charles Lane.
2184      Branch: perl
2185            ! configure.com
2186 ____________________________________________________________________________
2187 [  8196] By: jhi                                   on 2000/12/19  17:49:50
2188         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
2189              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
2190              Date: Sun, 17 Dec 2000 19:11:44 -0000
2191              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
2192      Branch: perl
2193            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
2194            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
2195 ____________________________________________________________________________
2196 [  8195] By: jhi                                   on 2000/12/19  17:47:53
2197         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
2198              From: Jonathan Stowe <gellyfish@gellyfish.com>
2199              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
2200              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
2201      Branch: perl
2202            ! utils/h2xs.PL
2203 ____________________________________________________________________________
2204 [  8194] By: jhi                                   on 2000/12/19  17:46:28
2205         Log: Subject: Re: useless use of void context work-around
2206              From: andreas.koenig@anima.de (Andreas J. Koenig)
2207              Date: 16 Dec 2000 15:13:36 +0100
2208              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
2209              
2210              Document (comment) the q(di ds ig) trick in the code.
2211      Branch: perl
2212            ! op.c
2213 ____________________________________________________________________________
2214 [  8193] By: jhi                                   on 2000/12/19  17:10:57
2215         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
2216              From: "Mark J. Reed" <mreed@strange.turner.com>
2217              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
2218              Message-Id: <200012160222.VAA13986@strange.turner.com>
2219      Branch: perl
2220            ! ext/Sys/Syslog/Syslog.pm
2221 ____________________________________________________________________________
2222 [  8192] By: jhi                                   on 2000/12/19  17:07:45
2223         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
2224              From: Nicholas Clark <nick@ccl4.org>
2225              Date: Sat, 16 Dec 2000 19:03:13 +0000
2226              Message-ID: <20001216190313.D68304@plum.flirble.org>
2227      Branch: perl
2228            ! t/op/64bitint.t
2229 ____________________________________________________________________________
2230 [  8191] By: jhi                                   on 2000/12/19  17:06:13
2231         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
2232              From: Dominic Dunlop <domo@computer.org>
2233              Date: Mon, 18 Dec 2000 12:00:15 +0100
2234              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
2235              
2236              This patchlet is needed in order that perl can be statically linked.  
2237      Branch: perl
2238            ! regexec.c
2239 ____________________________________________________________________________
2240 [  8190] By: jhi                                   on 2000/12/19  17:03:08
2241         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
2242              From: "Craig A. Berry" <craig.berry@psinetcs.com>
2243              Date: Sun, 17 Dec 2000 00:18:35 -0600
2244              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
2245      Branch: perl
2246            ! perlio.h vms/gen_shrfls.pl
2247 ____________________________________________________________________________
2248 [  8189] By: jhi                                   on 2000/12/19  16:20:28
2249         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
2250              From: Prymmer/Kahn <pvhp@best.com>
2251              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
2252              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
2253              
2254              A better version of #8188.
2255      Branch: perl
2256            ! pod/perlfaq3.pod
2257 ____________________________________________________________________________
2258 [  8188] By: jhi                                   on 2000/12/19  15:57:06
2259         Log: (Replaced by #8189)
2260              
2261              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
2262              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
2263              From: Prymmer/Kahn <pvhp@best.com>
2264              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
2265              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
2266              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
2267              Date: Mon, 18 Dec 2000 11:10:45 -0500
2268              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
2269      Branch: perl
2270            ! pod/perlfaq3.pod
2271 ____________________________________________________________________________
2272 [  8187] By: jhi                                   on 2000/12/19  15:54:19
2273         Log: Email address fix for Anton Berezin.
2274      Branch: perl
2275            ! AUTHORS
2276 ____________________________________________________________________________
2277 [  8186] By: jhi                                   on 2000/12/19  15:38:54
2278         Log: Subject: [PATCH perl@8102] cygwin port
2279              From: "Eric Fifer" <efifer@dircon.co.uk> 
2280              Date: Thu, 14 Dec 2000 13:41:29 -0000
2281              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
2282              
2283              When compiling modules the data item that is being imported
2284              from libperl.dll needs to be tagged as imported/shared data:
2285              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
2286      Branch: perl
2287            ! perliol.h
2288 ____________________________________________________________________________
2289 [  8185] By: jhi                                   on 2000/12/19  14:53:24
2290         Log: Regen uconfig.h and uconfig.sh.
2291      Branch: perl
2292            ! uconfig.h uconfig.sh
2293 ____________________________________________________________________________
2294 [  8184] By: jhi                                   on 2000/12/18  20:43:49
2295         Log: Comments work so much better when they are closed.
2296      Branch: perl
2297            ! regcomp.c
2298 ____________________________________________________________________________
2299 [  8183] By: jhi                                   on 2000/12/18  18:04:02
2300         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
2301              Fixes the bug 20001218.016.
2302      Branch: perl
2303            ! regcomp.c
2304 ____________________________________________________________________________
2305 [  8182] By: gsar                                  on 2000/12/18  09:53:47
2306         Log: delete spurious files
2307      Branch: maint-5.6/perl
2308            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
2309            - vos/config.h vos/config_h.SH_orig
2310 ____________________________________________________________________________
2311 [  8181] By: gsar                                  on 2000/12/18  09:46:08
2312         Log: regen perltoc
2313      Branch: maint-5.6/perl
2314            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
2315 ____________________________________________________________________________
2316 [  8180] By: gsar                                  on 2000/12/18  09:20:27
2317         Log: integrate changes#7924..7926,7946,7952 from mainline
2318      Branch: maint-5.6/perl
2319           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
2320           !> lib/File/stat.pm t/lib/class-struct.t
2321 ____________________________________________________________________________
2322 [  8179] By: gsar                                  on 2000/12/18  08:55:54
2323         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
2324              7918,7919,7988,8907 from mainline (various)
2325      Branch: maint-5.6/perl
2326           +> t/lib/class-struct.t
2327           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
2328           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
2329           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
2330 ____________________________________________________________________________
2331 [  8178] By: gsar                                  on 2000/12/18  08:16:30
2332         Log: avoid redefinition warnings on windows due to sys/socket.h getting
2333              #included before win32.h
2334      Branch: maint-5.6/perl
2335            ! win32/include/sys/socket.h
2336 ____________________________________________________________________________
2337 [  8177] By: gsar                                  on 2000/12/18  05:24:04
2338         Log: make regen_headers; fix POSIX.xs problems; remove outdated
2339              code from sys/socket.h that makes build fail now
2340      Branch: maint-5.6/perl
2341            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
2342            ! pod/perlapi.pod
2343           !> win32/include/sys/socket.h
2344 ____________________________________________________________________________
2345 [  8176] By: gsar                                  on 2000/12/18  05:20:17
2346         Log: update Changes
2347      Branch: maint-5.6/perl
2348            ! Changes patchlevel.h
2349 ____________________________________________________________________________
2350 [  8175] By: gsar                                  on 2000/12/18  04:57:48
2351         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
2352              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
2353              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
2354              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
2355              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
2356              7823,7825,7838
2357      Branch: maint-5.6/perl
2358           +> lib/File/Spec/Epoc.pm
2359           !> (integrate 88 files)
2360 ____________________________________________________________________________
2361 [  8174] By: gsar                                  on 2000/12/18  03:53:09
2362         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
2363              7625..7629,7631..7634,7637,7639,7642 from mainline
2364      Branch: maint-5.6/perl
2365           +> README.solaris
2366           !> (integrate 26 files)
2367 ____________________________________________________________________________
2368 [  8173] By: gsar                                  on 2000/12/18  03:37:02
2369         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
2370              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
2371              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
2372              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
2373      Branch: maint-5.6/perl
2374           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
2375            - MAINTAIN
2376           !> (integrate 111 files)
2377 ____________________________________________________________________________
2378 [  8172] By: jhi                                   on 2000/12/18  02:49:27
2379         Log: Regen pods.
2380      Branch: perl
2381            ! pod/perlmodlib.pod pod/perltoc.pod
2382 ____________________________________________________________________________
2383 [  8171] By: gsar                                  on 2000/12/18  02:49:24
2384         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
2385              7465..7471 from mainline
2386              
2387              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
2388              in platforms that strictly require all the symbols being present
2389              at link time.
2390              
2391              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
2392              
2393              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
2394              
2395              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
2396              
2397              Subject: [PATCH] todo
2398              
2399              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
2400              
2401              Use $sort, $uniq (and $tr) consistently as wondered
2402              by Nicholas Clark.
2403              
2404              Too enthusiastic editing in #7460.
2405              
2406              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
2407              
2408              Upgrade to CPAN 1.58_55.
2409              Subject: CPAN.pm status
2410              
2411              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
2412              
2413              Make target reordering to avoid pointless re-makes.
2414              Subject: Re: Total re-make of 'make okfile' after 7451 ?
2415              
2416              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
2417              
2418              Subject: DOC PATCH 5.6.0
2419              
2420              Add the repository doc by Malcolm, Sarathy, and by Simon,
2421              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
2422      Branch: maint-5.6/perl
2423           +> Porting/repository.pod
2424           !> Configure MANIFEST Makefile.SH README.dos README.os2
2425           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
2426           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
2427           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
2428 ____________________________________________________________________________
2429 [  8169] By: gsar                                  on 2000/12/18  02:33:34
2430         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
2431              7435..7441,7445 from mainline
2432              
2433              Make the UTF-8 decoding stricter and more verbose when
2434              malformation happens.  This involved adding an argument
2435              to utf8_to_uv_chk(), which involved changing its prototype,
2436              and prefer STRLEN over I32 for the UTF-8 length, which as
2437              a domino effect necessitated changing the prototypes of
2438              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
2439              The stricter UTF-8 decoding checking uses Markus Kuhn's
2440              UTF-8 Decode Stress Tester from
2441              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
2442              
2443              Run vms/vms_yfix.pl, should have done that after changing
2444              perly.c in #7382.
2445              
2446              Subject: [PATCH 5.7.0] static linking with uninstalled perl
2447              
2448              (Replaced by #7440.)
2449              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
2450              
2451              Fix the bug ID 20001024.005, the bug introduced by #7416.
2452              
2453              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
2454              
2455              Fix the bug reported in
2456              From: andreas.koenig@anima.de (Andreas J. Koenig)
2457              Also make is_utf8_char() stricter.
2458              
2459              Missed the header file changes from #7425.
2460              
2461              Check if stdio supports tweaking lval and cnt simultaneously.
2462              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
2463              
2464              Stratus VOS updates from Paul Green.
2465              
2466              Podify README.epoc and README.vos.
2467              
2468              Add targets to Makefile.SH, most importantly
2469              'regen_all' which also remembers to update vms/perly*.
2470              
2471              Subject: Minor update to find2perl, for portability
2472              
2473              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
2474              
2475              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
2476              
2477              Rename UTF8LEN() to be UNISKIP(), too confusing to have
2478              UTF8LEN() and UTF8SKIP(). 
2479              
2480              Allow poking holes at the UTF-8 decoding strictness.
2481              
2482              Continue the internal UTF-8 API tweaking.
2483              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
2484              used much more than the simpler API, now called utf8_to_uv_simple().
2485              Still not quite happy with API, too much partial duplication
2486              of functionality.
2487              
2488              A new version of making the syslog test more robust.
2489              (Replaces #7421.)
2490              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
2491              
2492              buildtoc target tweaks.
2493              
2494              Integrate with vmsperl #7430 by Charles Bailey:
2495              
2496              Cleanup from prior patch (Charles Lane?):
2497              - improve handling of MFDs in Basename and Path
2498              - default to no xsubpp line # munging when building debug images
2499      Branch: maint-5.6/perl
2500           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
2501           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
2502           !> (integrate 67 files)
2503 ____________________________________________________________________________
2504 [  8168] By: gsar                                  on 2000/12/18  02:05:49
2505         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
2506              
2507              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
2508              From: Martin Husemann <martin@duskware.de>
2509              
2510              Subject: [PATCH 5.7.0] restore match data on backtracing
2511              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2512      Branch: maint-5.6/perl
2513           !> regcomp.c regexec.c t/op/re_tests
2514 ____________________________________________________________________________
2515 [  8167] By: gsar                                  on 2000/12/18  01:55:22
2516         Log: integrate changes#7858,7986 from mainline
2517              
2518              C<foreach my $x ...> in pseudo-fork()ed process may diddle
2519              parent's memory; fix it by keeping track of the actual pad
2520              offset rather than a raw pointer (this change is probably also
2521              relevant to non-ithreads case to avoid fallout from reallocs of
2522              the pad array, but is currently only enabled for the ithreads
2523              case in the interests of minimal disruption to existing "well
2524              tested" code)
2525              
2526              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
2527              due to the notorious GetFileType() bug in Windows 9x, which fstat()
2528              tickles)
2529      Branch: maint-5.6/perl
2530           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
2531           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
2532           !> win32/win32.c win32/win32.h win32/win32sck.c
2533 ____________________________________________________________________________
2534 [  8166] By: gsar                                  on 2000/12/18  01:52:59
2535         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
2536              from mainline (xsubpp and ExtUtils::LibList fixups, various
2537              other small items)
2538      Branch: maint-5.6/perl
2539           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
2540           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
2541           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
2542           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
2543           !> win32/bin/search.pl
2544 ____________________________________________________________________________
2545 [  8165] By: gsar                                  on 2000/12/18  01:28:45
2546         Log: integrate changes#7533,7563,7611,7623 from mainline (various
2547              malloc.c embellishments)
2548      Branch: maint-5.6/perl
2549           !> malloc.c pod/perldiag.pod
2550 ____________________________________________________________________________
2551 [  8164] By: gsar                                  on 2000/12/18  01:23:33
2552         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
2553              fixups)
2554      Branch: maint-5.6/perl
2555           !> utils/h2xs.PL
2556 ____________________________________________________________________________
2557 [  8163] By: gsar                                  on 2000/12/18  01:17:50
2558         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
2559              fixups)
2560      Branch: maint-5.6/perl
2561           !> Makefile.SH utils/perlbug.PL
2562 ____________________________________________________________________________
2563 [  8162] By: gsar                                  on 2000/12/18  00:25:43
2564         Log: always export Perl_deb() (it is required by re.xs whether
2565              Perl is built with or without -DDEBUGGING)
2566      Branch: maint-5.6/perl
2567            ! makedef.pl
2568 ____________________________________________________________________________
2569 [  8161] By: gsar                                  on 2000/12/18  00:23:38
2570         Log: integrate change#7414 from mainline
2571              
2572              Undo the basename() part of #7412 since the lib/basename
2573              tests would need upgrading too.
2574              
2575              squelch two tests in tr.t that rely on tr/// paranoia change
2576              that's not in 5.6.x
2577      Branch: maint-5.6/perl
2578            ! t/op/tr.t
2579           !> lib/File/Basename.pm
2580 ____________________________________________________________________________
2581 [  8160] By: gsar                                  on 2000/12/18  00:05:30
2582         Log: missing change in previous integrate
2583      Branch: maint-5.6/perl
2584           !> README.aix
2585 ____________________________________________________________________________
2586 [  8159] By: gsar                                  on 2000/12/18  00:03:38
2587         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
2588              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
2589              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
2590              7410..7413 from mainline
2591      Branch: maint-5.6/perl
2592           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
2593           +> t/lib/tie-splice.t
2594            - lib/unicode/Is/DCinital.pl
2595           !> (integrate 112 files)
2596 ____________________________________________________________________________
2597 [  8158] By: jhi                                   on 2000/12/17  23:04:24
2598         Log: Subject: [PATCHES] RE: perl@8150 
2599              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
2600              Date: Sun, 17 Dec 2000 21:46:39 +0100
2601              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
2602              
2603              Neither cygwin has a getpwuid() one can trust on.
2604      Branch: perl
2605            ! t/lib/glob-basic.t
2606 ____________________________________________________________________________
2607 [  8157] By: jhi                                   on 2000/12/17  23:01:54
2608         Log: More MAN.PODS => {} fixes.
2609      Branch: perl
2610            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
2611            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
2612            ! os2/OS2/REXX/Makefile.PL
2613 ____________________________________________________________________________
2614 [  8156] By: gsar                                  on 2000/12/17  22:49:13
2615         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
2616              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
2617              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
2618              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
2619              7201,7204 from mainline
2620      Branch: maint-5.6/perl
2621           !> (integrate 121 files)
2622 ____________________________________________________________________________
2623 [  8155] By: jhi                                   on 2000/12/17  22:30:58
2624         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
2625              From: "Craig A. Berry" <craigberry@mac.com>
2626              Date: Sun, 17 Dec 2000 13:09:28 -0600
2627              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
2628              
2629              MAN.PODS => ' ' is naughty.
2630      Branch: perl
2631            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
2632 ____________________________________________________________________________
2633 [  8154] By: nick                                  on 2000/12/17  22:07:13
2634         Log: MULTIPLICITY nit.
2635      Branch: perl
2636            ! mg.c
2637 ____________________________________________________________________________
2638 [  8153] By: gsar                                  on 2000/12/17  21:23:05
2639         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
2640              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
2641              from mainline
2642              
2643              Document the SvIOK_.*UV().
2644              
2645              Update Unicode todo list.
2646              
2647              Guard against bad string->int conversion for quads.
2648              
2649              Subject: small apidoc fix
2650              
2651              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
2652              
2653              Subject: [PATCH] Tied filehandle documentation
2654              
2655              Subject: [PATCH] Modernize Opcode.pm documentation
2656              
2657              Make Data::Dumper (non-XS) to work with changed semantics of ref().
2658              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
2659              [applied even though said semantics didn't change in 5.6.x]
2660              
2661              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
2662              
2663              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
2664              
2665              Fix the URL, but the server is still missing in action.
2666              Subject: [ID 20000905.002] perlfaq1.pod URL error
2667              
2668              Subject: [ID 20000903.001] \w in utf8-strings
2669              
2670              Fix the ccversion detection for 5.1 and beyond.
2671              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
2672              
2673              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
2674              
2675              Subject: [ID 20000904.008] Tiny fix for perldiag
2676              
2677              Subject: Re: [ID 20000906.004] segfault with bad perl statement
2678              
2679              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
2680              
2681              Subject: [ID 20000908.002] perlipc documentation bug.
2682              
2683              Subject: [PATCH lib/Benchmark.pm]
2684              
2685              Re-allow vec() for characters > 255.
2686              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
2687              
2688              Do away with memory models cruft.  Sorry, PDP users.
2689              
2690              Continue #7041.
2691              
2692              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
2693              
2694              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
2695              
2696              Upgrade to CPAN 1.57_65, from Andreas König.
2697              
2698              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
2699              by Russ Allbery.
2700              
2701              Silence t/pod/*.t about alternate quote-mappings now implemented
2702              by Pod::Text, from Brad Appleton.
2703              
2704              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
2705              Subject: borland C++ win32.c tweak
2706              
2707              C<@a = @b = split(...)> optimization coredumps under ithreads
2708              (missed a spot when fixing up op_pmreplroot hack for ithreads)
2709              
2710              Document the SvUTF8*().
2711              
2712              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
2713              
2714              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
2715              
2716              Do in VMS as the #7054 does.
2717              
2718              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
2719              
2720              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
2721              
2722              Subject: [patch: perl@7045] vms updates
2723              
2724              Test for the #7049.
2725              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
2726              
2727              Break up the myconfig lines a bit.
2728              Subject: perlbug/perl -V output format
2729              
2730              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
2731              
2732              The #7054 truncated Configure badly.
2733              
2734              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
2735              initialization in all the threads on Windows
2736              
2737              Allow for whitespace between "#" and "line" in cpp output.
2738              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
2739              
2740              Remove vestiges of tr//CU.
2741              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
2742              
2743              The return value of setlocale must be copied away.
2744              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
2745              
2746              Allow chop() and chomp() to be overridden.
2747              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
2748              
2749              Hints optimization.
2750              Subject: Minor nit
2751              
2752              Subject: [PATCH] de-wall t/README
2753              
2754              Subject: Re: Two advertising clauses need to be removed
2755      Branch: maint-5.6/perl
2756           !> (integrate 75 files)
2757 ____________________________________________________________________________
2758 [  8152] By: gsar                                  on 2000/12/17  20:30:11
2759         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
2760              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
2761              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
2762              
2763              Don't attach -ld to the archname if pointless.
2764              
2765              Document UNTIE in a very minimalistic way.
2766              
2767              POSIX doesn't report long double values under -Duselongdouble
2768              when the long doubles are "real" (bigger than doubles).
2769              
2770              More author updates.
2771              
2772              Try to deduce NV_MAX.  Really should be Configure fodder.
2773              
2774              :: not allowed in pathnames, change to .
2775              Subject: [PATCH perl@6938] cygwin port
2776              
2777              Forget about NV_MAX (#6951).  Various floating point tweaks,
2778              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
2779              
2780              Move the Solaris 7 scan to use64bitall, make the
2781              failure to find 64-bot sparc libc to mention the
2782              possibility of being in an intel, from Lupe and Alan.
2783              
2784              Regen perltoc.
2785              
2786              AUTHORS tweaks, from Peter Prymmer.
2787              
2788              More address tweaking.
2789              
2790              Small tweaks all over.
2791              
2792              File::Temp patches from Andreas König,
2793              
2794              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
2795              
2796              Subject: CPAN.pm beta 1.57_57 for the core
2797              
2798              Part of the solution.
2799              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
2800              
2801              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
2802              
2803              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
2804              
2805              Add the overload warnings to perldiag.
2806              
2807              Drop unused argument.
2808              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
2809              
2810              Subject: Nit in Configure (bleadperl@6961)
2811              
2812              Update to PodParser 1.18, from Brad Appleton.
2813              
2814              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
2815              
2816              Subject: [PATCH: 6948] add SCNfldbl to configure.com
2817              
2818              Document UNTIE. Also tweak implementation to suppress the 'inner references'
2819              warning when UNTIE exists and instead pass the cound of extra references to
2820              the UNTIE method.
2821              
2822              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
2823              so that case-ignoring systems like DCL can tell them from
2824              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
2825              
2826              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
2827              
2828              Feature ordering tweak.
2829              
2830              Regen perltoc.
2831              
2832              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
2833              
2834              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
2835              
2836              Subject: http:// in L<>
2837              
2838              Detypo.
2839              
2840              change#6791 accidentally clobbered change#6710, put it back
2841              
2842              Only the first line, thank you very much.
2843              
2844              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
2845              plus rework the http: spots as suggested by Tom Christiansen,
2846              plus regen perltoc.
2847              
2848              Undo part of change 6489 which looks like a bulk edit which
2849              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
2850              The supressing of main:: on return from select() is undesirable.
2851              
2852              Apparently avoiding the swapping is too costly.
2853              
2854              Various Configure nits by Philip Newton,
2855              plus the ebcdic one by me.
2856              
2857              Make certain cc is set before trying to run it.
2858              
2859              If overloaded %{} etc. return the object do not loop.
2860              Thus  sub deref { $_[0] } functions if object is wanted type.
2861              
2862              Update perlhist.
2863              
2864              More %{} and other deref special casing - do not pass to 'nomethod'.
2865      Branch: maint-5.6/perl
2866           !> (integrate 59 files)
2867 ____________________________________________________________________________
2868 [  8151] By: gsar                                  on 2000/12/17  19:14:38
2869         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
2870              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
2871              
2872              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
2873              
2874              Make the epsilon to be relative, not absolute.
2875              
2876              Put back the flags dump as reasoned in
2877              Subject: Re: [PATCH] Glob dumping
2878              
2879              Introduce ccname to keep track of what compiler kind of we have.
2880              
2881              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
2882              
2883              Put back the slice accidentally removed by #6907.
2884              
2885              Reset archname and archname64 always, forcing them be
2886              recomputed at each Configure run, make Configure and
2887              the hints files agree on the naming of largefiles variables.
2888              
2889              Don't say "Perl 5.0 source kit".
2890              
2891              Subject: [PATCH] fix misc cast warnings
2892              
2893              Subject: typos in pods
2894              
2895              NVs not necessarily doubles, as pointed out by Yitzchak.
2896              
2897              Subject: [PATCH 6889] add a few ldbl formats to configure.com
2898              
2899              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
2900              
2901              Better options for rsync.
2902              
2903              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
2904              
2905              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
2906              
2907              Subject: [PATCH] Re: UNTIE method 
2908              
2909              A better fix for the Socket building problem from Craig Berry.
2910              
2911              Retract the dummy test, skip the security tests (instead of failing),
2912              explain what the warnings mean.
2913              
2914              Heap decorruption.
2915              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
2916              
2917              Update to Unicode 3.0.1.
2918              
2919              Missed one Unicode file.
2920              
2921              Subject: Re: typos in pods
2922              
2923              The #6929 was too skimpy.
2924              
2925              sscanf() may be the only way to read long doubles from strings.
2926              
2927              Reveal Borland's isnan.
2928              Subject: build with BC++ tweak
2929              
2930              Issue useful diagnostic on unknown pod commands.
2931              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
2932              
2933              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
2934              
2935              Clarify the third case of ftmp-security warnings.
2936              
2937              Make -Dusemorebits find long doubles in Solaris.
2938              
2939              Wrap the test in eval.
2940      Branch: maint-5.6/perl
2941           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
2942           +> lib/unicode/PropList.txt lib/unicode/README.perl
2943           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
2944           +> lib/unicode/Unicode.301 vms/vmspipe.com
2945            - lib/unicode/Props.txt lib/unicode/UCD300.html
2946            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
2947           !> (integrate 305 files)
2948 ____________________________________________________________________________
2949 [  8150] By: jhi                                   on 2000/12/17  18:47:57
2950         Log: Uncheckedin generated files.
2951      Branch: perl
2952            ! global.sym perlapi.c pod/perlapi.pod
2953 ____________________________________________________________________________
2954 [  8149] By: jhi                                   on 2000/12/17  18:41:22
2955         Log: Update Changes.
2956      Branch: perl
2957            ! Changes patchlevel.h
2958 ____________________________________________________________________________
2959 [  8148] By: jhi                                   on 2000/12/17  18:39:16
2960         Log: Subject: [PATCH] Fcntl constants speedup
2961              From: Nicholas Clark <nick@ccl4.org>
2962              Date: Sun, 17 Dec 2000 16:29:24 +0000
2963              Message-ID: <20001217162924.E97668@plum.flirble.org>
2964              
2965              Use IVs for the Fcntl constants instead of NVs.
2966      Branch: perl
2967            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
2968 ____________________________________________________________________________
2969 [  8147] By: jhi                                   on 2000/12/17  18:33:41
2970         Log: Add test for #8145 (binmode() warning), add warning for
2971              ioctl() and sockpair(), document them. (fileno() cannot
2972              be tripwired with the same kind of warning because
2973              'defined fileno($foo)' seems to be an idiom.)
2974      Branch: perl
2975            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
2976 ____________________________________________________________________________
2977 [  8146] By: gsar                                  on 2000/12/17  18:09:08
2978         Log: update Changes
2979      Branch: maint-5.6/perl
2980            ! Changes
2981 ____________________________________________________________________________
2982 [  8145] By: jhi                                   on 2000/12/17  17:39:35
2983         Log: Subject: [PATCH] Re: The long awaited feature ...
2984              From: Simon Cozens <simon@cozens.net>
2985              Date: Sun, 17 Dec 2000 12:31:56 +0000
2986              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
2987              
2988              Add a warning to binmode() about using bad filehandles
2989              (can happen e.g. if someone forgets the filehandle argument)
2990      Branch: perl
2991            ! pp_sys.c
2992 ____________________________________________________________________________
2993 [  8144] By: jhi                                   on 2000/12/17  17:33:48
2994         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
2995              From: Jonathan Stowe <gellyfish@gellyfish.com>
2996              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
2997              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
2998      Branch: perl
2999            ! lib/Net/Ping.pm
3000 ____________________________________________________________________________
3001 [  8143] By: jhi                                   on 2000/12/17  05:31:37
3002         Log: Polymorphic regexps.
3003              
3004              Fixes at least the bugs 20001028.003 (both of them...) and
3005              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
3006              also to be fixed by now, probably already before this patch.
3007      Branch: perl
3008            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
3009            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
3010            ! t/op/utf8decode.t t/pragma/utf8.t
3011 ____________________________________________________________________________
3012 [  8142] By: jhi                                   on 2000/12/16  17:16:05
3013         Log: Subject: [patch perl@8102] dos/djgpp update
3014              From: Laszlo Molnar <ml1050@freemail.hu>
3015              Date: Sat, 16 Dec 2000 01:40:52 +0100
3016              Message-ID: <20001216014052.A335@freemail.hu>
3017      Branch: perl
3018            ! djgpp/config.over t/base/commonsense.t
3019 ____________________________________________________________________________
3020 [  8141] By: jhi                                   on 2000/12/16  17:09:27
3021         Log: Few uncheckedin files.
3022      Branch: perl
3023            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
3024 ____________________________________________________________________________
3025 [  8140] By: nick                                  on 2000/12/15  22:14:31
3026         Log: Integrate mainline
3027      Branch: perlio
3028           !> (integrate 53 files)
3029 ____________________________________________________________________________
3030 [  8139] By: jhi                                   on 2000/12/15  19:49:49
3031         Log: One more IVUV tweak from Nicholas Clark.
3032      Branch: perl
3033            ! sv.c
3034 ____________________________________________________________________________
3035 [  8138] By: jhi                                   on 2000/12/15  19:17:06
3036         Log: Return of the IVUV-preservation, now seems to be happy even
3037              in Digital UNIX (the broken strtoul brokenness detection
3038              seems to have been the fly in the ointment).
3039      Branch: perl
3040            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3041            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
3042            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
3043            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
3044            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3045            ! vos/config.ga.h win32/config.bc win32/config.gc
3046            ! win32/config.vc
3047 ____________________________________________________________________________
3048 [  8137] By: jhi                                   on 2000/12/15  18:12:14
3049         Log: Metaconfig unit change for #8136.
3050      Branch: metaconfig
3051            ! U/modified/d_strtoul.U
3052      Branch: metaconfig/U/perl
3053            ! d_strtoull.U d_strtouq.U
3054 ____________________________________________________________________________
3055 [  8136] By: jhi                                   on 2000/12/15  18:11:35
3056         Log: I don't think it's sensible or portable to test the strtou*
3057              on /^-/ strings.
3058      Branch: perl
3059            ! Configure
3060 ____________________________________________________________________________
3061 [  8135] By: jhi                                   on 2000/12/15  17:18:49
3062         Log: Metaconfig unit change for #8134.
3063      Branch: metaconfig
3064            ! U/modified/d_strtoul.U
3065 ____________________________________________________________________________
3066 [  8134] By: jhi                                   on 2000/12/15  17:14:13
3067         Log: If longsize is 8 we don't need a LL suffix for integer constants.
3068      Branch: perl
3069            ! Configure config_h.SH
3070 ____________________________________________________________________________
3071 [  8133] By: jhi                                   on 2000/12/15  16:00:23
3072         Log: Update Changes.
3073      Branch: perl
3074            ! Changes patchlevel.h
3075 ____________________________________________________________________________
3076 [  8132] By: jhi                                   on 2000/12/15  15:44:16
3077         Log: Some compilers get huffy if you do not cast a const pointer
3078              to a non-const when assigning.
3079      Branch: perl
3080            ! gv.c
3081 ____________________________________________________________________________
3082 [  8131] By: jhi                                   on 2000/12/15  15:38:30
3083         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
3084              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3085              Date: Fri, 15 Dec 2000 05:26:57 -0500
3086              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
3087      Branch: perl
3088            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
3089            ! t/pragma/overload.t
3090 ____________________________________________________________________________
3091 [  8130] By: jhi                                   on 2000/12/15  15:36:08
3092         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
3093              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3094              Date: Thu, 14 Dec 2000 22:02:43 -0500
3095              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
3096      Branch: perl
3097            ! gv.c perl.h
3098 ____________________________________________________________________________
3099 [  8129] By: jhi                                   on 2000/12/15  15:34:16
3100         Log: Subject: PATCH: h2xs nit
3101              From: Tim Jenness <t.jenness@jach.hawaii.edu>
3102              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
3103              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
3104              
3105              Add a template README.
3106      Branch: perl
3107            ! utils/h2xs.PL
3108 ____________________________________________________________________________
3109 [  8128] By: jhi                                   on 2000/12/15  15:32:22
3110         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
3111      Branch: perl
3112            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
3113 ____________________________________________________________________________
3114 [  8127] By: jhi                                   on 2000/12/15  15:19:34
3115         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
3116              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3117              Date:     Thu, 14 Dec 2000 20:04:42 EST
3118              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
3119      Branch: perl
3120            ! ext/Opcode/Opcode.xs
3121 ____________________________________________________________________________
3122 [  8126] By: jhi                                   on 2000/12/15  15:17:49
3123         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
3124              From: Peter Prymmer <pvhp@forte.com>
3125              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
3126              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
3127      Branch: perl
3128            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
3129            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
3130            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
3131 ____________________________________________________________________________
3132 [  8125] By: jhi                                   on 2000/12/15  15:11:05
3133         Log: This seems to be a stage sane and stable enough to checkin.
3134              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
3135      Branch: perl
3136            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
3137            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
3138            ! t/op/cmp.t t/op/numconvert.t
3139 ____________________________________________________________________________
3140 [  8124] By: jhi                                   on 2000/12/15  04:20:26
3141         Log: Something is really wonky.
3142      Branch: perl
3143            ! sv.c
3144 ____________________________________________________________________________
3145 [  8123] By: jhi                                   on 2000/12/15  04:00:50
3146         Log: Fixes for the IV UV patches to compile in Digital UNIX.
3147      Branch: perl
3148            ! sv.c
3149 ____________________________________________________________________________
3150 [  8122] By: jhi                                   on 2000/12/15  02:53:40
3151         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
3152              From: "Craig A. Berry" <craigberry@mac.com>
3153              Date: Thu, 14 Dec 2000 19:10:49 -0600
3154              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
3155      Branch: perl
3156            ! vms/vms.c
3157 ____________________________________________________________________________
3158 [  8121] By: jhi                                   on 2000/12/15  02:50:00
3159         Log: Metaconfig changes for #8120.
3160      Branch: metaconfig
3161            + U/modified/d_strtoul.U
3162      Branch: metaconfig/U/perl
3163            ! d_strtoull.U d_strtouq.U
3164 ____________________________________________________________________________
3165 [  8120] By: jhi                                   on 2000/12/15  02:49:42
3166         Log: From: Nicholas Clark <nick@ccl4.org> 
3167              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
3168              Date: Thu, 14 Dec 2000 18:38:57 +0000
3169              Message-ID: <20001214183857.B97909@plum.flirble.org>
3170      Branch: perl
3171            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3172            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
3173            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
3174            ! vos/config.ga.def vos/config.ga.h win32/config.bc
3175            ! win32/config.gc win32/config.vc
3176 ____________________________________________________________________________
3177 [  8119] By: jhi                                   on 2000/12/14  23:40:58
3178         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
3179              From: Nicholas Clark <nick@ccl4.org>
3180              Date: Wed, 13 Dec 2000 20:08:50 +0000
3181              Message-ID: <20001213200849.B71166@plum.flirble.org>
3182      Branch: perl
3183            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
3184            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
3185 ____________________________________________________________________________
3186 [  8118] By: jhi                                   on 2000/12/14  22:46:26
3187         Log: Integrate perlio.
3188      Branch: perl
3189           !> MANIFEST ext/Encode/compile makedef.pl
3190 ____________________________________________________________________________
3191 [  8117] By: nick                                  on 2000/12/14  22:38:53
3192         Log: Win32 tweaks to get Encode to build
3193              - temp hack to makedef.pl till PerlIO is properly "exported".
3194              - MSVC dislikes  
3195              static encpage_t foo[];
3196              so make 'em extern for now.
3197      Branch: perlio
3198            ! ext/Encode/compile makedef.pl
3199 ____________________________________________________________________________
3200 [  8116] By: nick                                  on 2000/12/14  22:00:53
3201         Log: Document the new files
3202      Branch: perlio
3203            ! MANIFEST
3204 ____________________________________________________________________________
3205 [  8115] By: jhi                                   on 2000/12/14  21:58:01
3206         Log: MANIFEST new files of #8114.
3207      Branch: perl
3208            ! MANIFEST
3209 ____________________________________________________________________________
3210 [  8114] By: jhi                                   on 2000/12/14  21:50:49
3211         Log: Integrate perlio.
3212      Branch: perl
3213           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
3214           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
3215           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
3216           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
3217           !> ext/Encode/Makefile.PL
3218 ____________________________________________________________________________
3219 [  8113] By: jhi                                   on 2000/12/14  21:48:49
3220         Log: The documentation part of the
3221              
3222              Subject: [ID 20001214.002] Net::Ping patch
3223              From: Jonathan Stowe <gellyfish@gellyfish.com>
3224              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
3225              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
3226              since the #7529 had already addressed the same problem.
3227      Branch: perl
3228            ! lib/Net/Ping.pm
3229 ____________________________________________________________________________
3230 [  8112] By: jhi                                   on 2000/12/14  21:42:57
3231         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
3232              From: Dominic Dunlop <domo@computer.org>
3233              Date: Tue, 12 Dec 2000 10:47:10 +0100
3234              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
3235              
3236              Document how elusive subroutines can be.
3237      Branch: perl
3238            ! pod/perlfunc.pod
3239 ____________________________________________________________________________
3240 [  8111] By: jhi                                   on 2000/12/14  21:38:05
3241         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
3242              From: Dominic Dunlop <domo@computer.org>
3243              Date: Thu, 14 Dec 2000 10:13:51 +0100
3244              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
3245      Branch: perl
3246            ! ext/POSIX/POSIX.pod
3247 ____________________________________________________________________________
3248 [  8110] By: jhi                                   on 2000/12/14  21:36:32
3249         Log: Subject: [patch] perlfaq7
3250              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
3251              Date: Thu, 14 Dec 2000 15:31:07 +0100
3252              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
3253      Branch: perl
3254            ! pod/perlfaq7.pod
3255 ____________________________________________________________________________
3256 [  8109] By: jhi                                   on 2000/12/14  21:29:20
3257         Log: Subject: [8104] Encode
3258              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3259              Date: Thu, 14 Dec 2000 14:49:34 +0100
3260              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
3261              
3262              Type casting for nervous compilers.
3263      Branch: perl
3264            ! ext/Encode/Encode.xs
3265 ____________________________________________________________________________
3266 [  8108] By: jhi                                   on 2000/12/14  21:26:17
3267         Log: Subject: [8104] DB_File
3268              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3269              Date: Thu, 14 Dec 2000 14:49:35 +0100
3270              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
3271              
3272              Type definition incorrect for DB 2.7.7.  Not known when it
3273              changed, so only changed it for a known revision.
3274      Branch: perl
3275            ! ext/DB_File/DB_File.xs
3276 ____________________________________________________________________________
3277 [  8107] By: jhi                                   on 2000/12/14  21:23:41
3278         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
3279              From: Peter Prymmer <pvhp@forte.com>
3280              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
3281              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
3282              
3283              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
3284      Branch: perl
3285            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
3286            ! ext/Encode/Encode/posix-bc.enc
3287 ____________________________________________________________________________
3288 [  8106] By: nick                                  on 2000/12/14  20:36:13
3289         Log: "Cold" build correction to Encode's Makefile.PL
3290      Branch: perlio
3291            ! ext/Encode/Makefile.PL
3292 ____________________________________________________________________________
3293 [  8105] By: nick                                  on 2000/12/14  20:09:37
3294         Log: "Compiled" encodings.
3295              Correct replacement character in EBCDIC .enc files
3296              Add 0x7F to ASCII repertoire.
3297      Branch: perlio
3298            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
3299            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
3300            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
3301            ! ext/Encode/Makefile.PL ext/Encode/compile
3302            ! ext/Encode/encengine.c ext/Encode/encode.h
3303 ____________________________________________________________________________
3304 [  8104] By: nick                                  on 2000/12/14  00:38:20
3305         Log: Integrate mainline
3306      Branch: perlio
3307           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
3308           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
3309           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
3310           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
3311           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
3312           !> t/lib/db-hash.t t/lib/db-recno.t
3313 ____________________________________________________________________________
3314 [  8103] By: nick                                  on 2000/12/13  23:16:13
3315         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
3316              so far and so it does not get lost.
3317      Branch: perlio
3318            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
3319 ____________________________________________________________________________
3320 [  8102] By: jhi                                   on 2000/12/13  17:14:22
3321         Log: Update Changes.
3322      Branch: perl
3323            ! Changes patchlevel.h
3324 ____________________________________________________________________________
3325 [  8101] By: jhi                                   on 2000/12/13  16:53:41
3326         Log: Move the proto of start_glob() to a better place; regen api files.
3327      Branch: perl
3328            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
3329 ____________________________________________________________________________
3330 [  8100] By: jhi                                   on 2000/12/13  16:47:11
3331         Log: Metaconfig change for #8099.
3332      Branch: metaconfig
3333            ! U/modified/Head.U
3334 ____________________________________________________________________________
3335 [  8099] By: jhi                                   on 2000/12/13  16:46:48
3336         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
3337              From: Andy Dougherty <doughera@lafayette.edu>
3338              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
3339              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
3340      Branch: perl
3341            ! Configure
3342 ____________________________________________________________________________
3343 [  8098] By: jhi                                   on 2000/12/13  16:39:02
3344         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
3345              From: rspier@pobox.com (Robert Spier)
3346              Date: Tue, 12 Dec 2000 21:12:39 -0500
3347              Message-ID: <14902.56087.678086.725773@rls.cx>
3348              
3349              fastgetcwd is defined using a glob alias on a $^O dependent basis -
3350              and there was no default assignment or perl subroutine.
3351      Branch: perl
3352            ! lib/Cwd.pm
3353 ____________________________________________________________________________
3354 [  8097] By: jhi                                   on 2000/12/13  16:16:01
3355         Log: Subject: [PATCH] move startglob out of pp_hot.c
3356              From: Nicholas Clark <nick@ccl4.org>
3357              Date: Mon, 11 Dec 2000 23:16:39 +0000
3358              Message-ID: <20001211231638.A55550@plum.flirble.org>
3359      Branch: perl
3360            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
3361 ____________________________________________________________________________
3362 [  8096] By: jhi                                   on 2000/12/13  15:26:23
3363         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
3364              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
3365              Date: Wed, 13 Dec 2000 14:01:37 +0100
3366              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
3367              
3368              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
3369              in turn requires libpthread in libswanted.
3370      Branch: perl
3371            ! hints/hpux.sh
3372 ____________________________________________________________________________
3373 [  8095] By: jhi                                   on 2000/12/12  19:51:05
3374         Log: The integration wars continue.
3375      Branch: perl
3376           !> sv.c
3377 ____________________________________________________________________________
3378 [  8094] By: jhi                                   on 2000/12/12  19:48:26
3379         Log: Subject: [PATCH perl@8070] DB_File-1.74  
3380              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
3381              Date: Mon, 11 Dec 2000 23:07:17 -0000
3382              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
3383      Branch: perl
3384            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3385            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
3386            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
3387            ! t/lib/db-recno.t
3388 ____________________________________________________________________________
3389 [  8093] By: nick                                  on 2000/12/12  19:42:13
3390         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
3391      Branch: perlio
3392            ! sv.c
3393           !> lib/File/DosGlob.pm
3394 ____________________________________________________________________________
3395 [  8092] By: jhi                                   on 2000/12/12  19:28:11
3396         Log: Integrate perlio.
3397      Branch: perl
3398           !> sv.c
3399 ____________________________________________________________________________
3400 [  8091] By: nick                                  on 2000/12/12  18:49:45
3401         Log: Fix for Tk, and upgrading shared SVs.
3402      Branch: perlio
3403            ! sv.c
3404 ____________________________________________________________________________
3405 [  8090] By: jhi                                   on 2000/12/12  16:48:59
3406         Log: Subject: [PATCH] Re: Breadperl & Tk
3407              From: Nick Ing-Simmons <nik@tiuk.ti.com>
3408              Date: Tue, 12 Dec 2000 14:48:27 GMT
3409              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
3410      Branch: perl
3411            ! sv.c
3412 ____________________________________________________________________________
3413 [  8089] By: jhi                                   on 2000/12/12  03:37:19
3414         Log: Subject: DosGlob.pm diff for bash style brace expansion.
3415              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
3416              Date: Fri, 8 Dec 2000 10:45:30 -0600
3417              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
3418      Branch: perl
3419            ! lib/File/DosGlob.pm
3420 ____________________________________________________________________________
3421 [  8088] By: nick                                  on 2000/12/11  23:59:59
3422         Log: Integrate mainline
3423      Branch: perlio
3424           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
3425           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
3426           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
3427           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
3428           !> t/op/local.t t/pragma/warn/toke toke.c
3429 ____________________________________________________________________________
3430 [  8087] By: jhi                                   on 2000/12/11  23:20:23
3431         Log: Integrate perlio.
3432      Branch: perl
3433           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
3434 ____________________________________________________________________________
3435 [  8086] By: jhi                                   on 2000/12/11  22:50:59
3436         Log: Tune further the OS detection of CGI.
3437      Branch: perl
3438            ! lib/CGI.pm
3439 ____________________________________________________________________________
3440 [  8085] By: nick                                  on 2000/12/11  22:50:46
3441         Log: Finish 1st pass of "encoding" layer e.g. :
3442              open($fh,"<encoding(iso8859-7)",$greek) || die;
3443      Branch: perlio
3444            ! ext/Encode/Encode.xs perlio.c perliol.h
3445 ____________________________________________________________________________
3446 [  8084] By: jhi                                   on 2000/12/11  22:32:06
3447         Log: Revert the -f ambiguousity patch, seems to cause
3448              too much hassle (the interpret -Q as a function
3449              where Q is not a known filetest part is left in).
3450      Branch: perl
3451            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
3452            ! toke.c
3453 ____________________________________________________________________________
3454 [  8083] By: jhi                                   on 2000/12/11  22:27:23
3455         Log: (accidentally empty check-in)
3456      Branch: perl
3457            ! lib/File/DosGlob.pm
3458 ____________________________________________________________________________
3459 [  8082] By: nick                                  on 2000/12/11  19:09:51
3460         Log: Restore mmap function (broken by tweaks to shared buffer
3461              layer for encode(xxxx)).
3462      Branch: perlio
3463            ! perlio.c
3464 ____________________________________________________________________________
3465 [  8081] By: jhi                                   on 2000/12/11  18:29:13
3466         Log: Subject: Re: The long awaited feature ...
3467              From: Simon Cozens <simon@cozens.net>
3468              Date: Mon, 11 Dec 2000 15:54:24 +0000
3469              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
3470              
3471              More io/utf8 tests.
3472      Branch: perl
3473            ! t/io/utf8.t
3474 ____________________________________________________________________________
3475 [  8080] By: jhi                                   on 2000/12/11  18:19:36
3476         Log: Subject: PATCH MakeMaker manpage clarification
3477              From: andreas.koenig@anima.de (Andreas J. Koenig)
3478              Date: 10 Dec 2000 20:46:13 +0100
3479              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
3480      Branch: perl
3481            ! lib/ExtUtils/MakeMaker.pm
3482 ____________________________________________________________________________
3483 [  8079] By: jhi                                   on 2000/12/11  15:35:07
3484         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
3485              From: Simon Cozens <simon@cozens.net>
3486              Date: Sun, 10 Dec 2000 19:06:19 +0000
3487              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
3488      Branch: perl
3489            ! ext/B/B/Deparse.pm t/lib/b.t
3490 ____________________________________________________________________________
3491 [  8078] By: jhi                                   on 2000/12/11  15:09:11
3492         Log: Subject: [PATCH] docs on NaN
3493              From: Nicholas Clark <nick@ccl4.org>
3494              Date: Mon, 11 Dec 2000 01:48:38 +0000
3495              Message-ID: <20001211014838.B99205@plum.flirble.org>
3496      Branch: perl
3497            ! pod/perlop.pod
3498 ____________________________________________________________________________
3499 [  8077] By: jhi                                   on 2000/12/11  15:02:21
3500         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
3501              From: Simon Cozens <simon@cozens.net>
3502              Date: Mon, 11 Dec 2000 01:21:45 +0000
3503              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
3504      Branch: perl
3505            ! pp.c pp_hot.c scope.c t/op/local.t
3506 ____________________________________________________________________________
3507 [  8076] By: nick                                  on 2000/12/10  20:43:32
3508         Log: Not merge worthy...
3509              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
3510              syntax is modelled on attributes.
3511              Untested fix for io/utf8 on Win32 etc.
3512              Very clumsy start to the encode layer.
3513      Branch: perlio
3514            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
3515 ____________________________________________________________________________
3516 [  8075] By: jhi                                   on 2000/12/10  18:39:33
3517         Log: Darwin is not Windows.
3518      Branch: perl
3519            ! lib/CGI.pm
3520 ____________________________________________________________________________
3521 [  8074] By: jhi                                   on 2000/12/10  18:31:27
3522         Log: Subject: Ambiguous -%c() resolved as a file test
3523              From: "Paul Marquess" <Paul.Marquess@openwave.com>
3524              Date: Sun, 10 Dec 2000 15:35:07 -0000
3525              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
3526      Branch: perl
3527            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
3528 ____________________________________________________________________________
3529 [  8073] By: jhi                                   on 2000/12/10  18:16:29
3530         Log: Subject: PATCH installperl misinformed 
3531              From: andreas.koenig@anima.de (Andreas J. Koenig)
3532              Date: 10 Dec 2000 13:01:32 +0100 
3533              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
3534      Branch: perl
3535            ! installperl
3536 ____________________________________________________________________________
3537 [  8072] By: jhi                                   on 2000/12/10  18:07:55
3538         Log: The walkoptree confusion rages; walkoptree() seems to be coming
3539              from B.xs, while walkoptree_slow() comes from B.pm.
3540      Branch: perl
3541            ! ext/B/B.pm
3542 ____________________________________________________________________________
3543 [  8071] By: nick                                  on 2000/12/10  11:45:47
3544         Log: Integrate mainline
3545      Branch: perlio
3546           +> t/base/commonsense.t
3547           !> (integrate 37 files)
3548 ____________________________________________________________________________
3549 [  8070] By: jhi                                   on 2000/12/10  04:46:21
3550         Log: Update Changes.
3551      Branch: perl
3552            ! Changes patchlevel.h
3553 ____________________________________________________________________________
3554 [  8069] By: jhi                                   on 2000/12/10  04:39:19
3555         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
3556              From: andreas.koenig@anima.de (Andreas J. Koenig)
3557              Date: 09 Dec 2000 17:14:25 +0100
3558              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
3559      Branch: perl
3560            + t/base/commonsense.t
3561            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
3562 ____________________________________________________________________________
3563 [  8068] By: jhi                                   on 2000/12/10  04:17:36
3564         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
3565              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
3566              Date: Sat, 9 Dec 2000 16:47:22 -0000
3567              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
3568      Branch: perl
3569            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
3570            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
3571            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
3572            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
3573            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
3574            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
3575            ! t/lib/sdbm.t
3576 ____________________________________________________________________________
3577 [  8067] By: jhi                                   on 2000/12/10  03:52:02
3578         Log: Test case for #8066.
3579      Branch: perl
3580            ! t/op/misc.t
3581 ____________________________________________________________________________
3582 [  8066] By: jhi                                   on 2000/12/10  03:50:30
3583         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
3584              From: Simon Cozens <simon@cozens.net>
3585              Date: Sun, 10 Dec 2000 00:55:37 +0000
3586              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
3587      Branch: perl
3588            ! pp_sys.c
3589 ____________________________________________________________________________
3590 [  8065] By: jhi                                   on 2000/12/10  03:44:52
3591         Log: Test case for #8064.
3592      Branch: perl
3593            ! t/comp/proto.t
3594 ____________________________________________________________________________
3595 [  8064] By: jhi                                   on 2000/12/10  03:42:32
3596         Log: Subject: Re: prototype of substr
3597              From: Simon Cozens <simon@cozens.net>
3598              Date: Sun, 10 Dec 2000 00:13:33 +0000
3599              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
3600              
3601              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
3602      Branch: perl
3603            ! pp.c
3604 ____________________________________________________________________________
3605 [  8063] By: jhi                                   on 2000/12/10  03:39:42
3606         Log: Subject: [PATCH] perlguts.pod
3607              From: Simon Cozens <simon@cozens.net>
3608              Date: Sun, 10 Dec 2000 00:06:47 +0000
3609              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
3610              
3611              Documentation of the different types of ops,
3612              plus the functions in dump.c
3613      Branch: perl
3614            ! pod/perlguts.pod
3615 ____________________________________________________________________________
3616 [  8062] By: jhi                                   on 2000/12/10  03:30:04
3617         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
3618              From: Nicholas Clark <nick@talking.bollo.cx>
3619              Date: Sat, 09 Dec 2000 18:57:25 +0000
3620              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
3621              
3622              Be more robust in weird hostname setups.
3623      Branch: perl
3624            ! t/lib/net-hostent.t
3625 ____________________________________________________________________________
3626 [  8061] By: jhi                                   on 2000/12/10  03:28:21
3627         Log: Pacify fussy compiler. 
3628      Branch: perl
3629            ! pp_sys.c
3630 ____________________________________________________________________________
3631 [  8060] By: jhi                                   on 2000/12/10  02:52:46
3632         Log: Integrate perlio.
3633      Branch: perl
3634           !> pp_sys.c t/io/utf8.t
3635 ____________________________________________________________________________
3636 [  8059] By: nick                                  on 2000/12/09  23:40:14
3637         Log: read/sysread/recv should now be utf8 aware.
3638              Basic test for utf8 read.
3639      Branch: perlio
3640            ! pp_sys.c t/io/utf8.t
3641 ____________________________________________________________________________
3642 [  8058] By: jhi                                   on 2000/12/09  21:56:02
3643         Log: Integrate perlio.
3644      Branch: perl
3645           +> t/io/utf8.t
3646           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
3647 ____________________________________________________________________________
3648 [  8057] By: jhi                                   on 2000/12/09  21:53:35
3649         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
3650              From: Inaba Hiroto <inaba@st.rim.or.jp>
3651              Date: Sun, 10 Dec 2000 05:53:21 +0900
3652              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
3653              
3654              Tests for #8056.
3655      Branch: perl
3656            ! t/op/each.t
3657 ____________________________________________________________________________
3658 [  8056] By: jhi                                   on 2000/12/09  21:51:16
3659         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
3660              From: Inaba Hiroto <inaba@st.rim.or.jp>
3661              Date: Sat, 09 Dec 2000 18:02:00 +0900
3662              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
3663              
3664              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
3665      Branch: perl
3666            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
3667 ____________________________________________________________________________
3668 [  8055] By: nick                                  on 2000/12/09  20:11:48
3669         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
3670              than raw PerlIO_write() - does not seem to break any tests.
3671      Branch: perlio
3672            ! pp_sys.c
3673 ____________________________________________________________________________
3674 [  8054] By: nick                                  on 2000/12/09  19:47:30
3675         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
3676              (sysread, recv and write i.e. formats still to do...)
3677              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
3678              open($fh,">:utf8","name")
3679              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
3680              so no extra overhead is involved.
3681              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
3682              to a non-utf8 stream.
3683              Add initial io/utf8.t
3684              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
3685              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
3686              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
3687      Branch: perlio
3688            + t/io/utf8.t
3689            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
3690 ____________________________________________________________________________
3691 [  8053] By: nick                                  on 2000/12/09  19:26:37
3692         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
3693              was only testing this_utf8.
3694      Branch: perlio
3695            ! toke.c
3696 ____________________________________________________________________________
3697 [  8052] By: nick                                  on 2000/12/09  19:09:41
3698         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
3699              i.e. the output string has one, but don't mess with source assumption.
3700      Branch: perlio
3701            ! toke.c
3702 ____________________________________________________________________________
3703 [  8051] By: jhi                                   on 2000/12/09  16:55:17
3704         Log: Integrate perlio.
3705      Branch: perl
3706           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
3707           !> sv.c thrdvar.h util.c
3708 ____________________________________________________________________________
3709 [  8050] By: jhi                                   on 2000/12/09  16:48:07
3710         Log: Nits noticed by Peter Prymmer.
3711      Branch: perl
3712            ! lib/ExtUtils/MM_VMS.pm
3713 ____________________________________________________________________________
3714 [  8049] By: nick                                  on 2000/12/09  13:49:40
3715         Log: UTF8 output prework.
3716              - Store $\ and $, as SVs so they can have SvUTF8 flag
3717              - use do_print() rather than raw PerlIO_write() to print them.
3718      Branch: perlio
3719            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
3720            ! thrdvar.h util.c
3721 ____________________________________________________________________________
3722 [  8048] By: nick                                  on 2000/12/09  12:30:43
3723         Log: Integrate mainline.
3724      Branch: perlio
3725           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
3726           +> t/op/reverse.t
3727           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
3728           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
3729           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
3730           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
3731           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
3732           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
3733 ____________________________________________________________________________
3734 [  8047] By: jhi                                   on 2000/12/09  00:23:27
3735         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
3736              From: Michael G Schwern <schwern@pobox.com>
3737              Date: Fri, 8 Dec 2000 14:43:04 -0600
3738      Branch: perl
3739            ! lib/ExtUtils/MM_VMS.pm
3740 ____________________________________________________________________________
3741 [  8046] By: jhi                                   on 2000/12/08  23:10:27
3742         Log: A missed check-in.
3743      Branch: perl
3744            ! lib/ExtUtils/Manifest.pm
3745 ____________________________________________________________________________
3746 [  8045] By: jhi                                   on 2000/12/08  21:57:12
3747         Log: (null check-in)
3748      Branch: perl
3749            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
3750 ____________________________________________________________________________
3751 [  8044] By: jhi                                   on 2000/12/08  21:11:06
3752         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
3753              at the final draft stage.
3754      Branch: perl
3755            + ext/Encode/Encode/iso8859-16.enc
3756            ! MANIFEST
3757 ____________________________________________________________________________
3758 [  8043] By: jhi                                   on 2000/12/08  16:39:04
3759         Log: Update Changes.
3760      Branch: perl
3761            ! Changes patchlevel.h
3762 ____________________________________________________________________________
3763 [  8042] By: jhi                                   on 2000/12/08  16:33:39
3764         Log: Do not return the Unicode replacement character if UTF-8
3765              decoding goes awry, it should be up to the caller to decide.
3766      Branch: perl
3767            ! pod/perlapi.pod utf8.c
3768 ____________________________________________________________________________
3769 [  8041] By: jhi                                   on 2000/12/08  16:22:28
3770         Log: metaconfig maintenance.
3771      Branch: metaconfig
3772            ! U/modified/stdchar.U
3773      Branch: metaconfig/U/perl
3774            + testsyml.U
3775 ____________________________________________________________________________
3776 [  8040] By: jhi                                   on 2000/12/08  16:03:08
3777         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
3778              From: sthoenna@efn.org
3779              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
3780              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
3781      Branch: perl
3782            ! Changes lib/ExtUtils/MM_OS2.pm
3783 ____________________________________________________________________________
3784 [  8039] By: jhi                                   on 2000/12/08  15:57:11
3785         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
3786              From: Simon Cozens <simon@cozens.net>
3787              Date: Fri, 8 Dec 2000 13:33:31 +0000
3788              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
3789              
3790              (The pp_hot part needed a rewrite.)
3791      Branch: perl
3792            ! doop.c pp_hot.c utf8.c
3793 ____________________________________________________________________________
3794 [  8038] By: jhi                                   on 2000/12/08  15:25:08
3795         Log: Subject: djSP
3796              From: Michael Stevens <michael@etla.org>
3797              Date: Wed, 6 Dec 2000 23:24:01 +0000
3798              Message-ID: <20001206232400.A21381@firedrake.org>
3799              
3800              Plus a note from Nick Ing-Simmons.
3801      Branch: perl
3802            ! pp.h
3803 ____________________________________________________________________________
3804 [  8037] By: jhi                                   on 2000/12/08  15:18:35
3805         Log: Filetype is text.
3806      Branch: perl
3807            ! t/op/utf8decode.t
3808 ____________________________________________________________________________
3809 [  8036] By: jhi                                   on 2000/12/08  03:31:27
3810         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
3811              From: Andy Dougherty <doughera@lafayette.edu>
3812              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
3813              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
3814              
3815              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
3816              From: Andy Dougherty <doughera@lafayette.edu>
3817              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
3818              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
3819      Branch: perl
3820            + ext/POSIX/hints/svr4.pl
3821            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
3822 ____________________________________________________________________________
3823 [  8035] By: jhi                                   on 2000/12/08  03:26:01
3824         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
3825              From: Andy Dougherty <doughera@lafayette.edu>
3826              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
3827              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
3828      Branch: perl
3829            ! t/README t/base/term.t
3830 ____________________________________________________________________________
3831 [  8034] By: jhi                                   on 2000/12/08  03:21:59
3832         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
3833              From: mjd@plover.com  
3834              Date: 7 Dec 2000 21:04:20 -0000
3835              Message-ID: <20001207210420.22282.qmail@plover.com>
3836              
3837              Plus -z doc.
3838      Branch: perl
3839            ! pod/perlfunc.pod
3840 ____________________________________________________________________________
3841 [  8033] By: jhi                                   on 2000/12/08  03:19:03
3842         Log: Use the UTF8 macros a bit.  They can't be used with abandon
3843              everywhere because we do generate illegal UTF-8 in some situations.
3844              This is of course naughty.
3845      Branch: perl
3846            ! pod/perlapi.pod utf8.c utf8.h
3847 ____________________________________________________________________________
3848 [  8032] By: jhi                                   on 2000/12/08  03:00:09
3849         Log: Out of sync?
3850      Branch: perl
3851            ! t/pragma/warn/utf8
3852 ____________________________________________________________________________
3853 [  8031] By: jhi                                   on 2000/12/08  02:22:39
3854         Log: Cnt spl.
3855      Branch: perl
3856            ! MANIFEST
3857 ____________________________________________________________________________
3858 [  8030] By: jhi                                   on 2000/12/08  01:23:54
3859         Log: Add test for reverse().
3860      Branch: perl
3861            + t/op/reverse.t
3862            ! MANIFEST
3863 ____________________________________________________________________________
3864 [  8029] By: jhi                                   on 2000/12/08  01:21:47
3865         Log: Integrate perlio.
3866      Branch: perl
3867           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
3868           !> perlio.c perlio.h perlsdio.h warnings.pl
3869 ____________________________________________________________________________
3870 [  8028] By: jhi                                   on 2000/12/08  01:19:08
3871         Log: Introduce macros for UTF8 decoding.
3872      Branch: perl
3873            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
3874 ____________________________________________________________________________
3875 [  8027] By: nick                                  on 2000/12/07  22:18:19
3876         Log: Integrate mainline
3877      Branch: perlio
3878           !> embed.pl pod/perlapi.pod utf8.c
3879 ____________________________________________________________________________
3880 [  8026] By: nick                                  on 2000/12/07  21:45:08
3881         Log: Various oddities p4 diff -se showed up
3882              Remove 'our' from warnings.pl
3883      Branch: perlio
3884            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
3885 ____________________________________________________________________________
3886 [  8025] By: nick                                  on 2000/12/07  21:43:32
3887         Log: Change PerlIO_(get|set)pos to take SV *
3888              Should fix, OS/2, VMS, (sfio??)
3889      Branch: perlio
3890            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
3891 ____________________________________________________________________________
3892 [  8024] By: jhi                                   on 2000/12/07  19:05:32
3893         Log: Document utf8_to_uv() better.
3894      Branch: perl
3895            ! pod/perlapi.pod utf8.c
3896 ____________________________________________________________________________
3897 [  8023] By: jhi                                   on 2000/12/07  18:23:47
3898         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
3899      Branch: perl
3900            ! embed.pl pod/perlapi.pod utf8.c
3901 ____________________________________________________________________________
3902 [  8022] By: jhi                                   on 2000/12/07  04:13:51
3903         Log: Integrate perlio.
3904      Branch: perl
3905           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
3906           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
3907           !> win32/makefile.mk
3908 ____________________________________________________________________________
3909 [  8021] By: nick                                  on 2000/12/07  00:28:14
3910         Log: Various attempts at MSVC debug - not sure what has
3911              changed but works now. 
3912              Seems atexit() _may_ work for DLLs built with MSVC so don't
3913              call cleanup that way.
3914      Branch: perlio
3915            ! perlio.c win32/makefile.mk
3916 ____________________________________________________________________________
3917 [  8020] By: nick                                  on 2000/12/06  19:57:20
3918         Log: Integrate mainline
3919      Branch: perlio
3920           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
3921           !> (integrate 75 files)
3922 ____________________________________________________________________________
3923 [  8019] By: nick                                  on 2000/12/06  19:28:21
3924         Log: Add useperlio to config.vc
3925              Turn off binmode in config_H.PL
3926              Regen all the config_H.xx
3927              Attempt to get debugging build with MSVC.
3928      Branch: perlio
3929            ! win32/config.vc win32/config_H.bc win32/config_H.gc
3930            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
3931 ____________________________________________________________________________
3932 [  8018] By: nick                                  on 2000/12/06  19:21:57
3933         Log: Test various dup/external program options on all platforms.
3934      Branch: perlio
3935            ! t/io/dup.t
3936 ____________________________________________________________________________
3937 [  8017] By: nick                                  on 2000/12/06  19:20:47
3938         Log: Fix harness to be less picky
3939      Branch: perlio
3940            ! lib/Test/Harness.pm
3941 ____________________________________________________________________________
3942 [  8016] By: jhi                                   on 2000/12/06  16:45:12
3943         Log: Update Changes.
3944      Branch: perl
3945            ! Changes patchlevel.h
3946 ____________________________________________________________________________
3947 [  8015] By: jhi                                   on 2000/12/06  16:41:03
3948         Log: Test \x{...} with ord().
3949      Branch: perl
3950            ! t/op/ord.t
3951 ____________________________________________________________________________
3952 [  8014] By: jhi                                   on 2000/12/06  16:20:33
3953         Log: Test tweak because of #8013.
3954      Branch: perl
3955            ! t/lib/b.t
3956 ____________________________________________________________________________
3957 [  8013] By: jhi                                   on 2000/12/06  16:09:09
3958         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
3959              From: Michael G Schwern <schwern@pobox.com>
3960              Date: Tue, 5 Dec 2000 21:23:28 -0500
3961              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
3962              
3963              Carp::Heavy parts not very applicable because of recent changes.
3964      Branch: perl
3965            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
3966            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
3967            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
3968            ! lib/Exporter.pm lib/Exporter/Heavy.pm
3969            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
3970            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
3971            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
3972            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
3973            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
3974            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
3975            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
3976            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
3977            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
3978            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
3979            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
3980            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
3981            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
3982            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
3983            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
3984            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
3985            ! warnings.pl
3986 ____________________________________________________________________________
3987 [  8012] By: jhi                                   on 2000/12/06  15:22:38
3988         Log: Subject: [PATCH] Re: New harness is failing things
3989              From: Nick Ing-Simmons <nik@tiuk.ti.com>
3990              Date: Wed, 6 Dec 2000 13:00:30 GMT
3991              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
3992      Branch: perl
3993            ! lib/Test/Harness.pm
3994 ____________________________________________________________________________
3995 [  8011] By: jhi                                   on 2000/12/06  15:12:08
3996         Log: Subject: installhtml changes
3997              From: Michael Stevens <michael@etla.org>
3998              Date: Wed, 6 Dec 2000 13:15:53 +0000
3999              Message-ID: <20001206131553.A27317@firedrake.org>
4000      Branch: perl
4001            ! installhtml
4002 ____________________________________________________________________________
4003 [  8010] By: jhi                                   on 2000/12/06  15:06:05
4004         Log: Subject: the dTHR hits
4005              From: Michael Stevens <michael@etla.org>
4006              Date: Wed, 6 Dec 2000 12:06:03 +0000
4007              Message-ID: <20001206120603.A24581@firedrake.org>
4008              
4009              More, errrm, less dTHRs.
4010      Branch: perl
4011            ! bytecode.pl ext/B/B/C.pm
4012 ____________________________________________________________________________
4013 [  8009] By: jhi                                   on 2000/12/06  15:04:25
4014         Log: Subject: MakeMaker mailing list gone?
4015              From: Michael G Schwern <schwern@pobox.com>
4016              Date: Tue, 5 Dec 2000 19:29:59 -0500
4017              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
4018              
4019              The MakeMaker mailing list is dead, perlbug is the right
4020              address to report bugs.
4021      Branch: perl
4022            ! lib/ExtUtils/MakeMaker.pm
4023 ____________________________________________________________________________
4024 [  8008] By: jhi                                   on 2000/12/06  15:00:32
4025         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
4026              From: Michael G Schwern <schwern@pobox.com>
4027              Date: Tue, 5 Dec 2000 19:21:21 -0500
4028              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
4029              
4030              Add a default MANIFEST skip that ignores things like
4031              version control files, editor temporary files, and the Makefile.
4032      Branch: perl
4033            + lib/ExtUtils/MANIFEST.SKIP
4034            ! MANIFEST lib/ExtUtils/Manifest.pm
4035 ____________________________________________________________________________
4036 [  8007] By: jhi                                   on 2000/12/06  14:57:20
4037         Log: In Amiga more manual hackery of the scripts seems to be needed,
4038              from Jan-Erik Karlsson.  Why Configure does not get this right
4039              is unknown, may be shell-induced.
4040      Branch: perl
4041            ! README.amiga
4042 ____________________________________________________________________________
4043 [  8006] By: jhi                                   on 2000/12/05  23:53:12
4044         Log: Add TOPm1s to peek at the second topmost stack item.
4045      Branch: perl
4046            ! pp.h
4047 ____________________________________________________________________________
4048 [  8005] By: jhi                                   on 2000/12/05  23:13:55
4049         Log: Avaunt, you foul UTF-8 tests.
4050      Branch: perl
4051            ! t/op/ver.t t/pragma/utf8.t
4052 ____________________________________________________________________________
4053 [  8004] By: jhi                                   on 2000/12/05  23:09:54
4054         Log: Continue utf8 dispersal. 
4055      Branch: perl
4056            + t/op/concat.t
4057            ! MANIFEST t/pragma/utf8.t
4058 ____________________________________________________________________________
4059 [  8003] By: nick                                  on 2000/12/05  23:02:39
4060         Log: Integrate mainline.
4061      Branch: perlio
4062           +> t/op/length.t t/op/utf8decode.t
4063           !> (integrate 69 files)
4064 ____________________________________________________________________________
4065 [  8002] By: jhi                                   on 2000/12/05  22:59:28
4066         Log: Integrate perlio.
4067      Branch: perl
4068           !> iperlsys.h perl.c perlio.c win32/perllib.c
4069 ____________________________________________________________________________
4070 [  8001] By: nick                                  on 2000/12/05  22:07:52
4071         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
4072              - calloc/free suffer from damage on TerminateThread()
4073              - use PerlMemShared (as originally planned) now fixed
4074              - avoid doing anything important on DLL "detach".
4075      Branch: perlio
4076            ! perl.c perlio.c win32/perllib.c
4077 ____________________________________________________________________________
4078 [  8000] By: nick                                  on 2000/12/05  21:05:09
4079         Log: Fix gross PerlMemShared issue.
4080      Branch: perlio
4081            ! iperlsys.h
4082 ____________________________________________________________________________
4083 [  7999] By: jhi                                   on 2000/12/05  20:46:58
4084         Log: Test for Unicode (UTF-8) hash keys.
4085      Branch: perl
4086            ! t/op/each.t
4087 ____________________________________________________________________________
4088 [  7998] By: jhi                                   on 2000/12/05  20:30:35
4089         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
4090              is now always UTF-8), empty line cosmetics.
4091      Branch: perl
4092            ! t/pragma/utf8.t
4093 ____________________________________________________________________________
4094 [  7997] By: jhi                                   on 2000/12/05  20:15:40
4095         Log: Subject: Re: STRLEN - what?
4096              From: Andy Dougherty <doughera@lafayette.edu>
4097              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
4098              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
4099              
4100              Explain STRLEN.
4101      Branch: perl
4102            ! pod/perlguts.pod
4103 ____________________________________________________________________________
4104 [  7996] By: jhi                                   on 2000/12/05  20:13:34
4105         Log: Split off the UTF-8 decoder tests, make them to check also
4106              the error message.
4107      Branch: perl
4108            + t/op/utf8decode.t
4109            ! MANIFEST t/pragma/utf8.t utf8.c
4110 ____________________________________________________________________________
4111 [  7995] By: jhi                                   on 2000/12/05  16:39:47
4112         Log: Start migrating bits of pragma/utf8 to elsewhere
4113              (since the long term plan is to obsolete 'use utf8').
4114      Branch: perl
4115            + t/op/length.t
4116            ! MANIFEST t/pragma/utf8.t
4117 ____________________________________________________________________________
4118 [  7994] By: jhi                                   on 2000/12/05  16:30:21
4119         Log: Fix a manual edit typo from #7993, fix the message formatting
4120              for Unicode, add few our declarations.
4121      Branch: perl
4122            ! lib/Carp/Heavy.pm
4123 ____________________________________________________________________________
4124 [  7993] By: jhi                                   on 2000/12/05  16:09:15
4125         Log: Subject: Need help with warnings :-(
4126              From: "Ben Tilly" <ben_tilly@hotmail.com>
4127              Date: Tue, 05 Dec 2000 01:35:54 -0500
4128              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
4129              
4130              Subject: UPDATE: Carp/Heavy now passes all tests
4131              From: "Ben Tilly" <ben_tilly@hotmail.com>
4132              Date: Tue, 05 Dec 2000 07:59:41 -0500
4133              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
4134              
4135              The Brave New Carp.
4136      Branch: perl
4137            ! lib/Carp.pm lib/Carp/Heavy.pm
4138 ____________________________________________________________________________
4139 [  7992] By: jhi                                   on 2000/12/05  15:55:08
4140         Log: Subject: [PATCH perl@7979] cygwin port
4141              From: "Eric Fifer" <efifer@dircon.co.uk>
4142              Date: Tue, 5 Dec 2000 14:04:09 -0000
4143              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
4144      Branch: perl
4145            ! t/lib/net-hostent.t
4146 ____________________________________________________________________________
4147 [  7991] By: jhi                                   on 2000/12/05  15:52:34
4148         Log: Subject: Re: [PATCH] The largest hoax of all times?
4149              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4150              Date: Tue, 5 Dec 2000 00:40:25 -0500
4151              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
4152              
4153              Subject: Re: [PATCH] The largest hoax of all times?
4154              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4155              Date: Mon, 4 Dec 2000 23:55:53 -0500
4156              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
4157              
4158              Subject: Re: [PATCH] The largest hoax of all times?
4159              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4160              Date: Tue, 5 Dec 2000 01:28:45 -0500
4161              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
4162              
4163              Fix the unpredictable order of DESTROYs.
4164      Branch: perl
4165            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
4166            ! sv.c sv.h t/op/ref.t
4167 ____________________________________________________________________________
4168 [  7990] By: jhi                                   on 2000/12/05  14:38:53
4169         Log: Subject: [PATCH] shrink pp_hot fractionally
4170              From: Nicholas Clark <nick@ccl4.org>
4171              Date: Tue, 5 Dec 2000 12:44:31 +0000
4172              Message-ID: <20001205124431.E74518@plum.flirble.org>
4173              
4174              Use report_evil_fh().
4175      Branch: perl
4176            ! opcode.pl opnames.h pp_hot.c util.c
4177 ____________________________________________________________________________
4178 [  7989] By: jhi                                   on 2000/12/05  14:21:27
4179         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
4180              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4181              Date: Mon, 04 Dec 2000 22:21:59 -0800
4182              Message-ID: <HmIL6gzkgepS092yn@efn.org>
4183              
4184              Harness shouldn't ignore responses like "ok 3\r\r\n".
4185      Branch: perl
4186            ! lib/Test/Harness.pm
4187 ____________________________________________________________________________
4188 [  7988] By: jhi                                   on 2000/12/05  13:51:28
4189         Log: Integrate the "skip" messages to explain().
4190      Branch: perl
4191            ! t/lib/syslfs.t t/op/lfs.t
4192 ____________________________________________________________________________
4193 [  7987] By: jhi                                   on 2000/12/05  12:34:54
4194         Log: The one that got away in #7984.
4195              
4196              Subject: Re: dTHR - what and why?
4197              From: Michael Stevens <michael@etla.org> 
4198              Date: Tue, 5 Dec 2000 11:15:52 +0000
4199              Message-ID: <20001205111552.A4647@firedrake.org>
4200      Branch: perl
4201            ! sv.h
4202 ____________________________________________________________________________
4203 [  7986] By: gsar                                  on 2000/12/05  09:14:44
4204         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
4205              due to the notorious GetFileType() bug in Windows 9x, which fstat()
4206              tickles)
4207      Branch: perl
4208            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
4209 ____________________________________________________________________________
4210 [  7985] By: jhi                                   on 2000/12/05  05:49:03
4211         Log: Integrate perlio.
4212      Branch: perl
4213           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
4214           !> win32/perlhost.h win32/perllib.c
4215 ____________________________________________________________________________
4216 [  7984] By: jhi                                   on 2000/12/05  05:48:16
4217         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
4218      Branch: perl
4219            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
4220            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
4221            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
4222            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
4223            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
4224            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
4225            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
4226            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
4227            ! win32/win32.c
4228 ____________________________________________________________________________
4229 [  7983] By: nick                                  on 2000/12/04  23:27:43
4230         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
4231      Branch: perlio
4232            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
4233            ! win32/perlhost.h win32/perllib.c
4234 ____________________________________________________________________________
4235 [  7982] By: jhi                                   on 2000/12/04  19:44:09
4236         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
4237              uncovered by #7980.
4238      Branch: perl
4239            ! op.c
4240 ____________________________________________________________________________
4241 [  7981] By: jhi                                   on 2000/12/04  19:42:07
4242         Log: Subject: [PATCH] Trivial dump.c feature
4243              From: Simon Cozens <simon@cozens.net>
4244              Date: Mon, 4 Dec 2000 18:08:38 +0000
4245              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
4246              
4247              Show whether a constant is UTF-8.
4248      Branch: perl
4249            ! dump.c
4250 ____________________________________________________________________________
4251 [  7980] By: jhi                                   on 2000/12/04  19:36:51
4252         Log: UTF-8 hash keys, patch from Inaba Hiroto.
4253      Branch: perl
4254            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
4255 ____________________________________________________________________________
4256 [  7979] By: jhi                                   on 2000/12/04  17:36:28
4257         Log: Update Changes.
4258      Branch: perl
4259            ! Changes patchlevel.h
4260 ____________________________________________________________________________
4261 [  7978] By: jhi                                   on 2000/12/04  16:42:17
4262         Log: Retract #7977, still too volatile (the euphemism of the day
4263              for unfinished and buggy :-)
4264      Branch: perl
4265            ! doop.c hv.c pp.c sv.h
4266 ____________________________________________________________________________
4267 [  7977] By: jhi                                   on 2000/12/04  16:25:15
4268         Log: (Retracted by #7978, too shaky yet.)
4269              
4270              Subject: Re: utf8 in hash keys, implementor missing
4271              From: Simon Cozens <simon@cozens.net>
4272              Date: Sat, 2 Dec 2000 19:49:35 +0000
4273              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
4274              
4275              The first step at UTF-8 hash keys.
4276      Branch: perl
4277            ! doop.c hv.c pp.c sv.h
4278 ____________________________________________________________________________
4279 [  7976] By: jhi                                   on 2000/12/04  16:13:53
4280         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
4281              From: sthoenna@efn.org
4282              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
4283              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
4284      Branch: perl
4285            ! os2/os2.c perlio.c
4286 ____________________________________________________________________________
4287 [  7975] By: jhi                                   on 2000/12/04  16:05:25
4288         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
4289              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
4290              Date: Thu, 30 Nov 2000 20:50:37 -0800
4291              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
4292      Branch: perl
4293            ! os2/os2.c
4294 ____________________________________________________________________________
4295 [  7974] By: jhi                                   on 2000/12/04  16:03:57
4296         Log: Subject: [PATCH] ++ 20% faster
4297              From: Nicholas Clark <nick@ccl4.org>
4298              Date: Mon, 4 Dec 2000 12:17:27 +0000
4299              Message-ID: <20001204121726.B52976@plum.flirble.org>
4300              
4301              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
4302      Branch: perl
4303            ! sv.c
4304 ____________________________________________________________________________
4305 [  7973] By: jhi                                   on 2000/12/04  16:00:48
4306         Log: 
4307              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
4308              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4309              Date: Mon, 04 Dec 2000 12:30:45 +0100
4310              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
4311              
4312              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
4313              library (getprotobyname and getprotobynumber are outversioned by
4314              the same calls in libc, at least for xlc version 3.
4315      Branch: perl
4316            ! hints/aix.sh
4317 ____________________________________________________________________________
4318 [  7972] By: jhi                                   on 2000/12/04  02:58:31
4319         Log: Integrate perlio.
4320      Branch: perl
4321           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
4322           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
4323           !> win32/win32.h win32/win32iop.h win32/win32thread.h
4324 ____________________________________________________________________________
4325 [  7971] By: nick                                  on 2000/12/04  00:24:33
4326         Log: Quieten some noise in Win32 builds:
4327              - win32.h is included after <sys/socket.h>, so need to 
4328              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
4329              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
4330      Branch: perlio
4331            ! doio.c perl.h toke.c win32/win32.h
4332 ____________________________________________________________________________
4333 [  7970] By: nick                                  on 2000/12/03  22:57:46
4334         Log: PERL_IMPLICIT_SYS compiles but does not work.
4335      Branch: perlio
4336            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
4337            ! win32/perlhost.h win32/perllib.c win32/win32.h
4338            ! win32/win32iop.h win32/win32thread.h
4339 ____________________________________________________________________________
4340 [  7969] By: jhi                                   on 2000/12/03  22:12:58
4341         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
4342              used to swash_init(), makes regprop() dumps more informative
4343              (+utf8::IsAlpha, -utf8::IsDigit, for example).
4344      Branch: perl
4345            ! regcomp.c regexec.c
4346 ____________________________________________________________________________
4347 [  7968] By: jhi                                   on 2000/12/03  21:39:56
4348         Log: Implement ANYOFUTF8 regprop() dumping.
4349      Branch: perl
4350            ! regcomp.c
4351 ____________________________________________________________________________
4352 [  7967] By: jhi                                   on 2000/12/03  20:57:19
4353         Log: Make uv_to_utf8() to zero-terminate its output buffer,
4354              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
4355      Branch: perl
4356            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
4357 ____________________________________________________________________________
4358 [  7966] By: nick                                  on 2000/12/03  18:41:21
4359         Log: Integrate mainline (STDCHAR)
4360      Branch: perlio
4361           !> Configure t/pragma/utf8.t
4362 ____________________________________________________________________________
4363 [  7965] By: jhi                                   on 2000/12/03  17:58:20
4364         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
4365      Branch: perl
4366            ! t/pragma/utf8.t
4367 ____________________________________________________________________________
4368 [  7964] By: jhi                                   on 2000/12/03  17:35:56
4369         Log: Integrate perlio.
4370      Branch: perl
4371           !> iperlsys.h perlio.c
4372 ____________________________________________________________________________
4373 [  7963] By: jhi                                   on 2000/12/03  17:33:55
4374         Log: Metaconfig unit change for #7962.
4375      Branch: metaconfig
4376            ! U/modified/stdchar.U
4377 ____________________________________________________________________________
4378 [  7962] By: jhi                                   on 2000/12/03  17:33:27
4379         Log: Untangle the <stdio.h> #include nest for the stdchar test,
4380              from Andy Dougherty.
4381      Branch: perl
4382            ! Configure
4383 ____________________________________________________________________________
4384 [  7961] By: nick                                  on 2000/12/03  16:53:00
4385         Log: Make iperlsys.h vector stdio not PerlIO.
4386      Branch: perlio
4387            ! iperlsys.h perlio.c
4388 ____________________________________________________________________________
4389 [  7960] By: nick                                  on 2000/12/03  14:43:01
4390         Log: Integrate mainline
4391      Branch: perlio
4392           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
4393           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
4394 ____________________________________________________________________________
4395 [  7959] By: jhi                                   on 2000/12/03  08:16:36
4396         Log: Use DO_UTF8().
4397      Branch: perl
4398            ! op.c
4399 ____________________________________________________________________________
4400 [  7958] By: jhi                                   on 2000/12/02  18:33:05
4401         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
4402              From: Mike Guy <mjtg@cam.ac.uk>         
4403              Date: Sat, 02 Dec 2000 17:27:13 +0000
4404              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
4405              
4406              An extraneous argument.
4407      Branch: perl
4408            ! toke.c
4409 ____________________________________________________________________________
4410 [  7957] By: jhi                                   on 2000/12/02  18:22:32
4411         Log: A missing hunk.
4412      Branch: perl
4413            ! t/lib/net-hostent.t
4414 ____________________________________________________________________________
4415 [  7956] By: jhi                                   on 2000/12/02  18:06:20
4416         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
4417              From: Nicholas Clark <nick@ccl4.org>
4418              Date: Sat, 2 Dec 2000 14:28:27 +0000
4419              Message-ID: <20001202142827.A12308@plum.flirble.org>
4420              
4421              Test robustness.
4422      Branch: perl
4423            ! t/lib/net-hostent.t
4424 ____________________________________________________________________________
4425 [  7955] By: jhi                                   on 2000/12/02  17:58:06
4426         Log: Metaconfig unit change for #7954.
4427      Branch: metaconfig
4428            ! U/modified/stdchar.U
4429 ____________________________________________________________________________
4430 [  7954] By: jhi                                   on 2000/12/02  17:54:32
4431         Log: An inconvenient hang would happen if the stdio _ptr wasn't
4432              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
4433              would be grepping stdin for all eternity for the _ptr.)
4434      Branch: perl
4435            ! Configure
4436 ____________________________________________________________________________
4437 [  7953] By: jhi                                   on 2000/12/02  00:07:15
4438         Log: Update Changes.
4439      Branch: perl
4440            ! Changes patchlevel.h
4441 ____________________________________________________________________________
4442 [  7952] By: jhi                                   on 2000/12/01  23:54:47
4443         Log: Subject: Re: long shell lines
4444              From: Andy Dougherty <doughera@lafayette.edu>
4445              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
4446              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
4447              
4448              Split overly long shell command lines.
4449      Branch: perl
4450            ! lib/ExtUtils/MM_Unix.pm
4451 ____________________________________________________________________________
4452 [  7951] By: jhi                                   on 2000/12/01  23:48:02
4453         Log: The metaconfig unit change for #7950.
4454      Branch: metaconfig
4455            + U/modified/stdchar.U
4456 ____________________________________________________________________________
4457 [  7950] By: jhi                                   on 2000/12/01  23:47:39
4458         Log: Try to find stdchar also from <stdio_impl.h>.
4459      Branch: perl
4460            ! Configure config_h.SH
4461 ____________________________________________________________________________
4462 [  7949] By: jhi                                   on 2000/12/01  23:46:45
4463         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
4464              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
4465              Date: Fri, 1 Dec 2000 16:26:08 -0500
4466              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
4467              
4468              Reword the diagnostic message.
4469      Branch: perl
4470            ! pod/perldiag.pod
4471 ____________________________________________________________________________
4472 [  7948] By: nick                                  on 2000/12/01  22:49:43
4473         Log: Integrate mainline (for s/y/m as sub names stuff).
4474      Branch: perlio
4475           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
4476           !> t/pragma/warn/toke toke.c
4477 ____________________________________________________________________________
4478 [  7947] By: jhi                                   on 2000/12/01  20:55:41
4479         Log: Integrate perlio.
4480      Branch: perl
4481           !> perlio.c perliol.h t/io/pipe.t
4482 ____________________________________________________________________________
4483 [  7946] By: jhi                                   on 2000/12/01  20:36:51
4484         Log: Upgrade to CPAN 1.59_51, from Andreas König.
4485      Branch: perl
4486            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
4487 ____________________________________________________________________________
4488 [  7945] By: nick                                  on 2000/12/01  20:31:32
4489         Log: Integrate mainline
4490      Branch: perlio
4491           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
4492           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
4493           +> t/lib/net-hostent.t
4494           !> (integrate 35 files)
4495 ____________________________________________________________________________
4496 [  7944] By: jhi                                   on 2000/12/01  20:23:29
4497         Log: Some help for 20001130.011.  Now one gets warnings like
4498              "Ambiguous -f() resolved as a file test ..."
4499      Branch: perl
4500            ! pod/perldiag.pod t/pragma/warn/toke toke.c
4501 ____________________________________________________________________________
4502 [  7943] By: jhi                                   on 2000/12/01  19:44:44
4503         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
4504              that also breaks using them as methods. 
4505      Branch: perl
4506            ! pod/perldiag.pod t/op/misc.t toke.c
4507 ____________________________________________________________________________
4508 [  7942] By: nick                                  on 2000/12/01  17:56:46
4509         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
4510              Make 'unix' pass most tests
4511              - do unread by temporary push of layer ("pending") holding unread chars
4512              - fast_gets is now based on per-handle flag
4513              - relax one of io/pipe.t tests to allow print to fail and close to
4514              succeed so that it passes on unbuffered "unix" layer.
4515              Remaining fail is sporadic and a genuine race condition between
4516              parent/child in fork test.
4517      Branch: perlio
4518            ! perlio.c perliol.h t/io/pipe.t
4519 ____________________________________________________________________________
4520 [  7941] By: jhi                                   on 2000/12/01  15:28:58
4521         Log: (Retracted by #7943.)
4522              
4523              Reserve the short named string operator names.
4524      Branch: perl
4525            ! pod/perldiag.pod t/op/misc.t toke.c
4526 ____________________________________________________________________________
4527 [  7940] By: jhi                                   on 2000/12/01  06:45:53
4528         Log: Get the three different space character classes right under utf8.
4529      Branch: perl
4530            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
4531            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
4532            ! regexec.c t/op/pat.t utf8.c
4533 ____________________________________________________________________________
4534 [  7939] By: jhi                                   on 2000/12/01  03:26:26
4535         Log: Two more tests that make no sense in UTF-8 since the test
4536              data is not in UTF-8.
4537      Branch: perl
4538            ! t/op/regexp.t
4539 ____________________________________________________________________________
4540 [  7938] By: jhi                                   on 2000/12/01  03:20:39
4541         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
4542              should it be required inside regexen?
4543      Branch: perl
4544            ! regcomp.c t/op/regmesg.t
4545 ____________________________________________________________________________
4546 [  7937] By: jhi                                   on 2000/12/01  02:58:53
4547         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
4548              stored and restored, and thusly was trounced by the utf8 swash
4549              routines.
4550      Branch: perl
4551            ! regcomp.c
4552 ____________________________________________________________________________
4553 [  7936] By: jhi                                   on 2000/11/30  20:41:39
4554         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
4555              Why the different platforms behave so differently (core dump vs
4556              no core dump) on this bug is a but of a mystery, but if I had to
4557              guess I would mumble something like 'alignment'.
4558      Branch: perl
4559            ! sv.c
4560 ____________________________________________________________________________
4561 [  7935] By: jhi                                   on 2000/11/30  16:17:02
4562         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
4563              From: Robin Barker <rmb1@cise.npl.co.uk>
4564              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
4565              Date: Thu, 30 Nov 2000 14:27:12 GMT
4566      Branch: perl
4567            ! perlio.c toke.c
4568 ____________________________________________________________________________
4569 [  7934] By: jhi                                   on 2000/11/30  16:04:49
4570         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
4571      Branch: perl
4572            ! t/lib/net-hostent.t
4573 ____________________________________________________________________________
4574 [  7933] By: jhi                                   on 2000/11/30  06:07:26
4575         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
4576              From: Peter Prymmer <pvhp@forte.com>
4577              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
4578              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
4579              
4580              In VMS the localhost may be LOCALHOST.
4581      Branch: perl
4582            ! t/lib/net-hostent.t
4583 ____________________________________________________________________________
4584 [  7932] By: jhi                                   on 2000/11/30  01:11:11
4585         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
4586              From: Peter Prymmer <pvhp@forte.com>
4587              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
4588              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
4589              
4590              plus regen perlapi.pod.
4591      Branch: perl
4592            ! pod/perlapi.pod utf8.c
4593 ____________________________________________________________________________
4594 [  7931] By: jhi                                   on 2000/11/30  01:06:19
4595         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
4596              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4597              Date:     Wed, 29 Nov 2000 17:15:11 EST
4598              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
4599      Branch: perl
4600            ! t/lib/filter-util.pl t/lib/filter-util.t
4601 ____________________________________________________________________________
4602 [  7930] By: jhi                                   on 2000/11/29  18:51:55
4603         Log: Update Changes.
4604      Branch: perl
4605            ! Changes patchlevel.h
4606 ____________________________________________________________________________
4607 [  7929] By: jhi                                   on 2000/11/29  18:50:55
4608         Log: Update the va_copy() metaconfig unit.
4609      Branch: metaconfig/U/perl
4610            ! need_va_copy.U
4611 ____________________________________________________________________________
4612 [  7928] By: jhi                                   on 2000/11/29  17:50:43
4613         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
4614              From: Dominic Dunlop <domo@computer.org>
4615              Date: Tue, 28 Nov 2000 16:41:57 +0100
4616              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
4617              
4618              Patch to catch a core dump in the Configure va_copy test.
4619      Branch: perl
4620            ! Configure config_h.SH
4621 ____________________________________________________________________________
4622 [  7927] By: jhi                                   on 2000/11/29  17:31:59
4623         Log: Retract #7921, the patch shouldn't be needed.
4624      Branch: perl
4625            ! sv.c
4626 ____________________________________________________________________________
4627 [  7926] By: jhi                                   on 2000/11/29  17:01:41
4628         Log: Make the Class::Struct import() wiser.
4629      Branch: perl
4630            ! lib/Class/Struct.pm t/lib/class-struct.t
4631 ____________________________________________________________________________
4632 [  7925] By: jhi                                   on 2000/11/29  16:36:33
4633         Log: All the core library users of Class::Struct seem to be
4634              using "use Class::Struct 'struct';" instead of the bare
4635              "use Class::Struct;", which isn't documented in Class::Struct.
4636              This can't be right.
4637      Branch: perl
4638            ! lib/File/stat.pm
4639 ____________________________________________________________________________
4640 [  7924] By: jhi                                   on 2000/11/29  16:32:15
4641         Log: A test works better if it has the right 1..$n output.
4642      Branch: perl
4643            ! t/lib/class-struct.t
4644 ____________________________________________________________________________
4645 [  7923] By: jhi                                   on 2000/11/29  16:29:11
4646         Log: Forgot to MANIFEST the new Net::hostent test.
4647      Branch: perl
4648            ! MANIFEST
4649 ____________________________________________________________________________
4650 [  7922] By: jhi                                   on 2000/11/29  16:27:49
4651         Log: Integrate perlio.
4652      Branch: perl
4653           !> iperlsys.h perlio.c
4654 ____________________________________________________________________________
4655 [  7921] By: jhi                                   on 2000/11/29  16:27:10
4656         Log: (Retracted by #7927.)
4657              
4658              Subject: [PATCH] Is infinity a number?
4659              From: Simon Cozens <simon@cozens.net>
4660              Date: Wed, 29 Nov 2000 14:48:20 +0000
4661              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
4662      Branch: perl
4663            ! sv.c
4664 ____________________________________________________________________________
4665 [  7920] By: jhi                                   on 2000/11/29  16:23:02
4666         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
4667              From: rspier@pobox.com (Robert Spier)
4668              Date: Wed, 29 Nov 2000 02:17:49 -0500
4669              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
4670              
4671              Add a test for Net::hostent.
4672      Branch: perl
4673            + t/lib/net-hostent.t
4674 ____________________________________________________________________________
4675 [  7919] By: jhi                                   on 2000/11/29  16:21:31
4676         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
4677              add a test for Class::Struct.
4678      Branch: perl
4679            + t/lib/class-struct.t
4680            ! MANIFEST lib/Class/Struct.pm
4681 ____________________________________________________________________________
4682 [  7918] By: jhi                                   on 2000/11/29  15:48:40
4683         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
4684              From: rspier@pobox.com (Robert Spier)
4685              Date: Wed, 29 Nov 2000 02:25:39 -0500
4686              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
4687              
4688              More checking in case someone has broken their services or
4689              protocol databases.
4690      Branch: perl
4691            ! ext/Sys/Syslog/Syslog.pm
4692 ____________________________________________________________________________
4693 [  7917] By: jhi                                   on 2000/11/29  15:46:25
4694         Log: Subject: [PATCH] $^O  win32 -> MSWin32
4695              From: rspier@pobox.com (Robert Spier)
4696              Date: Wed, 29 Nov 2000 02:17:38 -0500
4697              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
4698              
4699              plus similar nits for vms, err, VMS, and UNICOS.
4700      Branch: perl
4701            ! t/lib/syslfs.t t/op/lfs.t
4702 ____________________________________________________________________________
4703 [  7916] By: jhi                                   on 2000/11/29  15:42:51
4704         Log: Subject: [PATCH] Tokeniser debugging
4705              From: Simon Cozens <simon@cozens.net>
4706              Date: Wed, 29 Nov 2000 14:15:45 +0000
4707              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
4708      Branch: perl
4709            ! perl.c perl.h pod/perlrun.pod toke.c
4710 ____________________________________________________________________________
4711 [  7915] By: jhi                                   on 2000/11/29  15:41:36
4712         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
4713              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4714              Date: Wed, 29 Nov 2000 02:13:14 -0500
4715              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
4716              
4717              OUT keyword nits.
4718              
4719              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
4720              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4721              Date: Wed, 29 Nov 2000 03:09:04 -0500
4722              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
4723              
4724              OUT and IN_OUT documentation.
4725      Branch: perl
4726            ! lib/ExtUtils/xsubpp pod/perlxs.pod
4727 ____________________________________________________________________________
4728 [  7914] By: jhi                                   on 2000/11/29  03:35:01
4729         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
4730              From: John Tobey <jtobey@john-edwin-tobey.org>
4731              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
4732              Message-Id: <m140e1N-000FOoC@feynman.localnet>
4733              
4734              plus a performance speedup noticed by Sarathy.
4735      Branch: perl
4736            ! op.c
4737 ____________________________________________________________________________
4738 [  7913] By: jhi                                   on 2000/11/29  03:16:59
4739         Log: Use "1 while unlink" so that VMS gets clean, too.
4740      Branch: perl
4741            ! t/lib/filter-util.t
4742 ____________________________________________________________________________
4743 [  7912] By: jhi                                   on 2000/11/29  03:09:08
4744         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
4745              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4746              Date: Tue, 28 Nov 2000 03:27:09 -0500
4747              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
4748      Branch: perl
4749            ! lib/ExtUtils/xsubpp
4750 ____________________________________________________________________________
4751 [  7911] By: jhi                                   on 2000/11/29  03:06:30
4752         Log: This should have been part of #7872: no need to scan UTF-8
4753              until eternity.
4754      Branch: perl
4755            ! utf8.c
4756 ____________________________________________________________________________
4757 [  7910] By: jhi                                   on 2000/11/29  02:50:04
4758         Log: One more perltie.pod nit from Casey R. Tweten.
4759      Branch: perl
4760            ! pod/perltie.pod
4761 ____________________________________________________________________________
4762 [  7909] By: jhi                                   on 2000/11/29  02:44:23
4763         Log: Document the known sprintf test failures, exact standard
4764              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
4765      Branch: perl
4766            ! pod/perldelta.pod t/op/sprintf.t
4767 ____________________________________________________________________________
4768 [  7908] By: jhi                                   on 2000/11/29  02:36:23
4769         Log: Add the Encoding table format documentation.
4770      Branch: perl
4771            + ext/Encode/Encode/EncodeFormat.pod
4772            ! MANIFEST
4773 ____________________________________________________________________________
4774 [  7907] By: jhi                                   on 2000/11/29  02:07:24
4775         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
4776              From: "Casey R. Tweten" <crt@kiski.net>
4777              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
4778              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
4779              
4780              Subject: Re: [PATCH] Updating perltie.pod for arrays
4781              From: "Casey R. Tweten" <crt@kiski.net>
4782              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
4783              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
4784      Branch: perl
4785            ! pod/perltie.pod
4786 ____________________________________________________________________________
4787 [  7906] By: nick                                  on 2000/11/28  22:40:59
4788         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
4789      Branch: perlio
4790            ! iperlsys.h perlio.c
4791 ____________________________________________________________________________
4792 [  7905] By: nick                                  on 2000/11/28  22:04:34
4793         Log: Integrate mainline
4794      Branch: perlio
4795           !> (integrate 39 files)
4796 ____________________________________________________________________________
4797 [  7904] By: jhi                                   on 2000/11/28  16:44:43
4798         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
4799              From: Nicholas Clark <nick@babyhippo.co.uk>
4800              Date: Tue, 28 Nov 2000 11:16:57 +0000
4801              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
4802      Branch: perl
4803            ! pod/perlipc.pod
4804 ____________________________________________________________________________
4805 [  7903] By: jhi                                   on 2000/11/28  16:40:31
4806         Log: Subject: [PATCH] Updating perltie.pod for arrays
4807              From: "Casey R. Tweten" <crt@kiski.net>
4808              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
4809              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
4810      Branch: perl
4811            ! pod/perltie.pod
4812 ____________________________________________________________________________
4813 [  7902] By: jhi                                   on 2000/11/28  16:39:37
4814         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
4815              From: Robin Barker <rmb1@cise.npl.co.uk>
4816              Date: Mon, 27 Nov 2000 17:56:44 GMT
4817              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
4818      Branch: perl
4819            ! pod/perlfunc.pod t/op/split.t
4820 ____________________________________________________________________________
4821 [  7901] By: jhi                                   on 2000/11/28  16:28:04
4822         Log: setmode() is a DOSish-only thing.
4823      Branch: perl
4824            ! perlio.c
4825 ____________________________________________________________________________
4826 [  7900] By: jhi                                   on 2000/11/28  16:21:46
4827         Log: Subject: [PATCH] perlcc.PL cleanups
4828              From: Simon Cozens <simon@cozens.net>
4829              Date: Tue, 28 Nov 2000 12:44:35 +0000
4830              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
4831      Branch: perl
4832            ! utils/perlcc.PL
4833 ____________________________________________________________________________
4834 [  7899] By: gsar                                  on 2000/11/28  06:32:55
4835         Log: reintegrate files missed by change#7895
4836      Branch: maint-5.6/perl
4837           +> ext/ByteLoader/bytecode.h utils/Makefile
4838            - utils/perlbc.PL
4839 ____________________________________________________________________________
4840 [  7897] By: gsar                                  on 2000/11/27  18:22:47
4841         Log: can't integrate these two files, for some reason
4842      Branch: maint-5.6/perl
4843            - ext/ByteLoader/bytecode.h utils/Makefile
4844 ____________________________________________________________________________
4845 [  7895] By: gsar                                  on 2000/11/27  18:11:21
4846         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
4847              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
4848              6757..6890,6892..6901 from mainline
4849              
4850              Bytecompiler patches from Benjamin Stuhl.
4851              
4852              More bytecompiler.
4853              
4854              Subject: [PATCH blead] B:: missing dependency
4855              
4856              Subject: [PATCH: 6757] configure.com updates and syslog build
4857              
4858              Long double Gconvert fixes from Yitzchak Scott-Thoennes
4859              and Spider Boardman.
4860              
4861              Subject: [PATCH blead] nextchar() abuse misses an optimisation
4862              
4863              Long double fixes from Spider Boardman.
4864              
4865              Make the selection of NVff et al stricter.
4866              
4867              cSVOPo_*v things index into the current PL_curpad
4868              under ithreads, which is different from the curpad
4869              used by the XSUB.  (In other words, the code as-is
4870              before this patch wouldn't work under ithreads.)
4871              
4872              Be portable.
4873              
4874              VMS MMS (make) wants null action.
4875              
4876              Mac and other portability updates from Chris Nandor.
4877              
4878              Storable support, v-version fixes.
4879              Subject: CPAN.pm beta for testing available
4880              
4881              Portability fix from Hugo van der Sanden.
4882              
4883              Bad makefile.
4884              
4885              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
4886              
4887              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
4888              
4889              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
4890              
4891              Replace #6705 with a minimal doc patch.
4892              Subject: [PATCH 5.6.0] replace change #6705
4893              
4894              Drop the separate perlbc, perlcc -b should be enough.
4895              
4896              installperl couldn't tell whether it had run tests or not.
4897              Subject: [PATCH] Re: installperl and t/TEST
4898              
4899              Add silencer flags to installperl.
4900              Subject: [PATCH] Making installperl silent.
4901              
4902              Make "make install" by default silent.  A new "install-verbose"
4903              target is verbose.
4904              
4905              More liberal parsing of version numbers.
4906              Subject: Re: CPAN.pm beta for testing available
4907              
4908              Create directories in silence.
4909              Subject: [PATCH] Another silencer for MakeMaker
4910              
4911              DOS patches and portability/porting notes, from Tim Jenness.
4912              
4913              Make installman to recognize the silence flag -S.
4914              
4915              Actually do something with the silencer option.
4916              
4917              Continue silencing.
4918              
4919              Show the doc file, not the temp file.
4920              
4921              Regen perltoc.
4922              
4923              Subject: [PATCH] More silencing of installman.
4924              
4925              Better wording for the vec lvalue diagnostic.
4926              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
4927              
4928              Subject: [PATCH: 6805] several more tweaks to configure.com
4929              
4930              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
4931              
4932              Missing parts of 
4933              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
4934              
4935              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
4936              (applied slightly modified)
4937              
4938              installperl --verbose and --silent.
4939              Subject: Re: [PATCH] More silencing of installman.
4940              
4941              Add install-silent target.
4942              
4943              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
4944              the problem reported in
4945              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
4946              
4947              Tweak the sfio/useperlio logic, hopefully as wished in
4948              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
4949              
4950              One forgotten file from #6816.
4951              
4952              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
4953              
4954              Remove duplicately applied patch shards.
4955              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
4956              
4957              Support preserving extremely big/small angles.
4958              
4959              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
4960              
4961              Subject: [PATCH] installation not quite silent yet.
4962              
4963              Update the test count.
4964              
4965              Use UVxf, PTR2UV, NVff.
4966              
4967              Document PTR2XX and INT2PTR.
4968              
4969              no-install target a la make -n.
4970              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
4971              
4972              grep -e isn't portable.
4973              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
4974              
4975              Can't get the test to reliably work thanks to the
4976              inaccurateness of floating point.  "Resolves" bug ids
4977              20000826.003, 20000826.009, 20000826.010,
4978              
4979              Subject: installman buglet
4980              
4981              DJGPP update from Laszlo Molnar.
4982              
4983              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
4984              
4985              Passing -R in ldflags makes now it to appear in the default
4986              for lddlflags, just like with -L.
4987              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
4988              
4989              Test nit.
4990              
4991              Use the actual thread type, not the pointer-to-struct.
4992              
4993              Provice virtual $Config{ccflags_nolargefiles} etc. 
4994              
4995              display_format used as a class method without arguments was broken,
4996              reported in
4997              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
4998              
4999              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
5000              
5001              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
5002              
5003              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
5004              
5005              opmini.o may be left around if a build is interrupted.
5006              
5007              Typo in #6858.
5008              
5009              Fix for ID 20000828.001, long doubles were not formatted
5010              correctly (showed up in $], which stopped installing perl).
5011              
5012              An attempt to fix the problem reported in
5013              Subject: Building perl@6856 using gcc/AIX 4.3.3 
5014              I can't test this properly since the gcc installation I have
5015              access to seems to be botched (gcc is calling the AIX cpp,
5016              a losing proposition...)
5017              
5018              Add -ld to archname on long tr...double platforms.
5019              
5020              Subject: hv.h Doc Patch
5021              
5022              Potential cruft.
5023              
5024              Subject: [PATCH bleedperl@6856] warnings fixes
5025              
5026              -S is the silent flag, -s is the strip flag.
5027              Subject: [PATCH] Re: [PATCH] make no-install          
5028              
5029              Take out the SUIDMAIL thing, that will not be
5030              a problem in 5.7.*.
5031              
5032              Subject: [PATCH bleedperl@6866] spellings
5033              
5034              Subject: [PATCH] Re: files not cleaned even by veryclean
5035              
5036              Use minimal @INC in tests, most of the time just '../lib',
5037              so that we simply can't pick up stuff from other Perls than
5038              the one we are testing.  Pointed out by
5039              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
5040              
5041              Update to Getopt::Long 2.24, from Johan Vromans.
5042              
5043              Fix for thinko in #6848.
5044              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
5045              
5046              Patches all over for people and the files they (hopefully) care about.
5047              
5048              Subject: Net::protoent does not export 'getproto'
5049              
5050              Missed a change in #6869.
5051              
5052              Subject: [PATCH] Warnings in B::Deparse
5053              
5054              Subject: [PATCH] Glob dumping
5055              
5056              Disable one of the tests for now.
5057              
5058              Disabling the one test is a bit tricky.
5059              
5060              Don't forget to tidy up.
5061              
5062              The #6881 removed one dump line.
5063              
5064              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
5065              
5066              Under usethreads the dumped variable is IN_PAD.
5067              Subject: Re: [PATCH] Glob dumping
5068              
5069              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
5070              
5071              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
5072              
5073              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
5074              
5075              Regen Configure for #6894.
5076              
5077              Subject: [PATCH: 6889] updates to perlebcdic.pod
5078              
5079              Undo namespace pollution of #6878.
5080              Subject: Re: Net::protoent does not export 'getproto'
5081              
5082              Admit that we are leaking scalars.
5083              
5084              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
5085      Branch: maint-5.6/perl
5086           !> (integrate 271 files)
5087 ____________________________________________________________________________
5088 [  7894] By: gsar                                  on 2000/11/27  16:00:34
5089         Log: a couple of nits
5090      Branch: maint-5.6/perl
5091            ! MANIFEST pp_sys.c
5092 ____________________________________________________________________________
5093 [  7893] By: gsar                                  on 2000/11/27  15:10:56
5094         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
5095              6740..6745,6747..6757,6760
5096              
5097              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
5098              
5099              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
5100              
5101              Doc nits spotted by Richard Soderberg.
5102              
5103              move WNOHANG definition to where other such things are
5104              
5105              Make $Config{byteorder} more magical so that it is
5106              dynamically computed: nice for 'fat binaries'.
5107              Subject: [PATCH]: default byteorder
5108              
5109              Subject: [PATCH] Cwd.pm now uses strict
5110              
5111              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
5112              
5113              Get -DLEAKTEST to compile (not necessarily to work, mind)
5114              Subject: [ID 20000724.006] -DLEAKTEST problem
5115              
5116              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
5117              
5118              Add perlebcdic from Peter Prymmer, regen toc.
5119              
5120              Don't propose using modules built for 5.005 if no binary
5121              compatibility with 5.005 is attempted.
5122              
5123              Do not use prototyping here.
5124              Subject: [ID 20000817.016] [PATCH] Peek.xs
5125              
5126              Document what the backtick returns if the command fails.
5127              
5128              Add byteorder to the myconfig output.
5129              
5130              Introduce NVef, NVff, and NVgf, use the middle one.
5131              (helps for lib/peek + Linux + long doubles)  Reported in
5132              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
5133              Use NVs in POSIX math, not doubles.
5134              Subject: [ID 20000817.014] POSIX & modfl
5135              
5136              Subject: [PATCH 5.6.0+] newSVrv() memory leak
5137              
5138              The byteorder code in #6671 was wrong.
5139              
5140              Fix the lib/complex failure of
5141              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
5142              Linux long double accuracy issue: something that
5143              when printed with %g looks like "2" but int() of it is 1.
5144              
5145              Propagate new Configure vars.
5146              
5147              Unbuffer the output.
5148              
5149              Subject: [PATCH] perltrap.pod spring cleaning
5150              
5151              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
5152              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
5153              
5154              Tiny Getopt::Long patch from Johan Vromans.
5155              
5156              Document code point which makes if (defined %stash::) to work
5157              (noted by Spider Boardman).
5158              
5159              Subject: [PATCH perl@6698] cygwin port
5160              
5161              Document the NDBM_File and ODBM_File as SDBM_File
5162              was documented in #6417.
5163              
5164              The new tests were missing from #6415.
5165              
5166              Add [[:blank:]] as suggested in
5167              Subject: [ID 20000716.024] [=cc=] / [:blank:]
5168              (the [=cc=] has already been taken care of by #6439
5169              so the whole bug report can be closed)
5170              and make [[:space:]] to be equivalent to isspace(3)
5171              (as opposed to \s, which is isSPACE()).  The difference
5172              is that now [[:space:]] matches the mythical vertical tab,
5173              while \s doesn't.
5174              
5175              Don't eat leading os from index entries.
5176              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
5177              
5178              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
5179              
5180              Typo in pp_complement().
5181              Subject: [PATCH perl-current] Deparse
5182              
5183              Add warnif(), check warnings further up the stack,
5184              all the warnings functions now can take an optional object reference.
5185              Subject: [PATCH bleedperl@6691] warnings pragma update
5186              
5187              Fix a core dump in lib/selfloader under -DDEBUGGING.
5188              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
5189              
5190              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
5191              
5192              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
5193              
5194              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
5195              Put back the long double avoidance code to POSIX.xs
5196              because VMS seems to need it still.
5197              
5198              Introduce a 'veryclean' target that is like 'distclean'
5199              but also removes *~ and *.orig.
5200              
5201              Subject: [ID 20000817.023] endianness description in perlfunc.pod
5202              
5203              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
5204              
5205              Let's try #6717 again.
5206              
5207              UTF8 concat fixes.
5208              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
5209              
5210              pp_open() could pass an uninitialized filename down to do_open9().
5211              
5212              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
5213              
5214              Update to CGI 2.72, from Lincoln Stein.
5215              
5216              Subject: [PATCH] Silence MakeMaker (Was: installman)
5217              
5218              Use temporary directory instead of current directory.
5219              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
5220              
5221              Document odd vs even subreleases and -Dusedevel.
5222              
5223              The veryclean target needs to clobber.
5224              
5225              Use File::Spec->tmpdir().
5226              
5227              Document the number of exponent digits.
5228              
5229              Mention perlebcdic and perlposix-bc.
5230              
5231              s/this one/the 5.6.0 release/
5232              
5233              The #6724 is here.
5234              
5235              The correct cleaning order is an art.
5236              
5237              small tweaks for change#6705: avoid C++ style comments in C code;
5238              use Perl's malloc API rather than the low level system one
5239              
5240              Array context keeps slithering in.
5241              
5242              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
5243              
5244              Subject: [PATCH] os2.c fix for use64bitint
5245              
5246              Update to Pod::LaTeX 0.53.
5247              Subject: [PATCH] lib/Pod/LaTeX.pm updates
5248              
5249              Document the endianness of Alpha more precisely.
5250              
5251              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
5252              
5253              Rename the macro argument because some preprocessors
5254              can't tell the difference and expand arguments also inside
5255              double quoted strings.
5256              
5257              free TLS slot properly on Windows
5258              
5259              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
5260              
5261              Unicos/mk requires elaborate paranoia.
5262              
5263              Tweak the floating point output routine preferences.
5264              
5265              Also under djgpp the timestamps are funky.
5266              
5267              Apply some PodParser 1.18 patches; the Pod/Find.pm
5268              patches cannot be applied since #6712 conflicts.
5269              
5270              Use PodParser 1.18 new test.
5271              
5272              A pod nit.
5273              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
5274              
5275              Be verydeepclean.
5276      Branch: maint-5.6/perl
5277           +> pod/perlebcdic.pod
5278           !> (integrate 106 files)
5279 ____________________________________________________________________________
5280 [  7892] By: jhi                                   on 2000/11/27  15:02:32
5281         Log: Update Changes.
5282      Branch: perl
5283            ! Changes patchlevel.h
5284 ____________________________________________________________________________
5285 [  7891] By: jhi                                   on 2000/11/27  14:57:23
5286         Log: Subject: Re: perlfaq style changes
5287              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
5288              Date: Sat, 25 Nov 2000 23:32:26 -0800
5289              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
5290              
5291              plus a note from Ronald Kimball.
5292      Branch: perl
5293            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
5294 ____________________________________________________________________________
5295 [  7890] By: jhi                                   on 2000/11/27  14:53:14
5296         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
5297              From: Benjamin Holzman <bah@ecnvantage.com>
5298              Date: Sun, 26 Nov 2000 16:27:33 -0500
5299              Message-ID: <20001126162733.J25040@ecnvantage.com>
5300      Branch: perl
5301            ! gv.c
5302 ____________________________________________________________________________
5303 [  7889] By: jhi                                   on 2000/11/27  14:43:11
5304         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
5305              From: lvirden@cas.org
5306              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
5307              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
5308      Branch: perl
5309            ! README.amiga
5310 ____________________________________________________________________________
5311 [  7888] By: jhi                                   on 2000/11/27  14:32:34
5312         Log: Restore also the locale test to no-sprintf-taint state.
5313              Fixes the bug 20001127.003.
5314      Branch: perl
5315            ! sv.c t/pragma/locale.t
5316 ____________________________________________________________________________
5317 [  7887] By: gsar                                  on 2000/11/27  14:13:05
5318         Log: integrate changes#6613..6616,6620..6665 from mainline
5319              
5320              VMS configure.com update continues.
5321              
5322              Subject: Test fails / warnings with perl-current #6612
5323              
5324              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
5325              
5326              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
5327              
5328              For now remove the mail code.
5329              
5330              Subject: Re: [PATCH] @+, @- readonly
5331              
5332              Subject: warning: storage class after type is obsolescent
5333              
5334              Subject: sfio2000
5335              
5336              Subject: Re: File::Temp problems on VMS in bleedperl
5337              
5338              README.os2 update.
5339              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
5340              
5341              Make the user to give up his firstborn, err, to knowingly
5342              verify installing an unstable developer release.  Also bump
5343              the release to 5.7.0, but leave a patch tag in the local
5344              patches saying that this is not yet the real thing.
5345              
5346              Update (kinda) to Test 1.14, from Joshua Pritikin.
5347              
5348              make ok etc also for win32.
5349              
5350              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
5351              
5352              Don't blow limited stacks, a lower number is enough to
5353              tickle the lookbehind limit.
5354              
5355              Use -Dusedevel; regen Configure and the respective Porting stuff.
5356              
5357              Subject: [PATCH] debugger exit code should reflect user exit code
5358              
5359              Subject: [PATCH perl@6620] cygwin port
5360              
5361              Missed a file from #6638.
5362              
5363              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)
5364              
5365              magic callbacks all need to have same type signature
5366              
5367              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
5368              
5369              Fix a dependency problem.
5370              Subject: [PATCH: 6640] VMS Makefile.SH update
5371              
5372              The numeric locale was reset to "C" by s?printf and never restored.
5373              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
5374              No test since adding the failing example to locale.t
5375              does not fail -- probably because the locale settings are so
5376              thoroughly tweaked by that time.  Running the example standalone
5377              does fail, though.  UPDATE: test case added at change #7540.
5378              
5379              Subject: [ID 20000324.040] minor fix to perlhpux.pod
5380              
5381              Update to CPAN 1.57.
5382              
5383              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
5384              
5385              Change the perlbug address to perl.org since it's more forgiving.
5386              
5387              Change the regx compilation error markers to use = instead of <
5388              since pod makes using the latter quite messy.  Reported in
5389              ID 20000814.006 by Abigail and in
5390              Subject: Unknown escape E<> ?
5391              
5392              Update to perldebtut 1.9, from Richard Foley.
5393              
5394              check that the number pseudo children doesn't exceed
5395              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
5396              the WaitForMultipleObjects() limit that would cause wait()
5397              to crash)
5398              wait() and waitpid() could potentially be rewritten to use
5399              more than one thread to do the waiting to eliminate this
5400              limitation
5401              
5402              change#6328 could make close(SOCKET) return false on windows
5403              when it shouldn't
5404              
5405              pod nit seen in passing
5406              
5407              on windows, the return values from wait() and waitpid() don't
5408              match those of pseudo-pids
5409              
5410              waitpid() now handles externally spawned pids correctly;
5411              fixes for backtick/wait/waitpid failures on Windows 9x
5412              these changes make the pid returned by process functions on
5413              Windows 9x always positive by clearing the high bit (which
5414              is always set on Win9x); pseudo-process PIDs are likewise
5415              always negative now on Win9x (just as on NT/2000)
5416              
5417              trailing new %ENV entries weren't being pushed into the real
5418              environment of subprocesses on Windows
5419              
5420              Tweak the regex compilation errors once more.
5421              
5422              avoid warnings from dense compiler
5423              
5424              add "ok" targets from change#6632 in makefile.mk
5425      Branch: maint-5.6/perl
5426            - lib/Pod/PlainText.pm vms/configure.com
5427           !> (integrate 66 files)
5428 ____________________________________________________________________________
5429 [  7886] By: jhi                                   on 2000/11/27  13:54:18
5430         Log: __FUNCTION__ isn't portable and trying to emulate it leads
5431              into practically spelling out the name of the function.
5432              Takes care of the bug 20001127.001.
5433      Branch: perl
5434            ! perlio.c
5435 ____________________________________________________________________________
5436 [  7885] By: gsar                                  on 2000/11/27  13:53:18
5437         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
5438              6610..6611 from mainline
5439              
5440              Make regular expression parse error messages easier to understand.
5441              Subject: Re: enhanced(?) regex error messages
5442              
5443              Tiny tidying on report_evil_fh().
5444              
5445              Subject: Re: enhanced(?) regex error messages 
5446              plus Capitalize the error messages, plus perldiag them.
5447              
5448              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
5449              
5450              Document here-doc better.
5451              
5452              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
5453              
5454              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
5455              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
5456              (either perlbug or p5p ate the original), plus regen
5457              perlapi and perltoc. 
5458              
5459              Regen global.sym.
5460              
5461              Double check that we have a dirhandle.
5462              
5463              Subject: Re: enhanced(?) regex error messages
5464              (plus two small patches sent privately)
5465              (this still seems to leave few test failures)
5466              
5467              warn is a macro, avoid using at a variable to avoid warnings
5468              in some configurations; readdir.t is too conservative in
5469              estimating number of *.t's
5470              
5471              Get back into sync with Jeffrey on the enhanced regex warnings.
5472              
5473              Subject: [PATCH 5.6.0] cygwin port
5474              
5475              Zero entries were skipped, fix from Adrian Goalby
5476              <argoalby@yahoo.co.uk>
5477              
5478              Subject: Remove dead entry in perldiag
5479              
5480              Amend the description of Perl6.
5481              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
5482              
5483              detypo
5484              
5485              It's the 2ndO'ROSSC.
5486              
5487              Revert the sv.c part of #6559, a better fix is needed.
5488              
5489              Iterating perl6 description.
5490              
5491              Update to Term::ANSIColor 1.03, from Russ Allbery.
5492              
5493              Update to Getopt::Long 2.23_05, from Johan Vromans.
5494              
5495              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
5496              
5497              Update to Pod::Parser 1.17, from Brad Appleton.
5498              
5499              Update to CPAN 1.56, from Andreas König.
5500              
5501              Update to CGI 2.70, from Lincoln Stein.
5502              
5503              Put back the std @INC thing.
5504              
5505              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
5506              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
5507              
5508              Document the IO::Select timeout.
5509              
5510              sleep(1) does not necessarily return 1.
5511              Subject: [PATCH bleadperl] op/lex_assign.t  
5512              
5513              Subject: debugger "d" command doesnt check line number
5514              
5515              B::Deparse didn't do sub attributes.
5516              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
5517              
5518              Preprocessing and postprocessing for File::Find.
5519              Subject: Patch to Find::File.pm to allow alphabetical results
5520              
5521              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
5522              
5523              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
5524              
5525              Subject: Re: [ID 20000730.003] utf8::length() bad
5526              
5527              Subject: Getting perlio and threads to compile
5528              (the Solaris version changes in Configure skipped)
5529              
5530              Tests for #6589.
5531              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
5532              
5533              Add Perl debugging tutorial, regen toc. 
5534              Subject: perldebtut.pod
5535              
5536              Add a few missing files, update MANIFEST.
5537              
5538              Rewrite of vms/subconfigure.com as configure.com,
5539              from Peter Prymmer and the vmsperl crew.
5540              
5541              Should have deleted this in #6603.
5542              
5543              Fix the test for 5005threads.
5544              
5545              Fix-n-skip the tests under 5005threads.
5546              
5547              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
5548              
5549              Upgrade to CGI 2.71, from Lincoln Stein.
5550      Branch: maint-5.6/perl
5551           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
5552           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
5553           +> t/op/regmesg.t t/pod/find.t vms/configure.com
5554            - vms/subconfigure.com
5555            ! lib/lib.pm
5556           !> (integrate 115 files)
5557 ____________________________________________________________________________
5558 [  7884] By: jhi                                   on 2000/11/27  13:44:33
5559         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
5560              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5561              Date:     Mon, 27 Nov 2000 08:23:54 EST
5562              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
5563      Branch: perl
5564            ! vms/descrip_mms.template vms/test.com
5565 ____________________________________________________________________________
5566 [  7883] By: gsar                                  on 2000/11/27  11:50:46
5567         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
5568              6511..6513,6515..6523,6525..6536
5569              
5570              The swallow_bom() saga continues.  The #23 of require.t
5571              (UTF16-LE) still fails (silently, no output) but the #22
5572              (UTF16-BE) seems to be working now.  The root of the
5573              failure may be in sv_gets(): is it UTF-16LE-aware,
5574              especially when it comes to line endings? 
5575              
5576              Document the problem with -P in HP-UX and its workaround.
5577              
5578              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
5579              (aka ID 20000730.002)
5580              
5581              Subject: fix and question re: waitpid() under win32
5582              
5583              Make the safety catch for buggy gccs work with triple version
5584              numbers like 2.95.2.  Reported in
5585              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
5586              
5587              In Digital UNIX warn if gcc explicitly chosen because even
5588              2.95.2 is known to cause problems.
5589              
5590              Make chr() for values >127 to create utf8 when under utf8.
5591              
5592              various syntax errors and such (not fixed: comp/require.t#22 coredump
5593              on Windows)
5594              
5595              Stash away the largefiles flags and libswanted.
5596              
5597              BOM patching from Simon Cozens.
5598              
5599              If gccosandvers is equal to osname, clear gccosandvers.
5600              
5601              Make p4desc to skip non-mainperl branches by default.
5602              
5603              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
5604              
5605              The test from this
5606              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
5607              
5608              In new BSDs changes to argv[] do not show up in ps(1) output,
5609              instead one must use setproctitle().  This was already addressed
5610              by change #6457, but the below has a new variant for FreeBSD 4.0
5611              or later, and the matter is also documented more.
5612              
5613              FreeBSD 3.* updates from
5614              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
5615              
5616              regen_headers, regen perltoc.
5617              
5618              Document in one place the memory abstractions used in Perl core.
5619              
5620              memcpy has n o in it, as pinted ut by Sarathy.
5621              
5622              Remove the extraneous "main::" prefix from all the
5623              "opened only for", "on closed", and "never opened" warnings.
5624              
5625              The name of a filehandle does not have <these>.
5626              
5627              The tr utf8 patching continues.
5628              
5629              The new setproctitle() feature is available only in 
5630              bleeding edge FreeBSD.  From Paul Saab.
5631              
5632              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
5633              
5634              Dump UVs as UVs in Data::Dumper.
5635              
5636              detypo #6494
5637              
5638              Document the IVdf UVuf UVof UVxf.
5639              
5640              require.t needs binmode() to work on windows
5641              
5642              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
5643              that are hopefully soon put into use.
5644              
5645              Allow "no Module;" even if there is no 'unimport'.
5646              
5647              Better skip message for the test; one of the two problems in
5648              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
5649              
5650              The subtest 4 may fail also on VOBS, as pointed out
5651              by Nick Ing-Simmons in November 1999, bug id 19991124.003
5652              (but the failure in that bug report isn't the subtest 4).
5653              
5654              Be more informative on what is skipped and why,
5655              also repeat the list at the end.
5656              
5657              Add a URL for FSF.
5658              
5659              Subject: [PATCH] sv.h documentation - SvLEN
5660              
5661              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
5662              
5663              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
5664              
5665              Subject: [PATCH] bad cppsymbols on os2 + Configure question
5666              
5667              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
5668              
5669              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
5670              mention the idea of @( and @)
5671              
5672              This is 6512.  Really.
5673              
5674              Subject: [ID 19990721.004] Documentation bug in perlfunc
5675              
5676              Subject: Minor tweak to perlvar.pod
5677              
5678              In the warnings call filehandles consistently so;
5679              add "unopened" warning for stat().
5680              
5681              After the #6519 a warning about stat() is just that,
5682              not about a filetest, which now have their own warning.
5683              
5684              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
5685              
5686              Subject: Re: Array vs. List context
5687              
5688              Subject: New perlcc, take 2
5689              
5690              Weed buglets pointed out by
5691              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
5692              
5693              gcc versions might have (parentheses) in them.
5694              
5695              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
5696              
5697              Essential prototype changes were missing from #6527.
5698              Also make report_evil_fh() more bomb-proof.
5699              
5700              Zap lib/Sys directory when cleaning up.
5701              
5702              Change the Policy policy: now -Dprefix= with an existing
5703              Policy.sh and prefix == siteprefix == vendorprefix, then all
5704              of them follow along the new prefix.
5705              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
5706              
5707              Continue fixing the io warnings.  This also
5708              sort of fixes bug ID 20000802.003: the core dump
5709              is no more.  Whether the current behaviour is correct
5710              (giving a warning: "Not a format reference"), is another matter.
5711              
5712              Have symbols for the IoTYPEs.
5713              
5714              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
5715              
5716              Document a bit that UDP is not what you might think.
5717              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
5718              tr memory corruption fix from Simon Cozens.
5719              
5720              Plug the security hole described in the Aug 05 2000 bugtraq message
5721              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
5722              The security hole exists only in suidperls, which isn't
5723              installed or even built by default.
5724      Branch: maint-5.6/perl
5725           !> (integrate 71 files)
5726 ____________________________________________________________________________
5727 [  7882] By: gsar                                  on 2000/11/27  10:25:36
5728         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
5729              from mainline
5730              
5731              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
5732              to be fatal errors (instead of by default ignoring them, and
5733              ignoring with a bug: even though -w gave an error, the opening [
5734              was left in)  Reported in:
5735              
5736              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
5737              
5738              Subject: [PATCH] split /^/
5739              
5740              MacOS nits from Matthias Neeracher.
5741              
5742              More split() doc and test patches from Mike Guy.
5743              
5744              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
5745              from Graham Barr in the module list.
5746              
5747              docfix from Peter Scott <Peter@PSDT.com>.
5748              
5749              File::Temp patches for VMS and OS/2 from Tim Jenness.
5750              
5751              open() wariness in perlbug.
5752              
5753              Subject: [PATCH] minor doc change - perlguts
5754              
5755              Subject: Minor doc patch: handy.h
5756              
5757              Be wary of close()s, too.
5758              
5759              Further File::Temp patches from Yitzchak Scott-Thoennes
5760              and Craig A. Berry.
5761              
5762              Subject: [PATCH] fixes bug 20000508.004
5763              
5764              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
5765              
5766              Allow "no AutoLoader;", based on change #6444,
5767              suggested by Graham Barr.
5768              
5769              Use setproctitle() if available to modify $0.
5770              
5771              Warn if the version of the operating system used to compile gcc
5772              differs from the current version of the operating system.
5773              Also display the gcc compilation os and version in myconfig.
5774              Inspiration from
5775              
5776              Tiny fixes for #6460.
5777              
5778              The problem described in this
5779              Subject: [ID 20000322.018] named chars aren't magical enough
5780              has been fixed in perl 5.6.0 but just in case added a test
5781              to keep it away.  (The report from Joseph Hall.)
5782              
5783              Tune the comments and hopefully stop a memory leak.
5784              
5785              Subject: UTF8 concat
5786              (with a memory leak fixed, plus a few casts added)
5787              This also seems to help for
5788              Subject: [ID 20000716.015] join UTF8 weirdness
5789              
5790              Do not upgrade SVs into utf8 just because they participate
5791              in eq or cmp.  Reported and fix suggested in
5792              Subject: [ID 20000720.009] sv_eq UTF8 bug
5793              
5794              Fix the HALF_UPGRADE() macro introduced in #6263.
5795              
5796              Find green threads before native threads.
5797              Subject: Re: Patch to jpl/JNI/Makefile.PL
5798      Branch: maint-5.6/perl
5799           !> (integrate 30 files)
5800 ____________________________________________________________________________
5801 [  7881] By: jhi                                   on 2000/11/27  05:48:41
5802         Log: It seems that *both* the unused submatch loop cleanup
5803              codes are needed.
5804      Branch: perl
5805            ! regexec.c
5806 ____________________________________________________________________________
5807 [  7880] By: jhi                                   on 2000/11/27  04:50:07
5808         Log: Clean .exists deeper.
5809      Branch: perl
5810            ! Makefile.SH
5811 ____________________________________________________________________________
5812 [  7879] By: jhi                                   on 2000/11/27  02:31:35
5813         Log: The code in regcppop() (see #7878) contains the correct lower
5814              limit for the unused submatch 'cleanup' loop so that under
5815              "use utf8" the following code wouldn't dump core:
5816              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
5817              the cleanup loop in regtry() stomped beyond allocated area
5818              in the startp[] array.  Therefore, copied the correct lower
5819              loop limit (*PL_reglastparen) to regtry().  Note: something
5820              may still not be quite right: why was the _higher_ loop limit
5821              (prog->nparens) different in the utf8 case?
5822              
5823              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
5824              without core dumps, there were about 17 of them before
5825              the patch (with us since Perl 5.7.0).  Two failures, still:
5826              496 and 505 (though these may not be severe).
5827              
5828              Patch #7881 is also needed since both the cleanup loops
5829              seem to be needed.
5830              
5831              Also, the t/op/pat#44 seems to core dump under utf8.
5832              Plus a couple of failures.  UGH-8.
5833      Branch: perl
5834            ! regexec.c
5835 ____________________________________________________________________________
5836 [  7878] By: jhi                                   on 2000/11/27  02:21:17
5837         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
5838              the code in regcppop() seems to be redundant for the test suite --
5839              but it contains a germ of truth, and it needed for the build
5840              process itself: see #7879 and #7881.
5841      Branch: perl
5842            ! regexec.c
5843 ____________________________________________________________________________
5844 [  7877] By: jhi                                   on 2000/11/27  01:53:09
5845         Log: Comment on comment.
5846      Branch: perl
5847            ! regexec.c
5848 ____________________________________________________________________________
5849 [  7876] By: jhi                                   on 2000/11/27  00:49:59
5850         Log: Adjust the docs to agree with #7875.
5851      Branch: perl
5852            ! pod/perllocale.pod
5853 ____________________________________________________________________________
5854 [  7875] By: jhi                                   on 2000/11/27  00:49:27
5855         Log: Retract #7863.  It makes more sense not to taint formatted output,
5856              not even by sprintf().
5857      Branch: perl
5858            ! sv.c
5859 ____________________________________________________________________________
5860 [  7874] By: jhi                                   on 2000/11/26  23:36:02
5861         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
5862              Not really fixed (should really dump the UTF-8 charclass),
5863              but stopped displaying the garbage.
5864              
5865              Also add a note on the (missing) Unicode PSXSPC and BLANK.
5866      Branch: perl
5867            ! regcomp.c
5868 ____________________________________________________________________________
5869 [  7873] By: jhi                                   on 2000/11/26  21:31:13
5870         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
5871      Branch: perl
5872            ! regexec.c
5873 ____________________________________________________________________________
5874 [  7872] By: jhi                                   on 2000/11/26  21:06:04
5875         Log: No need to scan till infinity, 13 is enough.
5876      Branch: perl
5877            ! handy.h utf8.c
5878 ____________________________________________________________________________
5879 [  7871] By: jhi                                   on 2000/11/26  20:20:32
5880         Log: Test line numbers are different with utf8.
5881      Branch: perl
5882            ! t/op/re_tests
5883 ____________________________________________________________________________
5884 [  7870] By: jhi                                   on 2000/11/26  20:10:12
5885         Log: Message nit.
5886      Branch: perl
5887            ! regcomp.c
5888 ____________________________________________________________________________
5889 [  7869] By: jhi                                   on 2000/11/26  19:01:05
5890         Log: Make utf8_length() and utf8_distance() (the latter of which
5891              is unused at the moment) to be less forgiving about bad UTF-8.
5892      Branch: perl
5893            ! embed.h embed.pl objXSUB.h proto.h utf8.c
5894 ____________________________________________________________________________
5895 [  7868] By: jhi                                   on 2000/11/26  18:45:56
5896         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
5897              From: Benjamin Holzman <bah@ecnvantage.com>
5898              Date: Sat, 25 Nov 2000 20:40:20 -0500       
5899              Message-ID: <20001125204020.A25040@ecnvantage.com>              
5900              
5901              Debian allows installing /usr/bin/locale without installing
5902              any locales, an error message will ensue.
5903      Branch: perl
5904            ! t/pragma/locale.t
5905 ____________________________________________________________________________
5906 [  7867] By: jhi                                   on 2000/11/26  18:31:12
5907         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
5908              From: Benjamin Holzman <bah@ecnvantage.com>
5909              Date: Sun, 26 Nov 2000 02:42:34 -0500
5910              Message-ID: <20001126024234.G25040@ecnvantage.com>
5911              
5912              Patch for the bug 20000212.002.
5913      Branch: perl
5914            ! sv.c t/op/array.t
5915 ____________________________________________________________________________
5916 [  7866] By: jhi                                   on 2000/11/26  18:28:09
5917         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
5918              From: Tim Jenness <t.jenness@jach.hawaii.edu>
5919              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
5920              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
5921              
5922              File::Temp 0.11.
5923      Branch: perl
5924            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
5925 ____________________________________________________________________________
5926 [  7865] By: jhi                                   on 2000/11/26  18:24:22
5927         Log: The metaconfig unit change for #7864.
5928      Branch: metaconfig/U/perl
5929            ! need_va_copy.U
5930 ____________________________________________________________________________
5931 [  7864] By: jhi                                   on 2000/11/26  18:23:41
5932         Log: Make the va_copy() test not to be so talkative.
5933      Branch: perl
5934            ! Configure config_h.SH
5935 ____________________________________________________________________________
5936 [  7863] By: jhi                                   on 2000/11/26  18:11:02
5937         Log: Fix locale inconsistencies unearthed by Hugo's work.
5938              Now the floating point sprintf really does taint the result
5939              string as perllocale promises (has promised for a long time)
5940              if "use locale" is in the lexical scope.
5941      Branch: perl
5942            ! sv.c t/pragma/locale.t
5943 ____________________________________________________________________________
5944 [  7862] By: jhi                                   on 2000/11/26  00:35:15
5945         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
5946              From: Nicholas Clark <nick@ccl4.org>
5947              Date: Sun, 26 Nov 2000 00:07:50 +0000
5948              Message-ID: <20001126000750.A22446@plum.flirble.org>
5949              
5950              Infinit.
5951      Branch: perl
5952            ! sv.c
5953 ____________________________________________________________________________
5954 [  7861] By: jhi                                   on 2000/11/26  00:01:26
5955         Log: Integrate perlio.
5956      Branch: perl
5957           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
5958 ____________________________________________________________________________
5959 [  7860] By: nick                                  on 2000/11/25  22:04:17
5960         Log: Correct relative path from new ext\Filter\Util\Call location
5961              back to miniperl.
5962      Branch: perlio
5963            ! win32/makefile.mk
5964 ____________________________________________________________________________
5965 [  7859] By: nick                                  on 2000/11/25  21:26:54
5966         Log: Integrate mainline.
5967      Branch: perlio
5968           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
5969           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
5970           +> t/lib/filter-util.t
5971            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
5972            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
5973            - t/lib/filt-util.t
5974           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
5975           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
5976           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
5977           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
5978           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
5979           !> win32/makefile.mk
5980 ____________________________________________________________________________
5981 [  7858] By: gsar                                  on 2000/11/25  20:52:17
5982         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
5983              parent's memory; fix it by keeping track of the actual pad
5984              offset rather than a raw pointer (this change is probably also
5985              relevant to non-ithreads case to avoid fallout from reallocs of
5986              the pad array, but is currently only enabled for the ithreads
5987              case in the interests of minimal disruption to existing "well
5988              tested" code)
5989      Branch: perl
5990            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
5991            ! proto.h scope.c scope.h sv.c t/op/fork.t
5992 ____________________________________________________________________________
5993 [  7857] By: nick                                  on 2000/11/25  20:01:28
5994         Log: All tests pass on Win32/gcc/USE_PERLIO.
5995              - when crlf layer is pushed make unix-level binary.
5996              - remove :crlf injection in pp_backtick in pp_sys.c
5997              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
5998      Branch: perlio
5999            ! doio.c perlio.c pp_sys.c win32/makefile.mk
6000 ____________________________________________________________________________
6001 [  7856] By: jhi                                   on 2000/11/25  18:38:30
6002         Log: Update the metaconfig units for #7855.
6003      Branch: metaconfig/U/perl
6004            ! useperlio.U usesocks.U
6005 ____________________________________________________________________________
6006 [  7855] By: jhi                                   on 2000/11/25  18:37:54
6007         Log: Undo the SOCKS workarounds, instead start using PerlIO
6008              if SOCKS is selected.
6009              
6010              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
6011              From: Jens Hamisch <jens@Strawberry.COM>
6012              Date: Fri, 24 Nov 2000 18:31:30 +0100
6013              Message-ID: <20001124183130.E28337@Strawberry.COM>
6014              
6015              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
6016              From: Jens Hamisch <jens@Strawberry.COM>
6017              Date: Fri, 24 Nov 2000 19:11:51 +0100
6018              Message-ID: <20001124191151.A28753@Strawberry.COM>
6019      Branch: perl
6020            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
6021            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
6022 ____________________________________________________________________________
6023 [  7854] By: jhi                                   on 2000/11/25  17:39:08
6024         Log: Undo #7848.  Some of the code seems to use walkoptree(),
6025              some walkoptree_slow().  An unfinished renaming?
6026              Now the sub is walkoptree() (which is @EXPORT_OK),
6027              the walkoptree_slow() is a typeglob alias to walkoptree.
6028              This makes the tests to pass, at least.
6029      Branch: perl
6030            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
6031 ____________________________________________________________________________
6032 [  7853] By: nick                                  on 2000/11/24  22:24:33
6033         Log: Re-arrange crlf vs binary for platforms that care.
6034              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
6035              Lip-service to making stdio layer work on such platfroms (untested).
6036              Now fails 3 tests rather than one, checkin to see if I can debug 
6037              the issue under linux. (Do not merge.)
6038      Branch: perlio
6039            ! doio.c perlio.c perliol.h
6040 ____________________________________________________________________________
6041 [  7852] By: jhi                                   on 2000/11/24  18:57:39
6042         Log: AUTHORS edits.
6043      Branch: perl
6044            ! AUTHORS
6045 ____________________________________________________________________________
6046 [  7851] By: jhi                                   on 2000/11/24  17:34:56
6047         Log: Add Jan-Erik Karlsson.
6048      Branch: perl
6049            ! AUTHORS
6050 ____________________________________________________________________________
6051 [  7850] By: jhi                                   on 2000/11/24  17:27:56
6052         Log: Configure should find stdchar on its own.
6053      Branch: perl
6054            ! hints/solaris_2.sh
6055 ____________________________________________________________________________
6056 [  7849] By: jhi                                   on 2000/11/24  17:24:55
6057         Log: Subject: PATCH over 7848: Filter test flawed
6058              From: andreas.koenig@anima.de (Andreas J. Koenig)
6059              Date: 24 Nov 2000 10:28:29 +0100
6060              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
6061      Branch: perl
6062            ! t/lib/filter-util.t
6063 ____________________________________________________________________________
6064 [  7848] By: jhi                                   on 2000/11/24  17:22:15
6065         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
6066              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
6067              Date: Fri, 24 Nov 2000 16:12:58 +0000
6068              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
6069      Branch: perl
6070            ! ext/B/B.pm
6071 ____________________________________________________________________________
6072 [  7847] By: jhi                                   on 2000/11/24  03:07:01
6073         Log: Integrate perlio.
6074      Branch: perl
6075           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
6076           !> win32/makefile.mk
6077 ____________________________________________________________________________
6078 [  7846] By: gsar                                  on 2000/11/24  00:55:57
6079         Log: integrate changes#6415..6418,6420..6438 from mainline
6080              
6081              Fix the bitvector ops for utf8 (tricky since past 7 bits
6082              the utf8 'characters' can be more than one octet).
6083              
6084              MPE/ix updates for perl 5.6.0 from Mark Bixby.
6085              
6086              Subject: SDBM_File documentation
6087              
6088              Detypo.
6089              
6090              Decutandpasto.
6091              
6092              Send all installperl messages to STDERR and be -w clean.
6093              
6094              Out-of-date note removed.
6095              
6096              Protect against "wild next"s, that is, callbacks doing "next"
6097              instead of "return".
6098              
6099              Use STDOUT consistently.
6100              
6101              The output might have been produced in the wrong order.
6102              
6103              A missing 'break' after the [[:space:]] switch case.
6104              
6105              Add tests for
6106              [ID 19991110.003] another matching finding by pcre author
6107              which has already been fixed by some patch, as verified in
6108              
6109              Documentation to explain the behaviour of map().
6110              
6111              Add an optimization for map-maps-a-list-element-to-more-list-elements
6112              case, but add also notes explaining the relationship of this
6113              patch and the earlier notes by Sarathy.
6114              
6115              Subject: [ID 20000716.023] syslog test fails without sockets
6116              
6117              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
6118              Test cases for #6431.
6119              
6120              File::Spec::VMS fixup for tmpdir from Craig Berry.
6121              
6122              Make the "uninit variable" warning to say "concat or string"
6123              or "join or string" when in concat or join .
6124              
6125              Get UTF16 BOMs working.  Patch from
6126              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
6127              
6128              Subject: [PATCH] Make large file tests deal with SIGXFSZ
6129              
6130              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
6131              
6132              Subject: [PATCH] av.c apidoc
6133      Branch: maint-5.6/perl
6134           !> (integrate 43 files)
6135 ____________________________________________________________________________
6136 [  7845] By: gsar                                  on 2000/11/24  00:20:45
6137         Log: integrate changes#6406..6414 from mainline
6138              
6139              Merge perlhacktut into perlhack, update perlguts.
6140              
6141              Fix AutoSplit to use File::Spec the right way in VMS,
6142              from Peter Prymmer.
6143              
6144              The bug report
6145              [ID 19991110.002] minimal matching discrepancy found by pcre author
6146              seems to have been fixed (though differently from what was suggested
6147              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
6148              
6149              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
6150              not in pod, from Peter Prymmer
6151              
6152              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
6153              From: Hugo <hv@crypt.compulink.co.uk>
6154              Date: Fri, 14 Jul 2000 23:05:20 +0100
6155              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
6156              
6157              Didn't anymore apply, but that point still could use another fix.
6158              
6159              lib/b test fixes from Peter Prymmer.
6160              
6161              More docs for sv functions.
6162              
6163              perlvms.pod whitespace cleanup to keep pod utils happy.
6164              
6165              another VMS build tweak from Peter Prymmer
6166      Branch: maint-5.6/perl
6167           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
6168           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
6169           !> vms/descrip_mms.template vms/perlvms.pod
6170 ____________________________________________________________________________
6171 [  7844] By: nick                                  on 2000/11/23  23:42:45
6172         Log: Win32/perlio Now just fails one io/argv.t test - lack 
6173              of default :crlf on standard streams.
6174      Branch: perlio
6175            ! doio.c perlio.c
6176 ____________________________________________________________________________
6177 [  7843] By: nick                                  on 2000/11/23  23:04:05
6178         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
6179              peek fail is showing a real problem (multiple crlf layers
6180              are getting pushed.)
6181      Branch: perlio
6182            ! doio.c perlio.c win32/makefile.mk
6183 ____________________________________________________________________________
6184 [  7842] By: nick                                  on 2000/11/23  19:46:23
6185         Log: Implement PerlIO_binmode()
6186              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
6187              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
6188              make binmode in t/lib/io_tell.t unconditional so that works.
6189              Checkin just so Win32 machine can see these changes.
6190      Branch: perlio
6191            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
6192 ____________________________________________________________________________
6193 [  7841] By: jhi                                   on 2000/11/23  19:30:00
6194         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
6195      Branch: perl
6196            ! README.amiga
6197 ____________________________________________________________________________
6198 [  7840] By: jhi                                   on 2000/11/23  17:18:02
6199         Log: SOCKS wrestling continues, patches from Jens Hamisch.
6200      Branch: perl
6201            ! doio.c embed.h embed.pl perlsdio.h proto.h
6202 ____________________________________________________________________________
6203 [  7839] By: jhi                                   on 2000/11/23  16:54:14
6204         Log: Push Filter::Util::Call one level deeper.
6205      Branch: perl
6206            + t/lib/filter-util.t
6207           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
6208           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
6209            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
6210            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
6211            - t/lib/filt-util.t
6212            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
6213            ! win32/Makefile win32/makefile.mk
6214 ____________________________________________________________________________
6215 [  7838] By: jhi                                   on 2000/11/23  16:52:40
6216         Log: Reach back one higher up when searching for PERL_SRC.
6217      Branch: perl
6218            ! lib/ExtUtils/MM_Unix.pm
6219 ____________________________________________________________________________
6220 [  7837] By: jhi                                   on 2000/11/23  16:05:41
6221         Log: Subject: Re: perl@7826
6222              Date: Thu, 23 Nov 2000 02:20:25 -0600
6223              From: "Craig A. Berry" <craigberry@mac.com>
6224              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
6225              
6226              Make VMS to like Filter::Util::Call. 
6227      Branch: perl
6228            ! configure.com ext/Filter/Util/Makefile.PL
6229 ____________________________________________________________________________
6230 [  7836] By: nick                                  on 2000/11/23  16:04:08
6231         Log: Implement crlf layer - not ready for merge.
6232      Branch: perlio
6233            ! perlio.c win32/makefile.mk
6234 ____________________________________________________________________________
6235 [  7835] By: jhi                                   on 2000/11/23  15:56:52
6236         Log: STDCHAR is different in Sparc v9 vs x86.
6237      Branch: perl
6238            ! hints/solaris_2.sh
6239 ____________________________________________________________________________
6240 [  7834] By: jhi                                   on 2000/11/23  15:50:47
6241         Log: The type needs to be visible to protos.
6242      Branch: perl
6243            ! perl.h
6244 ____________________________________________________________________________
6245 [  7833] By: jhi                                   on 2000/11/23  15:40:46
6246         Log: Finish unfinished SOCKS workaround changes.
6247      Branch: perl
6248            ! doio.c
6249 ____________________________________________________________________________
6250 [  7832] By: jhi                                   on 2000/11/23  15:33:30
6251         Log: Integrate perlio.
6252      Branch: perl
6253           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
6254           !> win32/makefile.mk
6255 ____________________________________________________________________________
6256 [  7831] By: nick                                  on 2000/11/23  10:31:07
6257         Log: Correct makefile.mk dependancies for ext/Filter/Util
6258              Build ext/Encode
6259              Run dmake regen_config_h
6260      Branch: perlio
6261            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6262            ! win32/makefile.mk
6263 ____________________________________________________________________________
6264 [  7830] By: nick                                  on 2000/11/23  08:05:07
6265         Log: Integrate mainline
6266      Branch: perlio
6267           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
6268           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
6269           +> t/lib/filt-util.pl t/lib/filt-util.t
6270           !> (integrate 41 files)
6271 ____________________________________________________________________________
6272 [  7829] By: gsar                                  on 2000/11/23  03:07:11
6273         Log: build the Filter extension on windows
6274      Branch: perl
6275            ! win32/Makefile win32/makefile.mk
6276 ____________________________________________________________________________
6277 [  7828] By: gsar                                  on 2000/11/23  02:46:35
6278         Log: regenerate win32/config* and fix some inconsistencies in the
6279              makefiles; always export Perl_deb() because it is needed
6280              by ext/re/* (whether perl itself is built with -DDEBUGGING
6281              or not)
6282      Branch: perl
6283            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
6284            ! win32/config_H.vc win32/makefile.mk
6285 ____________________________________________________________________________
6286 [  7827] By: gsar                                  on 2000/11/23  02:18:38
6287         Log: get sources building on windows+MSVC again (untested with other
6288              compilers)
6289      Branch: perl
6290            ! win32/include/sys/socket.h win32/perllib.c
6291 ____________________________________________________________________________
6292 [  7826] By: jhi                                   on 2000/11/23  01:18:26
6293         Log: Update Changes.
6294      Branch: perl
6295            ! Changes patchlevel.h
6296 ____________________________________________________________________________
6297 [  7825] By: jhi                                   on 2000/11/23  00:20:41
6298         Log: Subject: Re: av.c patch (having slight problems)
6299              From: "Ben Tilly" <ben_tilly@hotmail.com>
6300              Date: Tue, 21 Nov 2000 23:29:31 -0500
6301              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
6302              
6303              unshift() speedup.
6304      Branch: perl
6305            ! av.c
6306 ____________________________________________________________________________
6307 [  7824] By: jhi                                   on 2000/11/22  23:59:15
6308         Log: Fixes for signedness warnings noticed by VMSperlers.
6309      Branch: perl
6310            ! ext/Storable/Storable.xs regcomp.c sv.c
6311 ____________________________________________________________________________
6312 [  7823] By: jhi                                   on 2000/11/22  23:19:31
6313         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
6314              From: Peter Prymmer <pvhp@forte.com>
6315              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
6316              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
6317      Branch: perl
6318            ! t/pragma/warn/pp_hot
6319 ____________________________________________________________________________
6320 [  7822] By: jhi                                   on 2000/11/22  22:52:20
6321         Log: Be clean.
6322      Branch: perl
6323            ! Makefile.SH
6324 ____________________________________________________________________________
6325 [  7821] By: jhi                                   on 2000/11/22  22:46:39
6326         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
6327              by Damian Conway, as suggested by Paul Marquess.
6328      Branch: perl
6329            + lib/Filter/Simple.pm
6330 ____________________________________________________________________________
6331 [  7820] By: jhi                                   on 2000/11/22  22:45:51
6332         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
6333      Branch: perl
6334            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
6335            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
6336            + t/lib/filt-util.t
6337            ! MANIFEST
6338 ____________________________________________________________________________
6339 [  7819] By: jhi                                   on 2000/11/22  22:03:27
6340         Log: Integrate perlio.
6341      Branch: perl
6342           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
6343           !> win32/makefile.mk
6344 ____________________________________________________________________________
6345 [  7818] By: jhi                                   on 2000/11/22  21:56:02
6346         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
6347      Branch: perl
6348            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
6349            ! t/lib/io_sock.t
6350 ____________________________________________________________________________
6351 [  7817] By: jhi                                   on 2000/11/22  21:39:49
6352         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
6353              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6354              Date: Wed, 22 Nov 2000 16:08:12 -0500
6355              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
6356      Branch: perl
6357            ! lib/ExtUtils/Liblist.pm
6358 ____________________________________________________________________________
6359 [  7816] By: jhi                                   on 2000/11/22  21:38:25
6360         Log: Go ahead and #include <unistd.h> in perl.h.
6361      Branch: perl
6362            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
6363            ! util.c
6364 ____________________________________________________________________________
6365 [  7815] By: jhi                                   on 2000/11/22  21:22:52
6366         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
6367              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6368              Date: Mon, 20 Nov 2000 18:30:52 -0500
6369              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
6370      Branch: perl
6371            ! pod/perlre.pod regcomp.c t/op/re_tests
6372 ____________________________________________________________________________
6373 [  7814] By: jhi                                   on 2000/11/22  21:21:46
6374         Log: Subject: [PATCH 5.7.0] Liblist finally works
6375              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6376              Date: Tue, 21 Nov 2000 22:02:17 -0500
6377              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
6378      Branch: perl
6379            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
6380            ! lib/ExtUtils/MakeMaker.pm
6381 ____________________________________________________________________________
6382 [  7813] By: jhi                                   on 2000/11/22  21:20:23
6383         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
6384              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6385              Date: Wed, 22 Nov 2000 17:53:15 +0100
6386              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
6387              
6388              AIX dynaloader and perlio patch.
6389      Branch: perl
6390            ! ext/DynaLoader/dl_aix.xs
6391 ____________________________________________________________________________
6392 [  7812] By: jhi                                   on 2000/11/22  21:17:52
6393         Log: (Accidentally empty patch.)
6394      Branch: perl
6395            ! av.c
6396 ____________________________________________________________________________
6397 [  7811] By: jhi                                   on 2000/11/22  21:16:31
6398         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
6399              From: Peter Prymmer <pvhp@forte.com>
6400              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
6401              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
6402      Branch: perl
6403            ! vms/test.com
6404 ____________________________________________________________________________
6405 [  7810] By: jhi                                   on 2000/11/22  21:15:36
6406         Log: Subject: Re: perl@7777 
6407              From: "John P. Linderman" <jpl@research.att.com>
6408              Date: Wed, 22 Nov 2000 13:11:11 -0500
6409              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
6410              
6411              Detypoing.
6412      Branch: perl
6413            ! lib/CPAN.pm
6414 ____________________________________________________________________________
6415 [  7809] By: jhi                                   on 2000/11/22  21:14:19
6416         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
6417              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6418              Date:     Wed, 22 Nov 2000 13:51:37 EST
6419              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
6420      Branch: perl
6421            ! perlsdio.h
6422 ____________________________________________________________________________
6423 [  7808] By: jhi                                   on 2000/11/22  21:13:27
6424         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
6425              From: Casey Tweten <crt@kiski.net>
6426              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
6427              Message-Id: <200011201653.LAA10194@home.kiski.net>
6428      Branch: perl
6429            ! t/lib/io_udp.t
6430 ____________________________________________________________________________
6431 [  7807] By: jhi                                   on 2000/11/22  21:12:35
6432         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
6433              From: Casey Tweten <crt@kiski.net>
6434              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
6435              Message-Id: <200011201636.LAA07227@home.kiski.net>
6436      Branch: perl
6437            ! t/lib/io_sock.t
6438 ____________________________________________________________________________
6439 [  7806] By: jhi                                   on 2000/11/22  21:10:59
6440         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
6441              From: "Casey R. Tweten" <crt@kiski.net>
6442              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
6443              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
6444      Branch: perl
6445            ! utils/h2xs.PL
6446 ____________________________________________________________________________
6447 [  7805] By: nick                                  on 2000/11/22  21:05:06
6448         Log: Integrate mainline
6449      Branch: perlio
6450           !> Changes Porting/genlog ext/DB_File/DB_File.xs
6451           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
6452           !> utils/perlbug.PL
6453 ____________________________________________________________________________
6454 [  7804] By: jhi                                   on 2000/11/22  21:01:12
6455         Log: Subject: [PATCH] Test.pm POD peculiarity
6456              From: "Casey R. Tweten" <crt@kiski.net>
6457              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
6458              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
6459      Branch: perl
6460            ! lib/Test.pm
6461 ____________________________________________________________________________
6462 [  7803] By: jhi                                   on 2000/11/22  20:59:59
6463         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
6464              From: "Philip Newton" <pnewton@gmx.de>
6465              Date: Wed, 22 Nov 2000 14:25:53 +0100
6466              Message-Id: <3A1BD771.25462.1939FAD@localhost>
6467              
6468              Be case-understanding also on 's', and use the -oi of sendmail
6469              not to terminate the transmission on a lone '.'.
6470      Branch: perl
6471            ! utils/perlbug.PL
6472 ____________________________________________________________________________
6473 [  7802] By: nick                                  on 2000/11/22  20:51:42
6474         Log: Win32 PerlIO intermediate state now working as expected.
6475              - In current state we are still using C runtime in text/binary
6476              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
6477              - PERLIO=stdio and PERLIO=unix pass all expected tests.
6478              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
6479              and PerlIO_seek() and the dummy crlf layer is not making adjustments
6480              for CRLF translation happening in C runtime. All other tests pass.
6481              
6482              Added note to README.win32 to point out the snags of doing a perl build
6483              with Norton AntiVirus turned on.
6484              
6485              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
6486              which file a fail comes from.
6487              
6488              Updated "canned" config.h to match the one generated.
6489      Branch: perlio
6490            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
6491            ! win32/makefile.mk
6492 ____________________________________________________________________________
6493 [  7801] By: jhi                                   on 2000/11/22  06:50:20
6494         Log: Nickety nits.
6495      Branch: perl
6496            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
6497 ____________________________________________________________________________
6498 [  7800] By: jhi                                   on 2000/11/22  01:29:55
6499         Log: Changes had accidentally gone too silent on non-main branches.
6500      Branch: perl
6501            ! Changes Porting/genlog patchlevel.h
6502 ____________________________________________________________________________
6503 [  7799] By: gsar                                  on 2000/11/22  01:02:56
6504         Log: some lib_pm.PL changes snuck in via change#7772
6505      Branch: maint-5.6/perl
6506            ! Makefile.SH
6507 ____________________________________________________________________________
6508 [  7798] By: nick                                  on 2000/11/21  21:59:40
6509         Log: Integrate mainline
6510      Branch: perlio
6511           !> (integrate 28 files)
6512 ____________________________________________________________________________
6513 [  7797] By: jhi                                   on 2000/11/21  21:01:45
6514         Log: Integrate perlio.
6515      Branch: perl
6516           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
6517 ____________________________________________________________________________
6518 [  7796] By: nick                                  on 2000/11/21  20:36:22
6519         Log: Win32 builds and runs (mostly) with USE_PERLIO.
6520              PERLIO=perlio passes all tests. 
6521              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
6522      Branch: perlio
6523            ! perlio.c win32/perllib.c win32/win32.c
6524 ____________________________________________________________________________
6525 [  7795] By: jhi                                   on 2000/11/21  19:03:44
6526         Log: Update Changes.
6527      Branch: perl
6528            ! Changes patchlevel.h
6529 ____________________________________________________________________________
6530 [  7794] By: jhi                                   on 2000/11/21  18:56:34
6531         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
6532              From: "Craig A. Berry" <craigberry@mac.com>
6533              Date: Mon, 20 Nov 2000 20:27:06 -0600
6534              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
6535              
6536              A cut-and-pasto.
6537      Branch: perl
6538            ! perlio.h
6539 ____________________________________________________________________________
6540 [  7793] By: jhi                                   on 2000/11/21  18:54:41
6541         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
6542              From: Dominic Dunlop <domo@computer.org> 
6543              Date: Mon, 20 Nov 2000 18:55:29 +0100
6544              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
6545              
6546              va_copy() and the need of it.
6547              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
6548      Branch: metaconfig/U/perl
6549            + need_va_copy.U
6550      Branch: perl
6551            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6552            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
6553            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
6554            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
6555            ! win32/config.bc win32/config.gc win32/config.vc
6556 ____________________________________________________________________________
6557 [  7792] By: jhi                                   on 2000/11/21  17:04:10
6558         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
6559      Branch: perl
6560           !> scope.h
6561 ____________________________________________________________________________
6562 [  7791] By: jhi                                   on 2000/11/21  17:01:16
6563         Log: Export the SOCKS workaround symbols only if necessary.
6564      Branch: perl
6565            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
6566 ____________________________________________________________________________
6567 [  7790] By: nick                                  on 2000/11/20  23:57:11
6568         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
6569      Branch: perlio
6570            ! scope.h
6571 ____________________________________________________________________________
6572 [  7789] By: nick                                  on 2000/11/20  23:38:33
6573         Log: Integrate mainline
6574      Branch: perlio
6575           +> lib/File/Spec/Epoc.pm
6576           !> (integrate 34 files)
6577 ____________________________________________________________________________
6578 [  7788] By: nick                                  on 2000/11/20  23:20:18
6579         Log: Make extra buffer layer work (dummy crlf layer)
6580      Branch: perlio
6581            ! doio.c perlio.c perlio.h
6582 ____________________________________________________________________________
6583 [  7787] By: jhi                                   on 2000/11/20  22:44:04
6584         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
6585              From: Peter Prymmer <pvhp@forte.com>
6586              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
6587              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
6588      Branch: perl
6589            ! t/pragma/locale.t
6590 ____________________________________________________________________________
6591 [  7786] By: jhi                                   on 2000/11/20  22:29:10
6592         Log: Subject: DOC PATCH 5.6.0 perlreftut
6593              From: mjd@plover.com
6594              Date: 20 Nov 2000 19:45:06 -0000
6595              Message-ID: <20001120194506.9505.qmail@plover.com>
6596      Branch: perl
6597            ! pod/perlreftut.pod
6598 ____________________________________________________________________________
6599 [  7785] By: jhi                                   on 2000/11/20  22:27:44
6600         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
6601              From: David Dyck <dcd@tc.fluke.com>
6602              Date: Mon, 20 Nov 2000 11:43:40 -0800
6603              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
6604      Branch: perl
6605            ! lib/Cwd.pm
6606 ____________________________________________________________________________
6607 [  7784] By: jhi                                   on 2000/11/20  22:23:21
6608         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
6609              Date: Mon, 20 Nov 2000 17:06:10 -0500
6610              To: Mailing list Perl5 <perl5-porters@perl.org>
6611              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
6612      Branch: perl
6613            ! pp_ctl.c t/op/pat.t
6614 ____________________________________________________________________________
6615 [  7783] By: jhi                                   on 2000/11/20  22:11:18
6616         Log: Subject: [PATCH] doop.c - UTF8 tr///               
6617              From: Simon Cozens <simon@cozens.net>
6618              Date: Sat, 18 Nov 2000 18:49:30 +0000
6619              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
6620              
6621              Subject: Re: [PATCH] doop.c - UTF8 tr///           
6622              From: Simon Cozens <simon@cozens.net>
6623              Date: Mon, 20 Nov 2000 20:45:22 +0000
6624              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
6625              
6626              Make tr on UTF-8 better but still not correct.
6627      Branch: perl
6628            ! doop.c
6629 ____________________________________________________________________________
6630 [  7782] By: jhi                                   on 2000/11/20  22:02:16
6631         Log: Remove the shared object before attempting to create
6632              (by linking) a new one.  E.g. in AIX not removing
6633              becomes quite painful if one tries to do more than one
6634              build in the same tree (an interrupted build, for example),
6635              since the AIX' shared dynaloader seemingly keeps the shared
6636              objects open and therefore 'busy' for quite a while, even when
6637              nobody is using the objects, leading into link failures.
6638      Branch: perl
6639            ! lib/ExtUtils/MM_Unix.pm
6640 ____________________________________________________________________________
6641 [  7781] By: gsar                                  on 2000/11/20  19:02:55
6642         Log: type mismatch due to faulty integration
6643      Branch: maint-5.6/perl
6644            ! toke.c win32/Makefile
6645 ____________________________________________________________________________
6646 [  7780] By: gsar                                  on 2000/11/20  17:31:55
6647         Log: integrate changes#6392,6394..6399,6401..6404
6648              
6649              The {multiplier} of a fixed substring was overlooked which
6650              caused a wrong initial search offset for that substring.
6651              
6652              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
6653              From: Hugo <hv@crypt.compulink.co.uk>
6654              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
6655              Date: Thu, 13 Jul 2000 19:27:13 +0100
6656              
6657              Fix the BOM bug: not a byteorder bug, a signedness bug.
6658              
6659              Replace change #6337 with a better one.
6660              
6661              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
6662              From: Hugo <hv@crypt.compulink.co.uk>
6663              Date: Fri, 14 Jul 2000 04:16:20 +0100
6664              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
6665              
6666              MakeMaker should not remove editor backups (*~) on `make clean`
6667              by default (completes change#6383)
6668              
6669              move new variables to the end of the interpreter structure (for
6670              bincompat in code that doesn't #include XSUB.h)
6671              
6672              rename totally bletcherous SvLOCK() thingy (doesn't do what the
6673              name suggests anyway)
6674              
6675              various cleanups (typos, misformatted code, and small bugs)
6676              
6677              typecasts needed for change#6394
6678              
6679              typos in change#6399, regen headers
6680              
6681              inconsistent types needs casts
6682              
6683              PERL_OBJECT build tweaks
6684      Branch: maint-5.6/perl
6685           !> MANIFEST doop.c embed.h embed.pl embedvar.h
6686           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
6687           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
6688           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
6689           !> toke.c util.c
6690 ____________________________________________________________________________
6691 [  7779] By: gsar                                  on 2000/11/20  17:06:29
6692         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
6693              
6694              Cosmetics and perldelta.
6695              
6696              Fix nits noticed by Boston.pm.
6697              
6698              Do the cc sanity check both before the hints and
6699              after the cc selction.
6700              
6701              get sprintf.t to adjust properly for 3-digit exponents
6702              
6703              don't clobber *.orig files on *clean targets
6704              
6705              fix bugs in processing %v-*d and similar format specs (from
6706              Avi Finkel <avi@finkel.org>)
6707              
6708              sprintf test tweaks (from Dominic Dunlop)
6709              
6710              new selfloader.t in change#6183 doesn't close DATA handles,
6711              and thus fails to clean up tmp files on dosish platforms
6712              
6713              typos (spotted by Peter Prymmer)
6714              
6715              typo fix from Craig Berry
6716      Branch: maint-5.6/perl
6717           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
6718           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
6719           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
6720           !> x2p/Makefile.SH
6721 ____________________________________________________________________________
6722 [  7778] By: gsar                                  on 2000/11/20  16:46:51
6723         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
6724              
6725              Subject: Re: format bug report  [Patch]
6726              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6727              Date: Wed, 05 Jul 2000 13:12:52 +0200
6728              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
6729              
6730              Subject: Re: format bug report  [Patch]
6731              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6732              Date: Wed, 05 Jul 2000 14:10:01 +0200
6733              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
6734              
6735              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
6736              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6737              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
6738              Date: Fri, 07 Jul 2000 17:57:16 +0100
6739              
6740              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
6741              To: perl5-porters@perl.org
6742              From: Karsten Sperling <spiff@phreax.net>
6743              Date: Mon, 10 Jul 2000 15:12:52 +0200
6744              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
6745              
6746              README.posix-bc podified from Thomas Dorner.
6747              
6748              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
6749              From: Dominic Dunlop <domo@computer.org>
6750              Date: Tue, 11 Jul 2000 12:27:33 +0200
6751              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
6752              
6753              Typo in #6341.
6754              
6755              Fix for
6756              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
6757              From: Roderick Schertler <roderick@argon.org>
6758              Date: Tue, 11 Jul 2000 13:55:05 -0400
6759              Message-Id: <200007111755.NAA05077@jones.argon.org>
6760              
6761              Minor cleanups on the booklist.
6762              
6763              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
6764              regen perltoc.
6765              
6766              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
6767      Branch: maint-5.6/perl
6768           +> pod/perlbook.pod
6769           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
6770           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
6771           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
6772 ____________________________________________________________________________
6773 [  7777] By: jhi                                   on 2000/11/20  16:08:49
6774         Log: Update Changes.
6775      Branch: perl
6776            ! Changes patchlevel.h
6777 ____________________________________________________________________________
6778 [  7776] By: jhi                                   on 2000/11/20  15:27:56
6779         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
6780              This may be overly harsh but until proven otherwise, we think this
6781              way, or until we have a simple test for Configure (having to start
6782              up servers is does not count as simple) to check for the problems.
6783      Branch: perl
6784            ! perl.h
6785 ____________________________________________________________________________
6786 [  7775] By: jhi                                   on 2000/11/20  15:22:17
6787         Log: Solaris hints tweaks.
6788      Branch: perl
6789            ! hints/solaris_2.sh
6790 ____________________________________________________________________________
6791 [  7774] By: jhi                                   on 2000/11/20  15:01:20
6792         Log: Add a workaround to SOCKS 64-bit problems.
6793      Branch: perl
6794            ! doio.c embed.h embed.pl perlsdio.h proto.h
6795 ____________________________________________________________________________
6796 [  7773] By: jhi                                   on 2000/11/20  14:51:47
6797         Log: sysseek() instead of seek().
6798      Branch: perl
6799            ! t/lib/syslfs.t
6800 ____________________________________________________________________________
6801 [  7772] By: gsar                                  on 2000/11/20  13:06:23
6802         Log: integrate changes#6315..6319,6321..6331,6333..6338
6803              
6804              Integrate with Sarathy, preliminary fix for unicos
6805              alignment problems in [ID 20000612.002] Perl problem on Cray system.
6806              
6807              some debugger output does not go to the socket when RemotePort is set
6808              
6809              winsock cleanup never done on Windows (leads to handle leaks)
6810              
6811              fix UNC path handling on Windows under ithreads, and chdir()
6812              return value when given a non-existent directory
6813              
6814              Autogenerate pod/Makefile and pod/buildtoc.
6815              buildtoc also checks whether the existin pods are
6816              mentioned in MANIFEST and perl.pod, and vice versa.
6817              (None of the thusly found discrepancies fixed yet.)
6818              roffitall also needs to be autogenerated similarly but it
6819              seems so badly out of date that I didn't touch it yet.
6820              
6821              Config is being used.
6822              
6823              Add =head1 NAMEs so that buildtoc is happy.
6824              (The CGI::Util nit reported to Lincoln.)
6825              
6826              Fix complaints of buildtoc.
6827              
6828              Fix the alignment problem in Crays ([ID 20000612.002]).
6829              
6830              Remove perlbook, update perlfaq book listing,
6831              rearrange perl.pod, regenerate perltoc.
6832              
6833              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
6834              was cast to an unsigned (32-bit) integer with wild abandon.
6835              
6836              winsock options weren't being set in all threads under ithreads
6837              (caused send()s from second and subsequent threads to fail)
6838              
6839              accept() leaks memory on windows due to incorrect ordering of
6840              closesocket() and fclose() calls
6841              
6842              Reorder perl.pod once more.
6843              
6844              More POSIX.pod tweaks.
6845              
6846              Sprinkle ldlibpath.
6847              
6848              Precedence goof, fix based on
6849              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
6850              From: Hugo <hv@crypt.compulink.co.uk>
6851              Date: Tue, 11 Jul 2000 12:52:38 +0100
6852              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
6853              
6854              Subject: PATCH perlguts.pod: Document D and d magic types
6855              From: mjd@plover.com
6856              Date: 5 Jul 2000 18:01:51 -0000
6857              Message-ID: <20000705180151.29413.qmail@plover.com>
6858              
6859              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
6860              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
6861              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
6862              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
6863              
6864              Subject: [PATCH cfgperl] $& segfaults if you trick it
6865              From: simon@brecon.co.uk (Simon Cozens)
6866              Date: 7 Jul 2000 11:26:09 GMT
6867              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
6868              
6869              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
6870              From: Hugo <hv@crypt.compulink.co.uk>
6871              Date: Tue, 11 Jul 2000 12:44:50 +0100
6872              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
6873              
6874              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
6875              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6876              Date: Tue, 11 Jul 2000 13:50:51 +0100
6877              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
6878      Branch: maint-5.6/perl
6879           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
6880           +> pod/buildtoc.PL
6881            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
6882           !> (integrate 26 files)
6883 ____________________________________________________________________________
6884 [  7771] By: gsar                                  on 2000/11/20  12:31:42
6885         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
6886              6310,6311,6314
6887              
6888              Subject: [PATCH bleedperl] File::Spec 0.82 beta
6889              From: Barrie Slaymaker <barries@jester.slaysys.com>
6890              Date: Wed, 28 Jun 2000 11:35:29 -0400
6891              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
6892              
6893              tweak perlembed for multiplicity/usethreads sanity; correct notes
6894              about Windows
6895              
6896              localize %INC in a Safe compartment so that use/require work
6897              (many other magic globals probably need similar treatment)
6898              
6899              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
6900              when @_ is modified, causing coredumps
6901              
6902              slurp mode fix in change#4736 still not quite right
6903              
6904              Point to perlipc for more SysV IPC examples.
6905              
6906              Elaborate POSIX.pod.  Still needs work.
6907              
6908              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
6909              
6910              fix large memory leak that has been around for ever, masked by
6911              -DPURIFY (most of the arenas were never freed!)
6912              
6913              fix memory leak on Windows (PL_sys_intern contents were never
6914              freed)
6915              
6916              PERL_OBJECT build tweak
6917              
6918              adjust change#6299
6919              
6920              remove rel2abs prototypes (from Barrie Slaymaker)
6921              
6922              missing perldiag entry for unpack("w",...) diagnostic (from
6923              Andreas Koenig)
6924              
6925              better diagnostic on Frob->stuff() when Frob:: doesn't exist
6926              (from Richard Soderberg <rs@oregonnet.com>)
6927              
6928              Win32 patches for cfgperl from Sarathy.
6929              
6930              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
6931              
6932              More POSIX.pod embellishment.
6933              
6934              tyop in change#6306
6935      Branch: maint-5.6/perl
6936           !> (integrate 44 files)
6937 ____________________________________________________________________________
6938 [  7770] By: gsar                                  on 2000/11/20  11:51:00
6939         Log: integrate changes#6268..6282 from cfgperl branch
6940              
6941              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
6942              From: Dominic Dunlop <domo@computer.org>
6943              Date: Thu, 29 Jun 2000 12:32:39 +0200
6944              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
6945              
6946              Regen headers for #6261 (and update embed.pl for this) and #6267,
6947              silence few compiler warnings.
6948              
6949              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
6950              From: Nicholas Clark <nick@talking.bollo.cx>
6951              Date: Fri, 23 Jun 2000 16:21:15 +0100
6952              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
6953              
6954              Subject: PATCH pod/perltie.pod
6955              From: Ian Phillipps <Ian.Phillipps@iname.com>
6956              Date: Fri, 16 Jun 2000 00:17:19 +0100
6957              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
6958              (only the first hunk, the second hunk had already been done
6959              by some other patch)
6960              
6961              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
6962              From: Tom Phoenix <rootbeer@redcat.com>
6963              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
6964              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
6965              
6966              Subject: [PATCH] xsub attributes
6967              From: Doug MacEachern <dougm@covalent.net>
6968              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
6969              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
6970              
6971              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
6972              From: Andy Dougherty <doughera@lafayette.edu>
6973              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
6974              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
6975              
6976              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
6977              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
6978              Date: Tue, 13 Jun 2000 02:43:48 -0500
6979              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
6980              
6981              Subject: [PATCH] Re: eval documentation: context
6982              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6983              Date: Mon, 12 Jun 2000 15:07:29 +0100
6984              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
6985              
6986              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
6987              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
6988              Date: Mon, 12 Jun 2000 14:55:59 +0100
6989              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
6990              
6991              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
6992              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
6993              Date: Fri, 09 Jun 2000 12:39:27 -0400
6994              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
6995              (plus update the version "number" of Text::Wrap)
6996              
6997              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
6998              From: Tim Ayers <tayers@bridge.com>
6999              Date: Thu, 08 Jun 2000 08:11:06 +0200
7000              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
7001              [resent by Richard Foley, Message-Id probably wrong]
7002              
7003              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
7004              From: rspier@pobox.com (Robert Spier)
7005              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
7006              Message-ID: <14654.31913.845602.610277@rls.cx>
7007              
7008              Subject: [PATCH 5.6.0] utils/h2xs.PL
7009              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
7010              Date: Wed, 7 Jun 2000 04:02:04 -0500
7011              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
7012              
7013              Subject: [PATCH 5.6.0]ITHREADs for VMS
7014              From: Dan Sugalski <dan@sidhe.org>
7015              Date: Tue, 06 Jun 2000 11:59:50 -0400
7016              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
7017      Branch: maint-5.6/perl
7018           !> (integrate 31 files)
7019 ____________________________________________________________________________
7020 [  7769] By: gsar                                  on 2000/11/20  11:29:06
7021         Log: integrate changes#6261..6266 from cfgperl
7022              
7023              Subject: Re: [PATCH cfgperl] BOMs away!
7024              From: simon@brecon.co.uk (Simon Cozens)
7025              Date: 17 Jun 2000 11:49:57 GMT
7026              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
7027              
7028              Subject: 5.6.0 Patch for EPOC
7029              From: Olaf Flebbe <o.flebbe@gmx.de>
7030              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
7031              Message-ID: <23449.960929969@www11.gmx.net>
7032              
7033              tr fixes from Simon Cozens
7034              
7035              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
7036              From: Marty Lucich <marty@netcom.com>
7037              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
7038              Message-Id: <200006282116.OAA11148@netcom.com>
7039              ccdlflags update (the BSD/OS 4.1 part had already been taken
7040              care of by #6141).
7041              
7042              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
7043              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
7044              Date: Wed, 28 Jun 2000 17:50:12 -0700
7045              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
7046              
7047              Subject: [PATCH 5.6.0] cygwin port
7048              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
7049              From: "Fifer, Eric" <EFifer@sanwaint.com>
7050              Date: Thu, 29 Jun 2000 12:58:29 +0100
7051      Branch: maint-5.6/perl
7052           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
7053           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
7054           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
7055           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
7056 ____________________________________________________________________________
7057 [  7768] By: gsar                                  on 2000/11/20  11:13:44
7058         Log: integrate changes#6252..6256,6259..6260
7059              
7060              Paranoia tweak on #6249.
7061              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
7062              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
7063              Date: Sun, 25 Jun 2000 23:43:12 -0400
7064              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
7065              
7066              Subject: tr///, help wanted.
7067              From: simon@brecon.co.uk (Simon Cozens)
7068              Date: 28 Jun 2000 11:29:04 GMT
7069              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
7070              
7071              small thinko tweaks
7072              
7073              tweaks from Simon Conzes to further fix tr/// under utf8
7074              
7075              perlnewmod was missing from MANIFEST.
7076              
7077              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
7078              From: simon@brecon.co.uk (Simon Cozens)
7079              Date: 17 Jun 2000 11:56:44 GMT
7080              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
7081              pack U0, pack C0
7082      Branch: maint-5.6/perl
7083           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
7084           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
7085           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
7086           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
7087 ____________________________________________________________________________
7088 [  7767] By: gsar                                  on 2000/11/20  10:51:38
7089         Log: integrate change#6250 from cfgperl
7090              
7091              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
7092              From: Doug MacEachern <dougm@covalent.net>
7093              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
7094              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
7095      Branch: maint-5.6/perl
7096           +> t/op/my_stash.t
7097           !> MANIFEST embed.pl global.sym proto.h toke.c
7098 ____________________________________________________________________________
7099 [  7766] By: gsar                                  on 2000/11/20  10:48:34
7100         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
7101              
7102              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
7103              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
7104              Date: Mon, 26 Jun 2000 18:40:14 +0100
7105              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
7106              
7107              Subject: [PATCH] bytes<->utf8 fixes
7108              From: simon@brecon.co.uk (Simon Cozens)
7109              Date: 26 Jun 2000 04:55:45 GMT
7110              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
7111              
7112              Subject: [PATCH] is_utf8_string
7113              From: simon@brecon.co.uk (Simon Cozens)
7114              Date: 26 Jun 2000 02:25:59 GMT
7115              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
7116              
7117              Subject: [PATCH] avoid mg_ptr in '*' magic
7118              From: Doug MacEachern <dougm@covalent.net>
7119              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
7120              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
7121              
7122              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
7123              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
7124              Date: Sat, 24 Jun 2000 13:06:20 +0100
7125              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
7126              
7127              Allow for standalone testing.
7128              
7129              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
7130              From: Mark-Jason Dominus <mjd@plover.com>
7131              Date: Tue, 27 Jun 2000 22:36:42 -0400
7132              Message-ID: <20000628023642.12166.qmail@plover.com>
7133              
7134              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
7135              From: Frank Tobin <ftobin@uiuc.edu>
7136              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
7137              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
7138      Branch: maint-5.6/perl
7139           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
7140           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
7141           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
7142           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
7143           !> utf8.c utils/h2xs.PL
7144 ____________________________________________________________________________
7145 [  7765] By: gsar                                  on 2000/11/20  10:29:13
7146         Log: integrate change#6239 from cfgperl
7147              
7148              Configure maintenance.  Sever some dependency cycles,
7149              separate gccversion from the cc unit,
7150              address [ID 20000623.006] Configure script patch for using gcc on AIX
7151              (but solve it a little bit differently),
7152              unduplex some accidentally duplicated units,
7153              suggest using gcc if no cc available
7154              (p5p thread: "Solaris configure: counterproposal", 1999-09)
7155      Branch: maint-5.6/perl
7156           !> Configure Todo-5.6 config_h.SH
7157 ____________________________________________________________________________
7158 [  7764] By: gsar                                  on 2000/11/20  10:25:55
7159         Log: integrate changes#6233..6238 from cfgperl
7160              
7161              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
7162              From: Mark-Jason Dominus <mjd@plover.com>
7163              Date: Fri, 16 Jun 2000 20:53:04 -0400
7164              Message-ID: <20000617005304.8008.qmail@plover.com>
7165              
7166              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
7167              because when run as services (Win32ese for daemons)
7168              no environment variables are set and tmpdir ends up as /tmp,
7169              which is ambiguous.
7170              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
7171              From: matt@sergeant.org
7172              Date: 16 Jun 2000 16:30:43 -0000
7173              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
7174              
7175              The thread begun by
7176              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
7177              From: Kevin.Ruscoe@ubsw.com
7178              Date: Fri, 16 Jun 2000 16:38:51 +0100
7179              Message-Id: <H000019b03c300d6@MHS>
7180              
7181              Tweak embed.pl, regen headers.
7182              
7183              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
7184              From: Dan Sugalski <dan@sidhe.org>
7185              Date: Fri, 23 Jun 2000 17:00:00 -0400
7186              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
7187      Branch: maint-5.6/perl
7188           !> (integrate 27 files)
7189 ____________________________________________________________________________
7190 [  7763] By: gsar                                  on 2000/11/20  10:08:08
7191         Log: s/perl56delta/perldelta/g
7192      Branch: maint-5.6/perl
7193            ! pod/Makefile
7194 ____________________________________________________________________________
7195 [  7762] By: gsar                                  on 2000/11/20  10:04:00
7196         Log: integrate changes#6225,6229,6231,6232 from cfgperl
7197              
7198              Add source code filenames to apidoc.
7199              From: simon@brecon.co.uk (Simon Cozens)
7200              Subject: [PATCH embed.pl] Source X-ref
7201              Date: 22 Jun 2000 02:18:49 GMT
7202              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
7203              
7204              Subject: README.hpux version 0.6.1
7205              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
7206              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
7207              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
7208              
7209              Subject: [PATCH 5.6.0] cygwin port
7210              From: "Fifer, Eric" <EFifer@sanwaint.com>
7211              Date: Tue, 20 Jun 2000 14:30:58 +0100
7212              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
7213              
7214              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
7215              From: simon@brecon.co.uk (Simon Cozens)
7216              Date: 19 Jun 2000 15:18:27 GMT
7217              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
7218              
7219              plus update pod/Makefile and regenerate perltoc
7220      Branch: maint-5.6/perl
7221           +> pod/perlutil.pod
7222           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
7223           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
7224 ____________________________________________________________________________
7225 [  7761] By: jhi                                   on 2000/11/20  04:09:55
7226         Log: Miraculous typo.
7227      Branch: perl
7228            ! t/op/pat.t
7229 ____________________________________________________________________________
7230 [  7760] By: jhi                                   on 2000/11/20  04:06:08
7231         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
7232              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7233              Date: Sun, 19 Nov 2000 22:30:26 -0500
7234              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
7235      Branch: perl
7236            ! regexec.c scope.h t/op/pat.t
7237 ____________________________________________________________________________
7238 [  7759] By: jhi                                   on 2000/11/20  02:05:22
7239         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
7240      Branch: perl
7241            ! perl.h
7242 ____________________________________________________________________________
7243 [  7758] By: jhi                                   on 2000/11/20  01:58:11
7244         Log: Subject: [perl 7711: EPOC] updates
7245              From: Olaf Flebbe <o.flebbe@gmx.de>
7246              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
7247              Message-ID: <25575.974658810@www23.gmx.net>               
7248      Branch: perl
7249            + lib/File/Spec/Epoc.pm
7250            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
7251            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
7252            ! lib/File/Spec.pm perl.c sv.c
7253 ____________________________________________________________________________
7254 [  7757] By: jhi                                   on 2000/11/20  01:53:11
7255         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
7256      Branch: perl
7257            ! MANIFEST
7258 ____________________________________________________________________________
7259 [  7756] By: jhi                                   on 2000/11/20  01:47:22
7260         Log: Integrate perlio.
7261      Branch: perl
7262            - ext/re/hints/MSWin32.pl
7263           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
7264           !> win32/config.gc win32/config_H.gc win32/win32sck.c
7265 ____________________________________________________________________________
7266 [  7755] By: nick                                  on 2000/11/19  20:57:17
7267         Log: Add dummy crlf layer (just as buffer)
7268              Correct 1st bug - one layer of indirection.
7269      Branch: perlio
7270            ! perlio.c perlio.h perliol.h
7271 ____________________________________________________________________________
7272 [  7754] By: nick                                  on 2000/11/19  20:56:12
7273         Log: Work-round to Perl_deb_nocontext is no longer required
7274      Branch: perlio
7275            - ext/re/hints/MSWin32.pl
7276 ____________________________________________________________________________
7277 [  7753] By: nick                                  on 2000/11/19  20:01:16
7278         Log: diff -se shows these as different
7279      Branch: perlio
7280            ! global.sym pod/perlapi.pod
7281 ____________________________________________________________________________
7282 [  7752] By: nick                                  on 2000/11/19  18:57:30
7283         Log: Configure GCC/Win32 build -Duseperlio
7284              Fix a couple of gross issues
7285              - double-include of ../deb.o in re.dll
7286              - win32sck.c needs PerlIO and FILE 
7287      Branch: perlio
7288            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
7289            ! win32/win32sck.c
7290 ____________________________________________________________________________
7291 [  7751] By: nick                                  on 2000/11/19  17:05:36
7292         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
7293      Branch: perlio
7294            ! perlio.c
7295 ____________________________________________________________________________
7296 [  7750] By: nick                                  on 2000/11/19  16:57:14
7297         Log: Missing aTHX_
7298      Branch: perlio
7299            ! sv.c
7300 ____________________________________________________________________________
7301 [  7749] By: jhi                                   on 2000/11/19  16:28:40
7302         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
7303              From: "Peter J. Farley III" <pjfarley@banet.net>
7304              Date: Sun, 19 Nov 2000 01:42:58 -0500
7305              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
7306      Branch: perl
7307            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
7308 ____________________________________________________________________________
7309 [  7748] By: jhi                                   on 2000/11/19  16:08:10
7310         Log: Subject: podlators 1.05 available        
7311              From: Russ Allbery <rra@stanford.edu>   
7312              Date: 18 Nov 2000 22:04:28 -0800
7313              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
7314      Branch: perl
7315            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
7316 ____________________________________________________________________________
7317 [  7747] By: nick                                  on 2000/11/19  11:19:39
7318         Log: Integrate mainline
7319      Branch: perlio
7320           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
7321           !> util.c
7322 ____________________________________________________________________________
7323 [  7746] By: jhi                                   on 2000/11/19  06:42:22
7324         Log: Make hex scanning warn on "\x{x}" and "\xx".
7325              "\x" and and hex("x") are still valid.
7326      Branch: perl
7327            ! util.c
7328 ____________________________________________________________________________
7329 [  7745] By: nick                                  on 2000/11/18  22:52:28
7330         Log: Integrate mainline
7331      Branch: perlio
7332           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
7333           !> perl.h perlio.c proto.h regcomp.c regcomp.h
7334 ____________________________________________________________________________
7335 [  7744] By: jhi                                   on 2000/11/18  22:50:28
7336         Log: Introduce Perl_utf8_length().  Use it.
7337      Branch: perl
7338            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
7339 ____________________________________________________________________________
7340 [  7743] By: jhi                                   on 2000/11/18  22:38:51
7341         Log: Compiler denit.
7342      Branch: perl
7343            ! perlio.c
7344 ____________________________________________________________________________
7345 [  7742] By: jhi                                   on 2000/11/18  20:33:05
7346         Log: Integrate perlio.
7347      Branch: perl
7348           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
7349           !> perlio.h pp_ctl.c pp_sys.c sv.c
7350 ____________________________________________________________________________
7351 [  7741] By: jhi                                   on 2000/11/18  20:31:27
7352         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
7353              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7354              Date: Fri, 17 Nov 2000 20:35:11 -0500
7355              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
7356              
7357              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
7358              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7359              Date: Fri, 17 Nov 2000 21:03:47 -0500
7360              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
7361              
7362              Plus a little bit of tweaking in pregcomp().
7363      Branch: perl
7364            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
7365 ____________________________________________________________________________
7366 [  7740] By: nick                                  on 2000/11/18  20:17:22
7367         Log: Lexical use open ... support:
7368              add ->cop_io to COP structure in cop.h.
7369              Make mg.c and gv.c associate it with ${^OPEN}.
7370              Make lib/open.pm set it.
7371              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
7372              manner similar to ->cop_warnings.
7373              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
7374              call new PerlIO_apply_layers().
7375              Declare latter in perlio.h and define in perlio.c
7376      Branch: perlio
7377            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
7378            ! perlio.h pp_ctl.c pp_sys.c sv.c
7379 ____________________________________________________________________________
7380 [  7739] By: jhi                                   on 2000/11/18  19:54:00
7381         Log: Integrate perlio.
7382      Branch: perl
7383           !> doio.c perlio.c pp.c
7384 ____________________________________________________________________________
7385 [  7738] By: jhi                                   on 2000/11/18  17:16:13
7386         Log: Subject: [PATCH 5.7.0] etags broken again
7387              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7388              Date: Sat, 18 Nov 2000 02:41:36 -0500
7389              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
7390      Branch: perl
7391            ! emacs/ptags
7392 ____________________________________________________________________________
7393 [  7737] By: jhi                                   on 2000/11/18  17:12:18
7394         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
7395      Branch: perl
7396            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
7397 ____________________________________________________________________________
7398 [  7736] By: nick                                  on 2000/11/18  14:06:20
7399         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
7400              part to be isolated.
7401      Branch: perlio
7402            ! doio.c perlio.c
7403 ____________________________________________________________________________
7404 [  7735] By: nick                                  on 2000/11/18  11:03:32
7405         Log: Integrate mainline
7406      Branch: perlio
7407           !> Changes README.amiga README.win32 patchlevel.h
7408           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
7409 ____________________________________________________________________________
7410 [  7734] By: jhi                                   on 2000/11/18  01:18:56
7411         Log: Update Changes.
7412      Branch: perl
7413            ! Changes patchlevel.h
7414 ____________________________________________________________________________
7415 [  7733] By: jhi                                   on 2000/11/18  00:32:54
7416         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
7417              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7418              Date: Fri, 17 Nov 2000 17:28:02 -0500
7419              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
7420      Branch: perl
7421            ! regcomp.c regexec.c t/op/re_tests
7422 ____________________________________________________________________________
7423 [  7732] By: jhi                                   on 2000/11/18  00:28:56
7424         Log: Sparc 64-bit pack() fix from Jens Hamisch.
7425      Branch: perl
7426            ! pp.c
7427 ____________________________________________________________________________
7428 [  7731] By: jhi                                   on 2000/11/18  00:18:39
7429         Log: Explain in more detail the {} syntax ambiguousity.
7430              
7431              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
7432              From: Nicholas Clark <nick@ccl4.org>
7433              Date: Fri, 17 Nov 2000 22:10:28 +0000
7434              Message-ID: <20001117221028.A88930@plum.flirble.org>
7435      Branch: perl
7436            ! pod/perlfunc.pod
7437 ____________________________________________________________________________
7438 [  7730] By: jhi                                   on 2000/11/18  00:12:18
7439         Log: Subject: Fix for README.amiga (20000323.033)
7440              From: "Stephen P. Potter" <spp@spotter.yi.org>
7441              Date: Fri, 17 Nov 2000 12:25:51 -0500
7442              Message-Id: <200011171725.MAA05768@spotter.yi.org>
7443      Branch: perl
7444            ! README.amiga
7445 ____________________________________________________________________________
7446 [  7729] By: jhi                                   on 2000/11/18  00:08:34
7447         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
7448              From: "A. C. Yardley" <yardley@tanet.net>
7449              Date: Mon, 3 Apr 2000 11:35:33 -0700
7450              Message-ID: <3483.000403@tanet.net>
7451      Branch: perl
7452            ! README.win32
7453 ____________________________________________________________________________
7454 [  7728] By: nick                                  on 2000/11/17  21:59:47
7455         Log: Integrate mainline
7456      Branch: perlio
7457           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
7458           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
7459           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
7460           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
7461 ____________________________________________________________________________
7462 [  7727] By: nick                                  on 2000/11/17  21:56:31
7463         Log: Experiment on use of attributes.pm interface.
7464              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
7465              SVt_PVRV if not already something better (else vivify of say magic gets
7466              core dump).
7467      Branch: perlio
7468            ! perlio.c pp.c
7469 ____________________________________________________________________________
7470 [  7726] By: jhi                                   on 2000/11/17  14:15:49
7471         Log: Subject: Fix for 20000815.006
7472              From: "Stephen P. Potter" <spp@spotter.yi.org>
7473              Date: Fri, 17 Nov 2000 08:57:45 -0500
7474              Message-Id: <200011171357.IAA05122@spotter.yi.org>
7475              
7476              It's really 20000518.006.
7477      Branch: perl
7478            ! pod/perlmodlib.PL
7479 ____________________________________________________________________________
7480 [  7725] By: jhi                                   on 2000/11/17  14:12:31
7481         Log: Subject: Fix for 20000409.001
7482              From: "Stephen P. Potter" <spp@spotter.yi.org>
7483              Date: Fri, 17 Nov 2000 08:55:45 -0500
7484              Message-Id: <200011171355.IAA05104@spotter.yi.org>
7485      Branch: perl
7486            ! pod/perlfaq9.pod
7487 ____________________________________________________________________________
7488 [  7724] By: jhi                                   on 2000/11/17  14:08:58
7489         Log: Undo #7627 now that we have =head3.
7490      Branch: perl
7491            ! pod/perlhack.pod
7492 ____________________________________________________________________________
7493 [  7723] By: jhi                                   on 2000/11/17  14:04:09
7494         Log: As surmised the #7719 wasn't a good move.
7495      Branch: perl
7496            ! hints/solaris_2.sh
7497 ____________________________________________________________________________
7498 [  7722] By: jhi                                   on 2000/11/17  13:59:04
7499         Log: Also the 64bitall hints can be either here or there.
7500      Branch: perl
7501            ! hints/solaris_2.sh
7502 ____________________________________________________________________________
7503 [  7721] By: jhi                                   on 2000/11/17  02:26:23
7504         Log: Test tweak for the open pragma.
7505      Branch: perl
7506            ! t/lib/b.t
7507 ____________________________________________________________________________
7508 [  7720] By: jhi                                   on 2000/11/17  00:23:22
7509         Log: The long double hints can be here or there.
7510      Branch: perl
7511            ! hints/solaris_2.sh
7512 ____________________________________________________________________________
7513 [  7719] By: jhi                                   on 2000/11/17  00:14:06
7514         Log: For Solaris use64bitall the stdchar needs a little bit of help.
7515      Branch: perl
7516            ! hints/solaris_2.sh
7517 ____________________________________________________________________________
7518 [  7718] By: jhi                                   on 2000/11/16  23:27:34
7519         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
7520              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
7521              Date: Wed, 15 Nov 2000 08:56:32 +0100
7522              Message-ID: <3A1241B0.64477E00@alcatel.at>
7523      Branch: perl
7524            ! lib/Carp/Heavy.pm
7525 ____________________________________________________________________________
7526 [  7717] By: jhi                                   on 2000/11/16  23:23:29
7527         Log: Subject: [PATCH] Re: 20001101.003 PDL
7528              From: Nicholas Clark <nick@ccl4.org>
7529              Date: Thu, 16 Nov 2000 16:48:25 +0000
7530              Message-ID: <20001116164825.B93487@plum.flirble.org>
7531      Branch: perl
7532            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
7533 ____________________________________________________________________________
7534 [  7716] By: jhi                                   on 2000/11/16  23:21:31
7535         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
7536              From: "Casey R. Tweten" <crt@kiski.net>
7537              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
7538              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
7539      Branch: perl
7540            ! lib/Pod/Checker.pm pod/perlpod.pod
7541 ____________________________________________________________________________
7542 [  7715] By: jhi                                   on 2000/11/16  23:19:40
7543         Log: Avoid an infinite loop in VMS when utils scripts are run
7544              with no arguments, from Charles Lane.
7545      Branch: perl
7546            ! configure.com
7547 ____________________________________________________________________________
7548 [  7714] By: jhi                                   on 2000/11/16  23:17:08
7549         Log: Subject: perllocale.pod changes
7550              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
7551              Date: Mon, 13 Nov 2000 10:09:22 +0300
7552              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
7553      Branch: perl
7554            ! pod/perllocale.pod
7555 ____________________________________________________________________________
7556 [  7713] By: jhi                                   on 2000/11/16  23:14:06
7557         Log: Integrate perlio.
7558      Branch: perl
7559           !> doio.c perlio.c perlio.h util.c
7560 ____________________________________________________________________________
7561 [  7712] By: nick                                  on 2000/11/16  21:10:58
7562         Log: Integrate mainline
7563      Branch: perlio
7564           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
7565           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
7566           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
7567           !> vos/config.ga.def vos/config.ga.h win32/config.bc
7568           !> win32/config.gc win32/config.vc
7569 ____________________________________________________________________________
7570 [  7711] By: nick                                  on 2000/11/16  19:56:41
7571         Log: Minor tweaks:
7572              consistent way of getting 'rb', 'wb' etc. for binary opens
7573              move *perlio::layers to *open::layers
7574              a #define to show layers available
7575              DOSISH popen/PerlIO had export/import sense inverted.
7576      Branch: perlio
7577            ! doio.c perlio.c perlio.h util.c
7578 ____________________________________________________________________________
7579 [  7710] By: jhi                                   on 2000/11/16  15:46:05
7580         Log: Add HAS_SBRK_PROTO.
7581      Branch: metaconfig/U/perl
7582            + d_sbrkproto.U
7583      Branch: perl
7584            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7585            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
7586            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
7587            ! vos/config.ga.def vos/config.ga.h win32/config.bc
7588            ! win32/config.gc win32/config.vc
7589 ____________________________________________________________________________
7590 [  7709] By: nick                                  on 2000/11/16  07:31:49
7591         Log: Integrate mainline
7592      Branch: perlio
7593           !> (integrate 35 files)
7594 ____________________________________________________________________________
7595 [  7708] By: jhi                                   on 2000/11/16  05:33:03
7596         Log: These files are text, not binary.
7597      Branch: perl
7598            ! ext/Encode/Encode/iso8859-10.enc
7599            ! ext/Encode/Encode/iso8859-13.enc
7600            ! ext/Encode/Encode/iso8859-14.enc
7601            ! ext/Encode/Encode/iso8859-15.enc
7602 ____________________________________________________________________________
7603 [  7707] By: jhi                                   on 2000/11/16  01:53:37
7604         Log: Update Changes.
7605      Branch: perl
7606            ! Changes patchlevel.h
7607 ____________________________________________________________________________
7608 [  7706] By: jhi                                   on 2000/11/16  01:35:59
7609         Log: More #undefing of stdio.
7610      Branch: perl
7611            ! fakesdio.h nostdio.h
7612 ____________________________________________________________________________
7613 [  7705] By: jhi                                   on 2000/11/16  01:34:18
7614         Log: Add fwalk() probe to the configuration files and regen perltoc.
7615      Branch: perl
7616            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7617            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
7618            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
7619            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
7620            ! win32/config.bc win32/config.gc win32/config.vc
7621 ____________________________________________________________________________
7622 [  7704] By: jhi                                   on 2000/11/16  01:33:07
7623         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
7624              an optional third argument to Inlibc?)
7625      Branch: metaconfig/U/perl
7626            + d__fwalk.U
7627 ____________________________________________________________________________
7628 [  7703] By: jhi                                   on 2000/11/16  01:09:22
7629         Log: The type of the hash_cb() size argument is tricky.
7630      Branch: perl
7631            ! ext/DB_File/DB_File.xs
7632 ____________________________________________________________________________
7633 [  7702] By: jhi                                   on 2000/11/15  23:01:16
7634         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
7635      Branch: perl
7636            ! nostdio.h
7637 ____________________________________________________________________________
7638 [  7701] By: jhi                                   on 2000/11/15  22:52:32
7639         Log: Detypo.
7640      Branch: perl
7641            ! t/lib/bigfltpm.t
7642 ____________________________________________________________________________
7643 [  7700] By: jhi                                   on 2000/11/15  22:51:56
7644         Log: UINT64_C() work continues.
7645      Branch: perl
7646            ! handy.h perl.h utf8.h
7647 ____________________________________________________________________________
7648 [  7699] By: jhi                                   on 2000/11/15  14:13:04
7649         Log: SOCKS has its own USE_THREADS, based on
7650              
7651              Subject: [ID 20001114.002] et. al. bugfix followup
7652              From: Jens Hamisch <jens@Strawberry.COM> 
7653              Date: Wed, 15 Nov 2000 14:23:11 +0100
7654              Message-ID: <20001115142311.A21164@Strawberry.COM>
7655      Branch: perl
7656            ! perl.h
7657 ____________________________________________________________________________
7658 [  7698] By: jhi                                   on 2000/11/15  03:50:56
7659         Log: Add few missing #undefs and sort them.
7660      Branch: perl
7661            ! fakesdio.h
7662 ____________________________________________________________________________
7663 [  7697] By: jhi                                   on 2000/11/15  03:39:14
7664         Log: Linenumber fix.
7665      Branch: perl
7666            ! t/pragma/warn/utf8
7667 ____________________________________________________________________________
7668 [  7696] By: jhi                                   on 2000/11/15  02:55:26
7669         Log: EBCDIC tweaks.
7670              
7671              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
7672              From: Peter Prymmer <pvhp@forte.com>
7673              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
7674              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
7675      Branch: perl
7676            ! t/op/regmesg.t t/pragma/warn/utf8
7677 ____________________________________________________________________________
7678 [  7695] By: jhi                                   on 2000/11/15  02:53:58
7679         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
7680              From: Peter Prymmer <pvhp@forte.com>
7681              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
7682              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
7683      Branch: perl
7684            ! utf8.c
7685 ____________________________________________________________________________
7686 [  7694] By: jhi                                   on 2000/11/15  02:50:55
7687         Log: Subject: [PATCH: perl@7674] updates to README.os390
7688              From: Prymmer/Kahn <pvhp@best.com>
7689              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
7690              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
7691      Branch: perl
7692            ! README.os390
7693 ____________________________________________________________________________
7694 [  7693] By: jhi                                   on 2000/11/15  02:48:37
7695         Log: Quit utf8_to_uv() instantly if curlen == 0.
7696      Branch: perl
7697            ! utf8.c
7698 ____________________________________________________________________________
7699 [  7692] By: jhi                                   on 2000/11/15  02:24:29
7700         Log: Use u_int32_t for the size of hash_cb(), not size_t.
7701              
7702              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
7703              From: Jens Hamisch <jens@Strawberry.COM>     
7704              Date: Tue, 14 Nov 2000 19:03:55 +0100
7705              Message-Id: <20001114190355.A20559@Strawberry.COM>
7706      Branch: perl
7707            ! ext/DB_File/DB_File.xs
7708 ____________________________________________________________________________
7709 [  7691] By: jhi                                   on 2000/11/15  02:20:12
7710         Log: Use UINT64_C().
7711              
7712              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
7713              From: Jens Hamisch <jens@Strawberry.COM>
7714              Date: Tue, 14 Nov 2000 19:16:23 +0100
7715              Message-Id: <20001114191623.G20559@Strawberry.COM>
7716      Branch: perl
7717            ! utf8.c utf8.h
7718 ____________________________________________________________________________
7719 [  7690] By: jhi                                   on 2000/11/15  02:17:06
7720         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
7721              (a macro to define signed and unsigned integer constants).
7722      Branch: perl
7723            ! handy.h
7724 ____________________________________________________________________________
7725 [  7689] By: jhi                                   on 2000/11/15  01:56:51
7726         Log: Regen Configure.
7727      Branch: perl
7728            ! Configure
7729 ____________________________________________________________________________
7730 [  7688] By: jhi                                   on 2000/11/15  01:56:32
7731         Log: Make the unit know about SOCKS.
7732      Branch: metaconfig
7733            ! U/protos/socksizetype.U
7734 ____________________________________________________________________________
7735 [  7687] By: jhi                                   on 2000/11/15  01:54:47
7736         Log: Remove unused dependencies.
7737      Branch: metaconfig
7738            ! U/compline/d_getpagsz.U
7739 ____________________________________________________________________________
7740 [  7686] By: nick                                  on 2000/11/14  21:25:13
7741         Log: Integrate mainline.
7742      Branch: perlio
7743           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
7744           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
7745           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
7746           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
7747           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
7748           !> win32/config.bc win32/config.gc win32/config.vc
7749           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
7750 ____________________________________________________________________________
7751 [  7685] By: jhi                                   on 2000/11/14  17:54:56
7752         Log: Integrate perlio.
7753      Branch: perl
7754           +> fakesdio.h perliol.h
7755           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
7756           !> perlsdio.h perlsfio.h pod/perlfunc.pod
7757 ____________________________________________________________________________
7758 [  7684] By: nick                                  on 2000/11/14  17:43:04
7759         Log: PerlIO #include and #ifdef re-work.
7760      Branch: perlio
7761            + fakesdio.h perliol.h
7762            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
7763            ! perlsdio.h perlsfio.h
7764 ____________________________________________________________________________
7765 [  7683] By: jhi                                   on 2000/11/14  15:42:40
7766         Log: Hoist the duplicated socket/netdb include logic to perl.h;
7767              undef SETERRNO in case SOCKS has defined it.  Based on:
7768              
7769              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
7770              From: Jens Hamisch <jens@Strawberry.COM> 
7771              Date: Tue, 14 Nov 2000 11:34:40 +0100
7772              Message-Id: <20001114113440.A20005@Strawberry.COM>
7773      Branch: perl
7774            ! doio.c perl.h pp_sys.c
7775 ____________________________________________________________________________
7776 [  7682] By: jhi                                   on 2000/11/14  14:07:28
7777         Log: Subject: some additions for makefiles for win32 (for perl@7674)
7778              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
7779              Date: Tue, 14 Nov 2000 09:31:13 +0300
7780              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
7781      Branch: perl
7782            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
7783            ! win32/makefile.mk
7784 ____________________________________________________________________________
7785 [  7681] By: jhi                                   on 2000/11/14  14:01:41
7786         Log: Subject: tiny typo in perl5db.pl
7787              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
7788              Date: Tue, 14 Nov 2000 09:29:28 +0300
7789              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
7790      Branch: perl
7791            ! lib/perl5db.pl
7792 ____________________________________________________________________________
7793 [  7680] By: jhi                                   on 2000/11/14  04:13:50
7794         Log: Redo #7679 with LFs instead of CRLFs.
7795      Branch: perl
7796            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
7797            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
7798            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
7799 ____________________________________________________________________________
7800 [  7679] By: jhi                                   on 2000/11/14  01:21:09
7801         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
7802              From: Benjamin Stuhl <tiriath@yahoo.com> 
7803              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
7804              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
7805      Branch: perl
7806            + win32/bin/mdelete.bat
7807            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
7808            ! makedef.pl perlio.c win32/Makefile win32/config.gc
7809            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
7810 ____________________________________________________________________________
7811 [  7678] By: jhi                                   on 2000/11/14  01:19:20
7812         Log: Fix the re extension building for Win32.
7813              
7814              Subject: [PATCH perl@7638] Get PerlIO building on Win32
7815              From: Benjamin Stuhl <tiriath@yahoo.com> 
7816              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
7817              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
7818      Branch: perl
7819            + ext/re/hints/MSWin32.pl
7820            ! MANIFEST
7821 ____________________________________________________________________________
7822 [  7677] By: jhi                                   on 2000/11/14  01:13:54
7823         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
7824              From: sthoenna@efn.org
7825              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
7826              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
7827      Branch: perl
7828            ! doop.c pp.c toke.c utf8.c utf8.h
7829 ____________________________________________________________________________
7830 [  7676] By: jhi                                   on 2000/11/13  20:23:15
7831         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
7832              From: Nicholas Clark <nick@ccl4.org>
7833              Date: Mon, 13 Nov 2000 18:55:04 +0000
7834              Message-ID: <20001113185504.J29183@plum.flirble.org>
7835      Branch: perl
7836            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
7837 ____________________________________________________________________________
7838 [  7675] By: nick                                  on 2000/11/13  20:21:57
7839         Log: Integrate mainline ...
7840      Branch: perlio
7841           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
7842           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
7843           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
7844           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
7845 ____________________________________________________________________________
7846 [  7674] By: jhi                                   on 2000/11/13  15:07:56
7847         Log: Update Changes.
7848      Branch: perl
7849            ! Changes patchlevel.h
7850 ____________________________________________________________________________
7851 [  7673] By: jhi                                   on 2000/11/13  14:42:42
7852         Log: Remove the new two tests of lib/io_xs for now, they seem to
7853              fail under perlio on some platforms.
7854      Branch: perl
7855            ! t/lib/io_xs.t
7856 ____________________________________________________________________________
7857 [  7672] By: jhi                                   on 2000/11/13  13:57:53
7858         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
7859      Branch: perl
7860            ! perlio.c
7861 ____________________________________________________________________________
7862 [  7671] By: jhi                                   on 2000/11/13  05:30:48
7863         Log: Placate nervous compilers that see longer than ints switch()ing.
7864      Branch: perl
7865            ! utf8.c
7866 ____________________________________________________________________________
7867 [  7670] By: jhi                                   on 2000/11/13  05:14:21
7868         Log: fputs() does return EOF on error but here we don't care.
7869      Branch: perl
7870            ! perlio.c
7871 ____________________________________________________________________________
7872 [  7669] By: jhi                                   on 2000/11/13  05:02:45
7873         Log: Declare reg_data like reg_substr_data.
7874      Branch: perl
7875            ! regexp.h
7876 ____________________________________________________________________________
7877 [  7668] By: jhi                                   on 2000/11/13  04:54:34
7878         Log: Typos in #7667.
7879      Branch: perl
7880            ! perl.h
7881 ____________________________________________________________________________
7882 [  7667] By: jhi                                   on 2000/11/13  04:49:49
7883         Log: Cleanup messy #ifdef.
7884      Branch: perl
7885            ! perl.h
7886 ____________________________________________________________________________
7887 [  7666] By: jhi                                   on 2000/11/13  04:17:34
7888         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
7889              From: Nicholas Clark <nick@talking.bollo.cx>
7890              Date: Sun, 12 Nov 2000 21:14:11 +0000
7891              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
7892              
7893              Note: only one breakage of the two reported is fixed by this patch.
7894      Branch: perl
7895            ! perlio.c
7896 ____________________________________________________________________________
7897 [  7665] By: jhi                                   on 2000/11/13  04:05:07
7898         Log: Tweak the definition of the bit complement on UTF-8 data:
7899              if none of the characters in the string are > 0xff,
7900              the result is a complemented byte string, not a (UTF-8)
7901              char string.  Based on the summary in
7902              
7903              Subject: Re: [ID 20000918.005] ~ on wide chars
7904              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
7905              Date: Fri, 10 Nov 2000 09:47:15 -0800
7906              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
7907              
7908              This should give us the maximum backward (pre-char string)
7909              compatibility and utf8 compatibility.  The other alternative
7910              would be to limit the bit complement to be always byte only,
7911              taking the least significant byte of the chars.
7912      Branch: perl
7913            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
7914 ____________________________________________________________________________
7915 [  7664] By: jhi                                   on 2000/11/13  00:23:44
7916         Log: Couple of tests from #7660 salvaged.
7917      Branch: perl
7918            - t/op/tell.t
7919            ! MANIFEST t/io/tell.t
7920 ____________________________________________________________________________
7921 [  7663] By: jhi                                   on 2000/11/13  00:02:48
7922         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
7923              From: Nicholas Clark <nick@talking.bollo.cx>
7924              Date: Sun, 12 Nov 2000 21:23:43 +0000
7925              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
7926      Branch: perl
7927            ! perlsfio.h
7928 ____________________________________________________________________________
7929 [  7662] By: jhi                                   on 2000/11/13  00:01:39
7930         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
7931              From: Nicholas Clark <nick@talking.bollo.cx>
7932              Date: Sun, 12 Nov 2000 21:30:04 +0000
7933              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
7934      Branch: perl
7935            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
7936 ____________________________________________________________________________
7937 [  7661] By: jhi                                   on 2000/11/12  23:57:29
7938         Log: Document tell() on special streams.
7939      Branch: perl
7940            ! pod/perlfunc.pod
7941 ____________________________________________________________________________
7942 [  7660] By: jhi                                   on 2000/11/12  23:54:22
7943         Log: (Subsumed by #7664)
7944      Branch: perl
7945            + t/op/tell.t
7946            ! MANIFEST
7947 ____________________________________________________________________________
7948 [  7659] By: jhi                                   on 2000/11/12  22:55:25
7949         Log: Many subdocumented return values of the IO extension now documented.
7950              ungetc and write still left subdocumented.
7951              
7952              Subject: [PATCH] (was Re: IO::Handle::ungetc)
7953              From: Nicholas Clark <nick@talking.bollo.cx>
7954              Date: Sun, 12 Nov 2000 21:35:53 +0000
7955              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
7956      Branch: perl
7957            ! ext/IO/lib/IO/Handle.pm
7958 ____________________________________________________________________________
7959 [  7658] By: jhi                                   on 2000/11/12  21:37:06
7960         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
7961              From: Nicholas Clark <nick@talking.bollo.cx>
7962              Date: Sun, 12 Nov 2000 20:03:22 +0000
7963              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
7964      Branch: perl
7965            ! pod/perlfunc.pod
7966 ____________________________________________________________________________
7967 [  7657] By: jhi                                   on 2000/11/12  20:34:55
7968         Log: Integrate perlio.
7969      Branch: perl
7970           !> perlio.c
7971 ____________________________________________________________________________
7972 [  7656] By: nick                                  on 2000/11/12  19:25:06
7973         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
7974      Branch: perlio
7975            ! perlio.c
7976 ____________________________________________________________________________
7977 [  7655] By: nick                                  on 2000/11/12  19:09:41
7978         Log: Integrate mainline
7979      Branch: perlio
7980           +> README.solaris ext/Encode/Encode/cp1006.enc
7981           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
7982           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
7983           +> ext/Encode/Encode/iso8859-13.enc
7984           +> ext/Encode/Encode/iso8859-14.enc
7985           +> ext/Encode/Encode/iso8859-15.enc
7986           !> (integrate 34 files)
7987 ____________________________________________________________________________
7988 [  7654] By: jhi                                   on 2000/11/12  19:00:22
7989         Log: Add a metaconfig unit for fsync.
7990      Branch: metaconfig/U/perl
7991            + d_fsync.U
7992 ____________________________________________________________________________
7993 [  7653] By: jhi                                   on 2000/11/12  19:00:01
7994         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
7995      Branch: perl
7996            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7997            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
7998            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7999            ! vos/config.ga.h win32/config.bc win32/config.gc
8000            ! win32/config.vc
8001 ____________________________________________________________________________
8002 [  7652] By: jhi                                   on 2000/11/11  21:12:01
8003         Log: Copy the s// information of README.hpux also to the perlrun.
8004      Branch: perl
8005            ! README.hpux pod/perlrun.pod
8006 ____________________________________________________________________________
8007 [  7651] By: jhi                                   on 2000/11/11  21:03:13
8008         Log: More README.solaris updates from Andy Dougherty.
8009      Branch: perl
8010            ! README.solaris
8011 ____________________________________________________________________________
8012 [  7650] By: jhi                                   on 2000/11/11  18:38:57
8013         Log: More descriptive error for unknown perlio layers.
8014              
8015              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
8016              From: Dominic Dunlop <domo@computer.org> 
8017              Date: Sat, 11 Nov 2000 18:20:32 +0100             
8018              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
8019      Branch: perl
8020            ! perlio.c pod/perldiag.pod
8021 ____________________________________________________________________________
8022 [  7649] By: jhi                                   on 2000/11/11  18:37:52
8023         Log: MachTen doesn't really do mmap() and munmap().
8024              
8025              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
8026              From: Dominic Dunlop <domo@computer.org> 
8027              Date: Sat, 11 Nov 2000 18:20:32 +0100             
8028              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
8029      Branch: perl
8030            ! hints/machten.sh
8031 ____________________________________________________________________________
8032 [  7648] By: jhi                                   on 2000/11/11  18:36:46
8033         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
8034              From: rspier@pobox.com (Robert Spier)
8035              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
8036              Message-ID: <14861.32839.491271.985797@rls.cx>
8037      Branch: perl
8038            ! Porting/Contract pod/perltoot.pod
8039 ____________________________________________________________________________
8040 [  7647] By: jhi                                   on 2000/11/11  18:35:30
8041         Log: Simplify the getpagesize() unit by dropping the
8042              pagesize probe since it's nowadays slightly more
8043              complicated because of sysconf(). (Note: if some
8044              platform really needs the -lPW for getpagesize,
8045              I just broke it.)
8046              
8047              TODO: a new pagesize unit.
8048      Branch: metaconfig
8049            ! U/compline/d_getpagsz.U
8050 ____________________________________________________________________________
8051 [  7646] By: jhi                                   on 2000/11/11  18:33:23
8052         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
8053      Branch: perl
8054            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8055            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
8056            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8057            ! vos/config.ga.h win32/config.bc win32/config.gc
8058            ! win32/config.vc
8059 ____________________________________________________________________________
8060 [  7645] By: jhi                                   on 2000/11/11  16:45:15
8061         Log: Use sysconf() or getpagesize() to find out the pagesize.
8062      Branch: perl
8063            ! perlio.c
8064 ____________________________________________________________________________
8065 [  7644] By: jhi                                   on 2000/11/11  15:46:08
8066         Log: Integrate perlio.
8067      Branch: perl
8068           !> perlio.c
8069 ____________________________________________________________________________
8070 [  7643] By: jhi                                   on 2000/11/11  15:33:36
8071         Log: Subject: Re: [PATCH] README.solaris
8072              From: Lupe Christoph <lupe@lupe-christoph.de>
8073              Date: Sat, 11 Nov 2000 14:08:10 +0100
8074              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
8075      Branch: perl
8076            ! README.solaris
8077 ____________________________________________________________________________
8078 [  7642] By: jhi                                   on 2000/11/11  15:22:12
8079         Log: Subject: [PATCH perl@7638] cygwin port
8080              From: "Eric Fifer" <egf7@columbia.edu>            
8081              Date: Fri, 10 Nov 2000 19:30:30 -0000
8082              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
8083      Branch: perl
8084            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
8085 ____________________________________________________________________________
8086 [  7641] By: nick                                  on 2000/11/11  14:50:36
8087         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
8088              Also call "Buf" layer directly when unread'ing non-read chars.
8089      Branch: perlio
8090            ! perlio.c
8091 ____________________________________________________________________________
8092 [  7640] By: jhi                                   on 2000/11/11  02:05:02
8093         Log: Add more encoding tables.
8094      Branch: perl
8095            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
8096            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
8097            + ext/Encode/Encode/iso8859-10.enc
8098            + ext/Encode/Encode/iso8859-13.enc
8099            + ext/Encode/Encode/iso8859-14.enc
8100            + ext/Encode/Encode/iso8859-15.enc
8101            ! MANIFEST
8102 ____________________________________________________________________________
8103 [  7639] By: jhi                                   on 2000/11/10  18:49:25
8104         Log: Subject: [PATCH] README.solaris
8105              From: Andy Dougherty <doughera@lafayette.edu>
8106              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
8107              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
8108      Branch: perl
8109            + README.solaris
8110            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
8111            ! pod/perl.pod pod/perltoc.pod
8112 ____________________________________________________________________________
8113 [  7638] By: jhi                                   on 2000/11/10  15:04:15
8114         Log: Update Changes.
8115      Branch: perl
8116            ! Changes patchlevel.h
8117 ____________________________________________________________________________
8118 [  7637] By: jhi                                   on 2000/11/10  14:14:28
8119         Log: Explain better why certain regex tests are skipped.
8120              
8121              Subject: Re: tests skipped: unknown reason
8122              From: Lupe Christoph <lupe@lupe-christoph.de>
8123              Date: Fri, 10 Nov 2000 09:08:56 +0100
8124              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
8125      Branch: perl
8126            ! t/op/regexp.t
8127 ____________________________________________________________________________
8128 [  7636] By: nick                                  on 2000/11/10  13:40:00
8129         Log: Integrate mainline.
8130      Branch: perlio
8131           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
8132           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
8133           !> win32/bin/search.pl
8134 ____________________________________________________________________________
8135 [  7635] By: nick                                  on 2000/11/10  13:25:52
8136         Log: Re-instate stdio large file support via perlio.
8137      Branch: perl
8138            ! perlio.c
8139 ____________________________________________________________________________
8140 [  7634] By: jhi                                   on 2000/11/10  04:49:55
8141         Log: Amdahl UTS hints updates.
8142              
8143              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
8144              From: hom00@utsglobal.com (Harold O Morris)
8145              Date: Thu, 9 Nov 2000 20:02 PST
8146              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
8147      Branch: perl
8148            ! hints/uts.sh
8149 ____________________________________________________________________________
8150 [  7633] By: jhi                                   on 2000/11/09  23:33:28
8151         Log: Subject: [PATCH] IO::Seekable pod
8152              From: Nicholas Clark <nick@talking.bollo.cx>
8153              Date: Thu, 9 Nov 2000 20:29:45 +0000
8154              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
8155      Branch: perl
8156            ! ext/IO/lib/IO/Handle.pm
8157 ____________________________________________________________________________
8158 [  7632] By: jhi                                   on 2000/11/09  21:55:41
8159         Log: Various doc oddball characters.
8160              
8161              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
8162              From: Michael Somos <somos@grail.cba.csuohio.edu>
8163              Date: Mon, 6 Nov 2000 17:44:20 -0500
8164              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
8165      Branch: perl
8166            ! emacs/cperl-mode.el lib/unicode/syllables.txt
8167            ! win32/bin/search.pl
8168 ____________________________________________________________________________
8169 [  7631] By: jhi                                   on 2000/11/09  21:12:29
8170         Log: Subject: Re: bash -c exit and linux hints 
8171              From: "John P. Linderman" <jpl@research.att.com>
8172              Date: Thu, 02 Nov 2000 09:37:25 -0500
8173              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
8174      Branch: perl
8175            ! hints/linux.sh
8176 ____________________________________________________________________________
8177 [  7630] By: nick                                  on 2000/11/09  20:34:11
8178         Log: Integrate mainline.
8179      Branch: perlio
8180           !> (integrate 91 files)
8181 ____________________________________________________________________________
8182 [  7629] By: jhi                                   on 2000/11/09  19:46:31
8183         Log: Missing dTHXs.
8184              
8185              Subject: RE: perl@7595 builds not on cygwin
8186              From: "Eric Fifer" <egf7@columbia.edu>
8187              Date: Thu, 9 Nov 2000 19:26:50 -0000
8188              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
8189      Branch: perl
8190            ! ext/Devel/Peek/Peek.xs
8191 ____________________________________________________________________________
8192 [  7628] By: jhi                                   on 2000/11/09  14:48:27
8193         Log: Disable only the tests 99 and 166 for UTF-8 locales.
8194      Branch: perl
8195            ! t/pragma/locale.t
8196 ____________________________________________________________________________
8197 [  7627] By: jhi                                   on 2000/11/09  14:40:27
8198         Log: There's no =head3.
8199      Branch: perl
8200            ! pod/perlhack.pod
8201 ____________________________________________________________________________
8202 [  7626] By: jhi                                   on 2000/11/09  13:54:26
8203         Log: The generated boot_* headers are wrong.  Pickier compiler,
8204              such as KAI C++ will refuse to compile the resulting perlmain.
8205              
8206              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
8207              From: Harri Pasanen <harri.pasanen@trema.com>
8208              Date: Thu, 09 Nov 2000 14:23:28 +0100
8209              Message-Id: <3A0AA550.26D548A3@trema.com>
8210      Branch: perl
8211            ! minimod.pl
8212 ____________________________________________________________________________
8213 [  7625] By: jhi                                   on 2000/11/09  13:50:44
8214         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
8215              From: Prymmer/Kahn <pvhp@best.com>
8216              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
8217              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
8218              
8219              All except the "cow orker" change.
8220      Branch: perl
8221            ! Porting/pumpkin.pod
8222 ____________________________________________________________________________
8223 [  7624] By: jhi                                   on 2000/11/09  13:45:33
8224         Log: Fix for
8225              
8226              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
8227              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
8228              Date: Thu, 09 Nov 2000 11:05:52 +0100
8229              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
8230      Branch: perl
8231            ! pod/perldiag.pod t/pragma/warn/pp_sys
8232 ____________________________________________________________________________
8233 [  7623] By: jhi                                   on 2000/11/09  13:37:16
8234         Log: Typo in an ifndef.
8235              
8236              Subject: Re: [PATCH 5.7.0] better messages from malloc()
8237              From: Joe Smith <jms@inwap.com>         
8238              Date: Thu, 09 Nov 2000 01:33:14 -0800
8239              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
8240      Branch: perl
8241            ! malloc.c
8242 ____________________________________________________________________________
8243 [  7622] By: jhi                                   on 2000/11/09  13:31:18
8244         Log: Remove unused extra arguments.
8245      Branch: metaconfig/U/perl
8246            ! perlxv.U
8247      Branch: perl
8248            ! Configure config_h.SH
8249 ____________________________________________________________________________
8250 [  7621] By: jhi                                   on 2000/11/09  13:16:36
8251         Log: More VMS moves on environment handling, from Charles Lane.
8252      Branch: perl
8253            ! t/pragma/locale.t
8254 ____________________________________________________________________________
8255 [  7620] By: jhi                                   on 2000/11/09  04:42:38
8256         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
8257              From: David Dyck <dcd@tc.fluke.com>
8258              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
8259              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
8260      Branch: perl
8261            ! pp_sys.c
8262 ____________________________________________________________________________
8263 [  7619] By: jhi                                   on 2000/11/09  04:36:21
8264         Log: Forgot from #7618.
8265      Branch: perl
8266            ! lib/File/stat.pm
8267 ____________________________________________________________________________
8268 [  7618] By: jhi                                   on 2000/11/09  04:28:44
8269         Log: Make deleting for %ENV work for (newer versions of) VMS,
8270              from Craig A. Berry.
8271      Branch: perl
8272            ! vms/vms.c
8273 ____________________________________________________________________________
8274 [  7617] By: jhi                                   on 2000/11/09  04:25:05
8275         Log: Subject: [PATCH] Class::Struct at compile time
8276              From: "Casey R. Tweten" <crt@kiski.net>
8277              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
8278              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
8279      Branch: perl
8280            ! lib/Class/Struct.pm
8281 ____________________________________________________________________________
8282 [  7616] By: jhi                                   on 2000/11/09  04:15:17
8283         Log: Subject: [ID 20001108.013] spelling
8284              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
8285              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
8286              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
8287      Branch: perl
8288            ! lib/ftp.pl
8289 ____________________________________________________________________________
8290 [  7615] By: jhi                                   on 2000/11/09  04:12:42
8291         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
8292              From: Peter Prymmer <pvhp@forte.com>
8293              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
8294              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
8295      Branch: perl
8296            ! configure.com
8297 ____________________________________________________________________________
8298 [  7614] By: jhi                                   on 2000/11/08  22:42:55
8299         Log: A missing aTHX_.
8300      Branch: perl
8301            ! ext/IPC/SysV/SysV.xs
8302 ____________________________________________________________________________
8303 [  7613] By: jhi                                   on 2000/11/08  19:30:21
8304         Log: Update Changes.
8305      Branch: perl
8306            ! Changes patchlevel.h
8307 ____________________________________________________________________________
8308 [  7612] By: jhi                                   on 2000/11/08  18:35:25
8309         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
8310              From: David Dyck <dcd@tc.fluke.com>
8311              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
8312              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
8313      Branch: perl
8314            ! pp_sys.c
8315 ____________________________________________________________________________
8316 [  7611] By: jhi                                   on 2000/11/08  18:30:26
8317         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
8318              From: Dominic Dunlop <domo@computer.org>
8319              Date: Tue, 7 Nov 2000 12:05:25 +0100
8320              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
8321      Branch: perl
8322            ! malloc.c
8323 ____________________________________________________________________________
8324 [  7610] By: jhi                                   on 2000/11/08  18:25:14
8325         Log: Do not test UTF-8 locales since that the tests would require
8326              polymorphic regexen.
8327      Branch: perl
8328            ! t/pragma/locale.t
8329 ____________________________________________________________________________
8330 [  7609] By: jhi                                   on 2000/11/08  17:12:51
8331         Log: Locale buglets.
8332              
8333              Subject: RE: Locales support (setlocale) fixes
8334              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
8335              Date: Wed, 8 Nov 2000 20:01:39 +0300
8336              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
8337      Branch: perl
8338            ! t/pragma/locale.t util.c
8339 ____________________________________________________________________________
8340 [  7608] By: jhi                                   on 2000/11/08  17:00:16
8341         Log: Deleting $ENV{PATH} in VMS is not recommendable.
8342      Branch: perl
8343            ! t/pragma/locale.t
8344 ____________________________________________________________________________
8345 [  7607] By: jhi                                   on 2000/11/08  16:58:26
8346         Log: Subject: PATCH std stdio for (Free)BSD
8347              From: Nicholas Clark <nick@ccl4.org>
8348              Date: Wed, 8 Nov 2000 15:36:29 +0000
8349              Message-ID: <20001108153629.D98736@plum.flirble.org>
8350      Branch: metaconfig
8351            ! U/compline/d_stdstdio.U
8352      Branch: perl
8353            ! Configure config_h.SH
8354 ____________________________________________________________________________
8355 [  7606] By: jhi                                   on 2000/11/08  16:43:31
8356         Log: Forgot to bump the line numbers in #7601.
8357      Branch: perl
8358            ! t/pragma/warn/pp_sys
8359 ____________________________________________________________________________
8360 [  7605] By: jhi                                   on 2000/11/08  16:39:12
8361         Log: More careful detection of how well NVs and UVs mix.
8362              
8363              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))
8364              From: Nicholas Clark <nick@ccl4.org>
8365              Date: Wed, 8 Nov 2000 15:14:12 +0000
8366              Message-ID: <20001108151412.B98736@plum.flirble.org>
8367              
8368              Added some SIGFPE paranoia.
8369      Branch: metaconfig/U/perl
8370            ! perlxv.U
8371      Branch: perl
8372            ! Configure config_h.SH
8373 ____________________________________________________________________________
8374 [  7604] By: jhi                                   on 2000/11/08  14:39:10
8375         Log: Subject: [patch perl@7595] VMS configure.com tweak
8376              From: "Craig A. Berry" <craigberry@mac.com>
8377              Date: Wed, 8 Nov 2000 00:24:12 -0600
8378              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
8379      Branch: perl
8380            ! configure.com
8381 ____________________________________________________________________________
8382 [  7603] By: jhi                                   on 2000/11/08  14:27:11
8383         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
8384              From: Robin Barker <rmb1@cise.npl.co.uk>
8385              Date: Wed, 8 Nov 2000 11:11:39 GMT
8386              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
8387      Branch: perl
8388            ! perlio.c
8389 ____________________________________________________________________________
8390 [  7602] By: jhi                                   on 2000/11/08  14:25:03
8391         Log: Fix for the tie-refhash string table leaks.
8392              
8393              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
8394              Date: Wed, 8 Nov 2000 13:03:04 GMT
8395              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
8396      Branch: perl
8397            ! t/lib/tie-refhash.t
8398 ____________________________________________________________________________
8399 [  7601] By: jhi                                   on 2000/11/08  14:21:08
8400         Log: Try to avoid flockless and emulationless places.
8401      Branch: perl
8402            ! t/pragma/warn/pp_sys
8403 ____________________________________________________________________________
8404 [  7600] By: jhi                                   on 2000/11/08  02:28:54
8405         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
8406              
8407              Subject: [PATCH] prototyped functions that should be overrideable
8408              From: "Casey R. Tweten" <crt@kiski.net>
8409              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
8410              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
8411      Branch: perl
8412            ! toke.c
8413 ____________________________________________________________________________
8414 [  7599] By: jhi                                   on 2000/11/08  01:12:05
8415         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
8416              
8417              Subject: [PATCH] perlbug.PL
8418              From: "Kurt D. Starsinic" <kstar@chapin.edu>
8419              Date: Mon, 6 Nov 2000 21:39:01 -0500
8420              Message-ID: <20001106213901.B20955@O2.chapin.edu>
8421      Branch: perl
8422            ! utils/perlbug.PL
8423 ____________________________________________________________________________
8424 [  7598] By: jhi                                   on 2000/11/07  23:42:00
8425         Log: Bad thinko in #7581 (I used the test program with the expanded
8426              values as-is).
8427      Branch: metaconfig
8428            ! U/compline/d_stdstdio.U
8429      Branch: perl
8430            ! Configure
8431 ____________________________________________________________________________
8432 [  7597] By: jhi                                   on 2000/11/07  21:43:29
8433         Log: Subject: [PATCH perl@7573] cygwin port
8434              From: "Fifer, Eric" <EFifer@sanwaint.com>
8435              Date: Tue, 7 Nov 2000 18:08:51 -0000 
8436              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
8437              
8438              Synchronize with Cygwin 1.1.5.
8439      Branch: perl
8440            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
8441            ! pod/perlport.pod unixish.h util.c
8442 ____________________________________________________________________________
8443 [  7596] By: jhi                                   on 2000/11/07  21:39:25
8444         Log: perlhack updates from H.Merijn Brand.
8445      Branch: perl
8446            ! pod/perlhack.pod
8447 ____________________________________________________________________________
8448 [  7595] By: jhi                                   on 2000/11/07  20:21:41
8449         Log: Update Changes.
8450      Branch: perl
8451            ! Changes patchlevel.h
8452 ____________________________________________________________________________
8453 [  7594] By: jhi                                   on 2000/11/07  19:18:58
8454         Log: Be more robust in Dynaloader.pm.
8455      Branch: perl
8456            ! ext/DynaLoader/DynaLoader_pm.PL
8457 ____________________________________________________________________________
8458 [  7593] By: jhi                                   on 2000/11/07  16:49:31
8459         Log: AUTHORS update.
8460      Branch: perl
8461            ! AUTHORS
8462 ____________________________________________________________________________
8463 [  7592] By: gsar                                  on 2000/11/07  16:39:51
8464         Log: normalize relative paths in virtualized current directory on windows,
8465              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
8466              returns)
8467      Branch: perl
8468            ! win32/vdir.h
8469 ____________________________________________________________________________
8470 [  7591] By: jhi                                   on 2000/11/07  16:04:26
8471         Log: Too profiler-happy: with optimization the #7590 actually makes
8472              the test to run 0.5% _slower_.  Requires much more instrumentation.
8473              Retract #7590.
8474      Branch: perl
8475            ! regcomp.c regcomp.h
8476 ____________________________________________________________________________
8477 [  7590] By: jhi                                   on 2000/11/07  15:51:13
8478         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
8479              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
8480              by using memset() and testing bytewise (as opposed to bitwise).
8481      Branch: perl
8482            ! regcomp.c regcomp.h
8483 ____________________________________________________________________________
8484 [  7589] By: jhi                                   on 2000/11/07  12:56:39
8485         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
8486              From: "Craig A. Berry" <craig.berry@psinetcs.com>
8487              Date: Mon, 06 Nov 2000 23:45:30 -0500
8488              Message-Id: <0011079735.AA973576259@univpress.com>
8489      Branch: perl
8490            ! configure.com t/lib/st-lock.t
8491 ____________________________________________________________________________
8492 [  7588] By: jhi                                   on 2000/11/07  01:03:28
8493         Log: Tweak #7587.
8494      Branch: perl
8495            ! pod/perldiag.pod
8496 ____________________________________________________________________________
8497 [  7587] By: jhi                                   on 2000/11/07  01:00:27
8498         Log: A doc addition for bug id 20001105.019, beware \p.
8499      Branch: perl
8500            ! pod/perldiag.pod
8501 ____________________________________________________________________________
8502 [  7586] By: jhi                                   on 2000/11/07  00:32:22
8503         Log: Fake support of holey files in win/dosish platforms.
8504              
8505              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
8506              From: kipp@shonanblue.ne.jp
8507              Date: Mon, 6 Nov 2000 13:30:55 -0800
8508              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
8509      Branch: perl
8510            ! ext/SDBM_File/sdbm/sdbm.c
8511 ____________________________________________________________________________
8512 [  7585] By: jhi                                   on 2000/11/07  00:12:54
8513         Log: Subject: Pod updates
8514              From: "Stephen P. Potter" <spp@spotter.yi.org>
8515              Date: Mon, 06 Nov 2000 18:56:43 -0500
8516              Message-Id: <200011062357.SAA18173@spotter.yi.org>
8517      Branch: perl
8518            ! README.dos README.os2 README.win32 pod/buildtoc.PL
8519            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
8520            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
8521            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
8522            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
8523            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
8524            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
8525            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
8526            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
8527            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
8528            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
8529            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
8530            ! pod/perltootc.pod pod/perlunicode.pod
8531 ____________________________________________________________________________
8532 [  7584] By: jhi                                   on 2000/11/07  00:04:17
8533         Log: Varargs don't always work too well if one puts an unsigned
8534              char on the stack and pop an unsigned quad off the stack.
8535              
8536              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
8537              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
8538              Date: Mon, 06 Nov 2000 15:19:05 -0800
8539              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
8540      Branch: perl
8541            ! utf8.c
8542 ____________________________________________________________________________
8543 [  7583] By: jhi                                   on 2000/11/06  23:58:48
8544         Log: %ENV note tweaks from Dan Sugalski.
8545      Branch: perl
8546            ! pod/perlport.pod vms/perlvms.pod
8547 ____________________________________________________________________________
8548 [  7582] By: jhi                                   on 2000/11/06  23:05:49
8549         Log: glibc5 detection by __GNU_LIBRARY__.
8550      Branch: perl
8551            ! toke.c
8552 ____________________________________________________________________________
8553 [  7581] By: jhi                                   on 2000/11/06  22:51:29
8554         Log: Make the stdio test program of 7427 less noisy while being 
8555              compiled so that Digital UNIX wouldn't get both
8556              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
8557              undefined.  This makes perlio happy.
8558      Branch: metaconfig
8559            ! U/compline/d_stdstdio.U
8560      Branch: perl
8561            ! Configure config_h.SH
8562 ____________________________________________________________________________
8563 [  7580] By: jhi                                   on 2000/11/06  22:41:41
8564         Log: Document %ENV = () portability issues.
8565      Branch: perl
8566            ! pod/perlport.pod vms/perlvms.pod
8567 ____________________________________________________________________________
8568 [  7579] By: jhi                                   on 2000/11/06  21:29:24
8569         Log: VOS updates from Paul Green.
8570      Branch: perl
8571            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
8572 ____________________________________________________________________________
8573 [  7578] By: jhi                                   on 2000/11/06  21:00:40
8574         Log: Sanitize the environment further.
8575      Branch: perl
8576            ! t/pragma/locale.t
8577 ____________________________________________________________________________
8578 [  7577] By: jhi                                   on 2000/11/06  20:53:51
8579         Log: Re-introduce 7552 lost in integration.
8580      Branch: perl
8581            ! perlio.c
8582 ____________________________________________________________________________
8583 [  7576] By: jhi                                   on 2000/11/06  20:33:46
8584         Log: Admit that the test leaks scalars.
8585      Branch: perl
8586            ! t/comp/proto.t
8587 ____________________________________________________________________________
8588 [  7575] By: jhi                                   on 2000/11/06  20:17:08
8589         Log: Integrate perlio.
8590      Branch: perl
8591           !> perlio.c
8592 ____________________________________________________________________________
8593 [  7574] By: nick                                  on 2000/11/06  20:07:28
8594         Log: Remove debug. Try (Mmap_t) on madvise() call.
8595      Branch: perlio
8596            ! perlio.c
8597 ____________________________________________________________________________
8598 [  7573] By: jhi                                   on 2000/11/06  13:56:05
8599         Log: Update Changes.
8600      Branch: perl
8601            ! Changes patchlevel.h
8602 ____________________________________________________________________________
8603 [  7572] By: jhi                                   on 2000/11/06  13:48:41
8604         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
8605              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8606              Date: Mon, 06 Nov 2000 10:11:42 +0100
8607              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
8608      Branch: perl
8609            ! pod/perlhack.pod
8610 ____________________________________________________________________________
8611 [  7571] By: jhi                                   on 2000/11/06  01:45:51
8612         Log: AUTHORS updates.
8613      Branch: perl
8614            ! AUTHORS
8615 ____________________________________________________________________________
8616 [  7570] By: jhi                                   on 2000/11/06  00:18:00
8617         Log: Fix for
8618              
8619              Subject: [ID 20000728.005] perl -P broken
8620              From: David Dyck <dcd@tc.fluke.com>
8621              Date: Fri, 28 Jul 2000 17:19:16 -0700
8622              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
8623              
8624              (hopefully).  The fix is also not complete, it seems to break
8625              BOM swallowing for libc5 systems, but until someone figures
8626              out a way to do this without ftell(), this will do.
8627      Branch: perl
8628            ! toke.c
8629 ____________________________________________________________________________
8630 [  7569] By: jhi                                   on 2000/11/06  00:05:30
8631         Log: Document that the evaled syntax errors cause scalar leaks.
8632      Branch: perl
8633            ! t/comp/proto.t
8634 ____________________________________________________________________________
8635 [  7568] By: jhi                                   on 2000/11/05  23:14:47
8636         Log: opmini.o can linger from Configures past.
8637      Branch: perl
8638            ! Makefile.SH
8639 ____________________________________________________________________________
8640 [  7567] By: jhi                                   on 2000/11/05  21:28:39
8641         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
8642              first argument correctly.
8643      Branch: perl
8644            ! perlio.c
8645 ____________________________________________________________________________
8646 [  7566] By: jhi                                   on 2000/11/05  21:15:56
8647         Log: Integrate perlio.
8648      Branch: perl
8649           !> perlio.c
8650 ____________________________________________________________________________
8651 [  7565] By: jhi                                   on 2000/11/05  21:15:13
8652         Log: Use -dM for gcc (the suggested patch did it only for Linux,
8653              but I think it can be generalized).
8654              
8655              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
8656              From: Pixel <pixel@mandrakesoft.com>
8657              Date: 05 Nov 2000 21:49:34 +0100 
8658              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
8659      Branch: perl
8660            ! ext/Errno/Errno_pm.PL
8661 ____________________________________________________________________________
8662 [  7564] By: nick                                  on 2000/11/05  21:09:18
8663         Log: Added a mmap layer as a "subclass" of perlio.
8664              PERLIO=mmap ./perl harness passes
8665      Branch: perlio
8666            ! perlio.c
8667 ____________________________________________________________________________
8668 [  7563] By: jhi                                   on 2000/11/05  19:48:55
8669         Log: Add a note for future generations about bug id 20000229.006.
8670      Branch: perl
8671            ! malloc.c
8672 ____________________________________________________________________________
8673 [  7562] By: jhi                                   on 2000/11/05  19:38:24
8674         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
8675      Branch: perl
8676            ! pp_ctl.c t/op/pos.t
8677 ____________________________________________________________________________
8678 [  7561] By: jhi                                   on 2000/11/05  18:21:46
8679         Log: Add =pod to be tidy.
8680      Branch: perl
8681            ! lib/Math/Complex.pm
8682 ____________________________________________________________________________
8683 [  7560] By: jhi                                   on 2000/11/05  17:38:46
8684         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
8685      Branch: perl
8686            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
8687            ! ext/Storable/Storable.xs t/lib/st-recurse.t
8688 ____________________________________________________________________________
8689 [  7559] By: jhi                                   on 2000/11/05  17:32:59
8690         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
8691              From: "Peter J. Farley III" <pjfarley@banet.net>
8692              Date: Sun, 05 Nov 2000 11:55:59 -0500
8693              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
8694      Branch: perl
8695            ! t/lib/syslog.t
8696 ____________________________________________________________________________
8697 [  7558] By: jhi                                   on 2000/11/05  17:29:19
8698         Log: Integrate perlio.
8699      Branch: perl
8700           !> perlio.c
8701 ____________________________________________________________________________
8702 [  7557] By: jhi                                   on 2000/11/05  17:22:01
8703         Log: A fix of sorts for 20000329.026, a better error message
8704              for a missing "use charnames" when using the \N{...}. 
8705      Branch: perl
8706            ! pod/perldiag.pod toke.c
8707 ____________________________________________________________________________
8708 [  7556] By: jhi                                   on 2000/11/05  16:33:50
8709         Log: Test tweak: show also the failed locales.
8710              
8711              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
8712              From: Lupe Christoph <lupe@lupe-christoph.de>         
8713              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
8714              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
8715      Branch: perl
8716            ! t/pragma/locale.t
8717 ____________________________________________________________________________
8718 [  7555] By: nick                                  on 2000/11/05  11:09:34
8719         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
8720              open RDWR so does not fail. (pragma/warnings 303 again...)
8721      Branch: perlio
8722            ! perlio.c
8723 ____________________________________________________________________________
8724 [  7554] By: nick                                  on 2000/11/05  10:10:13
8725         Log: Fix case where ungetc(f,EOF) was allowed.
8726              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
8727              so we can see similarities.
8728              Use types more carefully and a STDCHAR array in hope that this will
8729              fix Jarrko's 64bit machine.
8730      Branch: perlio
8731            ! perlio.c
8732 ____________________________________________________________________________
8733 [  7553] By: jhi                                   on 2000/11/05  01:12:16
8734         Log: Fix for
8735              
8736              Subject: [ID 20001004.007] taint propogation is inconsistent
8737              From: pimlott@idiomtech.com (Andrew Pimlott) 
8738              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
8739              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
8740              
8741              The culprit was sv_setsv() which was rather blindly
8742              propagating taint, which lead to behaviour where if
8743              a tainted anon hash value was seen all the hash values
8744              from then on at that level became tainted, or at any
8745              upper levels in the case of nested anon hashes.
8746      Branch: perl
8747            ! sv.c t/op/taint.t
8748 ____________________________________________________________________________
8749 [  7552] By: jhi                                   on 2000/11/04  23:44:18
8750         Log: Some cpps don't like splitting conditionals across several lines.
8751      Branch: perl
8752            ! perlio.c
8753 ____________________________________________________________________________
8754 [  7551] By: nick                                  on 2000/11/04  23:40:44
8755         Log: Integrate mainline
8756      Branch: perlio
8757           !> pp_hot.c t/op/taint.t
8758 ____________________________________________________________________________
8759 [  7550] By: nick                                  on 2000/11/04  23:39:05
8760         Log: Integrate mainline again
8761      Branch: perlio
8762           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
8763           !> t/lib/b.t t/op/misc.t util.c
8764 ____________________________________________________________________________
8765 [  7549] By: jhi                                   on 2000/11/04  23:14:01
8766         Log: Fix for
8767              
8768              Subject: [ID 20001004.006] undef is never tainted
8769              From: pimlott@idiomtech.com (Andrew Pimlott)
8770              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
8771              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
8772              
8773              An undef read from a slurped file was not tainted.
8774      Branch: perl
8775            ! pp_hot.c t/op/taint.t
8776 ____________________________________________________________________________
8777 [  7548] By: jhi                                   on 2000/11/04  22:56:21
8778         Log: Test tweak ($Config{useperlio} is by default undef) .
8779      Branch: perl
8780            ! t/lib/b.t
8781 ____________________________________________________________________________
8782 [  7547] By: jhi                                   on 2000/11/04  22:43:56
8783         Log: Integrate perlio.
8784      Branch: perl
8785           +> lib/perlio.pm
8786           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
8787           !> pod/perlapi.pod t/lib/b.t
8788 ____________________________________________________________________________
8789 [  7546] By: jhi                                   on 2000/11/04  22:40:59
8790         Log: Configure would use a bad $myuname from an old config.sh.
8791              
8792              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
8793              From: Andy Dougherty <doughera@lafayette.edu>
8794              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
8795              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
8796      Branch: metaconfig
8797            ! U/modified/Oldconfig.U
8798      Branch: perl
8799            ! Configure config_h.SH
8800 ____________________________________________________________________________
8801 [  7545] By: jhi                                   on 2000/11/04  22:36:54
8802         Log: Subject: Locales support (setlocale) fixes
8803              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
8804              Date: Sat, 4 Nov 2000 10:15:48 +0300 
8805              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
8806              
8807              Modified quite a bit to be more portable.
8808      Branch: perl
8809            ! embed.h embed.pl perl.h proto.h util.c
8810 ____________________________________________________________________________
8811 [  7544] By: jhi                                   on 2000/11/04  22:32:47
8812         Log: Dying is too strict here, better just skip.
8813      Branch: perl
8814            ! t/op/misc.t
8815 ____________________________________________________________________________
8816 [  7543] By: nick                                  on 2000/11/04  21:55:13
8817         Log: Merge mainline
8818      Branch: perlio
8819           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
8820           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
8821           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
8822           !> (integrate 64 files)
8823 ____________________________________________________________________________
8824 [  7542] By: jhi                                   on 2000/11/04  21:09:28
8825         Log: More Changes tweakery.
8826      Branch: perl
8827            ! Changes Porting/genlog
8828 ____________________________________________________________________________
8829 [  7541] By: jhi                                   on 2000/11/04  20:58:18
8830         Log: Changes fixups.
8831      Branch: perl
8832            ! Changes
8833 ____________________________________________________________________________
8834 [  7540] By: jhi                                   on 2000/11/04  20:42:38
8835         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
8836              create a "fast path" for locale name probing using "locale -a"
8837              if available, squash finally hopefully the s?printf resetting
8838              the numeric locale (since, IIUC perllocale, it never shouldn't). 
8839      Branch: perl
8840            ! sv.c t/op/misc.t t/pragma/locale.t
8841 ____________________________________________________________________________
8842 [  7539] By: nick                                  on 2000/11/04  19:56:10
8843         Log: PerlIO infrastructure complete.
8844      Branch: perlio
8845            + lib/perlio.pm
8846            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
8847 ____________________________________________________________________________
8848 [  7538] By: nick                                  on 2000/11/04  14:31:32
8849         Log: Type tweaks + less contorted allocation scheme
8850      Branch: perlio
8851            ! perlio.c
8852 ____________________________________________________________________________
8853 [  7537] By: nick                                  on 2000/11/04  12:40:42
8854         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
8855              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
8856              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
8857              sensible) which lead to some interesting fails.
8858      Branch: perlio
8859            ! perlio.c
8860 ____________________________________________________________________________
8861 [  7536] By: jhi                                   on 2000/11/04  00:20:02
8862         Log: Add FCNTL_CAN_LOCK.
8863              
8864              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
8865              From: Andy Dougherty <doughera@lafayette.edu>
8866              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
8867              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
8868              
8869              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
8870              From: Andy Dougherty <doughera@lafayette.edu>
8871              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
8872              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
8873      Branch: metaconfig/U/perl
8874            + d_fcntl_can_lock.U
8875            ! startperl.U
8876      Branch: perl
8877            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8878            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
8879            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8880            ! vos/config.ga.h win32/config.bc win32/config.gc
8881            ! win32/config.vc
8882 ____________________________________________________________________________
8883 [  7535] By: nick                                  on 2000/11/03  22:19:10
8884         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
8885              - Works on Linux with
8886              perlio + unix
8887              stdio
8888              - Works on Solaris with
8889              perlio + unix
8890              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
8891              - Fails (hangs in openpid) if you try and stack
8892              perlio + stdio - Linux stdio's read() logic is hanging.
8893      Branch: perlio
8894            ! iperlsys.h perlio.c
8895 ____________________________________________________________________________
8896 [  7534] By: jhi                                   on 2000/11/03  15:16:02
8897         Log: Subject: Re: README.aix
8898              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8899              Date: Fri, 03 Nov 2000 16:03:15 +0100
8900              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
8901      Branch: perl
8902            ! README.aix
8903 ____________________________________________________________________________
8904 [  7533] By: jhi                                   on 2000/11/03  03:59:02
8905         Log: Subject: [PATCH 5.7.0] better messages from malloc()
8906              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8907              Date: Wed, 1 Nov 2000 23:39:56 -0500
8908              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
8909      Branch: perl
8910            ! malloc.c pod/perldiag.pod
8911 ____________________________________________________________________________
8912 [  7532] By: jhi                                   on 2000/11/03  00:11:56
8913         Log: The #7521 touched things it shouldn't have.
8914      Branch: perl
8915            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
8916 ____________________________________________________________________________
8917 [  7531] By: jhi                                   on 2000/11/02  22:32:33
8918         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
8919              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8920              Date:     Thu, 2 Nov 2000 16:58:36 EST
8921              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
8922      Branch: perl
8923            ! vms/gen_shrfls.pl
8924 ____________________________________________________________________________
8925 [  7530] By: jhi                                   on 2000/11/02  22:08:49
8926         Log: Fix the problem discussed in
8927              
8928              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
8929              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
8930              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
8931              
8932              originally from Linc Madison.  Also Andreas König's comments
8933              taken into account.  Some other problems with Tie::SubstrHash
8934              fixed: didn't croak when the table exceeded the requested number
8935              of entries (as documented) but instead when the number of entries
8936              exceeded the size of the table, a croak() had an unnecessary \n,
8937              didn't have a CLEAR method, documented that there is no exists().
8938              Didn't fix to be strict-proof because the module uses &foo; and
8939              dynamic scope.  Added a test script exercizing both first tamely 
8940              the basic functionality, and then the failure cases reported by
8941              Linc Madison.
8942      Branch: perl
8943            + t/lib/tie-substrhash.t
8944            ! MANIFEST lib/Tie/SubstrHash.pm
8945 ____________________________________________________________________________
8946 [  7529] By: jhi                                   on 2000/11/02  17:58:08
8947         Log: recv() can fail and return undef.
8948              
8949              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
8950              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
8951              Date: Thu, 2 Nov 2000 20:12:20 +0300
8952              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
8953      Branch: perl
8954            ! lib/Net/Ping.pm
8955 ____________________________________________________________________________
8956 [  7528] By: jhi                                   on 2000/11/02  17:49:09
8957         Log: Detpyo.
8958      Branch: perl
8959            ! pod/perlop.pod
8960 ____________________________________________________________________________
8961 [  7527] By: jhi                                   on 2000/11/02  15:48:37
8962         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
8963              fix a autovivification bug in Tie::RefHash, add tests for both.
8964              
8965              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
8966              From: Edward Avis <epa98@doc.ic.ac.uk>
8967              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
8968              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
8969      Branch: perl
8970            + t/lib/tie-refhash.t
8971            ! MANIFEST lib/Tie/RefHash.pm
8972 ____________________________________________________________________________
8973 [  7526] By: jhi                                   on 2000/11/02  13:56:26
8974         Log: Test::Harness revealed buglets in the new DynaLoader.
8975              
8976              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
8977              From: andreas.koenig@anima.de (Andreas J. Koenig)
8978              Date: 02 Nov 2000 11:26:48 +0100 
8979              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
8980      Branch: perl
8981            ! ext/DynaLoader/DynaLoader_pm.PL
8982 ____________________________________________________________________________
8983 [  7525] By: jhi                                   on 2000/11/01  23:52:08
8984         Log: The entry for #7503 was missing.
8985      Branch: perl
8986            ! Changes
8987 ____________________________________________________________________________
8988 [  7524] By: jhi                                   on 2000/11/01  23:40:52
8989         Log: Update Changes.
8990      Branch: perl
8991            ! Changes patchlevel.h
8992 ____________________________________________________________________________
8993 [  7523] By: jhi                                   on 2000/11/01  22:57:09
8994         Log: More tweaking on the #7522 theme.
8995      Branch: perl
8996            ! ext/DynaLoader/DynaLoader_pm.PL
8997 ____________________________________________________________________________
8998 [  7522] By: jhi                                   on 2000/11/01  22:06:15
8999         Log: Expand %Config variables and %ENV variables only if
9000              so requested during build time using the
9001              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
9002              Not expanding makes relocating distributions easier.
9003      Branch: perl
9004            ! ext/DynaLoader/DynaLoader_pm.PL
9005 ____________________________________________________________________________
9006 [  7521] By: jhi                                   on 2000/11/01  20:56:34
9007         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
9008              and setgid() because they were just changing $< and $( which means
9009              only changing the real uid/gid, as opposed to changing both
9010              real and effective ids.  (The alternative way could have been
9011              in POSIX.pm to change $> and $), too, but making a direct call
9012              to the C API feels cleaner.)  Fixes the bug
9013              
9014              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
9015              From: "Garry T. Williams" <garry@zvolve.com>
9016              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
9017              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
9018      Branch: perl
9019            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
9020            ! ext/POSIX/typemap pod/perlvar.pod
9021 ____________________________________________________________________________
9022 [  7520] By: jhi                                   on 2000/11/01  20:08:33
9023         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
9024              From: "Garry T. Williams" <garry@zvolve.com>
9025              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
9026              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
9027      Branch: perl
9028            ! pod/perlsec.pod
9029 ____________________________________________________________________________
9030 [  7519] By: jhi                                   on 2000/11/01  20:01:22
9031         Log: Locale warning explanation tweak.
9032      Branch: perl
9033            ! pod/perldiag.pod
9034 ____________________________________________________________________________
9035 [  7518] By: jhi                                   on 2000/11/01  18:57:13
9036         Log: C.pm part of
9037              
9038              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
9039              From: Jarkko Hietaniemi <jhi@iki.fi>
9040              Date: Tue, 10 Oct 2000 08:22:28 -0500
9041              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
9042      Branch: perl
9043            ! ext/B/B/C.pm
9044 ____________________________________________________________________________
9045 [  7517] By: jhi                                   on 2000/11/01  18:41:59
9046         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
9047              From: Martien Verbruggen <mgjv@comdyn.com.au>
9048              Date: Fri, 6 Oct 2000 14:09:10 +1100
9049              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
9050      Branch: perl
9051            ! pod/perlop.pod
9052 ____________________________________________________________________________
9053 [  7516] By: jhi                                   on 2000/11/01  18:34:55
9054         Log: Generalize the Camel wording.
9055              
9056              Subject: Re: perlfaq style changes
9057              From: John Borwick <jhborwic@unity.ncsu.edu>
9058              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
9059              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
9060      Branch: perl
9061            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
9062 ____________________________________________________________________________
9063 [  7515] By: jhi                                   on 2000/11/01  16:52:31
9064         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
9065              From: pimlott@idiomtech.com (Andrew Pimlott)
9066              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
9067              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
9068      Branch: perl
9069            ! pod/perlsec.pod
9070 ____________________________________________________________________________
9071 [  7514] By: jhi                                   on 2000/11/01  15:03:40
9072         Log: More AIX lore.
9073      Branch: perl
9074            ! ext/re/hints/aix.pl
9075 ____________________________________________________________________________
9076 [  7513] By: jhi                                   on 2000/11/01  14:48:30
9077         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
9078              From: root <root@chronos.fi.muni.cz>
9079              Date: Wed, 1 Nov 2000 12:31:32 +0100
9080              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
9081      Branch: perl
9082            ! lib/Net/Ping.pm
9083 ____________________________________________________________________________
9084 [  7512] By: jhi                                   on 2000/11/01  14:46:47
9085         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
9086              From: Martin Husemann <martin@duskware.de>
9087              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
9088              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
9089      Branch: perl
9090            ! regcomp.c
9091 ____________________________________________________________________________
9092 [  7511] By: jhi                                   on 2000/11/01  14:39:50
9093         Log: AUTHORS updates.
9094      Branch: perl
9095            ! AUTHORS
9096 ____________________________________________________________________________
9097 [  7510] By: jhi                                   on 2000/11/01  14:29:50
9098         Log: Subject: [PATCH] startperl to respect versiononly
9099              From: Robin Barker <rmb1@cise.npl.co.uk> 
9100              Date: Tue, 31 Oct 2000 16:29:36 GMT
9101              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
9102      Branch: metaconfig/U/perl
9103            ! startperl.U
9104      Branch: perl
9105            ! Configure config_h.SH
9106 ____________________________________________________________________________
9107 [  7509] By: jhi                                   on 2000/11/01  14:19:53
9108         Log: printf UVs the correct way, noticed by Robin Barker.
9109      Branch: perl
9110            ! utf8.c
9111 ____________________________________________________________________________
9112 [  7508] By: jhi                                   on 2000/11/01  14:10:03
9113         Log: Do not cleanup *% because the % has special meanings in some
9114              shell environments.
9115      Branch: perl
9116            ! ext/Storable/Makefile.PL
9117 ____________________________________________________________________________
9118 [  7507] By: jhi                                   on 2000/11/01  14:06:00
9119         Log: The NonStop-UX libraries have a novel way to say NaN.
9120      Branch: perl
9121            ! t/lib/bigfltpm.t
9122 ____________________________________________________________________________
9123 [  7506] By: jhi                                   on 2000/11/01  14:03:35
9124         Log: The osname has been lowercased by now, from Tom Bates.
9125      Branch: metaconfig
9126            ! U/modified/Oldconfig.U
9127      Branch: perl
9128            ! Configure config_h.SH
9129 ____________________________________________________________________________
9130 [  7505] By: jhi                                   on 2000/10/31  19:18:39
9131         Log: The compiler is either gcc or cc, from Tom Bates.
9132      Branch: perl
9133            ! hints/nonstopux.sh
9134 ____________________________________________________________________________
9135 [  7504] By: jhi                                   on 2000/10/31  14:53:42
9136         Log: Update Changes.
9137      Branch: perl
9138            ! Changes patchlevel.h
9139 ____________________________________________________________________________
9140 [  7503] By: jhi                                   on 2000/10/31  14:30:50
9141         Log: Whitespace style tweak.  Was originally going to see to
9142              
9143              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
9144              From: Joe Smith <jms@inwap.com>
9145              Date: Mon, 30 Oct 2000 18:47:57 -0800
9146              Message-Id: <39FE32DD.24AAC4D@inwap.com>
9147              
9148              but that had already been taken care of.
9149      Branch: metaconfig
9150            ! U/compline/d_stdstdio.U
9151      Branch: perl
9152            ! Configure config_h.SH
9153 ____________________________________________________________________________
9154 [  7502] By: jhi                                   on 2000/10/31  14:25:02
9155         Log: AUTHORS tweaks.
9156      Branch: perl
9157            ! AUTHORS
9158 ____________________________________________________________________________
9159 [  7501] By: jhi                                   on 2000/10/31  14:23:59
9160         Log: Subject: perlfaq style changes
9161              From: John Borwick <jhborwic@unity.ncsu.edu>
9162              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
9163              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
9164      Branch: perl
9165            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
9166            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
9167            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
9168            ! pod/perlfaq9.pod
9169 ____________________________________________________________________________
9170 [  7500] By: jhi                                   on 2000/10/31  14:22:15
9171         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
9172              
9173              Subject: Re: [ID 20000918.005] ~ on wide chars
9174              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
9175              Date: Mon, 30 Oct 2000 21:09:55 -0800
9176              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
9177              
9178              (The ord() part of the patch skipped.)
9179      Branch: perl
9180            ! doop.c
9181 ____________________________________________________________________________
9182 [  7499] By: jhi                                   on 2000/10/31  14:20:08
9183         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
9184              From: Jens Hamisch <jens@Strawberry.COM>
9185              Date: Mon, 30 Oct 2000 15:17:07 +0100
9186              Message-Id: <20001030151707.A9597@Strawberry.COM>
9187      Branch: perl
9188            ! av.c
9189 ____________________________________________________________________________
9190 [  7498] By: jhi                                   on 2000/10/31  14:16:29
9191         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
9192              From: Peter Prymmer <pvhp@forte.com>
9193              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
9194              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
9195      Branch: perl
9196            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
9197            + ext/Encode/Encode/posix-bc.enc
9198            ! MANIFEST t/lib/encode.t
9199 ____________________________________________________________________________
9200 [  7497] By: jhi                                   on 2000/10/31  14:13:22
9201         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
9202              From: Peter Prymmer <pvhp@forte.com>
9203              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
9204              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
9205      Branch: perl
9206            ! t/lib/cgi-html.t
9207 ____________________________________________________________________________
9208 [  7496] By: jhi                                   on 2000/10/31  14:12:05
9209         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
9210              From: Peter Prymmer <pvhp@forte.com>
9211              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
9212              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
9213      Branch: perl
9214            ! t/lib/cgi-function.t
9215 ____________________________________________________________________________
9216 [  7495] By: jhi                                   on 2000/10/31  14:11:08
9217         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
9218              From: Peter Prymmer <pvhp@forte.com>
9219              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
9220              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
9221      Branch: perl
9222            + ext/re/hints/aix.pl
9223            ! MANIFEST ext/re/Makefile.PL
9224 ____________________________________________________________________________
9225 [  7494] By: jhi                                   on 2000/10/31  14:08:32
9226         Log: Use Errno magic.
9227              
9228              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
9229              From: Casey Tweten <perl@ctweten.amsite.com>
9230              Date: Mon, 30 Oct 2000 15:51:17 -0500
9231              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
9232      Branch: perl
9233            ! lib/File/Temp.pm
9234 ____________________________________________________________________________
9235 [  7493] By: jhi                                   on 2000/10/31  14:05:07
9236         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
9237              
9238              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
9239              From: Nicholas Clark <nick@ccl4.org>
9240              Date: Mon, 30 Oct 2000 17:38:45 +0000
9241              Message-ID: <20001030173845.O60355@plum.flirble.org>
9242      Branch: perl
9243            ! Makefile.SH utils/perlbug.PL
9244 ____________________________________________________________________________
9245 [  7492] By: nick                                  on 2000/10/30  19:37:23
9246         Log: Change files which are mysteriously different to mainline to be
9247              copies of mainline.
9248      Branch: perlio
9249            ! objXSUB.h perlapi.c pod/perlapi.pod
9250 ____________________________________________________________________________
9251 [  7491] By: nick                                  on 2000/10/30  18:05:54
9252         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
9253              - typo in endian code in putc.
9254              - Don't allow read of write-only files and vice-versa
9255              - and off-by-one in flush-all loop.
9256              Remove debug calls as they were using GCC specific features.
9257      Branch: perlio
9258            ! perlio.c
9259 ____________________________________________________________________________
9260 [  7490] By: nick                                  on 2000/10/29  21:45:45
9261         Log: Integrate mainline to perlio
9262      Branch: perlio
9263           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
9264           !> toke.c
9265 ____________________________________________________________________________
9266 [  7489] By: jhi                                   on 2000/10/29  21:11:08
9267         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
9268              From: andreas.koenig@anima.de (Andreas J. Koenig)
9269              Date: 29 Oct 2000 22:05:59 +0100
9270              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
9271      Branch: perl
9272            ! lib/ExtUtils/Manifest.pm
9273 ____________________________________________________________________________
9274 [  7488] By: jhi                                   on 2000/10/29  21:07:47
9275         Log: Tests for #7487.
9276              
9277              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
9278              From: andreas.koenig@anima.de (Andreas J. Koenig)
9279              Date: 29 Oct 2000 19:37:09 +0100
9280              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
9281      Branch: perl
9282            ! t/comp/proto.t
9283 ____________________________________________________________________________
9284 [  7487] By: jhi                                   on 2000/10/29  21:06:27
9285         Log: constsub spillage.
9286              
9287              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
9288              From: John Tobey <jtobey@john-edwin-tobey.org>
9289              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
9290              Message-Id: <m13pvSr-000FObC@feynman.localnet>
9291      Branch: perl
9292            ! op.c
9293 ____________________________________________________________________________
9294 [  7486] By: nick                                  on 2000/10/29  21:05:04
9295         Log: Integrate mainline to perlio branch
9296      Branch: perlio
9297           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
9298           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
9299           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
9300           +> vos/install_perl.cm
9301            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
9302            - vos/config.h vos/config_h.SH_orig
9303           !> (integrate 141 files)
9304 ____________________________________________________________________________
9305 [  7485] By: jhi                                   on 2000/10/29  21:00:47
9306         Log: Make \x{...} consistently produce UTF-8.
9307              
9308              Subject: Re: \x{...} is confused 
9309              From: Simon Cozens <simon@cozens.net>
9310              Date: Sun, 29 Oct 2000 19:36:48 +0000
9311              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
9312      Branch: perl
9313            ! t/pragma/utf8.t toke.c
9314 ____________________________________________________________________________
9315 [  7484] By: nick                                  on 2000/10/29  20:05:29
9316         Log: PerlIO passes all tests.
9317      Branch: perlio
9318            ! perlio.c
9319 ____________________________________________________________________________
9320 [  7483] By: jhi                                   on 2000/10/29  18:06:55
9321         Log: Update Changes.
9322      Branch: perl
9323            ! Changes patchlevel.h
9324 ____________________________________________________________________________
9325 [  7482] By: nick                                  on 2000/10/29  17:43:28
9326         Log: Include <unistd.h> to get correct lseek() prototype etc.
9327              (I thought perl.h did that) - down to two fails
9328              - comp/require.t (last test)
9329              - lib/io_xs.t - possibly import/export of FILE * ?
9330      Branch: perlio
9331            ! perlio.c
9332 ____________________________________________________________________________
9333 [  7481] By: jhi                                   on 2000/10/29  17:02:37
9334         Log: UTF-8 decoder tweak.
9335      Branch: perl
9336            ! utf8.c
9337 ____________________________________________________________________________
9338 [  7480] By: nick                                  on 2000/10/29  16:26:11
9339         Log: Fixed two bugs:
9340              - error code not being set on close (of broken pipe)
9341              - append mode was truncating.
9342              At least one seek/tell bug remains.
9343      Branch: perlio
9344            ! perlio.c
9345 ____________________________________________________________________________
9346 [  7479] By: nick                                  on 2000/10/29  11:18:16
9347         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
9348              in case of accidents. Still several worrying fails, no line disciplines yet.
9349      Branch: perlio
9350            ! iperlsys.h perlio.c
9351 ____________________________________________________________________________
9352 [  7478] By: jhi                                   on 2000/10/29  02:04:01
9353         Log: Add also emailless people.
9354      Branch: perl
9355            ! AUTHORS
9356 ____________________________________________________________________________
9357 [  7477] By: jhi                                   on 2000/10/29  01:36:00
9358         Log: The #7476 needs a MANIFEST change, too.
9359      Branch: perl
9360            ! MANIFEST
9361 ____________________________________________________________________________
9362 [  7476] By: jhi                                   on 2000/10/29  01:35:21
9363         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
9364      Branch: perl
9365            - MAINTAIN
9366            ! AUTHORS Changes
9367 ____________________________________________________________________________
9368 [  7475] By: jhi                                   on 2000/10/28  23:57:25
9369         Log: De-quoted-unreadable to ISO Latin 1.
9370              (There's one ISO-2022-JP name in Changes5.004.)
9371      Branch: perl
9372            ! Changes Changes5.6
9373 ____________________________________________________________________________
9374 [  7474] By: jhi                                   on 2000/10/28  19:13:06
9375         Log: Subject: [ID 20001027.007] uniq array in perlfaq
9376              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
9377              Date: Fri, 27 Oct 2000 19:28:30 +0200
9378              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
9379      Branch: perl
9380            ! pod/perlfaq4.pod
9381 ____________________________________________________________________________
9382 [  7473] By: jhi                                   on 2000/10/28  18:02:05
9383         Log: Locking null mutexes is not recommendable.
9384              
9385              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
9386              From: Hugo <hv@crypt.compulink.co.uk>
9387              Date: Sat, 28 Oct 2000 18:41:12 +0100
9388              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
9389      Branch: perl
9390            ! op.c
9391 ____________________________________________________________________________
9392 [  7472] By: jhi                                   on 2000/10/28  17:52:58
9393         Log: Better create a true mailing list for the repository keepers.
9394      Branch: perl
9395            ! Porting/repository.pod
9396 ____________________________________________________________________________
9397 [  7471] By: jhi                                   on 2000/10/28  17:28:24
9398         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
9399              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
9400      Branch: perl
9401            + Porting/repository.pod
9402            ! MANIFEST
9403 ____________________________________________________________________________
9404 [  7470] By: jhi                                   on 2000/10/28  17:20:54
9405         Log: Subject: DOC PATCH 5.6.0
9406              From: mjd@plover.com
9407              Date: 27 Oct 2000 17:32:44 -0000
9408              Message-ID: <20001027173244.23754.qmail@plover.com>
9409      Branch: perl
9410            ! pod/perlfunc.pod
9411 ____________________________________________________________________________
9412 [  7469] By: jhi                                   on 2000/10/28  17:16:45
9413         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
9414              From: "Peter J. Farley III" <pjfarley@banet.net>
9415              Date: Fri, 27 Oct 2000 20:32:56 -0400
9416              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
9417      Branch: perl
9418            ! README.dos
9419 ____________________________________________________________________________
9420 [  7468] By: jhi                                   on 2000/10/28  17:07:18
9421         Log: Make target reordering to avoid pointless re-makes.
9422              
9423              Subject: Re: Total re-make of 'make okfile' after 7451 ?
9424              From: Nicholas Clark <nick@ccl4.org>
9425              Date: Sat, 28 Oct 2000 00:31:02 +0100
9426              Message-ID: <20001028003101.A54517@plum.flirble.org>
9427      Branch: perl
9428            ! Makefile.SH
9429 ____________________________________________________________________________
9430 [  7467] By: jhi                                   on 2000/10/28  17:05:31
9431         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
9432              From: lvirden@cas.org
9433              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
9434              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
9435      Branch: perl
9436            ! README.os2
9437 ____________________________________________________________________________
9438 [  7466] By: jhi                                   on 2000/10/28  16:09:16
9439         Log: Upgrade to CPAN 1.58_55.
9440              
9441              Subject: CPAN.pm status
9442              From: andreas.koenig@anima.de (Andreas J. Koenig) 
9443              Date: 28 Oct 2000 08:18:00 +0200 
9444              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
9445      Branch: perl
9446            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
9447 ____________________________________________________________________________
9448 [  7465] By: jhi                                   on 2000/10/28  16:02:47
9449         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
9450      Branch: perl
9451            ! embed.h embed.pl perl.h proto.h toke.c
9452 ____________________________________________________________________________
9453 [  7464] By: nick                                  on 2000/10/28  10:43:44
9454         Log: Fix for sv_2iv() on "shared" value from keys %hash.
9455      Branch: perl
9456            ! sv.c
9457 ____________________________________________________________________________
9458 [  7463] By: jhi                                   on 2000/10/27  16:18:29
9459         Log: Update Changes.
9460      Branch: perl
9461            ! Changes patchlevel.h
9462 ____________________________________________________________________________
9463 [  7462] By: jhi                                   on 2000/10/27  16:17:44
9464         Log: Too enthusiastic editing in #7460.
9465      Branch: metaconfig
9466            ! U/modified/Oldsym.U
9467      Branch: perl
9468            ! Configure config_h.SH
9469 ____________________________________________________________________________
9470 [  7461] By: jhi                                   on 2000/10/27  15:37:38
9471         Log: Retract #7459, the script needs more work.
9472      Branch: perl
9473            - mkreef
9474            ! MANIFEST
9475 ____________________________________________________________________________
9476 [  7460] By: jhi                                   on 2000/10/27  15:23:14
9477         Log: Use $sort, $uniq (and $tr) consistently as wondered
9478              by Nicholas Clark.
9479      Branch: metaconfig
9480            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
9481            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
9482            ! U/modified/libc.U
9483      Branch: perl
9484            ! Configure config_h.SH
9485 ____________________________________________________________________________
9486 [  7459] By: jhi                                   on 2000/10/27  15:02:07
9487         Log: (Retracted by #7461)
9488              
9489              Add a shell script for creating/removing symbolic link farms,
9490              useful for keeping the source code read-only and doing the
9491              builds somewhere else.
9492      Branch: perl
9493            + mkreef
9494            ! MANIFEST
9495 ____________________________________________________________________________
9496 [  7458] By: jhi                                   on 2000/10/27  14:42:20
9497         Log: Do away with the fix_pl.
9498      Branch: perl
9499            - fix_pl
9500            ! MANIFEST Makefile.SH
9501 ____________________________________________________________________________
9502 [  7457] By: jhi                                   on 2000/10/27  12:43:13
9503         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
9504              From: Jens Hamisch <jens@Strawberry.COM>
9505              Date: Fri, 27 Oct 2000 14:38:21 +0200
9506              Message-Id: <20001027143821.B3366@Strawberry.COM>
9507      Branch: perl
9508            ! perl.h
9509 ____________________________________________________________________________
9510 [  7456] By: jhi                                   on 2000/10/27  12:33:42
9511         Log: Subject: [PATCH] todo
9512              From: Nicholas Clark <nick@ccl4.org>
9513              Date: Thu, 26 Oct 2000 22:32:29 +0100
9514              Message-ID: <20001026223229.A44540@plum.flirble.org>
9515      Branch: perl
9516            ! pod/perltodo.pod
9517 ____________________________________________________________________________
9518 [  7455] By: jhi                                   on 2000/10/27  12:02:21
9519         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
9520              From: John Tobey <jtobey@john-edwin-tobey.org>
9521              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
9522              Message-Id: <m13ozHF-000FObC@feynman.localnet>
9523      Branch: perl
9524            ! op.c t/pragma/sub_lval.t
9525 ____________________________________________________________________________
9526 [  7454] By: jhi                                   on 2000/10/27  11:59:42
9527         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
9528              From: sthoenna@efn.org
9529              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
9530              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
9531      Branch: perl
9532            ! pp.c t/op/assignwarn.t
9533 ____________________________________________________________________________
9534 [  7453] By: jhi                                   on 2000/10/27  00:15:08
9535         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
9536      Branch: perl
9537            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
9538            ! ext/Storable/Storable.xs t/lib/st-lock.t
9539 ____________________________________________________________________________
9540 [  7452] By: jhi                                   on 2000/10/26  13:05:52
9541         Log: Undo #7451, this seems to be a deficiency in Perforce,
9542              there is no per-file line-terminator type, only per-client.
9543      Branch: perl
9544            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
9545            ! win32/makefile.mk
9546 ____________________________________________________________________________
9547 [  7451] By: jhi                                   on 2000/10/26  04:56:03
9548         Log: Experimenting in DOS arcana.
9549      Branch: perl
9550            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
9551            ! win32/makefile.mk
9552 ____________________________________________________________________________
9553 [  7450] By: jhi                                   on 2000/10/26  04:50:52
9554         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
9555              From: "Peter J. Farley III" <pjfarley@banet.net>            
9556              Date: Wed, 25 Oct 2000 23:10:18 -0400
9557              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
9558      Branch: perl
9559            ! t/io/open.t
9560 ____________________________________________________________________________
9561 [  7449] By: jhi                                   on 2000/10/26  04:49:16
9562         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
9563              From: Hugo <hv@crypt.compulink.co.uk>
9564              Date: Thu, 26 Oct 2000 01:55:17 +0100
9565              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
9566              
9567              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
9568      Branch: perl
9569            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
9570 ____________________________________________________________________________
9571 [  7448] By: jhi                                   on 2000/10/26  04:38:36
9572         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
9573              From: Peter Prymmer <pvhp@forte.com>
9574              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
9575              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
9576      Branch: perl
9577            ! configure.com
9578 ____________________________________________________________________________
9579 [  7447] By: jhi                                   on 2000/10/25  23:20:02
9580         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
9581              in platforms that strictly require all the symbols being present
9582              at link time.
9583      Branch: perl
9584            ! handy.h
9585 ____________________________________________________________________________
9586 [  7446] By: jhi                                   on 2000/10/25  21:55:57
9587         Log: Update Changes.
9588      Branch: perl
9589            ! Changes patchlevel.h
9590 ____________________________________________________________________________
9591 [  7445] By: jhi                                   on 2000/10/25  21:27:08
9592         Log: Integrate with vmsperl #7430 by Charles Bailey:
9593              
9594              Cleanup from prior patch (Charles Lane?):
9595              - improve handling of MFDs in Basename and Path
9596              - default to no xsubpp line # munging when building debug images
9597      Branch: perl
9598           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
9599 ____________________________________________________________________________
9600 [  7444] By: jhi                                   on 2000/10/25  21:03:50
9601         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
9602              From: John Peacock <JPeacock@UnivPress.com>
9603              Date: Thu, 18 May 2000 11:55:27 -0400
9604              Message-ID: <3924126F.A58BE57A@UnivPress.com>
9605      Branch: perl
9606            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
9607            ! t/op/write.t
9608 ____________________________________________________________________________
9609 [  7443] By: jhi                                   on 2000/10/25  20:43:10
9610         Log: Temporary stopgap for the self-tying issue: for now only
9611              array and hash self-ties are verboten.  The real fix, of
9612              course, would be to comprehensively test (and implement?)
9613              and debug (and document) self-ties.
9614      Branch: perl
9615            ! pod/perldiag.pod pp_sys.c t/op/tie.t
9616 ____________________________________________________________________________
9617 [  7442] By: jhi                                   on 2000/10/25  20:14:30
9618         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
9619              From: Dan Sugalski <dan@sidhe.org>
9620              Date: Wed, 25 Oct 2000 13:36:35 -0400
9621              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
9622              
9623              plus regen global.sym.
9624      Branch: perl
9625            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
9626            ! thrdvar.h util.c
9627 ____________________________________________________________________________
9628 [  7441] By: jhi                                   on 2000/10/25  20:12:20
9629         Log: buildtoc target tweaks.
9630      Branch: perl
9631            ! pod/Makefile.SH
9632 ____________________________________________________________________________
9633 [  7440] By: jhi                                   on 2000/10/25  20:03:53
9634         Log: A new version of making the syslog test more robust.
9635              (Replaces #7421.)
9636              
9637              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
9638              From: "Kurt D. Starsinic" <kstar@chapin.edu>
9639              Date: Wed, 25 Oct 2000 12:13:54 -0400
9640              Message-ID: <20001025121354.B2264@O2.chapin.edu>
9641      Branch: perl
9642            ! t/lib/syslog.t
9643 ____________________________________________________________________________
9644 [  7439] By: jhi                                   on 2000/10/25  20:00:48
9645         Log: Continue the internal UTF-8 API tweaking.
9646              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
9647              used much more than the simpler API, now called utf8_to_uv_simple().
9648              Still not quite happy with API, too much partial duplication
9649              of functionality.
9650      Branch: perl
9651            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
9652            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
9653            ! regcomp.c regexec.c sv.c toke.c utf8.c
9654 ____________________________________________________________________________
9655 [  7438] By: jhi                                   on 2000/10/25  18:52:30
9656         Log: Allow poking holes at the UTF-8 decoding strictness.
9657      Branch: perl
9658            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
9659            ! utf8.h
9660 ____________________________________________________________________________
9661 [  7437] By: jhi                                   on 2000/10/25  13:53:05
9662         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
9663              UTF8LEN() and UTF8SKIP(). 
9664      Branch: perl
9665            ! pp.c utf8.c utf8.h
9666 ____________________________________________________________________________
9667 [  7436] By: jhi                                   on 2000/10/25  13:51:37
9668         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
9669              From: Nicholas Clark <nick@ccl4.org>
9670              Date: Wed, 25 Oct 2000 14:44:05 +0100
9671              Message-ID: <20001025144404.D27253@plum.flirble.org>
9672      Branch: perl
9673            ! pod/perlrun.pod
9674 ____________________________________________________________________________
9675 [  7435] By: jhi                                   on 2000/10/25  13:49:32
9676         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
9677              From: Mike Guy <mjtg@cam.ac.uk>
9678              Date: Tue, 24 Oct 2000 14:59:40 +0100
9679              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
9680      Branch: perl
9681            ! scope.c
9682 ____________________________________________________________________________
9683 [  7434] By: jhi                                   on 2000/10/25  13:48:41
9684         Log: AIX is picky about its symbol exports.  Solution for now
9685              is to include the deb.o explicitly to the re extension build.
9686              
9687              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
9688              From: Peter Prymmer <pvhp@forte.com>
9689              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
9690              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
9691      Branch: perl
9692            ! ext/re/Makefile.PL hints/aix.sh
9693 ____________________________________________________________________________
9694 [  7433] By: jhi                                   on 2000/10/25  13:46:49
9695         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
9696              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9697              Date: Wed, 25 Oct 2000 12:02:20 +0200
9698              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
9699      Branch: perl
9700            ! perlsdio.h
9701 ____________________________________________________________________________
9702 [  7432] By: jhi                                   on 2000/10/25  13:44:28
9703         Log: Subject: Minor update to find2perl, for portability
9704              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
9705              Date: Wed, 25 Oct 2000 12:05:47 +0100
9706              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
9707      Branch: perl
9708            ! x2p/find2perl.PL
9709 ____________________________________________________________________________
9710 [  7431] By: jhi                                   on 2000/10/25  13:40:39
9711         Log: Add targets to Makefile.SH, most importantly
9712              'regen_all' which also remembers to update vms/perly*.
9713      Branch: perl
9714            ! Makefile.SH
9715 ____________________________________________________________________________
9716 [  7430] By: bailey                                on 2000/10/25  03:13:53
9717         Log: Cleanup from prior patch (Charles Lane?):
9718              - improve handling of MFDs in Basename and Path
9719              - default to no xsubpp line # munging when building debug images
9720      Branch: vmsperl
9721            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
9722 ____________________________________________________________________________
9723 [  7429] By: jhi                                   on 2000/10/24  20:03:40
9724         Log: Podify README.epoc and README.vos.
9725      Branch: perl
9726            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
9727            ! pod/perlport.pod pod/perltoc.pod
9728 ____________________________________________________________________________
9729 [  7428] By: jhi                                   on 2000/10/24  19:10:33
9730         Log: Stratus VOS updates from Paul Green.
9731      Branch: perl
9732            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
9733            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
9734            - vos/config.def vos/config.h vos/config_h.SH_orig
9735            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
9736            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
9737 ____________________________________________________________________________
9738 [  7427] By: jhi                                   on 2000/10/24  18:59:48
9739         Log: Check if stdio supports tweaking lval and cnt simultaneously.
9740              
9741              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
9742              From: Nicholas Clark <nick@ccl4.org>
9743              Date: Mon, 23 Oct 2000 15:39:32 +0100
9744              Message-ID: <20001023153932.A10786@plum.flirble.org>
9745      Branch: metaconfig
9746            ! U/compline/d_stdstdio.U
9747      Branch: perl
9748            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9749            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
9750            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
9751            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
9752            ! vos/config.h vos/config_h.SH_orig win32/config.bc
9753            ! win32/config.gc win32/config.vc
9754 ____________________________________________________________________________
9755 [  7426] By: jhi                                   on 2000/10/24  17:57:44
9756         Log: Missed the header file changes from #7425.
9757      Branch: perl
9758            ! embed.h embed.pl objXSUB.h proto.h
9759 ____________________________________________________________________________
9760 [  7425] By: jhi                                   on 2000/10/24  17:55:17
9761         Log: Fix the bug reported in
9762              
9763              From: andreas.koenig@anima.de (Andreas J. Koenig)
9764              Subject: Encode bug?
9765              Date: 24 Oct 2000 14:01:26 +0200 
9766              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
9767              
9768              Also make is_utf8_char() stricter.
9769      Branch: perl
9770            ! ext/Encode/Encode.xs utf8.c
9771 ____________________________________________________________________________
9772 [  7424] By: jhi                                   on 2000/10/24  15:15:39
9773         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
9774              From: Peter Scott <Peter@PSDT.com>
9775              Date: Mon, 23 Oct 2000 19:46:01 -0700
9776              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
9777      Branch: perl
9778            ! pod/perlfaq5.pod
9779 ____________________________________________________________________________
9780 [  7423] By: jhi                                   on 2000/10/24  14:25:30
9781         Log: Test tweak to avoid pulling in the whole Config.
9782      Branch: perl
9783            ! t/lib/st-lock.t
9784 ____________________________________________________________________________
9785 [  7422] By: jhi                                   on 2000/10/24  14:03:16
9786         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
9787      Branch: perl
9788            ! pp.c
9789 ____________________________________________________________________________
9790 [  7421] By: jhi                                   on 2000/10/24  13:32:09
9791         Log: (Replaced by #7440.)
9792              
9793              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
9794              From: "Kurt D. Starsinic" <kstar@chapin.edu>
9795              Date: Mon, 23 Oct 2000 16:40:54 -0400
9796              Message-ID: <20001023164054.B14491@O2.chapin.edu>
9797      Branch: perl
9798            ! t/lib/syslog.t
9799 ____________________________________________________________________________
9800 [  7420] By: jhi                                   on 2000/10/24  13:30:53
9801         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
9802              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9803              Date: Mon, 23 Oct 2000 17:29:03 -0400
9804              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
9805      Branch: perl
9806            ! lib/ExtUtils/MM_Unix.pm
9807 ____________________________________________________________________________
9808 [  7419] By: jhi                                   on 2000/10/24  13:29:57
9809         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
9810              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9811              Date: Mon, 23 Oct 2000 19:01:32 -0400
9812              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
9813      Branch: perl
9814            ! utils/h2xs.PL
9815 ____________________________________________________________________________
9816 [  7418] By: jhi                                   on 2000/10/24  13:26:04
9817         Log: Replace #7409 with
9818              
9819              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
9820              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
9821              Date: Mon, 23 Oct 2000 20:08:56 +0200
9822              Message-ID: <20001023200855.A14850@nice.ram.loc>
9823      Branch: perl
9824            ! ext/Storable/Storable.pm t/lib/st-lock.t
9825 ____________________________________________________________________________
9826 [  7417] By: jhi                                   on 2000/10/24  13:17:52
9827         Log: Run vms/vms_yfix.pl, should have done that after changing
9828              perly.c in #7382.
9829      Branch: perl
9830            ! vms/perly_c.vms vms/perly_h.vms
9831 ____________________________________________________________________________
9832 [  7416] By: jhi                                   on 2000/10/24  02:55:33
9833         Log: Make the UTF-8 decoding stricter and more verbose when
9834              malformation happens.  This involved adding an argument
9835              to utf8_to_uv_chk(), which involved changing its prototype,
9836              and prefer STRLEN over I32 for the UTF-8 length, which as
9837              a domino effect necessitated changing the prototypes of
9838              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
9839              The stricter UTF-8 decoding checking uses Markus Kuhn's
9840              UTF-8 Decode Stress Tester from
9841              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
9842      Branch: perl
9843            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
9844            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
9845            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
9846            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
9847 ____________________________________________________________________________
9848 [  7415] By: jhi                                   on 2000/10/23  14:06:06
9849         Log: Update Changes.
9850      Branch: perl
9851            ! Changes patchlevel.h
9852 ____________________________________________________________________________
9853 [  7414] By: jhi                                   on 2000/10/23  12:39:52
9854         Log: Undo the basename() part of #7412 since the lib/basename
9855              tests would need upgrading too.
9856      Branch: perl
9857            ! lib/File/Basename.pm
9858 ____________________________________________________________________________
9859 [  7413] By: jhi                                   on 2000/10/23  12:19:27
9860         Log: Document PERL_INSTALL_ROOT of #7210.
9861      Branch: perl
9862            ! lib/ExtUtils/Install.pm
9863 ____________________________________________________________________________
9864 [  7412] By: jhi                                   on 2000/10/23  12:16:47
9865         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
9866      Branch: perl
9867            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
9868            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
9869 ____________________________________________________________________________
9870 [  7411] By: jhi                                   on 2000/10/23  12:07:41
9871         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
9872              From: Prymmer/Kahn <pvhp@best.com>
9873              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
9874              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
9875      Branch: perl
9876            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
9877 ____________________________________________________________________________
9878 [  7410] By: jhi                                   on 2000/10/23  04:10:11
9879         Log: The change #7187 was not so good on VMS.
9880              
9881              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
9882              From: "Craig A. Berry" <craig.berry@psinetcs.com>
9883              Date: Sun, 22 Oct 2000 23:03:08 -0500
9884              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
9885      Branch: perl
9886            ! utils/perldoc.PL
9887 ____________________________________________________________________________
9888 [  7409] By: jhi                                   on 2000/10/23  03:57:36
9889         Log: Avoid Storable locking on DJGPP for now.
9890              
9891              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
9892              From: "Peter J. Farley III" <pjfarley@banet.net>
9893              Date: Sun, 22 Oct 2000 20:00:00 -0400
9894              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
9895      Branch: perl
9896            ! ext/Storable/Storable.pm t/lib/st-lock.t
9897 ____________________________________________________________________________
9898 [  7408] By: jhi                                   on 2000/10/23  03:50:24
9899         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
9900              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
9901              Date: Sun, 22 Oct 2000 21:12:22 -0400
9902              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
9903      Branch: perl
9904            ! lib/vars.pm
9905 ____________________________________________________________________________
9906 [  7407] By: jhi                                   on 2000/10/23  03:43:12
9907         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
9908              From: Hugo <hv@crypt.compulink.co.uk>
9909              Date: Mon, 23 Oct 2000 00:47:22 +0100
9910              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
9911      Branch: perl
9912            ! regexec.c t/op/pat.t
9913 ____________________________________________________________________________
9914 [  7406] By: jhi                                   on 2000/10/23  03:40:29
9915         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
9916      Branch: perl
9917            ! lib/ExtUtils/MakeMaker.pm
9918 ____________________________________________________________________________
9919 [  7405] By: jhi                                   on 2000/10/22  21:32:00
9920         Log: Doc patch.
9921              
9922              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
9923              From: rspier@pobox.com (Robert Spier)
9924              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
9925              Message-ID: <14835.16112.13457.447971@rls.cx>
9926      Branch: perl
9927            ! lib/strict.pm
9928 ____________________________________________________________________________
9929 [  7404] By: jhi                                   on 2000/10/22  21:30:51
9930         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
9931              From: rspier@pobox.com (Robert Spier)
9932              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
9933              Message-ID: <14835.17223.72448.705566@rls.cx>
9934      Branch: perl
9935            ! lib/ExtUtils/MakeMaker.pm
9936 ____________________________________________________________________________
9937 [  7403] By: jhi                                   on 2000/10/22  21:24:11
9938         Log: Subject: [PATCH bleadperl] ripples from constsub patch
9939              From: John Tobey <jtobey@john-edwin-tobey.org>
9940              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
9941              Message-Id: <m13nSOB-000FObC@feynman.localnet>
9942      Branch: perl
9943            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
9944 ____________________________________________________________________________
9945 [  7402] By: jhi                                   on 2000/10/22  20:59:35
9946         Log: Support s?printf parameter reordering.
9947      Branch: perl
9948            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
9949 ____________________________________________________________________________
9950 [  7401] By: jhi                                   on 2000/10/22  19:19:14
9951         Log: Expand %Config variables only if explicitly so requested
9952              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
9953              
9954              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
9955              From: Gurusamy Sarathy <gsar@ActiveState.com>
9956              Date: Sun, 22 Oct 2000 11:47:32 -0700
9957              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
9958      Branch: perl
9959            ! Makefile.SH lib/lib_pm.PL
9960 ____________________________________________________________________________
9961 [  7400] By: jhi                                   on 2000/10/22  18:24:10
9962         Log: Move the #7390 test from warn/op to comp/redef.
9963              
9964              Subject: Re: Creating const subs for constants.
9965              From: John Tobey <jtobey@john-edwin-tobey.org>
9966              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
9967              Message-Id: <m13nG72-000FObC@feynman.localnet>               
9968      Branch: perl
9969            ! t/comp/redef.t t/pragma/warn/op
9970 ____________________________________________________________________________
9971 [  7399] By: jhi                                   on 2000/10/22  17:49:59
9972         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
9973              From: Nicholas Clark <nick@ccl4.org>
9974              Date: Sat, 21 Oct 2000 22:23:19 +0100
9975              Message-ID: <20001021222319.B45586@plum.flirble.org>
9976      Branch: perl
9977            ! ext/DynaLoader/DynaLoader_pm.PL
9978 ____________________________________________________________________________
9979 [  7398] By: jhi                                   on 2000/10/22  17:47:35
9980         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
9981              From: Hugo <hv@crypt.compulink.co.uk>
9982              Date: Sat, 21 Oct 2000 18:19:59 +0100
9983              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
9984      Branch: perl
9985            ! ext/B/B.pm ext/B/B/C.pm
9986 ____________________________________________________________________________
9987 [  7397] By: jhi                                   on 2000/10/22  17:35:18
9988         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
9989              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
9990              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
9991              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
9992      Branch: perl
9993            ! hints/openbsd.sh
9994 ____________________________________________________________________________
9995 [  7396] By: jhi                                   on 2000/10/22  17:19:46
9996         Log: Subject: installman go-faster stripes
9997              From: Nicholas Clark <nick@talking.bollo.cx>
9998              Date: Sat, 21 Oct 2000 17:24:53 +0100
9999              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
10000              
10001              Subject: Re: installman go-faster stripes
10002              From: Russ Allbery <rra@stanford.edu>
10003              Date: 21 Oct 2000 11:04:13 -0700
10004              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
10005      Branch: perl
10006            ! installman pod/pod2man.PL
10007 ____________________________________________________________________________
10008 [  7395] By: jhi                                   on 2000/10/22  17:17:35
10009         Log: Hints tweak from Anton Berezin.
10010      Branch: perl
10011            ! hints/freebsd.sh
10012 ____________________________________________________________________________
10013 [  7394] By: jhi                                   on 2000/10/22  04:50:04
10014         Log: Tweak the Is* definitions of Unicode character classes
10015              to better match the official categorizations; embrace
10016              the official categorizations; add the combining marks
10017              as alpha (and -numeric); fix DCinital (a typo and edito)
10018              to be DCmedial.
10019      Branch: perl
10020            + lib/unicode/Is/DCmedial.pl
10021            - lib/unicode/Is/DCinital.pl
10022            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
10023            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
10024            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
10025            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
10026 ____________________________________________________________________________
10027 [  7393] By: jhi                                   on 2000/10/21  18:06:05
10028         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
10029              From: Daniel Chetlin <daniel@chetlin.com>
10030              Date: Sat, 21 Oct 2000 02:57:03 -0700
10031              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
10032      Branch: perl
10033            + t/lib/tie-splice.t
10034            ! MANIFEST lib/Tie/Array.pm
10035 ____________________________________________________________________________
10036 [  7392] By: gsar                                  on 2000/10/21  18:05:15
10037         Log: resync utfperl branch with mainline
10038      Branch: utfperl
10039           !> (integrate 1760 files)
10040 ____________________________________________________________________________
10041 [  7391] By: jhi                                   on 2000/10/21  14:37:49
10042         Log: Testcases for a #7383,#7385 related bug.
10043              
10044              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
10045              From: Nicholas Clark <nick@ccl4.org>
10046              Date: Sat, 21 Oct 2000 15:04:51 +0100
10047              Message-ID: <20001021150451.A51566@plum.flirble.org>
10048      Branch: perl
10049            ! t/pragma/utf8.t
10050 ____________________________________________________________________________
10051 [  7390] By: jhi                                   on 2000/10/21  14:35:57
10052         Log: Add a testcase for #7389.
10053      Branch: perl
10054            ! t/pragma/warn/op
10055 ____________________________________________________________________________
10056 [  7389] By: jhi                                   on 2000/10/21  14:26:45
10057         Log: Subject: Re: Creating const subs for constants.
10058              From: John Tobey <jtobey@john-edwin-tobey.org>
10059              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
10060              Message-Id: <m13mo0N-000FObC@feynman.localnet>
10061      Branch: perl
10062            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
10063            ! proto.h sv.c
10064 ____________________________________________________________________________
10065 [  7388] By: nick                                  on 2000/10/21  11:44:23
10066         Log: Populate perlio branch
10067      Branch: perlio
10068           +> (branch 1760 files)
10069 ____________________________________________________________________________
10070 [  7387] By: nick                                  on 2000/10/21  10:52:05
10071         Log: Get branch back as replica of mainline via :
10072              p4 integrate -b utfperl
10073              p4 resolve -at ./...
10074      Branch: utfperl
10075           +> (branch 269 files)
10076            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
10077            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
10078            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
10079            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
10080            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
10081            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
10082            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
10083            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
10084            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
10085            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
10086            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
10087            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
10088            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
10089            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
10090            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
10091            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
10092            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
10093            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
10094            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
10095            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
10096            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
10097            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
10098            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
10099            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
10100            - lib/unicode/UCD300.html lib/unicode/Unicode.300
10101            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
10102            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
10103            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
10104            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
10105           !> (integrate 965 files)
10106 ____________________________________________________________________________
10107 [  7386] By: jhi                                   on 2000/10/21  01:31:12
10108         Log: Update Changes.
10109      Branch: perl
10110            ! Changes patchlevel.h
10111 ____________________________________________________________________________
10112 [  7385] By: jhi                                   on 2000/10/21  01:28:42
10113         Log: The #7383 was right only in the context of the original bug report,
10114              not in more general case.
10115      Branch: perl
10116            ! pp_hot.c
10117 ____________________________________________________________________________
10118 [  7384] By: jhi                                   on 2000/10/21  01:08:23
10119         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
10120      Branch: perl
10121            ! ext/IO/lib/IO/Select.pm
10122 ____________________________________________________________________________
10123 [  7383] By: jhi                                   on 2000/10/21  00:44:18
10124         Log: Fix for ID 20001020.006, concatenating an unset submatch
10125              with utf8 resulted in "Modification of a read-only value".
10126      Branch: perl
10127            ! pp_hot.c t/pragma/utf8.t
10128 ____________________________________________________________________________
10129 [  7382] By: jhi                                   on 2000/10/20  20:44:31
10130         Log: Make scan_num() reëntrant, as suggested in
10131              
10132              Subject: [PATCH perl@7229] Rentrant parser and yylex()
10133              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
10134              Date: Fri, 20 Oct 2000 14:17:27 +0100
10135              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
10136      Branch: perl
10137            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
10138            ! toke.c
10139 ____________________________________________________________________________
10140 [  7381] By: jhi                                   on 2000/10/20  20:07:29
10141         Log: Reëntrancy fix.
10142              
10143              Subject: [PATCH perl@7229] Rentrant parser and yylex()
10144              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
10145              Date: Fri, 20 Oct 2000 14:17:27 +0100
10146              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
10147      Branch: perl
10148            ! embed.h embed.pl perl.h proto.h toke.c
10149 ____________________________________________________________________________
10150 [  7380] By: jhi                                   on 2000/10/20  19:15:54
10151         Log: Don't write double values through long double pointers,
10152              based on a part of
10153              
10154              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
10155              From: Jens Hamisch <jens@Strawberry.COM>
10156              Date: Tue, 17 Oct 2000 08:39:36 +0200
10157              Message-Id: <20001017083936.A11104@Strawberry.COM>
10158      Branch: perl
10159            ! perl.h pp.c
10160 ____________________________________________________________________________
10161 [  7379] By: jhi                                   on 2000/10/20  18:43:37
10162         Log: Portability tweak on #7377.
10163              
10164              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
10165              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10166              Date:     Fri, 20 Oct 2000 13:13:41 EDT
10167              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
10168      Branch: perl
10169            ! t/lib/dprof.t
10170 ____________________________________________________________________________
10171 [  7378] By: jhi                                   on 2000/10/20  12:57:19
10172         Log: SOCKS function redefinitions need prototypes, too, otherwise
10173              for example 32 bit versus 64 bit differences cause a lot of
10174              problems.  Part of
10175              
10176              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
10177              From: Jens Hamisch <jens@Strawberry.COM>
10178              Date: Tue, 17 Oct 2000 08:39:36 +0200
10179              Message-Id: <20001017083936.A11104@Strawberry.COM>
10180      Branch: perl
10181            ! doio.c pp_sys.c
10182 ____________________________________________________________________________
10183 [  7377] By: jhi                                   on 2000/10/20  12:37:12
10184         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
10185              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10186              Date:     Fri, 20 Oct 2000 08:26:04 EDT
10187              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
10188      Branch: perl
10189            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
10190 ____________________________________________________________________________
10191 [  7376] By: jhi                                   on 2000/10/20  12:35:31
10192         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
10193              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10194              Date:     Fri, 20 Oct 2000 07:48:15 EDT
10195              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
10196      Branch: perl
10197            ! configure.com vms/gen_shrfls.pl
10198 ____________________________________________________________________________
10199 [  7375] By: bailey                                on 2000/10/20  04:44:37
10200         Log: SYN SYN
10201      Branch: vmsperl
10202           +> (branch 134 files)
10203            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
10204            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
10205            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
10206            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
10207            - eg/cgi/frameset.cgi eg/cgi/index.html
10208            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
10209            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
10210            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
10211            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
10212            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
10213            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
10214            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
10215            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
10216            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
10217            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
10218            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
10219            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
10220            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
10221            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
10222            - lib/unicode/Props.txt lib/unicode/UCD300.html
10223            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
10224            - utils/perlbc.PL vms/subconfigure.com
10225           !> (integrate 785 files)
10226 ____________________________________________________________________________
10227 [  7374] By: jhi                                   on 2000/10/20  00:59:48
10228         Log: In the latest compiler builds cccdlflags must not become -fpic,
10229              from Wilfredo Sánchez.
10230      Branch: perl
10231            ! hints/darwin.sh
10232 ____________________________________________________________________________
10233 [  7373] By: jhi                                   on 2000/10/20  00:56:35
10234         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
10235              From: Tony Cook <tony@develop-help.com>
10236              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
10237              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
10238      Branch: perl
10239            ! pod/perlop.pod
10240 ____________________________________________________________________________
10241 [  7372] By: jhi                                   on 2000/10/19  19:34:40
10242         Log: Typo noted by Mark Lutz.
10243      Branch: perl
10244            ! t/op/64bitint.t
10245 ____________________________________________________________________________
10246 [  7371] By: jhi                                   on 2000/10/19  19:33:13
10247         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
10248      Branch: metaconfig
10249            ! U/modified/Cppsym.U U/modified/Oldconfig.U
10250      Branch: metaconfig/U/perl
10251            ! End.U dlsrc.U libperl.U
10252      Branch: perl
10253            + hints/nonstopux.sh
10254            ! Configure MANIFEST config_h.SH
10255 ____________________________________________________________________________
10256 [  7370] By: jhi                                   on 2000/10/19  17:18:08
10257         Log: Subject: PATCH do_print has 2 PerlIO_error()s
10258              From: nick@ccl4.org
10259              Date: Thu, 19 Oct 2000 18:09:20 +0100
10260              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
10261      Branch: perl
10262            ! doio.c
10263 ____________________________________________________________________________
10264 [  7369] By: jhi                                   on 2000/10/19  14:01:49
10265         Log: Update Changes.
10266      Branch: perl
10267            ! Changes patchlevel.h
10268 ____________________________________________________________________________
10269 [  7368] By: jhi                                   on 2000/10/19  13:04:29
10270         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
10271              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10272              Date: Wed, 18 Oct 2000 13:12:01 +0200
10273              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
10274      Branch: perl
10275            ! hints/aix.sh
10276 ____________________________________________________________________________
10277 [  7367] By: jhi                                   on 2000/10/19  02:22:40
10278         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
10279              of a 'pmshort' anywhere in the B, so the offending line was simply
10280              removed.
10281      Branch: perl
10282            ! ext/B/B/Debug.pm
10283 ____________________________________________________________________________
10284 [  7366] By: jhi                                   on 2000/10/19  02:12:37
10285         Log: Add the test case for the bug id 20000730.004 which seems
10286              to have been fixed by now.
10287      Branch: perl
10288            ! t/pragma/utf8.t
10289 ____________________________________________________________________________
10290 [  7365] By: jhi                                   on 2000/10/18  23:36:24
10291         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
10292              From: Hugo <hv@crypt.compulink.co.uk>
10293              Date: Wed, 18 Oct 2000 23:25:58 +0100
10294              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
10295      Branch: perl
10296            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
10297 ____________________________________________________________________________
10298 [  7364] By: jhi                                   on 2000/10/18  21:12:53
10299         Log: (retracted)
10300      Branch: perl
10301            ! pp.c
10302 ____________________________________________________________________________
10303 [  7363] By: jhi                                   on 2000/10/18  20:55:38
10304         Log: Missing change from #7362.
10305      Branch: perl
10306            ! win32/perlhost.h
10307 ____________________________________________________________________________
10308 [  7362] By: jhi                                   on 2000/10/18  20:52:01
10309         Log: Borland C fstat() never saw the fd as writable.
10310              
10311              Subject: fix for Borland's weak "stat" (perl@7211)
10312              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
10313              Date: Mon, 16 Oct 2000 09:55:03 +0400
10314              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
10315      Branch: perl
10316            ! win32/win32.c
10317 ____________________________________________________________________________
10318 [  7361] By: jhi                                   on 2000/10/18  17:43:50
10319         Log: Regen toc.
10320      Branch: perl
10321            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
10322 ____________________________________________________________________________
10323 [  7360] By: jhi                                   on 2000/10/18  17:07:44
10324         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10325              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
10326              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
10327              Date: Mon, 16 Oct 2000 15:19:49 +0200
10328      Branch: perl
10329            + README.aix
10330            ! MANIFEST
10331 ____________________________________________________________________________
10332 [  7359] By: jhi                                   on 2000/10/18  17:04:49
10333         Log: Subject: Pod patch for Devel::Peek
10334              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10335              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
10336              Date: Mon, 16 Oct 2000 12:26:34 +0200
10337      Branch: perl
10338            ! ext/Devel/Peek/Peek.pm
10339 ____________________________________________________________________________
10340 [  7358] By: jhi                                   on 2000/10/18  17:03:15
10341         Log: Make Cwd more bulletproof in chrooted environments.
10342              
10343              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
10344              From: "Eric E. Coe" <Eric.Coe@oracle.com>
10345              Date: Wed, 18 Oct 2000 04:03:54 -0400
10346              Message-Id: <39ED596A.70E599FE@oracle.com>
10347      Branch: perl
10348            ! lib/Cwd.pm
10349 ____________________________________________________________________________
10350 [  7357] By: jhi                                   on 2000/10/18  16:37:26
10351         Log: Disable the UTF8 downgrade croakage for now to avoid
10352              too many not okay messages.
10353      Branch: perl
10354            ! doio.c
10355 ____________________________________________________________________________
10356 [  7356] By: jhi                                   on 2000/10/17  23:29:41
10357         Log: Show the failed remote port, instead of the failing line number.
10358              
10359              Subject: [PATCH 5.6.1 Debugger] More diagnostics
10360              From: David Sparks <daves@ActiveState.com>
10361              Date: Tue, 17 Oct 2000 15:00:24 -0700
10362              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
10363      Branch: perl
10364            ! lib/perl5db.pl
10365 ____________________________________________________________________________
10366 [  7355] By: jhi                                   on 2000/10/17  14:11:31
10367         Log: On output try to downgrade to bytes, croak if impossible,
10368              from Simon Cozens.  This means that outputting >255 UTF8
10369              is impossible.  Consider this as a strong incentive to get
10370              the I/O disciplines implemented.
10371      Branch: perl
10372            ! doio.c pod/perldiag.pod sv.c
10373 ____________________________________________________________________________
10374 [  7354] By: jhi                                   on 2000/10/17  13:42:23
10375         Log: Clarify documentation on 'use bytes'.
10376              
10377              Subject: Re: What does 'use bytes' "mean" ?
10378              From: Simon Cozens <simon@cozens.net>
10379              Date: Mon, 18 Sep 2000 18:24:25 +0100
10380              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
10381      Branch: perl
10382            ! lib/bytes.pm
10383 ____________________________________________________________________________
10384 [  7353] By: jhi                                   on 2000/10/17  13:28:12
10385         Log: Workaround for a sfio bug where the stream error indicator
10386              is not cleared as documented.
10387              
10388              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
10389              From: Nicholas Clark <nick@ccl4.org>
10390              Date: Mon, 16 Oct 2000 18:28:23 +0100
10391              Message-ID: <20001016182823.J19700@plum.flirble.org>
10392      Branch: perl
10393            ! doio.c
10394 ____________________________________________________________________________
10395 [  7352] By: jhi                                   on 2000/10/17  13:06:19
10396         Log: More IoTYPE sprinkling.
10397      Branch: perl
10398            ! doio.c pp_hot.c
10399 ____________________________________________________________________________
10400 [  7351] By: jhi                                   on 2000/10/16  22:47:07
10401         Log: Detect early whether the std streams have gone bad.
10402              
10403              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
10404              Date: Mon, 16 Oct 2000 23:28:42 +0100
10405              From: Nicholas Clark <nick@ccl4.org>
10406              Message-ID: <20001016232842.A37942@plum.flirble.org>
10407      Branch: perl
10408            ! t/op/misc.t
10409 ____________________________________________________________________________
10410 [  7350] By: jhi                                   on 2000/10/16  22:45:16
10411         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
10412              From: "Peter J. Farley III" <pjfarley@banet.net>
10413              Date: Mon, 16 Oct 2000 18:15:59 -0400
10414              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
10415      Branch: perl
10416            ! djgpp/djgpp.c dosish.h t/io/open.t
10417 ____________________________________________________________________________
10418 [  7349] By: jhi                                   on 2000/10/16  22:36:45
10419         Log: perldelta tweak.
10420      Branch: perl
10421            ! pod/perldelta.pod
10422 ____________________________________________________________________________
10423 [  7348] By: jhi                                   on 2000/10/16  15:17:53
10424         Log: Update Changes.
10425      Branch: perl
10426            ! Changes patchlevel.h
10427 ____________________________________________________________________________
10428 [  7347] By: jhi                                   on 2000/10/16  13:55:27
10429         Log: Add the capability to include/exclude branches.
10430      Branch: perl
10431            ! Porting/genlog
10432 ____________________________________________________________________________
10433 [  7346] By: jhi                                   on 2000/10/16  13:18:04
10434         Log: Add Charles Lane.
10435      Branch: perl
10436            ! AUTHORS Changes
10437 ____________________________________________________________________________
10438 [  7345] By: jhi                                   on 2000/10/16  13:13:21
10439         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
10440      Branch: perl
10441            ! pod/perldelta.pod
10442 ____________________________________________________________________________
10443 [  7344] By: gsar                                  on 2000/10/16  09:30:21
10444         Log: integrate change#6220 from cfgperl
10445              
10446              Win32 patches from Benjamin Stuhl.
10447      Branch: maint-5.6/perl
10448           !> makedef.pl win32/win32.h
10449 ____________________________________________________________________________
10450 [  7343] By: gsar                                  on 2000/10/16  08:32:19
10451         Log: integrate changes#6221,6222 from cfgperl
10452              
10453              Remove tr///CU (the feature is to be obsoleted by better interfaces).
10454              From: simon@brecon.co.uk (Simon Cozens)
10455              Subject: [PATCH] Eliminate tr///[CU][CU]
10456              Date: 23 Jun 2000 11:05:40 GMT
10457              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
10458              
10459              doc typo fix
10460              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
10461              From: Ian Phillipps <Ian.Phillipps@iname.com>
10462              Date: Fri, 23 Jun 2000 10:40:58 +0100
10463              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
10464      Branch: maint-5.6/perl
10465           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
10466 ____________________________________________________________________________
10467 [  7342] By: gsar                                  on 2000/10/16  08:28:08
10468         Log: integrate change#6217 from cfgperl (in part)
10469              
10470              Rename the fdpid locking and integrate with Sarathy.
10471      Branch: maint-5.6/perl
10472           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
10473           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
10474           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
10475           !> win32/win32.c
10476 ____________________________________________________________________________
10477 [  7341] By: gsar                                  on 2000/10/16  08:23:39
10478         Log: integrate changes#6214..6216 from mainline
10479              
10480              @_ can't have junk in it even in the non-USE_ITHREADS case because
10481              caller() wants to populate @DB::args with it (causes a coredump
10482              in Carp::confess())
10483              
10484              tweak comment about @DB::args
10485              
10486              be more optimal about clearing @_
10487      Branch: maint-5.6/perl
10488           !> av.h cop.h pp_ctl.c t/op/runlevel.t
10489 ____________________________________________________________________________
10490 [  7340] By: gsar                                  on 2000/10/16  08:20:37
10491         Log: integrate changes#6207..6210 from cfgperl
10492              
10493              Subject: [PATCH 5.6.0] Threadsafe patches
10494              From: Dan Sugalski <dan@sidhe.org>
10495              To: perl5-porters@perl.org
10496              Date: Mon, 08 May 2000 18:08:13 -0400
10497              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
10498              
10499              Regen headers for #6207.
10500              
10501              Lock PL_fdpid against race conditions, based on:
10502              Subject: [PATCH 5.6.0]subprocess fixup for threads
10503              From: Dan Sugalski <dan@sidhe.org>
10504              To: perl5-porters@perl.org
10505              Date: Tue, 11 Apr 2000 17:02:32 -0400
10506              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
10507              
10508              Mopup for #6207 and #6209.
10509      Branch: maint-5.6/perl
10510           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
10511           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
10512           !> win32/win32.c
10513 ____________________________________________________________________________
10514 [  7339] By: gsar                                  on 2000/10/16  08:14:34
10515         Log: integrate change#6203 from cfgperl
10516              
10517              perldiag should refer to perlos2.pod not README.os2
10518      Branch: maint-5.6/perl
10519           !> pod/perldiag.pod
10520 ____________________________________________________________________________
10521 [  7338] By: gsar                                  on 2000/10/16  08:11:42
10522         Log: integrate change#6201 from mainline
10523              
10524              Perl_eval_pv() leaks 4 bytes every time it is called because it
10525              does a PUSHMARK that's never ever POPMARKed; in general, only
10526              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
10527              Perl_eval_[sp]v() don't because they don't take any incoming
10528              arguments (this leak has been around since the original version
10529              of perl_eval_pv() in 5.003_97e)
10530      Branch: maint-5.6/perl
10531           !> perl.c
10532 ____________________________________________________________________________
10533 [  7337] By: gsar                                  on 2000/10/16  08:08:47
10534         Log: integrate changes#6197..6200 from cfgperl
10535              
10536              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
10537              From: John Borwick <jhborwic@unity.ncsu.edu>
10538              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
10539              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
10540              
10541              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
10542              From: Dan Sugalski <dan@sidhe.org>
10543              To: vmsperl@perl.org, perl5-porters@perl.org
10544              Date: Fri, 02 Jun 2000 16:00:41 -0400
10545              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
10546              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
10547              
10548              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
10549              From: Dan Sugalski <dan@sidhe.org>
10550              To: perl5-porters@perl.org, vmsperl@perl.org
10551              Date: Fri, 02 Jun 2000 17:30:51 -0400
10552              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
10553              
10554              Update to cperl-mode.el 4.31 from
10555              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
10556              Subject: A couple of notes
10557              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10558              To: Mailing list Perl5 <perl5-porters@perl.org>
10559              Date: Sat, 3 Jun 2000 23:33:32 -0400
10560              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
10561      Branch: maint-5.6/perl
10562           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
10563           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
10564           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
10565           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
10566           !> vms/vmsish.h
10567 ____________________________________________________________________________
10568 [  7336] By: gsar                                  on 2000/10/16  08:03:46
10569         Log: integrate changes#6194,6195 from mainline
10570              
10571              fix small eval"" memory leaks under USE_ITHREADS
10572              
10573              fix yet another eval"" leak under USE_ITHREADS
10574      Branch: maint-5.6/perl
10575           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
10576           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
10577           !> vms/perly_c.vms
10578 ____________________________________________________________________________
10579 [  7335] By: gsar                                  on 2000/10/16  08:02:15
10580         Log: integrate changes#6190,6191 from mainline
10581              
10582              submit missing embed.pl change
10583              
10584              vec() loses numericalness (modified version of patch suggested
10585              by Robin Barker)
10586      Branch: maint-5.6/perl
10587           !> doop.c embed.pl t/op/vec.t
10588 ____________________________________________________________________________
10589 [  7334] By: gsar                                  on 2000/10/16  08:01:03
10590         Log: integrate change#6189 from mainline
10591              
10592              counting tr/// corrupts later operation (from M.J.T Guy)
10593      Branch: maint-5.6/perl
10594           !> doop.c t/op/tr.t
10595 ____________________________________________________________________________
10596 [  7333] By: gsar                                  on 2000/10/16  07:59:07
10597         Log: integrate changes#6183..6188 from mainline
10598              
10599              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
10600              <nick@ccl4.org>)
10601              
10602              tweak for change#6127
10603              
10604              remove incorrect documentation about implicit split to @_ in
10605              list context, which never really worked in perl 5 (from
10606              M.J.T. Guy)
10607              
10608              further qualify references to "alphanumeric" (from Wolfgang Laun
10609              <wolfgang.laun@alcatel.at>)
10610              
10611              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
10612              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
10613              
10614              h2xs tweaks
10615      Branch: maint-5.6/perl
10616           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
10617           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
10618           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
10619           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
10620           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
10621           !> pod/pod2latex.PL utils/h2xs.PL
10622 ____________________________________________________________________________
10623 [  7332] By: gsar                                  on 2000/10/16  07:53:52
10624         Log: integrate change#6179 from mainline
10625              
10626              buggy modulus on UVs introduced by change#3378 (resulted in
10627              4063328477 % 65535 amounting to 27406, instead of 27407)
10628      Branch: maint-5.6/perl
10629           !> pp.c t/op/arith.t
10630 ____________________________________________________________________________
10631 [  7331] By: gsar                                  on 2000/10/16  07:52:49
10632         Log: integrate changes#6176,6177,6178,6182 from cfgperl
10633              
10634              Single-quoted utf8 patch from Simon Cozens.
10635              
10636              Substitution utf8 patch from Simon Cozens.
10637              
10638              Be cleaner.
10639              
10640              Be Cleaner Part Deux.
10641      Branch: maint-5.6/perl
10642           !> Makefile.SH pp_hot.c toke.c
10643 ____________________________________________________________________________
10644 [  7330] By: gsar                                  on 2000/10/16  07:41:36
10645         Log: integrate change#6172 from mainline
10646              
10647              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
10648              (from Ilya Zakharevich)
10649      Branch: maint-5.6/perl
10650           !> regexec.c t/op/re_tests
10651 ____________________________________________________________________________
10652 [  7329] By: gsar                                  on 2000/10/16  07:40:25
10653         Log: integrate change#6171 from mainline
10654              
10655              scalar() doesn't force scalar context when used in void context
10656              (from Simon Cozens)
10657      Branch: maint-5.6/perl
10658           !> op.c t/op/wantarray.t
10659 ____________________________________________________________________________
10660 [  7328] By: gsar                                  on 2000/10/16  07:39:33
10661         Log: integrate change#6170 from mainline
10662              
10663              change#6142 needs tweaks to tests to work where there's no
10664              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
10665      Branch: maint-5.6/perl
10666           !> t/lib/filefind.t
10667 ____________________________________________________________________________
10668 [  7327] By: gsar                                  on 2000/10/16  07:35:34
10669         Log: integrate changes#6166..6168 from cfgperl
10670              
10671              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
10672              in case somebody wants to write an extension for more
10673              shadow database interfaces.
10674              
10675              tweak todo
10676              
10677              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
10678      Branch: maint-5.6/perl
10679           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10680           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
10681           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
10682           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
10683           !> win32/config.vc win32/config_H.bc win32/config_H.gc
10684           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
10685 ____________________________________________________________________________
10686 [  7326] By: gsar                                  on 2000/10/16  07:29:05
10687         Log: integrate changes#6157,6159..6161,6164 from cfgperl
10688              
10689              Regen Configure to jive with #6149.
10690              
10691              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
10692              
10693              Changes for the File::Temp 0.08 (change #6159) test suite
10694              to fit better into the Perl distribution test framework.
10695              
10696              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
10697              both from Simon Cozens.
10698              
10699              detypo
10700      Branch: maint-5.6/perl
10701           +> pod/perlmodlib.PL pod/perlnewmod.pod
10702           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
10703           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
10704           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
10705           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
10706 ____________________________________________________________________________
10707 [  7325] By: gsar                                  on 2000/10/16  07:25:13
10708         Log: integrate change#6158 from vmsperl
10709              
10710              Add fallback to tmpfile for use in cases where user's relying on
10711              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
10712              Lane's patch)
10713      Branch: maint-5.6/perl
10714           !> vms/vms.c vms/vmsish.h
10715 ____________________________________________________________________________
10716 [  7324] By: gsar                                  on 2000/10/16  07:20:50
10717         Log: integrate changes#6153..6155 from mainline
10718              
10719              prettier Test::Harness output on failed tests (from Nicholas Clark
10720              <nick@Bagpuss.uk.boo.com>)
10721              
10722              avoid type mismatch warning
10723              
10724              small bug in change#6144; remove random \xA0 character that snuck
10725              in via change#6145
10726      Branch: maint-5.6/perl
10727           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
10728           !> perl.c
10729 ____________________________________________________________________________
10730 [  7323] By: gsar                                  on 2000/10/16  07:18:47
10731         Log: integrate changes#6151,6152 from mainline
10732              
10733              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
10734              
10735              cosmetic fixups of RE debug output (from Ilya Zakharevich)
10736      Branch: maint-5.6/perl
10737           !> regexec.c
10738 ____________________________________________________________________________
10739 [  7322] By: gsar                                  on 2000/10/16  07:17:25
10740         Log: integrate changes#6146..6150 from mainline
10741              
10742              doc typo
10743              
10744              add a make entry to Config.pm so "perl -V:make" works on VMS
10745              (from Peter Prymmer)
10746              
10747              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
10748              
10749              OS/2 tweaks for usethreads build (from Rocco Caputo
10750              <troc@netrus.net>)
10751              
10752              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
10753      Branch: maint-5.6/perl
10754           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
10755           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
10756           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
10757           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
10758           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
10759           !> warnings.pl x2p/a2p.h
10760 ____________________________________________________________________________
10761 [  7321] By: gsar                                  on 2000/10/16  07:14:02
10762         Log: integrate changes#6143..6145 from mainline
10763              
10764              MacOS support, part 1 (from Matthias Neeracher
10765              <neeri@iis.ee.ethz.ch>)
10766              
10767              MacOS support, part 2: make AutoSplit use File::Spec instead
10768              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
10769              <neeri@iis.ee.ethz.ch>)
10770              
10771              make xsubpp skip embedded pod (from Matthias Neeracher
10772              <neeri@iis.ee.ethz.ch>)
10773      Branch: maint-5.6/perl
10774           +> ext/DynaLoader/dl_mac.xs
10775           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
10776           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
10777           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
10778           !> pp_ctl.c proto.h toke.c util.c util.h
10779 ____________________________________________________________________________
10780 [  7320] By: gsar                                  on 2000/10/16  07:12:13
10781         Log: integrate changes#6141,6142 from mainline
10782              
10783              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
10784              forwarded by Peter Seebach from the bsdi-users mailing list.
10785              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
10786              
10787              File::Find fails to chdir when chasing symlinks (from
10788              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
10789      Branch: maint-5.6/perl
10790           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
10791 ____________________________________________________________________________
10792 [  7319] By: gsar                                  on 2000/10/16  07:04:30
10793         Log: integrate change#6139 from mainline
10794              
10795              revise mktables.PL for bugs and newness in Unicode 3.0
10796              (from James Bence <jbence@amgen.com>)
10797      Branch: maint-5.6/perl
10798           +> (branch 30 files)
10799           !> (integrate 49 files)
10800 ____________________________________________________________________________
10801 [  7318] By: gsar                                  on 2000/10/16  07:01:01
10802         Log: integrate changes#6137,6138 from mainline
10803              
10804              fix bogus redeclaration warning for "our" variables in different
10805              scopes
10806              
10807              add note about the handling of negative indices to tied arrays
10808              (from Michael G Schwern <schwern@pobox.com>)
10809      Branch: maint-5.6/perl
10810           !> op.c pod/perltie.pod t/pragma/strict-vars
10811 ____________________________________________________________________________
10812 [  7317] By: gsar                                  on 2000/10/16  06:58:46
10813         Log: integrate changes#6127..6136 from mainline
10814              
10815              call_method(...,G_EVAL) can longjmp() out if the method probing
10816              failed (from Gisle Aas)
10817              
10818              new perlxstut example for passing/returning refs to arrays
10819              (from David Lowe <dlowe@pootpoot.com>)
10820              
10821              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
10822              
10823              fix places that mean C<"word" character> but say C<alphanumeric
10824              character>
10825              
10826              avoid warnings in POSIX.pm (from Barrie Slaymaker)
10827              
10828              warnings::enabled() doesn't fall back to looking at $^W if
10829              caller isn't using lexical warnings (from Paul Marquess)
10830              
10831              elide bogus test in change#6132
10832              
10833              make Test::Harness use wait.h/WCOREDUMP if available
10834              (from Ben Tilly <ben_tilly@hotmail.com>)
10835              
10836              enable Test::Harness to dynamically determine column width etc.
10837              (from Rob Napier <rnapier@employees.org>)
10838              
10839              random pod typos (from Peter Scott <Peter@PSDT.com>)
10840      Branch: maint-5.6/perl
10841           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
10842           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
10843           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
10844           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
10845 ____________________________________________________________________________
10846 [  7316] By: gsar                                  on 2000/10/16  06:53:23
10847         Log: integrate change#6126 from mainline
10848              
10849              change#2879 broke rvalue autovivification of magicals such as
10850              ${$num} (reworked variant of patch suggested by Simon Cozens)
10851      Branch: maint-5.6/perl
10852           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
10853           !> pp_hot.c proto.h t/op/gv.t
10854 ____________________________________________________________________________
10855 [  7315] By: gsar                                  on 2000/10/16  06:51:38
10856         Log: integrate changes#6123,6125 from mainline
10857              
10858              clarify gotcha with #line directives (from Rocco Caputo
10859              <troc@netrus.net>)
10860              
10861              enable propagating exception objects via Perl_croak() in XS code
10862              (from Gisle Aas)
10863      Branch: maint-5.6/perl
10864           !> pod/perldebug.pod pod/perlsyn.pod util.c
10865 ____________________________________________________________________________
10866 [  7314] By: gsar                                  on 2000/10/16  06:49:28
10867         Log: integrate change#6122 from mainline
10868              
10869              downgrade fatal error on C<"foo@nosucharray.com"> to optional
10870              warning (from Mark-Jason Dominus)
10871      Branch: maint-5.6/perl
10872           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
10873           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
10874           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
10875           !> toke.c
10876 ____________________________________________________________________________
10877 [  7313] By: gsar                                  on 2000/10/16  06:46:54
10878         Log: integrate changes#6112..6121 from vmsperl
10879              
10880              Check for existence of file before trying to delete
10881              
10882              Ugly workaround for version-specific RTL error
10883              
10884              Urk -- undo previous removal of vmsish 'exit' change
10885              
10886              Add bounds checking for several strings (Charles Lane)
10887              
10888              Miscellaneous cosmetic fixes (Charles Lane)
10889              
10890              Treat sockets as special in sys(read|write) (Charles Lane et al.)
10891              
10892              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
10893              Flatten case labels in switch statements uniformly (Charles Bailey)
10894              
10895              Quiet error messages in vmsish.t (Charles Lane)
10896              
10897              Add missing escape (Charles Lane)
10898              
10899              Allow eliminate_macros() and fixpath() to handle space-delimited
10900              lists (based on fixes by Craig Berry)
10901      Branch: maint-5.6/perl
10902           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
10903           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
10904           !> vms/vmsish.h
10905 ____________________________________________________________________________
10906 [  7312] By: gsar                                  on 2000/10/16  06:41:18
10907         Log: integrate changes#6107,6110 from cfgperl
10908              
10909              Tweak the todo list.
10910              
10911              todo tweak
10912      Branch: maint-5.6/perl
10913           !> Todo-5.6
10914 ____________________________________________________________________________
10915 [  7311] By: gsar                                  on 2000/10/16  06:38:38
10916         Log: integrate changes#6104,6108 from mainline
10917              
10918              PL_sys_intern was being initialized too late on windows
10919              
10920              reenable fake signal handling on Windows, bugs and all
10921      Branch: maint-5.6/perl
10922           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
10923           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
10924           !> win32/win32.c
10925 ____________________________________________________________________________
10926 [  7310] By: gsar                                  on 2000/10/16  06:36:03
10927         Log: integrate changes#6095,6097..6103 from cfgperl
10928              
10929              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
10930              might be useful in future.
10931              
10932              Add a note about possible compilation problems from Allen Smith.
10933              
10934              Add a note about other, yet unsupported, shadow password APIs.
10935              
10936              Tweaks for the cc bugs from Allen Smith.
10937              
10938              More compilation tweakery from Allen Smith.
10939              
10940              Hints and test tweaks for Unicos.
10941              
10942              The test suite tweak in #6101 wasn't quite right.
10943              
10944              Test tweaking for Unicos continues.
10945      Branch: maint-5.6/perl
10946           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10947           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
10948           !> t/lib/complex.t t/op/64bitint.t
10949 ____________________________________________________________________________
10950 [  7309] By: gsar                                  on 2000/10/16  06:29:41
10951         Log: integrate changes#6093,6094 from mainline
10952              
10953              fork() failure to create pseudo process sets errno=EAGAIN and returns
10954              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
10955              
10956              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
10957      Branch: maint-5.6/perl
10958           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
10959           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
10960 ____________________________________________________________________________
10961 [  7308] By: gsar                                  on 2000/10/16  06:27:29
10962         Log: integrate change#6092 from cfgperl
10963              
10964              Regen perltoc with the fixed buildtoc.
10965      Branch: maint-5.6/perl
10966           !> pod/perltoc.pod
10967 ____________________________________________________________________________
10968 [  7307] By: gsar                                  on 2000/10/16  06:26:40
10969         Log: integrate changes#6089,6090 from mainline
10970              
10971              buildtoc tweak to fix newline lossage
10972              
10973              concat doesn't preserve utf8-ness, and doesn't invalidate
10974              [NI]OK; added tests for both
10975      Branch: maint-5.6/perl
10976           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
10977 ____________________________________________________________________________
10978 [  7306] By: gsar                                  on 2000/10/16  06:24:05
10979         Log: integrate change#6088 from cfgperl
10980              
10981              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
10982              because we do not use those.  The HAS_GETSPNAM remains,
10983              though, because we still do use that.
10984      Branch: maint-5.6/perl
10985           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10986           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
10987           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
10988           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
10989           !> win32/config.vc win32/config_H.bc win32/config_H.gc
10990           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
10991 ____________________________________________________________________________
10992 [  7305] By: gsar                                  on 2000/10/16  06:15:52
10993         Log: integrate changes#6084,6085,6087 from mainline
10994              
10995              substr() does not preserve utf8-ness (from Stefan Eissing
10996              <Eissing@medicaldataservice.de>); added tests
10997              
10998              repeat operator (x) doesn't preserve utf8-ness
10999              
11000              reverse() and quotemeta() weren't preserving utf8-ness; add tests
11001      Branch: maint-5.6/perl
11002           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
11003 ____________________________________________________________________________
11004 [  7304] By: gsar                                  on 2000/10/16  06:13:10
11005         Log: integrate changes#6077..6083 from mainline
11006              
11007              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
11008              and Tom Phoenix)
11009              
11010              workaround for CRT bug in chdir() (from Charles Lane, via
11011              Peter Prymmer)
11012              
11013              remove outdated kludge in Carp (NULLs are permitted in diagnostics
11014              now)
11015              
11016              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
11017              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
11018              
11019              better default perlbug categories for ok reports (from Richard Foley)
11020              
11021              peek.t non-portable to ithreads
11022              
11023              note about undocumented caller() return value (from M.J.T. Guy);
11024              yet another peek.t tweak
11025      Branch: maint-5.6/perl
11026           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
11027           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
11028           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
11029           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
11030           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
11031           !> vms/vmsish.h
11032 ____________________________________________________________________________
11033 [  7303] By: gsar                                  on 2000/10/16  06:03:18
11034         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
11035              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
11036              
11037              &HUGE_VAL is not defined, it exists.
11038              
11039              Do not warn that an infinity does not look like a number.
11040              
11041              Rewrite the pwent/spent logic to be a little bit more clearer.
11042              
11043              Continue on the pwent/spent case.
11044              
11045              Correct Freudian slip.
11046              
11047              Use HUGE_VALL if applicable.
11048              
11049              pwent/spent #ifdef imbalance.
11050              
11051              Infinite problems.
11052              
11053              Call getspnam() only iff needd.
11054              
11055              Test both the scalar and list contexts.
11056              
11057              Use setxxent()/endxxent().
11058              
11059              Complex tweakery.
11060              
11061              Unicos hint tweak.
11062              
11063              Be more forgiving in POSIX about HUGE_VALL.
11064              
11065              Detypo.
11066              
11067              The search of infinity continues, this time simplified.
11068              
11069              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
11070              in natively 64-bit platforms where a long is a quad (no need
11071              for long longs).  Also added bias for IVs.
11072              
11073              Complex tweaks.
11074              
11075              Introduce t/lib/peek.t.
11076              
11077              Make the test more portable.
11078      Branch: maint-5.6/perl
11079           +> t/lib/peek.t
11080            ! pp_sys.c
11081           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
11082           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
11083           !> t/op/pwent.t toke.c util.c
11084 ____________________________________________________________________________
11085 [  7302] By: gsar                                  on 2000/10/16  05:03:37
11086         Log: integrate changes#6066..6071 from mainline
11087              
11088              s/END/CHECK/
11089              
11090              replace direct call to sighandler() with (*PL_sighandlerp)()
11091              
11092              note about values()
11093              
11094              File::Spec compatibility update (from Barrie Slaymaker
11095              <barries@slaysys.com>)
11096              
11097              remove misleading comment (from M.J.T. Guy)
11098              
11099              misformatted perllocal.pod (from Tim Jenness
11100              <t.jenness@jach.hawaii.edu>)
11101      Branch: maint-5.6/perl
11102           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
11103           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
11104           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
11105           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
11106 ____________________________________________________________________________
11107 [  7301] By: gsar                                  on 2000/10/16  05:00:08
11108         Log: integrate changes#6061..6063 from mainline
11109              
11110              change#5921 neglected to make eq honor "use bytes"
11111              
11112              additional tests for utf8.t
11113              
11114              tokeq() could read unallocated field in argument
11115      Branch: maint-5.6/perl
11116           !> sv.c t/pragma/utf8.t toke.c
11117 ____________________________________________________________________________
11118 [  7300] By: gsar                                  on 2000/10/16  04:56:54
11119         Log: integrate changes#6046,6048,6057,6058 from mainline
11120              
11121              libscheck has insufficient checks for n32 libs (from
11122              Albert Chin-A-Young <china@thewrittenword.com>)
11123              
11124              add note about how $( doesn't interpolate in REs (from
11125              Philip Newton <newton@ficus.frogspace.net>)
11126              
11127              fix broken parsing of /\x{ab}/
11128              
11129              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
11130              (spotted by Donald Kinzer <dkinzer@premia.com>)
11131      Branch: maint-5.6/perl
11132           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
11133           !> t/pragma/utf8.t
11134 ____________________________________________________________________________
11135 [  7299] By: gsar                                  on 2000/10/16  04:52:50
11136         Log: integrate change#6044 from mainline
11137              
11138              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
11139              such that underscores are only ignored in literal numbers,
11140              "\x{...}", and hex/oct argument
11141      Branch: maint-5.6/perl
11142           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
11143 ____________________________________________________________________________
11144 [  7298] By: gsar                                  on 2000/10/16  04:50:53
11145         Log: integrate changes#6027..6043 from mainline
11146              
11147              podlators-1.02 update (from Russ Allbery)
11148              
11149              Pod::Man generates groff-incompatible macro definition (from
11150              Tom Christiansen)
11151              
11152              add CGI.pm v2.66 (from Lincoln Stein)
11153              
11154              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
11155              for @- and @+ (from Johan Vromans)
11156              
11157              small nits in diagnostics.pm (from Robin Barker)
11158              
11159              whitespace adjustments
11160              
11161              missing files in MANIFEST
11162              
11163              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
11164              to compensate
11165              
11166              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
11167              
11168              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
11169      Branch: maint-5.6/perl
11170           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
11171           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
11172           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
11173           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
11174           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
11175           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
11176           !> t/lib/cgi-html.t t/lib/cgi-request.t
11177 ____________________________________________________________________________
11178 [  7297] By: gsar                                  on 2000/10/16  04:44:30
11179         Log: integrate change#6025 from mainline
11180              
11181              Is{Alnum,Alpha,Word} don't match titlecase
11182              TODO: IsSpace is defined recursively!
11183              (both spotted by Larry)
11184      Branch: maint-5.6/perl
11185           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
11186           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
11187 ____________________________________________________________________________
11188 [  7296] By: gsar                                  on 2000/10/16  04:39:30
11189         Log: integrate change#6023 from mainline
11190              
11191              debugger stomps on $. (from M.J.T. Guy)
11192      Branch: maint-5.6/perl
11193           !> lib/perl5db.pl
11194 ____________________________________________________________________________
11195 [  7295] By: gsar                                  on 2000/10/16  04:38:02
11196         Log: integrate change#6022 from mainline
11197              
11198              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
11199      Branch: maint-5.6/perl
11200           !> sv.c
11201 ____________________________________________________________________________
11202 [  7294] By: gsar                                  on 2000/10/16  04:37:05
11203         Log: integrate changes#6018..6021 from mainline
11204              
11205              make lib/syslog.t portable to systems that don't have _PATH_LOG,
11206              make _PATH_LOG() return "" if unavailable
11207              
11208              windows portability tweaks
11209              
11210              test tweak
11211              
11212              remove Win2K issue in pod (fixed by change#6020)
11213      Branch: maint-5.6/perl
11214           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
11215           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
11216           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
11217 ____________________________________________________________________________
11218 [  7293] By: gsar                                  on 2000/10/16  04:20:00
11219         Log: integrate changes#6013..6015 from mainline
11220              
11221              tweak change#5945 to display correct switch name in diagnostic
11222              
11223              glob() loading File::Glob behind the scenes may cause syntax errors
11224              
11225              tweak test for portability
11226      Branch: maint-5.6/perl
11227           !> op.c perl.c pod/perldiag.pod t/lib/b.t
11228 ____________________________________________________________________________
11229 [  7292] By: gsar                                  on 2000/10/16  04:18:11
11230         Log: integrate changes#6005..6010 from mainline, cfgperl
11231              
11232              perldoc might fail via "use blib" (from Hugo van der Sanden)
11233              
11234              Regen Configure.
11235              
11236              note about compile failures and END blocks (from M.J.T. Guy)
11237              
11238              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
11239              
11240              (change#6009 integrated earlier in change#7255)
11241              
11242              clarify note about shadow password support (from
11243              gellyfish@gellyfish.com)
11244      Branch: maint-5.6/perl
11245           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
11246           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
11247           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
11248 ____________________________________________________________________________
11249 [  7291] By: gsar                                  on 2000/10/16  04:12:03
11250         Log: integrate changes#6002,6003 from mainline
11251              
11252              destructive sv_setsv() can lose UV-ness from source, causing
11253              numeric promotions/comparisons to fail to do the right thing
11254              
11255              allow REG_EXPAND_SZ keys in Windows registry (from
11256              John Clayton <John.Clayton@barclayscapital.com>)
11257      Branch: maint-5.6/perl
11258           !> sv.c win32/win32.c
11259 ____________________________________________________________________________
11260 [  7290] By: gsar                                  on 2000/10/16  04:10:19
11261         Log: integrate change#6001 from mainline
11262              
11263              support additional library locations via $Config{otherlibdirs}
11264              (from Andy Dougherty)
11265      Branch: maint-5.6/perl
11266           !> Configure INSTALL Porting/Glossary Porting/config.sh
11267           !> Porting/config_H config_h.SH epoc/config.sh perl.c
11268           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
11269           !> win32/config.bc win32/config.gc win32/config.vc
11270 ____________________________________________________________________________
11271 [  7289] By: gsar                                  on 2000/10/16  04:08:28
11272         Log: integrate change#5999 from mainline
11273              
11274              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
11275      Branch: maint-5.6/perl
11276           !> t/pragma/warn/toke toke.c
11277 ____________________________________________________________________________
11278 [  7288] By: gsar                                  on 2000/10/16  04:07:01
11279         Log: integrate changes#5997,5998 from cfgperl
11280              
11281              Preserve $!.
11282              
11283              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
11284      Branch: maint-5.6/perl
11285           !> lib/Math/Complex.pm
11286 ____________________________________________________________________________
11287 [  7287] By: gsar                                  on 2000/10/16  04:04:37
11288         Log: integrate change#5995 from mainline
11289              
11290              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
11291      Branch: maint-5.6/perl
11292           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
11293 ____________________________________________________________________________
11294 [  7286] By: gsar                                  on 2000/10/16  04:03:21
11295         Log: integrate change#5994 from mainline
11296              
11297              fix for missed accounting for null byte in pack("Z",...) (from
11298              M.J.T. Guy)
11299      Branch: maint-5.6/perl
11300           !> pp.c t/op/pack.t
11301 ____________________________________________________________________________
11302 [  7285] By: gsar                                  on 2000/10/16  04:02:11
11303         Log: integrate changes#5989..5993 from mainline
11304              
11305              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
11306              itself and no other (from Tom Hughes)
11307              
11308              use $ENV{LIB} to search for libs under Visual C compiler
11309              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
11310              
11311              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
11312              
11313              pod nit (from Simon Cozens)
11314              
11315              various minor tweaks seen on p5p
11316      Branch: maint-5.6/perl
11317           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
11318           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
11319           !> t/op/array.t toke.c
11320 ____________________________________________________________________________
11321 [  7284] By: gsar                                  on 2000/10/16  03:59:00
11322         Log: integrate changes#5978..5988 from mainline
11323              
11324              sync version numbers in File::Spec with the ones on CPAN
11325              (from Barrie Slaymaker)
11326              
11327              under useithreads, constant pad entries could inadvertantly be
11328              shared across threads (from Eric Blood <eblood@xmission.com>);
11329              added Eric's test case to testsuite
11330              
11331              allow Configure -S to run non-interactively (spotted by Greg Hudson
11332              <ghudson@mit.edu>)
11333              
11334              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
11335              prototype mismatch with CORE::glob(); update pod and tests to
11336              suit (File::Glob::glob() is still available for backward
11337              compatibility, but should be considered deprecated)
11338              
11339              avoid error in IO::Socket::INET when given an unknown service name
11340              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
11341              
11342              numeric conversion of non-number in change#3378 tramples on
11343              OOK offset, causing segfaults
11344              
11345              attributes::reftype() doesn't work on tied argument
11346              
11347              forked child may not exit correctly if it failed to open
11348              /dev/console (from Graham Barr)
11349              
11350              add regular expressions tutorial and quick-start guide (from
11351              Mark Kvale <kvale@phy.ucsf.edu>)
11352              
11353              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
11354              
11355              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
11356              <paul@miraclefish.com>)
11357      Branch: maint-5.6/perl
11358           +> pod/perlrequick.pod pod/perlretut.pod
11359           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
11360           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
11361           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
11362           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
11363           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
11364           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
11365           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
11366           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
11367 ____________________________________________________________________________
11368 [  7283] By: gsar                                  on 2000/10/16  03:52:14
11369         Log: integrate change#5977 from mainline
11370              
11371              autoquote barewords followed by newline and arrow properly
11372              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
11373      Branch: maint-5.6/perl
11374           !> t/pragma/warn/toke toke.c
11375 ____________________________________________________________________________
11376 [  7282] By: gsar                                  on 2000/10/16  03:50:48
11377         Log: integrate change#5976 from mainline
11378              
11379              DB_File v1.73 update (from Paul Marquess)
11380      Branch: maint-5.6/perl
11381           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
11382           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
11383 ____________________________________________________________________________
11384 [  7281] By: gsar                                  on 2000/10/16  03:49:14
11385         Log: integrate change#5975 from mainline
11386              
11387              allow sort() reentrancy (variant of patch suggested by
11388              Hugo van der Sanden)
11389      Branch: maint-5.6/perl
11390           !> pp_ctl.c t/op/sort.t
11391 ____________________________________________________________________________
11392 [  7280] By: gsar                                  on 2000/10/16  03:48:22
11393         Log: integrate change#5974 from mainline
11394              
11395              change#4197 somehow missed initializing PL_errors, meaning
11396              syntax error queueing wasn't working outside eval"" at all;
11397              also fixed eval"" to localize PL_error_count, so that compile-time
11398              eval's don't clobber the error state of the outer context
11399      Branch: maint-5.6/perl
11400           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
11401           !> t/pragma/warn/toke
11402 ____________________________________________________________________________
11403 [  7279] By: gsar                                  on 2000/10/16  03:46:21
11404         Log: integrate change#5973 from mainline
11405              
11406              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
11407      Branch: maint-5.6/perl
11408           !> regcomp.c regexec.c t/op/re_tests
11409 ____________________________________________________________________________
11410 [  7278] By: gsar                                  on 2000/10/16  03:44:54
11411         Log: integrate change#5971 from cfgperl
11412              
11413              Unicos tweaks from Mark P. Lutz.
11414      Branch: maint-5.6/perl
11415           !> hints/unicos.sh lib/Math/Complex.pm
11416 ____________________________________________________________________________
11417 [  7277] By: gsar                                  on 2000/10/16  03:42:59
11418         Log: integrate changes#5966..5970 from mainline
11419              
11420              add testsuite for B backends, fix bug in B::Deparse (from
11421              Simon Cozens <simon@brecon.co.uk>)
11422              
11423              improved docs on the warn_uninit diagnostic (from David Glasser
11424              and Simon Cozens)
11425              
11426              tolerate spaces in group names in test on solaris (from David Boyce
11427              <dsb@boyski.com>)
11428              
11429              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
11430              
11431              Data::Dumper fumbles negative numbers on 32-bit platforms where
11432              IV is >32bits
11433      Branch: maint-5.6/perl
11434           +> t/lib/b.t t/lib/syslog.t
11435           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
11436           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
11437           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
11438 ____________________________________________________________________________
11439 [  7276] By: gsar                                  on 2000/10/16  03:39:30
11440         Log: integrate change#5965 from mainline
11441              
11442              avoid "will not stay shared" warnings for our variables (from
11443              Robin Barker)
11444      Branch: maint-5.6/perl
11445           !> op.c t/pragma/warn/op
11446 ____________________________________________________________________________
11447 [  7275] By: gsar                                  on 2000/10/16  03:38:18
11448         Log: integrate change#5964 from mainline
11449              
11450              reformat to 72 columns (again)
11451      Branch: maint-5.6/perl
11452           !> pod/perldiag.pod
11453 ____________________________________________________________________________
11454 [  7274] By: gsar                                  on 2000/10/16  03:36:58
11455         Log: integrate change#5963 from mainline
11456              
11457              patch from Larry to make (\&) prototype work; added tests for
11458              the same
11459      Branch: maint-5.6/perl
11460           !> op.c t/comp/proto.t
11461 ____________________________________________________________________________
11462 [  7273] By: gsar                                  on 2000/10/16  03:35:51
11463         Log: integrate changes#5956..5962 from mainline
11464              
11465              better diagnostics on failed tests (from Ilya Zakharevich)
11466              
11467              pod nits (from A. C. Yardley <yardley@tanet.net>)
11468              
11469              change#3569 deleted some essential code, revert; avoid use of
11470              atexit() to make DynaLoader work properly on AIX under mod_perl
11471              (from Jens-Uwe Mager <jum@helios.de>)
11472              
11473              doubled words in pods (from Simon Cozens
11474              <simon.p.cozens@jp.pwcglobal.com>)
11475              
11476              better INSTALL notes on Solaris issues (from Dominic Dunlop)
11477              
11478              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
11479              
11480              updated README.hpux (from Jeff Okamoto)
11481      Branch: maint-5.6/perl
11482           !> INSTALL README.hpux emacs/cperl-mode.el
11483           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
11484           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
11485           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
11486           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
11487           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
11488           !> t/op/lex_assign.t
11489 ____________________________________________________________________________
11490 [  7272] By: gsar                                  on 2000/10/16  03:31:22
11491         Log: integrate change#5955 from mainline
11492              
11493              longstanding bug exposed by change#3307: sort arguments weren't
11494              compiled with the right wantarray context (ensuing runtime lookup
11495              via block_gimme() was getting the incidental context of the
11496              sort() itself)
11497      Branch: maint-5.6/perl
11498           !> op.c t/op/sort.t
11499 ____________________________________________________________________________
11500 [  7271] By: gsar                                  on 2000/10/16  03:29:11
11501         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
11502              branch
11503              
11504              Flatten the cpp jungle doing the nosuid checking.
11505              
11506              Do not assume sign propagation. (from M.J.T. Guy)
11507              
11508              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
11509              
11510              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
11511              Now pp_ncmp() returns undef is either operand is a NaN.
11512              
11513              On second thoughts frexp() does have two arguments.
11514              
11515              Document that tr() is not tr(1).
11516              
11517              Be more robust on "extreme" (large absolute value)
11518              arguments.  Originally reported by Daniel Connelly
11519              as a problem with asinh() on large negative arguments,
11520              asinh() used to bail out because an argument to log()
11521              ended up being zero.  Ilya Zakharevich proposed using
11522              Taylor's series in such cases, which for such large
11523              arguments is a very good approximation.
11524              
11525              Undo "use integer" addition from 64bitint as it seems
11526              to break most of the subtests in Digital UNIX;
11527              Unicos needs to find another way.
11528      Branch: maint-5.6/perl
11529           !> (integrate 29 files)
11530 ____________________________________________________________________________
11531 [  7270] By: gsar                                  on 2000/10/16  03:09:44
11532         Log: integrate changes#5948,5949,5950 from mainline
11533              
11534              typo in vars.pm that leads to cryptic message (from Piotr
11535              Piatkowski <kompas@kompas.usr.onet.pl>)
11536              
11537              make perldoc use the pod2man from the same version (from
11538              M.J.T. Guy)
11539              
11540              reformat perldiag to avoid long lines
11541      Branch: maint-5.6/perl
11542           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
11543 ____________________________________________________________________________
11544 [  7269] By: gsar                                  on 2000/10/16  03:05:54
11545         Log: integrate change#5947 from mainline
11546              
11547              use &dl_error rather than &dl_load_file as the guard for calling
11548              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
11549              statically built perl)
11550      Branch: maint-5.6/perl
11551           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
11552 ____________________________________________________________________________
11553 [  7268] By: gsar                                  on 2000/10/16  03:04:48
11554         Log: integrate change#5945 from mainline
11555              
11556              make module name mandatory after -M switch; reorder perldiag
11557              alphabetically (from Mark-Jason Dominus)
11558      Branch: maint-5.6/perl
11559           !> perl.c pod/perldiag.pod
11560 ____________________________________________________________________________
11561 [  7267] By: gsar                                  on 2000/10/16  03:03:01
11562         Log: integrate change#5939 from mainline
11563              
11564              more pod nits (from Larry Virden)
11565      Branch: maint-5.6/perl
11566           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
11567           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
11568           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
11569 ____________________________________________________________________________
11570 [  7266] By: gsar                                  on 2000/10/16  03:01:39
11571         Log: integrate change#5938 from mainline
11572              
11573              Consolidated B::Deparse fixes (from Stephen McCamant)
11574      Branch: maint-5.6/perl
11575           !> ext/B/B/Deparse.pm
11576 ____________________________________________________________________________
11577 [  7265] By: gsar                                  on 2000/10/16  03:00:43
11578         Log: integrate change#5936 from mainline
11579              
11580              additional tests for change#7263 (from Paul Marquess)
11581      Branch: maint-5.6/perl
11582           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
11583           !> t/pragma/warn/5nolint t/pragma/warn/6default
11584 ____________________________________________________________________________
11585 [  7264] By: gsar                                  on 2000/10/16  02:58:34
11586         Log: integrate change#5934 from mainline
11587              
11588              propagate lexical warnings from surrounding scope correctly
11589              within string eval() (from Paul Marquess)
11590      Branch: maint-5.6/perl
11591           !> pp_ctl.c t/pragma/warn/pp_ctl
11592 ____________________________________________________________________________
11593 [  7263] By: gsar                                  on 2000/10/16  02:56:53
11594         Log: integrate change#5932 from mainline
11595              
11596              add rsignal(), whichsig() and do_join() to public API list
11597              (mod_perl uses them to good advantage)
11598      Branch: maint-5.6/perl
11599           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
11600 ____________________________________________________________________________
11601 [  7262] By: gsar                                  on 2000/10/16  02:55:53
11602         Log: integrate change#5931 from mainline
11603              
11604              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
11605      Branch: maint-5.6/perl
11606           !> pp_hot.c regexec.c t/op/pat.t
11607 ____________________________________________________________________________
11608 [  7261] By: gsar                                  on 2000/10/16  02:55:01
11609         Log: integrate change#5930 from mainline
11610              
11611              small os390 tweaks (from Peter Prymmer)
11612      Branch: maint-5.6/perl
11613           !> config_h.SH makedepend.SH
11614 ____________________________________________________________________________
11615 [  7260] By: gsar                                  on 2000/10/16  02:54:10
11616         Log: integrate change#5929 from mainline
11617              
11618              pod nits
11619      Branch: maint-5.6/perl
11620           !> pod/perlguts.pod
11621 ____________________________________________________________________________
11622 [  7259] By: gsar                                  on 2000/10/16  02:52:55
11623         Log: integrate change#5927 from mainline
11624              
11625              arrange for next() to resume at the unstack op rather than the
11626              loop conditional, so that scope cleanup happens correctly
11627              (from Stephen McCamant)
11628      Branch: maint-5.6/perl
11629           !> op.c pp_ctl.c t/op/misc.t
11630 ____________________________________________________________________________
11631 [  7258] By: gsar                                  on 2000/10/16  02:51:38
11632         Log: integrate change#5926 from mainline
11633              
11634              on windows, reserve 16M of stack rather than 128M (allows more
11635              threads to run concurrently)
11636      Branch: maint-5.6/perl
11637           !> win32/Makefile win32/makefile.mk
11638 ____________________________________________________________________________
11639 [  7257] By: gsar                                  on 2000/10/16  02:50:37
11640         Log: integrate change#5925 from mainline
11641              
11642              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
11643      Branch: maint-5.6/perl
11644           !> toke.c
11645 ____________________________________________________________________________
11646 [  7256] By: gsar                                  on 2000/10/16  02:49:36
11647         Log: integrate change#5924 from mainline
11648              
11649              avoid using uninitialized memory in require version check
11650      Branch: maint-5.6/perl
11651           !> pp_ctl.c universal.c
11652 ____________________________________________________________________________
11653 [  7255] By: gsar                                  on 2000/10/16  02:48:03
11654         Log: integrate changes#5923,5928,6009 from mainline
11655              
11656              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
11657      Branch: maint-5.6/perl
11658           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
11659 ____________________________________________________________________________
11660 [  7254] By: gsar                                  on 2000/10/16  02:44:46
11661         Log: integrate change#5922 from mainline
11662              
11663              commentary about IoTYPE() (from Nathan Torkington)
11664      Branch: maint-5.6/perl
11665           !> sv.h
11666 ____________________________________________________________________________
11667 [  7253] By: gsar                                  on 2000/10/16  02:43:49
11668         Log: integrate change#5921 from mainline
11669              
11670              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
11671      Branch: maint-5.6/perl
11672           !> sv.c t/lib/charnames.t t/pragma/utf8.t
11673 ____________________________________________________________________________
11674 [  7252] By: gsar                                  on 2000/10/16  02:42:31
11675         Log: integrate change#5920 from mainline
11676              
11677              Larry's fix for buggy propagation of utf8-ness in join(); add test
11678      Branch: maint-5.6/perl
11679           !> doop.c t/op/ver.t
11680 ____________________________________________________________________________
11681 [  7251] By: gsar                                  on 2000/10/16  02:41:14
11682         Log: integrate changes#5915..5919 from mainline
11683              
11684              various (pod tweaks &c)
11685      Branch: maint-5.6/perl
11686           !> (integrate 33 files)
11687 ____________________________________________________________________________
11688 [  7250] By: gsar                                  on 2000/10/16  02:38:16
11689         Log: integrate change#5914 from mainline
11690              
11691              caller() wasn't returning the right number of elements for
11692              eval {...}
11693      Branch: maint-5.6/perl
11694           !> pp_ctl.c t/pragma/warn/9enabled
11695 ____________________________________________________________________________
11696 [  7249] By: gsar                                  on 2000/10/16  02:37:02
11697         Log: integrate change#5913 from mainline
11698              
11699              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
11700              (from Mark-Jason Dominus)
11701      Branch: maint-5.6/perl
11702           !> pod/perlfunc.pod
11703 ____________________________________________________________________________
11704 [  7248] By: gsar                                  on 2000/10/16  02:35:58
11705         Log: integrate change#5912 from mainline
11706              
11707              fix totally broken caching in UNIVERSAL::isa() (from
11708              Nick Ing-Simmons)
11709      Branch: maint-5.6/perl
11710           !> t/op/universal.t universal.c
11711 ____________________________________________________________________________
11712 [  7247] By: gsar                                  on 2000/10/16  02:34:27
11713         Log: integrate changes#5910,5911 from mainline
11714              
11715              typo in pod
11716              
11717              add linebreak properties from unicode/LineBrk.txt (from
11718              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
11719      Branch: maint-5.6/perl
11720           +> (branch 29 files)
11721           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
11722 ____________________________________________________________________________
11723 [  7246] By: gsar                                  on 2000/10/16  02:33:29
11724         Log: integrate change#5909 from mainline
11725              
11726              mode argument to do_binmode() should be file mode, not boolean
11727      Branch: maint-5.6/perl
11728           !> pp_sys.c
11729 ____________________________________________________________________________
11730 [  7245] By: gsar                                  on 2000/10/16  02:31:04
11731         Log: integrate change#5908 from mainline
11732              
11733              introduce illegal symbols into null package so that
11734              gv_fetchpv(...,TRUE) always returns a valid GV even when the
11735              symbol is trapped by strictures (avoids coredumps)
11736      Branch: maint-5.6/perl
11737           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
11738           !> t/pragma/strict-vars
11739 ____________________________________________________________________________
11740 [  7244] By: jhi                                   on 2000/10/16  02:29:54
11741         Log: Subject: $Carp::ExportLevel confusion in Exporter
11742              From: "Ben Tilly" <ben_tilly@hotmail.com>
11743              Date: Sat, 14 Oct 2000 16:44:34 EDT
11744              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
11745      Branch: perl
11746            ! lib/Exporter/Heavy.pm
11747 ____________________________________________________________________________
11748 [  7243] By: jhi                                   on 2000/10/16  02:28:33
11749         Log: Subject: [PATCH perlguts.pod] Document offset hack
11750              From: Simon Cozens <simon@cozens.net>
11751              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
11752              Date: Sat, 14 Oct 2000 19:32:25 +0100
11753      Branch: perl
11754            ! pod/perlguts.pod
11755 ____________________________________________________________________________
11756 [  7242] By: gsar                                  on 2000/10/16  02:26:51
11757         Log: integrate changes#5905,5906,5907,6064 from mainline
11758              
11759              printf/sprintf didn't get quad types right under use64bitint
11760      Branch: maint-5.6/perl
11761           !> pp_sys.c sv.c t/op/64bitint.t
11762 ____________________________________________________________________________
11763 [  7241] By: jhi                                   on 2000/10/16  02:22:44
11764         Log: Subject: small pod patch
11765              From: Dan Boorstein <dan_boo@bellsouth.net>
11766              Date: Sat, 14 Oct 2000 14:29:24 -0400
11767              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
11768      Branch: perl
11769            ! pod/perlfaq7.pod pod/perlmod.pod
11770 ____________________________________________________________________________
11771 [  7240] By: jhi                                   on 2000/10/16  02:13:46
11772         Log: -w cleanup.
11773              
11774              Subject: Re: Problems with bleadperl 
11775              From: "Stephen P. Potter" <spp@ds.net>
11776              Date: Fri, 13 Oct 2000 13:32:49 -0400
11777              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
11778      Branch: perl
11779            ! t/pragma/overload.t
11780 ____________________________________________________________________________
11781 [  7239] By: jhi                                   on 2000/10/16  01:41:18
11782         Log: One more ~utf8 tweak.
11783      Branch: perl
11784            ! t/op/bop.t
11785 ____________________________________________________________________________
11786 [  7238] By: jhi                                   on 2000/10/16  01:34:14
11787         Log: Tweak the test of #7235.
11788      Branch: perl
11789            ! t/op/bop.t
11790 ____________________________________________________________________________
11791 [  7237] By: jhi                                   on 2000/10/16  01:25:04
11792         Log: Fix a couple of compiler-noted nits in #7235.
11793      Branch: perl
11794            ! pp.c
11795 ____________________________________________________________________________
11796 [  7236] By: jhi                                   on 2000/10/16  01:22:46
11797         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
11798      Branch: perl
11799            ! pp.c pp_hot.c
11800 ____________________________________________________________________________
11801 [  7235] By: jhi                                   on 2000/10/15  16:24:44
11802         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
11803              
11804              From: Simon Cozens <simon@cozens.net>
11805              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
11806              Date: Sat, 14 Oct 2000 20:52:13 +0100
11807              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
11808      Branch: perl
11809            ! pp.c t/op/bop.t utf8.h
11810 ____________________________________________________________________________
11811 [  7234] By: jhi                                   on 2000/10/15  15:19:29
11812         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
11813              The problem was that rx->minlen was in chars while pp_split()
11814              thought it would be in bytes. 
11815      Branch: perl
11816            ! pp.c t/pragma/utf8.t
11817 ____________________________________________________________________________
11818 [  7233] By: jhi                                   on 2000/10/14  20:24:24
11819         Log: Document FNCASE=y as discussed in the bug 20000902.009.
11820      Branch: perl
11821            ! README.dos
11822 ____________________________________________________________________________
11823 [  7232] By: jhi                                   on 2000/10/14  18:52:21
11824         Log: Add test for bug id 20000427.003 (which seems to have
11825              been fixed) (also duplicate as 20000427.004, though
11826              with a higher severity).  Move one utf8 from op/append
11827              to pragma/utf8, tag the tests with bug ids.
11828      Branch: perl
11829            ! t/op/append.t t/pragma/utf8.t
11830 ____________________________________________________________________________
11831 [  7231] By: jhi                                   on 2000/10/14  17:28:37
11832         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
11833      Branch: perl
11834            ! t/pragma/utf8.t
11835 ____________________________________________________________________________
11836 [  7230] By: jhi                                   on 2000/10/14  14:24:50
11837         Log: Needs to be conditional on SunOS 4.
11838              
11839              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
11840              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
11841              Date: Sat, 14 Oct 2000 13:37:49 +0100
11842              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
11843      Branch: metaconfig/U/perl
11844            ! End.U
11845      Branch: perl
11846            ! Configure myconfig.SH pod/perldelta.pod
11847 ____________________________________________________________________________
11848 [  7229] By: jhi                                   on 2000/10/14  00:49:22
11849         Log: Update Changes.
11850      Branch: perl
11851            ! Changes patchlevel.h
11852 ____________________________________________________________________________
11853 [  7228] By: jhi                                   on 2000/10/14  00:46:10
11854         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
11855              From: Peter Prymmer <pvhp@forte.com>
11856              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
11857              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
11858      Branch: perl
11859            ! lib/utf8.pm
11860 ____________________________________________________________________________
11861 [  7227] By: jhi                                   on 2000/10/13  23:20:30
11862         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
11863      Branch: perl
11864            ! t/op/tie.t
11865 ____________________________________________________________________________
11866 [  7226] By: jhi                                   on 2000/10/13  22:14:32
11867         Log: Tweak #7225.
11868              
11869              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
11870              From: Peter Prymmer <pvhp@forte.com>
11871              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
11872              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
11873      Branch: perl
11874            ! t/op/sprintf.t
11875 ____________________________________________________________________________
11876 [  7225] By: jhi                                   on 2000/10/13  22:11:31
11877         Log: op/sprintf.t patch for OS/390 (and any other host with limited
11878              floating-point exponent length)
11879              
11880              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
11881              From: Dominic Dunlop <domo@computer.org>
11882              Date: Fri, 13 Oct 2000 19:17:57 +0200
11883              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
11884      Branch: perl
11885            ! t/op/sprintf.t
11886 ____________________________________________________________________________
11887 [  7224] By: jhi                                   on 2000/10/13  18:40:48
11888         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
11889      Branch: perl
11890            ! toke.c
11891 ____________________________________________________________________________
11892 [  7223] By: jhi                                   on 2000/10/13  18:37:13
11893         Log: Thinko in #7222.
11894      Branch: perl
11895            ! utf8.c
11896 ____________________________________________________________________________
11897 [  7222] By: jhi                                   on 2000/10/13  18:05:23
11898         Log: Use UTF8SKIP(), from Simon Cozens.
11899      Branch: perl
11900            ! utf8.c
11901 ____________________________________________________________________________
11902 [  7221] By: jhi                                   on 2000/10/13  15:43:19
11903         Log: (accidentally empty check-in)
11904      Branch: perl
11905            ! utf8.c
11906 ____________________________________________________________________________
11907 [  7220] By: jhi                                   on 2000/10/13  15:23:51
11908         Log: Add (optimistically) Storable to static extensions.
11909      Branch: perl
11910            ! hints/uwin.sh hints/vmesa.sh
11911 ____________________________________________________________________________
11912 [  7219] By: jhi                                   on 2000/10/13  15:20:05
11913         Log: Amdahl UTS doesn't seem to do dynaloading.
11914      Branch: perl
11915            ! hints/uts.sh
11916 ____________________________________________________________________________
11917 [  7218] By: jhi                                   on 2000/10/13  15:15:20
11918         Log: Slight tweak of the code to appease Amdahl UTS cc.
11919      Branch: perl
11920            ! pp.c
11921 ____________________________________________________________________________
11922 [  7217] By: jhi                                   on 2000/10/13  14:50:42
11923         Log: In Amdahl UTS "struct sv" is defined by a system header,
11924              <ksync.h>.
11925      Branch: perl
11926            ! perl.h sv.h
11927 ____________________________________________________________________________
11928 [  7216] By: jhi                                   on 2000/10/13  11:58:25
11929         Log: Ilya implemented the memory profiling API.
11930      Branch: perl
11931            ! Todo
11932 ____________________________________________________________________________
11933 [  7215] By: jhi                                   on 2000/10/13  02:56:38
11934         Log: Subject: [PATCH 5.7.0] Perl API for mstats
11935              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11936              Date: Thu, 12 Oct 2000 22:52:40 -0400
11937              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
11938      Branch: perl
11939            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
11940 ____________________________________________________________________________
11941 [  7214] By: jhi                                   on 2000/10/13  02:55:38
11942         Log: Subject: [PATCH 5.7.0] IVs in mtats
11943              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11944              Date: Thu, 12 Oct 2000 22:51:04 -0400
11945              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
11946      Branch: perl
11947            ! malloc.c perl.h
11948 ____________________________________________________________________________
11949 [  7213] By: jhi                                   on 2000/10/13  02:31:47
11950         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
11951      Branch: perl
11952            ! pod/perldiag.pod pp_sys.c
11953 ____________________________________________________________________________
11954 [  7212] By: jhi                                   on 2000/10/13  01:27:38
11955         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
11956              From: Peter Prymmer <pvhp@forte.com>
11957              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
11958              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
11959      Branch: perl
11960            ! t/op/oct.t
11961 ____________________________________________________________________________
11962 [  7211] By: jhi                                   on 2000/10/13  00:35:09
11963         Log: Update Changes.
11964      Branch: perl
11965            ! Changes patchlevel.h
11966 ____________________________________________________________________________
11967 [  7210] By: jhi                                   on 2000/10/12  23:59:40
11968         Log: The Install.pm third of
11969              
11970              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
11971              From: Bill Campbell <bill@celestial.com>
11972              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
11973              Date: Thu, 5 Oct 2000 18:04:51 -0700
11974      Branch: perl
11975            ! lib/ExtUtils/Install.pm
11976 ____________________________________________________________________________
11977 [  7209] By: jhi                                   on 2000/10/12  23:58:43
11978         Log: Two thirds of
11979              
11980              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
11981              Date: Thu, 5 Oct 2000 18:04:51 -0700
11982              From: Bill Campbell <bill@celestial.com>
11983              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
11984              
11985              The Install.pm changes will be submitted separately because
11986              they need some work and discussion still.
11987      Branch: perl
11988            ! lib/getopts.pl lib/termcap.pl
11989 ____________________________________________________________________________
11990 [  7208] By: jhi                                   on 2000/10/12  23:41:19
11991         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
11992              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11993              Date:     Thu, 12 Oct 2000 07:30:02 EDT
11994              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
11995      Branch: perl
11996            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
11997            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
11998 ____________________________________________________________________________
11999 [  7207] By: jhi                                   on 2000/10/12  23:39:01
12000         Log: An updated EBCDIC tr patch.
12001              
12002              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
12003              From: Peter Prymmer <pvhp@forte.com>
12004              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
12005              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
12006      Branch: perl
12007            ! t/op/tr.t
12008 ____________________________________________________________________________
12009 [  7206] By: jhi                                   on 2000/10/12  23:34:55
12010         Log: Upgrade to CPAN 1.58, from Andreas König.
12011      Branch: perl
12012            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
12013 ____________________________________________________________________________
12014 [  7205] By: jhi                                   on 2000/10/12  23:29:08
12015         Log: Introduce the man[24-8] variables, from Andy Dougherty.
12016      Branch: metaconfig/U/perl
12017            + mandirs.U mandirstyle.U
12018      Branch: perl
12019            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12020            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
12021            ! vos/config.h vos/config.pl vos/config_h.SH_orig
12022            ! win32/config.bc win32/config.gc win32/config.vc
12023 ____________________________________________________________________________
12024 [  7204] By: gsar                                  on 2000/10/12  18:11:24
12025         Log: restore change#7202
12026      Branch: perl
12027            ! mg.c
12028 ____________________________________________________________________________
12029 [  7203] By: gsar                                  on 2000/10/12  18:09:40
12030         Log: another test of the Emergency Broadcast System--back out 
12031              change#7202
12032      Branch: perl
12033            ! mg.c
12034 ____________________________________________________________________________
12035 [  7202] By: gsar                                  on 2000/10/12  16:40:47
12036         Log: (submitted on behalf of Jarkko)
12037              Fix the lib/encode.t subtest 6 failure as reported by Andreas
12038              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
12039              was unearthed by change 7182, as was a bug in HTML::Entities.
12040      Branch: perl
12041            ! mg.c
12042 ____________________________________________________________________________
12043 [  7201] By: jhi                                   on 2000/10/11  03:16:05
12044         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
12045      Branch: perl
12046            ! pp_hot.c t/pragma/utf8.t
12047 ____________________________________________________________________________
12048 [  7200] By: jhi                                   on 2000/10/11  00:40:30
12049         Log: The #7198 was a false alarm.
12050      Branch: perl
12051            ! pp_hot.c
12052 ____________________________________________________________________________
12053 [  7199] By: jhi                                   on 2000/10/11  00:26:04
12054         Log: Remove duplicated code.
12055      Branch: perl
12056            ! t/lib/cgi-html.t
12057 ____________________________________________________________________________
12058 [  7198] By: jhi                                   on 2000/10/10  23:30:46
12059         Log: (Retracted by #7200.)
12060      Branch: perl
12061            ! pp_hot.c
12062 ____________________________________________________________________________
12063 [  7197] By: jhi                                   on 2000/10/10  21:49:30
12064         Log: Add the test case for #7190, from the original bug report
12065              by Andreas König.
12066      Branch: perl
12067            ! t/pragma/utf8.t
12068 ____________________________________________________________________________
12069 [  7196] By: jhi                                   on 2000/10/10  21:40:49
12070         Log: Reapply Andy's patch and regen Configure.
12071      Branch: perl
12072            ! Configure INSTALL Makefile.SH Porting/Glossary
12073            ! Porting/config.sh config_h.SH epoc/config.sh installperl
12074            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
12075            ! win32/config.vc
12076 ____________________________________________________________________________
12077 [  7195] By: jhi                                   on 2000/10/10  21:09:30
12078         Log: Use the versiononly instead of the installscripts,
12079              retract the changes 7146 and 7147.
12080      Branch: perl
12081            ! Configure INSTALL Makefile.SH Porting/Glossary
12082            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
12083            ! installperl uconfig.sh vos/config.def win32/config.bc
12084            ! win32/config.gc win32/config.vc
12085 ____________________________________________________________________________
12086 [  7194] By: jhi                                   on 2000/10/10  21:06:15
12087         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
12088              From: Peter Prymmer <pvhp@forte.com>
12089              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
12090              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
12091      Branch: perl
12092            ! t/op/ver.t
12093 ____________________________________________________________________________
12094 [  7193] By: jhi                                   on 2000/10/10  21:05:12
12095         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
12096              From: Peter Prymmer <pvhp@forte.com>
12097              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
12098              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
12099      Branch: perl
12100            ! t/op/tr.t
12101 ____________________________________________________________________________
12102 [  7192] By: jhi                                   on 2000/10/10  20:57:30
12103         Log: Add versiononly, delete installscripts, from Andy Dougherty.
12104      Branch: metaconfig
12105            - U/installdirs/installscripts.U
12106      Branch: metaconfig/U/perl
12107            + versiononly.U
12108 ____________________________________________________________________________
12109 [  7191] By: jhi                                   on 2000/10/10  19:41:21
12110         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
12111              From: Peter Prymmer <pvhp@forte.com>
12112              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
12113              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
12114      Branch: perl
12115            ! pod/perlebcdic.pod
12116 ____________________________________________________________________________
12117 [  7190] By: jhi                                   on 2000/10/10  19:26:14
12118         Log: Subject: Re: utf8 concat, mg_get
12119              From: Simon Cozens <simon@cozens.net>
12120              Date: Tue, 10 Oct 2000 17:40:17 +0100
12121              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
12122      Branch: perl
12123            ! pp_hot.c
12124 ____________________________________________________________________________
12125 [  7189] By: jhi                                   on 2000/10/10  19:23:03
12126         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
12127              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
12128              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
12129              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
12130      Branch: perl
12131            ! lib/ExtUtils/MM_Unix.pm
12132 ____________________________________________________________________________
12133 [  7188] By: jhi                                   on 2000/10/10  15:31:24
12134         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
12135              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
12136              Date: Fri, 14 Jul 2000 10:47:36 +0100
12137              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
12138      Branch: perl
12139            ! README.win32
12140 ____________________________________________________________________________
12141 [  7187] By: jhi                                   on 2000/10/10  13:30:10
12142         Log: Quote the temp file name, needed in Win32 because the
12143              default name unfortunately contains spaces, shouldn't
12144              hurt elsewhere.
12145              
12146              Subject: FW: perldoc fails if $TEMP contains spaces
12147              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
12148              Date: Thu, 14 Sep 2000 08:58:45 +0100
12149              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
12150      Branch: perl
12151            ! utils/perldoc.PL
12152 ____________________________________________________________________________
12153 [  7186] By: jhi                                   on 2000/10/10  13:16:27
12154         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
12155              From: hv@hugo.hybyte.com
12156              Date: Tue, 10 Oct 2000 14:10:20 +0100
12157              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
12158      Branch: perl
12159            ! t/lib/thr5005.t util.c
12160 ____________________________________________________________________________
12161 [  7185] By: jhi                                   on 2000/10/10  12:06:22
12162         Log: Upgrade to podlators 1.04, from Russ Allbery.
12163      Branch: perl
12164            ! lib/Pod/Man.pm lib/Pod/Text.pm
12165 ____________________________________________________________________________
12166 [  7184] By: jhi                                   on 2000/10/10  12:01:32
12167         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
12168      Branch: perl
12169            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
12170 ____________________________________________________________________________
12171 [  7183] By: jhi                                   on 2000/10/09  23:47:15
12172         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
12173              From: Peter Prymmer <pvhp@forte.com>
12174              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
12175              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
12176      Branch: perl
12177            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
12178 ____________________________________________________________________________
12179 [  7182] By: jhi                                   on 2000/10/09  23:43:16
12180         Log: Make eq work again with utf8 (disabling the upgrading
12181              should no more be necessary since the copies of the
12182              scalars are upgraded, not the scalars themselves).
12183              Takes care of ID 20001009.001.  (The claimed length()
12184              bug in 20001009.001 seems bogus to me.)
12185      Branch: perl
12186            ! sv.c t/pragma/utf8.t
12187 ____________________________________________________________________________
12188 [  7181] By: gsar                                  on 2000/10/09  19:41:54
12189         Log: tweak for change#7173
12190      Branch: perl
12191            ! win32/win32sck.c
12192 ____________________________________________________________________________
12193 [  7180] By: gsar                                  on 2000/10/09  19:26:56
12194         Log: on Windows, clean targets might not work under some flavors of the shell
12195      Branch: perl
12196            ! win32/Makefile win32/makefile.mk
12197 ____________________________________________________________________________
12198 [  7179] By: jhi                                   on 2000/10/09  19:21:02
12199         Log: Update Changes.
12200      Branch: perl
12201            ! Changes patchlevel.h
12202 ____________________________________________________________________________
12203 [  7178] By: jhi                                   on 2000/10/09  19:18:23
12204         Log: Warn about unknown scripts.
12205              
12206              Subject: Re: ideas? patches? [PATCH bleadperl]
12207              From: Dominic Dunlop <domo@computer.org>
12208              Date: Mon, 9 Oct 2000 14:57:17 +0200
12209              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
12210      Branch: perl
12211            ! lib/charnames.pm
12212 ____________________________________________________________________________
12213 [  7177] By: jhi                                   on 2000/10/09  19:13:27
12214         Log: Change #7160 had a nasty typo.
12215      Branch: metaconfig
12216            ! U/compline/Compile.U
12217      Branch: perl
12218            ! Configure config_h.SH
12219 ____________________________________________________________________________
12220 [  7176] By: gsar                                  on 2000/10/09  18:59:33
12221         Log: pod nit
12222      Branch: perl
12223            ! pod/perlport.pod
12224 ____________________________________________________________________________
12225 [  7175] By: gsar                                  on 2000/10/09  18:54:28
12226         Log: Windows9x doesn't support link(), despite what Config.pm
12227              might think
12228      Branch: perl
12229            ! lib/ExtUtils/Manifest.pm
12230 ____________________________________________________________________________
12231 [  7174] By: gsar                                  on 2000/10/09  18:50:03
12232         Log: avoid nonportable example code
12233      Branch: perl
12234            ! lib/File/Copy.pm
12235 ____________________________________________________________________________
12236 [  7173] By: gsar                                  on 2000/10/09  18:46:54
12237         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
12238              being used) when closing a socket handle
12239      Branch: perl
12240            ! win32/win32.c win32/win32.h win32/win32sck.c
12241 ____________________________________________________________________________
12242 [  7172] By: gsar                                  on 2000/10/09  18:41:40
12243         Log: on Windows, cwd strings in the environment should be of the
12244              form =X:=X:\foo instead of =X=X:\foo\
12245      Branch: perl
12246            ! win32/vdir.h
12247 ____________________________________________________________________________
12248 [  7171] By: gsar                                  on 2000/10/09  18:30:09
12249         Log: on Windows, LoadLibrary() could load an extension DLL multiple
12250              times if forward slashes are used in the path
12251      Branch: perl
12252            ! win32/win32.c
12253 ____________________________________________________________________________
12254 [  7170] By: jhi                                   on 2000/10/09  17:53:59
12255         Log: Add a todo note about overloadable assertions.
12256      Branch: perl
12257            ! Todo-5.6
12258 ____________________________________________________________________________
12259 [  7169] By: jhi                                   on 2000/10/09  13:43:45
12260         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
12261              From: mjd@plover.com
12262              Date: 9 Oct 2000 00:24:44 -0000
12263              Message-ID: <20001009002444.10616.qmail@plover.com>
12264      Branch: perl
12265            ! pod/perldebguts.pod
12266 ____________________________________________________________________________
12267 [  7168] By: nick                                  on 2000/10/08  13:16:33
12268         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
12269              is not right thing to do on (e.g. x86). Network order is also "right" for
12270              X fonts.
12271      Branch: perl
12272            ! ext/Encode/Encode.pm
12273 ____________________________________________________________________________
12274 [  7167] By: nick                                  on 2000/10/08  12:54:42
12275         Log: Make "encodings" work post-install when Encode/*.enc files may not
12276              be in same directory as Encode.pm
12277      Branch: perl
12278            ! ext/Encode/Encode.pm
12279 ____________________________________________________________________________
12280 [  7166] By: nick                                  on 2000/10/08  11:51:26
12281         Log: Work round the fact that $hash->{$key} does not take into account
12282              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
12283              so that key is always in the "expected" encoding - i.e. same way we put
12284              it in the hash.
12285      Branch: perl
12286            ! ext/Encode/Encode.pm
12287 ____________________________________________________________________________
12288 [  7165] By: gsar                                  on 2000/10/08  04:15:29
12289         Log: save_re_context() could reset PL_curcop to freed memory, causing core
12290              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
12291      Branch: perl
12292            ! pp_ctl.c
12293 ____________________________________________________________________________
12294 [  7164] By: jhi                                   on 2000/10/06  20:51:48
12295         Log: UTF8ize split() so that the cloned substrings get the UTF8
12296              flag of the original scalar.  Problem reported by Simon Cozens.
12297      Branch: perl
12298            ! pp.c t/pragma/utf8.t
12299 ____________________________________________________________________________
12300 [  7163] By: nick                                  on 2000/10/06  20:48:34
12301         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
12302              got a false +ve and so did not reach code which would have un-FAKEd the SV.
12303      Branch: perl
12304            ! sv.c
12305 ____________________________________________________________________________
12306 [  7162] By: nick                                  on 2000/10/06  20:25:37
12307         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
12308              To fix  (sort {$a <=> $b} keys %hash) in particular but
12309              should cover a number of other as-yet-unknown cases as well.
12310      Branch: perl
12311            ! sv.c
12312 ____________________________________________________________________________
12313 [  7161] By: jhi                                   on 2000/10/06  19:56:18
12314         Log: Change the version number of Tie::Handle in the core to 4.0,
12315              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
12316              
12317              Subject: Note on Tie::Handle
12318              From: andreas.koenig@anima.de (Andreas J. Koenig)
12319              Date:      06 Oct 2000 21:48:58 +0200
12320              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
12321      Branch: perl
12322            ! lib/Tie/Handle.pm
12323 ____________________________________________________________________________
12324 [  7160] By: jhi                                   on 2000/10/06  18:20:35
12325         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
12326              as the first option of cc/ld because of ultrapicky compilers
12327              (e.g. OS/390 R2.5)
12328      Branch: metaconfig
12329            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
12330            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
12331            ! U/compline/orderlib.U U/modified/Cppsym.U
12332            ! U/modified/d_access.U
12333      Branch: metaconfig/U/perl
12334            ! Checkcc.U d_dlsymun.U gccvers.U
12335      Branch: perl
12336            ! Configure config_h.SH
12337 ____________________________________________________________________________
12338 [  7159] By: jhi                                   on 2000/10/06  13:56:39
12339         Log: Update Changes.
12340      Branch: perl
12341            ! Changes patchlevel.h
12342 ____________________________________________________________________________
12343 [  7158] By: jhi                                   on 2000/10/06  12:48:40
12344         Log: Eliminate $Is_VMS code from the test.
12345              
12346              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
12347              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12348              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
12349              Date:     Thu, 5 Oct 2000 07:46:33 EDT
12350      Branch: perl
12351            ! t/lib/b.t
12352 ____________________________________________________________________________
12353 [  7157] By: jhi                                   on 2000/10/06  12:47:13
12354         Log: Also the $ccflags is needed for the C compiler check.
12355              
12356              Subject: Configure (check for C-compiler)
12357              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12358              Date: Fri, 06 Oct 2000 08:47:15 +0200
12359              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
12360      Branch: metaconfig/U/perl
12361            ! Checkcc.U
12362      Branch: perl
12363            ! Configure config_h.SH
12364 ____________________________________________________________________________
12365 [  7156] By: jhi                                   on 2000/10/06  11:45:15
12366         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
12367      Branch: perl
12368            ! perl.c pp_ctl.c sv.h utf8.c
12369 ____________________________________________________________________________
12370 [  7155] By: jhi                                   on 2000/10/06  11:40:41
12371         Log: IO::Handle->syswrite() did not handle length omission
12372              like CORE::syswrite() does.
12373              
12374              Subject: [Fwd] IO::Handle, syswrite and arguments
12375              From: Graham Barr <gbarr@pobox.com>
12376              Date: Fri, 6 Oct 2000 10:22:05 +0100
12377              Message-ID: <20001006102205.U6312@pobox.com>
12378              
12379              The original patch from andrew@ugh.net.au.
12380      Branch: perl
12381            ! ext/IO/lib/IO/Handle.pm
12382 ____________________________________________________________________________
12383 [  7154] By: jhi                                   on 2000/10/06  01:42:15
12384         Log: Tweak #7153.
12385      Branch: perl
12386            ! utf8.h
12387 ____________________________________________________________________________
12388 [  7153] By: jhi                                   on 2000/10/06  00:39:55
12389         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
12390      Branch: perl
12391            ! utf8.h
12392 ____________________________________________________________________________
12393 [  7152] By: jhi                                   on 2000/10/06  00:38:11
12394         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
12395      Branch: perl
12396            ! perl.c pp_ctl.c sv.h utf8.c
12397 ____________________________________________________________________________
12398 [  7151] By: jhi                                   on 2000/10/06  00:36:38
12399         Log: Subject: Re: Questions about Tie::Array and perl modules
12400              From: Nick Ing-Simmons <nik@tiuk.ti.com>
12401              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
12402              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
12403              
12404              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
12405      Branch: perl
12406            ! lib/Tie/Array.pm t/op/array.t
12407 ____________________________________________________________________________
12408 [  7150] By: jhi                                   on 2000/10/05  00:20:45
12409         Log: Regen Changes.
12410      Branch: perl
12411            ! Changes patchlevel.h
12412 ____________________________________________________________________________
12413 [  7149] By: jhi                                   on 2000/10/05  00:20:01
12414         Log: Regen toc.
12415      Branch: perl
12416            ! pod/perltoc.pod
12417 ____________________________________________________________________________
12418 [  7148] By: jhi                                   on 2000/10/04  23:35:08
12419         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
12420              reported several times by Dominic Dunlop, for example in
12421              ID 20000315.008.  Patch from Dominic.  Patch affects at
12422              least MachTen, and possibly other oldish BSDs. Should not
12423              break non-broken platforms (tested on LinuxPPC). 
12424      Branch: perl
12425            ! doio.c
12426 ____________________________________________________________________________
12427 [  7147] By: jhi                                   on 2000/10/04  23:26:34
12428         Log: The one that got away from 7146.
12429      Branch: metaconfig
12430            + U/installdirs/installscripts.U
12431 ____________________________________________________________________________
12432 [  7146] By: jhi                                   on 2000/10/04  23:25:04
12433         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
12434              suggested by H. Merijn Brand.
12435      Branch: perl
12436            ! Configure INSTALL Makefile.SH Porting/Glossary
12437            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
12438            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
12439            ! win32/config.vc
12440 ____________________________________________________________________________
12441 [  7145] By: jhi                                   on 2000/10/04  22:08:21
12442         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
12443              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12444              Date: Wed, 4 Oct 2000 17:37:46 -0400
12445              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
12446      Branch: perl
12447            ! utils/h2xs.PL
12448 ____________________________________________________________________________
12449 [  7144] By: jhi                                   on 2000/10/04  18:11:41
12450         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
12451              From: Jeff Pinyan <jeffp@crusoe.net>
12452              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
12453              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
12454      Branch: perl
12455            ! pod/perlrun.pod
12456 ____________________________________________________________________________
12457 [  7143] By: jhi                                   on 2000/10/04  18:09:58
12458         Log: Subject: perlhack.pod Patch for Externals Tools
12459              From: Fisher Mark <fisherm@tce.com>
12460              Date: Tue, 3 Oct 2000 15:43:27 -0500 
12461              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
12462      Branch: perl
12463            ! pod/perlhack.pod
12464 ____________________________________________________________________________
12465 [  7142] By: jhi                                   on 2000/10/04  18:08:41
12466         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
12467              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12468              Date:     Wed, 4 Oct 2000 12:11:11 EDT
12469              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
12470      Branch: perl
12471            ! vms/vms.c
12472 ____________________________________________________________________________
12473 [  7141] By: jhi                                   on 2000/10/04  12:20:16
12474         Log: Subject: [PATCH 5.7.0] h2xs not working
12475              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12476              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
12477              Date: Tue, 3 Oct 2000 21:43:01 -0400
12478              
12479              Subject: [PATCH 5.7.0] h2xs not documenting the created module
12480              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12481              Date: Tue, 3 Oct 2000 22:55:19 -0400
12482              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
12483      Branch: perl
12484            ! utils/h2xs.PL
12485 ____________________________________________________________________________
12486 [  7140] By: jhi                                   on 2000/10/04  11:53:44
12487         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
12488              From: nick@babyhippo.com
12489              Date: Wed, 4 Oct 2000 12:06:45 +0100
12490              Message-Id: <20001004120645.A7356@babyhippo.com>
12491              
12492              Retract 7118 and 7135.
12493      Branch: perl
12494            ! installman installperl op.c t/pragma/subs.t
12495 ____________________________________________________________________________
12496 [  7139] By: jhi                                   on 2000/10/03  22:09:41
12497         Log: It is possible to have no hosts database at all.  Pointed out in
12498              
12499              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
12500              From: Peter Prymmer <pvhp@forte.com>
12501              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
12502              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
12503      Branch: metaconfig
12504            ! U/modified/myhostname.U
12505      Branch: perl
12506            ! Configure config_h.SH
12507 ____________________________________________________________________________
12508 [  7138] By: jhi                                   on 2000/10/03  21:49:49
12509         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
12510              From: Peter Prymmer <pvhp@forte.com>
12511              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
12512              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
12513      Branch: perl
12514            ! pp_sys.c
12515 ____________________________________________________________________________
12516 [  7137] By: jhi                                   on 2000/10/03  20:10:05
12517         Log: One remaining nit less at the VMS mailbox sizing.
12518      Branch: perl
12519            ! vms/vms.c
12520 ____________________________________________________________________________
12521 [  7136] By: jhi                                   on 2000/10/03  20:08:47
12522         Log: Test harness update to sync with the new perlcc,
12523              from Simon Cozens.
12524      Branch: perl
12525            ! t/TEST t/UTEST
12526 ____________________________________________________________________________
12527 [  7135] By: jhi                                   on 2000/10/03  15:15:42
12528         Log: Subject: Re: PATCH for 20001003.004
12529              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
12530              From: "AARON B. DOSSETT" <aaron@iglou.com>
12531              Message-Id: <E13gTay-0006od-00@iglou.com>
12532      Branch: perl
12533            ! installman installperl
12534 ____________________________________________________________________________
12535 [  7134] By: jhi                                   on 2000/10/03  15:00:34
12536         Log: Subject: [ID 20001003.006] B::Debug not -w clean
12537              From: Nicholas Clark <nick@babyhippo.co.uk>
12538              Date: Tue, 03 Oct 2000 15:46:32 +0100
12539              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
12540      Branch: perl
12541            ! ext/B/B/Debug.pm
12542 ____________________________________________________________________________
12543 [  7133] By: jhi                                   on 2000/10/03  14:58:39
12544         Log: Scale down the VMS message boxes, by Charles Lane.
12545              Fix for ID 20000903.009, workaround at
12546              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
12547      Branch: perl
12548            ! vms/vms.c
12549 ____________________________________________________________________________
12550 [  7132] By: jhi                                   on 2000/10/03  11:20:37
12551         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
12552      Branch: perl
12553            + t/lib/st-lock.t t/lib/st-utf8.t
12554            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
12555            ! ext/Storable/Storable.xs t/lib/st-recurse.t
12556 ____________________________________________________________________________
12557 [  7131] By: jhi                                   on 2000/10/03  03:38:23
12558         Log: Encode nits.
12559      Branch: perl
12560            ! MANIFEST Makefile.SH
12561 ____________________________________________________________________________
12562 [  7130] By: jhi                                   on 2000/10/03  03:31:05
12563         Log: Update Changes.
12564      Branch: perl
12565            ! Changes patchlevel.h
12566 ____________________________________________________________________________
12567 [  7129] By: jhi                                   on 2000/10/03  02:24:02
12568         Log: Misplaced else.
12569      Branch: metaconfig/U/perl
12570            ! d_strtoll.U
12571      Branch: perl
12572            ! Configure config_h.SH
12573 ____________________________________________________________________________
12574 [  7128] By: jhi                                   on 2000/10/03  02:08:29
12575         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
12576              From: sthoenna@efn.org
12577              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
12578              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
12579      Branch: metaconfig/U/perl
12580            ! d_strtoll.U
12581      Branch: perl
12582            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
12583 ____________________________________________________________________________
12584 [  7127] By: jhi                                   on 2000/10/03  01:13:14
12585         Log: Update Changes.
12586      Branch: perl
12587            ! Changes patchlevel.h
12588 ____________________________________________________________________________
12589 [  7126] By: jhi                                   on 2000/10/03  00:57:08
12590         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
12591              as suggested by Olaf Flebbe and Nick Clark.
12592      Branch: perl
12593            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
12594 ____________________________________________________________________________
12595 [  7125] By: jhi                                   on 2000/10/03  00:50:56
12596         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
12597              From: Nick Clark <nick@plum.flirble.org>
12598              Date: Mon, 2 Oct 2000 11:03:24 +0100
12599              Message-Id: <20001002110324.D20073@plum.flirble.org>
12600              
12601              Also fixes bug ID 20001002.005.
12602      Branch: perl
12603            ! t/lib/encode.t
12604 ____________________________________________________________________________
12605 [  7124] By: jhi                                   on 2000/10/03  00:34:59
12606         Log: Subject: [PATCH 5.7.0] Epoc update
12607              From: Olaf Flebbe <o.flebbe@gmx.de>
12608              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
12609              Message-ID: <26423.969484586@www10.gmx.net>
12610      Branch: perl
12611            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
12612            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
12613            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
12614            ! util.c util.h
12615 ____________________________________________________________________________
12616 [  7123] By: jhi                                   on 2000/10/03  00:30:07
12617         Log: Regen headers.
12618      Branch: perl
12619            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
12620 ____________________________________________________________________________
12621 [  7122] By: jhi                                   on 2000/10/03  00:10:48
12622         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
12623      Branch: perl
12624            ! hints/openbsd.sh
12625 ____________________________________________________________________________
12626 [  7121] By: jhi                                   on 2000/10/03  00:05:06
12627         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
12628              From: <abigail@foad.org>
12629              Date: Tue, 26 Sep 2000 13:36:14 -0400
12630              Message-ID: <20000926173614.4356.qmail@foad.org>
12631      Branch: perl
12632            ! pod/perlop.pod
12633 ____________________________________________________________________________
12634 [  7120] By: jhi                                   on 2000/10/03  00:04:00
12635         Log: Inside require() $^S was always left undefined.
12636              
12637              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
12638              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12639              Date: Wed, 27 Sep 2000 18:54:49 -0400
12640              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
12641      Branch: perl
12642            ! cop.h mg.c pp_ctl.c util.c
12643 ____________________________________________________________________________
12644 [  7119] By: jhi                                   on 2000/10/03  00:00:16
12645         Log: Subject: [PATCH] DLL not restartabke with threaded perl
12646              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
12647              Date: Thu, 28 Sep 2000 09:20:46 +0100
12648              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
12649      Branch: perl
12650            ! perl.c
12651 ____________________________________________________________________________
12652 [  7118] By: jhi                                   on 2000/10/02  23:59:20
12653         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
12654              From: Nicholas Clark <nick@ccl4.org>
12655              Date: Thu, 28 Sep 2000 11:52:24 +0100
12656              Message-ID: <20000928115224.D7924@plum.flirble.org>
12657      Branch: perl
12658            ! op.c
12659 ____________________________________________________________________________
12660 [  7117] By: jhi                                   on 2000/10/02  23:57:51
12661         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
12662              From: Nicholas Clark <nick@babyhippo.co.uk>
12663              Date: Thu, 28 Sep 2000 12:18:10 +0100
12664              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
12665              
12666              Did not apply cleanly, manual intervention was needed.
12667      Branch: perl
12668            ! ext/B/B/Bytecode.pm utils/perlcc.PL
12669 ____________________________________________________________________________
12670 [  7116] By: jhi                                   on 2000/10/02  23:50:40
12671         Log: Document the issue (is not a syntax error, kind of)
12672              
12673              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
12674              From: Nicholas Clark <nick@ccl4.org>
12675              Date: Thu, 28 Sep 2000 17:12:42 +0100
12676              Message-ID: <20000928171242.K7924@plum.flirble.org>
12677      Branch: perl
12678            ! pod/perldata.pod
12679 ____________________________________________________________________________
12680 [  7115] By: jhi                                   on 2000/10/02  23:48:58
12681         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
12682              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12683              Date: Thu, 28 Sep 2000 21:55:31 -0400
12684              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
12685      Branch: perl
12686            ! regexec.c
12687 ____________________________________________________________________________
12688 [  7114] By: jhi                                   on 2000/10/02  23:47:57
12689         Log: Subject: DOC PATCH 5.6.0
12690              From: mjd@plover.com
12691              Date: 30 Sep 2000 06:02:34 -0000
12692              Message-ID: <20000930060234.4559.qmail@plover.com>
12693      Branch: perl
12694            ! pod/perldebguts.pod
12695 ____________________________________________________________________________
12696 [  7113] By: jhi                                   on 2000/10/02  23:46:43
12697         Log: SOCK_DGRAM and listen() do not mix as reported in
12698              
12699              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
12700              From: Petter Reinholdtsen <pere@hungry.com>
12701              Date: Sun, 1 Oct 2000 10:57:20 +0800
12702              Message-Id: <200010010257.KAA05735@localhost.localdomain>
12703              
12704              The patch for 5.7.0+ had to be reengineered, though.
12705      Branch: perl
12706            ! ext/IO/lib/IO/Socket/UNIX.pm
12707 ____________________________________________________________________________
12708 [  7112] By: jhi                                   on 2000/10/02  23:36:57
12709         Log: Subject: Re: [PATCH 5.005_64 missed]
12710              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12711              Date: Sun, 1 Oct 2000 18:50:10 -0400
12712              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
12713      Branch: perl
12714            ! pod/perlxs.pod
12715 ____________________________________________________________________________
12716 [  7111] By: jhi                                   on 2000/10/02  23:35:40
12717         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
12718              From: Radu Greab <radu@netsoft.ro>
12719              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
12720              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
12721      Branch: perl
12722            ! op.c opcode.pl t/op/substr.t
12723 ____________________________________________________________________________
12724 [  7110] By: jhi                                   on 2000/10/02  23:32:38
12725         Log: Subject: [PATCH] Fix aliasing of tied filehandles
12726              From: Daniel Chetlin <daniel@chetlin.com>
12727              Date: Mon, 2 Oct 2000 14:53:27 -0700
12728              Message-ID: <20001002145327.C1617@ilmd>
12729      Branch: perl
12730            ! perl.h pp_hot.c t/op/tiehandle.t
12731 ____________________________________________________________________________
12732 [  7109] By: jhi                                   on 2000/10/02  23:31:30
12733         Log: s/Robin Parker/Robin Barker/
12734      Branch: perl
12735            ! Changes5.6
12736 ____________________________________________________________________________
12737 [  7108] By: jhi                                   on 2000/10/02  23:15:46
12738         Log: Retract #7091 as suggested in
12739              
12740              From: Robin Barker <rmb1@cise.npl.co.uk> 
12741              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
12742              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
12743              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
12744      Branch: perl
12745            ! embed.pl proto.h
12746 ____________________________________________________________________________
12747 [  7107] By: nick                                  on 2000/10/02  18:23:14
12748         Log: A few tweaks to get Tk803 to work with Encode scheme.
12749      Branch: perl
12750            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
12751 ____________________________________________________________________________
12752 [  7106] By: nick                                  on 2000/10/01  21:34:14
12753         Log: Add checking cases to Encode's toUnicode and fromUnicode.
12754      Branch: perl
12755            ! ext/Encode/Encode.pm
12756 ____________________________________________________________________________
12757 [  7105] By: nick                                  on 2000/10/01  17:18:01
12758         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
12759              To read and use them.
12760              Add a lib/encode.t which checks a few things.
12761      Branch: perl
12762            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
12763            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
12764            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
12765            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
12766            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
12767            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
12768            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
12769            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
12770            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
12771            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
12772            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
12773            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
12774            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
12775            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
12776            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
12777            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
12778            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
12779            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
12780            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
12781            + ext/Encode/Encode/iso2022-jp.enc
12782            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
12783            + ext/Encode/Encode/iso8859-1.enc
12784            + ext/Encode/Encode/iso8859-2.enc
12785            + ext/Encode/Encode/iso8859-3.enc
12786            + ext/Encode/Encode/iso8859-4.enc
12787            + ext/Encode/Encode/iso8859-5.enc
12788            + ext/Encode/Encode/iso8859-6.enc
12789            + ext/Encode/Encode/iso8859-7.enc
12790            + ext/Encode/Encode/iso8859-8.enc
12791            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
12792            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
12793            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
12794            + ext/Encode/Encode/macCentEuro.enc
12795            + ext/Encode/Encode/macCroatian.enc
12796            + ext/Encode/Encode/macCyrillic.enc
12797            + ext/Encode/Encode/macDingbats.enc
12798            + ext/Encode/Encode/macGreek.enc
12799            + ext/Encode/Encode/macIceland.enc
12800            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
12801            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
12802            + ext/Encode/Encode/macTurkish.enc
12803            + ext/Encode/Encode/macUkraine.enc
12804            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
12805            + t/lib/encode.t
12806            ! MANIFEST ext/Encode/Encode.pm
12807 ____________________________________________________________________________
12808 [  7104] By: nick                                  on 2000/09/30  13:04:30
12809         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
12810              From: Daniel Chetlin <daniel@chetlin.com>
12811              Date: Mon, 18 Sep 2000 05:05:40 -0700
12812              Message-Id: <20000918050540.C652@ilmd>
12813      Branch: perl
12814            ! lib/overload.pm sv.c t/pragma/overload.t
12815 ____________________________________________________________________________
12816 [  7103] By: nick                                  on 2000/09/30  12:53:36
12817         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
12818              From: Johan Vromans <jvromans@squirrel.nl>
12819              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
12820              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
12821      Branch: perl
12822            ! pod/Makefile.SH
12823 ____________________________________________________________________________
12824 [  7102] By: nick                                  on 2000/09/30  12:52:31
12825         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
12826              From: Spider Boardman <spider@Orb.Nashua.NH.US>
12827              Date: Sat, 16 Sep 2000 16:36:45 -0400
12828              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
12829      Branch: perl
12830            ! ext/B/B/Deparse.pm
12831 ____________________________________________________________________________
12832 [  7101] By: nick                                  on 2000/09/30  12:51:41
12833         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
12834              From: Craig A. Berry <craig.berry@psinetcs.com>
12835              Date: Sat, 16 Sep 2000 10:11:10 -0500
12836              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
12837      Branch: perl
12838            ! vms/vms.c
12839 ____________________________________________________________________________
12840 [  7100] By: nick                                  on 2000/09/30  12:50:33
12841         Log: Subject: Re: unicode support and perl [ID 20000901.097]
12842              From: Spider Boardman <spider@Orb.Nashua.NH.US>
12843              Date: Fri, 15 Sep 2000 16:37:58 -0400
12844              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
12845      Branch: perl
12846            ! t/op/append.t
12847 ____________________________________________________________________________
12848 [  7099] By: nick                                  on 2000/09/30  12:49:35
12849         Log: Subject: Re: unicode support and perl [ID 20000901.097]
12850              From: Spider Boardman <spider@Orb.Nashua.NH.US>
12851              Date: Fri, 15 Sep 2000 16:25:30 -0400
12852              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
12853      Branch: perl
12854            ! pp_hot.c
12855 ____________________________________________________________________________
12856 [  7098] By: nick                                  on 2000/09/30  12:48:00
12857         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
12858              From: Gisle Aas <gisle@ActiveState.com>
12859              Date: 15 Sep 2000 16:23:41 +0200
12860              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
12861      Branch: perl
12862            ! toke.c
12863 ____________________________________________________________________________
12864 [  7097] By: nick                                  on 2000/09/30  12:45:16
12865         Log: Subject: [PATCH] Nits in perlmod.pod
12866              From: Daniel Chetlin <daniel@chetlin.com>
12867              Date: Fri, 15 Sep 2000 02:04:09 -0700
12868              Message-Id: <20000915020409.A2104@ilmd>
12869      Branch: perl
12870            ! pod/perlmod.pod
12871 ____________________________________________________________________________
12872 [  7096] By: nick                                  on 2000/09/30  12:18:00
12873         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
12874              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
12875              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
12876              0 to checking to get the warning.
12877      Branch: perl
12878            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
12879            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
12880            ! regexec.c sv.c toke.c utf8.c
12881 ____________________________________________________________________________
12882 [  7095] By: nick                                  on 2000/09/15  16:55:59
12883         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
12884              
12885              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
12886              From: Spider Boardman <spider@Orb.Nashua.NH.US>
12887              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
12888              Date: Fri, 15 Sep 2000 06:37:30 -0400
12889      Branch: perl
12890            ! ext/Encode/Encode.xs sv.c
12891 ____________________________________________________________________________
12892 [  7094] By: jhi                                   on 2000/09/15  03:23:32
12893         Log: Update Changes.
12894      Branch: perl
12895            ! Changes patchlevel.h
12896 ____________________________________________________________________________
12897 [  7093] By: jhi                                   on 2000/09/15  03:11:44
12898         Log: Fix for the charnames.t failures from Spider Boardman.
12899      Branch: perl
12900            ! toke.c
12901 ____________________________________________________________________________
12902 [  7092] By: jhi                                   on 2000/09/15  00:15:48
12903         Log: Botched the #7090 check-in.
12904      Branch: perl
12905            ! sv.c
12906 ____________________________________________________________________________
12907 [  7091] By: jhi                                   on 2000/09/14  23:33:24
12908         Log: Part of #7081 didn't come through.
12909      Branch: perl
12910            ! embed.pl proto.h
12911 ____________________________________________________________________________
12912 [  7090] By: jhi                                   on 2000/09/14  23:17:39
12913         Log: Subject: Re: perl@7078 
12914              From: Spider Boardman <spider@web.zk3.dec.com>
12915              Date: Thu, 14 Sep 2000 19:06:36 -0400
12916              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
12917      Branch: perl
12918            ! sv.c toke.c
12919 ____________________________________________________________________________
12920 [  7089] By: jhi                                   on 2000/09/14  23:11:21
12921         Log: Small portability tweaks.
12922      Branch: perl
12923            ! ext/Encode/Encode.xs
12924 ____________________________________________________________________________
12925 [  7088] By: jhi                                   on 2000/09/14  22:57:23
12926         Log: Fake return to pacify picky compilers.
12927      Branch: perl
12928            ! ext/Encode/Encode.xs
12929 ____________________________________________________________________________
12930 [  7087] By: jhi                                   on 2000/09/14  22:53:37
12931         Log: Subject: [PATCH] utf8.c apidoc
12932              From: Simon Cozens <simon@cozens.net>
12933              Date: Thu, 14 Sep 2000 23:46:57 +0100
12934              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
12935      Branch: perl
12936            ! perlapi.c pod/perlapi.pod utf8.c
12937 ____________________________________________________________________________
12938 [  7086] By: jhi                                   on 2000/09/14  22:40:38
12939         Log: We don't need to count the high bit bytes, a boolean is enough. 
12940      Branch: perl
12941            ! sv.c
12942 ____________________________________________________________________________
12943 [  7085] By: jhi                                   on 2000/09/14  21:20:09
12944         Log: Replace #7084 with
12945              
12946              Subject: Re: perl@7078 
12947              From: Spider Boardman <spider@web.zk3.dec.com>
12948              Date: Thu, 14 Sep 2000 17:09:36 -0400
12949              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
12950      Branch: perl
12951            ! sv.c utf8.c
12952 ____________________________________________________________________________
12953 [  7084] By: jhi                                   on 2000/09/14  20:03:34
12954         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
12955              convertable to bytes by checking it doesn't go above 0xc3
12956              
12957              Subject: Re: perl@7078
12958              From: Simon Cozens <simon@cozens.net>
12959              Date: Thu, 14 Sep 2000 20:59:19 +0100
12960              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
12961      Branch: perl
12962            ! utf8.c
12963 ____________________________________________________________________________
12964 [  7083] By: jhi                                   on 2000/09/14  19:38:47
12965         Log: Subject: Re: perl@7078
12966              From: Simon Cozens <simon@cozens.net>
12967              Date: Thu, 14 Sep 2000 20:13:09 +0100
12968              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
12969      Branch: perl
12970            ! t/op/bop.t
12971 ____________________________________________________________________________
12972 [  7082] By: jhi                                   on 2000/09/14  17:50:44
12973         Log: The one that got away.
12974      Branch: perl
12975            ! lib/File/Find.pm
12976 ____________________________________________________________________________
12977 [  7081] By: jhi                                   on 2000/09/14  17:45:35
12978         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
12979              From: Robin Barker <rmb1@cise.npl.co.uk>
12980              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
12981              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
12982      Branch: perl
12983            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
12984            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
12985            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
12986            ! regcomp.c toke.c universal.c
12987 ____________________________________________________________________________
12988 [  7080] By: jhi                                   on 2000/09/14  17:40:35
12989         Log: Problems picked up by AIX cc.
12990              
12991              Subject: Re: perl@7078 (patch included)
12992              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12993              Date: Thu, 14 Sep 2000 18:53:30 +0200
12994              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
12995      Branch: perl
12996            ! ext/Encode/Encode.xs
12997 ____________________________________________________________________________
12998 [  7079] By: jhi                                   on 2000/09/14  17:38:27
12999         Log: Subject: File::Find 5.7.0 POD nits
13000              From: Rich Morin <rdm@cfcl.com>
13001              Date: Wed, 13 Sep 2000 22:03:58 -0700
13002              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
13003      Branch: perl
13004            ! lib/File/Find.pm
13005 ____________________________________________________________________________
13006 [  7078] By: jhi                                   on 2000/09/14  14:58:20
13007         Log: Update Changes.
13008      Branch: perl
13009            ! Changes patchlevel.h
13010 ____________________________________________________________________________
13011 [  7077] By: jhi                                   on 2000/09/14  14:55:54
13012         Log: Compilation warnings and an error.
13013      Branch: perl
13014            ! sv.c
13015 ____________________________________________________________________________
13016 [  7076] By: jhi                                   on 2000/09/14  14:42:56
13017         Log: Fix for a parsing bug, not for the original bug.
13018              
13019              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
13020              From: Spider Boardman <spider@web.zk3.dec.com>
13021              Date: Wed, 13 Sep 2000 17:52:20 -0400
13022              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
13023      Branch: perl
13024            ! regcomp.c
13025 ____________________________________________________________________________
13026 [  7075] By: jhi                                   on 2000/09/14  14:40:40
13027         Log: Batch of UTF-8 patches from Simon Cozens.
13028      Branch: perl
13029            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
13030            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
13031            ! toke.c utf8.c
13032 ____________________________________________________________________________
13033 [  7074] By: jhi                                   on 2000/09/14  14:29:58
13034         Log: Subject: Re: Two advertising clauses need to be removed
13035              From: Russ Allbery <rra@stanford.edu>
13036              Date: 13 Sep 2000 18:50:26 -0700
13037              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
13038      Branch: perl
13039            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
13040 ____________________________________________________________________________
13041 [  7073] By: jhi                                   on 2000/09/14  14:28:20
13042         Log: Subject: [PATCH] de-wall t/README
13043              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13044              Date: Wed, 13 Sep 2000 17:46:55 -0700
13045              Message-ID: <//Bw5gzkge/e092yn@efn.org>
13046      Branch: perl
13047            ! t/README
13048 ____________________________________________________________________________
13049 [  7072] By: jhi                                   on 2000/09/14  14:25:10
13050         Log: Hints optimization.
13051              
13052              Subject: Minor nit
13053              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13054              Date: Wed, 13 Sep 2000 21:42:07 +0200
13055              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
13056      Branch: perl
13057            ! hints/hpux.sh
13058 ____________________________________________________________________________
13059 [  7071] By: jhi                                   on 2000/09/14  14:23:30
13060         Log: Allow chop() and chomp() to be overridden.
13061              
13062              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
13063              From: "Casey R. Tweten" <crt@kiski.net>
13064              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
13065              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
13066      Branch: perl
13067            ! toke.c
13068 ____________________________________________________________________________
13069 [  7070] By: jhi                                   on 2000/09/14  14:20:36
13070         Log: The return value of setlocale must be copied away.
13071              
13072              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
13073              From: Alan Burlison <Alan.Burlison@uk.sun.com>
13074              Date: Wed, 13 Sep 2000 16:27:37 +0100 
13075              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
13076      Branch: perl
13077            ! util.c
13078 ____________________________________________________________________________
13079 [  7069] By: jhi                                   on 2000/09/14  14:16:27
13080         Log: Remove vestiges of tr//CU.
13081              
13082              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
13083              From: Nick Clark <nick@plum.flirble.org>
13084              Date: Tue, 12 Sep 2000 22:50:14 +0100
13085              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
13086              
13087              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
13088              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13089              Date: Tue, 12 Sep 2000 21:38:48 -0700
13090              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
13091      Branch: perl
13092            ! op.h pod/perlunicode.pod
13093 ____________________________________________________________________________
13094 [  7068] By: jhi                                   on 2000/09/13  14:18:39
13095         Log: Add the Encode extension.  The code is still largely just skeleton.
13096      Branch: perl
13097            + ext/Encode/Encode.pm ext/Encode/Encode.xs
13098            + ext/Encode/Makefile.PL ext/Encode/Todo
13099            ! MANIFEST Todo-5.6
13100 ____________________________________________________________________________
13101 [  7067] By: jhi                                   on 2000/09/12  17:43:33
13102         Log: Allow for whitespace between "#" and "line" in cpp output.
13103              
13104              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
13105              From: Calle Dybedahl <calle@lysator.liu.se>
13106              Date: 12 Sep 2000 19:38:02 +0200 
13107              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
13108      Branch: perl
13109            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
13110 ____________________________________________________________________________
13111 [  7066] By: gsar                                  on 2000/09/12  17:24:29
13112         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
13113              initialization in all the threads on Windows
13114      Branch: perl
13115            ! win32/win32.c
13116 ____________________________________________________________________________
13117 [  7065] By: jhi                                   on 2000/09/12  15:11:31
13118         Log: Update Changes.
13119      Branch: perl
13120            ! Changes patchlevel.h
13121 ____________________________________________________________________________
13122 [  7064] By: jhi                                   on 2000/09/12  14:54:54
13123         Log: Retract #7062, the pod tests are not ready.
13124      Branch: perl
13125            ! t/TEST t/harness
13126 ____________________________________________________________________________
13127 [  7063] By: jhi                                   on 2000/09/12  14:25:41
13128         Log: The #7054 truncated Configure badly.
13129      Branch: metaconfig/U/perl
13130            ! End.U
13131      Branch: perl
13132            ! Configure config_h.SH
13133 ____________________________________________________________________________
13134 [  7062] By: jhi                                   on 2000/09/12  14:08:32
13135         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
13136              From: sthoenna@efn.org
13137              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
13138              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
13139      Branch: perl
13140            ! t/TEST t/harness
13141 ____________________________________________________________________________
13142 [  7061] By: jhi                                   on 2000/09/12  14:07:18
13143         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
13144              From: sthoenna@efn.org
13145              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
13146              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
13147      Branch: perl
13148            ! pod/perlxs.pod
13149 ____________________________________________________________________________
13150 [  7060] By: jhi                                   on 2000/09/12  14:06:08
13151         Log: Break up the myconfig lines a bit.
13152              
13153              Subject: perlbug/perl -V output format
13154              From: sthoenna@efn.org
13155              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
13156              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
13157      Branch: perl
13158            ! myconfig.SH
13159 ____________________________________________________________________________
13160 [  7059] By: jhi                                   on 2000/09/12  14:05:04
13161         Log: Test for the #7049.
13162              
13163              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
13164              From: andreas.koenig@anima.de (Andreas J. Koenig)
13165              Date: 12 Sep 2000 06:42:01 +0200
13166              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
13167      Branch: perl
13168            ! t/op/my.t
13169 ____________________________________________________________________________
13170 [  7058] By: jhi                                   on 2000/09/12  14:03:05
13171         Log: Subject: [patch: perl@7045] vms updates
13172              From: Peter Prymmer <pvhp@forte.com>
13173              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
13174              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
13175      Branch: perl
13176            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
13177 ____________________________________________________________________________
13178 [  7057] By: jhi                                   on 2000/09/12  14:00:51
13179         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
13180              From: sthoenna@efn.org
13181              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
13182              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
13183      Branch: perl
13184            ! t/op/64bitint.t
13185 ____________________________________________________________________________
13186 [  7056] By: jhi                                   on 2000/09/12  13:58:14
13187         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
13188              From: Jeff Pinyan <jeffp@crusoe.net>
13189              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
13190              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
13191      Branch: perl
13192            ! pod/perlfunc.pod
13193 ____________________________________________________________________________
13194 [  7055] By: jhi                                   on 2000/09/12  13:56:32
13195         Log: Do in VMS as the #7054 does.
13196      Branch: perl
13197            ! configure.com
13198 ____________________________________________________________________________
13199 [  7054] By: jhi                                   on 2000/09/12  13:50:31
13200         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
13201              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
13202              Date: Mon, 11 Sep 2000 08:33:09 +0100
13203              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
13204      Branch: metaconfig/U/perl
13205            ! End.U
13206      Branch: perl
13207            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
13208            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
13209 ____________________________________________________________________________
13210 [  7053] By: jhi                                   on 2000/09/12  13:29:19
13211         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
13212              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13213              Date:     Tue, 12 Sep 2000 08:35:59 EDT
13214              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
13215      Branch: perl
13216            ! vms/test.com
13217 ____________________________________________________________________________
13218 [  7052] By: jhi                                   on 2000/09/11  23:01:50
13219         Log: Document the SvUTF8*().
13220      Branch: perl
13221            ! pod/perlapi.pod sv.h
13222 ____________________________________________________________________________
13223 [  7051] By: gsar                                  on 2000/09/11  14:46:30
13224         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
13225              (missed a spot when fixing up op_pmreplroot hack for ithreads)
13226      Branch: perl
13227            ! op.c t/op/split.t
13228 ____________________________________________________________________________
13229 [  7050] By: nick                                  on 2000/09/11  10:03:51
13230         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
13231              
13232              Subject: borland C++ win32.c tweak
13233              From: Vadim Konovalov <vkonovalov@lucent.com>
13234              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
13235              Date: Mon, 11 Sep 2000 11:22:33 +0400
13236      Branch: perl
13237            ! win32/win32.c
13238 ____________________________________________________________________________
13239 [  7049] By: nick                                  on 2000/09/11  09:57:33
13240         Log: Point fix for s/// on foreach (keys %xxx).
13241      Branch: perl
13242            ! pp_hot.c
13243 ____________________________________________________________________________
13244 [  7048] By: jhi                                   on 2000/09/10  23:37:09
13245         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
13246              by Pod::Text, from Brad Appleton.
13247      Branch: perl
13248            ! t/pod/testp2pt.pl
13249 ____________________________________________________________________________
13250 [  7047] By: jhi                                   on 2000/09/10  14:32:53
13251         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
13252              by Russ Allbery.
13253      Branch: perl
13254            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
13255 ____________________________________________________________________________
13256 [  7046] By: jhi                                   on 2000/09/10  14:15:08
13257         Log: Upgrade to CPAN 1.57_65, from Andreas König.
13258      Branch: perl
13259            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
13260 ____________________________________________________________________________
13261 [  7045] By: jhi                                   on 2000/09/08  21:36:32
13262         Log: Update Changes.
13263      Branch: perl
13264            ! Changes patchlevel.h
13265 ____________________________________________________________________________
13266 [  7044] By: jhi                                   on 2000/09/08  21:29:56
13267         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
13268              From: Peter Prymmer <pvhp@forte.com>
13269              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
13270              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
13271      Branch: perl
13272            ! configure.com
13273 ____________________________________________________________________________
13274 [  7043] By: jhi                                   on 2000/09/08  21:27:50
13275         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
13276              From: Peter Prymmer <pvhp@forte.com>
13277              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
13278              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
13279      Branch: perl
13280            ! Makefile.SH installperl
13281 ____________________________________________________________________________
13282 [  7042] By: jhi                                   on 2000/09/08  21:23:21
13283         Log: Continue #7041.
13284      Branch: perl
13285            ! cygwin/Makefile.SHs os2/Makefile.SHs
13286 ____________________________________________________________________________
13287 [  7041] By: jhi                                   on 2000/09/08  21:18:10
13288         Log: Do away with memory models cruft.  Sorry, PDP users.
13289      Branch: metaconfig
13290            ! U/modified/cc.U U/modified/libpth.U
13291      Branch: perl
13292            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
13293            ! Porting/config_H cflags.SH config_h.SH configure.com
13294            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
13295            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
13296            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
13297 ____________________________________________________________________________
13298 [  7040] By: jhi                                   on 2000/09/08  14:34:18
13299         Log: Major rewrite of s2p.  And I mean really major, it is
13300              an implementation of sed in perl.  If called as s2p it
13301              will function as s2p.  Note: needs non-UNIXifying.
13302              
13303              Subject: s2p
13304              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
13305              Date: Mon, 28 Aug 2000 14:05:12 +0200
13306              Message-ID: <39AA5578.2102E2AA@alcatel.at>
13307      Branch: perl
13308            ! x2p/s2p.PL
13309 ____________________________________________________________________________
13310 [  7039] By: jhi                                   on 2000/09/08  14:19:49
13311         Log: Re-allow vec() for characters > 255.
13312              
13313              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
13314              From: Spider Boardman <spider@web.zk3.dec.com>
13315              Date: Fri, 08 Sep 2000 02:21:02 -0400
13316              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
13317      Branch: perl
13318            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
13319            ! t/op/vec.t
13320 ____________________________________________________________________________
13321 [  7038] By: jhi                                   on 2000/09/08  14:14:18
13322         Log: Subject: [PATCH lib/Benchmark.pm]
13323              From: <abigail@foad.org>
13324              Date: Thu, 7 Sep 2000 15:03:20 -0400
13325              Message-ID: <20000907190320.888.qmail@foad.org>
13326      Branch: perl
13327            ! lib/Benchmark.pm
13328 ____________________________________________________________________________
13329 [  7037] By: jhi                                   on 2000/09/08  14:11:06
13330         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
13331              
13332              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
13333              From: Spider Boardman <spider@web.zk3.dec.com>
13334              Date: Fri, 08 Sep 2000 01:30:27 -0400
13335              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
13336      Branch: perl
13337            ! op.c
13338 ____________________________________________________________________________
13339 [  7036] By: jhi                                   on 2000/09/08  14:08:58
13340         Log: Subject: [ID 20000908.002] perlipc documentation bug.
13341              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
13342              Date: Fri, 08 Sep 2000 12:38:32 +0200
13343              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
13344      Branch: perl
13345            ! pod/perlipc.pod
13346 ____________________________________________________________________________
13347 [  7035] By: jhi                                   on 2000/09/08  14:03:12
13348         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
13349              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13350              Date: Fri, 08 Sep 2000 11:47:34 +0200
13351              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
13352      Branch: perl
13353            ! hints/dec_osf.sh
13354 ____________________________________________________________________________
13355 [  7034] By: jhi                                   on 2000/09/08  13:59:35
13356         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
13357              From: Simon Cozens <simon@cozens.net>
13358              Date: Thu, 7 Sep 2000 20:40:38 +0100
13359              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
13360      Branch: perl
13361            ! pp_hot.c
13362 ____________________________________________________________________________
13363 [  7033] By: jhi                                   on 2000/09/08  04:03:03
13364         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
13365              From: "Larry W. Virden" <lvirden@cas.org>
13366              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
13367              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
13368      Branch: perl
13369            ! pod/perldiag.pod
13370 ____________________________________________________________________________
13371 [  7032] By: jhi                                   on 2000/09/07  22:18:30
13372         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
13373              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
13374              Date: Mon, 04 Sep 2000 13:16:38 -0700
13375              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
13376      Branch: perl
13377            ! lib/perl5db.pl
13378 ____________________________________________________________________________
13379 [  7031] By: jhi                                   on 2000/09/07  22:02:29
13380         Log: Fix the ccversion detection for 5.1 and beyond.
13381              
13382              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
13383              From: Spider Boardman <spider@leggy.zk3.dec.com>
13384              Date: Thu, 7 Sep 2000 17:54:27 -0400
13385              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
13386      Branch: perl
13387            ! hints/dec_osf.sh
13388 ____________________________________________________________________________
13389 [  7030] By: jhi                                   on 2000/09/07  19:12:28
13390         Log: Fix for
13391              
13392              Subject: [ID 20000903.001] \w in utf8-strings
13393              From: Marc Lehmann <pcg@goof.com>
13394              Date: Sun, 03 Sep 2000 09:44:29 +0200
13395              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
13396              
13397              and various related nits.
13398      Branch: perl
13399            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
13400 ____________________________________________________________________________
13401 [  7029] By: jhi                                   on 2000/09/07  18:49:09
13402         Log: Fix the URL, but the server is still missing in action.
13403              
13404              Subject: [ID 20000905.002] perlfaq1.pod URL error
13405              From: "Larry W. Virden" <lvirden@cas.org>
13406              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
13407              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
13408      Branch: perl
13409            ! pod/perlfaq1.pod
13410 ____________________________________________________________________________
13411 [  7028] By: jhi                                   on 2000/09/07  18:47:13
13412         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
13413              From: Hugo <hv@crypt.compulink.co.uk>
13414              Date: Tue, 05 Sep 2000 14:13:37 +0100
13415              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
13416      Branch: perl
13417            ! toke.c
13418 ____________________________________________________________________________
13419 [  7027] By: jhi                                   on 2000/09/07  18:45:35
13420         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
13421              From: Daniel Chetlin <daniel@chetlin.com>
13422              Date: Tue, 5 Sep 2000 04:57:07 -0700
13423              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
13424      Branch: perl
13425            ! pod/perlfaq6.pod pod/perlop.pod
13426 ____________________________________________________________________________
13427 [  7026] By: jhi                                   on 2000/09/07  18:44:01
13428         Log: Document the new ref() semantics.
13429              
13430              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
13431              From: Gisle Aas <gisle@ActiveState.com>
13432              Date: 05 Sep 2000 08:10:30 +0200
13433              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
13434      Branch: perl
13435            ! pod/perldelta.pod
13436 ____________________________________________________________________________
13437 [  7025] By: jhi                                   on 2000/09/07  18:42:27
13438         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
13439              
13440              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
13441              From: Gisle Aas <gisle@ActiveState.com>
13442              Date: 05 Sep 2000 08:11:40 +0200
13443              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
13444      Branch: perl
13445            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
13446 ____________________________________________________________________________
13447 [  7024] By: jhi                                   on 2000/09/07  18:39:32
13448         Log: Subject: [PATCH] Modernize Opcode.pm documentation
13449              From: Gisle Aas <gisle@ActiveState.com>
13450              Date: 4 Sep 2000 00:18:55 -0000
13451              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
13452      Branch: perl
13453            ! ext/Opcode/Opcode.pm
13454 ____________________________________________________________________________
13455 [  7023] By: jhi                                   on 2000/09/07  18:37:42
13456         Log: Subject: [PATCH] Tied filehandle documentation
13457              From: Gisle Aas <gisle@ActiveState.com>
13458              Date: 4 Sep 2000 00:14:40 -0000
13459              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
13460      Branch: perl
13461            ! pod/perlfunc.pod pod/perltie.pod
13462 ____________________________________________________________________________
13463 [  7022] By: jhi                                   on 2000/09/07  18:35:37
13464         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
13465              From: Gisle Aas <gisle@ActiveState.com>
13466              Date: 4 Sep 2000 00:04:22 -0000
13467              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
13468      Branch: perl
13469            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
13470 ____________________________________________________________________________
13471 [  7021] By: jhi                                   on 2000/09/07  18:33:22
13472         Log: Subject: small apidoc fix
13473              From: Marc Lehmann <pcg@goof.com>
13474              Date: Sun, 3 Sep 2000 05:12:06 +0200
13475              Message-ID: <20000903051206.A5909@cerebro.laendle>
13476      Branch: perl
13477            ! pod/perlapi.pod utf8.c
13478 ____________________________________________________________________________
13479 [  7020] By: jhi                                   on 2000/09/07  16:14:57
13480         Log: Tiny perldelta nits.
13481      Branch: perl
13482            ! pod/perldelta.pod
13483 ____________________________________________________________________________
13484 [  7019] By: jhi                                   on 2000/09/07  16:04:20
13485         Log: Guard against bad string->int conversion for quads.
13486      Branch: perl
13487            ! t/op/64bitint.t
13488 ____________________________________________________________________________
13489 [  7018] By: jhi                                   on 2000/09/06  17:07:03
13490         Log: Update Unicode todo list.
13491      Branch: perl
13492            ! Todo-5.6
13493 ____________________________________________________________________________
13494 [  7017] By: jhi                                   on 2000/09/05  21:16:01
13495         Log: Document the SvIOK_.*UV().
13496      Branch: perl
13497            ! pod/perlapi.pod sv.h
13498 ____________________________________________________________________________
13499 [  7016] By: nick                                  on 2000/09/03  21:54:46
13500         Log: Hash lookup of constant strings optimization:
13501              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
13502              to string table (as per sharepvn). Add newSV_pvn_share to create such
13503              a thing. Make hv.c compare addresses of strings and skip string compare
13504              if equal. Make method_named and helem ops use these shared-string SVs
13505              when arg is constant. Make keys op return shared-string SVs (less clearly
13506              a win).
13507      Branch: perl
13508            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
13509            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
13510            ! pod/perlintern.pod pp_hot.c proto.h sv.c
13511 ____________________________________________________________________________
13512 [  7015] By: jhi                                   on 2000/09/02  17:48:59
13513         Log: This is 5.7.0.
13514      Branch: perl
13515            ! Changes
13516 ____________________________________________________________________________
13517 [  7014] By: jhi                                   on 2000/09/02  17:35:45
13518         Log: Changes and patchlevel tweaks.
13519      Branch: perl
13520            ! Changes patchlevel.h
13521 ____________________________________________________________________________
13522 [  7013] By: jhi                                   on 2000/09/02  17:30:50
13523         Log: Update Changes.
13524      Branch: perl
13525            ! Changes patchlevel.h
13526 ____________________________________________________________________________
13527 [  7012] By: nick                                  on 2000/09/02  17:25:20
13528         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
13529      Branch: perl
13530            ! gv.c lib/overload.pm
13531 ____________________________________________________________________________
13532 [  7011] By: jhi                                   on 2000/09/02  17:16:25
13533         Log: Update perlhist.
13534      Branch: perl
13535            ! pod/perlhist.pod
13536 ____________________________________________________________________________
13537 [  7010] By: jhi                                   on 2000/09/02  17:01:35
13538         Log: perldelta nits.
13539      Branch: perl
13540            ! pod/perldelta.pod
13541 ____________________________________________________________________________
13542 [  7009] By: nick                                  on 2000/09/02  16:48:35
13543         Log: If overloaded %{} etc. return the object do not loop.
13544              Thus  sub deref { $_[0] } functions if object is wanted type.
13545      Branch: perl
13546            ! pp.h
13547 ____________________________________________________________________________
13548 [  7008] By: jhi                                   on 2000/09/02  16:26:11
13549         Log: Retab MANIFEST.
13550      Branch: perl
13551            ! ext/Storable/MANIFEST
13552 ____________________________________________________________________________
13553 [  7007] By: jhi                                   on 2000/09/02  16:23:02
13554         Log: Make certain cc is set before trying to run it.
13555      Branch: perl
13556            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
13557 ____________________________________________________________________________
13558 [  7006] By: jhi                                   on 2000/09/02  15:45:41
13559         Log: Unicode notes.
13560      Branch: perl
13561            ! pod/perldelta.pod
13562 ____________________________________________________________________________
13563 [  7005] By: jhi                                   on 2000/09/02  15:42:11
13564         Log: Various Configure nits by Philip Newton,
13565              plus the ebcdic one by me.
13566      Branch: metaconfig
13567            + U/modified/pager.U
13568            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
13569      Branch: metaconfig/U/perl
13570            ! Devel.U quadfio.U
13571      Branch: perl
13572            ! Configure config_h.SH
13573 ____________________________________________________________________________
13574 [  7004] By: jhi                                   on 2000/09/02  15:06:14
13575         Log: Apparently avoiding the swapping is too costly.
13576              
13577              From: "Ben Tilly" <ben_tilly@hotmail.com>
13578              Subject: Re: the door is closed.
13579              Date: Fri, 01 Sep 2000 20:23:16 EDT
13580              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
13581      Branch: perl
13582            ! pod/perlfaq4.pod
13583 ____________________________________________________________________________
13584 [  7003] By: nick                                  on 2000/09/02  12:26:04
13585         Log: Undo part of change 6489 which looks like a bulk edit which
13586              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
13587              The supressing of main:: on return from select() is undesirable.
13588      Branch: perl
13589            ! pp_sys.c
13590 ____________________________________________________________________________
13591 [  7002] By: jhi                                   on 2000/09/01  23:08:54
13592         Log: Update Changes.
13593      Branch: perl
13594            ! Changes patchlevel.h
13595 ____________________________________________________________________________
13596 [  7001] By: jhi                                   on 2000/09/01  23:00:13
13597         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
13598              From: Peter Prymmer <pvhp@forte.com>
13599              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
13600              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
13601              
13602              plus rework the http: spots as suggested by Tom Christiansen,
13603              plus regen perltoc.
13604      Branch: perl
13605            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
13606            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
13607 ____________________________________________________________________________
13608 [  7000] By: jhi                                   on 2000/09/01  22:36:01
13609         Log: Only the first line, thank you very much.
13610      Branch: perl
13611            ! hints/solaris_2.sh
13612 ____________________________________________________________________________
13613 [  6999] By: gsar                                  on 2000/09/01  22:16:40
13614         Log: change#6791 accidentally clobbered change#6710, put it back
13615      Branch: perl
13616            ! win32/win32.c
13617 ____________________________________________________________________________
13618 [  6998] By: jhi                                   on 2000/09/01  22:14:16
13619         Log: Mention the HP-UX LP64 freak failure.
13620      Branch: perl
13621            ! pod/perldelta.pod
13622 ____________________________________________________________________________
13623 [  6997] By: jhi                                   on 2000/09/01  21:48:32
13624         Log: Detypo.
13625      Branch: perl
13626            ! hints/hpux.sh
13627 ____________________________________________________________________________
13628 [  6996] By: jhi                                   on 2000/09/01  21:27:10
13629         Log: Update Changes.
13630      Branch: perl
13631            ! Changes patchlevel.h
13632 ____________________________________________________________________________
13633 [  6995] By: jhi                                   on 2000/09/01  21:14:24
13634         Log: Mi splgn s gnin.g
13635      Branch: perl
13636            ! pp_ctl.c
13637 ____________________________________________________________________________
13638 [  6994] By: jhi                                   on 2000/09/01  21:09:54
13639         Log: Subject: http:// in L<>
13640              From: Nicholas Clark <nick@ccl4.org>
13641              Date: Fri, 1 Sep 2000 22:03:21 +0100
13642              Message-ID: <20000901220321.B72074@plum.flirble.org>
13643      Branch: perl
13644            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
13645 ____________________________________________________________________________
13646 [  6993] By: jhi                                   on 2000/09/01  21:06:54
13647         Log: Update to Storable 1.0, from Raphael Manfredi.
13648      Branch: perl
13649            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
13650            ! ext/Storable/Makefile.PL ext/Storable/README
13651            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
13652            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
13653            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
13654            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
13655            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
13656            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
13657 ____________________________________________________________________________
13658 [  6992] By: jhi                                   on 2000/09/01  20:43:05
13659         Log: Mention known sfio+linux buglet.
13660      Branch: perl
13661            ! pod/perldelta.pod
13662 ____________________________________________________________________________
13663 [  6991] By: jhi                                   on 2000/09/01  20:40:11
13664         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
13665              From: Peter Prymmer <pvhp@forte.com>
13666              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
13667              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
13668      Branch: perl
13669            ! vms/vms.c
13670 ____________________________________________________________________________
13671 [  6990] By: jhi                                   on 2000/09/01  20:25:26
13672         Log: Retract #6986.
13673      Branch: perl
13674            ! hints/solaris_2.sh
13675 ____________________________________________________________________________
13676 [  6989] By: jhi                                   on 2000/09/01  20:23:00
13677         Log: Mergesort is back.
13678      Branch: perl
13679            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
13680 ____________________________________________________________________________
13681 [  6988] By: jhi                                   on 2000/09/01  19:37:40
13682         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
13683              From: Mike Guy <mjtg@cam.ac.uk>
13684              Date: Fri, 01 Sep 2000 17:43:33 +0100
13685              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
13686      Branch: perl
13687            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
13688            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
13689 ____________________________________________________________________________
13690 [  6987] By: jhi                                   on 2000/09/01  19:17:10
13691         Log: Regen perltoc.
13692      Branch: perl
13693            ! pod/perltoc.pod
13694 ____________________________________________________________________________
13695 [  6986] By: jhi                                   on 2000/09/01  18:51:10
13696         Log: Subject: Re: Solaris x86 has no SPARC libraries!
13697              From: Lupe Christoph <lupe@lupe-christoph.de>
13698              Date: Fri, 1 Sep 2000 20:41:20 +0200
13699              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
13700      Branch: perl
13701            ! hints/solaris_2.sh
13702 ____________________________________________________________________________
13703 [  6985] By: jhi                                   on 2000/09/01  18:28:10
13704         Log: Update Changes.
13705      Branch: perl
13706            ! Changes patchlevel.h
13707 ____________________________________________________________________________
13708 [  6984] By: jhi                                   on 2000/09/01  18:26:53
13709         Log: Feature ordering tweak.
13710      Branch: perl
13711            ! myconfig.SH
13712 ____________________________________________________________________________
13713 [  6983] By: jhi                                   on 2000/09/01  18:19:50
13714         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
13715              From: <abigail@foad.org>
13716              Date: Fri, 1 Sep 2000 13:07:32 -0400
13717              Message-ID: <20000901170732.18249.qmail@foad.org>
13718      Branch: perl
13719            ! t/pragma/overload.t
13720 ____________________________________________________________________________
13721 [  6982] By: jhi                                   on 2000/09/01  18:17:54
13722         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
13723              so that case-ignoring systems like DCL can tell them from
13724              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
13725      Branch: metaconfig/U/perl
13726            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
13727      Branch: perl
13728            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13729            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
13730            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
13731            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
13732            ! vos/config.def vos/config.h vos/config_h.SH_orig
13733            ! win32/config.bc win32/config.gc win32/config.vc
13734 ____________________________________________________________________________
13735 [  6981] By: nick                                  on 2000/09/01  17:21:57
13736         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
13737              warning when UNTIE exists and instead pass the cound of extra references to
13738              the UNTIE method.
13739      Branch: perl
13740            ! pod/perltie.pod pp_sys.c
13741 ____________________________________________________________________________
13742 [  6980] By: jhi                                   on 2000/09/01  16:54:44
13743         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
13744              From: Peter Prymmer <pvhp@forte.com>
13745              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
13746              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
13747      Branch: perl
13748            ! configure.com
13749 ____________________________________________________________________________
13750 [  6979] By: jhi                                   on 2000/09/01  16:06:20
13751         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
13752              From: Mike Guy <mjtg@cam.ac.uk> 
13753              Date: Fri, 01 Sep 2000 16:49:27 +0100
13754              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
13755      Branch: perl
13756            ! t/base/rs.t
13757 ____________________________________________________________________________
13758 [  6978] By: jhi                                   on 2000/09/01  16:00:42
13759         Log: Update to PodParser 1.18, from Brad Appleton.
13760      Branch: perl
13761            ! lib/Pod/Checker.pm t/pod/find.t
13762 ____________________________________________________________________________
13763 [  6977] By: jhi                                   on 2000/09/01  14:48:58
13764         Log: Subject: Nit in Configure (bleadperl@6961)
13765              From: Lupe Christoph <lupe@lupe-christoph.de>
13766              Date: Fri, 1 Sep 2000 16:34:29 +0200
13767              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
13768      Branch: metaconfig
13769            ! U/compline/ccflags.U
13770      Branch: perl
13771            ! Configure config_h.SH
13772 ____________________________________________________________________________
13773 [  6976] By: jhi                                   on 2000/09/01  14:39:52
13774         Log: Update Changes.
13775      Branch: perl
13776            ! Changes patchlevel.h
13777 ____________________________________________________________________________
13778 [  6975] By: jhi                                   on 2000/09/01  14:37:36
13779         Log: microperl config update.
13780      Branch: perl
13781            ! uconfig.h uconfig.sh
13782 ____________________________________________________________________________
13783 [  6974] By: jhi                                   on 2000/09/01  14:36:53
13784         Log: Document known deficiencies.
13785      Branch: perl
13786            ! pod/perldelta.pod
13787 ____________________________________________________________________________
13788 [  6973] By: jhi                                   on 2000/09/01  14:10:20
13789         Log: Mention warnings fixes and updates.
13790      Branch: perl
13791            ! pod/perldelta.pod
13792 ____________________________________________________________________________
13793 [  6972] By: jhi                                   on 2000/09/01  14:01:52
13794         Log: Drop unused argument.
13795              
13796              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
13797              From: Spider Boardman <spider@web.zk3.dec.com>
13798              Date: Thu, 31 Aug 2000 16:10:15 -0400
13799              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
13800      Branch: perl
13801            ! toke.c
13802 ____________________________________________________________________________
13803 [  6971] By: jhi                                   on 2000/09/01  13:59:24
13804         Log: Add the overload warnings to perldiag.
13805      Branch: perl
13806            ! lib/overload.pm pod/perldiag.pod
13807 ____________________________________________________________________________
13808 [  6970] By: jhi                                   on 2000/09/01  13:55:10
13809         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
13810              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
13811              Date: Fri, 1 Sep 2000 13:43:15 +0100 
13812              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
13813      Branch: perl
13814            ! lib/overload.pm t/pragma/overload.t
13815 ____________________________________________________________________________
13816 [  6969] By: jhi                                   on 2000/09/01  13:52:27
13817         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
13818              From: <abigail@foad.org>
13819              Date: Fri, 1 Sep 2000 05:46:54 -0400
13820              Message-ID: <20000901094654.6476.qmail@foad.org>
13821      Branch: perl
13822            ! lib/overload.pm
13823 ____________________________________________________________________________
13824 [  6968] By: jhi                                   on 2000/09/01  13:50:05
13825         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
13826              From: Daniel Chetlin <daniel@chetlin.com>
13827              Date: Fri, 1 Sep 2000 02:10:55 -0700
13828              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
13829      Branch: perl
13830            ! pod/perlretut.pod
13831 ____________________________________________________________________________
13832 [  6967] By: jhi                                   on 2000/09/01  13:47:54
13833         Log: Part of the solution.
13834              
13835              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
13836              From: Mike Guy <mjtg@cam.ac.uk>
13837              Date: Fri, 01 Sep 2000 14:16:01 +0100
13838              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
13839      Branch: perl
13840            ! gv.c mg.c
13841 ____________________________________________________________________________
13842 [  6966] By: jhi                                   on 2000/09/01  13:46:17
13843         Log: Subject: CPAN.pm beta 1.57_57 for the core
13844              From: andreas.koenig@anima.de (Andreas J. Koenig)
13845              Date: 01 Sep 2000 15:16:31 +0200
13846              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
13847      Branch: perl
13848            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
13849 ____________________________________________________________________________
13850 [  6965] By: jhi                                   on 2000/09/01  13:43:18
13851         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
13852              From: "Craig A. Berry" <craig.berry@psinetcs.com>
13853              Date: Fri, 01 Sep 2000 01:47:22 -0500
13854              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
13855      Branch: perl
13856            ! pod/perldelta.pod vms/vms.c
13857 ____________________________________________________________________________
13858 [  6964] By: jhi                                   on 2000/09/01  13:35:35
13859         Log: File::Temp patches from Andreas König,
13860              
13861              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
13862              From: andreas.koenig@anima.de (Andreas J. Koenig)
13863              Date: 01 Sep 2000 10:07:20 +0200
13864              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
13865              
13866              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
13867              From: andreas.koenig@anima.de (Andreas J. Koenig)
13868              Date: 31 Aug 2000 23:26:08 +0200
13869              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
13870      Branch: perl
13871            ! lib/File/Temp.pm t/lib/ftmp-security.t
13872 ____________________________________________________________________________
13873 [  6963] By: jhi                                   on 2000/09/01  02:22:24
13874         Log: Retract the mergesort code, way too incompatible licensing
13875              and copyrights.
13876      Branch: perl
13877            ! pod/perldelta.pod pp_ctl.c
13878 ____________________________________________________________________________
13879 [  6962] By: jhi                                   on 2000/08/31  23:27:32
13880         Log: Update Changes.
13881      Branch: perl
13882            ! Changes patchlevel.h
13883 ____________________________________________________________________________
13884 [  6961] By: jhi                                   on 2000/08/31  23:20:04
13885         Log: Small tweaks all over.
13886      Branch: metaconfig
13887            ! U/compline/d_gconvert.U
13888      Branch: perl
13889            ! AUTHORS Configure config_h.SH pp_ctl.c
13890 ____________________________________________________________________________
13891 [  6960] By: jhi                                   on 2000/08/31  22:39:36
13892         Log: Further rewording.
13893      Branch: perl
13894            ! pp_ctl.c
13895 ____________________________________________________________________________
13896 [  6959] By: jhi                                   on 2000/08/31  21:26:44
13897         Log: More address tweaking.
13898      Branch: perl
13899            ! AUTHORS Changes
13900 ____________________________________________________________________________
13901 [  6958] By: jhi                                   on 2000/08/31  20:47:25
13902         Log: AUTHORS tweaks, from Peter Prymmer.
13903              
13904              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
13905              From: Peter Prymmer <pvhp@forte.com>
13906              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
13907              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
13908      Branch: perl
13909            ! AUTHORS MAINTAIN
13910 ____________________________________________________________________________
13911 [  6957] By: jhi                                   on 2000/08/31  20:34:43
13912         Log: perldelta tweaks.
13913      Branch: perl
13914            ! pod/perldelta.pod
13915 ____________________________________________________________________________
13916 [  6956] By: jhi                                   on 2000/08/31  19:11:06
13917         Log: Regen perltoc.
13918      Branch: perl
13919            ! pod/perltoc.pod
13920 ____________________________________________________________________________
13921 [  6955] By: jhi                                   on 2000/08/31  19:06:30
13922         Log: Clarify the mergesort situation.
13923      Branch: perl
13924            ! pp_ctl.c
13925 ____________________________________________________________________________
13926 [  6954] By: jhi                                   on 2000/08/31  18:24:17
13927         Log: Move the Solaris 7 scan to use64bitall, make the
13928              failure to find 64-bot sparc libc to mention the
13929              possibility of being in an intel, from Lupe and Alan.
13930      Branch: perl
13931            ! hints/solaris_2.sh
13932 ____________________________________________________________________________
13933 [  6953] By: jhi                                   on 2000/08/31  18:09:20
13934         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
13935              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
13936      Branch: metaconfig
13937            ! U/compline/d_gconvert.U U/threads/archname.U
13938      Branch: metaconfig/U/perl
13939            ! perlxv.U
13940      Branch: perl
13941            ! Configure config_h.SH sv.c
13942 ____________________________________________________________________________
13943 [  6952] By: jhi                                   on 2000/08/31  17:42:24
13944         Log: :: not allowed in pathnames, change to .
13945              
13946              Subject: [PATCH perl@6938] cygwin port
13947              From: "Fifer, Eric" <EFifer@sanwaint.com>
13948              Date: Thu, 31 Aug 2000 16:32:59 +0100
13949              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
13950      Branch: metaconfig/U/perl
13951            ! perlxv.U
13952 ____________________________________________________________________________
13953 [  6951] By: jhi                                   on 2000/08/31  17:02:05
13954         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
13955      Branch: perl
13956            ! perl.h
13957 ____________________________________________________________________________
13958 [  6950] By: jhi                                   on 2000/08/31  16:26:08
13959         Log: More author updates.
13960              
13961              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
13962              From: Simon Cozens <simon@cozens.net>
13963              Date: Thu, 31 Aug 2000 17:13:32 +0100
13964              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
13965      Branch: perl
13966            ! AUTHORS
13967 ____________________________________________________________________________
13968 [  6949] By: jhi                                   on 2000/08/31  16:04:49
13969         Log: POSIX doesn't report long double values under -Duselongdouble
13970              when the long doubles are "real" (bigger than doubles).
13971              
13972              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
13973              From: Spider Boardman <spider@peano.zk3.dec.com>
13974              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
13975              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
13976      Branch: perl
13977            ! ext/POSIX/POSIX.xs
13978 ____________________________________________________________________________
13979 [  6948] By: jhi                                   on 2000/08/31  15:25:10
13980         Log: Update Changes.
13981      Branch: perl
13982            ! Changes patchlevel.h
13983 ____________________________________________________________________________
13984 [  6947] By: jhi                                   on 2000/08/31  15:22:29
13985         Log: Document UNTIE in a very minimalistic way.
13986      Branch: perl
13987            ! pod/perlfunc.pod pod/perltie.pod
13988 ____________________________________________________________________________
13989 [  6946] By: jhi                                   on 2000/08/31  15:15:23
13990         Log: Document known failures.
13991      Branch: perl
13992            ! pod/perldelta.pod
13993 ____________________________________________________________________________
13994 [  6945] By: jhi                                   on 2000/08/31  15:07:00
13995         Log: Don't attach -ld to the archname if pointless.
13996      Branch: metaconfig
13997            ! U/threads/archname.U
13998      Branch: perl
13999            ! Configure config_h.SH
14000 ____________________________________________________________________________
14001 [  6944] By: jhi                                   on 2000/08/31  14:37:42
14002         Log: Wrap the test in eval.
14003              
14004              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
14005              From: Tim Jenness <timj@jach.hawaii.edu>
14006              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
14007              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
14008      Branch: perl
14009            ! t/lib/ftmp-security.t
14010 ____________________________________________________________________________
14011 [  6943] By: jhi                                   on 2000/08/31  14:30:57
14012         Log: Make -Dusemorebits find long doubles in Solaris.
14013      Branch: perl
14014            ! hints/solaris_2.sh
14015 ____________________________________________________________________________
14016 [  6942] By: jhi                                   on 2000/08/31  13:48:45
14017         Log: Clarify the third case of ftmp-security warnings.
14018      Branch: perl
14019            ! INSTALL
14020 ____________________________________________________________________________
14021 [  6941] By: jhi                                   on 2000/08/31  13:40:31
14022         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
14023              From: <abigail@foad.org>
14024              Date: Thu, 31 Aug 2000 01:35:05 -0400
14025              Message-ID: <20000831053505.32120.qmail@foad.org>
14026      Branch: perl
14027            ! pod/perldelta.pod
14028 ____________________________________________________________________________
14029 [  6940] By: jhi                                   on 2000/08/31  13:38:48
14030         Log: Issue useful diagnostic on unknown pod commands.
14031              
14032              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
14033              From: <abigail@foad.org>
14034              Date: Thu, 31 Aug 2000 03:41:18 -0400
14035              Message-ID: <20000831074118.24880.qmail@foad.org>
14036      Branch: perl
14037            ! lib/Pod/Man.pm
14038 ____________________________________________________________________________
14039 [  6939] By: jhi                                   on 2000/08/31  13:34:33
14040         Log: Reveal Borland's isnan.
14041              
14042              Subject: build with BC++ tweak
14043              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
14044              Date: Thu, 31 Aug 2000 13:09:37 +0400
14045              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
14046      Branch: perl
14047            ! win32/win32.h
14048 ____________________________________________________________________________
14049 [  6938] By: jhi                                   on 2000/08/31  05:01:20
14050         Log: Update Changes.
14051      Branch: perl
14052            ! Changes patchlevel.h
14053 ____________________________________________________________________________
14054 [  6937] By: jhi                                   on 2000/08/31  04:26:23
14055         Log: sscanf() may be the only way to read long doubles from strings.
14056      Branch: metaconfig/U/perl
14057            ! longdblfio.U
14058      Branch: perl
14059            ! Configure config_h.SH perl.h util.c
14060 ____________________________________________________________________________
14061 [  6936] By: jhi                                   on 2000/08/31  04:18:19
14062         Log: The #6929 was too skimpy.
14063      Branch: perl
14064            ! sv.c
14065 ____________________________________________________________________________
14066 [  6935] By: jhi                                   on 2000/08/31  02:47:07
14067         Log: Subject: Re: typos in pods
14068              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14069              Date: Wed, 30 Aug 2000 19:25:34 -0700
14070              Message-ID: <eIcr5gzkg25X092yn@efn.org>
14071      Branch: perl
14072            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
14073 ____________________________________________________________________________
14074 [  6934] By: jhi                                   on 2000/08/31  02:42:55
14075         Log: Missed one Unicode file.
14076      Branch: perl
14077            + lib/unicode/UCDFF301.html
14078 ____________________________________________________________________________
14079 [  6933] By: jhi                                   on 2000/08/30  23:42:27
14080         Log: Update Changes.
14081      Branch: perl
14082            ! Changes patchlevel.h
14083 ____________________________________________________________________________
14084 [  6932] By: jhi                                   on 2000/08/30  23:40:07
14085         Log: Mention UNTIE in perldelta.  Still needs documenting
14086              in perltie et alia.
14087      Branch: perl
14088            ! pod/perldelta.pod
14089 ____________________________________________________________________________
14090 [  6931] By: jhi                                   on 2000/08/30  23:36:02
14091         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
14092              From: <abigail@foad.org>
14093              Date: Wed, 30 Aug 2000 19:28:07 -0400
14094              Message-ID: <20000830232807.305.qmail@foad.org>
14095      Branch: perl
14096            ! pod/perldelta.pod
14097 ____________________________________________________________________________
14098 [  6930] By: jhi                                   on 2000/08/30  23:32:40
14099         Log: Update to Unicode 3.0.1.
14100      Branch: perl
14101            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
14102            + lib/unicode/PropList.txt lib/unicode/README.perl
14103            + lib/unicode/UCD301.html lib/unicode/Unicode.301
14104            - lib/unicode/Props.txt lib/unicode/UCD300.html
14105            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
14106            ! (edit 257 files)
14107 ____________________________________________________________________________
14108 [  6929] By: jhi                                   on 2000/08/30  22:38:18
14109         Log: Heap decorruption.
14110              
14111              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
14112              From: Alan Burlison <Alan.Burlison@uk.sun.com>
14113              Date: Wed, 30 Aug 2000 22:39:52 +0100
14114              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
14115      Branch: perl
14116            ! sv.c
14117 ____________________________________________________________________________
14118 [  6928] By: jhi                                   on 2000/08/30  22:29:34
14119         Log: Retract the dummy test, skip the security tests (instead of failing),
14120              explain what the warnings mean.
14121      Branch: perl
14122            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
14123 ____________________________________________________________________________
14124 [  6927] By: jhi                                   on 2000/08/30  22:14:13
14125         Log: Change the internal implementation of sort() to be mergesort
14126              instead of quicksort, from John Linderman <jpl@research.att.com>.
14127              Gives us better worst case, better average case, and stability.
14128              What's there not to like?  (Small fixes for threaded builds
14129              were required).
14130      Branch: perl
14131            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
14132 ____________________________________________________________________________
14133 [  6926] By: jhi                                   on 2000/08/30  20:55:20
14134         Log: A better fix for the Socket building problem from Craig Berry.
14135      Branch: perl
14136            ! vms/vms.c
14137 ____________________________________________________________________________
14138 [  6925] By: jhi                                   on 2000/08/30  20:20:25
14139         Log: Subject: [PATCH] Re: UNTIE method 
14140              From: Nick Ing-Simmons <nik@tiuk.ti.com>
14141              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
14142              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
14143      Branch: perl
14144            ! pp_sys.c t/op/tie.t
14145 ____________________________________________________________________________
14146 [  6924] By: jhi                                   on 2000/08/30  20:17:11
14147         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
14148              From: "Craig A. Berry" <craig.berry@psinetcs.com>
14149              Date: Wed, 30 Aug 2000 15:03:14 -0500
14150              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
14151      Branch: perl
14152            ! vms/vms.c
14153 ____________________________________________________________________________
14154 [  6923] By: jhi                                   on 2000/08/30  20:15:18
14155         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
14156              From: "Craig A. Berry" <craig.berry@psinetcs.com>
14157              Date: Wed, 30 Aug 2000 13:30:36 -0500
14158              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
14159      Branch: perl
14160            ! vms/vms.c
14161 ____________________________________________________________________________
14162 [  6922] By: jhi                                   on 2000/08/30  19:54:43
14163         Log: Better options for rsync.
14164      Branch: perl
14165            ! pod/perlhack.pod
14166 ____________________________________________________________________________
14167 [  6921] By: jhi                                   on 2000/08/30  19:40:16
14168         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
14169              From: Rick Delaney <rick@consumercontact.com>
14170              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
14171              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
14172      Branch: perl
14173            ! pod/perlfunc.pod
14174 ____________________________________________________________________________
14175 [  6920] By: jhi                                   on 2000/08/30  19:36:40
14176         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
14177              From: Peter Prymmer <pvhp@forte.com>
14178              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
14179              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
14180      Branch: perl
14181            ! configure.com
14182 ____________________________________________________________________________
14183 [  6919] By: jhi                                   on 2000/08/30  14:52:02
14184         Log: Update Changes.
14185      Branch: perl
14186            ! Changes patchlevel.h
14187 ____________________________________________________________________________
14188 [  6918] By: jhi                                   on 2000/08/30  14:48:34
14189         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
14190      Branch: perl
14191            ! lib/ExtUtils/typemap
14192 ____________________________________________________________________________
14193 [  6917] By: jhi                                   on 2000/08/30  14:46:34
14194         Log: Subject: typos in pods
14195              From: Nicholas Clark <nick@ccl4.org>
14196              Date: Wed, 30 Aug 2000 01:12:50 +0100
14197              Message-ID: <20000830011249.A61388@plum.flirble.org>
14198      Branch: perl
14199            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
14200            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
14201            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
14202            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
14203 ____________________________________________________________________________
14204 [  6916] By: jhi                                   on 2000/08/30  14:19:09
14205         Log: Document Storable problems on Crays.  (Will have
14206              to document all the other Storable problems, too.)
14207      Branch: perl
14208            ! pod/perldelta.pod
14209 ____________________________________________________________________________
14210 [  6915] By: jhi                                   on 2000/08/30  14:06:02
14211         Log: Subject: [PATCH] fix misc cast warnings
14212              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14213              Date: Tue, 29 Aug 2000 23:16:14 -0700
14214              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
14215      Branch: perl
14216            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
14217            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
14218            ! os2/os2ish.h
14219 ____________________________________________________________________________
14220 [  6914] By: jhi                                   on 2000/08/30  14:03:45
14221         Log: Timestamp mismatch again.  Need to fix this dependence on
14222              config_h.SH timestamp, since it's the contents of config_h.SH
14223              that matter.
14224      Branch: perl
14225            ! uconfig.h uconfig.sh
14226 ____________________________________________________________________________
14227 [  6913] By: jhi                                   on 2000/08/30  13:54:06
14228         Log: Don't say "Perl 5.0 source kit".
14229      Branch: perl
14230            ! perl.c
14231 ____________________________________________________________________________
14232 [  6912] By: jhi                                   on 2000/08/30  13:51:24
14233         Log: Reset archname and archname64 always, forcing them be
14234              recomputed at each Configure run, make Configure and
14235              the hints files agree on the naming of largefiles variables.
14236      Branch: metaconfig
14237            ! U/threads/archname.U
14238      Branch: metaconfig/U/perl
14239            ! use64bits.U
14240      Branch: perl
14241            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
14242            ! hints/linux.sh hints/solaris_2.sh
14243 ____________________________________________________________________________
14244 [  6911] By: jhi                                   on 2000/08/30  13:30:13
14245         Log: Put back the slice accidentally removed by #6907.
14246      Branch: perl
14247            ! hints/solaris_2.sh
14248 ____________________________________________________________________________
14249 [  6910] By: jhi                                   on 2000/08/30  01:24:26
14250         Log: Be consistent: other Net::get* do export theirs.
14251              
14252              Subject: Re: Net::protoent does not export 'getproto'
14253              From: Yasushi Nakajima <sey@jkc.co.jp>
14254              Date: Wed, 30 Aug 2000 09:53:14 +0900
14255              Message-Id: <200008300051.DAA24700@taku.hut.fi>
14256      Branch: perl
14257            ! lib/Net/protoent.pm
14258 ____________________________________________________________________________
14259 [  6909] By: jhi                                   on 2000/08/30  01:17:25
14260         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
14261              From: Gurusamy Sarathy <gsar@ActiveState.com>
14262              Date: Tue, 29 Aug 2000 17:17:07 -0700
14263              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
14264      Branch: perl
14265            ! cop.h
14266 ____________________________________________________________________________
14267 [  6908] By: jhi                                   on 2000/08/30  00:58:05
14268         Log: Update Changes.
14269      Branch: perl
14270            ! Changes patchlevel.h
14271 ____________________________________________________________________________
14272 [  6907] By: jhi                                   on 2000/08/30  00:57:22
14273         Log: Introduce ccname to keep track of what compiler kind of we have.
14274      Branch: metaconfig/U/perl
14275            ! Checkcc.U gccvers.U
14276      Branch: perl
14277            ! Configure config_h.SH hints/solaris_2.sh
14278 ____________________________________________________________________________
14279 [  6906] By: jhi                                   on 2000/08/30  00:25:47
14280         Log: Put back the flags dump as reasoned in
14281              
14282              Subject: Re: [PATCH] Glob dumping
14283              From: Mike Guy <mjtg@cam.ac.uk> 
14284              Date: Tue, 29 Aug 2000 21:41:32 +0100
14285              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
14286      Branch: perl
14287            ! dump.c t/lib/peek.t
14288 ____________________________________________________________________________
14289 [  6905] By: jhi                                   on 2000/08/30  00:16:17
14290         Log: Make the epsilon to be relative, not absolute.
14291              
14292              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
14293              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
14294              Date: Tue, 29 Aug 2000 19:58:56 -0400
14295              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
14296      Branch: perl
14297            ! t/lib/trig.t
14298 ____________________________________________________________________________
14299 [  6904] By: jhi                                   on 2000/08/30  00:13:09
14300         Log: From now on, Gisle is on my list of usual suspects :-)
14301              Retract #6902.
14302      Branch: perl
14303            ! ext/Opcode/Safe.pm
14304 ____________________________________________________________________________
14305 [  6903] By: jhi                                   on 2000/08/29  23:51:20
14306         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
14307              From: "Craig A. Berry" <craig.berry@psinetcs.com>
14308              Date: Tue, 29 Aug 2000 18:43:26 -0500
14309              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
14310      Branch: perl
14311            + vms/vmspipe.com
14312            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
14313            ! vms/vms.c
14314 ____________________________________________________________________________
14315 [  6902] By: jhi                                   on 2000/08/29  23:44:14
14316         Log: Retry what #6882 attempted.
14317              
14318              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
14319              From: Gisle Aas <gisle@ActiveState.com>
14320              Date: 30 Aug 2000 00:33:09 +0200
14321              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
14322      Branch: perl
14323            ! ext/Opcode/Safe.pm
14324 ____________________________________________________________________________
14325 [  6901] By: jhi                                   on 2000/08/29  22:59:32
14326         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
14327              From: Hugo <hv@crypt.compulink.co.uk>
14328              Date: Mon, 12 Jun 2000 19:36:08 +0100
14329              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
14330      Branch: perl
14331            ! sv.c
14332 ____________________________________________________________________________
14333 [  6900] By: jhi                                   on 2000/08/29  22:58:35
14334         Log: Admit that we are leaking scalars.
14335              
14336              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
14337              From: Spider Boardman <spider@leggy.zk3.dec.com>
14338              Date: Tue, 29 Aug 2000 18:48:29 -0400
14339              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
14340      Branch: perl
14341            ! t/pragma/warnings.t
14342 ____________________________________________________________________________
14343 [  6899] By: jhi                                   on 2000/08/29  20:53:13
14344         Log: Update Changes.
14345      Branch: perl
14346            ! Changes patchlevel.h
14347 ____________________________________________________________________________
14348 [  6898] By: jhi                                   on 2000/08/29  20:46:21
14349         Log: Undo namespace pollution of #6878.
14350              
14351              Subject: Re: Net::protoent does not export 'getproto'
14352              From: Mike Guy <mjtg@cam.ac.uk>
14353              Date: Tue, 29 Aug 2000 21:32:37 +0100
14354              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
14355      Branch: perl
14356            ! lib/Net/protoent.pm
14357 ____________________________________________________________________________
14358 [  6897] By: jhi                                   on 2000/08/29  20:44:29
14359         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
14360              From: Peter Prymmer <pvhp@forte.com>
14361              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
14362              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
14363      Branch: perl
14364            ! pod/perlebcdic.pod
14365 ____________________________________________________________________________
14366 [  6896] By: jhi                                   on 2000/08/29  20:40:57
14367         Log: There's no point repeating the 'revision' (5) of perl5.
14368      Branch: metaconfig/U/perl
14369            ! Devel.U patchlevel.U
14370      Branch: perl
14371            ! Configure config_h.SH
14372 ____________________________________________________________________________
14373 [  6895] By: jhi                                   on 2000/08/29  20:16:58
14374         Log: Regen Configure for #6894.
14375      Branch: metaconfig/U/perl
14376            ! perladmin.U
14377      Branch: perl
14378            ! Configure config_h.SH
14379 ____________________________________________________________________________
14380 [  6894] By: jhi                                   on 2000/08/29  19:59:52
14381         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
14382              From: "Philip Newton" <Philip.Newton@gmx.net>
14383              Date: Tue, 29 Aug 2000 21:39:14 +0200
14384              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
14385      Branch: perl
14386            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
14387            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
14388            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
14389            ! utils/perlbug.PL
14390 ____________________________________________________________________________
14391 [  6893] By: jhi                                   on 2000/08/29  19:55:30
14392         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
14393              From: "Philip Newton" <Philip.Newton@gmx.net>
14394              Date: Tue, 29 Aug 2000 21:39:14 +0200
14395              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
14396      Branch: perl
14397            ! installhtml
14398 ____________________________________________________________________________
14399 [  6892] By: jhi                                   on 2000/08/29  19:53:59
14400         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
14401              From: "Philip Newton" <Philip.Newton@gmx.net>
14402              Date: Tue, 29 Aug 2000 21:48:18 +0200
14403              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
14404      Branch: perl
14405            ! lib/File/Temp.pm
14406 ____________________________________________________________________________
14407 [  6891] By: jhi                                   on 2000/08/29  18:30:03
14408         Log: Nail the ID 20000828.023.
14409      Branch: perl
14410            ! ext/Storable/Storable.xs
14411 ____________________________________________________________________________
14412 [  6890] By: jhi                                   on 2000/08/29  16:50:17
14413         Log: Under usethreads the dumped variable is IN_PAD.
14414              
14415              Subject: Re: [PATCH] Glob dumping
14416              From: Gisle Aas <gisle@ActiveState.com>
14417              Date: 29 Aug 2000 18:45:05 +0200
14418              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
14419      Branch: perl
14420            ! t/lib/peek.t
14421 ____________________________________________________________________________
14422 [  6889] By: jhi                                   on 2000/08/29  15:17:37
14423         Log: Update Changes.
14424      Branch: perl
14425            ! Changes patchlevel.h
14426 ____________________________________________________________________________
14427 [  6888] By: jhi                                   on 2000/08/29  14:49:59
14428         Log: Retract #6882, broke the safe tests.
14429      Branch: perl
14430            ! ext/Opcode/Safe.pm
14431 ____________________________________________________________________________
14432 [  6887] By: jhi                                   on 2000/08/29  14:47:06
14433         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
14434              From: Gisle Aas <gisle@ActiveState.com> 
14435              Date: 09 Jun 2000 20:00:11 +0200
14436              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
14437      Branch: perl
14438            ! utils/perldoc.PL
14439 ____________________________________________________________________________
14440 [  6886] By: jhi                                   on 2000/08/29  14:42:45
14441         Log: The #6881 removed one dump line.
14442      Branch: perl
14443            ! t/lib/peek.t
14444 ____________________________________________________________________________
14445 [  6885] By: jhi                                   on 2000/08/29  14:30:47
14446         Log: Don't forget to tidy up.
14447      Branch: perl
14448            ! t/lib/ftmp-security.t
14449 ____________________________________________________________________________
14450 [  6884] By: jhi                                   on 2000/08/29  14:25:17
14451         Log: Disabling the one test is a bit tricky.
14452      Branch: perl
14453            ! t/lib/ftmp-security.t
14454 ____________________________________________________________________________
14455 [  6883] By: jhi                                   on 2000/08/29  14:16:25
14456         Log: Disable one of the tests for now.
14457      Branch: perl
14458            ! t/lib/ftmp-security.t
14459 ____________________________________________________________________________
14460 [  6882] By: jhi                                   on 2000/08/29  14:05:50
14461         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
14462              From: gisle@aas.no
14463              Date: 29 Aug 2000 10:35:06 -0000
14464              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
14465      Branch: perl
14466            ! ext/Opcode/Safe.pm
14467 ____________________________________________________________________________
14468 [  6881] By: jhi                                   on 2000/08/29  14:03:51
14469         Log: Subject: [PATCH] Glob dumping
14470              From: Gisle Aas <gisle@ActiveState.com>
14471              Date: 29 Aug 2000 07:59:42 -0000
14472              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
14473      Branch: perl
14474            ! dump.c
14475 ____________________________________________________________________________
14476 [  6880] By: jhi                                   on 2000/08/29  14:02:01
14477         Log: Subject: [PATCH] Warnings in B::Deparse
14478              From: <abigail@foad.org>
14479              Date: Tue, 29 Aug 2000 00:00:01 -0400
14480              Message-ID: <20000829040001.2999.qmail@foad.org>
14481      Branch: perl
14482            ! ext/B/B/Deparse.pm
14483 ____________________________________________________________________________
14484 [  6879] By: jhi                                   on 2000/08/29  13:57:26
14485         Log: Missed a change in #6869.
14486      Branch: perl
14487            ! mg.c
14488 ____________________________________________________________________________
14489 [  6878] By: jhi                                   on 2000/08/29  13:45:04
14490         Log: Subject: Net::protoent does not export 'getproto'
14491              From: Yasushi Nakajima <sey@jkc.co.jp>
14492              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
14493      Branch: perl
14494            ! lib/Net/protoent.pm
14495 ____________________________________________________________________________
14496 [  6877] By: jhi                                   on 2000/08/29  13:39:19
14497         Log: Patches all over for people and the files they (hopefully) care about.
14498      Branch: perl
14499            ! AUTHORS Changes MAINTAIN
14500 ____________________________________________________________________________
14501 [  6876] By: jhi                                   on 2000/08/29  12:53:54
14502         Log: Fix for thinko in #6848.
14503              
14504              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
14505              From: Lupe Christoph <lupe@lupe-christoph.de>
14506              Date: Tue, 29 Aug 2000 09:04:08 +0200
14507              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
14508      Branch: perl
14509            ! ext/Thread/Thread.xs
14510 ____________________________________________________________________________
14511 [  6875] By: jhi                                   on 2000/08/29  12:50:14
14512         Log: Update to Getopt::Long 2.24, from Johan Vromans.
14513      Branch: perl
14514            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
14515 ____________________________________________________________________________
14516 [  6874] By: jhi                                   on 2000/08/29  02:09:53
14517         Log: Use minimal @INC in tests, most of the time just '../lib',
14518              so that we simply can't pick up stuff from other Perls than
14519              the one we are testing.  Pointed out by
14520              
14521              From: Mike Guy <mjtg@cam.ac.uk>
14522              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
14523              Date: Fri, 25 Aug 2000 15:15:59 +0100
14524              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
14525      Branch: perl
14526            ! (edit 185 files)
14527 ____________________________________________________________________________
14528 [  6873] By: jhi                                   on 2000/08/29  01:07:11
14529         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
14530              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14531              Date: Mon, 28 Aug 2000 17:45:52 -0700
14532              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
14533      Branch: perl
14534            ! Makefile.SH hints/os2.sh
14535 ____________________________________________________________________________
14536 [  6872] By: jhi                                   on 2000/08/28  23:33:39
14537         Log: Subject: [PATCH bleedperl@6866] spellings
14538              From: marcel@codewerk.com (Marcel Grunauer)
14539              Date: Tue, 29 Aug 2000 01:19:59 +0200
14540              Message-Id: <200008282319.BAA29862@gandalf.local>
14541      Branch: perl
14542            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
14543            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
14544            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
14545 ____________________________________________________________________________
14546 [  6871] By: jhi                                   on 2000/08/28  23:22:09
14547         Log: Take out the SUIDMAIL thing, that will not be
14548              a problem in 5.7.*.
14549      Branch: perl
14550            ! patchlevel.h
14551 ____________________________________________________________________________
14552 [  6870] By: jhi                                   on 2000/08/28  23:19:30
14553         Log: -S is the silent flag, -s is the strip flag.
14554              
14555              Subject: [PATCH] Re: [PATCH] make no-install          
14556              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14557              Date: Mon, 28 Aug 2000 15:12:55 -0700
14558              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
14559      Branch: perl
14560            ! Makefile.SH
14561 ____________________________________________________________________________
14562 [  6869] By: jhi                                   on 2000/08/28  23:12:05
14563         Log: Subject: [PATCH bleedperl@6856] warnings fixes
14564              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
14565              Date: Mon, 28 Aug 2000 23:55:06 +0100
14566              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
14567      Branch: perl
14568            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
14569            ! warnings.h warnings.pl
14570 ____________________________________________________________________________
14571 [  6868] By: jhi                                   on 2000/08/28  21:38:22
14572         Log: Potential cruft.
14573      Branch: perl
14574            ! Makefile.SH
14575 ____________________________________________________________________________
14576 [  6867] By: jhi                                   on 2000/08/28  21:35:36
14577         Log: Update Changes.
14578      Branch: perl
14579            ! Changes patchlevel.h
14580 ____________________________________________________________________________
14581 [  6866] By: jhi                                   on 2000/08/28  21:33:49
14582         Log: Subject: hv.h Doc Patch
14583              From: Fisher Mark <fisherm@tce.com>
14584              Date: Mon, 28 Aug 2000 16:24:59 -0500
14585              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
14586      Branch: perl
14587            ! hv.h
14588 ____________________________________________________________________________
14589 [  6865] By: jhi                                   on 2000/08/28  21:02:15
14590         Log: Add -ld to archname on long tr...double platforms.
14591      Branch: metaconfig
14592            ! U/threads/archname.U
14593      Branch: perl
14594            ! Configure config_h.SH
14595 ____________________________________________________________________________
14596 [  6864] By: jhi                                   on 2000/08/28  20:38:59
14597         Log: An attempt to fix the problem reported in
14598              
14599              Subject: Building perl@6856 using gcc/AIX 4.3.3 
14600              From: Daniel Muino <dmuino@afip.gov.ar> 
14601              Date: Mon, 28 Aug 2000 15:50:01 -0300   
14602              Message-ID: <20000828155001.A14403@con2-dgi>
14603              
14604              I can't test this properly since the gcc installation I have
14605              access to seems to be botched (gcc is calling the AIX cpp,
14606              a losing proposition...)
14607      Branch: perl
14608            ! hints/aix.sh
14609 ____________________________________________________________________________
14610 [  6863] By: jhi                                   on 2000/08/28  18:57:52
14611         Log: Fix for ID 20000828.001, long doubles were not formatted
14612              correctly (showed up in $], which stopped installing perl).
14613      Branch: perl
14614            ! sv.c
14615 ____________________________________________________________________________
14616 [  6862] By: jhi                                   on 2000/08/28  18:07:15
14617         Log: Typo in #6858.
14618      Branch: perl
14619            ! lib/Cwd.pm
14620 ____________________________________________________________________________
14621 [  6861] By: jhi                                   on 2000/08/28  17:57:27
14622         Log: opmini.o may be left around if a build is interrupted.
14623      Branch: perl
14624            ! Makefile.SH
14625 ____________________________________________________________________________
14626 [  6860] By: jhi                                   on 2000/08/28  16:52:50
14627         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
14628              From: Daniel Chetlin <daniel@chetlin.com>
14629              Date: Mon, 28 Aug 2000 01:14:18 -0700
14630              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
14631      Branch: perl
14632            ! lib/overload.pm
14633 ____________________________________________________________________________
14634 [  6859] By: jhi                                   on 2000/08/28  16:08:46
14635         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
14636              From: Nicholas Clark <nick@ccl4.org>
14637              Date: Mon, 28 Aug 2000 16:03:27 +0100
14638              Message-Id: <20000828160327.C49785@plum.flirble.org>
14639      Branch: perl
14640            ! ext/ByteLoader/bytecode.h
14641 ____________________________________________________________________________
14642 [  6858] By: jhi                                   on 2000/08/28  16:02:10
14643         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
14644              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
14645              Date: Mon, 28 Aug 2000 13:08:30 +0200
14646              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
14647      Branch: perl
14648            ! lib/Cwd.pm
14649 ____________________________________________________________________________
14650 [  6857] By: jhi                                   on 2000/08/28  15:42:47
14651         Log: display_format used as a class method without arguments was broken,
14652              reported in
14653              
14654              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
14655              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
14656              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
14657              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
14658      Branch: perl
14659            ! lib/Math/Complex.pm t/lib/complex.t
14660 ____________________________________________________________________________
14661 [  6856] By: jhi                                   on 2000/08/27  22:09:48
14662         Log: Update Changes.
14663      Branch: perl
14664            ! Changes patchlevel.h
14665 ____________________________________________________________________________
14666 [  6855] By: jhi                                   on 2000/08/27  21:59:21
14667         Log: Retract #6853 (false alarm).
14668      Branch: perl
14669            ! lib/ExtUtils/xsubpp
14670 ____________________________________________________________________________
14671 [  6854] By: jhi                                   on 2000/08/27  21:37:44
14672         Log: Update Changes.
14673      Branch: perl
14674            ! Changes patchlevel.h
14675 ____________________________________________________________________________
14676 [  6853] By: jhi                                   on 2000/08/27  21:37:16
14677         Log: Subject: [PATCH perl@6850] workaround for xsubpp
14678              From: Hugo <hv@crypt.compulink.co.uk>
14679              Date: Sun, 27 Aug 2000 22:30:25 +0100
14680              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
14681      Branch: perl
14682            ! lib/ExtUtils/xsubpp
14683 ____________________________________________________________________________
14684 [  6852] By: jhi                                   on 2000/08/27  21:33:58
14685         Log: Big-endian 64-bit patch from Raphael Manfredi.
14686      Branch: perl
14687            ! ext/Storable/Storable.xs
14688 ____________________________________________________________________________
14689 [  6851] By: jhi                                   on 2000/08/27  21:22:21
14690         Log: More ruthless editing from Hugo van der Sanden.
14691      Branch: perl
14692            ! pod/perldelta.pod
14693 ____________________________________________________________________________
14694 [  6850] By: jhi                                   on 2000/08/27  16:11:46
14695         Log: Update Changes.
14696      Branch: perl
14697            ! Changes patchlevel.h
14698 ____________________________________________________________________________
14699 [  6849] By: jhi                                   on 2000/08/27  16:11:05
14700         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
14701      Branch: perl
14702            ! configpm pod/perldelta.pod
14703 ____________________________________________________________________________
14704 [  6848] By: jhi                                   on 2000/08/27  15:35:08
14705         Log: Use the actual thread type, not the pointer-to-struct.
14706      Branch: perl
14707            ! ext/Thread/Thread.xs
14708 ____________________________________________________________________________
14709 [  6847] By: jhi                                   on 2000/08/27  15:30:49
14710         Log: Test nit.
14711      Branch: perl
14712            ! t/pragma/warn/pp_sys
14713 ____________________________________________________________________________
14714 [  6846] By: jhi                                   on 2000/08/27  15:19:02
14715         Log: Passing -R in ldflags makes now it to appear in the default
14716              for lddlflags, just like with -L.
14717              
14718              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
14719              From: Lupe Christoph <lupe@lupe-christoph.de>
14720              Date: Sun, 27 Aug 2000 10:28:21 +0200
14721              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
14722      Branch: metaconfig/U/perl
14723            ! dlsrc.U
14724      Branch: perl
14725            ! Configure
14726 ____________________________________________________________________________
14727 [  6845] By: jhi                                   on 2000/08/27  15:08:54
14728         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
14729              From: Alan Burlison <Alan.Burlison@uk.sun.com>
14730              Date: Sat, 26 Aug 2000 22:23:27 +0100
14731              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
14732      Branch: perl
14733            ! lib/ExtUtils/MM_Unix.pm
14734 ____________________________________________________________________________
14735 [  6844] By: jhi                                   on 2000/08/27  15:02:37
14736         Log: DJGPP update from Laszlo Molnar.
14737              
14738              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
14739              From: ml1050 <ml1050@freemail.hu>
14740              Date: Sat, 26 Aug 2000 23:24:40 +0200
14741              Message-Id: <20000826232440.A439@freemail.hu>
14742      Branch: perl
14743            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
14744            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
14745 ____________________________________________________________________________
14746 [  6843] By: jhi                                   on 2000/08/27  14:53:58
14747         Log: Subject: installman buglet
14748              From: Lupe Christoph <lupe@lupe-christoph.de>
14749              Date: Sun, 27 Aug 2000 14:38:59 +0200
14750              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
14751      Branch: perl
14752            ! installman
14753 ____________________________________________________________________________
14754 [  6842] By: jhi                                   on 2000/08/27  14:52:08
14755         Log: Can't get the test to reliably work thanks to the
14756              inaccurateness of floating point.  "Resolves" bug ids
14757              20000826.003, 20000826.009, 20000826.010,
14758      Branch: perl
14759            ! t/lib/trig.t
14760 ____________________________________________________________________________
14761 [  6841] By: jhi                                   on 2000/08/26  15:53:58
14762         Log: Update Changes.
14763      Branch: perl
14764            ! Changes patchlevel.h
14765 ____________________________________________________________________________
14766 [  6840] By: jhi                                   on 2000/08/26  14:23:03
14767         Log: grep -e isn't portable.
14768              
14769              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
14770              From: chris@broadband.att.com
14771              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
14772              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
14773      Branch: perl
14774            ! hints/solaris_2.sh
14775 ____________________________________________________________________________
14776 [  6839] By: jhi                                   on 2000/08/26  14:12:23
14777         Log: no-install target a la make -n.
14778              
14779              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
14780              From: <abigail@foad.org>
14781              Date: Sat, 26 Aug 2000 03:57:34 -0400
14782              Message-ID: <20000826075735.18912.qmail@foad.org>
14783      Branch: perl
14784            ! Makefile.SH installman installperl
14785 ____________________________________________________________________________
14786 [  6838] By: jhi                                   on 2000/08/26  14:06:33
14787         Log: Retract #6826 as the #6828 should be do the same
14788              in a More Correct Way.
14789      Branch: perl
14790            ! installperl
14791 ____________________________________________________________________________
14792 [  6837] By: jhi                                   on 2000/08/26  05:24:00
14793         Log: More casting.
14794      Branch: perl
14795            ! ext/Storable/Storable.xs
14796 ____________________________________________________________________________
14797 [  6836] By: jhi                                   on 2000/08/26  05:05:46
14798         Log: Nicer in decimal.
14799      Branch: perl
14800            ! ext/Storable/Storable.xs
14801 ____________________________________________________________________________
14802 [  6835] By: jhi                                   on 2000/08/26  05:03:50
14803         Log: There be no UVdf.
14804      Branch: perl
14805            ! ext/Storable/Storable.xs
14806 ____________________________________________________________________________
14807 [  6834] By: jhi                                   on 2000/08/26  05:00:18
14808         Log: Continue IVdfing and UVxfing.
14809      Branch: perl
14810            ! ext/Storable/Storable.xs
14811 ____________________________________________________________________________
14812 [  6833] By: jhi                                   on 2000/08/26  04:53:14
14813         Log: Use IVdf.
14814      Branch: perl
14815            ! ext/Storable/Storable.xs
14816 ____________________________________________________________________________
14817 [  6832] By: jhi                                   on 2000/08/26  04:40:41
14818         Log: Document PTR2XX and INT2PTR.
14819      Branch: perl
14820            ! pod/perlguts.pod
14821 ____________________________________________________________________________
14822 [  6831] By: jhi                                   on 2000/08/26  04:33:18
14823         Log: Use UVxf, PTR2UV, NVff.
14824      Branch: perl
14825            ! ext/Storable/Storable.xs
14826 ____________________________________________________________________________
14827 [  6830] By: jhi                                   on 2000/08/26  04:31:32
14828         Log: Update the test count.
14829      Branch: perl
14830            ! t/lib/trig.t
14831 ____________________________________________________________________________
14832 [  6829] By: jhi                                   on 2000/08/26  03:05:50
14833         Log: Subject: [PATCH] installation not quite silent yet.
14834              From: <abigail@foad.org>
14835              Date: Fri, 25 Aug 2000 20:07:53 -0400
14836              Message-ID: <20000826000753.7822.qmail@foad.org>
14837      Branch: perl
14838            ! installman installperl
14839 ____________________________________________________________________________
14840 [  6828] By: jhi                                   on 2000/08/26  03:05:14
14841         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
14842              From: Spider Boardman <spider@web.zk3.dec.com>
14843              Date: Fri, 25 Aug 2000 19:12:40 -0400
14844              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
14845      Branch: perl
14846            ! gv.c
14847 ____________________________________________________________________________
14848 [  6827] By: jhi                                   on 2000/08/25  23:54:34
14849         Log: Support preserving extremely big/small angles.
14850      Branch: perl
14851            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
14852 ____________________________________________________________________________
14853 [  6826] By: jhi                                   on 2000/08/25  23:01:20
14854         Log: Patch installperl to be long double-aware.
14855              
14856              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
14857              From: Spider Boardman <spider@web.zk3.dec.com>
14858              Date: Fri, 25 Aug 2000 18:15:23 -0400
14859              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
14860      Branch: perl
14861            ! installperl
14862 ____________________________________________________________________________
14863 [  6825] By: jhi                                   on 2000/08/25  22:58:25
14864         Log: Remove duplicately applied patch shards.
14865              
14866              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
14867              From: Spider Boardman <spider@leggy.zk3.dec.com>
14868              Date: Fri, 25 Aug 2000 16:45:03 -0400
14869              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
14870      Branch: perl
14871            ! t/lib/cgi-html.t
14872 ____________________________________________________________________________
14873 [  6824] By: jhi                                   on 2000/08/25  22:57:00
14874         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
14875              From: Daniel Chetlin <daniel@chetlin.com>
14876              Date: Fri, 25 Aug 2000 12:23:16 -0700
14877              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
14878              
14879              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
14880              From: Daniel Chetlin <daniel@chetlin.com>
14881              Date: Fri, 25 Aug 2000 14:47:19 -0700
14882              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
14883      Branch: perl
14884            ! installman
14885 ____________________________________________________________________________
14886 [  6823] By: jhi                                   on 2000/08/25  22:44:17
14887         Log: Timestamp problem?
14888      Branch: perl
14889            ! uconfig.h uconfig.sh
14890 ____________________________________________________________________________
14891 [  6822] By: jhi                                   on 2000/08/25  19:01:06
14892         Log: One forgotten file from #6816.
14893      Branch: perl
14894            ! vos/config.h
14895 ____________________________________________________________________________
14896 [  6821] By: jhi                                   on 2000/08/25  18:56:39
14897         Log: Regen Changes.
14898      Branch: perl
14899            ! Changes patchlevel.h
14900 ____________________________________________________________________________
14901 [  6820] By: jhi                                   on 2000/08/25  18:52:35
14902         Log: Fix Changes ordering.
14903      Branch: perl
14904            ! Changes
14905 ____________________________________________________________________________
14906 [  6819] By: jhi                                   on 2000/08/25  18:50:25
14907         Log: Update Changes.
14908      Branch: perl
14909            ! Changes patchlevel.h
14910 ____________________________________________________________________________
14911 [  6818] By: jhi                                   on 2000/08/25  18:47:45
14912         Log: Tweak the sfio/useperlio logic, hopefully as wished in
14913              
14914              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
14915              From: Nicholas Clark <nick@babyhippo.co.uk>
14916              Date: Fri, 25 Aug 2000 12:01:45 +0100
14917              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
14918      Branch: metaconfig/U/perl
14919            ! d_sfio.U
14920      Branch: perl
14921            ! Configure
14922 ____________________________________________________________________________
14923 [  6817] By: jhi                                   on 2000/08/25  18:32:51
14924         Log: Allow microperl to assume <math.h>, without it the math
14925              functions like floor() are assumed to return int, which makes
14926              for core dumps in machines where integer and floating register
14927              don't mix.
14928      Branch: perl
14929            ! uconfig.h uconfig.sh
14930 ____________________________________________________________________________
14931 [  6816] By: jhi                                   on 2000/08/25  18:27:17
14932         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
14933              the problem reported in
14934              
14935              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
14936              From: danhale@us.ibm.com
14937              Date: Fri, 25 Aug 2000 10:58:06 -0400
14938              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
14939      Branch: metaconfig/U/perl
14940            + d_socks5_init.U
14941      Branch: perl
14942            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
14943            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
14944            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
14945            ! win32/config.gc win32/config.vc
14946 ____________________________________________________________________________
14947 [  6815] By: jhi                                   on 2000/08/25  17:43:31
14948         Log: A solution for the retrieve_fd autosplit warning,
14949              idea suggested by Mike Guy.
14950      Branch: perl
14951            ! ext/Storable/Storable.pm
14952 ____________________________________________________________________________
14953 [  6814] By: jhi                                   on 2000/08/25  17:16:03
14954         Log: Add install-silent target.
14955      Branch: perl
14956            ! Makefile.SH
14957 ____________________________________________________________________________
14958 [  6813] By: jhi                                   on 2000/08/25  17:14:23
14959         Log: Subject: Re: [PATCH] More silencing of installman.
14960              From: <abigail@foad.org>
14961              Date: Thu, 24 Aug 2000 19:27:03 -0400
14962              Message-ID: <20000824232703.7001.qmail@foad.org>
14963              
14964              Subject: Re: [PATCH] More silencing of installman.
14965              From: <abigail@foad.org>
14966              Date: Fri, 25 Aug 2000 03:00:58 -0400
14967              Message-ID: <20000825070058.10697.qmail@foad.org>
14968      Branch: perl
14969            ! installman
14970 ____________________________________________________________________________
14971 [  6812] By: jhi                                   on 2000/08/25  17:11:28
14972         Log: installperl --verbose and --silent.
14973              
14974              Subject: Re: [PATCH] More silencing of installman.
14975              From: <abigail@foad.org>
14976              Message-ID: <20000825064430.9719.qmail@foad.org>
14977              Date: Fri, 25 Aug 2000 02:44:30 -0400
14978      Branch: perl
14979            ! installperl
14980 ____________________________________________________________________________
14981 [  6811] By: jhi                                   on 2000/08/25  17:05:43
14982         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
14983              From: "Peter J. Farley III" <pjfarley@banet.net>
14984              Date: Thu, 24 Aug 2000 21:58:03 -0400
14985              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
14986              
14987              (applied slightly modified)
14988      Branch: perl
14989            ! lib/ExtUtils/MM_Unix.pm
14990 ____________________________________________________________________________
14991 [  6810] By: jhi                                   on 2000/08/25  17:01:18
14992         Log: Missing parts of 
14993              
14994              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
14995              From: Peter Prymmer <pvhp@forte.com>
14996              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
14997              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
14998      Branch: perl
14999            ! t/lib/cgi-html.t
15000 ____________________________________________________________________________
15001 [  6809] By: jhi                                   on 2000/08/25  16:46:32
15002         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
15003              From: "Craig A. Berry" <craig.berry@psinetcs.com>
15004              Date: Thu, 24 Aug 2000 19:13:11 -0500
15005              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
15006      Branch: perl
15007            ! vms/vms.c
15008 ____________________________________________________________________________
15009 [  6808] By: jhi                                   on 2000/08/25  16:39:22
15010         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
15011              From: Peter Prymmer <pvhp@forte.com>
15012              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
15013              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
15014      Branch: perl
15015            ! configure.com
15016 ____________________________________________________________________________
15017 [  6807] By: jhi                                   on 2000/08/25  16:36:37
15018         Log: Better wording for the vec lvalue diagnostic.
15019              
15020              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
15021              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
15022              Date: Wed, 23 Aug 2000 14:12:16 -0400
15023              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
15024      Branch: perl
15025            ! pod/perldiag.pod
15026 ____________________________________________________________________________
15027 [  6806] By: jhi                                   on 2000/08/24  18:17:22
15028         Log: Subject: [PATCH] More silencing of installman.
15029              From: <abigail@foad.org>
15030              Date: Thu, 24 Aug 2000 14:01:44 -0400
15031              Message-ID: <20000824180144.20062.qmail@foad.org>
15032      Branch: perl
15033            ! installman
15034 ____________________________________________________________________________
15035 [  6805] By: jhi                                   on 2000/08/24  15:00:31
15036         Log: Update Changes.
15037      Branch: perl
15038            ! Changes patchlevel.h
15039 ____________________________________________________________________________
15040 [  6804] By: jhi                                   on 2000/08/24  14:59:07
15041         Log: Regen perltoc.
15042      Branch: perl
15043            ! pod/perltoc.pod
15044 ____________________________________________________________________________
15045 [  6803] By: jhi                                   on 2000/08/24  14:44:39
15046         Log: Show the doc file, not the temp file.
15047      Branch: perl
15048            ! installman
15049 ____________________________________________________________________________
15050 [  6802] By: jhi                                   on 2000/08/24  14:41:53
15051         Log: Continue silencing.
15052      Branch: perl
15053            ! installman
15054 ____________________________________________________________________________
15055 [  6801] By: jhi                                   on 2000/08/24  14:34:40
15056         Log: Actually do something with the silencer option.
15057      Branch: perl
15058            ! installman
15059 ____________________________________________________________________________
15060 [  6800] By: jhi                                   on 2000/08/24  14:26:22
15061         Log: Make installman to recognize the silence flag -S.
15062      Branch: perl
15063            ! installman
15064 ____________________________________________________________________________
15065 [  6799] By: jhi                                   on 2000/08/24  13:49:38
15066         Log: DOS patches and portability/porting notes, from Tim Jenness.
15067      Branch: perl
15068            ! lib/File/Temp.pm
15069 ____________________________________________________________________________
15070 [  6798] By: jhi                                   on 2000/08/24  13:48:27
15071         Log: Create directories in silence.
15072              
15073              Subject: [PATCH] Another silencer for MakeMaker
15074              From: andreas.koenig@anima.de (Andreas J. Koenig)
15075              Date: 24 Aug 2000 14:18:52 +0200
15076              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
15077      Branch: perl
15078            ! lib/ExtUtils/Command.pm
15079 ____________________________________________________________________________
15080 [  6797] By: jhi                                   on 2000/08/24  13:46:42
15081         Log: More liberal parsing of version numbers.
15082              
15083              Subject: Re: CPAN.pm beta for testing available
15084              From: andreas.koenig@anima.de (Andreas J. Koenig)
15085              Date: 24 Aug 2000 13:51:57 +0200
15086              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
15087      Branch: perl
15088            ! lib/CPAN.pm
15089 ____________________________________________________________________________
15090 [  6796] By: jhi                                   on 2000/08/24  13:44:36
15091         Log: Make "make install" by default silent.  A new "install-verbose"
15092              target is verbose.
15093      Branch: perl
15094            ! Makefile.SH
15095 ____________________________________________________________________________
15096 [  6795] By: jhi                                   on 2000/08/24  13:39:14
15097         Log: Add silencer flags to installperl.
15098              
15099              Subject: [PATCH] Making installperl silent.
15100              From: <abigail@foad.org>
15101              Date: Thu, 24 Aug 2000 05:01:45 -0400
15102              Message-ID: <20000824090145.13141.qmail@foad.org>
15103      Branch: perl
15104            ! installperl
15105 ____________________________________________________________________________
15106 [  6794] By: jhi                                   on 2000/08/24  13:35:50
15107         Log: installperl couldn't tell whether it had run tests or not.
15108              
15109              Subject: [PATCH] Re: installperl and t/TEST
15110              From: <abigail@foad.org>
15111              Date: Thu, 24 Aug 2000 04:00:53 -0400
15112              Message-ID: <20000824080053.2494.qmail@foad.org>
15113      Branch: perl
15114            ! Makefile.SH installperl
15115 ____________________________________________________________________________
15116 [  6793] By: jhi                                   on 2000/08/24  13:27:50
15117         Log: Drop the separate perlbc, perlcc -b should be enough.
15118      Branch: perl
15119            - utils/perlbc.PL
15120            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
15121 ____________________________________________________________________________
15122 [  6792] By: jhi                                   on 2000/08/24  04:41:30
15123         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
15124              plus the typo fix from Peter Prymmer.
15125      Branch: perl
15126            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
15127            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
15128 ____________________________________________________________________________
15129 [  6791] By: jhi                                   on 2000/08/24  02:10:43
15130         Log: Replace #6705 with a minimal doc patch.
15131              
15132              Subject: [PATCH 5.6.0] replace change #6705
15133              From: Jan Dubois <jand@ActiveState.com>
15134              Date: Wed, 23 Aug 2000 18:31:51 -0700
15135              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
15136      Branch: perl
15137            ! lib/Win32.pod win32/win32.c
15138 ____________________________________________________________________________
15139 [  6790] By: jhi                                   on 2000/08/23  17:52:00
15140         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
15141              From: Mike Guy <mjtg@cam.ac.uk>
15142              Date: Wed, 23 Aug 2000 18:38:46 +0100
15143              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
15144      Branch: perl
15145            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
15146 ____________________________________________________________________________
15147 [  6789] By: jhi                                   on 2000/08/23  15:34:21
15148         Log: Update Changes.
15149      Branch: perl
15150            ! Changes patchlevel.h
15151 ____________________________________________________________________________
15152 [  6788] By: jhi                                   on 2000/08/23  15:33:40
15153         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
15154              From: Wilfredo Sánchez <wsanchez@apple.com>
15155              Date: Tue, 22 Aug 2000 19:31:27 -0700
15156              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
15157      Branch: perl
15158            ! perl.h
15159 ____________________________________________________________________________
15160 [  6787] By: jhi                                   on 2000/08/23  15:29:31
15161         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
15162              From: Spider Boardman <spider@leggy.zk3.dec.com>
15163              Date: Wed, 23 Aug 2000 10:33:23 -0400
15164              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
15165      Branch: perl
15166            ! lib/Pod/Html.pm
15167 ____________________________________________________________________________
15168 [  6786] By: jhi                                   on 2000/08/23  15:28:11
15169         Log: Bad makefile.
15170      Branch: perl
15171            ! ext/B/Makefile.PL
15172 ____________________________________________________________________________
15173 [  6785] By: jhi                                   on 2000/08/23  14:37:04
15174         Log: Update Changes.
15175      Branch: perl
15176            ! Changes patchlevel.h
15177 ____________________________________________________________________________
15178 [  6784] By: jhi                                   on 2000/08/23  13:58:41
15179         Log: Portability fix from Hugo van der Sanden.
15180      Branch: perl
15181            ! ext/re/Makefile.PL
15182 ____________________________________________________________________________
15183 [  6783] By: jhi                                   on 2000/08/23  13:53:53
15184         Log: Storable support, v-version fixes.
15185              
15186              Subject: CPAN.pm beta for testing available
15187              From: andreas.koenig@anima.de (Andreas J. Koenig)
15188              Date: 22 Aug 2000 23:31:33 +0200
15189              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
15190      Branch: perl
15191            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
15192 ____________________________________________________________________________
15193 [  6782] By: jhi                                   on 2000/08/23  13:51:26
15194         Log: Mac and other portability updates from Chris Nandor.
15195      Branch: perl
15196            ! pod/perlmodinstall.pod
15197 ____________________________________________________________________________
15198 [  6781] By: jhi                                   on 2000/08/23  13:47:33
15199         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
15200              From: Peter Prymmer <pvhp@forte.com>
15201              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
15202              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
15203      Branch: perl
15204            ! ext/Storable/Storable.xs
15205 ____________________________________________________________________________
15206 [  6780] By: jhi                                   on 2000/08/23  13:33:34
15207         Log: VMS MMS (make) wants null action.
15208      Branch: perl
15209            ! ext/B/Makefile.PL
15210 ____________________________________________________________________________
15211 [  6779] By: jhi                                   on 2000/08/22  19:44:47
15212         Log: Forgot portability nit.
15213      Branch: perl
15214            ! t/lib/st-forgive.t
15215 ____________________________________________________________________________
15216 [  6778] By: jhi                                   on 2000/08/22  19:35:25
15217         Log: Be portable.
15218      Branch: perl
15219            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
15220            ! t/lib/st-store.t
15221 ____________________________________________________________________________
15222 [  6777] By: jhi                                   on 2000/08/22  18:50:53
15223         Log: Update Changes.
15224      Branch: perl
15225            ! Changes patchlevel.h
15226 ____________________________________________________________________________
15227 [  6776] By: jhi                                   on 2000/08/22  18:44:46
15228         Log: cSVOPo_*v things index into the current PL_curpad
15229              under ithreads, which is different from the curpad
15230              used by the XSUB.  (In other words, the code as-is
15231              before this patch wouldn't work under ithreads.)
15232              From Sarathy.
15233      Branch: perl
15234            ! ext/B/B.xs
15235 ____________________________________________________________________________
15236 [  6775] By: jhi                                   on 2000/08/22  18:18:37
15237         Log: Make the selection of NVff et al stricter.
15238      Branch: metaconfig/U/perl
15239            ! perlxvf.U
15240      Branch: perl
15241            ! Configure config_h.SH
15242 ____________________________________________________________________________
15243 [  6774] By: jhi                                   on 2000/08/22  17:19:42
15244         Log: perldelta nits.
15245      Branch: perl
15246            ! pod/perldelta.pod
15247 ____________________________________________________________________________
15248 [  6773] By: jhi                                   on 2000/08/22  17:06:26
15249         Log: Long double fixes from Spider Boardman.
15250              
15251              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
15252              From: system PRIVILEGED account <root@peano.zk3.dec.com>
15253              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
15254              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
15255      Branch: perl
15256            ! t/lib/bigfltpm.t t/lib/st-06compat.t
15257 ____________________________________________________________________________
15258 [  6772] By: jhi                                   on 2000/08/22  15:04:53
15259         Log: Update Changes.
15260      Branch: perl
15261            ! Changes patchlevel.h
15262 ____________________________________________________________________________
15263 [  6771] By: jhi                                   on 2000/08/22  15:01:44
15264         Log: perldelta fixes from Hugo van der Sanden.
15265      Branch: perl
15266            ! pod/perldelta.pod
15267 ____________________________________________________________________________
15268 [  6770] By: jhi                                   on 2000/08/22  14:34:49
15269         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
15270              From: Hugo <hv@crypt.compulink.co.uk>
15271              Date: Tue, 22 Aug 2000 11:21:53 +0100
15272              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
15273      Branch: perl
15274            ! regcomp.c
15275 ____________________________________________________________________________
15276 [  6769] By: jhi                                   on 2000/08/22  14:30:02
15277         Log: Add Yitzchak, reformat.
15278      Branch: perl
15279            ! Changes config_h.SH
15280 ____________________________________________________________________________
15281 [  6768] By: jhi                                   on 2000/08/22  14:21:35
15282         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
15283              and Spider Boardman.
15284      Branch: metaconfig
15285            ! U/compline/d_gconvert.U
15286      Branch: perl
15287            ! Configure
15288 ____________________________________________________________________________
15289 [  6767] By: jhi                                   on 2000/08/22  14:11:24
15290         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
15291              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15292              Date: Mon, 21 Aug 2000 19:08:31 -0700
15293              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
15294      Branch: perl
15295            - ext/Storable/patchlevel.h
15296            ! MANIFEST ext/Storable/MANIFEST
15297 ____________________________________________________________________________
15298 [  6766] By: jhi                                   on 2000/08/22  13:49:29
15299         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
15300              From: Peter Prymmer <pvhp@forte.com>
15301              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
15302              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
15303      Branch: perl
15304            ! configure.com ext/Storable/Makefile.PL
15305 ____________________________________________________________________________
15306 [  6765] By: jhi                                   on 2000/08/22  13:44:59
15307         Log: Subject: [PATCH blead] B:: missing dependency
15308              From: Hugo <hv@crypt.compulink.co.uk>
15309              Date: Tue, 22 Aug 2000 06:44:33 +0100
15310              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
15311      Branch: perl
15312            ! ext/B/Makefile.PL
15313 ____________________________________________________________________________
15314 [  6764] By: jhi                                   on 2000/08/22  13:38:12
15315         Log: More bytecompiler.
15316      Branch: perl
15317            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
15318 ____________________________________________________________________________
15319 [  6763] By: jhi                                   on 2000/08/22  13:36:44
15320         Log: Bytecompiler patches from Benjamin Stuhl.
15321      Branch: perl
15322            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
15323            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
15324            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
15325            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
15326            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
15327            ! perl.c perlapi.h pod/perldelta.pod
15328 ____________________________________________________________________________
15329 [  6762] By: jhi                                   on 2000/08/21  23:43:40
15330         Log: An obsoleted diagnostic.
15331      Branch: perl
15332            ! pod/perldelta.pod
15333 ____________________________________________________________________________
15334 [  6761] By: jhi                                   on 2000/08/21  23:01:45
15335         Log: The #6759 wasn't quite right.
15336      Branch: perl
15337            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
15338            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
15339            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
15340            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
15341            ! t/lib/st-tieditems.t
15342 ____________________________________________________________________________
15343 [  6760] By: jhi                                   on 2000/08/21  22:35:49
15344         Log: Be verydeepclean.
15345      Branch: perl
15346            ! Makefile.SH
15347 ____________________________________________________________________________
15348 [  6759] By: jhi                                   on 2000/08/21  22:25:40
15349         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
15350              From: Peter Prymmer <pvhp@forte.com>
15351              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
15352              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
15353      Branch: perl
15354            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
15355            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
15356            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
15357            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
15358            ! t/lib/st-tieditems.t
15359 ____________________________________________________________________________
15360 [  6758] By: jhi                                   on 2000/08/21  22:22:32
15361         Log: Few more casts, need reported in
15362              
15363              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
15364              From: Mike Stok <mike@stok.co.uk>
15365              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
15366              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
15367              
15368              and
15369              
15370              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
15371              From: abigail@foad.org
15372              Date: 21 Aug 2000 21:31:34 -0000
15373              Message-Id: <20000821213134.30170.qmail@foad.org>
15374      Branch: perl
15375            ! ext/Storable/Storable.xs
15376 ____________________________________________________________________________
15377 [  6757] By: jhi                                   on 2000/08/21  18:37:07
15378         Log: Update Changes.
15379      Branch: perl
15380            ! Changes patchlevel.h
15381 ____________________________________________________________________________
15382 [  6756] By: jhi                                   on 2000/08/21  18:34:02
15383         Log: A pod nit.
15384              
15385              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
15386              From: <abigail@foad.org>
15387              Date: Mon, 21 Aug 2000 14:00:16 -0400
15388              Message-ID: <20000821180016.28627.qmail@foad.org>
15389      Branch: perl
15390            ! pod/perlre.pod
15391 ____________________________________________________________________________
15392 [  6755] By: jhi                                   on 2000/08/21  18:30:56
15393         Log: Use PodParser 1.18 new test.
15394      Branch: perl
15395            ! t/pod/special_seqs.t t/pod/special_seqs.xr
15396 ____________________________________________________________________________
15397 [  6754] By: jhi                                   on 2000/08/21  18:28:35
15398         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
15399              patches cannot be applied since #6712 conflicts.
15400      Branch: perl
15401            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
15402 ____________________________________________________________________________
15403 [  6753] By: jhi                                   on 2000/08/21  18:15:11
15404         Log: Weed out some smaller changes.
15405      Branch: perl
15406            ! pod/perldelta.pod
15407 ____________________________________________________________________________
15408 [  6752] By: jhi                                   on 2000/08/21  18:02:30
15409         Log: Also under djgpp the timestamps are funky.
15410      Branch: perl
15411            ! t/op/stat.t
15412 ____________________________________________________________________________
15413 [  6751] By: jhi                                   on 2000/08/21  17:55:56
15414         Log: Tweak the floating point output routine preferences.
15415      Branch: metaconfig
15416            ! U/compline/d_gconvert.U
15417      Branch: perl
15418            ! Configure
15419 ____________________________________________________________________________
15420 [  6750] By: jhi                                   on 2000/08/21  17:51:29
15421         Log: Unicos/mk requires elaborate paranoia.
15422      Branch: perl
15423            ! lib/Math/Complex.pm
15424 ____________________________________________________________________________
15425 [  6749] By: gsar                                  on 2000/08/21  16:53:31
15426         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
15427      Branch: perl
15428            ! lib/Cwd.pm
15429 ____________________________________________________________________________
15430 [  6748] By: gsar                                  on 2000/08/21  16:22:19
15431         Log: free TLS slot properly on Windows
15432      Branch: perl
15433            ! thread.h win32/perllib.c win32/win32thread.h
15434 ____________________________________________________________________________
15435 [  6747] By: jhi                                   on 2000/08/21  16:20:58
15436         Log: Rename the macro argument because some preprocessors
15437              can't tell the difference and expand arguments also inside
15438              double quoted strings.
15439      Branch: perl
15440            ! regcomp.c
15441 ____________________________________________________________________________
15442 [  6746] By: jhi                                   on 2000/08/21  16:09:41
15443         Log: Support long doubles in Storable.
15444              
15445              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
15446              From: Radu Greab <radu@netsoft.ro>
15447              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
15448              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
15449      Branch: perl
15450            ! ext/Storable/Storable.xs
15451 ____________________________________________________________________________
15452 [  6745] By: jhi                                   on 2000/08/21  15:51:40
15453         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
15454              From: "Fifer, Eric" <EFifer@sanwaint.com>
15455              Date: Mon, 21 Aug 2000 15:34:49 +0100
15456              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
15457      Branch: perl
15458            ! t/pragma/warn/9enabled
15459 ____________________________________________________________________________
15460 [  6744] By: jhi                                   on 2000/08/21  15:39:35
15461         Log: Document the endianness of Alpha more precisely.
15462      Branch: perl
15463            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
15464            ! pod/perlport.pod
15465 ____________________________________________________________________________
15466 [  6743] By: jhi                                   on 2000/08/21  14:47:05
15467         Log: perldelta fixes from the p5p crowd.
15468      Branch: perl
15469            ! pod/perldelta.pod pod/perlop.pod
15470 ____________________________________________________________________________
15471 [  6742] By: jhi                                   on 2000/08/21  13:34:51
15472         Log: Update to Pod::LaTeX 0.53.
15473              
15474              Subject: [PATCH] lib/Pod/LaTeX.pm updates
15475              From: Tim Jenness <timj@jach.hawaii.edu>
15476              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
15477              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
15478      Branch: perl
15479            ! lib/Pod/LaTeX.pm
15480 ____________________________________________________________________________
15481 [  6741] By: jhi                                   on 2000/08/21  13:33:01
15482         Log: Subject: [PATCH] os2.c fix for use64bitint
15483              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15484              Date: Mon, 21 Aug 2000 01:32:25 -0700
15485              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
15486      Branch: perl
15487            ! os2/os2.c
15488 ____________________________________________________________________________
15489 [  6740] By: jhi                                   on 2000/08/21  13:28:52
15490         Log: Array context keeps slithering in.
15491              
15492              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
15493              From: Daniel Chetlin <daniel@chetlin.com>
15494              Date: Sun, 20 Aug 2000 21:40:25 -0700
15495              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
15496      Branch: perl
15497            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
15498            ! pod/perldebtut.pod
15499 ____________________________________________________________________________
15500 [  6739] By: jhi                                   on 2000/08/21  13:23:55
15501         Log: Big-endian quad fixes for Storable from Radu Greab,
15502              plus few explicit null casts for picky compilers.
15503      Branch: perl
15504            ! ext/Storable/Storable.xs
15505 ____________________________________________________________________________
15506 [  6738] By: gsar                                  on 2000/08/21  05:56:13
15507         Log: small tweaks for change#6705: avoid C++ style comments in C code;
15508              use Perl's malloc API rather than the low level system one
15509      Branch: perl
15510            ! win32/win32.c
15511 ____________________________________________________________________________
15512 [  6737] By: gsar                                  on 2000/08/21  05:35:41
15513         Log: add Storable to list of extensions on Windows
15514      Branch: perl
15515            ! win32/Makefile win32/makefile.mk
15516 ____________________________________________________________________________
15517 [  6736] By: jhi                                   on 2000/08/21  02:57:53
15518         Log: Update Changes.
15519      Branch: perl
15520            ! Changes patchlevel.h
15521 ____________________________________________________________________________
15522 [  6735] By: jhi                                   on 2000/08/21  02:57:20
15523         Log: Draft 0.
15524      Branch: perl
15525            ! pod/perldelta.pod
15526 ____________________________________________________________________________
15527 [  6734] By: jhi                                   on 2000/08/21  02:57:03
15528         Log: Add Storable 0.7.2 from Raphael Manfredi,
15529              plus the patch from
15530              
15531              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
15532              From: Radu Greab <radu@netsoft.ro>
15533              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
15534              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
15535              
15536              plus changes to get Storable to compile with
15537              picky ANSI compilers.
15538      Branch: perl
15539            + ext/Storable/ChangeLog ext/Storable/MANIFEST
15540            + ext/Storable/Makefile.PL ext/Storable/README
15541            + ext/Storable/Storable.pm ext/Storable/Storable.xs
15542            + ext/Storable/patchlevel.h t/lib/st-06compat.t
15543            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
15544            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
15545            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
15546            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
15547            + t/lib/st-tieditems.t
15548            ! MANIFEST
15549 ____________________________________________________________________________
15550 [  6733] By: jhi                                   on 2000/08/21  02:29:09
15551         Log: The correct cleaning order is an art.
15552      Branch: perl
15553            ! Makefile.SH
15554 ____________________________________________________________________________
15555 [  6732] By: jhi                                   on 2000/08/21  01:23:39
15556         Log: The #6724 is here.
15557      Branch: perl
15558            ! t/lib/ftmp-security.t
15559 ____________________________________________________________________________
15560 [  6731] By: jhi                                   on 2000/08/20  23:17:03
15561         Log: s/this one/the 5.6.0 release/
15562      Branch: perl
15563            ! pod/perl56delta.pod
15564 ____________________________________________________________________________
15565 [  6730] By: jhi                                   on 2000/08/20  23:07:34
15566         Log: Mention perlebcdic and perlposix-bc.
15567      Branch: perl
15568            ! pod/perlport.pod
15569 ____________________________________________________________________________
15570 [  6729] By: jhi                                   on 2000/08/20  21:32:59
15571         Log: Document the number of exponent digits.
15572      Branch: perl
15573            ! pod/perlfunc.pod
15574 ____________________________________________________________________________
15575 [  6728] By: jhi                                   on 2000/08/20  21:16:47
15576         Log: Use File::Spec->tmpdir().
15577              
15578              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
15579              From: Tim Jenness <timj@jach.hawaii.edu>
15580              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
15581              MIME-Version: 1.0
15582              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
15583      Branch: perl
15584            ! utils/perlbug.PL
15585 ____________________________________________________________________________
15586 [  6727] By: jhi                                   on 2000/08/20  20:43:32
15587         Log: Update Changes.
15588      Branch: perl
15589            ! Changes patchlevel.h
15590 ____________________________________________________________________________
15591 [  6726] By: jhi                                   on 2000/08/20  20:41:44
15592         Log: The veryclean target needs to clobber.
15593      Branch: perl
15594            ! Makefile.SH
15595 ____________________________________________________________________________
15596 [  6725] By: jhi                                   on 2000/08/20  20:37:38
15597         Log: Document odd vs even subreleases and -Dusedevel.
15598      Branch: perl
15599            ! INSTALL
15600 ____________________________________________________________________________
15601 [  6724] By: jhi                                   on 2000/08/20  19:58:05
15602         Log: Use temporary directory instead of current directory.
15603              
15604              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
15605              From: Tim Jenness <timj@jach.hawaii.edu>
15606              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
15607              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
15608      Branch: perl
15609            ! t/lib/ftmp-security.t
15610 ____________________________________________________________________________
15611 [  6723] By: jhi                                   on 2000/08/20  19:55:55
15612         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
15613              From: andreas.koenig@anima.de (Andreas J. Koenig)
15614              Date: 20 Aug 2000 15:52:03 +0200
15615              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
15616      Branch: perl
15617            ! lib/ExtUtils/MM_Unix.pm
15618 ____________________________________________________________________________
15619 [  6722] By: jhi                                   on 2000/08/20  19:46:01
15620         Log: Update to CGI 2.72, from Lincoln Stein.
15621      Branch: perl
15622            ! lib/CGI.pm
15623 ____________________________________________________________________________
15624 [  6721] By: jhi                                   on 2000/08/20  19:43:54
15625         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
15626              From: Radu Greab <radu@netsoft.ro>
15627              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
15628              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
15629      Branch: perl
15630            ! ext/GDBM_File/GDBM_File.xs
15631 ____________________________________________________________________________
15632 [  6720] By: jhi                                   on 2000/08/20  19:42:01
15633         Log: pp_open() could pass an uninitialized filename down to do_open9().
15634      Branch: perl
15635            ! pp_sys.c
15636 ____________________________________________________________________________
15637 [  6719] By: jhi                                   on 2000/08/20  14:06:41
15638         Log: UTF8 concat fixes.
15639              
15640              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
15641              From: Hugo <hv@crypt.compulink.co.uk>
15642              Date: Sun, 20 Aug 2000 07:30:46 +0100
15643              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
15644      Branch: perl
15645            ! pp_hot.c t/op/append.t
15646 ____________________________________________________________________________
15647 [  6718] By: jhi                                   on 2000/08/20  02:09:37
15648         Log: Let's try #6717 again.
15649      Branch: perl
15650            ! lib/File/Temp.pm
15651 ____________________________________________________________________________
15652 [  6717] By: jhi                                   on 2000/08/20  01:56:55
15653         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
15654              From: "Craig A. Berry" <craig.berry@metamorgs.com>
15655              Date: Sat, 19 Aug 2000 18:15:39 -0500
15656              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
15657      Branch: perl
15658            ! lib/File/Temp.pm
15659 ____________________________________________________________________________
15660 [  6716] By: jhi                                   on 2000/08/19  15:50:11
15661         Log: Update Changes.
15662      Branch: perl
15663            ! Changes patchlevel.h
15664 ____________________________________________________________________________
15665 [  6715] By: jhi                                   on 2000/08/19  15:39:09
15666         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
15667              From: Jonathan D Johnston <jdjohnston2@juno.com>
15668              Date: Thu, 17 Aug 2000 23:13:01 -0400       
15669              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
15670      Branch: perl
15671            ! pod/perlfunc.pod
15672 ____________________________________________________________________________
15673 [  6714] By: jhi                                   on 2000/08/19  15:34:04
15674         Log: Introduce a 'veryclean' target that is like 'distclean'
15675              but also removes *~ and *.orig.
15676      Branch: perl
15677            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
15678            ! utils/Makefile x2p/Makefile.SH
15679 ____________________________________________________________________________
15680 [  6713] By: jhi                                   on 2000/08/19  14:15:45
15681         Log: Put back the long double avoidance code to POSIX.xs
15682              because VMS seems to need it still.
15683      Branch: perl
15684            ! ext/POSIX/POSIX.xs
15685 ____________________________________________________________________________
15686 [  6712] By: jhi                                   on 2000/08/19  14:10:41
15687         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
15688              From: Peter Prymmer <pvhp@forte.com>
15689              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
15690              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
15691      Branch: perl
15692            ! lib/Pod/Find.pm t/pod/find.t
15693 ____________________________________________________________________________
15694 [  6711] By: jhi                                   on 2000/08/19  14:09:19
15695         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
15696              From: Peter Prymmer <pvhp@forte.com>
15697              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
15698              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
15699              cc: vmsperl@perl.org
15700      Branch: perl
15701            ! t/lib/peek.t
15702 ____________________________________________________________________________
15703 [  6710] By: jhi                                   on 2000/08/19  14:08:01
15704         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
15705              From: Jan Dubois <jand@ActiveState.com>
15706              Date: Fri, 18 Aug 2000 16:31:48 -0700
15707              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
15708      Branch: perl
15709            ! win32/win32.c
15710 ____________________________________________________________________________
15711 [  6709] By: jhi                                   on 2000/08/19  14:06:57
15712         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
15713              
15714              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
15715              From: Spider.Boardman@Orb.Nashua.NH.US
15716              Date: Fri, 18 Aug 2000 18:41:14 -0400
15717              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
15718      Branch: perl
15719            ! regcomp.c
15720 ____________________________________________________________________________
15721 [  6708] By: jhi                                   on 2000/08/18  22:04:49
15722         Log: Update Changes.
15723      Branch: perl
15724            ! Changes patchlevel.h
15725 ____________________________________________________________________________
15726 [  6707] By: jhi                                   on 2000/08/18  21:55:14
15727         Log: Add warnif(), check warnings further up the stack,
15728              all the warnings functions now can take an optional object reference.
15729              
15730              Subject: [PATCH bleedperl@6691] warnings pragma update
15731              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
15732              Date: Fri, 18 Aug 2000 22:42:06 +0100
15733              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
15734      Branch: perl
15735            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
15736            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
15737            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
15738 ____________________________________________________________________________
15739 [  6706] By: jhi                                   on 2000/08/18  21:41:45
15740         Log: Typo in pp_complement().
15741              
15742              Subject: [PATCH perl-current] Deparse
15743              From: Peter Scott <Peter@PSDT.com>
15744              Date: Fri, 18 Aug 2000 12:44:37 -0700
15745              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
15746      Branch: perl
15747            ! ext/B/B/Deparse.pm
15748 ____________________________________________________________________________
15749 [  6705] By: jhi                                   on 2000/08/18  21:25:59
15750         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
15751              From: Jan Dubois <jand@ActiveState.com>
15752              Date: Fri, 18 Aug 2000 14:22:51 -0700
15753              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
15754      Branch: perl
15755            ! lib/Win32.pod win32/win32.c
15756 ____________________________________________________________________________
15757 [  6704] By: jhi                                   on 2000/08/18  21:16:14
15758         Log: Don't eat leading os from index entries.
15759              
15760              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
15761              From: Russ Allbery <rra@stanford.edu>
15762              Date: 10 Aug 2000 20:49:25 -0700
15763              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
15764      Branch: perl
15765            ! lib/Pod/Man.pm
15766 ____________________________________________________________________________
15767 [  6703] By: jhi                                   on 2000/08/18  21:07:06
15768         Log: Add [[:blank:]] as suggested in
15769              
15770              Subject: [ID 20000716.024] [=cc=] / [:blank:]
15771              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
15772              Date: Sun, 16 Jul 2000 17:55:29 -0700
15773              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
15774              
15775              (the [=cc=] has already been taken care of by #6439
15776              so the whole bug report can be closed)
15777              
15778              and make [[:space:]] to be equivalent to isspace(3)
15779              (as opposed to \s, which is isSPACE()).  The difference
15780              is that now [[:space:]] matches the mythical vertical tab,
15781              while \s doesn't.
15782      Branch: perl
15783            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
15784            ! regexec.c t/op/pat.t
15785 ____________________________________________________________________________
15786 [  6702] By: jhi                                   on 2000/08/18  18:47:47
15787         Log: The new tests were missing from #6415.
15788      Branch: perl
15789            ! t/op/bop.t
15790 ____________________________________________________________________________
15791 [  6701] By: jhi                                   on 2000/08/18  18:20:40
15792         Log: Document the NDBM_File and ODBM_File as SDBM_File
15793              was documented in #6417.
15794      Branch: perl
15795            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
15796            ! ext/SDBM_File/SDBM_File.pm
15797 ____________________________________________________________________________
15798 [  6700] By: jhi                                   on 2000/08/18  18:10:39
15799         Log: Subject: [PATCH perl@6698] cygwin port
15800              From: "Fifer, Eric" <EFifer@sanwaint.com>
15801              Date: Fri, 18 Aug 2000 17:30:05 +0100
15802              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
15803      Branch: perl
15804            ! lib/File/Temp.pm
15805 ____________________________________________________________________________
15806 [  6699] By: jhi                                   on 2000/08/18  16:21:49
15807         Log: Document code point which makes if (defined %stash::) to work
15808              (noted by Spider Boardman).
15809      Branch: perl
15810            ! op.c
15811 ____________________________________________________________________________
15812 [  6698] By: jhi                                   on 2000/08/18  13:43:27
15813         Log: Update Changes.
15814      Branch: perl
15815            ! Changes patchlevel.h
15816 ____________________________________________________________________________
15817 [  6697] By: jhi                                   on 2000/08/18  13:35:57
15818         Log: Tiny Getopt::Long patch from Johan Vromans.
15819      Branch: perl
15820            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
15821 ____________________________________________________________________________
15822 [  6696] By: jhi                                   on 2000/08/18  13:26:14
15823         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
15824              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
15825              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
15826              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
15827      Branch: perl
15828            ! pod/perldiag.pod pod/perlsyn.pod
15829 ____________________________________________________________________________
15830 [  6695] By: jhi                                   on 2000/08/18  13:13:26
15831         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
15832              From: Daniel Chetlin <daniel@chetlin.com>
15833              Date: Fri, 18 Aug 2000 03:13:36 -0700
15834              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
15835      Branch: perl
15836            ! pod/perlfunc.pod
15837 ____________________________________________________________________________
15838 [  6694] By: jhi                                   on 2000/08/18  13:08:05
15839         Log: Subject: [PATCH] perltrap.pod spring cleaning
15840              From: Daniel Chetlin <daniel@chetlin.com>
15841              Date: Fri, 18 Aug 2000 03:06:54 -0700
15842              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
15843              
15844              plus Mike Guy's nitfix.
15845      Branch: perl
15846            ! pod/perltrap.pod
15847 ____________________________________________________________________________
15848 [  6693] By: jhi                                   on 2000/08/18  13:00:26
15849         Log: Unbuffer the output.
15850              
15851              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
15852              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15853              Date: Thu, 17 Aug 2000 18:39:29 -0700
15854              Message-ID: <RPJn5gzkgydf092yn@efn.org>
15855      Branch: perl
15856            ! t/op/fork.t
15857 ____________________________________________________________________________
15858 [  6692] By: jhi                                   on 2000/08/18  05:19:17
15859         Log: Delete the image, too, not just its MANIFEStation.
15860      Branch: perl
15861            - lib/CGI/eg/wilogo.gif
15862 ____________________________________________________________________________
15863 [  6691] By: jhi                                   on 2000/08/18  05:10:26
15864         Log: Propagate new Configure vars.
15865      Branch: perl
15866            ! configure.com epoc/config.sh uconfig.h uconfig.sh
15867            ! vos/config.def vos/config.h vos/config_h.SH_orig
15868            ! win32/config.bc win32/config.gc win32/config.vc
15869            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15870 ____________________________________________________________________________
15871 [  6690] By: jhi                                   on 2000/08/18  04:30:56
15872         Log: Update Changes.
15873      Branch: perl
15874            ! Changes patchlevel.h
15875 ____________________________________________________________________________
15876 [  6689] By: jhi                                   on 2000/08/18  04:12:30
15877         Log: Fix the lib/complex failure of
15878              
15879              From: abigail@foad.org
15880              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
15881              Date: 15 Aug 2000 04:06:38 -0000
15882              Message-Id: <20000815040638.8524.qmail@foad.org> 
15883              
15884              Linux long double accuracy issue: something that
15885              when printed with %g looks like "2" but int() of it is 1.
15886      Branch: perl
15887            ! lib/Math/Complex.pm
15888 ____________________________________________________________________________
15889 [  6688] By: jhi                                   on 2000/08/18  03:15:35
15890         Log: The byteorder code in #6671 was wrong.
15891      Branch: perl
15892            ! configpm
15893 ____________________________________________________________________________
15894 [  6687] By: jhi                                   on 2000/08/18  02:08:42
15895         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
15896              From: Jan Dubois <jand@ActiveState.com>
15897              Date: Thu, 17 Aug 2000 18:31:55 -0700
15898              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
15899      Branch: perl
15900            ! sv.c
15901 ____________________________________________________________________________
15902 [  6686] By: jhi                                   on 2000/08/18  02:04:15
15903         Log: Use NVs in POSIX math, not doubles.
15904              
15905              From: abigail@foad.org
15906              Subject: [ID 20000817.014] POSIX & modfl
15907              Date: 17 Aug 2000 20:49:18 -0000
15908              Message-Id: <20000817204918.23123.qmail@foad.org>
15909      Branch: perl
15910            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
15911 ____________________________________________________________________________
15912 [  6685] By: jhi                                   on 2000/08/18  02:02:12
15913         Log: Introduce NVef, NVff, and NVgf, use the middle one.
15914              (helps for lib/peek + Linux + long doubles)  Reported in
15915              
15916              From: abigail@foad.org
15917              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
15918              Date: 15 Aug 2000 04:06:38 -0000
15919              Message-Id: <20000815040638.8524.qmail@foad.org> 
15920              
15921              (note: the lib/complex failure has not yet been addressed)
15922      Branch: metaconfig/U/perl
15923            ! perlxvf.U
15924      Branch: perl
15925            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15926            ! config_h.SH dump.c perl.h pod/perlguts.pod
15927 ____________________________________________________________________________
15928 [  6684] By: jhi                                   on 2000/08/17  23:22:19
15929         Log: Add byteorder to the myconfig output.
15930      Branch: perl
15931            ! myconfig.SH
15932 ____________________________________________________________________________
15933 [  6683] By: jhi                                   on 2000/08/17  23:20:19
15934         Log: The image doth not exist, spotted by Johan Vromans.
15935      Branch: perl
15936            ! MANIFEST
15937 ____________________________________________________________________________
15938 [  6682] By: jhi                                   on 2000/08/17  22:38:16
15939         Log: Document what the backtick returns if the command fails.
15940      Branch: perl
15941            ! pod/perlop.pod
15942 ____________________________________________________________________________
15943 [  6681] By: jhi                                   on 2000/08/17  22:33:12
15944         Log: Do not use prototyping here.
15945              
15946              Subject: [ID 20000817.016] [PATCH] Peek.xs
15947              From: abigail@foad.org
15948              Date: 17 Aug 2000 20:55:56 -0000
15949              Message-Id: <20000817205556.24270.qmail@foad.org>
15950      Branch: perl
15951            ! ext/Devel/Peek/Makefile.PL
15952 ____________________________________________________________________________
15953 [  6680] By: jhi                                   on 2000/08/17  19:46:43
15954         Log: Don't propose using modules built for 5.005 if no binary
15955              compatibility with 5.005 is attempted.
15956              
15957              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
15958              Subject: Minor nit with 5.7.0 (6655)
15959              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
15960              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
15961      Branch: metaconfig
15962            ! U/installdirs/inc_version_list.U
15963      Branch: perl
15964            ! Configure config_h.SH
15965 ____________________________________________________________________________
15966 [  6679] By: jhi                                   on 2000/08/17  19:16:39
15967         Log: Microperl config update.
15968      Branch: perl
15969            ! uconfig.h uconfig.sh
15970 ____________________________________________________________________________
15971 [  6678] By: jhi                                   on 2000/08/17  19:16:13
15972         Log: The #6648 wasn't protective enough for limited platforms
15973              (like microperl).
15974      Branch: perl
15975            ! dump.c sv.c
15976 ____________________________________________________________________________
15977 [  6677] By: jhi                                   on 2000/08/17  14:46:35
15978         Log: Update Changes.
15979      Branch: perl
15980            ! Changes patchlevel.h
15981 ____________________________________________________________________________
15982 [  6676] By: jhi                                   on 2000/08/17  14:44:02
15983         Log: Add perlebcdic from Peter Prymmer, regen toc.
15984      Branch: perl
15985            + pod/perlebcdic.pod
15986            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
15987 ____________________________________________________________________________
15988 [  6675] By: jhi                                   on 2000/08/17  14:41:52
15989         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
15990      Branch: perl
15991            ! pod/perldebtut.pod
15992 ____________________________________________________________________________
15993 [  6674] By: jhi                                   on 2000/08/17  14:29:43
15994         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
15995              
15996              Subject: [ID 20000724.006] -DLEAKTEST problem
15997              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
15998              Date: Tue, 25 Jul 2000 00:36:32 -0500
15999              Message-Id: <20000725003632.A26186@www.llamacom.com>
16000              
16001              Reminder sent
16002              
16003              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
16004              From: Hugo <hv@crypt.compulink.co.uk>
16005              Date: Thu, 17 Aug 2000 15:23:42 +0100
16006              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
16007      Branch: perl
16008            ! util.c
16009 ____________________________________________________________________________
16010 [  6673] By: jhi                                   on 2000/08/17  04:07:10
16011         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
16012              From: John Peacock <JPeacock@UnivPress.com>
16013              Date: Tue, 01 Aug 2000 09:38:12 -0400
16014              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
16015      Branch: perl
16016            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
16017 ____________________________________________________________________________
16018 [  6672] By: jhi                                   on 2000/08/17  03:04:35
16019         Log: Subject: [PATCH] Cwd.pm now uses strict
16020              From: Tim Jenness <timj@jach.hawaii.edu>
16021              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
16022              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
16023      Branch: perl
16024            ! lib/Cwd.pm
16025 ____________________________________________________________________________
16026 [  6671] By: jhi                                   on 2000/08/17  02:16:35
16027         Log: Make $Config{byteorder} more magical so that it is
16028              dynamically computed: nice for 'fat binaries'.
16029              
16030              Subject: [PATCH]: default byteorder
16031              From: Wilfredo Sánchez <wsanchez@apple.com>
16032              Date: Mon, 31 Jul 2000 19:45:31 -0700
16033              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
16034      Branch: perl
16035            ! configpm
16036 ____________________________________________________________________________
16037 [  6670] By: gsar                                  on 2000/08/17  01:22:21
16038         Log: move WNOHANG definition to where other such things are
16039      Branch: perl
16040            ! win32/win32.h
16041 ____________________________________________________________________________
16042 [  6669] By: jhi                                   on 2000/08/17  01:19:17
16043         Log: Update Changes.
16044      Branch: perl
16045            ! Changes patchlevel.h
16046 ____________________________________________________________________________
16047 [  6668] By: jhi                                   on 2000/08/17  01:16:29
16048         Log: Doc nits spotted by Richard Soderberg.
16049      Branch: perl
16050            ! README.posix-bc README.vmesa
16051 ____________________________________________________________________________
16052 [  6667] By: jhi                                   on 2000/08/17  01:12:11
16053         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
16054              From: "Casey R. Tweten" <crt@kiski.net>
16055              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
16056              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
16057      Branch: perl
16058            ! pod/perldebtut.pod
16059 ____________________________________________________________________________
16060 [  6666] By: jhi                                   on 2000/08/17  01:09:31
16061         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
16062              From: "Casey R. Tweten" <crt@kiski.net>
16063              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
16064              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
16065      Branch: perl
16066            ! lib/Shell.pm
16067 ____________________________________________________________________________
16068 [  6665] By: gsar                                  on 2000/08/17  01:03:52
16069         Log: add "ok" targets from change#6632 in makefile.mk
16070      Branch: perl
16071            ! pod/perlport.pod win32/Makefile win32/makefile.mk
16072 ____________________________________________________________________________
16073 [  6664] By: gsar                                  on 2000/08/17  00:56:11
16074         Log: avoid warnings from dense compiler
16075      Branch: perl
16076            ! win32/win32.c
16077 ____________________________________________________________________________
16078 [  6663] By: jhi                                   on 2000/08/17  00:51:49
16079         Log: Tweak the regex compilation errors once more.
16080      Branch: perl
16081            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
16082            ! t/op/regmesg.t t/pragma/warn/regcomp
16083 ____________________________________________________________________________
16084 [  6662] By: gsar                                  on 2000/08/17  00:28:19
16085         Log: trailing new %ENV entries weren't being pushed into the real
16086              environment of subprocesses on Windows
16087      Branch: perl
16088            ! t/op/magic.t win32/perlhost.h
16089 ____________________________________________________________________________
16090 [  6661] By: gsar                                  on 2000/08/17  00:19:20
16091         Log: waitpid() now handles externally spawned pids correctly;
16092              fixes for backtick/wait/waitpid failures on Windows 9x
16093              
16094              these changes make the pid returned by process functions on
16095              Windows 9x always positive by clearing the high bit (which
16096              is always set on Win9x); pseudo-process PIDs are likewise
16097              always negative now on Win9x (just as on NT/2000)
16098      Branch: perl
16099            ! pp_sys.c win32/perlhost.h win32/win32.c
16100 ____________________________________________________________________________
16101 [  6660] By: jhi                                   on 2000/08/17  00:04:32
16102         Log: Retract #6645.
16103      Branch: perl
16104            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16105            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
16106            ! t/op/sprintf.t
16107 ____________________________________________________________________________
16108 [  6659] By: gsar                                  on 2000/08/16  23:59:28
16109         Log: on windows, the return values from wait() and waitpid() don't
16110              match those of pseudo-pids
16111      Branch: perl
16112            ! pp_sys.c t/op/fork.t util.c win32/win32.c
16113 ____________________________________________________________________________
16114 [  6658] By: gsar                                  on 2000/08/16  23:56:14
16115         Log: pod nit seen in passing
16116      Branch: perl
16117            ! pod/perlfunc.pod
16118 ____________________________________________________________________________
16119 [  6657] By: gsar                                  on 2000/08/16  23:53:42
16120         Log: change#6328 could make close(SOCKET) return false on windows
16121              when it shouldn't
16122      Branch: perl
16123            ! win32/win32sck.c
16124 ____________________________________________________________________________
16125 [  6656] By: gsar                                  on 2000/08/16  23:46:57
16126         Log: check that the number pseudo children doesn't exceed
16127              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
16128              the WaitForMultipleObjects() limit that would cause wait()
16129              to crash)
16130              
16131              wait() and waitpid() could potentially be rewritten to use
16132              more than one thread to do the waiting to eliminate this
16133              limitation
16134      Branch: perl
16135            ! win32/perlhost.h
16136 ____________________________________________________________________________
16137 [  6655] By: jhi                                   on 2000/08/16  14:11:05
16138         Log: Update Changes.
16139      Branch: perl
16140            ! Changes patchlevel.h
16141 ____________________________________________________________________________
16142 [  6654] By: jhi                                   on 2000/08/16  14:10:12
16143         Log: Update to perldebtut 1.9, from Richard Foley.
16144      Branch: perl
16145            ! pod/perldebtut.pod
16146 ____________________________________________________________________________
16147 [  6653] By: jhi                                   on 2000/08/16  14:08:17
16148         Log: Change the regx compilation error markers to use = instead of <
16149              since pod makes using the latter quite messy.  Reported in
16150              ID 20000814.006 by Abigail and in
16151              Subject: Unknown escape E<> ?
16152              From: Lupe Christoph <lupe@lupe-christoph.de>
16153              Date: Fri, 11 Aug 2000 00:30:27 +0200
16154              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
16155      Branch: perl
16156            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
16157            ! t/op/regmesg.t t/pragma/warn/regcomp
16158 ____________________________________________________________________________
16159 [  6652] By: jhi                                   on 2000/08/16  13:25:31
16160         Log: Change the perlbug address to perl.org since it's more forgiving.
16161              
16162              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
16163              From: abigail@foad.org
16164              Date: 15 Aug 2000 04:15:40 -0000
16165              Message-Id: <20000815041540.8633.qmail@foad.org>
16166      Branch: perl
16167            ! utils/perlbug.PL
16168 ____________________________________________________________________________
16169 [  6651] By: jhi                                   on 2000/08/16  13:22:35
16170         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
16171              From: Tim Jenness <timj@jach.hawaii.edu>
16172              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
16173              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
16174      Branch: perl
16175            ! lib/Cwd.pm
16176 ____________________________________________________________________________
16177 [  6650] By: jhi                                   on 2000/08/16  13:18:13
16178         Log: Update to CPAN 1.57.
16179              
16180              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
16181              From: andreas.koenig@anima.de (Andreas J. Koenig)
16182              Date: 16 Aug 2000 15:09:46 +0200
16183              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
16184      Branch: perl
16185            ! lib/CPAN.pm
16186 ____________________________________________________________________________
16187 [  6649] By: jhi                                   on 2000/08/16  13:12:31
16188         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
16189              From: "Larry W. Virden" <lvirden@cas.org>
16190              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
16191              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
16192      Branch: perl
16193            ! README.hpux
16194 ____________________________________________________________________________
16195 [  6648] By: jhi                                   on 2000/08/16  13:03:53
16196         Log: The numeric locale was reset to "C" by s?printf and never restored.
16197              
16198              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
16199              From: Christian Kirsch <ck@held.mind.de>
16200              Date: Wed, 9 Aug 2000 17:05:17 +0200
16201              Message-Id: <20000809170517.A25389@held>
16202              
16203              No test since adding the failing example to locale.t
16204              does not fail -- probably because the locale settings are so
16205              thoroughly tweaked by that time.  Running the example standalone
16206              does fail, though.  UPDATE: test case added at change #7540.
16207      Branch: perl
16208            ! dump.c perl.h pp.c pp_ctl.c sv.c
16209 ____________________________________________________________________________
16210 [  6647] By: jhi                                   on 2000/08/16  00:07:54
16211         Log: Update Changes and test semi-automatic patchlevel updating.
16212      Branch: perl
16213            ! Changes patchlevel.h
16214 ____________________________________________________________________________
16215 [  6646] By: jhi                                   on 2000/08/15  23:35:07
16216         Log: Fix a dependency problem.
16217              
16218              Subject: [PATCH: 6640] VMS Makefile.SH update
16219              From: Peter Prymmer <pvhp@forte.com>
16220              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
16221              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
16222      Branch: perl
16223            ! vms/descrip_mms.template
16224 ____________________________________________________________________________
16225 [  6645] By: jhi                                   on 2000/08/15  23:33:23
16226         Log: (Retracted by #6660)
16227              
16228              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
16229              From: Dominic Dunlop <domo@computer.org>
16230              Date: Tue, 15 Aug 2000 22:20:52 +0200
16231              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
16232      Branch: metaconfig/U/perl
16233            + d_printfed.U
16234      Branch: perl
16235            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16236            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
16237            ! t/op/sprintf.t
16238 ____________________________________________________________________________
16239 [  6644] By: jhi                                   on 2000/08/15  21:17:20
16240         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
16241              From: abigail@foad.org
16242              Date: 15 Aug 2000 20:12:41 -0000
16243              Message-Id: <20000815201241.25556.qmail@foad.org>
16244      Branch: perl
16245            ! INSTALL
16246 ____________________________________________________________________________
16247 [  6643] By: jhi                                   on 2000/08/15  21:15:28
16248         Log: (an already applied patch)
16249      Branch: perl
16250            ! lib/CGI.pm
16251 ____________________________________________________________________________
16252 [  6642] By: gsar                                  on 2000/08/15  19:54:05
16253         Log: magic callbacks all need to have same type signature
16254      Branch: perl
16255            ! embed.pl mg.c proto.h
16256 ____________________________________________________________________________
16257 [  6641] By: jhi                                   on 2000/08/15  17:56:27
16258         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)
16259              From: Mike Guy <mjtg@cam.ac.uk>
16260              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
16261              Date: Tue, 15 Aug 2000 18:26:45 +0100
16262              
16263              Only the peek.t part applied, not the hash quality part.
16264      Branch: perl
16265            ! t/lib/peek.t
16266 ____________________________________________________________________________
16267 [  6640] By: jhi                                   on 2000/08/15  16:37:37
16268         Log: Update Changes.
16269      Branch: perl
16270            ! Changes
16271 ____________________________________________________________________________
16272 [  6639] By: jhi                                   on 2000/08/15  16:34:55
16273         Log: Missed a file from #6638.
16274      Branch: perl
16275            ! lib/File/Temp.pm
16276 ____________________________________________________________________________
16277 [  6638] By: jhi                                   on 2000/08/15  16:33:19
16278         Log: Subject: [PATCH perl@6620] cygwin port
16279              From: "Fifer, Eric" <EFifer@sanwaint.com>
16280              Date: Tue, 15 Aug 2000 17:00:49 +0100
16281              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
16282      Branch: perl
16283            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
16284 ____________________________________________________________________________
16285 [  6637] By: jhi                                   on 2000/08/15  16:29:22
16286         Log: Subject: [PATCH] debugger exit code should reflect user exit code
16287              From: Mike Guy <mjtg@cam.ac.uk>
16288              Date: Tue, 15 Aug 2000 16:55:59 +0100
16289              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
16290      Branch: perl
16291            ! lib/perl5db.pl
16292 ____________________________________________________________________________
16293 [  6636] By: jhi                                   on 2000/08/15  15:30:58
16294         Log: Update Changes.
16295      Branch: perl
16296            ! Changes
16297 ____________________________________________________________________________
16298 [  6635] By: jhi                                   on 2000/08/15  15:27:21
16299         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
16300      Branch: metaconfig
16301            ! U/mkglossary U/mksample
16302      Branch: metaconfig/U/perl
16303            ! Devel.U
16304      Branch: perl
16305            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16306 ____________________________________________________________________________
16307 [  6634] By: jhi                                   on 2000/08/15  14:11:55
16308         Log: Don't blow limited stacks, a lower number is enough to
16309              tickle the lookbehind limit.
16310              
16311              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
16312              From: Dominic Dunlop <domo@computer.org>
16313              Date: Tue, 15 Aug 2000 13:51:24 +0200
16314              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
16315      Branch: perl
16316            ! t/op/regmesg.t
16317 ____________________________________________________________________________
16318 [  6633] By: jhi                                   on 2000/08/15  14:01:46
16319         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
16320              From: Mike Guy <mjtg@cam.ac.uk>
16321              Date: Tue, 15 Aug 2000 12:10:50 +0100
16322              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
16323      Branch: perl
16324            ! utils/perldoc.PL
16325 ____________________________________________________________________________
16326 [  6632] By: jhi                                   on 2000/08/15  13:58:48
16327         Log: make ok etc also for win32.
16328              
16329              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
16330              From: Prymmer/Kahn <pvhp@best.com>
16331              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
16332              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
16333      Branch: perl
16334            ! win32/Makefile
16335 ____________________________________________________________________________
16336 [  6631] By: jhi                                   on 2000/08/15  13:45:03
16337         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
16338      Branch: perl
16339            ! lib/Test.pm
16340 ____________________________________________________________________________
16341 [  6630] By: jhi                                   on 2000/08/15  03:25:09
16342         Log: Update Changes.
16343      Branch: perl
16344            ! Changes
16345 ____________________________________________________________________________
16346 [  6629] By: jhi                                   on 2000/08/15  03:23:53
16347         Log: magic_regdatum_set() is void, not int.
16348      Branch: perl
16349            ! embed.pl mg.c proto.h
16350 ____________________________________________________________________________
16351 [  6628] By: jhi                                   on 2000/08/15  03:08:02
16352         Log: Make the user to give up his firstborn, err, to knowingly
16353              verify installing an unstable developer release.  Also bump
16354              the release to 5.7.0, but leave a patch tag in the local
16355              patches saying that this is not yet the real thing.
16356      Branch: metaconfig
16357            ! U/modified/Instruct.U
16358      Branch: metaconfig/U/perl
16359            + Devel.U
16360      Branch: perl
16361            ! Configure patchlevel.h
16362 ____________________________________________________________________________
16363 [  6627] By: jhi                                   on 2000/08/14  22:32:52
16364         Log: README.os2 update.
16365              
16366              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
16367              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16368              Date: Wed, 02 Aug 2000 21:55:09 -0700
16369              Message-ID: <tsPi5gzkgegX092yn@efn.org>
16370      Branch: perl
16371            ! README.os2
16372 ____________________________________________________________________________
16373 [  6626] By: jhi                                   on 2000/08/14  21:00:02
16374         Log: Subject: Re: File::Temp problems on VMS in bleedperl
16375              From: Tim Jenness <timj@jach.hawaii.edu>
16376              cc: vmsperl@perl.org
16377              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
16378              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
16379      Branch: perl
16380            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
16381 ____________________________________________________________________________
16382 [  6625] By: jhi                                   on 2000/08/14  20:52:16
16383         Log: Add SUIDMAIL as was done for the CERT alert.
16384      Branch: perl
16385            ! patchlevel.h
16386 ____________________________________________________________________________
16387 [  6624] By: jhi                                   on 2000/08/14  20:48:50
16388         Log: Subject: sfio2000
16389              From: Daniel Muino <dmuino@afip.gov.ar>
16390              Date: Mon, 14 Aug 2000 16:58:11 -0300
16391              Message-ID: <20000814165811.B16368@con2-dgi>
16392      Branch: perl
16393            ! perlsdio.h perlsfio.h
16394 ____________________________________________________________________________
16395 [  6623] By: jhi                                   on 2000/08/14  20:47:36
16396         Log: Subject: warning: storage class after type is obsolescent
16397              From: Daniel Muino <dmuino@afip.gov.ar>
16398              Date: Mon, 14 Aug 2000 16:42:47 -0300
16399              Message-ID: <20000814164247.A16368@con2-dgi>
16400      Branch: perl
16401            ! regcomp.pl regnodes.h
16402 ____________________________________________________________________________
16403 [  6622] By: jhi                                   on 2000/08/14  20:43:05
16404         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
16405              From: abigail@foad.org
16406              Date: 14 Aug 2000 20:00:10 -0000
16407              Message-Id: <20000814200010.27271.qmail@foad.org>
16408      Branch: perl
16409            ! Changes
16410 ____________________________________________________________________________
16411 [  6621] By: jhi                                   on 2000/08/14  15:23:05
16412         Log: Update Changes.
16413      Branch: perl
16414            ! Changes
16415 ____________________________________________________________________________
16416 [  6620] By: jhi                                   on 2000/08/14  15:22:14
16417         Log: Subject: Re: [PATCH] @+, @- readonly
16418              From: Mike Guy <mjtg@cam.ac.uk>
16419              Date: Mon, 14 Aug 2000 15:26:55 +0100
16420              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
16421      Branch: perl
16422            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
16423            ! sv.c t/op/pat.t
16424 ____________________________________________________________________________
16425 [  6619] By: jhi                                   on 2000/08/14  14:12:08
16426         Log: Update Changes.
16427      Branch: perl
16428            ! Changes
16429 ____________________________________________________________________________
16430 [  6618] By: jhi                                   on 2000/08/14  14:09:34
16431         Log: For now remove the mail code.
16432      Branch: perl
16433            ! perl.c
16434 ____________________________________________________________________________
16435 [  6617] By: jhi                                   on 2000/08/14  14:08:28
16436         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
16437      Branch: perl
16438            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
16439            ! pod/perlfaq8.pod pod/perlsec.pod
16440 ____________________________________________________________________________
16441 [  6616] By: jhi                                   on 2000/08/14  14:00:11
16442         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
16443              From: Mike Guy <mjtg@cam.ac.uk>
16444              Date: Mon, 14 Aug 2000 08:26:02 +0100
16445              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
16446      Branch: perl
16447            ! lib/perl5db.pl
16448 ____________________________________________________________________________
16449 [  6615] By: jhi                                   on 2000/08/14  13:58:45
16450         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
16451              From: Mike Guy <mjtg@cam.ac.uk>
16452              Date: Mon, 14 Aug 2000 08:04:22 +0100
16453              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
16454      Branch: perl
16455            ! gv.c mg.c t/op/pat.t
16456 ____________________________________________________________________________
16457 [  6614] By: jhi                                   on 2000/08/14  13:56:45
16458         Log: Subject: Test fails / warnings with perl-current #6612
16459              From: Mike Guy <mjtg@cam.ac.uk>
16460              Date: Mon, 14 Aug 2000 07:57:23 +0100
16461              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
16462      Branch: perl
16463            ! t/lib/b.t t/lib/peek.t
16464 ____________________________________________________________________________
16465 [  6613] By: jhi                                   on 2000/08/14  13:45:33
16466         Log: VMS configure.com update continues.
16467      Branch: perl
16468            - vms/configure.com
16469            ! MANIFEST configure.com
16470 ____________________________________________________________________________
16471 [  6612] By: jhi                                   on 2000/08/13  22:13:35
16472         Log: Update Changes.
16473      Branch: perl
16474            ! Changes
16475 ____________________________________________________________________________
16476 [  6611] By: jhi                                   on 2000/08/13  16:21:45
16477         Log: Upgrade to CGI 2.71, from Lincoln Stein.
16478      Branch: perl
16479            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
16480 ____________________________________________________________________________
16481 [  6610] By: jhi                                   on 2000/08/13  15:09:16
16482         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
16483              From: Mike Guy <mjtg@cam.ac.uk>
16484              Date: Sun, 13 Aug 2000 13:45:51 +0100
16485              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
16486      Branch: perl
16487            ! t/op/regmesg.t
16488 ____________________________________________________________________________
16489 [  6609] By: jhi                                   on 2000/08/13  14:31:26
16490         Log: Andreas says that 1.56 is fine, so reverting back to it.
16491      Branch: perl
16492            ! lib/CPAN.pm
16493 ____________________________________________________________________________
16494 [  6608] By: jhi                                   on 2000/08/13  05:34:20
16495         Log: Update Changes.
16496      Branch: perl
16497            ! Changes
16498 ____________________________________________________________________________
16499 [  6607] By: jhi                                   on 2000/08/13  05:32:01
16500         Log: Put back the \z changes of #5406 to CPAN.pm.
16501      Branch: perl
16502            ! lib/CPAN.pm
16503 ____________________________________________________________________________
16504 [  6606] By: jhi                                   on 2000/08/13  05:20:16
16505         Log: Fix-n-skip the tests under 5005threads.
16506      Branch: perl
16507            ! t/lib/b.t
16508 ____________________________________________________________________________
16509 [  6605] By: jhi                                   on 2000/08/13  05:07:48
16510         Log: Fix the test for 5005threads.
16511      Branch: perl
16512            ! t/lib/peek.t
16513 ____________________________________________________________________________
16514 [  6604] By: jhi                                   on 2000/08/13  03:35:37
16515         Log: Should have deleted this in #6603.
16516      Branch: perl
16517            - vms/subconfigure.com
16518 ____________________________________________________________________________
16519 [  6603] By: jhi                                   on 2000/08/12  18:29:32
16520         Log: Rewrite of vms/subconfigure.com as configure.com,
16521              from Peter Prymmer and the vmsperl crew.
16522      Branch: perl
16523            + vms/configure.com
16524            ! MANIFEST
16525 ____________________________________________________________________________
16526 [  6602] By: jhi                                   on 2000/08/11  13:00:01
16527         Log: PlainText.pm is dead.
16528      Branch: perl
16529            - lib/Pod/PlainText.pm
16530            ! MANIFEST
16531 ____________________________________________________________________________
16532 [  6601] By: jhi                                   on 2000/08/11  04:06:45
16533         Log: Update Changes.
16534      Branch: perl
16535            ! Changes
16536 ____________________________________________________________________________
16537 [  6600] By: jhi                                   on 2000/08/11  04:06:10
16538         Log: Add a few missing files, update MANIFEST.
16539      Branch: perl
16540            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
16541            + lib/Pod/PlainText.pm t/pod/find.t
16542            ! MANIFEST t/op/regmesg.t
16543 ____________________________________________________________________________
16544 [  6599] By: jhi                                   on 2000/08/11  03:31:10
16545         Log: Add Perl debugging tutorial, regen toc. 
16546              
16547              Subject: perldebtut.pod
16548              From: Richard Foley <Richard.Foley@m.dasa.de>
16549              Date: Wed, 09 Aug 2000 10:17:15 +0200
16550              Message-id: <3991138B.262247B8@m.dasa.de>
16551      Branch: perl
16552            + pod/perldebtut.pod
16553            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
16554 ____________________________________________________________________________
16555 [  6598] By: jhi                                   on 2000/08/11  02:48:56
16556         Log: tiny Changes edit
16557      Branch: perl
16558            ! Changes
16559 ____________________________________________________________________________
16560 [  6597] By: jhi                                   on 2000/08/11  02:39:04
16561         Log: Tests for #6589.
16562              
16563              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
16564              From: simon@brecon.co.uk (Simon Cozens)
16565              Date: 11 Aug 2000 02:24:52 GMT
16566              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
16567      Branch: perl
16568            ! t/lib/b.t
16569 ____________________________________________________________________________
16570 [  6596] By: jhi                                   on 2000/08/11  01:50:07
16571         Log: Update Changes.
16572      Branch: perl
16573            ! Changes
16574 ____________________________________________________________________________
16575 [  6595] By: jhi                                   on 2000/08/11  01:47:16
16576         Log: nitfix
16577      Branch: perl
16578            ! Changes
16579 ____________________________________________________________________________
16580 [  6594] By: jhi                                   on 2000/08/11  01:36:16
16581         Log: Subject: Getting perlio and threads to compile
16582              From: Lupe Christoph <lupe@lupe-christoph.de>
16583              Date: Wed, 9 Aug 2000 11:35:54 +0200
16584              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
16585              
16586              (the Solaris version changes in Configure skipped)
16587      Branch: perl
16588            ! hints/solaris_2.sh thread.h
16589 ____________________________________________________________________________
16590 [  6593] By: jhi                                   on 2000/08/11  01:30:16
16591         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
16592              From: simon@brecon.co.uk (Simon Cozens)
16593              Date: 1 Aug 2000 06:55:19 GMT
16594              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
16595      Branch: perl
16596            ! lib/utf8.pm
16597 ____________________________________________________________________________
16598 [  6592] By: jhi                                   on 2000/08/11  01:26:39
16599         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
16600              From: Peter Scott <Peter@PeterScott.com>
16601              Date: Thu, 10 Aug 2000 08:23:27 -0700
16602              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
16603      Branch: perl
16604            ! lib/perl5db.pl
16605 ____________________________________________________________________________
16606 [  6591] By: jhi                                   on 2000/08/11  01:22:02
16607         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
16608              From: Hugo <hv@crypt.compulink.co.uk>
16609              Date: Thu, 10 Aug 2000 19:23:04 +0100
16610              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
16611      Branch: perl
16612            ! regexec.c t/op/pat.t
16613 ____________________________________________________________________________
16614 [  6590] By: jhi                                   on 2000/08/11  01:19:19
16615         Log: Preprocessing and postprocessing for File::Find.
16616              
16617              Subject: Patch to Find::File.pm to allow alphabetical results
16618              From: Joe Smith <jsmith@inwap.com>
16619              Date: Wed, 9 Aug 2000 02:44:54 -0700
16620              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
16621      Branch: perl
16622            ! lib/File/Find.pm
16623 ____________________________________________________________________________
16624 [  6589] By: jhi                                   on 2000/08/11  01:12:39
16625         Log: B::Deparse didn't do sub attributes.
16626              
16627              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
16628              From: simon@brecon.co.uk (Simon Cozens)
16629              Date: 9 Aug 2000 04:49:20 GMT
16630              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
16631      Branch: perl
16632            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
16633 ____________________________________________________________________________
16634 [  6588] By: jhi                                   on 2000/08/11  01:06:40
16635         Log: Subject: debugger "d" command doesnt check line number
16636              From: Mike Guy <mjtg@cam.ac.uk>
16637              Date: Tue, 08 Aug 2000 21:54:29 +0100
16638              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
16639      Branch: perl
16640            ! lib/perl5db.pl mg.c pod/perldiag.pod
16641 ____________________________________________________________________________
16642 [  6587] By: jhi                                   on 2000/08/11  00:45:03
16643         Log: sleep(1) does not necessarily return 1.
16644              
16645              Subject: [PATCH bleadperl] op/lex_assign.t  
16646              From: Hugo <hv@crypt.compulink.co.uk>
16647              Date: Thu, 03 Aug 2000 14:34:22 +0100        
16648              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
16649      Branch: perl
16650            ! t/op/lex_assign.t
16651 ____________________________________________________________________________
16652 [  6586] By: jhi                                   on 2000/08/11  00:31:50
16653         Log: Document the IO::Select timeout.
16654      Branch: perl
16655            ! ext/IO/lib/IO/Select.pm
16656 ____________________________________________________________________________
16657 [  6585] By: jhi                                   on 2000/08/11  00:13:54
16658         Log: Forgot contributor.
16659      Branch: perl
16660            ! Changes
16661 ____________________________________________________________________________
16662 [  6584] By: jhi                                   on 2000/08/11  00:09:19
16663         Log: detypo
16664      Branch: perl
16665            ! Changes
16666 ____________________________________________________________________________
16667 [  6583] By: jhi                                   on 2000/08/11  00:07:53
16668         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
16669              
16670              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
16671              From: Mike Guy <mjtg@cam.ac.uk> 
16672              Date: Thu, 10 Aug 2000 15:50:54 +0100
16673              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
16674      Branch: perl
16675            ! sv.c t/op/int.t
16676 ____________________________________________________________________________
16677 [  6582] By: jhi                                   on 2000/08/10  23:29:32
16678         Log: Update Changes.
16679      Branch: perl
16680            ! Changes
16681 ____________________________________________________________________________
16682 [  6581] By: jhi                                   on 2000/08/10  23:26:16
16683         Log: Put back the std @INC thing.
16684      Branch: perl
16685            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
16686            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
16687            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
16688            ! t/lib/gol-oo.t
16689 ____________________________________________________________________________
16690 [  6580] By: jhi                                   on 2000/08/10  23:03:34
16691         Log: Update to CGI 2.70, from Lincoln Stein.
16692      Branch: perl
16693            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
16694            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
16695            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
16696            ! t/lib/cgi-request.t
16697 ____________________________________________________________________________
16698 [  6579] By: jhi                                   on 2000/08/10  22:41:50
16699         Log: Update to CPAN 1.56, from Andreas König.
16700      Branch: perl
16701            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
16702 ____________________________________________________________________________
16703 [  6578] By: jhi                                   on 2000/08/10  22:38:13
16704         Log: Update to Pod::Parser 1.17, from Brad Appleton.
16705      Branch: perl
16706            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
16707            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
16708            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
16709            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
16710            ! t/pod/include.t t/pod/included.t t/pod/lref.t
16711            ! t/pod/multiline_items.t t/pod/nested_items.t
16712            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
16713            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
16714            ! t/pod/special_seqs.t
16715 ____________________________________________________________________________
16716 [  6577] By: jhi                                   on 2000/08/10  22:35:41
16717         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
16718      Branch: perl
16719            ! AUTHORS MAINTAIN
16720 ____________________________________________________________________________
16721 [  6576] By: jhi                                   on 2000/08/10  22:24:54
16722         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
16723      Branch: perl
16724            + t/lib/gol-oo.t
16725            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
16726            ! t/lib/gol-compat.t t/lib/gol-linkage.t
16727 ____________________________________________________________________________
16728 [  6575] By: jhi                                   on 2000/08/10  22:02:07
16729         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
16730      Branch: perl
16731            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
16732 ____________________________________________________________________________
16733 [  6574] By: jhi                                   on 2000/08/10  21:55:03
16734         Log: Iterating perl6 description.
16735      Branch: perl
16736            ! pod/perlfaq1.pod
16737 ____________________________________________________________________________
16738 [  6573] By: jhi                                   on 2000/08/10  21:48:26
16739         Log: Revert the sv.c part of #6559, a better fix is needed.
16740      Branch: perl
16741            ! sv.c
16742 ____________________________________________________________________________
16743 [  6572] By: jhi                                   on 2000/08/10  20:33:43
16744         Log: It's the 2ndO'ROSSC.
16745      Branch: perl
16746            ! pod/perlfaq1.pod
16747 ____________________________________________________________________________
16748 [  6571] By: jhi                                   on 2000/08/10  15:55:48
16749         Log: detypo
16750      Branch: perl
16751            ! pod/perlfaq1.pod
16752 ____________________________________________________________________________
16753 [  6570] By: jhi                                   on 2000/08/10  14:11:17
16754         Log: An exceptionally sticky typo.
16755      Branch: perl
16756            ! Changes
16757 ____________________________________________________________________________
16758 [  6569] By: jhi                                   on 2000/08/10  14:09:33
16759         Log: detypo (and test Changes updating script)
16760      Branch: perl
16761            ! Changes
16762 ____________________________________________________________________________
16763 [  6568] By: jhi                                   on 2000/08/10  14:07:07
16764         Log: Update Changes.
16765      Branch: perl
16766            ! Changes
16767 ____________________________________________________________________________
16768 [  6567] By: jhi                                   on 2000/08/10  14:06:19
16769         Log: Amend the description of Perl6.
16770              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
16771              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
16772              Date: Wed, 9 Aug 2000 22:11:06 -0500
16773              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
16774      Branch: perl
16775            ! pod/perlfaq1.pod
16776 ____________________________________________________________________________
16777 [  6566] By: jhi                                   on 2000/08/10  13:58:57
16778         Log: Subject: Remove dead entry in perldiag
16779              From: Mike Guy <mjtg@cam.ac.uk>
16780              Date: Thu, 10 Aug 2000 14:19:19 +0100
16781              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
16782      Branch: perl
16783            ! pod/perldiag.pod
16784 ____________________________________________________________________________
16785 [  6565] By: jhi                                   on 2000/08/10  13:51:48
16786         Log: Zero entries were skipped, fix from Adrian Goalby
16787              <argoalby@yahoo.co.uk>
16788      Branch: perl
16789            ! lib/unicode/Number.pl lib/unicode/mktables.PL
16790 ____________________________________________________________________________
16791 [  6564] By: jhi                                   on 2000/08/10  13:00:12
16792         Log: Subject: [PATCH 5.6.0] cygwin port
16793              From: "Fifer, Eric" <EFifer@sanwaint.com>
16794              Date: Thu, 10 Aug 2000 13:15:36 +0100
16795              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
16796      Branch: perl
16797            ! README.cygwin hints/cygwin.sh
16798 ____________________________________________________________________________
16799 [  6563] By: jhi                                   on 2000/08/10  12:55:16
16800         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
16801      Branch: perl
16802            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
16803 ____________________________________________________________________________
16804 [  6562] By: gsar                                  on 2000/08/10  08:38:39
16805         Log: warn is a macro, avoid using at a variable to avoid warnings
16806              in some configurations; readdir.t is too conservative in
16807              estimating number of *.t's
16808      Branch: perl
16809            ! t/op/readdir.t util.c
16810 ____________________________________________________________________________
16811 [  6561] By: jhi                                   on 2000/08/09  23:35:42
16812         Log: Update Changes.
16813      Branch: perl
16814            ! Changes
16815 ____________________________________________________________________________
16816 [  6560] By: jhi                                   on 2000/08/09  23:05:47
16817         Log: Subject: Re: enhanced(?) regex error messages
16818              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
16819              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
16820              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
16821              
16822              (plus two small patches sent privately)
16823              (this still seems to leave few test failures)
16824      Branch: perl
16825            + t/op/regmesg.t
16826            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
16827            ! t/pragma/warn/regcomp
16828 ____________________________________________________________________________
16829 [  6559] By: jhi                                   on 2000/08/09  20:41:18
16830         Log: (The fix did work but was not right, retracted in #6573)
16831              
16832              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
16833              From: Christian Kirsch <ck@held.mind.de>
16834              Date: Wed, 9 Aug 2000 17:05:17 +0200
16835              Message-Id: <20000809170517.A25389@held>
16836      Branch: perl
16837            ! sv.c t/pragma/locale.t
16838 ____________________________________________________________________________
16839 [  6558] By: jhi                                   on 2000/08/08  22:34:08
16840         Log: Tiny updates on the contributors list.
16841      Branch: perl
16842            ! Changes
16843 ____________________________________________________________________________
16844 [  6557] By: jhi                                   on 2000/08/08  19:34:28
16845         Log: Double check that we have a dirhandle.
16846      Branch: perl
16847            ! util.c
16848 ____________________________________________________________________________
16849 [  6556] By: jhi                                   on 2000/08/08  19:01:51
16850         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
16851              May be repopulated with fresh maintained examples.
16852      Branch: perl
16853            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
16854            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
16855            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
16856            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
16857            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
16858            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
16859            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
16860            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
16861            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
16862            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
16863            + lib/CGI/eg/wilogo_gif.uu
16864            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
16865            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
16866            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
16867            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
16868            - eg/cgi/frameset.cgi eg/cgi/index.html
16869            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
16870            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
16871            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
16872            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
16873            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
16874            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
16875            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
16876            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
16877            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
16878            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
16879            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
16880            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
16881            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
16882            - eg/van/vanish eg/who eg/wrapsuid
16883            ! MANIFEST
16884 ____________________________________________________________________________
16885 [  6555] By: jhi                                   on 2000/08/08  18:51:08
16886         Log: Delete chat2 as requested by Randal.
16887              
16888              Subject: Re: perlfaq8 coyness
16889              From: merlyn@stonehenge.com (Randal L. Schwartz) 
16890              Date: 15 May 2000 18:52:42 -0700 
16891              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
16892      Branch: perl
16893            - lib/chat2.pl
16894            ! MANIFEST
16895 ____________________________________________________________________________
16896 [  6554] By: jhi                                   on 2000/08/08  18:31:35
16897         Log: Regen global.sym.
16898      Branch: perl
16899            ! global.sym
16900 ____________________________________________________________________________
16901 [  6553] By: jhi                                   on 2000/08/08  18:28:13
16902         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
16903              (either perlbug or p5p ate the original), plus regen
16904              perlapi and perltoc. 
16905      Branch: perl
16906            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
16907            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
16908            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
16909            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
16910            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
16911            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
16912            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
16913            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
16914            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
16915            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
16916 ____________________________________________________________________________
16917 [  6552] By: jhi                                   on 2000/08/08  18:06:29
16918         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
16919              From: Mike Guy <mjtg@cam.ac.uk>
16920              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
16921              Date: Tue, 08 Aug 2000 15:51:27 +0100
16922      Branch: perl
16923            ! doop.c sv.h t/op/join.t t/pragma/overload.t
16924 ____________________________________________________________________________
16925 [  6551] By: jhi                                   on 2000/08/08  18:01:11
16926         Log: Re-apply #6549.
16927      Branch: perl
16928            ! lib/perl5db.pl
16929 ____________________________________________________________________________
16930 [  6550] By: jhi                                   on 2000/08/08  17:43:08
16931         Log: Accidental retraction of #6549.
16932      Branch: perl
16933            ! lib/perl5db.pl
16934 ____________________________________________________________________________
16935 [  6549] By: jhi                                   on 2000/08/08  17:40:04
16936         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
16937              From: Mike Guy <mjtg@cam.ac.uk>
16938              Date: Mon, 07 Aug 2000 21:49:58 +0100
16939              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
16940      Branch: perl
16941            ! lib/perl5db.pl
16942 ____________________________________________________________________________
16943 [  6548] By: jhi                                   on 2000/08/08  17:37:57
16944         Log: Document here-doc better.
16945              
16946              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
16947              From: Mike Guy <mjtg@cam.ac.uk>
16948              Date: Mon, 07 Aug 2000 14:02:09 +0100
16949              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
16950      Branch: perl
16951            ! pod/perldata.pod
16952 ____________________________________________________________________________
16953 [  6547] By: jhi                                   on 2000/08/08  17:33:34
16954         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
16955              From: "Randy J. Ray" <rjray@redhat.com>
16956              Date: Mon, 07 Aug 2000 19:12:25 -0700
16957              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
16958      Branch: perl
16959            ! perl.c pod/perlrun.pod
16960 ____________________________________________________________________________
16961 [  6546] By: jhi                                   on 2000/08/08  17:29:26
16962         Log: Subject: Re: enhanced(?) regex error messages 
16963              From: Hugo <hv@crypt.compulink.co.uk>
16964              Date: Tue, 08 Aug 2000 03:25:51 +0100
16965              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
16966              
16967              plus Capitalize the error messages, plus perldiag them.
16968      Branch: perl
16969            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
16970 ____________________________________________________________________________
16971 [  6545] By: jhi                                   on 2000/08/08  13:59:28
16972         Log: Augment #6539 a bit: don't croak if there's magic in the air.
16973              
16974              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
16975              From: Hugo <hv@crypt.compulink.co.uk>
16976              Date: Tue, 08 Aug 2000 03:02:03 +0100
16977              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
16978      Branch: perl
16979            ! pp.c t/op/bless.t
16980 ____________________________________________________________________________
16981 [  6544] By: jhi                                   on 2000/08/07  21:11:52
16982         Log: Make the test -w clean.
16983      Branch: perl
16984            ! t/op/bless.t
16985 ____________________________________________________________________________
16986 [  6543] By: jhi                                   on 2000/08/07  19:49:53
16987         Log: use warnings instead of $^W.
16988      Branch: perl
16989            ! t/op/bless.t
16990 ____________________________________________________________________________
16991 [  6542] By: jhi                                   on 2000/08/07  17:41:41
16992         Log: Disable a portability warning Because We Know What We Are Doing.
16993      Branch: perl
16994            ! t/op/bless.t
16995 ____________________________________________________________________________
16996 [  6541] By: jhi                                   on 2000/08/07  17:29:51
16997         Log: Tiny tidying on report_evil_fh().
16998      Branch: perl
16999            ! util.c
17000 ____________________________________________________________________________
17001 [  6540] By: jhi                                   on 2000/08/07  16:37:38
17002         Log: Make regular expression parse error messages easier to understand.
17003              
17004              Subject: Re: enhanced(?) regex error messages
17005              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
17006              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
17007              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
17008      Branch: perl
17009            ! regcomp.c
17010 ____________________________________________________________________________
17011 [  6539] By: jhi                                   on 2000/08/07  16:12:27
17012         Log: Make bless(REF, REF) a fatal error, add bless tests.
17013              
17014              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
17015              From: Hugo <hv@crypt.compulink.co.uk>
17016              Date: Mon, 07 Aug 2000 16:59:38 +0100
17017              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
17018      Branch: perl
17019            + t/op/bless.t
17020            ! MANIFEST pod/perldiag.pod pp.c sv.c
17021 ____________________________________________________________________________
17022 [  6538] By: jhi                                   on 2000/08/07  15:59:43
17023         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
17024              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
17025              Date: Thu, 3 Aug 2000 14:29:21 -0700
17026              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
17027      Branch: perl
17028            ! lib/lib_pm.PL
17029 ____________________________________________________________________________
17030 [  6537] By: jhi                                   on 2000/08/07  15:47:18
17031         Log: Retract #6419 for now since it breaks in AFS and MachTen.
17032      Branch: perl
17033            ! lib/Cwd.pm
17034 ____________________________________________________________________________
17035 [  6536] By: jhi                                   on 2000/08/07  15:05:29
17036         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
17037              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
17038              The security hole exists only in suidperls, which isn't
17039              installed or even built by default.
17040      Branch: perl
17041            ! perl.c
17042 ____________________________________________________________________________
17043 [  6535] By: jhi                                   on 2000/08/07  14:45:14
17044         Log: tr memory corruption fix from Simon Cozens.
17045      Branch: perl
17046            ! doop.c
17047 ____________________________________________________________________________
17048 [  6534] By: jhi                                   on 2000/08/06  11:38:16
17049         Log: Document a bit that UDP is not what you might think.
17050              
17051              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
17052              From: Lupe Christoph <lupe@lupe-christoph.de>
17053              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
17054              Date: Mon, 24 Jul 2000 08:59:15 +0200
17055      Branch: perl
17056            ! pod/perlipc.pod
17057 ____________________________________________________________________________
17058 [  6533] By: jhi                                   on 2000/08/06  11:35:01
17059         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
17060              From: Jeff Pinyan <jeffp@hut.crusoe.net>
17061              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
17062              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
17063      Branch: perl
17064            ! pod/perlfunc.pod
17065 ____________________________________________________________________________
17066 [  6532] By: jhi                                   on 2000/08/06  03:45:41
17067         Log: Have symbols for the IoTYPEs.
17068      Branch: perl
17069            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
17070 ____________________________________________________________________________
17071 [  6531] By: jhi                                   on 2000/08/06  01:33:55
17072         Log: Continue fixing the io warnings.  This also
17073              sort of fixes bug ID 20000802.003: the core dump
17074              is no more.  Whether the current behaviour is correct
17075              (giving a warning: "Not a format reference"), is another matter.
17076      Branch: perl
17077            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
17078            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
17079 ____________________________________________________________________________
17080 [  6530] By: jhi                                   on 2000/08/05  21:33:12
17081         Log: Change the Policy policy: now -Dprefix= with an existing
17082              Policy.sh and prefix == siteprefix == vendorprefix, then all
17083              of them follow along the new prefix.
17084              
17085              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
17086              From: Andy Dougherty <doughera@lafayette.edu>
17087              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
17088              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
17089      Branch: perl
17090            ! Policy_sh.SH
17091 ____________________________________________________________________________
17092 [  6529] By: jhi                                   on 2000/08/05  18:57:28
17093         Log: Zap lib/Sys directory when cleaning up.
17094      Branch: perl
17095            ! Makefile.SH
17096 ____________________________________________________________________________
17097 [  6528] By: jhi                                   on 2000/08/05  18:40:44
17098         Log: Essential prototype changes were missing from #6527.
17099              Also make report_evil_fh() more bomb-proof.
17100      Branch: perl
17101            ! embed.h util.c
17102 ____________________________________________________________________________
17103 [  6527] By: jhi                                   on 2000/08/05  03:22:05
17104         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
17105              From: "Ronald F. Guilmette" <rfg@monkeys.com>
17106              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
17107              Message-Id: <200007242247.PAA52177@monkeys.com>
17108      Branch: perl
17109            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
17110 ____________________________________________________________________________
17111 [  6526] By: jhi                                   on 2000/08/04  21:23:27
17112         Log: gcc versions might have (parentheses) in them.
17113      Branch: metaconfig/U/perl
17114            ! gccvers.U
17115      Branch: perl
17116            ! Configure config_h.SH
17117 ____________________________________________________________________________
17118 [  6525] By: jhi                                   on 2000/08/04  20:23:12
17119         Log: Weed buglets pointed out by
17120              
17121              From: Lupe Christoph <lupe@lupe-christoph.de>
17122              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
17123              Date: Fri, 4 Aug 2000 17:34:39 +0200
17124              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
17125      Branch: metaconfig/U/perl
17126            ! gccvers.U uselfs.U
17127      Branch: perl
17128            ! Configure config_h.SH
17129 ____________________________________________________________________________
17130 [  6524] By: jhi                                   on 2000/08/04  19:02:08
17131         Log: Warn under -w if lstat(FH) is attempted.
17132              
17133              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
17134              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
17135              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
17136              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
17137      Branch: perl
17138            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
17139            ! t/pragma/warn/pp_sys
17140 ____________________________________________________________________________
17141 [  6523] By: jhi                                   on 2000/08/04  12:31:11
17142         Log: Subject: New perlcc, take 2
17143              From: simon@brecon.co.uk (Simon Cozens)
17144              Date: 4 Aug 2000 06:21:04 GMT
17145              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
17146      Branch: perl
17147            ! utils/perlcc.PL
17148 ____________________________________________________________________________
17149 [  6522] By: jhi                                   on 2000/08/04  12:26:33
17150         Log: Subject: Re: Array vs. List context
17151              From: Daniel Chetlin <daniel@chetlin.com>
17152              Date: Fri, 4 Aug 2000 00:22:44 -0700
17153              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
17154      Branch: perl
17155            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
17156            ! pod/perlfaq4.pod
17157 ____________________________________________________________________________
17158 [  6521] By: jhi                                   on 2000/08/04  12:22:38
17159         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
17160              From: Raymund Will <ray@caldera.de>
17161              Date: Fri, 4 Aug 2000 12:07:09 +0200
17162              Message-Id: <20000804120709.A14982@caldera.de>
17163      Branch: perl
17164            ! configure.gnu
17165 ____________________________________________________________________________
17166 [  6520] By: jhi                                   on 2000/08/04  04:09:06
17167         Log: After the #6519 a warning about stat() is just that,
17168              not about a filetest, which now have their own warning.
17169      Branch: perl
17170            ! pod/perldiag.pod
17171 ____________________________________________________________________________
17172 [  6519] By: jhi                                   on 2000/08/04  04:06:30
17173         Log: In the warnings call filehandles consistently so;
17174              add "unopened" warning for stat().
17175      Branch: perl
17176            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
17177            ! t/pragma/warn/pp_sys
17178 ____________________________________________________________________________
17179 [  6518] By: jhi                                   on 2000/08/04  02:55:35
17180         Log: Subject: Minor tweak to perlvar.pod
17181              From: "Stephen P. Potter" <spp@ds.net>
17182              Date: Tue, 18 Apr 2000 09:26:03 -0400
17183              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
17184      Branch: perl
17185            ! pod/perlvar.pod
17186 ____________________________________________________________________________
17187 [  6517] By: jhi                                   on 2000/08/04  02:50:08
17188         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
17189              From: "Clinton Pierce" <cpierce1@ford.com>
17190              Date: Wed, 21 Jul 1999 16:45:31 -0400
17191              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
17192              
17193              Fix by Stephen Potter (visible in the bug db but not in p5p?)
17194      Branch: perl
17195            ! pod/perlfunc.pod pod/perlop.pod
17196 ____________________________________________________________________________
17197 [  6516] By: jhi                                   on 2000/08/04  02:09:25
17198         Log: This is 6512.  Really.
17199      Branch: perl
17200            ! dump.c
17201 ____________________________________________________________________________
17202 [  6515] By: jhi                                   on 2000/08/04  01:25:50
17203         Log: mention the idea of @( and @)
17204      Branch: perl
17205            ! Todo-5.6
17206 ____________________________________________________________________________
17207 [  6514] By: bailey                                on 2000/08/04  01:18:46
17208         Log: YA resync with mainstem, including VMS patches from others
17209      Branch: vmsperl
17210           +> (branch 48 files)
17211            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
17212           !> (integrate 354 files)
17213 ____________________________________________________________________________
17214 [  6513] By: jhi                                   on 2000/08/04  01:18:18
17215         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
17216              From: Mark Dickinson <dickins3@fas.harvard.edu>
17217              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
17218              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
17219      Branch: perl
17220            ! t/op/grent.t t/op/pwent.t
17221 ____________________________________________________________________________
17222 [  6512] By: jhi                                   on 2000/08/04  01:14:06
17223         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
17224              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17225              Date: Wed, 02 Aug 2000 10:51:01 +0100
17226              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
17227      Branch: perl
17228            ! sv.c
17229 ____________________________________________________________________________
17230 [  6511] By: jhi                                   on 2000/08/04  00:57:00
17231         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
17232              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17233              Date: Thu, 03 Aug 2000 17:20:04 -0700
17234              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
17235      Branch: metaconfig
17236            ! U/modified/Cppsym.U
17237      Branch: perl
17238            ! Configure config_h.SH
17239 ____________________________________________________________________________
17240 [  6510] By: jhi                                   on 2000/08/04  00:25:28
17241         Log: detypo
17242      Branch: perl
17243            ! Makefile.SH
17244 ____________________________________________________________________________
17245 [  6509] By: jhi                                   on 2000/08/03  23:43:18
17246         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
17247              From: Dominic Dunlop <domo@computer.org>
17248              Date: Thu, 3 Aug 2000 22:16:46 +0200
17249              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
17250      Branch: perl
17251            ! t/op/sprintf.t
17252 ____________________________________________________________________________
17253 [  6508] By: jhi                                   on 2000/08/03  23:40:37
17254         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
17255              From: Hugo <hv@crypt.compulink.co.uk>
17256              Date: Thu, 03 Aug 2000 18:25:30 +0100
17257              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
17258      Branch: perl
17259            ! regcomp.c t/op/re_tests
17260 ____________________________________________________________________________
17261 [  6507] By: jhi                                   on 2000/08/03  23:38:28
17262         Log: Subject: [PATCH] sv.h documentation - SvLEN
17263              From: Mike Guy <mjtg@cam.ac.uk>
17264              Date: Thu, 03 Aug 2000 14:43:09 +0100
17265              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
17266      Branch: perl
17267            ! sv.h
17268 ____________________________________________________________________________
17269 [  6506] By: jhi                                   on 2000/08/03  15:49:14
17270         Log: Disable the fix_pl hack for now.
17271      Branch: perl
17272            ! Makefile.SH
17273 ____________________________________________________________________________
17274 [  6505] By: jhi                                   on 2000/08/03  13:49:04
17275         Log: Add a URL for FSF.
17276              
17277              Subject: Patch for README
17278              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
17279              Date: Wed, 2 Aug 2000 13:25:09 -0500
17280              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
17281      Branch: perl
17282            ! README
17283 ____________________________________________________________________________
17284 [  6504] By: jhi                                   on 2000/08/03  13:29:19
17285         Log: Be more informative on what is skipped and why,
17286              also repeat the list at the end.
17287      Branch: perl
17288            ! Porting/p4desc
17289 ____________________________________________________________________________
17290 [  6503] By: jhi                                   on 2000/08/03  13:07:05
17291         Log: Circumvent the removal of .patch by fix_pl.
17292              
17293              Subject: Re: [ID 20000802.011] unable to 'make test'          
17294              From: simon@brecon.co.uk (Simon Cozens) 
17295              Date: 3 Aug 2000 04:17:00 GMT
17296              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
17297      Branch: perl
17298            ! Makefile.SH
17299 ____________________________________________________________________________
17300 [  6502] By: jhi                                   on 2000/08/03  00:14:34
17301         Log: Add the missing setproctitle unit.
17302      Branch: metaconfig/U/perl
17303            + d_setproctitle.U
17304 ____________________________________________________________________________
17305 [  6501] By: jhi                                   on 2000/08/03  00:00:26
17306         Log: The subtest 4 may fail also on VOBS, as pointed out
17307              by Nick Ing-Simmons in November 1999, bug id 19991124.003
17308              (but the failure in that bug report isn't the subtest 4).
17309      Branch: perl
17310            ! t/op/stat.t
17311 ____________________________________________________________________________
17312 [  6500] By: jhi                                   on 2000/08/02  23:49:30
17313         Log: Better skip message for the test; one of the two problems in
17314              
17315              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
17316              From: Lupe Christoph <lupe@lupe-christoph.de>
17317              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
17318              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
17319      Branch: perl
17320            ! t/op/numconvert.t
17321 ____________________________________________________________________________
17322 [  6499] By: jhi                                   on 2000/08/02  22:49:16
17323         Log: Allow "no Module;" even if there is no 'unimport'.
17324              
17325              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
17326              From: mjd@plover.com
17327              Date: 24 Mar 2000 15:24:34 -0000
17328              Message-Id: <20000324152434.15160.qmail@plover.com>
17329      Branch: perl
17330            ! gv.c
17331 ____________________________________________________________________________
17332 [  6498] By: jhi                                   on 2000/08/02  22:42:58
17333         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
17334              that are hopefully soon put into use.
17335      Branch: perl
17336            ! opcode.h opcode.pl opnames.h
17337 ____________________________________________________________________________
17338 [  6497] By: gsar                                  on 2000/08/02  22:28:59
17339         Log: require.t needs binmode() to work on windows
17340      Branch: perl
17341            ! t/comp/require.t
17342 ____________________________________________________________________________
17343 [  6496] By: jhi                                   on 2000/08/02  22:08:51
17344         Log: Document the IVdf UVuf UVof UVxf.
17345      Branch: perl
17346            ! pod/perlguts.pod
17347 ____________________________________________________________________________
17348 [  6495] By: jhi                                   on 2000/08/02  21:54:26
17349         Log: detypo #6494
17350      Branch: perl
17351            ! ext/Data/Dumper/Dumper.xs
17352 ____________________________________________________________________________
17353 [  6494] By: jhi                                   on 2000/08/02  21:49:17
17354         Log: Dump UVs as UVs in Data::Dumper.
17355              
17356              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
17357              From: Gurusamy Sarathy <gsar@ActiveState.com>
17358              Date: Thu, 27 Apr 2000 12:26:25 -0700
17359              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
17360      Branch: perl
17361            ! ext/Data/Dumper/Dumper.xs
17362 ____________________________________________________________________________
17363 [  6493] By: jhi                                   on 2000/08/02  17:01:58
17364         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
17365              From: Hugo <hv@crypt.compulink.co.uk>
17366              Date: Wed, 02 Aug 2000 14:53:56 +0100
17367              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
17368      Branch: perl
17369            ! regexec.c t/op/re_tests
17370 ____________________________________________________________________________
17371 [  6492] By: jhi                                   on 2000/08/02  15:02:46
17372         Log: The new setproctitle() feature is available only in 
17373              bleeding edge FreeBSD.  From Paul Saab.
17374      Branch: perl
17375            ! mg.c
17376 ____________________________________________________________________________
17377 [  6491] By: jhi                                   on 2000/08/02  13:34:36
17378         Log: The tr utf8 patching continues.
17379              
17380              Subject: Re: #6469, too many tests claimed in require.t
17381              From: simon@brecon.co.uk (Simon Cozens)
17382              Date: 2 Aug 2000 02:37:17 GMT
17383              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
17384              
17385              (the logic of the test was the wrong way round in the patch)
17386      Branch: perl
17387            ! doop.c
17388 ____________________________________________________________________________
17389 [  6490] By: jhi                                   on 2000/08/02  13:27:38
17390         Log: The name of a filehandle does not have <these>.
17391      Branch: perl
17392            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
17393            ! t/pragma/warn/pp_sys util.c
17394 ____________________________________________________________________________
17395 [  6489] By: jhi                                   on 2000/08/02  04:26:46
17396         Log: Remove the extraneous "main::" prefix from all the
17397              "opened only for", "on closed", and "never opened" warnings.
17398              
17399              Subject: Re: inappropriate warning
17400              From: Gurusamy Sarathy <gsar@ActiveState.com>
17401              Date: Mon, 20 Mar 2000 11:28:02 -0800
17402              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
17403      Branch: perl
17404            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
17405            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
17406            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
17407 ____________________________________________________________________________
17408 [  6488] By: jhi                                   on 2000/08/02  03:02:57
17409         Log: memcpy has n o in it, as pinted ut by Sarathy.
17410      Branch: perl
17411            ! pod/perlguts.pod
17412 ____________________________________________________________________________
17413 [  6487] By: jhi                                   on 2000/08/02  02:44:51
17414         Log: Document in one place the memory abstractions used in Perl core.
17415              
17416              Subject: Re: Memory abstraction
17417              From: simon@brecon.co.uk (Simon Cozens)
17418              Date: 2 Aug 2000 02:20:23 GMT
17419              Organization: Earth.li Origins
17420      Branch: perl
17421            ! pod/perlguts.pod
17422 ____________________________________________________________________________
17423 [  6486] By: jhi                                   on 2000/08/02  02:41:57
17424         Log: regen_headers, regen perltoc.
17425      Branch: perl
17426            ! perlapi.c pod/perltoc.pod
17427 ____________________________________________________________________________
17428 [  6485] By: jhi                                   on 2000/08/02  01:43:33
17429         Log: "This little thing tests for a file .patch, and if it contains
17430              a number, pops into patchlevel.h" (making it easier to track
17431              which development version people are reporting bugs against)
17432              
17433              Subject: Patchlevel autogeneration for repository perls
17434              From: simon@brecon.co.uk (Simon Cozens)
17435              Date: 14 Jul 2000 07:12:15 GMT
17436              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
17437      Branch: perl
17438            + fix_pl
17439            ! MANIFEST Makefile.SH
17440 ____________________________________________________________________________
17441 [  6484] By: jhi                                   on 2000/08/02  01:32:54
17442         Log: FreeBSD 3.* updates from
17443              
17444              From: Paul Saab <ps@yahoo-inc.com>
17445              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
17446              Date: Tue, 1 Aug 2000 15:41:39 -0700
17447              Message-Id: <20000801154139.A53740@yahoo-inc.com>
17448      Branch: perl
17449            ! hints/freebsd.sh
17450 ____________________________________________________________________________
17451 [  6483] By: jhi                                   on 2000/08/02  01:27:44
17452         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
17453              instead one must use setproctitle().  This was already addressed
17454              by change #6457, but the below has a new variant for FreeBSD 4.0
17455              or later, and the matter is also documented more.
17456              
17457              From: Paul Saab <ps@yahoo-inc.com>
17458              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
17459              Date: Tue, 1 Aug 2000 15:41:39 -0700
17460              Message-Id: <20000801154139.A53740@yahoo-inc.com>
17461      Branch: metaconfig/U/perl
17462            + i_libutil.U
17463      Branch: perl
17464            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
17465 ____________________________________________________________________________
17466 [  6482] By: jhi                                   on 2000/08/01  22:17:32
17467         Log: The test from this
17468              
17469              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
17470              Date: Sat, 15 Apr 2000 17:03:44 +0100
17471              From: Tom Hughes <tom@compton.nu>
17472              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
17473              
17474              was missing, the code change went in as #5989
17475              (which had a different test?)
17476      Branch: perl
17477            ! t/op/misc.t
17478 ____________________________________________________________________________
17479 [  6481] By: jhi                                   on 2000/08/01  21:48:38
17480         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
17481              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
17482              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
17483              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
17484      Branch: perl
17485            ! perl.h
17486 ____________________________________________________________________________
17487 [  6480] By: jhi                                   on 2000/08/01  18:05:28
17488         Log: Make p4desc to skip non-mainperl branches by default.
17489      Branch: perl
17490            ! Porting/p4desc
17491 ____________________________________________________________________________
17492 [  6479] By: jhi                                   on 2000/08/01  17:29:19
17493         Log: If gccosandvers is equal to osname, clear gccosandvers.
17494      Branch: metaconfig/U/perl
17495            ! gccvers.U
17496      Branch: perl
17497            ! Configure config_h.SH
17498 ____________________________________________________________________________
17499 [  6478] By: jhi                                   on 2000/08/01  15:54:08
17500         Log: BOM patching from Simon Cozens.
17501      Branch: perl
17502            ! toke.c
17503 ____________________________________________________________________________
17504 [  6477] By: jhi                                   on 2000/08/01  04:50:33
17505         Log: Stash away the largefiles flags and libswanted.
17506      Branch: perl
17507            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
17508 ____________________________________________________________________________
17509 [  6476] By: gsar                                  on 2000/08/01  04:24:24
17510         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
17511              on Windows)
17512      Branch: perl
17513            ! t/pragma/utf8.t utf8.c win32/win32.c
17514 ____________________________________________________________________________
17515 [  6475] By: jhi                                   on 2000/08/01  03:35:24
17516         Log: Make chr() for values >127 to create utf8 when under utf8.
17517              
17518              Subject: Re: uft8/chr()
17519              From: simon@brecon.co.uk (Simon Cozens)
17520              Date: 1 Aug 2000 02:37:02 GMT
17521              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
17522      Branch: perl
17523            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
17524 ____________________________________________________________________________
17525 [  6474] By: jhi                                   on 2000/08/01  02:36:18
17526         Log: In Digital UNIX warn if gcc explicitly chosen because even
17527              2.95.2 is known to cause problems.
17528      Branch: perl
17529            ! hints/dec_osf.sh
17530 ____________________________________________________________________________
17531 [  6473] By: jhi                                   on 2000/08/01  02:00:56
17532         Log: Make the safety catch for buggy gccs work with triple version
17533              numbers like 2.95.2.  Reported in
17534              
17535              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
17536              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
17537              Date: Mon, 31 Jul 2000 14:55:06 +0200
17538              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
17539      Branch: perl
17540            ! hints/dec_osf.sh
17541 ____________________________________________________________________________
17542 [  6472] By: jhi                                   on 2000/08/01  01:13:33
17543         Log: Subject: fix and question re: waitpid() under win32
17544              From: Brian Clarke <clarke@appliedmeta.com>
17545              Date: Fri, 28 Jul 2000 15:18:29 -0400
17546              Message-ID: <3981DC85.290314EB@appliedmeta.com>
17547              
17548              Slightly reformatted and WNOHANG # define moved to win32.h
17549              so that also POSIX.xs sees it, as suggsted by Sarathy.
17550      Branch: perl
17551            ! win32/win32.c win32/win32.h
17552 ____________________________________________________________________________
17553 [  6471] By: jhi                                   on 2000/08/01  00:55:05
17554         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
17555              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17556              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
17557              Date: Mon, 31 Jul 2000 13:28:51 +0100
17558              
17559              (aka ID 20000730.002)
17560      Branch: perl
17561            ! op.c t/op/tr.t
17562 ____________________________________________________________________________
17563 [  6470] By: jhi                                   on 2000/07/31  23:34:42
17564         Log: Document the problem with -P in HP-UX and its workaround.
17565              
17566              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
17567              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
17568              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
17569              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
17570      Branch: perl
17571            ! README.hpux
17572 ____________________________________________________________________________
17573 [  6469] By: jhi                                   on 2000/07/31  04:15:02
17574         Log: The swallow_bom() saga continues.  The #23 of require.t
17575              (UTF16-LE) still fails (silently, no output) but the #22
17576              (UTF16-BE) seems to be working now.  The root of the
17577              failure may be in sv_gets(): is it UTF-16LE-aware,
17578              especially when it comes to line endings? 
17579      Branch: perl
17580            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
17581            ! t/comp/require.t toke.c utf8.c
17582 ____________________________________________________________________________
17583 [  6468] By: jhi                                   on 2000/07/30  19:05:48
17584         Log: Find green threads before native threads.
17585              
17586              Subject: Re: Patch to jpl/JNI/Makefile.PL
17587              From: Jens Thomsen <jens@fiend.cis.com>
17588              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
17589              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
17590      Branch: perl
17591            ! jpl/JNI/Makefile.PL
17592 ____________________________________________________________________________
17593 [  6467] By: jhi                                   on 2000/07/30  18:36:22
17594         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
17595      Branch: perl
17596            ! doop.c
17597 ____________________________________________________________________________
17598 [  6466] By: jhi                                   on 2000/07/30  04:37:29
17599         Log: A new version of the "remove UPPERACSE string comparison"
17600              operators.  The problem with the previous one (change #6454)
17601              was that it was for Perl 5.6.0.  From Paul Marquess.
17602      Branch: perl
17603            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
17604            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
17605            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
17606 ____________________________________________________________________________
17607 [  6465] By: jhi                                   on 2000/07/29  22:39:56
17608         Log: Do not upgrade SVs into utf8 just because they participate
17609              in eq or cmp.  Reported and fix suggested in
17610              
17611              Subject: [ID 20000720.009] sv_eq UTF8 bug
17612              From: "Simon Cozens" <simon@othersideofthe.earth.li>
17613              Date: 21 Jul 2000 04:37:29 -0000
17614              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
17615              
17616              Exercise for the kind reader: should we or should we not
17617              cache the utf8 conversion alonside the SV? (as magic,
17618              as thestrxfrm()ed version is cached under use locale)
17619              Argue both for and against.
17620      Branch: perl
17621            ! sv.c
17622 ____________________________________________________________________________
17623 [  6464] By: jhi                                   on 2000/07/29  22:36:22
17624         Log: Subject: UTF8 concat
17625              From: simon@brecon.co.uk (Simon Cozens) 
17626              Date: 30 Jun 2000 06:13:25 GMT
17627              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
17628              
17629              (with a memory leak fixed, plus a few casts added)
17630              
17631              This also seems to help for
17632              
17633              Subject: [ID 20000716.015] join UTF8 weirdness
17634              From: root <root@ak-71.mind.de> 
17635              Date: Sat, 15 Jul 2000 15:29:54 +0200
17636              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
17637              
17638              (from Andreas König)
17639      Branch: perl
17640            ! pp_hot.c
17641 ____________________________________________________________________________
17642 [  6463] By: jhi                                   on 2000/07/29  00:55:39
17643         Log: Tune the comments and hopefully stop a memory leak.
17644      Branch: perl
17645            ! toke.c utf8.c
17646 ____________________________________________________________________________
17647 [  6462] By: jhi                                   on 2000/07/29  00:16:53
17648         Log: The problem described in this
17649              
17650              Subject: [ID 20000322.018] named chars aren't magical enough
17651              From: root <root@dixie.cscaper.com>     
17652              Date: Wed, 22 Mar 2000 18:37:42 -0700
17653              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
17654              
17655              has been fixed in perl 5.6.0 but just in case added a test
17656              to keep it away.  (The report from Joseph Hall.)
17657      Branch: perl
17658            ! t/lib/charnames.t
17659 ____________________________________________________________________________
17660 [  6461] By: jhi                                   on 2000/07/28  23:56:36
17661         Log: Tiny fixes for #6460.
17662      Branch: metaconfig/U/perl
17663            ! gccvers.U
17664      Branch: perl
17665            ! Configure config_h.SH
17666 ____________________________________________________________________________
17667 [  6460] By: jhi                                   on 2000/07/28  23:24:41
17668         Log: Warn if the version of the operating system used to compile gcc
17669              differs from the current version of the operating system.
17670              Also display the gcc compilation os and version in myconfig.
17671              Inspiration from
17672              
17673              Subject: Re: [ID 20000710.003] ERRORS!!         
17674              From: "Kurt D. Starsinic" <kstar@chapin.edu>
17675              Date: Mon, 10 Jul 2000 15:54:16 -0400
17676              Message-ID: <20000710155416.A1384@O2.chapin.edu>
17677      Branch: metaconfig/U/perl
17678            ! gccvers.U
17679      Branch: perl
17680            ! Configure config_h.SH myconfig.SH
17681 ____________________________________________________________________________
17682 [  6459] By: jhi                                   on 2000/07/28  22:00:32
17683         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
17684              letter to $Config{osvers}.
17685      Branch: metaconfig
17686            ! U/modified/Oldconfig.U
17687      Branch: perl
17688            ! Configure config_h.SH
17689 ____________________________________________________________________________
17690 [  6458] By: jhi                                   on 2000/07/28  04:15:39
17691         Log: Back out #6454, doesn't seem to work.
17692              (Reason: that patch was for perl 5.6.0, not perl-current)
17693              (A version of the patch for perl-current came in later as #6466)
17694      Branch: perl
17695            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
17696            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
17697            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
17698 ____________________________________________________________________________
17699 [  6457] By: jhi                                   on 2000/07/27  23:31:49
17700         Log: Use setproctitle() if available to modify $0.
17701              
17702              Subject: setting $* on BSD4 broken
17703              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
17704              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
17705              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
17706      Branch: metaconfig
17707            ! U/modified/Myinit.U
17708      Branch: perl
17709            ! Configure config_h.SH mg.c
17710 ____________________________________________________________________________
17711 [  6456] By: jhi                                   on 2000/07/27  14:50:47
17712         Log: Allow "no AutoLoader;", based on change #6444,
17713              suggested by Graham Barr.
17714      Branch: perl
17715            ! lib/AutoLoader.pm
17716 ____________________________________________________________________________
17717 [  6455] By: jhi                                   on 2000/07/27  14:19:10
17718         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
17719              From: rspier@pobox.com (Robert Spier)
17720              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
17721              Message-ID: <14720.15855.787664.424783@rls.cx>
17722      Branch: perl
17723            ! pod/perldiag.pod
17724 ____________________________________________________________________________
17725 [  6454] By: jhi                                   on 2000/07/27  14:03:02
17726         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
17727              for a long time).
17728              
17729              Reported in
17730              
17731              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
17732              From: Ryan Herbert <rherbert@sycamorehq.com>
17733              Date: Mon, 17 Jul 2000 11:40:42 -0400
17734              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
17735              
17736              Patched in
17737              
17738              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
17739              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
17740              Date: Wed, 26 Jul 2000 23:40:18 +0100
17741              Message-ID: <000001bff752$79511880$0a17073e@tiny>
17742              
17743              based on an earlier patch from Stephen P. Potter.
17744              
17745              (Removed later by change #6458 because this patch was for
17746              perl 5.6.0, not perl-current)
17747      Branch: perl
17748            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
17749            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
17750            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
17751 ____________________________________________________________________________
17752 [  6453] By: jhi                                   on 2000/07/27  13:48:02
17753         Log: Subject: [PATCH] fixes bug 20000508.004
17754              From: Michael Stevens <mstevens@globnix.org>
17755              Date: Thu, 27 Jul 2000 13:49:04 +0100
17756              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
17757      Branch: perl
17758            ! pod/perldata.pod
17759 ____________________________________________________________________________
17760 [  6452] By: jhi                                   on 2000/07/26  23:51:26
17761         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
17762              and Craig A. Berry.
17763      Branch: perl
17764            ! lib/File/Temp.pm pod/perlport.pod
17765 ____________________________________________________________________________
17766 [  6451] By: jhi                                   on 2000/07/26  19:43:30
17767         Log: Be wary of close()s, too.
17768              
17769              Subject: Re: [PATCH] perlbug cleanup
17770              From: Tim Jenness <t.jenness@jach.hawaii.edu>
17771              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
17772              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
17773      Branch: perl
17774            ! utils/perlbug.PL
17775 ____________________________________________________________________________
17776 [  6450] By: jhi                                   on 2000/07/26  18:41:40
17777         Log: Subject: Minor doc patch: handy.h
17778              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
17779              Date: Wed, 26 Jul 2000 15:34:25 -0300
17780              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
17781      Branch: perl
17782            ! handy.h pod/perlapi.pod
17783 ____________________________________________________________________________
17784 [  6449] By: jhi                                   on 2000/07/26  18:23:55
17785         Log: Subject: [PATCH] minor doc change - perlguts
17786              From: Michael Stevens <mstevens@globnix.org>
17787              Date: Thu, 13 Jul 2000 12:39:18 +0100
17788              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
17789      Branch: perl
17790            ! pod/perlguts.pod
17791 ____________________________________________________________________________
17792 [  6448] By: jhi                                   on 2000/07/26  18:20:30
17793         Log: open() wariness in perlbug.
17794              
17795              Subject: [PATCH] perlbug cleanup
17796              From: Michael Stevens <mstevens@globnix.org>
17797              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
17798              Date: Thu, 13 Jul 2000 15:52:23 +0100
17799      Branch: perl
17800            ! utils/perlbug.PL
17801 ____________________________________________________________________________
17802 [  6447] By: jhi                                   on 2000/07/26  18:13:04
17803         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
17804      Branch: perl
17805            ! lib/File/Temp.pm t/lib/ftmp-security.t
17806 ____________________________________________________________________________
17807 [  6446] By: jhi                                   on 2000/07/26  18:06:32
17808         Log: docfix from Peter Scott <Peter@PSDT.com>.
17809      Branch: perl
17810            ! pod/perlfunc.pod
17811 ____________________________________________________________________________
17812 [  6445] By: jhi                                   on 2000/07/26  17:53:31
17813         Log: Fix *foo{FORMAT}.
17814              
17815              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17816              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
17817              Date: Wed, 26 Jul 2000 19:51:02 +0200
17818              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
17819              
17820              From: Graham Barr <gbarr@pobox.com>
17821              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
17822              Date: Wed, 26 Jul 2000 17:38:36 +0100
17823              Message-ID: <20000726173836.L472@pobox.com>
17824      Branch: perl
17825            ! pp.c sv.c t/op/gv.t
17826 ____________________________________________________________________________
17827 [  6444] By: jhi                                   on 2000/07/26  17:49:14
17828         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
17829              from Graham Barr in the module list.
17830      Branch: perl
17831            ! gv.c pod/perlobj.pod
17832 ____________________________________________________________________________
17833 [  6443] By: jhi                                   on 2000/07/26  16:06:56
17834         Log: More split() doc and test patches from Mike Guy.
17835      Branch: perl
17836            ! pod/perlfunc.pod t/op/split.t
17837 ____________________________________________________________________________
17838 [  6442] By: jhi                                   on 2000/07/26  16:05:30
17839         Log: MacOS nits from Matthias Neeracher.
17840      Branch: perl
17841            ! perl.c pp_ctl.c
17842 ____________________________________________________________________________
17843 [  6441] By: jhi                                   on 2000/07/26  04:39:57
17844         Log: Subject: [PATCH] split /^/
17845              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17846              Date: Tue, 25 Jul 2000 14:18:57 +0100
17847              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
17848              
17849              (with notes from tchrist and gbarr)
17850      Branch: perl
17851            ! pod/perlfunc.pod t/op/split.t
17852 ____________________________________________________________________________
17853 [  6440] By: jhi                                   on 2000/07/26  04:32:32
17854         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
17855              From: Peter Prymmer <pvhp@forte.com>
17856              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
17857              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
17858      Branch: perl
17859            ! vms/munchconfig.c
17860 ____________________________________________________________________________
17861 [  6439] By: jhi                                   on 2000/07/26  04:31:01
17862         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
17863              to be fatal errors (instead of by default ignoring them, and
17864              ignoring with a bug: even though -w gave an error, the opening [
17865              was left in)  Reported in:
17866              
17867              Subject: [ID 20000716.024] [=cc=] / [:blank:]
17868              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
17869              Date: Sun, 16 Jul 2000 17:55:29 -0700
17870              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
17871      Branch: perl
17872            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
17873 ____________________________________________________________________________
17874 [  6438] By: jhi                                   on 2000/07/25  15:41:15
17875         Log: Subject: [PATCH] av.c apidoc
17876              From: simon@brecon.co.uk (Simon Cozens)
17877              Date: 24 Jul 2000 06:40:52 GMT
17878              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
17879      Branch: perl
17880            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
17881            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
17882 ____________________________________________________________________________
17883 [  6437] By: jhi                                   on 2000/07/25  14:05:36
17884         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
17885              From: "Stephen P. Potter" <spp@ds.net>
17886              Date: Mon, 24 Jul 2000 14:22:23 -0400
17887              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
17888      Branch: perl
17889            ! pod/perllocale.pod
17890 ____________________________________________________________________________
17891 [  6436] By: jhi                                   on 2000/07/25  14:02:03
17892         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
17893              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17894              Date: Mon, 24 Jul 2000 18:04:28 +0100
17895              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
17896      Branch: perl
17897            ! t/lib/syslfs.t t/op/lfs.t
17898 ____________________________________________________________________________
17899 [  6435] By: jhi                                   on 2000/07/25  13:59:28
17900         Log: Get UTF16 BOMs working.  Patch from
17901              
17902              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
17903              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17904              Date: Tue, 25 Jul 2000 12:52:45 +0100
17905              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
17906              
17907              and notes from
17908              
17909              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
17910              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17911              Date: Tue, 25 Jul 2000 11:43:25 +0100
17912              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
17913      Branch: perl
17914            ! t/comp/require.t toke.c utf8.c
17915 ____________________________________________________________________________
17916 [  6434] By: jhi                                   on 2000/07/25  02:39:54
17917         Log: Make the "uninit variable" warning to say "concat or string"
17918              or "join or string" when in concat or join .
17919              
17920              Subject: Re: [ID 20000403.009] uninitialised concatenation???
17921              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17922              Date: Tue, 04 Apr 2000 18:22:58 +0100
17923              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
17924              
17925              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
17926              From: William R Ward <hermit@BayView.COM>
17927              Date: Thu, 30 Mar 2000 19:50:03 -0800
17928              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
17929      Branch: perl
17930            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
17931            ! t/pragma/warn/op t/pragma/warn/sv
17932 ____________________________________________________________________________
17933 [  6433] By: jhi                                   on 2000/07/24  17:52:56
17934         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
17935      Branch: perl
17936            ! lib/File/Spec/VMS.pm
17937 ____________________________________________________________________________
17938 [  6432] By: jhi                                   on 2000/07/24  17:44:44
17939         Log: Test cases for #6431.
17940              
17941              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
17942              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17943              Date: Mon, 24 Jul 2000 15:32:29 +0100
17944              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
17945      Branch: perl
17946            ! t/op/pat.t t/op/split.t
17947 ____________________________________________________________________________
17948 [  6431] By: jhi                                   on 2000/07/24  17:43:17
17949         Log: Bind op fix.
17950              
17951              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
17952              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17953              Date: Mon, 17 Jul 2000 20:04:56 +0100
17954              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
17955      Branch: perl
17956            ! op.c
17957 ____________________________________________________________________________
17958 [  6430] By: jhi                                   on 2000/07/24  03:42:42
17959         Log: Subject: [ID 20000716.023] syslog test fails without sockets
17960              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17961              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
17962              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
17963      Branch: metaconfig/U/perl
17964            ! Extensions.U
17965      Branch: perl
17966            ! Configure config_h.SH
17967 ____________________________________________________________________________
17968 [  6429] By: jhi                                   on 2000/07/24  03:11:52
17969         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
17970              case, but add also notes explaining the relationship of this
17971              patch and the earlier notes by Sarathy.
17972              
17973              Subject: Map is still slow
17974              From: "Ben Tilly" <ben_tilly@hotmail.com>
17975              Date: Sat, 15 Jul 2000 17:23:27 EDT
17976              Message-ID: <20000715212327.21656.qmail@hotmail.com>
17977      Branch: perl
17978            ! pp_ctl.c
17979 ____________________________________________________________________________
17980 [  6428] By: jhi                                   on 2000/07/24  02:58:52
17981         Log: Documentation to explain the behaviour of map().
17982              
17983              Subject: Re: Map is still slow 
17984              From: Gurusamy Sarathy <gsar@ActiveState.com>
17985              Date: Sat, 15 Jul 2000 16:05:09 -0700
17986              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
17987      Branch: perl
17988            ! pp_ctl.c
17989 ____________________________________________________________________________
17990 [  6427] By: jhi                                   on 2000/07/24  02:50:03
17991         Log: Add tests for
17992              [ID 19991110.003] another matching finding by pcre author
17993              which has already been fixed by some patch, as verified in
17994              
17995              Subject: Re: two regex bugs from the mists of time (well, last November)
17996              From: Hugo <hv@crypt.compulink.co.uk>
17997              Date: Sat, 22 Jul 2000 18:12:58 +0100
17998              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
17999      Branch: perl
18000            ! t/op/re_tests
18001 ____________________________________________________________________________
18002 [  6426] By: jhi                                   on 2000/07/24  02:11:20
18003         Log: A missing 'break' after the [[:space:]] switch case.
18004              
18005              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
18006              From: "Stephen P. Potter" <spp@ds.net>
18007              Date: Tue, 18 Jul 2000 16:25:17 -0400
18008              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
18009      Branch: perl
18010            ! regcomp.c
18011 ____________________________________________________________________________
18012 [  6425] By: jhi                                   on 2000/07/24  02:06:12
18013         Log: The output might have been produced in the wrong order.
18014              
18015              Subject: [ID 20000720.003] [PATCH] t/op/write.t
18016              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18017              Date: Thu, 20 Jul 2000 18:49:18 +0100
18018              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
18019      Branch: perl
18020            ! t/op/write.t
18021 ____________________________________________________________________________
18022 [  6424] By: jhi                                   on 2000/07/24  02:00:07
18023         Log: Use STDOUT consistently.
18024              
18025              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
18026              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18027              Date: Thu, 20 Jul 2000 18:04:01 +0100
18028              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
18029      Branch: perl
18030            ! lib/Test/Harness.pm
18031 ____________________________________________________________________________
18032 [  6423] By: jhi                                   on 2000/07/24  01:54:54
18033         Log: Protect against "wild next"s, that is, callbacks doing "next"
18034              instead of "return".
18035              
18036              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
18037              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18038              Date: Tue, 18 Jul 2000 11:30:16 +0100
18039              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
18040      Branch: perl
18041            ! lib/File/Find.pm
18042 ____________________________________________________________________________
18043 [  6422] By: jhi                                   on 2000/07/24  01:35:47
18044         Log: Out-of-date note removed.
18045              
18046              Subject: [PATCH] documentation perlipc
18047              From: rspier@pobox.com (Robert Spier)
18048              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
18049              Message-ID: <14711.35178.572612.502654@rls.cx>
18050      Branch: perl
18051            ! pod/perlipc.pod
18052 ____________________________________________________________________________
18053 [  6421] By: jhi                                   on 2000/07/24  00:09:18
18054         Log: Send all installperl messages to STDERR and be -w clean.
18055              
18056              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
18057              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18058              Date: Sat, 22 Jul 2000 14:02:11 +0100
18059              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
18060      Branch: perl
18061            ! installperl
18062 ____________________________________________________________________________
18063 [  6420] By: jhi                                   on 2000/07/24  00:04:19
18064         Log: Decutandpasto.
18065              
18066              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
18067              From: "Richard Soderberg" <rs@crystalflame.net>
18068              Date: Sun, 23 Jul 2000 01:37:23 -0700
18069              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
18070      Branch: perl
18071            ! pod/perlipc.pod
18072 ____________________________________________________________________________
18073 [  6419] By: jhi                                   on 2000/07/24  00:01:12
18074         Log: A cleaner abs_path().
18075              Subject: Re: unix alternative to Cwd.pm
18076              From: Jeff Pinyan <jeffp@crusoe.net>
18077              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
18078              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
18079      Branch: perl
18080            ! lib/Cwd.pm
18081 ____________________________________________________________________________
18082 [  6418] By: jhi                                   on 2000/07/23  23:48:56
18083         Log: Detypo.
18084              
18085              Subject: [PATCH perl-current] Typo in hints/powerux.sh
18086              From: "Richard Soderberg" <rs@crystalflame.net>
18087              Date: Sun, 23 Jul 2000 01:27:33 -0700
18088              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
18089      Branch: perl
18090            ! hints/powerux.sh
18091 ____________________________________________________________________________
18092 [  6417] By: jhi                                   on 2000/07/17  22:13:31
18093         Log: Subject: SDBM_File documentation
18094              From: mjd@plover.com
18095              Date: 16 Jul 2000 17:41:17 -0000
18096              Message-ID: <20000716174117.18515.qmail@plover.com>
18097      Branch: perl
18098            ! ext/SDBM_File/SDBM_File.pm
18099 ____________________________________________________________________________
18100 [  6416] By: jhi                                   on 2000/07/17  19:13:26
18101         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
18102      Branch: perl
18103            ! hints/mpeix.sh mpeix/relink
18104 ____________________________________________________________________________
18105 [  6415] By: jhi                                   on 2000/07/15  14:11:02
18106         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
18107              the utf8 'characters' can be more than one octet).
18108              
18109              Date: Sat, 15 Jul 2000 00:21:56 +0100
18110              From: Tom Hughes <tom@compton.nu>
18111              Subject: Re: [ID 20000714.002]
18112              Message-ID: <db2334de49.tom@compton.compton.nu>
18113              
18114              Reported in
18115              
18116              Subject: [ID 20000714.002]
18117              From: "Simon Cozens" <simon@othersideofthe.earth.li>
18118              Date: 14 Jul 2000 15:13:09 -0000
18119              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
18120      Branch: perl
18121            ! doop.c
18122 ____________________________________________________________________________
18123 [  6414] By: jhi                                   on 2000/07/15  03:13:41
18124         Log: another VMS build tweak from Peter Prymmer
18125      Branch: perl
18126            ! vms/descrip_mms.template
18127 ____________________________________________________________________________
18128 [  6413] By: jhi                                   on 2000/07/15  03:10:40
18129         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
18130      Branch: perl
18131            ! vms/perlvms.pod
18132 ____________________________________________________________________________
18133 [  6412] By: jhi                                   on 2000/07/15  00:31:05
18134         Log: More docs for sv functions.
18135              
18136              Subject: [PATCH cfgperl] sv.c apidoc
18137              From: simon@brecon.co.uk (Simon Cozens)
18138              Date: 13 Jul 2000 09:00:20 GMT
18139              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
18140              
18141              Subject: Re: [PATCH cfgperl] sv.c apidoc
18142              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18143              Date: Thu, 13 Jul 2000 12:27:41 +0100
18144              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
18145              
18146              Subject: Re: [PATCH cfgperl] sv.c apidoc
18147              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18148              Date: Thu, 13 Jul 2000 13:23:09 +0100
18149              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
18150              
18151              Subject: Re: [PATCH cfgperl] sv.c apidoc
18152              From: simon@brecon.co.uk (Simon Cozens)
18153              Date: 14 Jul 2000 06:51:02 GMT
18154              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
18155      Branch: perl
18156            ! embed.pl pod/perlapi.pod sv.c
18157 ____________________________________________________________________________
18158 [  6411] By: jhi                                   on 2000/07/15  00:10:41
18159         Log: lib/b test fixes from Peter Prymmer.
18160      Branch: perl
18161            ! t/lib/b.t
18162 ____________________________________________________________________________
18163 [  6410] By: jhi                                   on 2000/07/15  00:02:09
18164         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
18165              From: Hugo <hv@crypt.compulink.co.uk>
18166              Date: Fri, 14 Jul 2000 23:05:20 +0100
18167              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
18168              
18169              Didn't anymore apply, but that point still could use another fix.
18170      Branch: perl
18171            ! pod/perlfunc.pod
18172 ____________________________________________________________________________
18173 [  6409] By: jhi                                   on 2000/07/14  23:15:15
18174         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
18175              not in pod, from Peter Prymmer
18176      Branch: perl
18177            ! vms/descrip_mms.template
18178 ____________________________________________________________________________
18179 [  6408] By: jhi                                   on 2000/07/14  20:35:05
18180         Log: The bug report
18181              [ID 19991110.002] minimal matching discrepancy found by pcre author
18182              seems to have been fixed (though differently from what was suggested
18183              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
18184      Branch: perl
18185            ! t/op/re_tests
18186 ____________________________________________________________________________
18187 [  6407] By: jhi                                   on 2000/07/14  17:38:08
18188         Log: Fix AutoSplit to use File::Spec the right way in VMS,
18189              from Peter Prymmer.
18190      Branch: perl
18191            ! lib/AutoSplit.pm
18192 ____________________________________________________________________________
18193 [  6406] By: jhi                                   on 2000/07/14  14:13:22
18194         Log: Merge perlhacktut into perlhack, update perlguts.
18195              
18196              Subject: Re: Perlhacktut
18197              From: simon@brecon.co.uk (Simon Cozens)
18198              Date: 14 Jul 2000 06:49:21 GMT
18199              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
18200              
18201              Subject: Re: Perlhacktut
18202              From: simon@brecon.co.uk (Simon Cozens)
18203              Date: 14 Jul 2000 07:09:45 GMT
18204              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
18205      Branch: perl
18206            ! pod/perlguts.pod pod/perlhack.pod
18207 ____________________________________________________________________________
18208 [  6405] By: jhi                                   on 2000/07/14  14:02:31
18209         Log: Integrate with Sarathy.
18210      Branch: cfgperl
18211           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
18212           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
18213           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
18214 ____________________________________________________________________________
18215 [  6404] By: gsar                                  on 2000/07/14  12:15:02
18216         Log: PERL_OBJECT build tweaks
18217      Branch: perl
18218            ! toke.c
18219 ____________________________________________________________________________
18220 [  6403] By: gsar                                  on 2000/07/14  11:23:41
18221         Log: inconsistent types needs casts
18222      Branch: perl
18223            ! toke.c
18224 ____________________________________________________________________________
18225 [  6402] By: gsar                                  on 2000/07/14  11:12:04
18226         Log: typos in change#6399, regen headers
18227      Branch: perl
18228            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
18229 ____________________________________________________________________________
18230 [  6401] By: gsar                                  on 2000/07/14  10:59:12
18231         Log: typecasts needed for change#6394
18232      Branch: perl
18233            ! toke.c
18234 ____________________________________________________________________________
18235 [  6400] By: gsar                                  on 2000/07/14  10:49:37
18236         Log: integrate cfgperl contents into mainline
18237      Branch: perl
18238           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
18239           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
18240 ____________________________________________________________________________
18241 [  6399] By: gsar                                  on 2000/07/14  10:38:35
18242         Log: enable UTF-16 filter by default if relevant BOM is seen; various
18243              cleanups (typos, misformatted code, and small bugs)
18244      Branch: perl
18245            ! doop.c embed.pl mg.c op.c pp.c toke.c
18246 ____________________________________________________________________________
18247 [  6398] By: gsar                                  on 2000/07/14  08:55:38
18248         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
18249              name suggests anyway)
18250      Branch: perl
18251            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
18252 ____________________________________________________________________________
18253 [  6397] By: gsar                                  on 2000/07/14  08:44:33
18254         Log: move new variables to the end of the interpreter structure (for
18255              bincompat in code that doesn't #include XSUB.h)
18256      Branch: perl
18257            ! intrpvar.h
18258 ____________________________________________________________________________
18259 [  6396] By: gsar                                  on 2000/07/14  08:13:58
18260         Log: MakeMaker should not remove editor backups (*~) on `make clean`
18261              by default (completes change#6383)
18262      Branch: perl
18263            ! lib/ExtUtils/MM_Unix.pm
18264 ____________________________________________________________________________
18265 [  6395] By: jhi                                   on 2000/07/14  05:20:33
18266         Log: Replace change #6337 with a better one.
18267              
18268              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
18269              From: Hugo <hv@crypt.compulink.co.uk>
18270              Date: Fri, 14 Jul 2000 04:16:20 +0100
18271              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
18272      Branch: cfgperl
18273            ! regexec.c t/op/re_tests
18274 ____________________________________________________________________________
18275 [  6394] By: jhi                                   on 2000/07/14  01:33:59
18276         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
18277      Branch: cfgperl
18278            ! embed.pl global.sym proto.h toke.c
18279 ____________________________________________________________________________
18280 [  6393] By: jhi                                   on 2000/07/13  23:41:23
18281         Log: remove discarded test
18282      Branch: cfgperl
18283            ! MANIFEST
18284 ____________________________________________________________________________
18285 [  6392] By: jhi                                   on 2000/07/13  23:32:25
18286         Log: The {multiplier} of a fixed substring was overlooked which
18287              caused a wrong initial search offset for that substring.
18288              
18289              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
18290              From: Hugo <hv@crypt.compulink.co.uk>
18291              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
18292              Date: Thu, 13 Jul 2000 19:27:13 +0100
18293      Branch: cfgperl
18294            ! regcomp.c t/op/re_tests
18295 ____________________________________________________________________________
18296 [  6391] By: jhi                                   on 2000/07/13  16:37:42
18297         Log: typo fix from Craig Berry
18298      Branch: cfgperl
18299            ! vms/subconfigure.com
18300 ____________________________________________________________________________
18301 [  6390] By: jhi                                   on 2000/07/13  13:20:12
18302         Log: Integrate with Sarathy.
18303      Branch: cfgperl
18304            - t/op/method2entersub.t
18305           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
18306           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
18307           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
18308           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
18309 ____________________________________________________________________________
18310 [  6389] By: jhi                                   on 2000/07/13  13:18:48
18311         Log: Detypo from Peter Prymmer, part of #6388.
18312      Branch: cfgperl
18313            ! Configure config_h.SH
18314      Branch: metaconfig
18315            ! U/modified/d_longlong.U
18316 ____________________________________________________________________________
18317 [  6388] By: gsar                                  on 2000/07/13  06:33:40
18318         Log: typos (spotted by Peter Prymmer)
18319      Branch: perl
18320            ! Configure t/lib/english.t
18321 ____________________________________________________________________________
18322 [  6387] By: gsar                                  on 2000/07/13  05:35:28
18323         Log: new selfloader.t in change#6183 doesn't close DATA handles,
18324              and thus fails to clean up tmp files on dosish platforms
18325      Branch: perl
18326            ! t/lib/selfloader.t
18327 ____________________________________________________________________________
18328 [  6386] By: gsar                                  on 2000/07/12  21:42:39
18329         Log: sprintf test tweaks (from Dominic Dunlop)
18330      Branch: perl
18331            ! t/op/sprintf.t
18332 ____________________________________________________________________________
18333 [  6385] By: gsar                                  on 2000/07/12  21:33:46
18334         Log: fix bugs in processing %v-*d and similar format specs (from
18335              Avi Finkel <avi@finkel.org>)
18336      Branch: perl
18337            ! sv.c t/op/sprintf.t
18338 ____________________________________________________________________________
18339 [  6384] By: gsar                                  on 2000/07/12  16:04:19
18340         Log: readd missing perldelta.pod changes from changes#6339,6376
18341      Branch: perl
18342            ! pod/perldelta.pod
18343 ____________________________________________________________________________
18344 [  6383] By: gsar                                  on 2000/07/12  16:00:51
18345         Log: don't clobber *.orig files on *clean targets
18346      Branch: perl
18347            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
18348 ____________________________________________________________________________
18349 [  6382] By: gsar                                  on 2000/07/12  07:59:12
18350         Log: fix broken integrations in cfgperl
18351      Branch: cfgperl
18352           !> Changes pod/perldelta.pod
18353 ____________________________________________________________________________
18354 [  6381] By: gsar                                  on 2000/07/12  07:42:17
18355         Log: integrate cfgperl changes into mainline
18356      Branch: perl
18357            ! Changes
18358           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
18359           !> pod/perlre.pod
18360 ____________________________________________________________________________
18361 [  6380] By: gsar                                  on 2000/07/12  07:31:00
18362         Log: get sprintf.t to adjust properly for 3-digit exponents
18363      Branch: perl
18364            ! t/op/sprintf.t
18365 ____________________________________________________________________________
18366 [  6379] By: gsar                                  on 2000/07/12  06:40:04
18367         Log: change#6174 needs corresponding change in win32/config_h.PL,
18368              which grovels through config_h.SH to find the config.h name
18369      Branch: perl
18370            ! win32/config_h.PL
18371 ____________________________________________________________________________
18372 [  6378] By: jhi                                   on 2000/07/12  05:03:59
18373         Log: Do the cc sanity check both before the hints and
18374              after the cc selction.
18375      Branch: cfgperl
18376            ! Configure config_h.SH
18377      Branch: metaconfig
18378            ! U/modified/Oldconfig.U U/modified/cc.U
18379      Branch: metaconfig/U/perl
18380            + Checkcc.U
18381 ____________________________________________________________________________
18382 [  6377] By: jhi                                   on 2000/07/12  02:49:22
18383         Log: Fix nits noticed by Boston.pm.
18384      Branch: cfgperl
18385            ! pod/perlre.pod
18386 ____________________________________________________________________________
18387 [  6376] By: jhi                                   on 2000/07/11  21:22:13
18388         Log: Configure cosmetics and perldelta.
18389      Branch: cfgperl
18390            ! Configure config_h.SH pod/perldelta.pod
18391      Branch: metaconfig
18392            ! U/modified/cc.U
18393 ____________________________________________________________________________
18394 [  6375] By: gsar                                  on 2000/07/11  21:17:35
18395         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
18396      Branch: perl
18397            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
18398            ! win32/win32sck.c
18399 ____________________________________________________________________________
18400 [  6374] By: gsar                                  on 2000/07/11  20:48:50
18401         Log: tweak for build failure under multiplicity
18402      Branch: perl
18403            ! toke.c
18404 ____________________________________________________________________________
18405 [  6373] By: gsar                                  on 2000/07/11  20:37:23
18406         Log: integrate cfgperl changes#6325..6373 into mainline
18407              (NOTE: today's batch of integrations still untested)
18408      Branch: perl
18409           +> ext/DynaLoader/hints/netbsd.pl
18410            ! Changes
18411           !> (integrate 26 files)
18412 ____________________________________________________________________________
18413 [  6372] By: jhi                                   on 2000/07/11  20:30:36
18414         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
18415              regen perltoc.
18416      Branch: cfgperl
18417            + pod/perlbook.pod
18418            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
18419            ! pod/perltoc.pod
18420 ____________________________________________________________________________
18421 [  6371] By: jhi                                   on 2000/07/11  20:08:56
18422         Log: Minor cleanups on the booklist.
18423      Branch: cfgperl
18424            ! pod/perlfaq2.pod
18425 ____________________________________________________________________________
18426 [  6370] By: jhi                                   on 2000/07/11  19:31:13
18427         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
18428      Branch: cfgperl
18429            ! t/pragma/overload.t
18430 ____________________________________________________________________________
18431 [  6369] By: gsar                                  on 2000/07/11  19:27:48
18432         Log: integrate cfgperl changes#6293..6324 into mainline
18433      Branch: perl
18434           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
18435            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
18436           !> (integrate 30 files)
18437 ____________________________________________________________________________
18438 [  6368] By: gsar                                  on 2000/07/11  19:18:57
18439         Log: skip integrate of problematic change#6292 from cfgperl into mainline
18440      Branch: perl
18441           !> pp_hot.c
18442 ____________________________________________________________________________
18443 [  6367] By: gsar                                  on 2000/07/11  19:17:21
18444         Log: integrate cfgperl changes#6288..6290 into mainline
18445      Branch: perl
18446           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
18447 ____________________________________________________________________________
18448 [  6366] By: gsar                                  on 2000/07/11  19:11:18
18449         Log: integrate cfgperl changes#6268..6282 into mainline
18450      Branch: perl
18451           !> (integrate 30 files)
18452 ____________________________________________________________________________
18453 [  6365] By: gsar                                  on 2000/07/11  18:57:00
18454         Log: delete new accidentally branched file
18455      Branch: perl
18456            - t/op/method2entersub.t
18457 ____________________________________________________________________________
18458 [  6364] By: gsar                                  on 2000/07/11  18:55:13
18459         Log: skip integrate of change#6267 from cfgperl into mainline (the
18460              method call optimization is flawed without additional hints
18461              from user about immutableness of @ISA and no runtime method
18462              definitions)
18463      Branch: perl
18464           +> t/op/method2entersub.t
18465           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
18466           !> perl.h t/op/sprintf.t xsutils.c
18467 ____________________________________________________________________________
18468 [  6363] By: gsar                                  on 2000/07/11  18:49:43
18469         Log: integrate cfgperl changes#6261..6266 into mainline
18470      Branch: perl
18471           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
18472           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
18473           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
18474           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
18475 ____________________________________________________________________________
18476 [  6362] By: gsar                                  on 2000/07/11  18:43:26
18477         Log: integrate cfgperl changes#6252..6260 into mainline
18478      Branch: perl
18479           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
18480           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
18481           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
18482           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
18483 ____________________________________________________________________________
18484 [  6361] By: gsar                                  on 2000/07/11  18:37:12
18485         Log: skip integrate of problematic change#6251 from cfgperl into mainline
18486      Branch: perl
18487           !> lib/Exporter.pm
18488 ____________________________________________________________________________
18489 [  6360] By: gsar                                  on 2000/07/11  18:34:56
18490         Log: integrate cfgperl change#6250 into mainline
18491      Branch: perl
18492           +> t/op/my_stash.t
18493           !> MANIFEST embed.pl proto.h toke.c
18494 ____________________________________________________________________________
18495 [  6359] By: gsar                                  on 2000/07/11  18:21:19
18496         Log: integrate cfgperl changes#6242..6249 into mainline
18497      Branch: perl
18498           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
18499           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
18500           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
18501           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
18502           !> t/lib/peek.t utf8.c
18503 ____________________________________________________________________________
18504 [  6358] By: gsar                                  on 2000/07/11  18:15:45
18505         Log: skip integrate of problematic change#6241 from cfgperl into mainline
18506      Branch: perl
18507           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
18508 ____________________________________________________________________________
18509 [  6357] By: jhi                                   on 2000/07/11  18:15:16
18510         Log: Fix for
18511              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
18512              From: Roderick Schertler <roderick@argon.org> 
18513              Date: Tue, 11 Jul 2000 13:55:05 -0400 
18514              Message-Id: <200007111755.NAA05077@jones.argon.org> 
18515      Branch: cfgperl
18516            ! doio.c
18517 ____________________________________________________________________________
18518 [  6356] By: jhi                                   on 2000/07/11  18:12:51
18519         Log: Typo in #6341.
18520      Branch: cfgperl
18521            ! pp_hot.c
18522 ____________________________________________________________________________
18523 [  6355] By: gsar                                  on 2000/07/11  18:12:10
18524         Log: integrate cfgperl changes#6231..6240 into mainline
18525      Branch: perl
18526           +> pod/perlutil.pod
18527           !> (integrate 35 files)
18528 ____________________________________________________________________________
18529 [  6354] By: jhi                                   on 2000/07/11  18:04:34
18530         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
18531              From: Dominic Dunlop <domo@computer.org> 
18532              Date: Tue, 11 Jul 2000 12:27:33 +0200 
18533              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
18534              
18535              Replaces change #6268.
18536      Branch: cfgperl
18537            ! t/op/sprintf.t
18538 ____________________________________________________________________________
18539 [  6353] By: gsar                                  on 2000/07/11  17:59:51
18540         Log: skip integrate of problematic change#6230 from cfgperl into mainline
18541              (a later version of File::Spec is already in mainline)
18542      Branch: perl
18543           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
18544           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
18545 ____________________________________________________________________________
18546 [  6352] By: gsar                                  on 2000/07/11  17:57:48
18547         Log: integrate cfgperl changes#6224..6229 into mainline
18548      Branch: perl
18549           +> lib/lib.pm.PL
18550            - lib/lib.pm
18551           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
18552           !> lib/English.pm op.c t/lib/english.t
18553 ____________________________________________________________________________
18554 [  6351] By: gsar                                  on 2000/07/11  17:50:10
18555         Log: skip integrate of problematic change#6223 from cfgperl into mainline
18556      Branch: perl
18557           !> doio.c
18558 ____________________________________________________________________________
18559 [  6350] By: gsar                                  on 2000/07/11  17:48:28
18560         Log: integrate cfgperl changes#6220..6222 into mainline
18561      Branch: perl
18562           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
18563           !> toke.c utf8.c win32/win32.h
18564 ____________________________________________________________________________
18565 [  6349] By: gsar                                  on 2000/07/11  17:46:13
18566         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
18567              mainline
18568      Branch: perl
18569           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
18570           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
18571           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
18572 ____________________________________________________________________________
18573 [  6348] By: jhi                                   on 2000/07/11  17:45:49
18574         Log: README.posix-bc podified from Thomas Dorner.
18575      Branch: cfgperl
18576            ! README.posix-bc
18577 ____________________________________________________________________________
18578 [  6347] By: gsar                                  on 2000/07/11  17:42:04
18579         Log: integrate cfgperl change#6217 into mainline
18580      Branch: perl
18581           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
18582           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
18583           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
18584 ____________________________________________________________________________
18585 [  6346] By: gsar                                  on 2000/07/11  17:39:37
18586         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
18587              mainline
18588      Branch: perl
18589           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
18590           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
18591           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
18592           !> perlapi.h pod/perlapi.pod
18593 ____________________________________________________________________________
18594 [  6345] By: gsar                                  on 2000/07/11  17:36:42
18595         Log: integrate cfgperl changes#6207..6210 into mainline
18596      Branch: perl
18597           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
18598           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
18599 ____________________________________________________________________________
18600 [  6344] By: gsar                                  on 2000/07/11  17:31:20
18601         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
18602              mainline
18603      Branch: perl
18604           !> (integrate 40 files)
18605 ____________________________________________________________________________
18606 [  6343] By: gsar                                  on 2000/07/11  17:19:08
18607         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
18608      Branch: perl
18609           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
18610            ! Changes
18611           !> (integrate 34 files)
18612 ____________________________________________________________________________
18613 [  6342] By: jhi                                   on 2000/07/11  16:05:48
18614         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
18615              To: perl5-porters@perl.org
18616              From: Karsten Sperling <spiff@phreax.net>
18617              Date: Mon, 10 Jul 2000 15:12:52 +0200
18618              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
18619      Branch: cfgperl
18620            ! lib/Symbol.pm
18621 ____________________________________________________________________________
18622 [  6341] By: jhi                                   on 2000/07/11  15:59:23
18623         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
18624              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18625              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
18626              Date: Fri, 07 Jul 2000 17:57:16 +0100
18627      Branch: cfgperl
18628            ! pp_hot.c
18629 ____________________________________________________________________________
18630 [  6340] By: jhi                                   on 2000/07/11  15:55:47
18631         Log: Subject: Re: format bug report  [Patch]
18632              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18633              Date: Wed, 05 Jul 2000 13:12:52 +0200
18634              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
18635              
18636              Subject: Re: format bug report  [Patch]
18637              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18638              Date: Wed, 05 Jul 2000 14:10:01 +0200
18639              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
18640      Branch: cfgperl
18641            ! t/op/write.t toke.c
18642 ____________________________________________________________________________
18643 [  6339] By: jhi                                   on 2000/07/11  13:54:09
18644         Log: Be less forgiving about ambiguous and illegal tr ranges.
18645              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
18646              From: Mark-Jason Dominus <mjd@plover.com>
18647              Date: Tue, 04 Jul 2000 10:00:12 -0400
18648              Message-ID: <20000704140012.17772.qmail@plover.com>
18649              
18650              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
18651              From: Mark-Jason Dominus <mjd@plover.com>
18652              Date: Wed, 05 Jul 2000 09:37:36 -0400
18653              Message-ID: <20000705133736.27293.qmail@plover.com>
18654      Branch: cfgperl
18655            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
18656 ____________________________________________________________________________
18657 [  6338] By: jhi                                   on 2000/07/11  13:31:24
18658         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
18659              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
18660              Date: Tue, 11 Jul 2000 13:50:51 +0100
18661              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
18662      Branch: cfgperl
18663            ! sv.c
18664 ____________________________________________________________________________
18665 [  6337] By: jhi                                   on 2000/07/11  13:29:14
18666         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
18667              From: Hugo <hv@crypt.compulink.co.uk>
18668              Date: Tue, 11 Jul 2000 12:44:50 +0100
18669              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
18670      Branch: cfgperl
18671            ! regexec.c t/op/re_tests
18672 ____________________________________________________________________________
18673 [  6336] By: jhi                                   on 2000/07/11  13:26:47
18674         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
18675              From: simon@brecon.co.uk (Simon Cozens)
18676              Date: 7 Jul 2000 11:26:09 GMT
18677              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
18678      Branch: cfgperl
18679            ! mg.c
18680 ____________________________________________________________________________
18681 [  6335] By: jhi                                   on 2000/07/11  13:23:37
18682         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
18683              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
18684              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
18685              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
18686      Branch: cfgperl
18687            + ext/DynaLoader/hints/netbsd.pl
18688            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
18689 ____________________________________________________________________________
18690 [  6334] By: jhi                                   on 2000/07/11  13:20:38
18691         Log: Subject: PATCH perlguts.pod: Document D and d magic types
18692              From: mjd@plover.com
18693              Date: 5 Jul 2000 18:01:51 -0000
18694              Message-ID: <20000705180151.29413.qmail@plover.com>
18695      Branch: cfgperl
18696            ! pod/perlguts.pod
18697 ____________________________________________________________________________
18698 [  6333] By: jhi                                   on 2000/07/11  13:15:51
18699         Log: Precedence goof, fix based on
18700              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
18701              From: Hugo <hv@crypt.compulink.co.uk>
18702              Date: Tue, 11 Jul 2000 12:52:38 +0100
18703              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
18704      Branch: cfgperl
18705            ! t/op/taint.t
18706 ____________________________________________________________________________
18707 [  6332] By: jhi                                   on 2000/07/11  12:40:17
18708         Log: Integrate with Sarathy.
18709      Branch: cfgperl
18710           !> win32/win32sck.c
18711 ____________________________________________________________________________
18712 [  6331] By: jhi                                   on 2000/07/10  20:14:16
18713         Log: Sprinkle ldlibpath.
18714      Branch: cfgperl
18715            ! pod/Makefile.SH
18716 ____________________________________________________________________________
18717 [  6330] By: jhi                                   on 2000/07/10  17:54:49
18718         Log: More POSIX.pod tweaks.
18719      Branch: cfgperl
18720            ! ext/POSIX/POSIX.pod
18721 ____________________________________________________________________________
18722 [  6329] By: jhi                                   on 2000/07/10  14:02:12
18723         Log: Reorder perl.pod once more.
18724      Branch: cfgperl
18725            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
18726 ____________________________________________________________________________
18727 [  6328] By: gsar                                  on 2000/07/10  07:06:00
18728         Log: accept() leaks memory on windows due to incorrect ordering of
18729              closesocket() and fclose() calls
18730      Branch: perl
18731            ! win32/win32sck.c
18732 ____________________________________________________________________________
18733 [  6327] By: gsar                                  on 2000/07/10  06:49:17
18734         Log: winsock options weren't being set in all threads under ithreads
18735              (caused send()s from second and subsequent threads to fail)
18736      Branch: perl
18737            ! win32/win32sck.c
18738 ____________________________________________________________________________
18739 [  6326] By: jhi                                   on 2000/07/08  02:45:40
18740         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
18741              was cast to an unsigned (32-bit) integer with wild abandon.
18742      Branch: cfgperl
18743            ! ext/Devel/DProf/DProf.xs
18744 ____________________________________________________________________________
18745 [  6325] By: jhi                                   on 2000/07/07  18:50:33
18746         Log: Remove perlbook, update perlfaq book listing,
18747              rearrange perl.pod, regenerate perltoc.
18748      Branch: cfgperl
18749            - pod/perlbook.pod
18750            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
18751            ! pod/perlfaq2.pod pod/perltoc.pod
18752 ____________________________________________________________________________
18753 [  6324] By: jhi                                   on 2000/07/07  14:03:40
18754         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
18755      Branch: cfgperl
18756            ! sv.h toke.c
18757 ____________________________________________________________________________
18758 [  6323] By: jhi                                   on 2000/07/06  16:03:55
18759         Log: Fix complaints of buildtoc.
18760      Branch: cfgperl
18761            + lib/Win32.pod
18762            - pod/Win32.pod
18763            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
18764 ____________________________________________________________________________
18765 [  6322] By: jhi                                   on 2000/07/06  15:15:52
18766         Log: Add =head1 NAMEs so that buildtoc is happy.
18767              (The CGI::Util nit reported to Lincoln.)
18768      Branch: cfgperl
18769            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
18770            ! pod/perltoc.pod
18771 ____________________________________________________________________________
18772 [  6321] By: jhi                                   on 2000/07/06  03:16:04
18773         Log: Config is being used.
18774      Branch: cfgperl
18775            ! t/op/method.t
18776 ____________________________________________________________________________
18777 [  6320] By: jhi                                   on 2000/07/06  03:13:13
18778         Log: Integrate with Sarathy.
18779      Branch: cfgperl
18780           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
18781 ____________________________________________________________________________
18782 [  6319] By: jhi                                   on 2000/07/06  03:11:46
18783         Log: Autogenerate pod/Makefile and pod/buildtoc.
18784              buildtoc also checks whether the existin pods are
18785              mentioned in MANIFEST and perl.pod, and vice versa.
18786              (None of the thusly found discrepancies fixed yet.)
18787              roffitall also needs to be autogenerated similarly but it
18788              seems so badly out of date that I didn't touch it yet.
18789      Branch: cfgperl
18790            + pod/Makefile.SH pod/buildtoc.PL
18791            - pod/Makefile pod/buildtoc
18792            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
18793 ____________________________________________________________________________
18794 [  6318] By: gsar                                  on 2000/07/05  22:10:54
18795         Log: fix UNC path handling on Windows under ithreads, and chdir()
18796              return value when given a non-existent directory
18797      Branch: perl
18798            ! win32/vdir.h
18799 ____________________________________________________________________________
18800 [  6317] By: gsar                                  on 2000/07/05  22:08:19
18801         Log: winsock cleanup never done on Windows (leads to handle leaks)
18802      Branch: perl
18803            ! win32/perllib.c win32/win32sck.c
18804 ____________________________________________________________________________
18805 [  6316] By: gsar                                  on 2000/07/05  22:06:19
18806         Log: some debugger output does not go to the socket when RemotePort is set
18807      Branch: perl
18808            ! lib/perl5db.pl
18809 ____________________________________________________________________________
18810 [  6315] By: jhi                                   on 2000/07/05  00:25:21
18811         Log: Integrate with Sarathy, preliminary fix for unicos
18812              alignment problems in [ID 20000612.002] Perl problem on Cray system.
18813      Branch: cfgperl
18814            ! sv.h
18815           !> pp_hot.c
18816 ____________________________________________________________________________
18817 [  6314] By: gsar                                  on 2000/07/04  23:34:02
18818         Log: tyop in change#6306
18819      Branch: perl
18820            ! pp_hot.c
18821 ____________________________________________________________________________
18822 [  6313] By: jhi                                   on 2000/07/04  22:14:38
18823         Log: Multiline string literals ENONPORTABLE.
18824      Branch: cfgperl
18825            ! pp_hot.c
18826 ____________________________________________________________________________
18827 [  6312] By: jhi                                   on 2000/07/04  20:34:44
18828         Log: Integrate with Sarathy.
18829      Branch: cfgperl
18830           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
18831           !> t/op/method.t
18832 ____________________________________________________________________________
18833 [  6311] By: jhi                                   on 2000/07/04  20:30:56
18834         Log: More POSIX.pod embellishment.
18835      Branch: cfgperl
18836            ! ext/POSIX/POSIX.pod
18837 ____________________________________________________________________________
18838 [  6310] By: gsar                                  on 2000/07/04  17:28:48
18839         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
18840      Branch: perl
18841            ! t/lib/b.t
18842 ____________________________________________________________________________
18843 [  6309] By: jhi                                   on 2000/07/04  17:22:18
18844         Log: The #6308 required a little bit more.
18845      Branch: cfgperl
18846            ! Makefile.SH win32/Makefile
18847 ____________________________________________________________________________
18848 [  6308] By: jhi                                   on 2000/07/04  16:35:24
18849         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
18850      Branch: cfgperl
18851            + lib/lib_pm.PL
18852            - lib/lib.pm.PL
18853            ! MANIFEST Makefile.SH
18854 ____________________________________________________________________________
18855 [  6307] By: jhi                                   on 2000/07/04  16:28:58
18856         Log: Win32 patches for cfgperl from Sarathy.
18857      Branch: cfgperl
18858            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
18859            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
18860            ! thread.h toke.c util.c win32/Makefile win32/win32.c
18861 ____________________________________________________________________________
18862 [  6306] By: gsar                                  on 2000/07/04  16:28:40
18863         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
18864              (from Richard Soderberg <rs@oregonnet.com>)
18865      Branch: perl
18866            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
18867 ____________________________________________________________________________
18868 [  6305] By: jhi                                   on 2000/07/04  16:24:24
18869         Log: Integrate with Sarathy.
18870      Branch: cfgperl
18871           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
18872           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
18873           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
18874           !> proto.h win32/win32.c
18875 ____________________________________________________________________________
18876 [  6304] By: gsar                                  on 2000/07/04  16:17:24
18877         Log: missing perldiag entry for unpack("w",...) diagnostic (from
18878              Andreas Koenig)
18879      Branch: perl
18880            ! pod/perldiag.pod
18881 ____________________________________________________________________________
18882 [  6303] By: gsar                                  on 2000/07/04  16:14:44
18883         Log: remove rel2abs prototypes (from Barrie Slaymaker)
18884      Branch: perl
18885            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
18886            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
18887 ____________________________________________________________________________
18888 [  6302] By: gsar                                  on 2000/07/04  04:59:35
18889         Log: adjust change#6299
18890      Branch: perl
18891            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
18892            ! win32/win32.c
18893 ____________________________________________________________________________
18894 [  6301] By: jhi                                   on 2000/07/04  04:50:07
18895         Log: Integrate with Sarathy.
18896      Branch: cfgperl
18897           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
18898           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
18899           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
18900 ____________________________________________________________________________
18901 [  6300] By: gsar                                  on 2000/07/04  04:42:09
18902         Log: PERL_OBJECT build tweak
18903      Branch: perl
18904            ! perl.h
18905 ____________________________________________________________________________
18906 [  6299] By: gsar                                  on 2000/07/04  04:37:00
18907         Log: fix memory leak on Windows (PL_sys_intern contents were never
18908              freed)
18909      Branch: perl
18910            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
18911            ! perlapi.c proto.h win32/win32.c
18912 ____________________________________________________________________________
18913 [  6298] By: gsar                                  on 2000/07/04  04:15:59
18914         Log: fix large memory leak that has been around for ever, masked by
18915              -DPURIFY (most of the arenas were never freed!)
18916      Branch: perl
18917            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
18918 ____________________________________________________________________________
18919 [  6297] By: gsar                                  on 2000/07/04  04:07:46
18920         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
18921      Branch: perl
18922            ! perl.c
18923 ____________________________________________________________________________
18924 [  6296] By: jhi                                   on 2000/06/30  18:28:37
18925         Log: Elaborate POSIX.pod.  Still needs work.
18926      Branch: cfgperl
18927            ! ext/POSIX/POSIX.pod
18928 ____________________________________________________________________________
18929 [  6295] By: jhi                                   on 2000/06/30  14:58:18
18930         Log: Point to perlipc for more SysV IPC examples.
18931      Branch: cfgperl
18932            ! pod/perlfunc.pod
18933 ____________________________________________________________________________
18934 [  6294] By: gsar                                  on 2000/06/30  14:47:45
18935         Log: slurp mode fix in change#4736 still not quite right
18936      Branch: perl
18937            ! pp_hot.c t/io/argv.t
18938 ____________________________________________________________________________
18939 [  6293] By: jhi                                   on 2000/06/30  12:02:55
18940         Log: Integrate with Sarathy.
18941      Branch: cfgperl
18942           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
18943 ____________________________________________________________________________
18944 [  6292] By: jhi                                   on 2000/06/30  12:01:11
18945         Log: From: simon@brecon.co.uk (Simon Cozens)
18946              Subject: UTF8 concat
18947              Date: 30 Jun 2000 06:13:25 GMT
18948              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
18949      Branch: cfgperl
18950            ! pp_hot.c
18951 ____________________________________________________________________________
18952 [  6291] By: gsar                                  on 2000/06/30  04:37:33
18953         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
18954              when @_ is modified, causing coredumps
18955      Branch: perl
18956            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
18957 ____________________________________________________________________________
18958 [  6290] By: jhi                                   on 2000/06/30  02:21:44
18959         Log: Integrate with Sarathy.
18960      Branch: cfgperl
18961           !> vms/vms.c vms/vmsish.h
18962 ____________________________________________________________________________
18963 [  6289] By: jhi                                   on 2000/06/30  02:21:02
18964         Log: Check VERSIONs.
18965      Branch: cfgperl
18966            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
18967            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
18968            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
18969 ____________________________________________________________________________
18970 [  6288] By: jhi                                   on 2000/06/30  02:18:52
18971         Log: Integrate with Sarathy.
18972      Branch: cfgperl
18973           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
18974           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
18975           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
18976           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
18977 ____________________________________________________________________________
18978 [  6287] By: gsar                                  on 2000/06/30  02:17:08
18979         Log: integrate vmsperl changes into mainline
18980      Branch: perl
18981           !> vms/vms.c vms/vmsish.h
18982 ____________________________________________________________________________
18983 [  6285] By: gsar                                  on 2000/06/30  02:05:28
18984         Log: localize %INC in a Safe compartment so that use/require work
18985              (many other magic globals probably need similar treatment)
18986      Branch: perl
18987            ! ext/Opcode/Opcode.xs
18988 ____________________________________________________________________________
18989 [  6284] By: gsar                                  on 2000/06/30  01:54:54
18990         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
18991              about Windows
18992      Branch: perl
18993            ! pod/perlembed.pod
18994 ____________________________________________________________________________
18995 [  6283] By: jhi                                   on 2000/06/30  01:50:10
18996         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
18997              From: Barrie Slaymaker <barries@jester.slaysys.com>
18998              Date: Wed, 28 Jun 2000 11:35:29 -0400
18999              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
19000      Branch: perl
19001            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
19002            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
19003            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
19004            ! lib/File/Spec/Win32.pm
19005 ____________________________________________________________________________
19006 [  6282] By: jhi                                   on 2000/06/29  22:57:22
19007         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
19008              From: Dan Sugalski <dan@sidhe.org>
19009              Date: Tue, 06 Jun 2000 11:59:50 -0400
19010              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
19011      Branch: cfgperl
19012            ! vms/vms.c
19013 ____________________________________________________________________________
19014 [  6281] By: jhi                                   on 2000/06/29  22:52:50
19015         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
19016              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
19017              Date: Wed, 7 Jun 2000 04:02:04 -0500
19018              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
19019      Branch: cfgperl
19020            ! utils/h2xs.PL
19021 ____________________________________________________________________________
19022 [  6280] By: jhi                                   on 2000/06/29  22:45:47
19023         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
19024              From: rspier@pobox.com (Robert Spier)
19025              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
19026              Message-ID: <14654.31913.845602.610277@rls.cx>
19027      Branch: cfgperl
19028            ! utils/h2xs.PL
19029 ____________________________________________________________________________
19030 [  6279] By: jhi                                   on 2000/06/29  22:38:16
19031         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
19032              From: Tim Ayers <tayers@bridge.com>
19033              Date: Thu, 08 Jun 2000 08:11:06 +0200
19034              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
19035              [resent by Richard Foley, Message-Id probably wrong]
19036      Branch: cfgperl
19037            ! pod/perlsub.pod
19038 ____________________________________________________________________________
19039 [  6278] By: jhi                                   on 2000/06/29  22:21:45
19040         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
19041              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
19042              Date: Fri, 09 Jun 2000 12:39:27 -0400
19043              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
19044              (plus update the version "number" of Text::Wrap)
19045      Branch: cfgperl
19046            ! lib/Text/Wrap.pm
19047 ____________________________________________________________________________
19048 [  6277] By: jhi                                   on 2000/06/29  22:13:10
19049         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
19050              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19051              Date: Mon, 12 Jun 2000 14:55:59 +0100
19052              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
19053      Branch: cfgperl
19054            ! pod/perlfunc.pod
19055 ____________________________________________________________________________
19056 [  6276] By: jhi                                   on 2000/06/29  22:11:06
19057         Log: Subject: [PATCH] Re: eval documentation: context
19058              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
19059              Date: Mon, 12 Jun 2000 15:07:29 +0100
19060              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
19061      Branch: cfgperl
19062            ! pod/perlfunc.pod
19063 ____________________________________________________________________________
19064 [  6275] By: jhi                                   on 2000/06/29  21:59:46
19065         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
19066              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
19067              Date: Tue, 13 Jun 2000 02:43:48 -0500
19068              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
19069      Branch: cfgperl
19070            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
19071 ____________________________________________________________________________
19072 [  6274] By: jhi                                   on 2000/06/29  21:56:14
19073         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
19074              From: Andy Dougherty <doughera@lafayette.edu>
19075              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
19076              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
19077      Branch: cfgperl
19078            ! ext/File/Glob/Glob.pm
19079 ____________________________________________________________________________
19080 [  6273] By: jhi                                   on 2000/06/29  21:49:09
19081         Log: Subject: [PATCH] xsub attributes
19082              From: Doug MacEachern <dougm@covalent.net>
19083              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
19084              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
19085      Branch: cfgperl
19086            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
19087            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
19088 ____________________________________________________________________________
19089 [  6272] By: jhi                                   on 2000/06/29  21:41:28
19090         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
19091              From: Tom Phoenix <rootbeer@redcat.com>
19092              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
19093              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
19094      Branch: cfgperl
19095            ! lib/Net/Ping.pm
19096 ____________________________________________________________________________
19097 [  6271] By: jhi                                   on 2000/06/29  21:36:55
19098         Log: Subject: PATCH pod/perltie.pod
19099              From: Ian Phillipps <Ian.Phillipps@iname.com>
19100              Date: Fri, 16 Jun 2000 00:17:19 +0100
19101              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
19102              (only the first hunk, the second hunk had already been done
19103              by some other patch)
19104      Branch: cfgperl
19105            ! pod/perltie.pod
19106 ____________________________________________________________________________
19107 [  6270] By: jhi                                   on 2000/06/29  21:24:51
19108         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
19109              From: Nicholas Clark <nick@talking.bollo.cx>
19110              Date: Fri, 23 Jun 2000 16:21:15 +0100
19111              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
19112      Branch: cfgperl
19113            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
19114            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
19115 ____________________________________________________________________________
19116 [  6269] By: jhi                                   on 2000/06/29  19:38:15
19117         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
19118              silence few compiler warnings.
19119      Branch: cfgperl
19120            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
19121 ____________________________________________________________________________
19122 [  6268] By: jhi                                   on 2000/06/29  18:21:50
19123         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
19124              From: Dominic Dunlop <domo@computer.org> 
19125              Date: Thu, 29 Jun 2000 12:32:39 +0200 
19126              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
19127      Branch: cfgperl
19128            ! t/op/sprintf.t
19129 ____________________________________________________________________________
19130 [  6267] By: jhi                                   on 2000/06/29  18:16:07
19131         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
19132              From: Doug MacEachern <dougm@covalent.net>
19133              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
19134              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
19135      Branch: cfgperl
19136            + t/op/method2entersub.t
19137            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
19138            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
19139            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
19140            ! xsutils.c
19141 ____________________________________________________________________________
19142 [  6266] By: jhi                                   on 2000/06/29  15:11:15
19143         Log: Subject: [PATCH 5.6.0] cygwin port
19144              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
19145              From: "Fifer, Eric" <EFifer@sanwaint.com>
19146              Date: Thu, 29 Jun 2000 12:58:29 +0100
19147      Branch: cfgperl
19148            ! cygwin/Makefile.SHs
19149 ____________________________________________________________________________
19150 [  6265] By: jhi                                   on 2000/06/29  15:04:05
19151         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
19152              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19153              Date: Wed, 28 Jun 2000 17:50:12 -0700
19154              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
19155      Branch: cfgperl
19156            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
19157 ____________________________________________________________________________
19158 [  6264] By: jhi                                   on 2000/06/29  15:00:57
19159         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
19160              From: Marty Lucich <marty@netcom.com>
19161              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
19162              Message-Id: <200006282116.OAA11148@netcom.com>
19163              ccdlflags update (the BSD/OS 4.1 part had already been taken
19164              care of by #6141).
19165      Branch: cfgperl
19166            ! hints/bsdos.sh
19167 ____________________________________________________________________________
19168 [  6263] By: jhi                                   on 2000/06/29  13:47:44
19169         Log: tr fixes from Simon Cozens
19170      Branch: cfgperl
19171            ! doop.c
19172 ____________________________________________________________________________
19173 [  6262] By: jhi                                   on 2000/06/28  18:46:01
19174         Log: Subject: 5.6.0 Patch for EPOC
19175              From: Olaf Flebbe <o.flebbe@gmx.de>
19176              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
19177              Message-ID: <23449.960929969@www11.gmx.net>
19178      Branch: cfgperl
19179            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
19180            ! epoc/epocish.h
19181 ____________________________________________________________________________
19182 [  6261] By: jhi                                   on 2000/06/28  18:29:07
19183         Log: Subject: Re: [PATCH cfgperl] BOMs away!
19184              From: simon@brecon.co.uk (Simon Cozens)
19185              Date: 17 Jun 2000 11:49:57 GMT
19186              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
19187      Branch: cfgperl
19188            ! pod/perldiag.pod t/comp/require.t toke.c
19189 ____________________________________________________________________________
19190 [  6260] By: jhi                                   on 2000/06/28  17:47:16
19191         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
19192              From: simon@brecon.co.uk (Simon Cozens) 
19193              Date: 17 Jun 2000 11:56:44 GMT 
19194              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
19195              pack U0, pack C0
19196      Branch: cfgperl
19197            ! pod/perlfunc.pod pp.c t/op/pack.t
19198 ____________________________________________________________________________
19199 [  6259] By: jhi                                   on 2000/06/28  16:43:17
19200         Log: perlnewmod was missing from MANIFEST.
19201      Branch: cfgperl
19202            ! MANIFEST
19203 ____________________________________________________________________________
19204 [  6258] By: jhi                                   on 2000/06/28  15:54:30
19205         Log: linenumber tweak
19206      Branch: cfgperl
19207            ! t/pragma/warn/regcomp
19208 ____________________________________________________________________________
19209 [  6257] By: jhi                                   on 2000/06/28  15:50:44
19210         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
19211              From: Doug MacEachern <dougm@covalent.net>
19212              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
19213              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
19214              (one part of the patch had been applied earlier)
19215      Branch: cfgperl
19216            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
19217 ____________________________________________________________________________
19218 [  6256] By: jhi                                   on 2000/06/28  15:40:22
19219         Log: tweaks from Simon Cozens to further fix tr/// under utf8
19220      Branch: cfgperl
19221            ! doop.c
19222 ____________________________________________________________________________
19223 [  6255] By: jhi                                   on 2000/06/28  15:33:45
19224         Log: small thinko tweaks
19225      Branch: cfgperl
19226            ! lib/IPC/Open3.pm t/op/my_stash.t
19227 ____________________________________________________________________________
19228 [  6254] By: jhi                                   on 2000/06/28  15:33:25
19229         Log: Subject: tr///, help wanted.
19230              From: simon@brecon.co.uk (Simon Cozens)
19231              Date: 28 Jun 2000 11:29:04 GMT
19232              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
19233      Branch: cfgperl
19234            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
19235            ! pp_proto.h proto.h t/op/tr.t
19236 ____________________________________________________________________________
19237 [  6253] By: jhi                                   on 2000/06/28  15:09:17
19238         Log: Paranoia tweak on #6249.
19239              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
19240              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
19241              Date: Sun, 25 Jun 2000 23:43:12 -0400
19242              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
19243      Branch: cfgperl
19244            ! lib/IPC/Open3.pm
19245 ____________________________________________________________________________
19246 [  6252] By: jhi                                   on 2000/06/28  15:01:38
19247         Log: Document #6249 and #6251.
19248      Branch: cfgperl
19249            ! lib/Exporter.pm lib/IPC/Open3.pm
19250 ____________________________________________________________________________
19251 [  6251] By: jhi                                   on 2000/06/28  14:50:43
19252         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
19253              From: Doug MacEachern <dougm@covalent.net>
19254              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
19255              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
19256      Branch: cfgperl
19257            ! lib/Exporter.pm
19258 ____________________________________________________________________________
19259 [  6250] By: jhi                                   on 2000/06/28  14:45:23
19260         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
19261              From: Doug MacEachern <dougm@covalent.net>
19262              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
19263              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
19264      Branch: cfgperl
19265            + t/op/my_stash.t
19266            ! MANIFEST embed.pl global.sym proto.h toke.c
19267 ____________________________________________________________________________
19268 [  6249] By: jhi                                   on 2000/06/28  14:36:34
19269         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
19270              From: Frank Tobin <ftobin@uiuc.edu>
19271              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
19272              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
19273      Branch: cfgperl
19274            ! lib/IPC/Open3.pm
19275 ____________________________________________________________________________
19276 [  6248] By: jhi                                   on 2000/06/28  14:11:25
19277         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
19278              From: Mark-Jason Dominus <mjd@plover.com>
19279              Date: Tue, 27 Jun 2000 22:36:42 -0400
19280              Message-ID: <20000628023642.12166.qmail@plover.com>
19281      Branch: cfgperl
19282            ! pod/perlfunc.pod
19283 ____________________________________________________________________________
19284 [  6247] By: jhi                                   on 2000/06/27  12:46:37
19285         Log: Tweak $VERSION, patch from Doug MacEachern.
19286      Branch: cfgperl
19287            ! lib/File/Spec.pm
19288 ____________________________________________________________________________
19289 [  6246] By: jhi                                   on 2000/06/27  03:34:46
19290         Log: Allow for standalone testing.
19291      Branch: cfgperl
19292            ! t/lib/filefunc.t t/lib/filespec.t
19293 ____________________________________________________________________________
19294 [  6245] By: jhi                                   on 2000/06/27  02:50:02
19295         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
19296              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
19297              Date: Sat, 24 Jun 2000 13:06:20 +0100
19298              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
19299      Branch: cfgperl
19300            ! ext/DynaLoader/DynaLoader_pm.PL
19301 ____________________________________________________________________________
19302 [  6244] By: jhi                                   on 2000/06/27  02:46:10
19303         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
19304              From: Doug MacEachern <dougm@covalent.net>
19305              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
19306              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
19307      Branch: cfgperl
19308            ! gv.c sv.c t/lib/peek.t
19309 ____________________________________________________________________________
19310 [  6243] By: jhi                                   on 2000/06/27  02:38:07
19311         Log: Subject: [PATCH] is_utf8_string
19312              From: simon@brecon.co.uk (Simon Cozens)
19313              Date: 26 Jun 2000 02:25:59 GMT
19314              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
19315      Branch: cfgperl
19316            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
19317            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
19318            ! proto.h utf8.c
19319 ____________________________________________________________________________
19320 [  6242] By: jhi                                   on 2000/06/27  02:24:00
19321         Log: Subject: [PATCH] bytes<->utf8 fixes
19322              From: simon@brecon.co.uk (Simon Cozens)
19323              Date: 26 Jun 2000 04:55:45 GMT
19324              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
19325      Branch: cfgperl
19326            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
19327 ____________________________________________________________________________
19328 [  6241] By: jhi                                   on 2000/06/27  02:12:42
19329         Log: Do no -warn on \_, only on \alpha.
19330              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
19331              From: David Dyck <dcd@tc.fluke.com>
19332              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
19333              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
19334      Branch: cfgperl
19335            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
19336 ____________________________________________________________________________
19337 [  6240] By: jhi                                   on 2000/06/27  02:00:01
19338         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
19339              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
19340              Date: Mon, 26 Jun 2000 18:40:14 +0100
19341              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
19342      Branch: cfgperl
19343            ! utils/h2xs.PL
19344 ____________________________________________________________________________
19345 [  6239] By: jhi                                   on 2000/06/27  01:53:40
19346         Log: Configure maintenance.  Sever some dependency cycles,
19347              separate gccversion from the cc unit,
19348              address [ID 20000623.006] Configure script patch for using gcc on AIX
19349              (but solve it a little bit differently),
19350              unduplex some accidentally duplicated units,
19351              suggest using gcc if no cc available
19352              (p5p thread: "Solaris configure: counterproposal", 1999-09)
19353      Branch: cfgperl
19354            ! Configure Todo-5.6 config_h.SH
19355      Branch: metaconfig
19356            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
19357            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
19358      Branch: metaconfig/U/perl
19359            + gccvers.U
19360            ! d_getespwnam.U d_getprpwnam.U i_prot.U
19361 ____________________________________________________________________________
19362 [  6238] By: jhi                                   on 2000/06/25  18:04:56
19363         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
19364              From: Dan Sugalski <dan@sidhe.org>
19365              Date: Fri, 23 Jun 2000 17:00:00 -0400
19366              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
19367      Branch: cfgperl
19368            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
19369 ____________________________________________________________________________
19370 [  6237] By: jhi                                   on 2000/06/25  16:36:45
19371         Log: Tweak embed.pl, regen headers.
19372      Branch: cfgperl
19373            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
19374            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
19375            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
19376            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
19377            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
19378 ____________________________________________________________________________
19379 [  6236] By: jhi                                   on 2000/06/25  15:26:42
19380         Log: Regen headers.
19381      Branch: cfgperl
19382            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
19383            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
19384            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
19385            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
19386            ! regnodes.h warnings.h
19387 ____________________________________________________________________________
19388 [  6235] By: jhi                                   on 2000/06/23  19:39:35
19389         Log: The thread begun by
19390              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
19391              From: Kevin.Ruscoe@ubsw.com
19392              Date: Fri, 16 Jun 2000 16:38:51 +0100
19393              Message-Id: <H000019b03c300d6@MHS>
19394      Branch: cfgperl
19395            ! hints/solaris_2.sh
19396 ____________________________________________________________________________
19397 [  6234] By: jhi                                   on 2000/06/23  19:23:36
19398         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
19399              because when run as services (Win32ese for daemons)
19400              no environment variables are set and tmpdir ends up as /tmp,
19401              which is ambiguous.
19402              
19403              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
19404              From: matt@sergeant.org
19405              Date: 16 Jun 2000 16:30:43 -0000
19406              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
19407      Branch: cfgperl
19408            ! lib/File/Spec/Win32.pm
19409 ____________________________________________________________________________
19410 [  6233] By: jhi                                   on 2000/06/23  19:18:58
19411         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
19412              From: Mark-Jason Dominus <mjd@plover.com>
19413              Date: Fri, 16 Jun 2000 20:53:04 -0400
19414              Message-ID: <20000617005304.8008.qmail@plover.com>
19415      Branch: cfgperl
19416            ! op.h
19417 ____________________________________________________________________________
19418 [  6232] By: jhi                                   on 2000/06/23  16:10:02
19419         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
19420              From: simon@brecon.co.uk (Simon Cozens)
19421              Date: 19 Jun 2000 15:18:27 GMT
19422              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
19423              
19424              plus update pod/Makefile and regenerate perltoc
19425      Branch: cfgperl
19426            + pod/perlutil.pod
19427            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
19428 ____________________________________________________________________________
19429 [  6231] By: jhi                                   on 2000/06/23  15:19:18
19430         Log: Subject: [PATCH 5.6.0] cygwin port
19431              From: "Fifer, Eric" <EFifer@sanwaint.com>
19432              Date: Tue, 20 Jun 2000 14:30:58 +0100
19433              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
19434      Branch: cfgperl
19435            ! README.cygwin lib/File/Find.pm
19436 ____________________________________________________________________________
19437 [  6230] By: jhi                                   on 2000/06/23  14:25:21
19438         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
19439      Branch: cfgperl
19440            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
19441            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
19442            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
19443            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
19444 ____________________________________________________________________________
19445 [  6229] By: jhi                                   on 2000/06/23  14:13:34
19446         Log: Subject: README.hpux version 0.6.1
19447              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
19448              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
19449              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
19450      Branch: cfgperl
19451            ! README.hpux
19452 ____________________________________________________________________________
19453 [  6228] By: jhi                                   on 2000/06/23  14:07:20
19454         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
19455              From: Doug MacEachern <dougm@covalent.net>
19456              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
19457              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
19458      Branch: cfgperl
19459            ! op.c
19460 ____________________________________________________________________________
19461 [  6227] By: jhi                                   on 2000/06/23  14:01:06
19462         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
19463              From: Doug MacEachern <dougm@covalent.net>
19464              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
19465              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
19466      Branch: cfgperl
19467            + lib/lib.pm.PL
19468            - lib/lib.pm
19469            ! MANIFEST Makefile.SH
19470 ____________________________________________________________________________
19471 [  6226] By: jhi                                   on 2000/06/23  13:53:07
19472         Log: Subject: [PATCH] remove forward declarations in Socket.pm
19473              From: Doug MacEachern <dougm@covalent.net>
19474              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
19475              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
19476              
19477              From: Doug MacEachern <dougm@covalent.net>
19478              Subject: Re: [PATCH] remove forward declarations in Socket.pm
19479              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
19480              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
19481      Branch: cfgperl
19482            ! ext/Socket/Socket.pm op.c
19483 ____________________________________________________________________________
19484 [  6225] By: jhi                                   on 2000/06/23  13:41:52
19485         Log: Add source code filenames to apidoc.
19486              From: simon@brecon.co.uk (Simon Cozens)
19487              Subject: [PATCH embed.pl] Source X-ref
19488              Date: 22 Jun 2000 02:18:49 GMT
19489              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
19490      Branch: cfgperl
19491            ! embed.pl
19492 ____________________________________________________________________________
19493 [  6224] By: jhi                                   on 2000/06/23  13:32:33
19494         Log: A way to avoid English.pm performance hit.
19495              From: root <root@jester.slaysys.com>
19496              Subject: [YAPATCH English.pm] My turn to putt again
19497              Date: Thu, 22 Jun 2000 20:33:58 -0400
19498              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
19499      Branch: cfgperl
19500            ! lib/English.pm t/lib/english.t
19501 ____________________________________________________________________________
19502 [  6223] By: jhi                                   on 2000/06/23  13:27:06
19503         Log: Avoid double close().
19504              Subject: [PATCH] avoid double close()
19505              From: Doug MacEachern <dougm@covalent.net>
19506              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
19507              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
19508      Branch: cfgperl
19509            ! doio.c
19510 ____________________________________________________________________________
19511 [  6222] By: jhi                                   on 2000/06/23  13:25:54
19512         Log: doc typo fix
19513              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
19514              From: Ian Phillipps <Ian.Phillipps@iname.com>
19515              Date: Fri, 23 Jun 2000 10:40:58 +0100
19516              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
19517      Branch: cfgperl
19518            ! lib/Pod/Usage.pm
19519 ____________________________________________________________________________
19520 [  6221] By: jhi                                   on 2000/06/23  13:24:15
19521         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
19522              From: simon@brecon.co.uk (Simon Cozens)
19523              Subject: [PATCH] Eliminate tr///[CU][CU]
19524              Date: 23 Jun 2000 11:05:40 GMT
19525              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
19526      Branch: cfgperl
19527            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
19528 ____________________________________________________________________________
19529 [  6220] By: jhi                                   on 2000/06/22  16:07:51
19530         Log: Win32 patches from Benjamin Stuhl.
19531      Branch: cfgperl
19532            ! makedef.pl win32/win32.h
19533 ____________________________________________________________________________
19534 [  6219] By: jhi                                   on 2000/06/22  16:06:34
19535         Log: Bytecode patches from Benjamin Stuhl.
19536      Branch: cfgperl
19537            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
19538            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
19539            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
19540 ____________________________________________________________________________
19541 [  6218] By: jhi                                   on 2000/06/15  23:54:16
19542         Log: Bytecode patches from Benjamin Stuhl.
19543      Branch: cfgperl
19544            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
19545 ____________________________________________________________________________
19546 [  6217] By: jhi                                   on 2000/06/09  13:38:29
19547         Log: Rename the fdpid locking and integrate with Sarathy.
19548      Branch: cfgperl
19549            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
19550            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
19551            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
19552            ! win32/win32.c
19553           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
19554 ____________________________________________________________________________
19555 [  6216] By: gsar                                  on 2000/06/08  14:54:21
19556         Log: be more optimal about clearing @_
19557      Branch: perl
19558            ! cop.h
19559 ____________________________________________________________________________
19560 [  6215] By: gsar                                  on 2000/06/08  14:33:04
19561         Log: tweak comment about @DB::args
19562      Branch: perl
19563            ! av.h pp_ctl.c
19564 ____________________________________________________________________________
19565 [  6214] By: gsar                                  on 2000/06/08  13:57:54
19566         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
19567              caller() wants to populate @DB::args with it (causes a coredump
19568              in Carp::confess())
19569      Branch: perl
19570            ! cop.h t/op/runlevel.t
19571 ____________________________________________________________________________
19572 [  6213] By: gsar                                  on 2000/06/08  07:06:35
19573         Log: back out change#6106 (seems problematic)
19574      Branch: perl
19575            ! hints/solaris_2.sh
19576 ____________________________________________________________________________
19577 [  6212] By: jhi                                   on 2000/06/07  03:10:36
19578         Log: Continuing mopup for #6204.
19579      Branch: cfgperl
19580            ! ext/B/defsubs_h.PL
19581 ____________________________________________________________________________
19582 [  6211] By: jhi                                   on 2000/06/07  02:41:50
19583         Log: Mopup for #6204.
19584              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
19585              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
19586              This is comes from const() where POK isn't on when expected.
19587      Branch: cfgperl
19588            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
19589            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
19590            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
19591            ! perlapi.h pod/perlapi.pod
19592 ____________________________________________________________________________
19593 [  6210] By: jhi                                   on 2000/06/07  01:56:29
19594         Log: Mopup for #6207 and #6209.
19595      Branch: cfgperl
19596            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
19597 ____________________________________________________________________________
19598 [  6209] By: jhi                                   on 2000/06/07  01:33:12
19599         Log: Lock PL_fdpid against race conditions, based on:
19600              Subject: [PATCH 5.6.0]subprocess fixup for threads
19601              From: Dan Sugalski <dan@sidhe.org>
19602              To: perl5-porters@perl.org
19603              Date: Tue, 11 Apr 2000 17:02:32 -0400
19604              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
19605      Branch: cfgperl
19606            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
19607            ! win32/win32.c
19608 ____________________________________________________________________________
19609 [  6208] By: jhi                                   on 2000/06/07  01:05:23
19610         Log: Regen headers for #6207.
19611      Branch: cfgperl
19612            ! embed.h global.sym objXSUB.h proto.h
19613 ____________________________________________________________________________
19614 [  6207] By: jhi                                   on 2000/06/06  23:43:13
19615         Log: Subject: [PATCH 5.6.0] Threadsafe patches
19616              From: Dan Sugalski <dan@sidhe.org>
19617              To: perl5-porters@perl.org
19618              Date: Mon, 08 May 2000 18:08:13 -0400
19619              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
19620      Branch: cfgperl
19621            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
19622            ! proto.h sv.h util.c
19623 ____________________________________________________________________________
19624 [  6206] By: jhi                                   on 2000/06/06  23:21:23
19625         Log: Subject: [PATCH] Eliminate $a/$b in pod
19626              From: David Glasser <me@davidglasser.net>
19627              To: perl5-porters@perl.org
19628              Date: Mon, 29 May 2000 21:15:59 -0400
19629              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
19630      Branch: cfgperl
19631            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
19632            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
19633            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
19634            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
19635            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
19636            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
19637            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
19638            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
19639            ! pod/perlvar.pod pod/perlxs.pod
19640 ____________________________________________________________________________
19641 [  6205] By: jhi                                   on 2000/06/06  23:12:14
19642         Log: Subject: [PATCH] Win32 improvements
19643              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
19644              To: gsar@activestate.com, perl5-porters@perl.org
19645              Date: Mon, 29 May 2000 17:22:24 PDT
19646              Message-ID: <20000530002224.91142.qmail@hotmail.com>
19647              (MUA had mangled many lines by wordwrapping)
19648      Branch: cfgperl
19649            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
19650 ____________________________________________________________________________
19651 [  6204] By: jhi                                   on 2000/06/06  23:01:50
19652         Log: Subject: [PATCH] B::Bytecode patches
19653              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
19654              To: gsar@activestate.com, jhi@iki.fi
19655              Cc: perl5-porters@perl.org
19656              Message-ID: <20000602202526.48694.qmail@hotmail.com>
19657              (MUA had mangled many lines by wordwrapping)
19658      Branch: cfgperl
19659            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
19660            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
19661            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
19662            ! intrpvar.h perl.c
19663 ____________________________________________________________________________
19664 [  6203] By: jhi                                   on 2000/06/06  22:32:43
19665         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
19666              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19667              Date: Tue, 06 Jun 2000 13:07:45 -0700
19668              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
19669      Branch: cfgperl
19670            ! pod/perldiag.pod
19671 ____________________________________________________________________________
19672 [  6202] By: jhi                                   on 2000/06/06  19:38:35
19673         Log: Integrate with Sarathy.
19674      Branch: cfgperl
19675           !> perl.c
19676 ____________________________________________________________________________
19677 [  6201] By: gsar                                  on 2000/06/06  00:42:59
19678         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
19679              does a PUSHMARK that's never ever POPMARKed; in general, only
19680              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
19681              Perl_eval_[sp]v() don't because they don't take any incoming
19682              arguments (this leak has been around since the original version
19683              of perl_eval_pv() in 5.003_97e)
19684      Branch: perl
19685            ! perl.c
19686 ____________________________________________________________________________
19687 [  6200] By: jhi                                   on 2000/06/04  03:44:52
19688         Log: Update to cperl-mode.el 4.31 from
19689              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
19690              Subject: A couple of notes
19691              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19692              To: Mailing list Perl5 <perl5-porters@perl.org>
19693              Date: Sat, 3 Jun 2000 23:33:32 -0400
19694              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
19695      Branch: cfgperl
19696            ! emacs/cperl-mode.el
19697 ____________________________________________________________________________
19698 [  6199] By: jhi                                   on 2000/06/03  15:11:05
19699         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
19700              From: Dan Sugalski <dan@sidhe.org>
19701              To: perl5-porters@perl.org, vmsperl@perl.org
19702              Date: Fri, 02 Jun 2000 17:30:51 -0400
19703              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
19704      Branch: cfgperl
19705            ! vms/descrip_mms.template vms/gen_shrfls.pl
19706 ____________________________________________________________________________
19707 [  6198] By: jhi                                   on 2000/06/03  14:59:15
19708         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
19709              From: Dan Sugalski <dan@sidhe.org>
19710              To: vmsperl@perl.org, perl5-porters@perl.org
19711              Date: Fri, 02 Jun 2000 16:00:41 -0400
19712              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
19713              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
19714      Branch: cfgperl
19715            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
19716            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
19717            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
19718 ____________________________________________________________________________
19719 [  6197] By: jhi                                   on 2000/06/03  14:41:30
19720         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
19721              From: John Borwick <jhborwic@unity.ncsu.edu>
19722              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
19723              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
19724      Branch: cfgperl
19725            ! pod/perlsyn.pod
19726 ____________________________________________________________________________
19727 [  6196] By: jhi                                   on 2000/06/03  14:38:09
19728         Log: Integrate with Sarathy.
19729      Branch: cfgperl
19730           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
19731           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
19732           !> vms/perly_c.vms
19733 ____________________________________________________________________________
19734 [  6195] By: gsar                                  on 2000/06/02  22:43:13
19735         Log: fix yet another eval"" leak under USE_ITHREADS
19736      Branch: perl
19737            ! op.c
19738 ____________________________________________________________________________
19739 [  6194] By: gsar                                  on 2000/06/02  18:22:06
19740         Log: fix small eval"" memory leaks under USE_ITHREADS
19741      Branch: perl
19742            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
19743            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
19744            ! vms/perly_c.vms
19745 ____________________________________________________________________________
19746 [  6193] By: jhi                                   on 2000/06/01  13:03:56
19747         Log: Signals-be-gone for microperl.
19748      Branch: cfgperl
19749            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
19750 ____________________________________________________________________________
19751 [  6192] By: jhi                                   on 2000/06/01  12:52:02
19752         Log: Integrate with Sarathy.
19753      Branch: cfgperl
19754           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
19755           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
19756           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
19757           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
19758           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
19759           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
19760           !> t/op/vec.t utils/h2xs.PL
19761 ____________________________________________________________________________
19762 [  6191] By: gsar                                  on 2000/06/01  09:38:21
19763         Log: vec() loses numericalness (modified version of patch suggested
19764              by Robin Barker)
19765      Branch: perl
19766            ! doop.c t/op/vec.t
19767 ____________________________________________________________________________
19768 [  6190] By: gsar                                  on 2000/06/01  09:26:15
19769         Log: submit missing embed.pl change
19770      Branch: perl
19771            ! embed.pl
19772 ____________________________________________________________________________
19773 [  6189] By: gsar                                  on 2000/06/01  09:05:34
19774         Log: counting tr/// corrupts later operation (from M.J.T Guy)
19775      Branch: perl
19776            ! doop.c t/op/tr.t
19777 ____________________________________________________________________________
19778 [  6188] By: gsar                                  on 2000/06/01  08:58:39
19779         Log: h2xs tweaks
19780      Branch: perl
19781            ! utils/h2xs.PL
19782 ____________________________________________________________________________
19783 [  6187] By: gsar                                  on 2000/06/01  08:50:07
19784         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
19785              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
19786      Branch: perl
19787            + lib/Pod/LaTeX.pm
19788            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
19789            ! pod/pod2latex.PL
19790 ____________________________________________________________________________
19791 [  6186] By: gsar                                  on 2000/06/01  08:24:40
19792         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
19793              <wolfgang.laun@alcatel.at>)
19794      Branch: perl
19795            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
19796            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
19797 ____________________________________________________________________________
19798 [  6185] By: gsar                                  on 2000/06/01  08:12:00
19799         Log: remove incorrect documentation about implicit split to @_ in
19800              list context, which never really worked in perl 5 (from
19801              M.J.T. Guy)
19802      Branch: perl
19803            ! pod/perlfunc.pod pod/perltrap.pod
19804 ____________________________________________________________________________
19805 [  6184] By: gsar                                  on 2000/06/01  07:52:27
19806         Log: tweak for change#6127
19807      Branch: perl
19808            ! perl.c
19809 ____________________________________________________________________________
19810 [  6183] By: gsar                                  on 2000/06/01  07:41:02
19811         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
19812              <nick@ccl4.org>)
19813      Branch: perl
19814            + t/lib/selfloader.t
19815            ! MANIFEST lib/SelfLoader.pm
19816 ____________________________________________________________________________
19817 [  6182] By: jhi                                   on 2000/06/01  00:34:42
19818         Log: Be Cleaner Part Deux.
19819      Branch: cfgperl
19820            ! Makefile.SH
19821 ____________________________________________________________________________
19822 [  6181] By: jhi                                   on 2000/06/01  00:32:09
19823         Log: Integrate with Sarathy.
19824      Branch: cfgperl
19825           !> pp.c t/op/arith.t
19826 ____________________________________________________________________________
19827 [  6180] By: jhi                                   on 2000/06/01  00:31:13
19828         Log: microperl nits from Simon Cozens.
19829      Branch: cfgperl
19830            + uconfig.h
19831            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
19832            ! unixish.h
19833 ____________________________________________________________________________
19834 [  6179] By: gsar                                  on 2000/05/31  22:37:51
19835         Log: buggy modulus on UVs introduced by change#3378 (resulted in
19836              4063328477 % 65535 amounting to 27406, instead of 27407)
19837      Branch: perl
19838            ! pp.c t/op/arith.t
19839 ____________________________________________________________________________
19840 [  6178] By: jhi                                   on 2000/05/31  21:52:41
19841         Log: Be cleaner.
19842      Branch: cfgperl
19843            ! Makefile.SH
19844 ____________________________________________________________________________
19845 [  6177] By: jhi                                   on 2000/05/31  21:47:33
19846         Log: Substitution utf8 patch from Simon Cozens.
19847      Branch: cfgperl
19848            ! pp_hot.c
19849 ____________________________________________________________________________
19850 [  6176] By: jhi                                   on 2000/05/31  21:45:34
19851         Log: Single-quoted utf8 patch from Simon Cozens.
19852      Branch: cfgperl
19853            ! toke.c
19854 ____________________________________________________________________________
19855 [  6175] By: jhi                                   on 2000/05/31  21:40:18
19856         Log: Integrate with Sarathy.
19857      Branch: cfgperl
19858           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
19859 ____________________________________________________________________________
19860 [  6174] By: jhi                                   on 2000/05/31  21:37:31
19861         Log: microperl changes from Simon Cozens; Makefile for microperl
19862              written from scratch; few casts added as microperl compilation
19863              doesn't have all prototypes available.
19864      Branch: cfgperl
19865            + Makefile.micro README.micro Todo.micro uconfig.sh
19866            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
19867            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
19868      Branch: metaconfig
19869            + U/modified/Config_h.U
19870 ____________________________________________________________________________
19871 [  6173] By: jhi                                   on 2000/05/31  20:00:24
19872         Log: metaconfig maintenance.
19873      Branch: metaconfig
19874            + U/modified/Inhdr.U U/typedefs/inotype.U
19875      Branch: metaconfig/U/perl
19876            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
19877            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
19878 ____________________________________________________________________________
19879 [  6172] By: gsar                                  on 2000/05/31  05:05:42
19880         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
19881              (from Ilya Zakharevich)
19882      Branch: perl
19883            ! regexec.c t/op/re_tests
19884 ____________________________________________________________________________
19885 [  6171] By: gsar                                  on 2000/05/31  05:01:47
19886         Log: scalar() doesn't force scalar context when used in void context
19887              (from Simon Cozens)
19888      Branch: perl
19889            ! op.c t/op/wantarray.t
19890 ____________________________________________________________________________
19891 [  6170] By: gsar                                  on 2000/05/31  04:41:33
19892         Log: change#6142 needs tweaks to tests to work where there's no symlink()
19893              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
19894      Branch: perl
19895            ! t/lib/filefind.t
19896 ____________________________________________________________________________
19897 [  6169] By: gsar                                  on 2000/05/31  04:29:49
19898         Log: integrate cfgperl contents into mainline
19899      Branch: perl
19900           +> pod/perlmodlib.PL pod/perlnewmod.pod
19901           !> (integrate 42 files)
19902 ____________________________________________________________________________
19903 [  6168] By: jhi                                   on 2000/05/30  22:53:37
19904         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
19905      Branch: cfgperl
19906            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19907            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
19908            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
19909            ! win32/config.bc win32/config.gc win32/config.vc
19910            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19911            ! win32/config_h.PL win32/config_sh.PL
19912      Branch: metaconfig/U/perl
19913            ! perlxv.U
19914 ____________________________________________________________________________
19915 [  6167] By: jhi                                   on 2000/05/30  22:20:21
19916         Log: tweak todo 
19917      Branch: cfgperl
19918            ! Todo-5.6
19919 ____________________________________________________________________________
19920 [  6166] By: jhi                                   on 2000/05/30  22:11:51
19921         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
19922              in case somebody wants to write an extension for more
19923              shadow database interfaces.
19924      Branch: cfgperl
19925            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19926            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
19927            ! vos/config.def vos/config.h vos/config_h.SH_orig
19928            ! win32/config.bc win32/config.gc win32/config.vc
19929            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19930      Branch: metaconfig
19931            ! U/modified/Myinit.U
19932      Branch: metaconfig/U/perl
19933            + d_getespwnam.U d_getprpwnam.U i_prot.U
19934 ____________________________________________________________________________
19935 [  6165] By: jhi                                   on 2000/05/30  18:35:34
19936         Log: Integrate with Sarathy.
19937      Branch: cfgperl
19938           !> op.c
19939 ____________________________________________________________________________
19940 [  6164] By: jhi                                   on 2000/05/30  18:30:16
19941         Log: detypo
19942      Branch: cfgperl
19943            ! Configure config_h.SH
19944      Branch: metaconfig/U/perl
19945            ! perlxv.U
19946 ____________________________________________________________________________
19947 [  6163] By: gsar                                  on 2000/05/30  03:24:03
19948         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
19949      Branch: perl
19950            ! op.c
19951 ____________________________________________________________________________
19952 [  6162] By: gsar                                  on 2000/05/30  03:09:38
19953         Log: fix memory leak in method call optimization (change#3768);
19954              made C<eval "$x->foo()"> leak
19955      Branch: perl
19956            ! op.c
19957 ____________________________________________________________________________
19958 [  6161] By: jhi                                   on 2000/05/29  17:56:26
19959         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
19960              both from Simon Cozens.
19961      Branch: cfgperl
19962            + pod/perlmodlib.PL pod/perlnewmod.pod
19963            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
19964            ! pod/perlmodlib.pod pod/perltoc.pod
19965 ____________________________________________________________________________
19966 [  6160] By: jhi                                   on 2000/05/29  17:23:55
19967         Log: Changes for the File::Temp 0.08 (change #6159) test suite
19968              to fit better into the Perl distribution test framework.
19969      Branch: cfgperl
19970            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
19971            ! t/lib/ftmp-tempfile.t
19972 ____________________________________________________________________________
19973 [  6159] By: jhi                                   on 2000/05/29  16:55:36
19974         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
19975      Branch: cfgperl
19976            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
19977            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
19978 ____________________________________________________________________________
19979 [  6158] By: bailey                                on 2000/05/29  16:22:08
19980         Log: Add fallback to tmpfile for use in cases where user's relying on
19981              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
19982              Lane's patch)
19983      Branch: vmsperl
19984            ! vms/vms.c vms/vmsish.h
19985 ____________________________________________________________________________
19986 [  6157] By: jhi                                   on 2000/05/29  03:10:36
19987         Log: Regen Configure to jive with #6149.
19988      Branch: cfgperl
19989            ! Configure
19990      Branch: metaconfig
19991            ! U/modified/Getfile.U
19992 ____________________________________________________________________________
19993 [  6156] By: jhi                                   on 2000/05/29  03:01:38
19994         Log: Integrate with Sarathy.
19995      Branch: cfgperl
19996           +> ext/DynaLoader/dl_mac.xs
19997           !> (integrate 38 files)
19998 ____________________________________________________________________________
19999 [  6155] By: gsar                                  on 2000/05/28  21:15:58
20000         Log: small bug in change#6144; remove random \xA0 character that snuck
20001              in via change#6145
20002      Branch: perl
20003            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
20004 ____________________________________________________________________________
20005 [  6154] By: gsar                                  on 2000/05/28  21:04:19
20006         Log: avoid type mismatch warning
20007      Branch: perl
20008            ! perl.c
20009 ____________________________________________________________________________
20010 [  6153] By: gsar                                  on 2000/05/28  20:58:31
20011         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
20012              <nick@Bagpuss.uk.boo.com>)
20013      Branch: perl
20014            ! lib/Test/Harness.pm
20015 ____________________________________________________________________________
20016 [  6152] By: gsar                                  on 2000/05/28  20:53:42
20017         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
20018      Branch: perl
20019            ! regexec.c
20020 ____________________________________________________________________________
20021 [  6151] By: gsar                                  on 2000/05/28  20:50:28
20022         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
20023      Branch: perl
20024            ! regexec.c
20025 ____________________________________________________________________________
20026 [  6150] By: gsar                                  on 2000/05/28  20:39:58
20027         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
20028      Branch: perl
20029            ! pod/perlrequick.pod
20030 ____________________________________________________________________________
20031 [  6149] By: gsar                                  on 2000/05/28  20:35:16
20032         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
20033              <troc@netrus.net>)
20034      Branch: perl
20035            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
20036            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
20037            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
20038            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
20039 ____________________________________________________________________________
20040 [  6148] By: gsar                                  on 2000/05/28  20:21:07
20041         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
20042      Branch: perl
20043            ! lib/ExtUtils/MM_Unix.pm
20044 ____________________________________________________________________________
20045 [  6147] By: gsar                                  on 2000/05/28  20:12:41
20046         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
20047              (from Peter Prymmer)
20048      Branch: perl
20049            ! vms/subconfigure.com
20050 ____________________________________________________________________________
20051 [  6146] By: gsar                                  on 2000/05/28  20:06:15
20052         Log: doc typo
20053      Branch: perl
20054            ! lib/warnings.pm warnings.h warnings.pl
20055 ____________________________________________________________________________
20056 [  6145] By: gsar                                  on 2000/05/28  18:44:33
20057         Log: make xsubpp skip embedded pod (from Matthias Neeracher
20058              <neeri@iis.ee.ethz.ch>)
20059      Branch: perl
20060            ! lib/ExtUtils/xsubpp
20061 ____________________________________________________________________________
20062 [  6144] By: gsar                                  on 2000/05/28  18:42:49
20063         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
20064              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
20065              <neeri@iis.ee.ethz.ch>)
20066      Branch: perl
20067            ! lib/AutoSplit.pm
20068 ____________________________________________________________________________
20069 [  6143] By: gsar                                  on 2000/05/28  18:41:12
20070         Log: MacOS support, part 1 (from Matthias Neeracher
20071              <neeri@iis.ee.ethz.ch>)
20072      Branch: perl
20073            + ext/DynaLoader/dl_mac.xs
20074            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
20075            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
20076            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
20077            ! util.h
20078 ____________________________________________________________________________
20079 [  6142] By: gsar                                  on 2000/05/28  18:21:51
20080         Log: File::Find fails to chdir when chasing symlinks (from
20081              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
20082      Branch: perl
20083            ! lib/File/Find.pm t/lib/filefind.t
20084 ____________________________________________________________________________
20085 [  6141] By: jhi                                   on 2000/05/28  14:25:15
20086         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
20087              forwarded by Peter Seebach from the bsdi-users mailing list.
20088              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
20089      Branch: perl
20090            ! hints/bsdos.sh
20091 ____________________________________________________________________________
20092 [  6140] By: jhi                                   on 2000/05/28  14:11:57
20093         Log: Integrate with Sarathy.
20094      Branch: cfgperl
20095           +> (branch 30 files)
20096           !> (integrate 93 files)
20097 ____________________________________________________________________________
20098 [  6139] By: gsar                                  on 2000/05/28  10:01:48
20099         Log: revise mktables.PL for bugs and newness in Unicode 3.0
20100              (from James Bence <jbence@amgen.com>)
20101      Branch: perl
20102            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
20103            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
20104            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
20105            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
20106            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
20107            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
20108            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
20109            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
20110            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
20111            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
20112            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
20113            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
20114            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
20115            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
20116            + lib/unicode/Is/SylWU.pl
20117            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
20118            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
20119            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
20120            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
20121            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
20122            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
20123            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
20124            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
20125            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
20126            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
20127            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
20128            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
20129            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
20130            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
20131            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
20132            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
20133            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
20134            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
20135            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
20136            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
20137            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
20138            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
20139            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
20140            ! lib/unicode/Makefile lib/unicode/mktables.PL
20141 ____________________________________________________________________________
20142 [  6138] By: gsar                                  on 2000/05/28  08:50:32
20143         Log: add note about the handling of negative indices to tied arrays
20144              (from Michael G Schwern <schwern@pobox.com>)
20145      Branch: perl
20146            ! pod/perltie.pod
20147 ____________________________________________________________________________
20148 [  6137] By: gsar                                  on 2000/05/28  08:46:10
20149         Log: fix bogus redeclaration warning for "our" variables in different
20150              scopes
20151      Branch: perl
20152            ! op.c t/pragma/strict-vars
20153 ____________________________________________________________________________
20154 [  6136] By: gsar                                  on 2000/05/28  08:31:20
20155         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
20156      Branch: perl
20157            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
20158 ____________________________________________________________________________
20159 [  6135] By: gsar                                  on 2000/05/28  08:17:50
20160         Log: enable Test::Harness to dynamically determine column width etc.
20161              (from Rob Napier <rnapier@employees.org>)
20162      Branch: perl
20163            ! lib/Test/Harness.pm
20164 ____________________________________________________________________________
20165 [  6134] By: gsar                                  on 2000/05/28  08:13:39
20166         Log: make Test::Harness use wait.h/WCOREDUMP if available
20167              (from Ben Tilly <ben_tilly@hotmail.com>)
20168      Branch: perl
20169            ! lib/Test/Harness.pm
20170 ____________________________________________________________________________
20171 [  6133] By: gsar                                  on 2000/05/28  08:08:05
20172         Log: elide bogus test in change#6132
20173      Branch: perl
20174            ! t/pragma/warn/9enabled
20175 ____________________________________________________________________________
20176 [  6132] By: gsar                                  on 2000/05/28  08:03:14
20177         Log: warnings::enabled() doesn't fall back to looking at $^W if
20178              caller isn't using lexical warnings (from Paul Marquess)
20179      Branch: perl
20180            ! pp_ctl.c t/pragma/warn/9enabled
20181 ____________________________________________________________________________
20182 [  6131] By: gsar                                  on 2000/05/28  07:57:47
20183         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
20184      Branch: perl
20185            ! ext/POSIX/POSIX.pm
20186 ____________________________________________________________________________
20187 [  6130] By: gsar                                  on 2000/05/28  07:29:12
20188         Log: fix places that mean C<"word" character> but say C<alphanumeric
20189              character>
20190      Branch: perl
20191            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
20192 ____________________________________________________________________________
20193 [  6129] By: gsar                                  on 2000/05/28  07:18:41
20194         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
20195      Branch: perl
20196            ! vms/test.com
20197 ____________________________________________________________________________
20198 [  6128] By: gsar                                  on 2000/05/28  07:12:55
20199         Log: new perlxstut example for passing/returning refs to arrays
20200              (from David Lowe <dlowe@pootpoot.com>)
20201      Branch: perl
20202            ! pod/perlxstut.pod
20203 ____________________________________________________________________________
20204 [  6127] By: gsar                                  on 2000/05/28  07:02:50
20205         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
20206              failed (from Gisle Aas)
20207      Branch: perl
20208            ! cop.h perl.c
20209 ____________________________________________________________________________
20210 [  6126] By: gsar                                  on 2000/05/28  06:39:53
20211         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
20212              (reworked variant of patch suggested by Simon Cozens)
20213      Branch: perl
20214            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
20215            ! pp_hot.c proto.h t/op/gv.t
20216 ____________________________________________________________________________
20217 [  6125] By: gsar                                  on 2000/05/28  05:14:55
20218         Log: enable propagating exception objects via Perl_croak() in XS code
20219              (from Gisle Aas)
20220      Branch: perl
20221            ! util.c
20222 ____________________________________________________________________________
20223 [  6124] By: gsar                                  on 2000/05/28  05:07:28
20224         Log: integrate vmsperl contents into mainline
20225      Branch: perl
20226           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
20227           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
20228           !> vms/vmsish.h
20229 ____________________________________________________________________________
20230 [  6123] By: gsar                                  on 2000/05/28  05:03:53
20231         Log: clarify gotcha with #line directives (from Rocco Caputo
20232              <troc@netrus.net>)
20233      Branch: perl
20234            ! pod/perldebug.pod pod/perlsyn.pod
20235 ____________________________________________________________________________
20236 [  6122] By: gsar                                  on 2000/05/28  04:58:29
20237         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
20238              (from Mark-Jason Dominus)
20239      Branch: perl
20240            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
20241            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
20242            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
20243            ! toke.c
20244 ____________________________________________________________________________
20245 [  6121] By: bailey                                on 2000/05/25  04:46:54
20246         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
20247              lists (based on fixes by Craig Berry)
20248      Branch: vmsperl
20249            ! lib/File/Spec/VMS.pm
20250 ____________________________________________________________________________
20251 [  6120] By: bailey                                on 2000/05/25  04:25:38
20252         Log: Add missing escape (Charles Lane)
20253      Branch: vmsperl
20254            ! t/op/lex_assign.t
20255 ____________________________________________________________________________
20256 [  6119] By: bailey                                on 2000/05/25  04:21:25
20257         Log: Quiet error messages in vmsish.t (Charles Lane)
20258      Branch: vmsperl
20259            ! vms/ext/vmsish.t
20260 ____________________________________________________________________________
20261 [  6118] By: bailey                                on 2000/05/25  04:17:57
20262         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
20263              Flatten case labels in switch statements uniformly (Charles Bailey)
20264      Branch: vmsperl
20265            ! vms/vms.c
20266 ____________________________________________________________________________
20267 [  6117] By: bailey                                on 2000/05/25  03:58:09
20268         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
20269      Branch: vmsperl
20270            ! vms/vmsish.h
20271 ____________________________________________________________________________
20272 [  6116] By: bailey                                on 2000/05/25  03:11:15
20273         Log: Miscellaneous cosmetic fixes (Charles Lane)
20274      Branch: vmsperl
20275            ! lib/ExtUtils/MM_VMS.pm
20276 ____________________________________________________________________________
20277 [  6115] By: bailey                                on 2000/05/25  03:10:36
20278         Log: Add bounds checking for several strings (Charles Lane)
20279      Branch: vmsperl
20280            ! vms/vms.c
20281 ____________________________________________________________________________
20282 [  6114] By: bailey                                on 2000/05/25  02:25:34
20283         Log: Urk -- undo previous removal of vmsish 'exit' change
20284      Branch: vmsperl
20285            ! vms/ext/vmsish.pm vms/vmsish.h
20286 ____________________________________________________________________________
20287 [  6113] By: bailey                                on 2000/05/24  02:24:40
20288         Log: Ugly workaround for version-specific RTL error
20289      Branch: vmsperl
20290            ! vms/vms.c
20291 ____________________________________________________________________________
20292 [  6112] By: bailey                                on 2000/05/24  02:19:55
20293         Log: Check for existence of file before trying to delete
20294      Branch: vmsperl
20295            ! vms/test.com
20296 ____________________________________________________________________________
20297 [  6111] By: bailey                                on 2000/05/23  23:35:13
20298         Log: Resync with mainline prior to post-5.6.0 updates
20299      Branch: vmsperl
20300           +> (branch 49 files)
20301            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
20302            ! vms/ext/vmsish.pm
20303           !> (integrate 334 files)
20304 ____________________________________________________________________________
20305 [  6110] By: jhi                                   on 2000/05/23  19:28:32
20306         Log: todo tweak
20307      Branch: cfgperl
20308            ! Todo-5.6
20309 ____________________________________________________________________________
20310 [  6109] By: jhi                                   on 2000/05/18  17:38:54
20311         Log: Integrate with Sarathy.
20312      Branch: cfgperl
20313           !> mg.c perl.h win32/perlhost.h
20314 ____________________________________________________________________________
20315 [  6108] By: gsar                                  on 2000/05/17  02:24:56
20316         Log: reenable fake signal handling on Windows, bugs and all
20317      Branch: perl
20318            ! mg.c perl.h win32/perlhost.h
20319 ____________________________________________________________________________
20320 [  6107] By: jhi                                   on 2000/05/15  18:01:41
20321         Log: Tweak the todo list.
20322      Branch: cfgperl
20323            ! Todo-5.6
20324 ____________________________________________________________________________
20325 [  6106] By: jhi                                   on 2000/05/15  13:41:48
20326         Log: The (Configure) script refuses to go on, after asking for
20327              'You may also choose to try maximal 64-bitness....'.
20328              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
20329              -- Patrick Zima
20330              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
20331      Branch: cfgperl
20332            ! hints/solaris_2.sh
20333 ____________________________________________________________________________
20334 [  6105] By: jhi                                   on 2000/05/11  14:37:43
20335         Log: Integrate with Sarathy.
20336      Branch: cfgperl
20337           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
20338           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
20339 ____________________________________________________________________________
20340 [  6104] By: gsar                                  on 2000/05/11  03:39:07
20341         Log: PL_sys_intern was being initialized too late on windows
20342      Branch: perl
20343            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
20344            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
20345 ____________________________________________________________________________
20346 [  6103] By: jhi                                   on 2000/05/09  19:42:20
20347         Log: Test tweaking for Unicos continues.
20348      Branch: cfgperl
20349            ! t/op/64bitint.t
20350 ____________________________________________________________________________
20351 [  6102] By: jhi                                   on 2000/05/09  16:47:27
20352         Log: The test suite tweak in #6101 wasn't quite right.
20353      Branch: cfgperl
20354            ! t/lib/complex.t
20355 ____________________________________________________________________________
20356 [  6101] By: jhi                                   on 2000/05/09  15:35:34
20357         Log: Hints and test tweaks for Unicos.
20358      Branch: cfgperl
20359            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
20360 ____________________________________________________________________________
20361 [  6100] By: jhi                                   on 2000/05/08  21:15:06
20362         Log: More compilation tweakery from Allen Smith.
20363      Branch: cfgperl
20364            ! hints/irix_6.sh
20365 ____________________________________________________________________________
20366 [  6099] By: jhi                                   on 2000/05/08  19:21:18
20367         Log: Tweaks for the cc bugs from Allen Smith.
20368      Branch: cfgperl
20369            ! hints/irix_6.sh
20370 ____________________________________________________________________________
20371 [  6098] By: jhi                                   on 2000/05/08  19:13:37
20372         Log: Add a note about other, yet unsupported, shadow password APIs.
20373      Branch: cfgperl
20374            ! pp_sys.c
20375 ____________________________________________________________________________
20376 [  6097] By: jhi                                   on 2000/05/08  18:46:34
20377         Log: Add a note about possible compilation problems from Allen Smith.
20378      Branch: cfgperl
20379            ! hints/irix_6.sh
20380 ____________________________________________________________________________
20381 [  6096] By: jhi                                   on 2000/05/08  17:33:10
20382         Log: Integrate with Sarathy.
20383      Branch: cfgperl
20384           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
20385           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
20386 ____________________________________________________________________________
20387 [  6095] By: jhi                                   on 2000/05/08  16:21:33
20388         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
20389              might be useful in future.
20390      Branch: cfgperl
20391            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20392            ! config_h.SH
20393      Branch: metaconfig
20394            ! U/installdirs/inc_version_list.U
20395      Branch: metaconfig/U/perl
20396            ! perlxv.U
20397 ____________________________________________________________________________
20398 [  6094] By: gsar                                  on 2000/05/08  14:22:22
20399         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
20400      Branch: perl
20401            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
20402            ! hints/cygwin.sh pp_sys.c
20403 ____________________________________________________________________________
20404 [  6093] By: gsar                                  on 2000/05/08  12:52:28
20405         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
20406              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
20407      Branch: perl
20408            ! pp_sys.c sv.c win32/perlhost.h
20409 ____________________________________________________________________________
20410 [  6092] By: jhi                                   on 2000/05/07  22:40:34
20411         Log: Regen perltoc with the fixed buildtoc.
20412      Branch: cfgperl
20413            ! pod/perltoc.pod
20414 ____________________________________________________________________________
20415 [  6091] By: jhi                                   on 2000/05/07  22:24:16
20416         Log: Integrate with Sarathy.
20417      Branch: cfgperl
20418           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
20419           !> t/op/substr.t toke.c
20420 ____________________________________________________________________________
20421 [  6090] By: gsar                                  on 2000/05/07  19:47:07
20422         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
20423              [NI]OK; added tests for both
20424      Branch: perl
20425            ! perl.c pp_hot.c sv.c t/op/substr.t
20426 ____________________________________________________________________________
20427 [  6089] By: gsar                                  on 2000/05/07  18:18:38
20428         Log: buildtoc tweak to fix newline lossage
20429      Branch: perl
20430            ! pod/buildtoc
20431 ____________________________________________________________________________
20432 [  6088] By: jhi                                   on 2000/05/07  16:35:36
20433         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
20434              because we do not use those.  The HAS_GETSPNAM remains,
20435              though, because we still do use that.
20436      Branch: cfgperl
20437            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20438            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
20439            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
20440            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
20441            ! win32/config.vc win32/config_H.bc win32/config_H.gc
20442            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
20443 ____________________________________________________________________________
20444 [  6087] By: gsar                                  on 2000/05/07  16:05:16
20445         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
20446      Branch: perl
20447            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
20448 ____________________________________________________________________________
20449 [  6086] By: jhi                                   on 2000/05/07  15:27:07
20450         Log: Integrate with Sarathy.
20451      Branch: cfgperl
20452           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
20453           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
20454           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
20455           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
20456           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
20457           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
20458 ____________________________________________________________________________
20459 [  6085] By: gsar                                  on 2000/05/07  05:52:02
20460         Log: repeat operator (x) doesn't preserve utf8-ness
20461      Branch: perl
20462            ! pp.c t/op/substr.t
20463 ____________________________________________________________________________
20464 [  6084] By: gsar                                  on 2000/05/07  05:39:55
20465         Log: substr() does not preserve utf8-ness (from Stefan Eissing
20466              <Eissing@medicaldataservice.de>); added tests
20467      Branch: perl
20468            ! pp.c t/op/substr.t
20469 ____________________________________________________________________________
20470 [  6083] By: gsar                                  on 2000/05/07  05:24:46
20471         Log: note about undocumented caller() return value (from M.J.T. Guy);
20472              yet another peek.t tweak
20473      Branch: perl
20474            ! pod/perlfunc.pod t/lib/peek.t
20475 ____________________________________________________________________________
20476 [  6082] By: gsar                                  on 2000/05/07  05:08:40
20477         Log: peek.t non-portable to ithreads
20478      Branch: perl
20479            ! t/lib/peek.t
20480 ____________________________________________________________________________
20481 [  6081] By: gsar                                  on 2000/05/07  04:17:04
20482         Log: better default perlbug categories for ok reports (from Richard Foley)
20483      Branch: perl
20484            ! utils/perlbug.PL
20485 ____________________________________________________________________________
20486 [  6080] By: gsar                                  on 2000/05/07  04:08:07
20487         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
20488              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
20489      Branch: perl
20490            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
20491            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
20492            ! AUTHORS MAINTAIN MANIFEST
20493 ____________________________________________________________________________
20494 [  6079] By: gsar                                  on 2000/05/07  04:01:38
20495         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
20496      Branch: perl
20497            ! lib/Carp/Heavy.pm
20498 ____________________________________________________________________________
20499 [  6078] By: gsar                                  on 2000/05/07  01:24:19
20500         Log: workaround for CRT bug in chdir() (from Charles Lane, via
20501              Peter Prymmer)
20502      Branch: perl
20503            ! iperlsys.h vms/vms.c vms/vmsish.h
20504 ____________________________________________________________________________
20505 [  6077] By: gsar                                  on 2000/05/07  01:22:23
20506         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
20507              and Tom Phoenix)
20508      Branch: perl
20509            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
20510 ____________________________________________________________________________
20511 [  6076] By: gsar                                  on 2000/05/06  17:36:29
20512         Log: integrate cfgperl contents into mainline
20513      Branch: perl
20514           +> t/lib/peek.t
20515           !> Configure MANIFEST Porting/Glossary Porting/config.sh
20516           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
20517           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
20518           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
20519 ____________________________________________________________________________
20520 [  6075] By: jhi                                   on 2000/05/05  18:56:10
20521         Log: Make the test more portable.
20522      Branch: cfgperl
20523            ! t/lib/peek.t
20524 ____________________________________________________________________________
20525 [  6074] By: jhi                                   on 2000/05/05  18:49:20
20526         Log: Introduce t/lib/peek.t.
20527      Branch: cfgperl
20528            + t/lib/peek.t
20529            ! MANIFEST
20530 ____________________________________________________________________________
20531 [  6073] By: jhi                                   on 2000/05/05  14:30:45
20532         Log: Complex tweaks.
20533      Branch: cfgperl
20534            ! lib/Math/Complex.pm t/lib/complex.t
20535 ____________________________________________________________________________
20536 [  6072] By: jhi                                   on 2000/05/05  12:27:13
20537         Log: Integrate with Sarathy.
20538      Branch: cfgperl
20539           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
20540           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
20541           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
20542           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
20543 ____________________________________________________________________________
20544 [  6071] By: gsar                                  on 2000/05/05  02:24:46
20545         Log: misformatted perllocal.pod (from Tim Jenness
20546              <t.jenness@jach.hawaii.edu>)
20547      Branch: perl
20548            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
20549 ____________________________________________________________________________
20550 [  6070] By: gsar                                  on 2000/05/05  02:16:52
20551         Log: remove misleading comment (from M.J.T. Guy)
20552      Branch: perl
20553            ! t/lib/anydbm.t
20554 ____________________________________________________________________________
20555 [  6069] By: gsar                                  on 2000/05/05  02:15:13
20556         Log: File::Spec compatibility update (from Barrie Slaymaker
20557              <barries@slaysys.com>)
20558      Branch: perl
20559            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
20560            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
20561 ____________________________________________________________________________
20562 [  6068] By: gsar                                  on 2000/05/05  02:01:50
20563         Log: note about values()
20564      Branch: perl
20565            ! pod/perlfunc.pod
20566 ____________________________________________________________________________
20567 [  6067] By: gsar                                  on 2000/05/05  01:33:09
20568         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
20569      Branch: perl
20570            ! win32/win32.c
20571 ____________________________________________________________________________
20572 [  6066] By: gsar                                  on 2000/05/05  01:23:43
20573         Log: s/END/CHECK/
20574      Branch: perl
20575            ! perl.c
20576 ____________________________________________________________________________
20577 [  6065] By: jhi                                   on 2000/05/04  17:30:22
20578         Log: Integrate with Sarathy.
20579      Branch: cfgperl
20580           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
20581 ____________________________________________________________________________
20582 [  6064] By: gsar                                  on 2000/05/04  17:26:14
20583         Log: change#5905 wasn't quite right--it's intent only applies when arguments
20584              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
20585      Branch: perl
20586            ! pp_sys.c sv.c
20587 ____________________________________________________________________________
20588 [  6063] By: gsar                                  on 2000/05/04  16:52:29
20589         Log: tokeq() could read unallocated field in argument
20590      Branch: perl
20591            ! toke.c
20592 ____________________________________________________________________________
20593 [  6062] By: gsar                                  on 2000/05/04  16:34:51
20594         Log: additional tests for utf8.t
20595      Branch: perl
20596            ! t/pragma/utf8.t
20597 ____________________________________________________________________________
20598 [  6061] By: gsar                                  on 2000/05/04  16:09:28
20599         Log: change#5921 neglected to make eq honor "use bytes"
20600      Branch: perl
20601            ! sv.c
20602 ____________________________________________________________________________
20603 [  6060] By: jhi                                   on 2000/05/04  15:30:16
20604         Log: Integrate with Sarathy.
20605      Branch: cfgperl
20606           !> perl.c regcomp.c t/pragma/utf8.t
20607 ____________________________________________________________________________
20608 [  6059] By: jhi                                   on 2000/05/04  15:26:37
20609         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
20610              in natively 64-bit platforms where a long is a quad (no need
20611              for long longs).  Also added bias for IVs.
20612      Branch: cfgperl
20613            ! toke.c
20614 ____________________________________________________________________________
20615 [  6058] By: gsar                                  on 2000/05/04  00:19:14
20616         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
20617              (spotted by Donald Kinzer <dkinzer@premia.com>)
20618      Branch: perl
20619            ! perl.c
20620 ____________________________________________________________________________
20621 [  6057] By: gsar                                  on 2000/05/03  18:34:01
20622         Log: fix broken parsing of /\x{ab}/
20623      Branch: perl
20624            ! regcomp.c t/pragma/utf8.t
20625 ____________________________________________________________________________
20626 [  6056] By: jhi                                   on 2000/05/03  17:57:16
20627         Log: The search of infinity continues, this time simplified.
20628      Branch: cfgperl
20629            ! lib/Math/Complex.pm
20630 ____________________________________________________________________________
20631 [  6055] By: jhi                                   on 2000/05/03  17:45:30
20632         Log: Detypo.
20633      Branch: cfgperl
20634            ! hints/unicos.sh
20635 ____________________________________________________________________________
20636 [  6054] By: jhi                                   on 2000/05/02  22:28:27
20637         Log: Be more forgiving in POSIX about HUGE_VALL.
20638      Branch: cfgperl
20639            ! ext/POSIX/POSIX.xs
20640 ____________________________________________________________________________
20641 [  6053] By: jhi                                   on 2000/05/02  22:25:05
20642         Log: Integrate with Sarathy.
20643      Branch: cfgperl
20644           !> hints/irix_6.sh pod/perlop.pod
20645 ____________________________________________________________________________
20646 [  6052] By: jhi                                   on 2000/05/02  22:24:31
20647         Log: Unicos hint tweak.
20648      Branch: cfgperl
20649            ! hints/unicos.sh
20650 ____________________________________________________________________________
20651 [  6051] By: jhi                                   on 2000/05/02  22:21:26
20652         Log: Complex tweakery.
20653      Branch: cfgperl
20654            ! lib/Math/Complex.pm t/lib/complex.t
20655 ____________________________________________________________________________
20656 [  6050] By: jhi                                   on 2000/05/02  19:26:22
20657         Log: Use setxxent()/endxxent().
20658      Branch: cfgperl
20659            ! t/op/grent.t t/op/pwent.t
20660 ____________________________________________________________________________
20661 [  6049] By: jhi                                   on 2000/05/02  19:06:02
20662         Log: Test both the scalar and list contexts.
20663      Branch: cfgperl
20664            ! t/op/grent.t t/op/pwent.t
20665 ____________________________________________________________________________
20666 [  6048] By: gsar                                  on 2000/05/02  18:29:10
20667         Log: add note about how $( doesn't interpolate in REs (from
20668              Philip Newton <newton@ficus.frogspace.net>)
20669      Branch: perl
20670            ! pod/perlop.pod
20671 ____________________________________________________________________________
20672 [  6047] By: jhi                                   on 2000/05/02  17:41:24
20673         Log: Call getspnam() only iff needd.
20674      Branch: cfgperl
20675            ! pp_sys.c
20676 ____________________________________________________________________________
20677 [  6046] By: gsar                                  on 2000/05/02  17:07:25
20678         Log: libscheck has insufficient checks for n32 libs (from
20679              Albert Chin-A-Young <china@thewrittenword.com>)
20680      Branch: perl
20681            ! hints/irix_6.sh
20682 ____________________________________________________________________________
20683 [  6045] By: jhi                                   on 2000/05/02  13:57:17
20684         Log: Integrate with Sarathy.
20685      Branch: cfgperl
20686           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
20687           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
20688 ____________________________________________________________________________
20689 [  6044] By: gsar                                  on 2000/05/02  06:48:19
20690         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
20691              such that underscores are only ignored in literal numbers,
20692              "\x{...}", and hex/oct argument
20693      Branch: perl
20694            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
20695 ____________________________________________________________________________
20696 [  6043] By: gsar                                  on 2000/05/02  02:22:29
20697         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
20698      Branch: perl
20699            ! pod/perlretut.pod
20700 ____________________________________________________________________________
20701 [  6042] By: gsar                                  on 2000/05/02  02:17:51
20702         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
20703      Branch: perl
20704            ! pod/perltrap.pod
20705 ____________________________________________________________________________
20706 [  6041] By: gsar                                  on 2000/05/02  01:53:51
20707         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
20708              to compensate
20709      Branch: perl
20710            ! Porting/makerel
20711 ____________________________________________________________________________
20712 [  6040] By: gsar                                  on 2000/05/02  01:51:57
20713         Log: missing files in MANIFEST
20714      Branch: perl
20715            ! MANIFEST
20716 ____________________________________________________________________________
20717 [  6039] By: jhi                                   on 2000/05/02  00:36:46
20718         Log: Infinite problems.
20719      Branch: cfgperl
20720            ! lib/Math/Complex.pm
20721 ____________________________________________________________________________
20722 [  6038] By: jhi                                   on 2000/05/02  00:06:38
20723         Log: pwent/spent #ifdef imbalance.
20724      Branch: cfgperl
20725            ! pp_sys.c
20726 ____________________________________________________________________________
20727 [  6037] By: jhi                                   on 2000/05/01  22:50:11
20728         Log: Use HUGE_VALL if applicable.
20729      Branch: cfgperl
20730            ! ext/POSIX/POSIX.xs util.c
20731 ____________________________________________________________________________
20732 [  6036] By: jhi                                   on 2000/05/01  22:20:53
20733         Log: Correct Freudian slip.
20734      Branch: cfgperl
20735            ! pp_sys.c
20736 ____________________________________________________________________________
20737 [  6035] By: jhi                                   on 2000/05/01  21:07:38
20738         Log: Continue on the pwent/spent case.
20739      Branch: cfgperl
20740            ! pp_sys.c
20741 ____________________________________________________________________________
20742 [  6034] By: jhi                                   on 2000/05/01  17:45:14
20743         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
20744              adjustments in 6032 conflicted badly with this, will have
20745              to revisit them later.
20746      Branch: cfgperl
20747           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
20748           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
20749           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
20750           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
20751           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
20752           !> t/lib/cgi-html.t t/lib/cgi-request.t
20753 ____________________________________________________________________________
20754 [  6033] By: jhi                                   on 2000/05/01  17:40:49
20755         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
20756      Branch: cfgperl
20757            ! pp_sys.c
20758 ____________________________________________________________________________
20759 [  6032] By: gsar                                  on 2000/05/01  15:56:32
20760         Log: whitespace adjustments
20761      Branch: perl
20762            ! pp_sys.c
20763 ____________________________________________________________________________
20764 [  6031] By: gsar                                  on 2000/05/01  15:19:41
20765         Log: small nits in diagnostics.pm (from Robin Barker)
20766      Branch: perl
20767            ! lib/diagnostics.pm pod/perldiag.pod
20768 ____________________________________________________________________________
20769 [  6030] By: gsar                                  on 2000/05/01  08:39:18
20770         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
20771              for @- and @+ (from Johan Vromans)
20772      Branch: perl
20773            ! lib/English.pm pod/perlvar.pod
20774 ____________________________________________________________________________
20775 [  6029] By: gsar                                  on 2000/05/01  08:16:10
20776         Log: add CGI.pm v2.66 (from Lincoln Stein)
20777      Branch: perl
20778            + lib/CGI/Util.pm t/lib/cgi-pretty.t
20779            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
20780            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
20781            ! t/lib/cgi-html.t t/lib/cgi-request.t
20782 ____________________________________________________________________________
20783 [  6028] By: gsar                                  on 2000/05/01  06:34:41
20784         Log: Pod::Man generates groff-incompatible macro definition (from
20785              Tom Christiansen)
20786      Branch: perl
20787            ! lib/Pod/Man.pm
20788 ____________________________________________________________________________
20789 [  6027] By: gsar                                  on 2000/05/01  06:31:36
20790         Log: podlators-1.02 update (from Russ Allbery)
20791      Branch: perl
20792            ! lib/Pod/Man.pm lib/Pod/Text.pm
20793 ____________________________________________________________________________
20794 [  6026] By: jhi                                   on 2000/04/30  23:24:23
20795         Log: Integrate with Sarathy.
20796      Branch: cfgperl
20797           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
20798           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
20799           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
20800           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
20801           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
20802           !> t/lib/syslog.t toke.c win32/win32.h
20803 ____________________________________________________________________________
20804 [  6025] By: gsar                                  on 2000/04/30  18:17:47
20805         Log: Is{Alnum,Alpha,Word} don't match titlecase
20806              
20807              TODO: IsSpace is defined recursively!
20808              
20809              (both spotted by Larry)
20810      Branch: perl
20811            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
20812            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
20813 ____________________________________________________________________________
20814 [  6024] By: gsar                                  on 2000/04/30  17:50:19
20815         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
20816              (from Hugo van der Sanden)
20817      Branch: perl
20818            ! toke.c
20819 ____________________________________________________________________________
20820 [  6023] By: gsar                                  on 2000/04/30  17:14:43
20821         Log: debugger stomps on $. (from M.J.T. Guy)
20822      Branch: perl
20823            ! lib/perl5db.pl
20824 ____________________________________________________________________________
20825 [  6022] By: gsar                                  on 2000/04/30  16:59:22
20826         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
20827      Branch: perl
20828            ! sv.c
20829 ____________________________________________________________________________
20830 [  6021] By: gsar                                  on 2000/04/29  21:00:08
20831         Log: remove Win2K issue in pod (fixed by change#6020)
20832      Branch: perl
20833            ! README.win32 pod/perl56delta.pod
20834 ____________________________________________________________________________
20835 [  6020] By: gsar                                  on 2000/04/29  20:51:49
20836         Log: test tweak
20837      Branch: perl
20838            ! t/lib/open3.t
20839 ____________________________________________________________________________
20840 [  6019] By: gsar                                  on 2000/04/29  20:34:27
20841         Log: windows portability tweaks
20842      Branch: perl
20843            ! t/lib/b.t win32/win32.h
20844 ____________________________________________________________________________
20845 [  6018] By: gsar                                  on 2000/04/29  19:55:24
20846         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
20847              make _PATH_LOG() return "" if unavailable
20848      Branch: perl
20849            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
20850            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
20851 ____________________________________________________________________________
20852 [  6017] By: jhi                                   on 2000/04/28  22:49:46
20853         Log: Integrate with Sarathy.
20854      Branch: cfgperl
20855           !> op.c perl.c pod/perldiag.pod t/lib/b.t
20856 ____________________________________________________________________________
20857 [  6016] By: jhi                                   on 2000/04/28  22:46:14
20858         Log: Do not warn that an infinity does not look like a number.
20859      Branch: cfgperl
20860            ! sv.c
20861 ____________________________________________________________________________
20862 [  6015] By: gsar                                  on 2000/04/28  22:35:49
20863         Log: tweak test for portability
20864      Branch: perl
20865            ! t/lib/b.t
20866 ____________________________________________________________________________
20867 [  6014] By: gsar                                  on 2000/04/28  22:05:31
20868         Log: glob() loading File::Glob behind the scenes may cause syntax errors
20869      Branch: perl
20870            ! op.c
20871 ____________________________________________________________________________
20872 [  6013] By: gsar                                  on 2000/04/28  21:25:22
20873         Log: tweak change#5945 to display correct switch name in diagnostic
20874      Branch: perl
20875            ! perl.c pod/perldiag.pod
20876 ____________________________________________________________________________
20877 [  6012] By: jhi                                   on 2000/04/28  21:08:12
20878         Log: Integrate with Sarathy.
20879      Branch: cfgperl
20880           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
20881           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
20882           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
20883 ____________________________________________________________________________
20884 [  6011] By: jhi                                   on 2000/04/28  21:04:46
20885         Log: &HUGE_VAL is not defined, it exists.
20886      Branch: cfgperl
20887            ! lib/Math/Complex.pm
20888 ____________________________________________________________________________
20889 [  6010] By: gsar                                  on 2000/04/28  21:02:58
20890         Log: clarify note about shadow password support (from
20891              gellyfish@gellyfish.com)
20892      Branch: perl
20893            ! pod/perlfunc.pod
20894 ____________________________________________________________________________
20895 [  6009] By: gsar                                  on 2000/04/28  21:00:00
20896         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
20897      Branch: perl
20898            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
20899 ____________________________________________________________________________
20900 [  6008] By: gsar                                  on 2000/04/28  20:56:33
20901         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
20902      Branch: perl
20903            ! installperl vms/subconfigure.com
20904 ____________________________________________________________________________
20905 [  6007] By: gsar                                  on 2000/04/28  20:51:21
20906         Log: note about compile failures and END blocks (from M.J.T. Guy)
20907      Branch: perl
20908            ! pod/perl56delta.pod pod/perlmod.pod
20909 ____________________________________________________________________________
20910 [  6006] By: jhi                                   on 2000/04/28  20:42:14
20911         Log: Regen Configure.
20912      Branch: cfgperl
20913            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20914            ! config_h.SH
20915 ____________________________________________________________________________
20916 [  6005] By: gsar                                  on 2000/04/28  20:41:16
20917         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
20918      Branch: perl
20919            ! utils/perldoc.PL
20920 ____________________________________________________________________________
20921 [  6004] By: jhi                                   on 2000/04/28  20:28:21
20922         Log: Integrate with Sarathy.
20923      Branch: cfgperl
20924           !> Configure INSTALL Porting/Glossary Porting/config.sh
20925           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
20926           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
20927           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
20928           !> win32/config.vc win32/win32.c
20929 ____________________________________________________________________________
20930 [  6003] By: gsar                                  on 2000/04/28  20:11:20
20931         Log: allow REG_EXPAND_SZ keys in Windows registry (from
20932              John Clayton <John.Clayton@barclayscapital.com>)
20933      Branch: perl
20934            ! win32/win32.c
20935 ____________________________________________________________________________
20936 [  6002] By: gsar                                  on 2000/04/28  19:34:16
20937         Log: destructive sv_setsv() can lose UV-ness from source, causing
20938              numeric promotions/comparisons to fail to do the right thing
20939      Branch: perl
20940            ! sv.c
20941 ____________________________________________________________________________
20942 [  6001] By: gsar                                  on 2000/04/28  18:44:15
20943         Log: support additional library locations via $Config{otherlibdirs}
20944              (from Andy Dougherty)
20945      Branch: perl
20946            ! Configure INSTALL Porting/Glossary Porting/config.sh
20947            ! Porting/config_H config_h.SH epoc/config.sh perl.c
20948            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
20949            ! win32/config.bc win32/config.gc win32/config.vc
20950 ____________________________________________________________________________
20951 [  6000] By: gsar                                  on 2000/04/28  18:26:58
20952         Log: reworked otherlibdirs.U (from Andy Dougherty)
20953      Branch: metaconfig
20954            ! U/installdirs/otherlibdirs.U
20955 ____________________________________________________________________________
20956 [  5999] By: gsar                                  on 2000/04/28  18:17:07
20957         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
20958      Branch: perl
20959            ! t/pragma/warn/toke toke.c
20960 ____________________________________________________________________________
20961 [  5998] By: jhi                                   on 2000/04/28  13:32:17
20962         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
20963      Branch: cfgperl
20964            ! lib/Math/Complex.pm
20965 ____________________________________________________________________________
20966 [  5997] By: jhi                                   on 2000/04/28  13:14:04
20967         Log: Preserve $!.
20968      Branch: cfgperl
20969            ! lib/Math/Complex.pm
20970 ____________________________________________________________________________
20971 [  5996] By: jhi                                   on 2000/04/28  12:59:23
20972         Log: Integrate with Sarathy.
20973      Branch: cfgperl
20974           +> pod/perlrequick.pod pod/perlretut.pod
20975           !> (integrate 51 files)
20976 ____________________________________________________________________________
20977 [  5995] By: gsar                                  on 2000/04/28  09:37:36
20978         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
20979      Branch: perl
20980            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
20981 ____________________________________________________________________________
20982 [  5994] By: gsar                                  on 2000/04/28  09:33:26
20983         Log: fix for missed accounting for null byte in pack("Z",...) (from
20984              M.J.T. Guy)
20985      Branch: perl
20986            ! pp.c t/op/pack.t
20987 ____________________________________________________________________________
20988 [  5993] By: gsar                                  on 2000/04/28  09:30:05
20989         Log: various minor tweaks seen on p5p
20990      Branch: perl
20991            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
20992 ____________________________________________________________________________
20993 [  5992] By: gsar                                  on 2000/04/28  09:08:19
20994         Log: pod nit (from Simon Cozens)
20995      Branch: perl
20996            ! pod/perlop.pod
20997 ____________________________________________________________________________
20998 [  5991] By: gsar                                  on 2000/04/28  09:06:36
20999         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
21000      Branch: perl
21001            ! README.posix-bc hints/posix-bc.sh
21002 ____________________________________________________________________________
21003 [  5990] By: gsar                                  on 2000/04/28  08:54:52
21004         Log: use $ENV{LIB} to search for libs under Visual C compiler
21005              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
21006      Branch: perl
21007            ! lib/ExtUtils/Liblist.pm
21008 ____________________________________________________________________________
21009 [  5989] By: gsar                                  on 2000/04/28  08:27:12
21010         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
21011              itself and no other (from Tom Hughes)
21012      Branch: perl
21013            ! t/op/array.t toke.c
21014 ____________________________________________________________________________
21015 [  5988] By: gsar                                  on 2000/04/28  08:01:38
21016         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
21017              <paul@miraclefish.com>)
21018      Branch: perl
21019            ! lib/ExtUtils/MakeMaker.pm
21020 ____________________________________________________________________________
21021 [  5987] By: gsar                                  on 2000/04/28  07:53:09
21022         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
21023      Branch: perl
21024            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
21025 ____________________________________________________________________________
21026 [  5986] By: gsar                                  on 2000/04/28  07:44:17
21027         Log: add regular expressions tutorial and quick-start guide (from
21028              Mark Kvale <kvale@phy.ucsf.edu>)
21029      Branch: perl
21030            + pod/perlrequick.pod pod/perlretut.pod
21031            ! AUTHORS MAINTAIN MANIFEST
21032 ____________________________________________________________________________
21033 [  5985] By: gsar                                  on 2000/04/28  07:30:28
21034         Log: forked child may not exit correctly if it failed to open
21035              /dev/console (from Graham Barr)
21036      Branch: perl
21037            ! ext/Sys/Syslog/Syslog.pm
21038 ____________________________________________________________________________
21039 [  5984] By: gsar                                  on 2000/04/28  07:27:20
21040         Log: attributes::reftype() doesn't work on tied argument
21041      Branch: perl
21042            ! xsutils.c
21043 ____________________________________________________________________________
21044 [  5983] By: gsar                                  on 2000/04/28  07:15:04
21045         Log: numeric conversion of non-number in change#3378 tramples on
21046              OOK offset, causing segfaults
21047      Branch: perl
21048            ! sv.c
21049 ____________________________________________________________________________
21050 [  5982] By: gsar                                  on 2000/04/28  04:48:25
21051         Log: avoid error in IO::Socket::INET when given an unknown service name
21052              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
21053      Branch: perl
21054            ! ext/IO/lib/IO/Socket/INET.pm
21055 ____________________________________________________________________________
21056 [  5981] By: gsar                                  on 2000/04/28  04:31:31
21057         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
21058              prototype mismatch with CORE::glob(); update pod and tests to
21059              suit (File::Glob::glob() is still available for backward
21060              compatibility, but should be considered deprecated)
21061      Branch: perl
21062            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
21063            ! t/lib/glob-taint.t
21064 ____________________________________________________________________________
21065 [  5980] By: gsar                                  on 2000/04/28  03:47:29
21066         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
21067              <ghudson@mit.edu>)
21068      Branch: metaconfig
21069            ! U/modified/Options.U
21070      Branch: perl
21071            ! Configure
21072 ____________________________________________________________________________
21073 [  5979] By: gsar                                  on 2000/04/28  03:07:54
21074         Log: under useithreads, constant pad entries could inadvertantly be
21075              shared across threads (from Eric Blood <eblood@xmission.com>);
21076              added Eric's test case to testsuite
21077      Branch: perl
21078            ! op.c t/op/misc.t
21079 ____________________________________________________________________________
21080 [  5978] By: gsar                                  on 2000/04/27  21:13:00
21081         Log: sync version numbers in File::Spec with the ones on CPAN
21082              (from Barrie Slaymaker)
21083      Branch: perl
21084            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
21085            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
21086            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
21087 ____________________________________________________________________________
21088 [  5977] By: gsar                                  on 2000/04/27  21:07:29
21089         Log: autoquote barewords followed by newline and arrow properly
21090              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
21091      Branch: perl
21092            ! t/pragma/warn/toke toke.c
21093 ____________________________________________________________________________
21094 [  5976] By: gsar                                  on 2000/04/27  20:41:20
21095         Log: DB_File v1.73 update (from Paul Marquess)
21096      Branch: perl
21097            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
21098            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
21099 ____________________________________________________________________________
21100 [  5975] By: gsar                                  on 2000/04/27  20:34:24
21101         Log: allow sort() reentrancy (variant of patch suggested by
21102              Hugo van der Sanden)
21103      Branch: perl
21104            ! pp_ctl.c t/op/sort.t
21105 ____________________________________________________________________________
21106 [  5974] By: gsar                                  on 2000/04/27  19:46:57
21107         Log: change#4197 somehow missed initializing PL_errors, meaning
21108              sytax error queueing wasn't working outside eval"" at all;
21109              also fixed eval"" to localize PL_error_count, so that compile-time
21110              eval's don't clobber the error state of the outer context
21111      Branch: perl
21112            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
21113            ! t/pragma/warn/toke
21114 ____________________________________________________________________________
21115 [  5973] By: gsar                                  on 2000/04/27  18:29:05
21116         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
21117      Branch: perl
21118            ! regcomp.c regexec.c t/op/re_tests
21119 ____________________________________________________________________________
21120 [  5972] By: jhi                                   on 2000/04/27  18:22:41
21121         Log: Integrate with Sarathy.
21122      Branch: cfgperl
21123           +> t/lib/b.t t/lib/syslog.t
21124           !> (integrate 31 files)
21125 ____________________________________________________________________________
21126 [  5971] By: jhi                                   on 2000/04/27  18:18:46
21127         Log: Unicos tweaks from Mark P. Lutz.
21128      Branch: cfgperl
21129            ! hints/unicos.sh lib/Math/Complex.pm
21130 ____________________________________________________________________________
21131 [  5970] By: gsar                                  on 2000/04/27  18:05:11
21132         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
21133              IV is >32bits
21134      Branch: perl
21135            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
21136 ____________________________________________________________________________
21137 [  5969] By: gsar                                  on 2000/04/27  17:50:56
21138         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
21139      Branch: perl
21140            + t/lib/syslog.t
21141            ! MANIFEST ext/Sys/Syslog/Syslog.pm
21142 ____________________________________________________________________________
21143 [  5968] By: gsar                                  on 2000/04/27  17:44:49
21144         Log: tolerate spaces in group names in test on solaris (from David Boyce
21145              <dsb@boyski.com>)
21146      Branch: perl
21147            ! t/op/groups.t
21148 ____________________________________________________________________________
21149 [  5967] By: gsar                                  on 2000/04/27  17:41:22
21150         Log: improved docs on the warn_uninit diagnostic (from David Glasser
21151              and Simon Cozens)
21152      Branch: perl
21153            ! pod/perldiag.pod
21154 ____________________________________________________________________________
21155 [  5966] By: gsar                                  on 2000/04/27  16:54:58
21156         Log: add testsuite for B backends, fix bug in B::Deparse (from
21157              Simon Cozens <simon@brecon.co.uk>)
21158      Branch: perl
21159            + t/lib/b.t
21160            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
21161 ____________________________________________________________________________
21162 [  5965] By: gsar                                  on 2000/04/27  16:10:37
21163         Log: avoid "will not stay shared" warnings for our variables (from
21164              Robin Barker)
21165      Branch: perl
21166            ! op.c t/pragma/warn/op
21167 ____________________________________________________________________________
21168 [  5964] By: gsar                                  on 2000/04/27  07:05:05
21169         Log: reformat to 72 columns (again)
21170      Branch: perl
21171            ! pod/perldiag.pod
21172 ____________________________________________________________________________
21173 [  5963] By: gsar                                  on 2000/04/27  06:28:31
21174         Log: patch from Larry to make (\&) prototype work; added tests for
21175              the same
21176      Branch: perl
21177            ! op.c t/comp/proto.t
21178 ____________________________________________________________________________
21179 [  5962] By: gsar                                  on 2000/04/27  06:15:47
21180         Log: updated README.hpux (from Jeff Okamoto)
21181      Branch: perl
21182            ! README.hpux
21183 ____________________________________________________________________________
21184 [  5961] By: gsar                                  on 2000/04/27  05:55:03
21185         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
21186      Branch: perl
21187            ! emacs/cperl-mode.el
21188 ____________________________________________________________________________
21189 [  5960] By: gsar                                  on 2000/04/27  05:49:26
21190         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
21191      Branch: perl
21192            ! INSTALL
21193 ____________________________________________________________________________
21194 [  5959] By: gsar                                  on 2000/04/27  05:33:41
21195         Log: doubled words in pods (from Simon Cozens
21196              <simon.p.cozens@jp.pwcglobal.com>)
21197      Branch: perl
21198            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
21199            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
21200            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
21201            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
21202            ! pod/perltootc.pod
21203 ____________________________________________________________________________
21204 [  5958] By: gsar                                  on 2000/04/27  05:11:39
21205         Log: change#3569 deleted some essential code, revert; avoid use of
21206              atexit() to make DynaLoader work properly on AIX under mod_perl
21207              (from Jens-Uwe Mager <jum@helios.de>)
21208      Branch: perl
21209            ! ext/DynaLoader/dl_aix.xs
21210 ____________________________________________________________________________
21211 [  5957] By: gsar                                  on 2000/04/27  04:54:51
21212         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
21213      Branch: perl
21214            ! pod/perlmod.pod
21215 ____________________________________________________________________________
21216 [  5956] By: gsar                                  on 2000/04/27  04:51:47
21217         Log: better diagnostics on failed tests (from Ilya Zakharevich)
21218      Branch: perl
21219            ! t/op/lex_assign.t
21220 ____________________________________________________________________________
21221 [  5955] By: gsar                                  on 2000/04/27  04:26:44
21222         Log: longstanding bug exposed by change#3307: sort arguments weren't
21223              compiled with the right wantarray context (ensuing runtime lookup
21224              via block_gimme() was getting the incidental context of the
21225              sort() itself)
21226      Branch: perl
21227            ! op.c t/op/sort.t
21228 ____________________________________________________________________________
21229 [  5954] By: gsar                                  on 2000/04/26  23:42:12
21230         Log: integrate cfgperl contents into mainline
21231      Branch: perl
21232           !> (integrate 30 files)
21233 ____________________________________________________________________________
21234 [  5953] By: jhi                                   on 2000/04/26  23:06:42
21235         Log: Integrate with Sarathy.
21236      Branch: cfgperl
21237           !> README.win32 ext/B/B/Deparse.pm
21238           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
21239           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
21240           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
21241           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
21242           !> utils/perldoc.PL vms/perlvms.pod
21243 ____________________________________________________________________________
21244 [  5952] By: jhi                                   on 2000/04/26  23:03:46
21245         Log: Undo "use integer" addition from 64bitint as it seems
21246              to break most of the subtests in Digital UNIX;
21247              Unicos needs to find another way.
21248      Branch: cfgperl
21249            ! t/op/64bitint.t
21250 ____________________________________________________________________________
21251 [  5951] By: jhi                                   on 2000/04/26  22:57:53
21252         Log: Be more robust on "extreme" (large absolute value)
21253              arguments.  Originally reported by Daniel Connelly
21254              as a problem with asinh() on large negative arguments,
21255              asinh() used to bail out because an argument to log()
21256              ended up being zero.  Ilya Zakharevich proposed using
21257              Taylor's series in such cases, which for such large
21258              arguments is a very good approximation.
21259      Branch: cfgperl
21260            ! lib/Math/Complex.pm t/lib/complex.t
21261 ____________________________________________________________________________
21262 [  5950] By: gsar                                  on 2000/04/25  19:13:12
21263         Log: reformat perldiag to avoid long lines
21264      Branch: perl
21265            ! pod/perldiag.pod
21266 ____________________________________________________________________________
21267 [  5949] By: gsar                                  on 2000/04/25  18:41:11
21268         Log: make perldoc use the pod2man from the same version (from
21269              M.J.T. Guy)
21270      Branch: perl
21271            ! utils/perldoc.PL
21272 ____________________________________________________________________________
21273 [  5948] By: gsar                                  on 2000/04/25  18:21:57
21274         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
21275              <kompas@kompas.usr.onet.pl>)
21276      Branch: perl
21277            ! lib/vars.pm
21278 ____________________________________________________________________________
21279 [  5947] By: gsar                                  on 2000/04/25  18:11:53
21280         Log: use &dl_error rather than &dl_load_file as the guard for calling
21281              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
21282              statically built perl)
21283      Branch: perl
21284            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
21285 ____________________________________________________________________________
21286 [  5946] By: jhi                                   on 2000/04/25  17:37:54
21287         Log: Document that tr() is not tr(1).
21288      Branch: cfgperl
21289            ! pod/perlop.pod
21290 ____________________________________________________________________________
21291 [  5945] By: gsar                                  on 2000/04/25  16:34:33
21292         Log: make module name mandatory after -M switch; reorder perldiag
21293              alphabetically (from Mark-Jason Dominus)
21294      Branch: perl
21295            ! perl.c pod/perldiag.pod
21296 ____________________________________________________________________________
21297 [  5944] By: jhi                                   on 2000/04/25  01:15:18
21298         Log: On second thoughts frexp() does have two arguments.
21299      Branch: cfgperl
21300            ! perl.h
21301 ____________________________________________________________________________
21302 [  5943] By: jhi                                   on 2000/04/24  22:56:32
21303         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
21304              Now pp_ncmp() returns undef is either operand is a NaN.
21305      Branch: cfgperl
21306            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21307            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
21308            ! vms/subconfigure.com vos/config.def vos/config.h
21309            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
21310            ! win32/config.vc win32/config_H.bc win32/config_H.gc
21311            ! win32/config_H.vc
21312      Branch: metaconfig/U/perl
21313            + d_modfl.U
21314 ____________________________________________________________________________
21315 [  5942] By: jhi                                   on 2000/04/24  19:45:17
21316         Log: Regen Configure to match #5937.
21317      Branch: cfgperl
21318            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21319            ! config_h.SH
21320      Branch: metaconfig
21321            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
21322 ____________________________________________________________________________
21323 [  5941] By: jhi                                   on 2000/04/24  19:24:11
21324         Log: Further Unicos fixes for Mark Lutz.
21325      Branch: cfgperl
21326            ! hints/unicos.sh pp_ctl.c
21327 ____________________________________________________________________________
21328 [  5940] By: jhi                                   on 2000/04/24  19:09:06
21329         Log: Various Unicos 10.0.0.6 fixes.
21330              
21331              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
21332              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
21333              Reply-To: tecmpl1@triton.ca.boeing.com 
21334              To: perl5-porters@perl.org 
21335              Date: Fri, 14 Apr 2000 20:21:00 GMT 
21336              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
21337      Branch: cfgperl
21338            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
21339 ____________________________________________________________________________
21340 [  5939] By: gsar                                  on 2000/04/24  19:01:24
21341         Log: more pod nits (from Larry Virden)
21342      Branch: perl
21343            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
21344            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
21345            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
21346 ____________________________________________________________________________
21347 [  5938] By: gsar                                  on 2000/04/24  18:54:01
21348         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
21349      Branch: perl
21350            ! ext/B/B/Deparse.pm
21351 ____________________________________________________________________________
21352 [  5937] By: jhi                                   on 2000/04/24  17:39:00
21353         Log: Integrate with Sarathy.
21354      Branch: cfgperl
21355           +> (branch 31 files)
21356           !> (integrate 73 files)
21357 ____________________________________________________________________________
21358 [  5936] By: gsar                                  on 2000/04/24  17:30:06
21359         Log: additional tests for change#5934 (from Paul Marquess, who also
21360              sent in the same fix)
21361      Branch: perl
21362            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
21363            ! t/pragma/warn/5nolint t/pragma/warn/6default
21364 ____________________________________________________________________________
21365 [  5935] By: jhi                                   on 2000/04/24  17:26:05
21366         Log: Do not assume sign propagation.
21367              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
21368              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
21369              To: payner@ncifcrf.gov, perl5-porters@perl.org 
21370              Date: Tue, 18 Apr 2000 18:24:49 +0100 
21371              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
21372      Branch: cfgperl
21373            ! t/op/bop.t t/op/misc.t
21374 ____________________________________________________________________________
21375 [  5934] By: gsar                                  on 2000/04/24  17:16:54
21376         Log: propagate lexical warnings from surrounding scope correctly
21377              within string eval()
21378      Branch: perl
21379            ! pp_ctl.c t/pragma/warn/pp_ctl
21380 ____________________________________________________________________________
21381 [  5933] By: jhi                                   on 2000/04/24  17:01:07
21382         Log: Flatten the cpp jungle doing the nosuid checking.
21383      Branch: cfgperl
21384            ! perl.c
21385 ____________________________________________________________________________
21386 [  5932] By: gsar                                  on 2000/04/24  09:08:14
21387         Log: add rsignal(), whichsig() and do_join() to public API list
21388              (mod_perl uses them to good advantage)
21389      Branch: perl
21390            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
21391 ____________________________________________________________________________
21392 [  5931] By: gsar                                  on 2000/04/24  09:01:40
21393         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
21394      Branch: perl
21395            ! pp_hot.c regexec.c t/op/pat.t
21396 ____________________________________________________________________________
21397 [  5930] By: gsar                                  on 2000/04/24  08:58:33
21398         Log: small os390 tweaks (from Peter Prymmer)
21399      Branch: perl
21400            ! config_h.SH makedepend.SH
21401 ____________________________________________________________________________
21402 [  5929] By: gsar                                  on 2000/04/24  08:55:25
21403         Log: pod nits
21404      Branch: perl
21405            ! pod/perlguts.pod
21406 ____________________________________________________________________________
21407 [  5928] By: gsar                                  on 2000/04/24  08:50:13
21408         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
21409      Branch: perl
21410            ! ext/IO/lib/IO/Poll.pm
21411 ____________________________________________________________________________
21412 [  5927] By: gsar                                  on 2000/04/24  08:43:24
21413         Log: arrange for next() to resume at the unstack op rather than the
21414              loop conditional, so that scope cleanup happens correctly
21415              (from Stephen McCamant)
21416      Branch: perl
21417            ! op.c pp_ctl.c t/op/misc.t
21418 ____________________________________________________________________________
21419 [  5926] By: gsar                                  on 2000/04/24  08:18:40
21420         Log: on windows, reserve 16M of stack rather than 128M (allows more
21421              threads to run concurrently)
21422      Branch: perl
21423            ! win32/Makefile win32/makefile.mk
21424 ____________________________________________________________________________
21425 [  5925] By: gsar                                  on 2000/04/24  08:13:52
21426         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
21427      Branch: perl
21428            ! toke.c
21429 ____________________________________________________________________________
21430 [  5924] By: gsar                                  on 2000/04/24  08:08:59
21431         Log: avoid using uninitialized memory in require version check
21432      Branch: perl
21433            ! pp_ctl.c universal.c
21434 ____________________________________________________________________________
21435 [  5923] By: gsar                                  on 2000/04/24  07:20:14
21436         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
21437      Branch: perl
21438            ! ext/IO/lib/IO/Poll.pm
21439 ____________________________________________________________________________
21440 [  5922] By: gsar                                  on 2000/04/24  07:08:42
21441         Log: commentary about IoTYPE() (from Nathan Torkington)
21442      Branch: perl
21443            ! sv.h
21444 ____________________________________________________________________________
21445 [  5921] By: gsar                                  on 2000/04/24  06:58:26
21446         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
21447              by fix
21448      Branch: perl
21449            ! sv.c t/lib/charnames.t t/pragma/utf8.t
21450 ____________________________________________________________________________
21451 [  5920] By: gsar                                  on 2000/04/24  06:37:59
21452         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
21453      Branch: perl
21454            ! doop.c t/op/ver.t
21455 ____________________________________________________________________________
21456 [  5919] By: gsar                                  on 2000/04/24  06:21:58
21457         Log: Configure might miss old directories when prefix must be
21458              expanded (from Robin Barker)
21459      Branch: metaconfig
21460            ! U/installdirs/inc_version_list.U
21461      Branch: perl
21462            ! Configure
21463 ____________________________________________________________________________
21464 [  5918] By: gsar                                  on 2000/04/24  06:16:11
21465         Log: VMS nits in glob() test (from Charles Lane)
21466      Branch: perl
21467            ! t/lib/glob-basic.t
21468 ____________________________________________________________________________
21469 [  5917] By: gsar                                  on 2000/04/24  06:11:56
21470         Log: various pod nits (from Larry Virden and others)
21471      Branch: perl
21472            ! README.amiga README.hpux README.machten README.os2
21473            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
21474            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
21475            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
21476            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
21477            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
21478            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
21479            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
21480            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
21481 ____________________________________________________________________________
21482 [  5916] By: gsar                                  on 2000/04/24  05:52:43
21483         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
21484              <wjones@tc.fluke.com>)
21485      Branch: perl
21486            ! t/lib/glob-basic.t
21487 ____________________________________________________________________________
21488 [  5915] By: gsar                                  on 2000/04/24  05:07:01
21489         Log: supported platforms mixed up
21490      Branch: perl
21491            ! pod/perl56delta.pod pod/perlport.pod
21492 ____________________________________________________________________________
21493 [  5914] By: gsar                                  on 2000/04/24  04:56:08
21494         Log: caller() wasn't returning the right number of elements for
21495              eval {...}
21496      Branch: perl
21497            ! pp_ctl.c t/pragma/warn/9enabled
21498 ____________________________________________________________________________
21499 [  5913] By: gsar                                  on 2000/04/24  04:35:41
21500         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
21501              Mark-Jason Dominus)
21502      Branch: perl
21503            ! pod/perlfunc.pod
21504 ____________________________________________________________________________
21505 [  5912] By: gsar                                  on 2000/04/24  04:17:15
21506         Log: fix totally broken caching in UNIVERSAL::isa() (from
21507              Nick Ing-Simmons)
21508      Branch: perl
21509            ! t/op/universal.t universal.c
21510 ____________________________________________________________________________
21511 [  5911] By: gsar                                  on 2000/04/24  03:39:47
21512         Log: add linebreak properties from unicode/LineBrk.txt (from
21513              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
21514      Branch: perl
21515            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
21516            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
21517            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
21518            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
21519            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
21520            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
21521            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
21522            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
21523            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
21524            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
21525            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
21526            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
21527            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
21528            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
21529            + lib/unicode/Is/LbrkZW.pl
21530            ! lib/unicode/mktables.PL
21531 ____________________________________________________________________________
21532 [  5910] By: gsar                                  on 2000/04/24  03:23:10
21533         Log: typo in pod
21534      Branch: perl
21535            ! ext/Thread/Thread.pm
21536 ____________________________________________________________________________
21537 [  5909] By: gsar                                  on 2000/04/24  03:22:03
21538         Log: mode argument to do_binmode() should be file mode, not boolean
21539      Branch: perl
21540            ! pp_sys.c
21541 ____________________________________________________________________________
21542 [  5908] By: gsar                                  on 2000/04/16  16:51:08
21543         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
21544              always returns a valid GV even when the symbol is trapped by strictures
21545              (avoids coredumps)
21546              
21547              TODO: the C<package;> hack needs similar treatment
21548      Branch: perl
21549            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
21550            ! t/pragma/strict-vars
21551 ____________________________________________________________________________
21552 [  5907] By: jhi                                   on 2000/03/31  23:42:56
21553         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
21554              an assumption which #5905 demolished.
21555      Branch: cfgperl
21556            ! pp_sys.c
21557 ____________________________________________________________________________
21558 [  5906] By: jhi                                   on 2000/03/31  18:54:37
21559         Log: Typo in #5905.
21560      Branch: cfgperl
21561            ! t/op/64bitint.t
21562 ____________________________________________________________________________
21563 [  5905] By: jhi                                   on 2000/03/31  18:50:54
21564         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
21565              reported by Joseph N. Hall.  The bug was that even with use64bitint
21566              one had to use the prefixes q, L, or ll with printf/sprintf,
21567              contrary to the documentation and common sense.
21568      Branch: cfgperl
21569            ! sv.c t/op/64bitint.t
21570 ____________________________________________________________________________
21571 [  5904] By: gsar                                  on 2000/03/28  02:31:32
21572         Log: add Changes, perldelta.pod
21573      Branch: perl
21574            + Changes pod/perldelta.pod
21575 ____________________________________________________________________________
21576 [  5903] By: gsar                                  on 2000/03/28  02:03:55
21577         Log: rename Changes and perldelta.pod
21578      Branch: perl
21579           +> Changes5.6 pod/perl56delta.pod
21580            - Changes pod/perldelta.pod
21581            ! MANIFEST
21582 ____________________________________________________________________________
21583 [  5902] By: gsar                                  on 2000/03/28  01:59:14
21584         Log: create maint-5.6 branch
21585      Branch: maint-5.6/perl
21586           +> (branch 1611 files)
21587 ____________________________________________________________________________
21588 [  5901] By: jhi                                   on 2000/03/23  05:48:43
21589         Log: Integrate with Sarathy.
21590      Branch: cfgperl
21591           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
21592 ____________________________________________________________________________
21593 [  5900] By: gsar                                  on 2000/03/23  05:42:43
21594         Log: three guesses on what this is :-)
21595      Branch: perl
21596            ! Changes